*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #F6F5F4;--bg-surface:#EDECE9;--bg-card: #FFFFFF;--border: #D8D5D0;--text-1: #000000;--text-2: #1a1a1a;--text-3: #3a3835;--text-4: #6b6560;--accent: #ea580c;--accent-fg: #ffffff;--font: "Inter", system-ui, sans-serif;--ti-stroke-width: 1;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-pill: 16px;--hero-image: url(/assets/hero/index/hero1.png);--showcase-image: url(/assets/showcase/hero2.png)}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text-1);font-family:var(--font);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.container{max-width:1488px;margin:0 auto;padding:0 24px}nav{position:fixed;top:0;left:0;right:0;z-index:100;border-bottom:1px solid var(--border);background:#08090acc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:48px}.nav-logo{display:flex;align-items:center}.nav-logo svg{height:20px;width:auto;fill:var(--text-1)}.nav-links{display:flex;align-items:center;gap:4px;list-style:none}.nav-links a{font-size:13px;font-weight:400;color:var(--text-3);padding:4px 12px;border-radius:var(--radius-pill);transition:color .15s}.nav-links a:hover{color:var(--text-2)}.nav-cta{font-size:13px;font-weight:510;color:var(--text-1);background:var(--bg-card);border:1px solid var(--border);padding:5px 14px;border-radius:var(--radius-pill);cursor:pointer;transition:border-color .15s,background .15s}.nav-cta:hover{border-color:var(--text-4);background:#1a1c20}.hero{position:relative;min-height:100svh;overflow:hidden;display:flex;align-items:flex-end;padding:112px 0 56px;--hero-parallax: 0px;--hero-copy-parallax: 0px;background:linear-gradient(180deg,#08090a2e,#08090a6b 62%,#08090ae0),linear-gradient(135deg,#030405,#0a0b0d 45%,#111217)}.hero .container{width:100%;max-width:none}.hero-visual{position:absolute;inset:0;background:linear-gradient(180deg,#ffffff05,#fff0 24%),radial-gradient(circle at 50% 58%,rgba(255,255,255,.1) 0%,rgba(255,255,255,.02) 18%,transparent 52%),var(--hero-image);background-size:cover;background-position:center;background-repeat:no-repeat;transform:scale(1.06) translate3d(0,var(--hero-parallax),0);will-change:transform}.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#08090a00,#08090a14 32%,#08090a4d 54%,#08090ac7 84%,#08090a),linear-gradient(90deg,#08090a94,#08090a2e 35%,#08090a14 65%,#08090a85);pointer-events:none}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;min-height:calc(100svh - 168px);padding-bottom:12px;width:100%;max-width:520px;margin-left:0;transform:translate3d(0,var(--hero-copy-parallax),0);will-change:transform}.hero h1{font-size:clamp(28px,3.1vw,48px);font-weight:500;line-height:.98;letter-spacing:-1.15px;color:#fff;max-width:460px;text-wrap:balance;margin-left:0}.hero-content,.hero-content *{color:#fff!important}.hero-cta-row{display:flex;align-items:center;gap:10px;margin-top:28px;flex-wrap:wrap}.hero-btn{display:inline-flex;align-items:center;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:510;padding:8px 18px;border-radius:9999px;text-decoration:none;white-space:nowrap;transition:opacity .15s,background .15s;letter-spacing:-.01em}.hero-btn--primary{background:var(--accent);color:#fff!important;border:1px solid transparent}.hero-btn--primary:hover{opacity:.88}.hero-btn--outline{background:transparent;color:#fff!important;border:1px solid rgba(255,255,255,.45)}.hero-btn--outline:hover{background:#ffffff1a;border-color:#ffffffbf}@media(max-width:768px){.hero-cta-row{display:none}}.page-intro{--text-1: #f7f8f8;--text-3: #8a8f98}.page-intro{min-height:54svh;display:flex;align-items:center;padding:0;background:#08090a}.page-intro .container{max-width:1480px;width:100%;padding:0 40px}.page-intro-title{max-width:min(100%,920px);font-size:clamp(22px,2.1vw,38px);line-height:1.02;letter-spacing:-1px;font-weight:500;color:var(--text-1);text-wrap:balance}.page-intro-title.is-letterized{white-space:pre-wrap}.page-intro-title .reveal-letter{display:inline-block;opacity:.1;transform:translateY(.14em);transition:opacity .14s ease,transform .14s ease;will-change:opacity,transform}.page-intro-title .reveal-letter.is-visible{opacity:1;transform:translateY(0)}.page-intro-title .reveal-space{display:inline-block;width:.28em}.platform-teasers{padding:100px 0;border-bottom:1px solid var(--border)}.platform-teasers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:20px;overflow:hidden;margin-top:56px}.platform-teaser{background:var(--bg);padding:40px 36px 44px;display:flex;flex-direction:column;gap:20px;text-decoration:none;transition:background .15s}.platform-teaser:hover{background:var(--bg-surface)}.platform-teaser-icon{width:48px;height:48px;border-radius:12px;background:var(--bg-surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0}.platform-teaser-icon i{font-size:22px;color:var(--text-3);--ti-stroke-width: 1}.platform-teaser h3{font-size:18px;font-weight:500;letter-spacing:-.02em;color:var(--text-1)}.platform-teaser p{font-size:13px;color:var(--text-4);line-height:1.7;flex:1}.platform-teaser-list{display:flex;flex-direction:column;gap:8px}.platform-teaser-list span{font-size:12px;color:var(--text-4);display:flex;align-items:center;gap:8px}.platform-teaser-list span i{font-size:13px;--ti-stroke-width: 1.5;flex-shrink:0}.platform-teaser-link{font-size:13px;font-weight:500;color:var(--text-2);display:flex;align-items:center;gap:6px;margin-top:4px}.platform-teaser:hover .platform-teaser-link{color:var(--text-1)}@media(max-width:900px){.platform-teasers-grid{grid-template-columns:1fr}}.showcase,.hero{--text-1: #f7f8f8;--text-2: #d0d6e0;--text-3: #8a8f98}.showcase{position:relative;overflow:hidden;min-height:100svh;background:#060708;--showcase-parallax: 0px;--showcase-copy-parallax: 0px}.showcase-visual{position:absolute;inset:0;background:linear-gradient(180deg,#08090a0f,#08090a2e 35%,#08090ac2),radial-gradient(circle at 58% 42%,rgba(255,255,255,.14) 0%,rgba(255,255,255,.05) 14%,transparent 45%),var(--showcase-image);background-size:cover;background-position:center;background-repeat:no-repeat;transform:scale(1.08) translate3d(0,var(--showcase-parallax),0);will-change:transform}.showcase-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#08090afa,#08090ac2 20%,#08090a38 52%,#08090a00),linear-gradient(90deg,#08090a9e,#08090a2e 35%,#08090a1a 65%,#08090a94);pointer-events:none}.showcase-copy{position:relative;z-index:1;min-height:100svh;display:flex;align-items:center;justify-content:center;text-align:center;padding:96px 24px;transform:translate3d(0,var(--showcase-copy-parallax),0);will-change:transform}.showcase-copy-inner{max-width:760px;display:flex;flex-direction:column;align-items:center}.showcase-copy h2{font-size:clamp(34px,4.4vw,66px);line-height:.96;letter-spacing:-1.6px;color:var(--text-1);font-weight:500;text-wrap:balance}.showcase-subtitle{margin:72px auto 0;max-width:560px;font-size:clamp(16px,1.5vw,20px);line-height:1.5;color:#f7f8f8b3;text-transform:none;letter-spacing:normal}.showcase-actions{margin-top:72px;display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.showcase-link{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 28px;border-radius:var(--radius-pill);background:var(--accent);color:var(--accent-fg);font-size:15px;font-weight:510;transition:opacity .15s;text-align:center}.showcase-link:hover{opacity:.88}.showcase-link span{font-size:14px;line-height:1}.showcase-link.secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.45)}.showcase-link.secondary:hover{opacity:1;background:#ffffff1a;border-color:#ffffffbf}.showcase-link.secondary i{order:2;font-size:14px;line-height:1}@media(max-width:768px){.hero{padding:96px 0 40px}.hero .container{padding:0 24px}.hero-content{min-height:calc(100svh - 136px)}.hero h1{font-size:30px;letter-spacing:-.7px;max-width:90vw}}.btn-primary{font-size:14px;font-weight:510;color:var(--accent-fg);background:var(--accent);padding:9px 20px;border-radius:var(--radius-pill);border:none;cursor:pointer;transition:opacity .15s}.btn-primary:hover{opacity:.85}.btn-secondary{font-size:14px;font-weight:400;color:var(--text-2);background:transparent;padding:9px 20px;border-radius:var(--radius-pill);border:1px solid var(--border);cursor:pointer;transition:border-color .15s,color .15s}.btn-secondary:hover{border-color:var(--text-4);color:var(--text-1)}.divider{border:none}.logos{padding:80px 0;overflow:hidden}.logos .section-title{font-size:28px;font-weight:400;letter-spacing:-.4px}.logos-marquee{margin-top:56px;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 12%,black 88%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 12%,black 88%,transparent 100%)}.logos-track{display:flex;align-items:center;gap:80px;width:max-content;animation:logos-left 56s linear infinite}.logos-track.going-right{animation-direction:reverse}@keyframes logos-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.partner-logo{height:22px;width:auto;flex-shrink:0;opacity:1;filter:brightness(0) invert(1);transition:opacity .2s;user-select:none;pointer-events:none}.home-swisscom{height:34px}.home-apleona{height:11px}[data-theme=light] .partner-logo,[data-theme=grey] .partner-logo{filter:brightness(0);opacity:1}.logos .partner-logo{filter:brightness(0)!important;opacity:1!important}.features{padding:128px 0}.section-header{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:end;margin-bottom:64px}.section-label{font-size:12px;font-weight:510;color:var(--accent);letter-spacing:.06em;text-transform:uppercase;margin-bottom:16px}.section-title{font-size:48px;font-weight:500;letter-spacing:-1.056px;line-height:1.08;color:var(--text-1)}.section-sub{font-size:16px;font-weight:400;color:var(--text-3);line-height:1.65;letter-spacing:-.12px;max-width:70%;margin-left:auto}@media(max-width:768px){.section-header{grid-template-columns:1fr;gap:16px}}.features-grid{margin-top:64px;border-top:1px solid var(--border)}.feature-card{display:grid;grid-template-columns:48px 1fr 1.6fr 32px;gap:48px;align-items:center;padding:28px 0;min-height:96px;border-bottom:1px solid var(--border);transition:background .15s;cursor:default}.feature-card:hover{background:transparent}.feature-card:hover .pillar-num{color:var(--accent)}.feature-card:hover .pillar-arrow{color:var(--text-3)}.pillar-num{font-size:11px;font-weight:510;letter-spacing:.08em;color:var(--text-4);transition:color .2s;padding-top:2px}.feature-icon{display:none}.feature-card h3{font-size:20px;font-weight:560;color:var(--text-1);letter-spacing:-.35px;line-height:1.25;margin:0}.feature-card p{font-size:13.5px;font-weight:400;color:var(--text-3);line-height:1.65;letter-spacing:-.1px;margin:0}.pillar-arrow{font-size:14px;color:var(--text-4);opacity:0;transition:opacity .2s,color .2s;justify-self:end}.feature-card:hover .pillar-arrow{opacity:1}@media(max-width:768px){.feature-card{grid-template-columns:36px 1fr;gap:16px}.feature-card p{grid-column:2}.pillar-arrow{display:none}}.origin{padding:128px 0}.origin-card{position:relative;border-radius:20px;overflow:hidden;height:480px}.origin-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 30%}.origin-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.72) 0%,rgba(0,0,0,.38) 55%,transparent 100%)}.origin-content{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;justify-content:center;padding:64px;max-width:600px}.origin-headline{font-size:clamp(32px,3.8vw,52px);font-weight:580;color:#fff;letter-spacing:-1.5px;line-height:1.1;margin-bottom:20px}.origin-sub{font-size:15px;color:#ffffffb8;line-height:1.7;margin-bottom:32px;max-width:420px}.origin-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#fffc;text-decoration:none;transition:color .15s}.origin-link:hover{color:#fff}.why{padding:96px 0}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}.why-item i{font-size:22px;color:var(--text-2);display:block;margin-bottom:16px}.why-item h3{font-size:15px;font-weight:510;color:var(--text-2);letter-spacing:-.18px;margin-bottom:8px}.why-item p{font-size:14px;font-weight:400;color:var(--text-4);line-height:1.6;letter-spacing:-.1px;max-width:280px}.clients{padding:128px 0}.clients-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:64px}.client-card{background:var(--bg-surface);border:none;border-radius:var(--radius-lg);padding:28px 24px;display:block;height:100%;transition:background .15s}.client-card:hover{background:var(--bg-card)}.client-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.client-icon i{font-size:22px;color:var(--text-3)}.client-card h3{font-size:15px;font-weight:590;color:var(--text-2);letter-spacing:-.18px;margin-bottom:8px}.client-card p{font-size:13px;font-weight:400;color:var(--text-4);line-height:1.6;letter-spacing:-.1px}.ai-section{padding:128px 0;position:relative;overflow:hidden}.ai-section:before{content:"";position:absolute;top:50%;right:-5%;transform:translateY(-50%);width:700px;height:700px;background:radial-gradient(circle,rgba(94,106,210,.07) 0%,transparent 65%);pointer-events:none}.ai-header{max-width:760px;margin-bottom:56px}.ai-headline{font-size:44px;font-weight:510;color:var(--text-1);letter-spacing:-1px;line-height:1.1;margin-bottom:16px}.ai-sub{font-size:16px;color:var(--text-3);line-height:1.7}.ai-cards{display:grid;grid-template-columns:repeat(4,1fr);background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;gap:1px}.ai-card{background:var(--bg);padding:36px 32px 32px;display:flex;flex-direction:column;min-height:280px}.ai-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.ai-card-num{font-size:11px;font-weight:500;letter-spacing:.1em;color:var(--text-4);font-variant-numeric:tabular-nums}.ai-card-icon{width:34px;height:34px;border:1px solid var(--border);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;background:var(--bg-card)}.ai-card-icon i{font-size:15px;color:var(--accent)}.ai-card-title{font-size:22px;font-weight:510;color:var(--text-1);letter-spacing:-.4px;margin-bottom:12px}.ai-card-desc{font-size:14px;color:var(--text-3);line-height:1.7;flex:1}.ai-card-stat{margin-top:28px;padding-top:20px;border-top:1px solid var(--border);font-size:12px;font-weight:500;color:var(--text-4);letter-spacing:.02em}.ai-card-stat strong{display:block;font-size:20px;font-weight:560;color:var(--text-1);letter-spacing:-.5px;margin-bottom:2px}@media(max-width:900px){.ai-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.ai-cards{grid-template-columns:1fr}}.sec-card--ai .sec-card-left{flex:0 0 300px}.ai-pillar-grid{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:16px 24px;align-content:center}.ai-pillar-item{display:flex;align-items:center;gap:12px}.ai-pillar-stat{font-size:12px;color:var(--text-4);margin-top:2px;line-height:1.4}@media(max-width:1024px){.sec-card--ai .sec-card-left{flex:none}.ai-pillar-grid{grid-template-columns:repeat(2,1fr)}}.ai-badge{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:20px}.ai-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:ai-pulse 2s infinite}@keyframes ai-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.75)}}.ai-left h2{font-size:40px;font-weight:510;color:var(--text-1);letter-spacing:-.9px;line-height:1.1;margin-bottom:18px}.ai-left>p{font-size:15px;color:var(--text-3);line-height:1.7;margin-bottom:40px;max-width:440px}.ai-capabilities{list-style:none;display:flex;flex-direction:column;gap:24px}.ai-cap{display:flex;gap:16px;align-items:flex-start}.ai-cap-icon{width:32px;height:32px;flex-shrink:0;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}.ai-cap-icon i{font-size:15px;color:var(--accent)}.ai-cap-text strong{font-size:14px;font-weight:510;color:var(--text-2);display:block;margin-bottom:3px}.ai-cap-text span{font-size:13px;color:var(--text-4);line-height:1.5}.ai-panel{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 0 0 1px #5e6ad214,0 32px 64px #00000073}.ai-panel-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--border)}.ai-panel-title{font-size:12px;font-weight:500;color:var(--text-3)}.ai-panel-live{display:flex;align-items:center;gap:6px;font-size:11px;color:#4ade80}.ai-live-dot{width:6px;height:6px;border-radius:50%;background:#4ade80;animation:ai-pulse 1.5s infinite}.ai-chart{padding:18px 18px 14px;border-bottom:1px solid var(--border)}.ai-chart-label{font-size:11px;color:var(--text-4);margin-bottom:12px}.ai-bars{display:flex;align-items:flex-end;gap:5px;height:68px}.ai-bar{flex:1;background:var(--accent);border-radius:2px 2px 0 0;opacity:.65;transform-origin:bottom;animation:growBar .7s ease-out both}.ai-bar.predicted{background:transparent;border:1px dashed rgba(94,106,210,.5);border-bottom:none;opacity:1}@keyframes growBar{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.ai-insights{padding:10px;display:flex;flex-direction:column;gap:6px}.ai-insight{display:flex;align-items:center;gap:12px;padding:11px 12px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md)}.ai-insight-icon{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ai-insight.ok .ai-insight-icon{background:#4ade8014}.ai-insight.ok .ai-insight-icon i{color:#4ade80;font-size:13px}.ai-insight.info .ai-insight-icon{background:#5e6ad21a}.ai-insight.info .ai-insight-icon i{color:var(--accent);font-size:13px}.ai-insight.warn .ai-insight-icon{background:#fbbf2414}.ai-insight.warn .ai-insight-icon i{color:#fbbf24;font-size:13px}.ai-insight.control .ai-insight-icon{background:#f8f8f80d}.ai-insight.control .ai-insight-icon i{color:var(--text-3);font-size:13px}.ai-insight-body strong{display:block;font-size:12px;font-weight:510;color:var(--text-2);margin-bottom:2px}.ai-insight-body span{font-size:11px;color:var(--text-4)}.sec-card-section{padding:128px 0}.benefits{padding:96px 0}.benefits-body{display:block;max-width:50%}.benefits-list{width:100%}.benefits-img-panel{display:none}.benefits-img{display:none;width:100%;height:100%;border-radius:16px;overflow:hidden;background:var(--bg-surface);border:1px solid var(--border)}.benefits-img.is-active{display:flex}.benefits-img-inner{width:100%;display:flex;align-items:center;justify-content:center}.benefits-img-label{font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text-4)}@media(max-width:900px){.benefits-body{grid-template-columns:1fr}.benefits-img-panel{display:none}}.benefit-row{border-top:1px solid var(--border);cursor:default}.benefit-row:last-child{border-bottom:1px solid var(--border)}.benefit-row-head{display:flex;align-items:center;justify-content:space-between;padding:18px 0}.benefit-row-name{font-size:14px;font-weight:500;color:var(--text-2);letter-spacing:-.1px;transition:color .15s}.benefit-row-arrow{font-size:14px;color:var(--text-3);opacity:0;transform:translate(-6px);transition:opacity .15s,transform .15s}.benefit-row:hover .benefit-row-name{color:var(--text-1)}.benefit-row:hover .benefit-row-arrow{opacity:1;transform:translate(0)}.benefit-row-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}.benefit-row:hover .benefit-row-body{grid-template-rows:1fr}.benefit-row-body-inner{overflow:hidden}.benefit-row-body p{font-size:13px;color:var(--text-3);line-height:1.7;padding-bottom:10px;max-width:520px}.benefit-row-stat{display:inline-block;font-size:11px;font-weight:500;color:var(--text-4);letter-spacing:.04em;padding-bottom:20px}@media(max-width:900px){.benefits-inner{grid-template-columns:1fr;gap:32px}}.sec-card{background:var(--bg-surface);border-radius:20px;padding:48px 52px;display:flex;gap:64px;align-items:stretch}.sec-card-left{flex:0 0 300px;display:flex;flex-direction:column;gap:24px}.sec-card-title{font-size:clamp(18px,1.6vw,22px);font-weight:600;color:var(--text-1);letter-spacing:-.4px;line-height:1.3}.sec-card-cta{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--text-2);background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:8px 14px;text-decoration:none;transition:background .15s,border-color .15s;width:fit-content;margin-top:auto}.sec-card-cta:hover{background:var(--bg-surface);border-color:var(--text-4)}.sec-card-grid{flex:0 0 auto;display:grid;grid-template-columns:repeat(2,264px);gap:8px;margin-left:auto}.sec-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:10px;cursor:pointer;transition:background .15s;text-decoration:none;color:inherit}.sec-item:hover{background:var(--bg-card)}.sec-item:hover .sec-item-icon{border-color:var(--border);background:var(--bg)}.sec-item:hover .sec-item-icon i,.sec-item:hover .sec-item-label{color:var(--text-1)}.sec-item-icon{width:36px;height:36px;border-radius:9px;background:var(--bg-card);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,border-color .15s}.sec-item-icon i{font-size:14px;color:var(--text-3);transition:color .15s;--ti-stroke-width: .75}.sec-item-label{font-size:13px;font-weight:500;color:var(--text-3);letter-spacing:-.1px;line-height:1.3;transition:color .15s}[data-theme=light] .sec-card,[data-theme=grey] .sec-card{background:var(--bg-surface)}@media(max-width:1024px){.sec-card{flex-direction:column;gap:32px}.sec-card-left{flex:none}.sec-card-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.sec-card{padding:32px 24px}.sec-card-grid{grid-template-columns:repeat(2,1fr)}}.modules{padding:128px 0}.modules-layout{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch}.modules-photo{border-radius:var(--radius-lg);overflow:hidden;min-height:340px}.modules-photo img{width:100%;height:100%;object-fit:cover;display:block}.modules-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.module-tile{background:var(--bg-surface);border-radius:14px;padding:16px 18px;display:flex;flex-direction:column;gap:7px;transition:background .15s}.module-tile:hover{background:var(--bg-card)}.module-check{width:22px;height:22px;border-radius:50%;background:var(--bg-card);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0}.module-check i{font-size:11px;color:var(--text-4)}.module-title{font-size:16px;font-weight:440;color:var(--text-1);letter-spacing:-.25px;line-height:1.3;flex:1}.module-tags{font-size:11.5px;color:var(--text-4);line-height:1.5}.module-tile--cta{background:var(--text-1);cursor:pointer;text-decoration:none}.module-tile--cta:hover{background:var(--text-2)}.module-tile--cta .module-title{color:#fff;font-size:18px;font-weight:500;letter-spacing:-.3px}.module-tile--cta .module-tags{color:#ffffff73}.module-tile--cta .module-check{background:#ffffff1a;border-color:#ffffff26}.module-tile--cta .module-check i{color:#fff9}[data-theme=light] .module-tile,[data-theme=grey] .module-tile{background:var(--bg-surface)}[data-theme=light] .module-tile:hover,[data-theme=grey] .module-tile:hover{background:var(--bg-card)}[data-theme=light] .module-tile--cta,[data-theme=grey] .module-tile--cta{background:#0a0a0f}[data-theme=light] .module-tile--cta:hover,[data-theme=grey] .module-tile--cta:hover{background:#1a1a24}@media(max-width:1024px){.modules-layout{grid-template-columns:1fr}.modules-photo{min-height:320px}}@media(max-width:640px){.modules-grid{grid-template-columns:1fr 1fr}}.bento-section{padding:128px 0}.bento-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:64px}.bc{background:#edece9;border:none;border-radius:16px;padding:28px;position:relative;overflow:hidden;transition:background .2s ease,box-shadow .2s ease;box-shadow:0 1px 2px #0000000d,0 4px 16px #0000000a;display:flex;flex-direction:column}.bc:hover{background:#e6e5e2;box-shadow:0 1px 3px #00000012,0 6px 24px #0000000f}.bc-wide{grid-column:span 2}.bc-tall{grid-row:span 2;display:flex;flex-direction:column}.bc-tag{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text-4);margin-bottom:16px}.bc-tag i{font-size:12px}.bc-title{font-size:16px;font-weight:510;color:var(--text-1);letter-spacing:-.3px;line-height:1.25;margin-bottom:6px}.bc-sub{font-size:12.5px;color:var(--text-4);line-height:1.55}.wf{position:relative;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:linear-gradient(135deg,#ffffff06,#ffffff02);overflow:hidden}.wf:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(circle,rgba(255,255,255,.045) 1px,transparent 1px);background-size:20px 20px}.bc-badge{font-size:9px;font-weight:500;padding:2px 7px;border-radius:4px;white-space:nowrap;background:transparent;border:1px solid rgba(255,255,255,.14);color:#ffffff4d;transition:border-color .35s ease,color .35s ease}.bc:hover .bc-badge.green{border-color:#4ade8066;color:#4ade80d9}.bc:hover .bc-badge.yellow{border-color:#fbbf2466;color:#fbbf24d9}.bc:hover .bc-badge.red{border-color:#f8717166;color:#f87171d9}.bc:hover .bc-badge.blue{border-color:#94a3ff66;color:#94a3ffd9}.bc:hover .bc-badge.dim{border-color:#fff3;color:#ffffff73}.bc-list{margin-top:auto;border:1px solid rgba(255,255,255,.07);border-radius:8px;overflow:hidden;background:#ffffff04}.bc-row{display:flex;align-items:center;gap:8px;padding:8px 12px;font-size:11px;color:#ffffff59;border-bottom:1px solid rgba(255,255,255,.06)}.bc-row:last-child{border-bottom:none}.bc-row i{font-size:12px;color:#fff3;flex-shrink:0}.bc-row-ml{margin-left:auto}.bc-plate{font-family:SF Mono,Fira Code,monospace;font-size:10.5px;font-weight:600;letter-spacing:.05em;color:#ffffff80;background:transparent;border:1px solid rgba(255,255,255,.28);padding:2px 6px;border-radius:4px;flex-shrink:0}.anpr-scene{margin-top:18px;position:relative;overflow:hidden;border-radius:12px;background:#04060a;aspect-ratio:1/1;border:1px solid rgba(255,255,255,.07)}[data-theme=light] .anpr-scene,[data-theme=grey] .anpr-scene{background:#0000000a;border-color:#00000014}[data-theme=light] .anpr-scene:before,[data-theme=grey] .anpr-scene:before{background-image:radial-gradient(circle,rgba(0,0,0,.05) 1px,transparent 1px)}[data-theme=light] .anpr-cam-label,[data-theme=grey] .anpr-cam-label{color:#0000004d}[data-theme=light] .anpr-dot,[data-theme=grey] .anpr-dot{background:#00000026}[data-theme=light] .anpr-bracket,[data-theme=grey] .anpr-bracket{border-color:#0000002e}[data-theme=light] .anpr-plate,[data-theme=grey] .anpr-plate{background:#fffc;border-color:#00000026;box-shadow:0 2px 10px #00000014}[data-theme=light] .anpr-plate-eu,[data-theme=grey] .anpr-plate-eu{border-color:#0000001f}[data-theme=light] .anpr-eu-stars,[data-theme=grey] .anpr-eu-stars{color:#0000004d}[data-theme=light] .anpr-eu-code,[data-theme=grey] .anpr-eu-code{color:#00000080}[data-theme=light] .anpr-plate-num,[data-theme=grey] .anpr-plate-num{color:#000000bf}[data-theme=light] .anpr-log,[data-theme=grey] .anpr-log{background:#edece9f7;border-color:#00000014;box-shadow:0 -4px 20px #0000000f}[data-theme=light] .anpr-log-handle,[data-theme=grey] .anpr-log-handle{background:#0000001a}[data-theme=light] .anpr-log-hd,[data-theme=grey] .anpr-log-hd{border-color:#00000012}[data-theme=light] .anpr-log-title,[data-theme=grey] .anpr-log-title{color:#00000059}[data-theme=light] .anpr-log-rows .anpr-row,[data-theme=grey] .anpr-log-rows .anpr-row{border-color:#0000000d}[data-theme=light] .anpr-row-plate,[data-theme=grey] .anpr-row-plate{color:#00000073}[data-theme=light] .anpr-row-active .anpr-row-plate,[data-theme=grey] .anpr-row-active .anpr-row-plate{color:#000000bf}[data-theme=light] .anpr-row-type,[data-theme=grey] .anpr-row-type{color:#00000040}[data-theme=light] .anpr-row-active .anpr-row-type,[data-theme=grey] .anpr-row-active .anpr-row-type{color:#00000073}[data-theme=light] .anpr-row-active,[data-theme=grey] .anpr-row-active{background:#16a34a12;border-color:#16a34a80!important}[data-theme=light] .anpr-badge-green,[data-theme=grey] .anpr-badge-green{color:#15803d;background:#16a34a1a;border-color:#16a34a4d}[data-theme=light] .anpr-badge-red,[data-theme=grey] .anpr-badge-red{color:#b91c1c;background:#b91c1c14;border-color:#b91c1c40}[data-theme=light] .anpr-badge-amber,[data-theme=grey] .anpr-badge-amber{color:#b45309;background:#b4530914;border-color:#b4530940}.anpr-scene:before{content:"";position:absolute;inset:0;z-index:0;background-image:radial-gradient(circle,rgba(255,255,255,.018) 1px,transparent 1px);background-size:14px 14px}.anpr-cam-label{position:absolute;top:12px;left:14px;right:14px;display:flex;align-items:center;justify-content:space-between;font-size:9px;color:#ffffff40;z-index:5}.anpr-dot{width:5px;height:5px;border-radius:50%;background:#fff3;display:inline-block;margin-right:5px;transition:background .3s ease}.bc:hover .anpr-dot{background:#4ade80;animation:ai-pulse 2s infinite}.anpr-plate-wrap{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);z-index:3;display:inline-flex;padding:14px}.anpr-bracket{position:absolute;width:18px;height:18px;border-color:#ffffff2e;border-style:solid;transition:border-color .25s ease .45s,width .2s ease .45s,height .2s ease .45s}.bc:hover .anpr-bracket{border-color:#4ade80e6;width:12px;height:12px}.anpr-bracket.tl{top:0;left:0;border-width:2px 0 0 2px}.anpr-bracket.tr{top:0;right:0;border-width:2px 2px 0 0}.anpr-bracket.bl{bottom:0;left:0;border-width:0 0 2px 2px}.anpr-bracket.br{bottom:0;right:0;border-width:0 2px 2px 0}.anpr-plate{display:flex;align-items:stretch;background:transparent;border:1.5px solid rgba(255,255,255,.32);border-radius:5px;overflow:hidden;box-shadow:0 4px 18px #000000b3;filter:blur(7px);opacity:.12;transition:filter .4s ease .4s,opacity .4s ease .4s}.bc:hover .anpr-plate{filter:blur(0);opacity:1}.anpr-plate-eu{background:transparent;border-right:1.5px solid rgba(255,255,255,.2);min-width:26px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5px 6px;gap:2px}.anpr-eu-stars{color:#ffffff59;font-size:6.5px;line-height:1}.anpr-eu-code{color:#ffffff8c;font-size:6.5px;font-weight:700}.anpr-plate-num{font-family:SF Mono,Fira Code,monospace;font-size:24px;font-weight:700;color:#ffffffd1;letter-spacing:.08em;padding:8px 16px;display:flex;align-items:center}.anpr-beam{position:absolute;left:0;right:0;height:2px;z-index:4;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);animation:anpr-sweep 2s ease-in-out infinite;animation-play-state:paused}.bc:hover .anpr-beam{background:linear-gradient(90deg,transparent 5%,rgba(74,222,128,.85) 50%,transparent 95%);animation-play-state:running;animation-duration:.85s}@keyframes anpr-sweep{0%{top:4%;opacity:0}8%{opacity:1}92%{opacity:1}to{top:96%;opacity:0}}.anpr-log{position:absolute;left:10px;right:10px;bottom:10px;background:#07090ef5;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;box-shadow:0 -8px 40px #000c;transform:translateY(calc(100% + 22px));transition:transform .48s cubic-bezier(.28,1.08,.5,1) .65s;z-index:10;backdrop-filter:blur(20px)}.bc:hover .anpr-log{transform:translateY(0)}.anpr-log-handle{width:28px;height:3px;border-radius:2px;background:#ffffff14;margin:9px auto 0}.anpr-log-hd{display:flex;align-items:center;justify-content:space-between;padding:6px 14px 8px;border-bottom:1px solid rgba(255,255,255,.06)}.anpr-log-title{font-size:9.5px;font-weight:600;color:#fff6;letter-spacing:.04em;text-transform:uppercase}.anpr-log-live{font-size:8.5px;font-weight:700;color:#4ade80;display:flex;align-items:center;gap:4px}.anpr-log-livedot{width:5px;height:5px;border-radius:50%;background:#4ade80;animation:ai-pulse 1.8s infinite;animation-play-state:paused}.bc:hover .anpr-log-livedot{animation-play-state:running}.anpr-log-rows .anpr-row{display:flex;align-items:center;padding:7px 14px;border-bottom:1px solid rgba(255,255,255,.04);opacity:0;transform:translateY(4px);transition:opacity .2s ease,transform .2s ease}.anpr-log-rows .anpr-row:last-child{border-bottom:none}.anpr-log-rows .anpr-row:nth-child(1){transition-delay:.82s}.anpr-log-rows .anpr-row:nth-child(2){transition-delay:.96s}.anpr-log-rows .anpr-row:nth-child(3){transition-delay:1.1s}.anpr-log-rows .anpr-row:nth-child(4){transition-delay:1.24s}.bc:hover .anpr-log-rows .anpr-row{opacity:1;transform:none}.anpr-row-active{background:#4ade8012;border-left:2px solid rgba(74,222,128,.6)!important;padding-left:12px!important}.anpr-row-plate{font-family:SF Mono,Fira Code,monospace;font-size:10.5px;font-weight:700;letter-spacing:.05em;color:#ffffff59;width:104px;flex-shrink:0}.anpr-row-active .anpr-row-plate{color:#fff}.anpr-row-type{font-size:8.5px;color:#fff3;flex:1}.anpr-row-active .anpr-row-type{color:#ffffff73}.anpr-badge{font-size:8px;font-weight:700;letter-spacing:.04em;padding:2px 8px;border-radius:20px;flex-shrink:0}.anpr-badge-green{color:#4ade80;background:#4ade801a;border:1px solid rgba(74,222,128,.2)}.anpr-badge-red{color:#f87171;background:#f871711a;border:1px solid rgba(248,113,113,.2)}.anpr-badge-amber{color:#fbbf24;background:#fbbf241a;border:1px solid rgba(251,191,36,.2)}.bc-ring-wrap{display:flex;align-items:center;gap:18px;margin-top:18px;padding:16px;border:1px solid rgba(255,255,255,.07);border-radius:10px;background:linear-gradient(135deg,#ffffff05,#ffffff01);position:relative;overflow:hidden}.bc-ring-wrap:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(circle,rgba(255,255,255,.04) 1px,transparent 1px);background-size:20px 20px}.bc-ring{position:relative;width:72px;height:72px;flex-shrink:0}.bc-ring svg{transform:rotate(-90deg)}.bc-ring-label{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#ffffffb3;letter-spacing:-.4px}.bc-ring-label small{font-size:9px;font-weight:400;color:#ffffff40}.bc-ring-stats{display:flex;flex-direction:column;gap:7px;flex:1;position:relative}.bc-ring-stat{font-size:11px;color:#ffffff40;display:flex;justify-content:space-between}.bc-ring-stat strong{color:#ffffff8c;font-weight:510}.bc-ring-arc{stroke-dasharray:226;stroke-dashoffset:226;stroke:#ffffff4d;transition:stroke-dashoffset 1s cubic-bezier(.4,0,.2,1) .05s,stroke .4s ease}.bc:hover .bc-ring-arc{stroke-dashoffset:51;stroke:var(--accent)}.bc-occ-multi{display:flex;gap:16px;margin-top:auto;margin-bottom:auto;align-items:flex-start}.bc-occ-left{display:flex;flex-direction:column;gap:12px}.bc-occ-left .bc-ring-wrap,.bc-occ-left .bc-occ-spark{margin-top:0}.bc-occ-right{flex:1}.bc-occ-right .bc-sites{margin-top:0}.bc-spark{margin-top:18px}.bc-spark-nums{display:flex;gap:8px;margin-bottom:10px}.bc-spark-num{flex:1;border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:8px 10px;font-size:10px;color:#ffffff40;background:#ffffff04}.bc-spark-num strong{display:block;font-size:15px;font-weight:600;color:#ffffffa6;letter-spacing:-.4px;margin-bottom:1px}.bc-spark-chart{border:1px solid rgba(255,255,255,.07);border-radius:8px;background:#ffffff03;padding:10px 12px;position:relative;overflow:hidden}.bc-spark-chart:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:28px 18px}.bc-spark-chart svg{width:100%;overflow:visible;display:block;position:relative}@keyframes bc-line{0%{stroke-dashoffset:300}to{stroke-dashoffset:0}}.bc-line-path{stroke-dasharray:300;stroke-dashoffset:300;transition:stroke-dashoffset 1.2s cubic-bezier(.4,0,.2,1) .1s}.bc:hover .bc-line-path{stroke-dashoffset:0}.bc-rate{margin-top:8px;display:flex;align-items:center;gap:6px;font-size:10px;color:#ffffff40}.bc-rate strong{color:#ffffff80}.bc-rate-dot{width:5px;height:5px;border-radius:50%;border:1px solid rgba(255,255,255,.3);flex-shrink:0}.bc-ev-body{position:relative;margin-top:18px}.bc-ev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;transition:opacity .3s ease}.bc:hover .bc-ev-grid{opacity:.08}.bc-ev-port{border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:10px 6px;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:9px;color:#ffffff40;text-align:center;background:#ffffff04;position:relative;overflow:hidden}.bc-ev-port:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(circle,rgba(255,255,255,.04) 1px,transparent 1px);background-size:10px 10px}.bc-ev-port i{font-size:15px;position:relative;color:#fff3;transition:color .35s ease}.bc-ev-port{transition:border-color .35s ease}.bc:hover .bc-ev-port.charging{border-color:#4ade8040}.bc:hover .bc-ev-port.charging i{color:#4ade80b3}.bc:hover .bc-ev-port.reserved{border-color:#fbbf2438}.bc:hover .bc-ev-port.reserved i{color:#fbbf24a6}.bc-ev-session{position:absolute;inset:0;display:flex;align-items:center;gap:14px;padding:8px 10px;border:1px solid rgba(255,255,255,.06);border-radius:10px;background:#ffffff03;opacity:0;transform:translateY(5px);transition:opacity .3s ease .1s,transform .3s ease .1s;pointer-events:none}.bc:hover .bc-ev-session{opacity:1;transform:none}.bc-ev-hw{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0}.bc-ev-plug{width:26px;height:26px;border:1px solid rgba(74,222,128,.35);border-radius:6px;background:#4ade800f;display:flex;align-items:center;justify-content:center;font-size:13px;color:#4ade80bf}.bc-ev-cable{width:2px;height:26px;background:#ffffff12;border-radius:1px;position:relative;overflow:hidden}@keyframes bc-flow{0%{top:-8px;opacity:0}15%{opacity:1}85%{opacity:1}to{top:calc(100% + 4px);opacity:0}}.bc-ev-p{position:absolute;left:50%;transform:translate(-50%);width:2px;height:7px;background:#4ade80e6;border-radius:1px}.bc:hover .bc-ev-p{animation:bc-flow 1s ease-in-out infinite}.bc:hover .bc-ev-p:nth-child(2){animation-delay:.33s}.bc:hover .bc-ev-p:nth-child(3){animation-delay:.66s}.bc-ev-batt{display:flex;flex-direction:column;align-items:center}.bc-ev-batt-nub{width:10px;height:3px;background:#ffffff26;border-radius:1px 1px 0 0}.bc-ev-batt-body{width:22px;height:32px;border:1px solid rgba(255,255,255,.18);border-radius:0 0 3px 3px;padding:2px;display:flex;align-items:flex-end;overflow:hidden}.bc-ev-batt-fill{width:100%;height:0%;background:linear-gradient(0deg,#4ade80e6,#4ade8059);border-radius:1px;transition:height 1.1s cubic-bezier(.4,0,.2,1) .25s}.bc:hover .bc-ev-batt-fill{height:65%}.bc-ev-sw{flex:1;display:flex;flex-direction:column;gap:0}.bc-ev-metric{display:flex;justify-content:space-between;align-items:center;font-size:10px;padding:4px 0;border-bottom:1px solid rgba(255,255,255,.05);transform:translate(5px);transition:transform .28s ease}.bc-ev-metric:last-child{border-bottom:none}.bc-ev-metric:nth-child(1){transition-delay:.18s}.bc-ev-metric:nth-child(2){transition-delay:.24s}.bc-ev-metric:nth-child(3){transition-delay:.3s}.bc-ev-metric:nth-child(4){transition-delay:.36s}.bc:hover .bc-ev-metric{transform:none}.bc-ev-mlabel{color:#ffffff40}.bc-ev-mval{color:#ffffffb8;font-weight:510;font-size:10.5px}.bc-violations{margin-top:18px;display:flex;flex-direction:column;gap:6px}.bc-violation{display:flex;align-items:flex-start;gap:10px;border:1px solid rgba(255,255,255,.07);border-radius:8px;padding:10px 12px;background:#ffffff04;position:relative;overflow:hidden}.bc-violation:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(circle,rgba(255,255,255,.035) 1px,transparent 1px);background-size:16px 16px}.bc-violation-icon{width:26px;height:26px;border-radius:6px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.1);background:transparent;position:relative;transition:border-color .35s ease}.bc-violation-icon i{font-size:13px;color:#fff3;transition:color .35s ease}.bc:hover .bc-violation-icon{border-color:#f871714d}.bc:hover .bc-violation-icon i{color:#f87171b3}.bc-violation-body{flex:1;min-width:0;position:relative}.bc-violation-body strong{font-size:11px;font-weight:510;color:#ffffff80;display:flex;align-items:center;gap:6px}.bc-violation-body span{font-size:10px;color:#fff3;display:block;margin-top:1px}.bc-sites{margin-top:18px;display:flex;flex-direction:column;gap:6px}.bc-site{border:1px solid rgba(255,255,255,.07);border-radius:8px;padding:10px 12px;background:#ffffff04;position:relative;overflow:hidden}.bc-site:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(circle,rgba(255,255,255,.035) 1px,transparent 1px);background-size:16px 16px}.bc-site-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px;position:relative}.bc-site-name{font-size:11px;font-weight:510;color:#ffffff80}.bc-site-pct{font-size:10px;color:#fff3}.bc-site-bar{height:2px;background:#ffffff0f;border-radius:2px;overflow:hidden;position:relative}.bc-site-fill{height:100%;border-radius:2px;background:#fff3;transform-origin:left;transform:scaleX(0);transition:transform .8s cubic-bezier(.4,0,.2,1),background .35s ease}.bc-sites .bc-site:nth-child(2) .bc-site-fill{transition-delay:.1s}.bc-sites .bc-site:nth-child(3) .bc-site-fill{transition-delay:.2s}.bc:hover .bc-site-fill{transform:scaleX(1);background:var(--accent)}.bc-site-meta{display:flex;align-items:center;justify-content:space-between;margin-top:5px;font-size:9.5px;color:#fff3;position:relative}.bc-card-wrap{margin-top:20px;position:relative}.bc-card-wire{width:100%;aspect-ratio:1.7;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:linear-gradient(135deg,#ffffff08,#ffffff01);position:relative;overflow:hidden;padding:18px 20px;display:flex;flex-direction:column;justify-content:space-between}.bc-card-wire:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:24px 24px}.bc-card-top{display:flex;align-items:flex-start;justify-content:space-between;position:relative;z-index:1}.bc-chip{width:30px;height:22px;border:1px solid rgba(255,255,255,.2);border-radius:4px;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;gap:0;overflow:hidden}.bc-chip-cell{border:.5px solid rgba(255,255,255,.08)}.bc-nfc{display:flex;flex-direction:column;align-items:flex-end;gap:3px;opacity:.3}.bc-nfc-arc{border:1px solid currentColor;border-left:none;border-bottom:none;border-radius:0 6px 0 0}.bc-card-number{display:flex;gap:10px;align-items:center;position:relative;z-index:1}.bc-num-group{display:flex;gap:3px}.bc-num-dot{width:4px;height:4px;border-radius:50%;background:#ffffff40}.bc-num-last{font-family:SF Mono,Fira Code,monospace;font-size:11px;letter-spacing:.1em;color:#ffffff73}.bc-card-bottom{display:flex;justify-content:space-between;align-items:flex-end;position:relative;z-index:1}.bc-card-holder{display:flex;flex-direction:column;gap:4px}.bc-card-label{font-size:8px;letter-spacing:.1em;text-transform:uppercase;color:#fff3}.bc-card-value{font-size:11px;letter-spacing:.06em;color:#fff6}.bc-brand{display:flex}.bc-brand-circle{width:24px;height:24px;border-radius:50%;border:1px solid rgba(255,255,255,.15)}.bc-brand-circle:last-child{margin-left:-10px}.bc-analytics{margin-top:18px}.bc-analytics-kpis{display:flex;gap:8px;margin-bottom:14px}.bc-kpi{flex:1;border:1px solid rgba(255,255,255,.07);border-radius:8px;padding:10px 12px;background:#ffffff04}.bc-kpi-val{font-size:20px;font-weight:650;letter-spacing:-.6px;color:#ffffffbf}.bc-kpi-label{font-size:9px;color:#ffffff40;margin-top:3px}.bc-kpi-delta{font-size:9px;font-weight:600;margin-top:1px;color:#4ade80}.bc-kpi-delta.neg{color:#f87171}.bc-analytics-chart{border:1px solid rgba(255,255,255,.07);border-radius:8px;padding:12px;background:#ffffff03;position:relative;overflow:hidden}.bc-analytics-chart:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px);background-size:100% 25%}.bc-chart-label{font-size:9px;color:#ffffff40;margin-bottom:8px;position:relative}.bc-chart-bars{display:flex;gap:4px;align-items:flex-end;height:48px;position:relative}.bc-bar{flex:1;border-radius:3px 3px 0 0;background:#ffffff12;transform:scaleY(0);transform-origin:bottom;transition:transform .45s ease,background .3s ease}.bc:hover .bc-bar{transform:scaleY(1)}.bc-bar.peak{background:#94a3ff38}.bc:hover .bc-bar.peak{background:#94a3ff8c}.bc-chart-bars .bc-bar:nth-child(1){transition-delay:.03s}.bc-chart-bars .bc-bar:nth-child(2){transition-delay:.06s}.bc-chart-bars .bc-bar:nth-child(3){transition-delay:.09s}.bc-chart-bars .bc-bar:nth-child(4){transition-delay:.12s}.bc-chart-bars .bc-bar:nth-child(5){transition-delay:.15s}.bc-chart-bars .bc-bar:nth-child(6){transition-delay:.18s}.bc-chart-bars .bc-bar:nth-child(7){transition-delay:.21s}.bc-chart-bars .bc-bar:nth-child(8){transition-delay:.24s}.bc-chart-bars .bc-bar:nth-child(9){transition-delay:.27s}.bc-chart-bars .bc-bar:nth-child(10){transition-delay:.3s}.bc-chart-bars .bc-bar:nth-child(11){transition-delay:.33s}.bc-chart-bars .bc-bar:nth-child(12){transition-delay:.36s}.bc-chart-times{display:flex;justify-content:space-between;font-size:8px;color:#fff3;margin-top:5px;position:relative}.bc-phone{margin-top:18px;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#ffffff06,#ffffff02);position:relative}.bc-phone:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(circle,rgba(255,255,255,.04) 1px,transparent 1px);background-size:20px 20px}.bc-phone-bar{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid rgba(255,255,255,.07);font-size:9.5px;color:#ffffff4d;position:relative}.bc-phone-body{padding:12px;display:flex;flex-direction:column;gap:8px;position:relative}.bc-phone-session{border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:10px 12px;background:#ffffff05}.bc-phone-session-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.bc-phone-plate-lg{font-family:SF Mono,Fira Code,monospace;font-size:13px;font-weight:700;letter-spacing:.06em;color:#ffffff8c}.bc-phone-timer{font-size:11px;color:#ffffff40}.bc-phone-meta{font-size:10px;color:#fff3}.bc-phone-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px}.bc-phone-btn{border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:7px;text-align:center;font-size:10px;color:#ffffff4d;background:#ffffff05}.bc-phone-btn.primary{border-color:#ffffff1f;color:#ffffff4d;transition:border-color .35s ease,color .35s ease}.bc:hover .bc-phone-btn.primary{border-color:#94a3ff59;color:#94a3ffcc}.bc-api{margin-top:18px;border:1px solid rgba(255,255,255,.07);border-radius:8px;padding:14px;font-family:SF Mono,Fira Code,monospace;font-size:10.5px;line-height:1.75;background:#ffffff04;white-space:pre;position:relative;overflow:hidden}.bc-api:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px);background-size:100% 1.75em}.bc-api .kw,.bc-api .str,.bc-api .num{color:#ffffff4d;position:relative;transition:color .35s ease}.bc-api .dim{color:#ffffff2e;position:relative}.bc:hover .bc-api .kw{color:#94a3ffbf}.bc:hover .bc-api .str{color:#86efacb3}.bc:hover .bc-api .num{color:#fbbf24b3}.bc-ring-label{opacity:0;transition:opacity .45s ease .3s}.bc:hover .bc-ring-label{opacity:1}.bc-ring-stats{opacity:.2;transition:opacity .4s ease}.bc:hover .bc-ring-stats{opacity:1}.bc-list .bc-row{opacity:.2;transform:translateY(4px);transition:opacity .3s ease,transform .3s ease}.bc-list .bc-row:nth-child(1){transition-delay:.04s}.bc-list .bc-row:nth-child(2){transition-delay:.1s}.bc-list .bc-row:nth-child(3){transition-delay:.16s}.bc:hover .bc-list .bc-row{opacity:1;transform:none}.bc-spark-fill{opacity:0;transition:opacity .8s ease .15s}.bc:hover .bc-spark-fill{opacity:1}.bc-spark-dot{opacity:0;transition:opacity .3s ease .9s}.bc:hover .bc-spark-dot{opacity:1}.bc-violation{opacity:.25;transform:translateY(4px);transition:opacity .35s ease,transform .35s ease}.bc-violation:nth-child(2){transition-delay:.1s}.bc:hover .bc-violation{opacity:1;transform:none}.pay-stage{margin-top:18px;position:relative;overflow:hidden;display:flex;align-items:flex-start;justify-content:center;padding-top:28px;flex:1}.pcard-scene{perspective:900px;width:230px;height:145px;flex-shrink:0}.pcard-flip{width:100%;height:100%;position:relative;transform-style:preserve-3d;transition:transform .75s cubic-bezier(.4,0,.2,1)}.bc:hover .pcard-flip{transform:rotateY(180deg)}.pcard-face{position:absolute;inset:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:10px;overflow:hidden}.pcard-front{background:transparent;border:1.5px solid rgba(255,255,255,.22);padding:12px 14px;display:flex;flex-direction:column;justify-content:space-between}.pcard-front:before,.pcard-front:after{display:none}.pcard-bank{display:flex;justify-content:space-between;align-items:center}.pcard-bank-logo{display:block;width:46px;height:auto;opacity:.35;fill:#fff}.pcard-bank-dot{width:11px;height:11px;border-radius:50%;background:transparent;border:1px solid rgba(255,255,255,.18)}.pcard-top-row{display:flex;align-items:center;justify-content:space-between}.pcard-chip{width:26px;height:20px;border:1.5px solid rgba(255,255,255,.28);border-radius:4px;background:transparent;position:relative;flex-shrink:0}.pcard-chip:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#ffffff2e;transform:translateY(-50%)}.pcard-chip:after{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:#ffffff2e;transform:translate(-50%)}.pcard-nfc{display:flex;flex-direction:row;align-items:center;gap:2px}.pcard-nfc-arc{border-style:solid;border-color:transparent;border-right-color:#ffffff40;border-radius:50%;flex-shrink:0}.pcard-num{display:flex;flex-direction:row;align-items:center;gap:9px}.pcard-num-group{display:flex;gap:3px;align-items:center}.pcard-dot{width:4px;height:4px;border-radius:50%;border:1px solid rgba(255,255,255,.32);background:transparent;flex-shrink:0}.pcard-last{font-family:SF Mono,Fira Code,monospace;font-size:9px;font-weight:600;color:#ffffff73;letter-spacing:.05em}.pcard-foot{display:flex;justify-content:space-between;align-items:flex-end}.pcard-info{display:flex;flex-direction:column;gap:4px}.pcard-field{display:flex;flex-direction:column;gap:1.5px}.pcard-label{font-size:5px;letter-spacing:.12em;text-transform:uppercase;color:#ffffff2e}.pcard-value{font-size:7.5px;font-weight:600;color:#ffffff61;letter-spacing:.04em}.pcard-brand{display:flex;align-items:center}.pcard-brand-c{width:16px;height:16px;border-radius:50%;background:transparent;flex-shrink:0}.pcard-brand-c:first-child{border:1.5px solid rgba(255,255,255,.28)}.pcard-brand-c:last-child{border:1.5px solid rgba(255,255,255,.18);margin-left:-6px}.pcard-back{transform:rotateY(180deg);background:transparent;border:1.5px solid rgba(255,255,255,.18);display:flex;flex-direction:column}.pcard-stripe{width:100%;height:26px;background:transparent;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14);margin-top:20px}.pcard-sig-wrap{margin:8px 14px;height:16px;background:transparent;border:1px solid rgba(255,255,255,.14);border-radius:2px;display:flex;align-items:center;padding:0 6px;justify-content:flex-end}.pcard-cvv{font-family:SF Mono,Fira Code,monospace;font-size:7px;color:#ffffff47;letter-spacing:2px}.pcard-notice{font-size:5px;color:#ffffff1a;padding:0 14px;line-height:1.5;margin-top:4px}.pay-phone{position:absolute;bottom:-28px;left:50%;transform:translate(-50%) translateY(calc(100% + 10px));width:196px;height:425px;background:#08090cbf;border:1.5px solid rgba(94,106,210,.45);border-radius:44px;overflow:hidden;box-shadow:0 0 0 1px #5e6ad21f,0 0 32px #5e6ad214 inset,0 24px 64px #000000e6;transition:transform .58s cubic-bezier(.3,1.08,.5,1) .72s;z-index:20}.bc:hover .pay-phone{transform:translate(-50%) translateY(0)}.pay-phone:before{content:"";position:absolute;left:-3px;top:90px;width:2.5px;height:28px;background:#5e6ad259;border-radius:2px;box-shadow:0 36px #5e6ad259,0 66px #5e6ad240}.pay-phone:after{content:"";position:absolute;right:-3px;top:100px;width:2.5px;height:52px;background:#5e6ad259;border-radius:2px}.pay-di{display:flex;align-items:center;justify-content:flex-end;width:76px;height:22px;background:#000;border-radius:50px;margin:12px auto 0;padding-right:8px;position:relative;z-index:2;box-shadow:0 0 0 1.5px #ffffff0f}.pay-di:after{content:"";width:7px;height:7px;background:#1a1a1e;border:1px solid #2a2a2e;border-radius:50%;box-shadow:0 0 0 1px #ffffff0a}.pay-status-bar{display:flex;justify-content:space-between;align-items:center;padding:4px 18px 0;font-size:9px;font-weight:600;color:#ffffff80;position:relative;z-index:2}.pay-status-icons{display:flex;align-items:center;gap:4px;font-size:8px}.pay-sheet{margin:6px 8px 0;background:transparent;border:1px solid rgba(94,106,210,.25);border-radius:14px;overflow:hidden;opacity:0;transform:translateY(8px);transition:opacity .32s ease 1.12s,transform .32s ease 1.12s}.bc:hover .pay-sheet{opacity:1;transform:none}.pay-sheet-hd{padding:12px 14px 10px;border-bottom:1px solid rgba(94,106,210,.2);display:flex;flex-direction:column;align-items:center;gap:3px}.pay-sheet-logo{display:flex;align-items:center;gap:4px;font-size:13px;font-weight:700;color:#ffffffd9;letter-spacing:-.3px}.pay-sheet-logo i{font-size:14px;color:#ffffffb3}.pay-sheet-merchant{font-size:9px;color:#ffffff52}.pay-sheet-amount{font-size:24px;font-weight:700;letter-spacing:-1px;color:#fff;margin-top:2px}.pay-sheet-card{display:flex;align-items:center;justify-content:space-between;padding:9px 14px;border-bottom:1px solid rgba(94,106,210,.15)}.pay-sheet-card-left{display:flex;align-items:center;gap:8px}.pay-sheet-card-icon{width:30px;height:20px;border-radius:4px;border:1px solid rgba(94,106,210,.4);background:#5e6ad20f;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pay-sheet-card-chip{width:12px;height:9px;border:1px solid rgba(94,106,210,.5);border-radius:2px;background:transparent}.pay-sheet-card-info{display:flex;flex-direction:column}.pay-sheet-card-num{font-size:9px;font-weight:600;color:#ffffffa6;font-family:SF Mono,Fira Code,monospace;letter-spacing:.04em}.pay-sheet-card-bank{font-size:8px;color:#ffffff40}.pay-sheet-card-brand{display:flex}.pay-sheet-card-brand span{width:14px;height:14px;border-radius:50%;display:block;background:transparent}.pay-sheet-card-brand span:first-child{border:1.5px solid rgba(255,255,255,.25)}.pay-sheet-card-brand span:last-child{border:1.5px solid rgba(255,255,255,.16);margin-left:-5px}.pay-sheet-btn{margin:9px 14px 10px;background:#5e6ad224;border:1px solid rgba(94,106,210,.45);border-radius:10px;padding:8px 14px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:9px;font-weight:600;color:#919aebe6}.pay-sheet-btn i{font-size:12px;color:#919aebbf}.pay-sheet-confirmed{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 14px 8px;border-top:1px solid rgba(94,106,210,.15)}.pay-check-circle{width:32px;height:32px;border-radius:50%;background:#34c75914;border:1.5px solid rgba(52,199,89,.45);display:flex;align-items:center;justify-content:center}.pay-check-circle i{font-size:15px;color:#34c759}.pay-confirmed-label{font-size:9px;font-weight:600;color:#34c759}.pay-confirmed-sub{font-size:8px;color:#ffffff40}.bc-kpi{opacity:.25;transform:translateY(4px);transition:opacity .3s ease,transform .3s ease}.bc-kpi:nth-child(1){transition-delay:.05s}.bc-kpi:nth-child(2){transition-delay:.12s}.bc-kpi:nth-child(3){transition-delay:.19s}.bc:hover .bc-kpi{opacity:1;transform:none}@keyframes bc-blink{0%,49%{opacity:1}50%,to{opacity:0}}.bc-cursor{display:inline-block;width:1.5px;height:.8em;background:#ffffffa6;vertical-align:text-bottom;margin-left:1px;animation:bc-blink .85s step-end infinite}.bc-phone-session{opacity:.25;transform:translateY(5px);transition:opacity .4s ease,transform .4s ease}.bc:hover .bc-phone-session{opacity:1;transform:none}.bc-phone-actions .bc-phone-btn{opacity:.2;transition:opacity .3s ease .15s}.bc:hover .bc-phone-actions .bc-phone-btn{opacity:1}.bc-glow:after{content:"";position:absolute;top:-60px;right:-60px;width:180px;height:180px;border-radius:50%;pointer-events:none;background:none}[data-theme=dark] .bc-glow:after{background:radial-gradient(circle,rgba(94,106,210,.1) 0%,transparent 70%)}@media(max-width:900px){.bento-grid{grid-template-columns:repeat(2,1fr)}.bc-wide{grid-column:span 2}}@media(max-width:600px){.bento-grid{grid-template-columns:1fr}.bc-wide{grid-column:span 1}.bc-tall{grid-row:span 1}}[data-theme=light] .bc-badge,[data-theme=grey] .bc-badge{border-color:#00000026;color:#00000059}[data-theme=light] .bc:hover .bc-badge.dim,[data-theme=grey] .bc:hover .bc-badge.dim{border-color:#00000040;color:#0000008c}[data-theme=light] .bc-list,[data-theme=grey] .bc-list{background:#0000000f;border-color:#0000001a}[data-theme=light] .bc-row,[data-theme=grey] .bc-row{color:#00000080;border-color:#00000012}[data-theme=light] .bc-row i,[data-theme=grey] .bc-row i{color:#0000004d}[data-theme=light] .bc-plate,[data-theme=grey] .bc-plate{color:#0000008c;border-color:#0003}[data-theme=light] .bc-ring-arc,[data-theme=grey] .bc-ring-arc{stroke:#00000026}[data-theme=light] .bc:hover .bc-ring-arc,[data-theme=grey] .bc:hover .bc-ring-arc{stroke:#0009}[data-theme=light] .bc-ring-stat,[data-theme=grey] .bc-ring-stat{color:#0006}[data-theme=light] .bc-ring-stat strong,[data-theme=grey] .bc-ring-stat strong{color:#000000b3}[data-theme=light] .bc-ring-label,[data-theme=grey] .bc-ring-label{color:#000000bf}[data-theme=light] .bc-ring-label small,[data-theme=grey] .bc-ring-label small{color:#00000059}[data-theme=light] .bc-spark-num,[data-theme=grey] .bc-spark-num{color:#0006}[data-theme=light] .bc-spark-num strong,[data-theme=grey] .bc-spark-num strong{color:#000000bf}[data-theme=light] .bc-rate,[data-theme=grey] .bc-rate{color:#0006}[data-theme=light] .bc-rate strong,[data-theme=grey] .bc-rate strong{color:#0009}[data-theme=light] .bc-rate-dot,[data-theme=grey] .bc-rate-dot{border-color:#00000040}[data-theme=light] .bc-spark-chart,[data-theme=grey] .bc-spark-chart{color:#000;border-color:#00000014;background:#00000005}[data-theme=light] .bc-spark-chart:before,[data-theme=grey] .bc-spark-chart:before{background-image:linear-gradient(rgba(0,0,0,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.04) 1px,transparent 1px)}.bc-occ-spark{margin-top:14px;color:#ffffff80}.bc-occ-spark-label{font-size:9px;color:#ffffff40;margin-bottom:4px}.bc-occ-spark-days{display:flex;justify-content:space-between;font-size:8px;color:#fff3;margin-top:3px}.bc-occ-line{stroke-dasharray:600;stroke-dashoffset:600;transition:stroke-dashoffset 1.4s cubic-bezier(.4,0,.2,1) .1s}.bc:hover .bc-occ-line{stroke-dashoffset:0}[data-theme=light] .bc-occ-spark,[data-theme=grey] .bc-occ-spark{color:#00000080}[data-theme=light] .bc-occ-spark-label,[data-theme=grey] .bc-occ-spark-label{color:#0000004d}[data-theme=light] .bc-occ-spark-days,[data-theme=grey] .bc-occ-spark-days{color:#00000040}[data-theme=light] .wf,[data-theme=grey] .wf{border-color:#00000014;background:linear-gradient(135deg,#00000005,#00000003)}[data-theme=light] .wf:before,[data-theme=grey] .wf:before{background-image:radial-gradient(circle,rgba(0,0,0,.06) 1px,transparent 1px)}[data-theme=light] .bc-ev-port,[data-theme=grey] .bc-ev-port{border-color:#0000001a;background:#00000008;color:#00000059}[data-theme=light] .bc-ev-port:before,[data-theme=grey] .bc-ev-port:before{background-image:radial-gradient(circle,rgba(0,0,0,.06) 1px,transparent 1px)}[data-theme=light] .bc-ev-port i,[data-theme=grey] .bc-ev-port i{color:#00000040}[data-theme=light] .bc-ev-session,[data-theme=grey] .bc-ev-session{border-color:#00000014;background:#00000005}[data-theme=light] .bc-ev-cable,[data-theme=grey] .bc-ev-cable{background:#0000001a}[data-theme=light] .bc-ev-batt-nub,[data-theme=grey] .bc-ev-batt-nub{background:#0003}[data-theme=light] .bc-ev-batt-body,[data-theme=grey] .bc-ev-batt-body{border-color:#0003}[data-theme=light] .bc-ev-metric,[data-theme=grey] .bc-ev-metric{border-color:#0000000f}[data-theme=light] .bc-ev-mlabel,[data-theme=grey] .bc-ev-mlabel{color:#0006}[data-theme=light] .bc-ev-mval,[data-theme=grey] .bc-ev-mval{color:#000000b3}[data-theme=light] .bc-ev-plug,[data-theme=grey] .bc-ev-plug{border-color:#16653440;background:#16653414;color:#15803d}[data-theme=light] .bc-ev-p,[data-theme=grey] .bc-ev-p{background:#16a34a}[data-theme=light] .bc-ev-batt-fill,[data-theme=grey] .bc-ev-batt-fill{background:linear-gradient(0deg,#16a34ad9,#16a34a59)}[data-theme=light] .bc:hover .bc-ev-port.charging,[data-theme=grey] .bc:hover .bc-ev-port.charging{border-color:#1665344d}[data-theme=light] .bc:hover .bc-ev-port.charging i,[data-theme=grey] .bc:hover .bc-ev-port.charging i{color:#15803d}[data-theme=light] .bc-violation,[data-theme=grey] .bc-violation{border-color:#00000014;background:#00000008}[data-theme=light] .bc-violation:before,[data-theme=grey] .bc-violation:before{background-image:radial-gradient(circle,rgba(0,0,0,.05) 1px,transparent 1px)}[data-theme=light] .bc-violation-icon,[data-theme=grey] .bc-violation-icon{border-color:#0000001f}[data-theme=light] .bc-violation-icon i,[data-theme=grey] .bc-violation-icon i{color:#0000004d}[data-theme=light] .bc-violation-body strong,[data-theme=grey] .bc-violation-body strong{color:#0009}[data-theme=light] .bc-violation-body span,[data-theme=grey] .bc-violation-body span{color:#00000059}[data-theme=light] .bc-site,[data-theme=grey] .bc-site{border-color:#00000014;background:#00000008}[data-theme=light] .bc-site:before,[data-theme=grey] .bc-site:before{background-image:radial-gradient(circle,rgba(0,0,0,.05) 1px,transparent 1px)}[data-theme=light] .bc-site-name,[data-theme=grey] .bc-site-name{color:#0009}[data-theme=light] .bc-site-pct,[data-theme=grey] .bc-site-pct{color:#00000059}[data-theme=light] .bc-site-bar,[data-theme=grey] .bc-site-bar{background:#00000014}[data-theme=light] .bc:hover .bc-site-fill,[data-theme=grey] .bc:hover .bc-site-fill{background:#00000059}[data-theme=light] .bc-site-meta,[data-theme=grey] .bc-site-meta{color:#0000004d}[data-theme=light] .bc-card-wire,[data-theme=grey] .bc-card-wire{border-color:#0000001a;background:linear-gradient(135deg,#00000008,#00000003)}[data-theme=light] .bc-card-wire:before,[data-theme=grey] .bc-card-wire:before{background-image:linear-gradient(rgba(0,0,0,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.04) 1px,transparent 1px)}[data-theme=light] .bc-chip,[data-theme=grey] .bc-chip{border-color:#0003}[data-theme=light] .bc-chip-cell,[data-theme=grey] .bc-chip-cell{border-color:#00000014}[data-theme=light] .bc-num-dot,[data-theme=grey] .bc-num-dot{background:#00000040}[data-theme=light] .bc-num-last,[data-theme=grey] .bc-num-last{color:#00000073}[data-theme=light] .bc-card-label,[data-theme=grey] .bc-card-label{color:#0000004d}[data-theme=light] .bc-card-value,[data-theme=grey] .bc-card-value{color:#00000080}[data-theme=light] .bc-brand-circle,[data-theme=grey] .bc-brand-circle,[data-theme=light] .pcard-front,[data-theme=grey] .pcard-front{border-color:#00000026}[data-theme=light] .pcard-bank-logo,[data-theme=grey] .pcard-bank-logo{fill:#00000080;opacity:1}[data-theme=light] .pcard-bank-dot,[data-theme=grey] .pcard-bank-dot{border-color:#0003}[data-theme=light] .pcard-chip,[data-theme=grey] .pcard-chip{border-color:#00000040}[data-theme=light] .pcard-chip:before,[data-theme=grey] .pcard-chip:before{background:#00000026}[data-theme=light] .pcard-chip:after,[data-theme=grey] .pcard-chip:after{background:#00000026}[data-theme=light] .pcard-nfc-arc,[data-theme=grey] .pcard-nfc-arc{border-right-color:#00000038}[data-theme=light] .pcard-dot,[data-theme=grey] .pcard-dot{border-color:#00000047}[data-theme=light] .pcard-last,[data-theme=grey] .pcard-last{color:#00000080}[data-theme=light] .pcard-label,[data-theme=grey] .pcard-label{color:#00000040}[data-theme=light] .pcard-value,[data-theme=grey] .pcard-value{color:#00000073}[data-theme=light] .pcard-brand-c:first-child,[data-theme=grey] .pcard-brand-c:first-child{border-color:#00000040}[data-theme=light] .pcard-brand-c:last-child,[data-theme=grey] .pcard-brand-c:last-child{border-color:#0000002e}[data-theme=light] .pcard-back,[data-theme=grey] .pcard-back{border-color:#00000026}[data-theme=light] .pcard-stripe,[data-theme=grey] .pcard-stripe{border-color:#0000001a}[data-theme=light] .pcard-sig-wrap,[data-theme=grey] .pcard-sig-wrap{border-color:#0000001f}[data-theme=light] .pcard-cvv,[data-theme=grey] .pcard-cvv{color:#0000004d}[data-theme=light] .pay-phone,[data-theme=grey] .pay-phone{background:#f0eeebf7;border-color:#0000001f;box-shadow:0 0 0 1px #0000000f,0 24px 64px #00000026}[data-theme=light] .pay-phone:before,[data-theme=grey] .pay-phone:before{background:#0003;box-shadow:0 36px #0003,0 66px #00000026}[data-theme=light] .pay-phone:after,[data-theme=grey] .pay-phone:after{background:#0003}[data-theme=light] .pay-di,[data-theme=grey] .pay-di{border-color:#0000001f}[data-theme=light] .pay-status-bar,[data-theme=grey] .pay-status-bar{color:#00000073}[data-theme=light] .pay-sheet,[data-theme=grey] .pay-sheet{border-color:#0000001a}[data-theme=light] .pay-sheet-hd,[data-theme=grey] .pay-sheet-hd{border-color:#00000014}[data-theme=light] .pay-sheet-logo,[data-theme=grey] .pay-sheet-logo{color:#000c}[data-theme=light] .pay-sheet-logo i,[data-theme=grey] .pay-sheet-logo i{color:#0009}[data-theme=light] .pay-sheet-merchant,[data-theme=grey] .pay-sheet-merchant{color:#0006}[data-theme=light] .pay-sheet-amount,[data-theme=grey] .pay-sheet-amount{color:#000000d9}[data-theme=light] .pay-sheet-card,[data-theme=grey] .pay-sheet-card{border-color:#00000012}[data-theme=light] .pay-sheet-card-icon,[data-theme=grey] .pay-sheet-card-icon{border-color:#00000026;background:#0000000a}[data-theme=light] .pay-sheet-card-chip,[data-theme=grey] .pay-sheet-card-chip{border-color:#0003}[data-theme=light] .pay-sheet-card-num,[data-theme=grey] .pay-sheet-card-num{color:#0009}[data-theme=light] .pay-sheet-card-bank,[data-theme=grey] .pay-sheet-card-bank{color:#00000059}[data-theme=light] .pay-sheet-card-brand span:first-child,[data-theme=grey] .pay-sheet-card-brand span:first-child{border-color:#00000038}[data-theme=light] .pay-sheet-card-brand span:last-child,[data-theme=grey] .pay-sheet-card-brand span:last-child{border-color:#00000024}[data-theme=light] .pay-sheet-btn,[data-theme=grey] .pay-sheet-btn{background:#0000000d;border-color:#0000002e;color:#0009}[data-theme=light] .pay-sheet-btn i,[data-theme=grey] .pay-sheet-btn i{color:#00000080}[data-theme=light] .pay-confirmed-sub,[data-theme=grey] .pay-confirmed-sub{color:#00000059}[data-theme=light] .bc-cursor,[data-theme=grey] .bc-cursor{background:#00000080}[data-theme=light] .bc-kpi,[data-theme=grey] .bc-kpi{border-color:#00000014;background:#00000008}[data-theme=light] .bc-kpi-val,[data-theme=grey] .bc-kpi-val{color:#000000bf}[data-theme=light] .bc-kpi-label,[data-theme=grey] .bc-kpi-label{color:#00000059}[data-theme=light] .bc-analytics-chart,[data-theme=grey] .bc-analytics-chart{border-color:#00000014;background:#00000005}[data-theme=light] .bc-analytics-chart:before,[data-theme=grey] .bc-analytics-chart:before{background-image:linear-gradient(rgba(0,0,0,.04) 1px,transparent 1px)}[data-theme=light] .bc-chart-label,[data-theme=grey] .bc-chart-label{color:#00000059}[data-theme=light] .bc-bar,[data-theme=grey] .bc-bar{background:#0000001a}[data-theme=light] .bc-bar.peak,[data-theme=grey] .bc-bar.peak{background:#0003}[data-theme=light] .bc:hover .bc-bar.peak,[data-theme=grey] .bc:hover .bc-bar.peak{background:#00000059}[data-theme=light] .bc-chart-times,[data-theme=grey] .bc-chart-times{color:#0000004d}[data-theme=light] .bc-phone,[data-theme=grey] .bc-phone{border-color:#0000001a;background:linear-gradient(135deg,#00000008,#00000003)}[data-theme=light] .bc-phone:before,[data-theme=grey] .bc-phone:before{background-image:radial-gradient(circle,rgba(0,0,0,.05) 1px,transparent 1px)}[data-theme=light] .bc-phone-bar,[data-theme=grey] .bc-phone-bar{border-color:#00000014;color:#00000059}[data-theme=light] .bc-phone-session,[data-theme=grey] .bc-phone-session{border-color:#00000014;background:#00000008}[data-theme=light] .bc-phone-plate-lg,[data-theme=grey] .bc-phone-plate-lg{color:#0009}[data-theme=light] .bc-phone-timer,[data-theme=grey] .bc-phone-timer{color:#00000059}[data-theme=light] .bc-phone-meta,[data-theme=grey] .bc-phone-meta{color:#0000004d}[data-theme=light] .bc-phone-btn,[data-theme=grey] .bc-phone-btn{border-color:#0000001a;color:#0006;background:#00000005}[data-theme=light] .bc-phone-btn.primary,[data-theme=grey] .bc-phone-btn.primary{border-color:#00000026;color:#0006}[data-theme=light] .bc:hover .bc-phone-btn.primary,[data-theme=grey] .bc:hover .bc-phone-btn.primary{border-color:#00000059;color:#000000b3}[data-theme=light] .bc-api,[data-theme=grey] .bc-api{border-color:#00000014;background:#00000008}[data-theme=light] .bc-api:before,[data-theme=grey] .bc-api:before{background-image:linear-gradient(rgba(0,0,0,.04) 1px,transparent 1px)}[data-theme=light] .bc-api .kw,[data-theme=light] .bc-api .str,[data-theme=light] .bc-api .num,[data-theme=grey] .bc-api .kw,[data-theme=grey] .bc-api .str,[data-theme=grey] .bc-api .num{color:#00000059}[data-theme=light] .bc-api .dim,[data-theme=grey] .bc-api .dim{color:#0003}[data-theme=light] .bc:hover .bc-api .kw,[data-theme=grey] .bc:hover .bc-api .kw,[data-theme=light] .bc:hover .bc-api .str,[data-theme=grey] .bc:hover .bc-api .str,[data-theme=light] .bc:hover .bc-api .num,[data-theme=grey] .bc:hover .bc-api .num{color:#000000bf}[data-theme=light] .anpr-log,[data-theme=grey] .anpr-log{background:#00000008;border-color:#00000014}[data-theme=light] .anpr-plate,[data-theme=grey] .anpr-plate{background:#fff;border-color:#00000026;color:#1a1614}[data-theme=light] .anpr-row,[data-theme=grey] .anpr-row{border-color:#0000000f}[data-theme=light] .bc-glow:after{background:none}[data-theme=grey] .bc-glow:after{background:none}[data-theme=light] .bc-spark,[data-theme=light] .bc-occ-multi,[data-theme=light] .bc-occ-spark,[data-theme=light] .bc-list,[data-theme=light] .bc-card-wrap,[data-theme=light] .bc-violations,[data-theme=light] .bc-analytics,[data-theme=light] .bc-phone,[data-theme=light] .bc-api,[data-theme=light] .anpr-scene,[data-theme=grey] .bc-spark,[data-theme=grey] .bc-occ-multi,[data-theme=grey] .bc-occ-spark,[data-theme=grey] .bc-list,[data-theme=grey] .bc-card-wrap,[data-theme=grey] .bc-violations,[data-theme=grey] .bc-analytics,[data-theme=grey] .bc-phone,[data-theme=grey] .bc-api,[data-theme=grey] .anpr-scene{opacity:.4;transition:opacity .3s ease}[data-theme=light] .bc-ev-body,[data-theme=grey] .bc-ev-body{opacity:.65;transition:opacity .3s ease}[data-theme=light] .bc:hover .bc-spark,[data-theme=light] .bc:hover .bc-occ-multi,[data-theme=light] .bc:hover .bc-occ-spark,[data-theme=light] .bc:hover .bc-list,[data-theme=light] .bc:hover .bc-ev-body,[data-theme=light] .bc:hover .bc-card-wrap,[data-theme=light] .bc:hover .bc-violations,[data-theme=light] .bc:hover .bc-analytics,[data-theme=light] .bc:hover .bc-phone,[data-theme=light] .bc:hover .bc-api,[data-theme=light] .bc:hover .anpr-scene,[data-theme=grey] .bc:hover .bc-spark,[data-theme=grey] .bc:hover .bc-occ-multi,[data-theme=grey] .bc:hover .bc-occ-spark,[data-theme=grey] .bc:hover .bc-list,[data-theme=grey] .bc:hover .bc-ev-body,[data-theme=grey] .bc:hover .bc-card-wrap,[data-theme=grey] .bc:hover .bc-violations,[data-theme=grey] .bc:hover .bc-analytics,[data-theme=grey] .bc:hover .bc-phone,[data-theme=grey] .bc:hover .bc-api,[data-theme=grey] .bc:hover .anpr-scene{opacity:1}[data-theme=light] .bc:hover .bc-badge.green,[data-theme=grey] .bc:hover .bc-badge.green{border-color:#16a34a66;color:#15803d}[data-theme=light] .bc:hover .bc-badge.yellow,[data-theme=grey] .bc:hover .bc-badge.yellow{border-color:#b4530959;color:#b45309}[data-theme=light] .bc:hover .bc-badge.red,[data-theme=grey] .bc:hover .bc-badge.red{border-color:#b91c1c59;color:#b91c1c}[data-theme=light] .bc:hover .bc-badge.blue,[data-theme=grey] .bc:hover .bc-badge.blue{border-color:#00000040;color:#0009}[data-theme=light] .bc-kpi-delta,[data-theme=grey] .bc-kpi-delta{color:#15803d}[data-theme=light] .bc-kpi-delta.neg,[data-theme=grey] .bc-kpi-delta.neg{color:#b91c1c}.personas{padding:128px 0}.ctype-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:stretch;margin-top:64px}.ctype-right{display:flex;flex-direction:column;justify-content:space-between}.ctype-image{aspect-ratio:1/1;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;position:relative}.ctype-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 20%;opacity:0;transition:opacity .4s ease}.ctype-image img.is-visible{opacity:1}.ctype-list{list-style:none;padding:0;margin:0}.ctype-item{font-size:32px;font-weight:300;letter-spacing:-.6px;line-height:1.2;color:var(--text-4);cursor:pointer;padding:2px 0;display:flex;align-items:center;position:relative;transition:color .2s,padding-left .25s cubic-bezier(.4,0,.2,1);user-select:none}.ctype-item:hover{color:var(--text-2)}.ctype-item.is-active{color:var(--text-1);padding-left:42px}.ctype-arrow{font-size:30px;opacity:0;position:absolute;left:0;transition:opacity .2s;flex-shrink:0}.ctype-item.is-active .ctype-arrow{opacity:1}.ctype-detail{padding-top:28px}.ctype-desc{font-size:15px;font-weight:400;line-height:1.65;color:var(--text-3);margin:0 0 24px}.ctype-cta{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:510;color:var(--text-1);background:var(--bg-card);border:1px solid var(--border);padding:8px 18px;border-radius:var(--radius-pill);text-decoration:none;transition:border-color .15s,background .15s}.ctype-cta:hover{border-color:var(--text-4)}@media(max-width:768px){.ctype-grid{grid-template-columns:1fr;gap:40px}.ctype-image{aspect-ratio:16/9}.ctype-item{font-size:24px}}.persona-grid{display:grid;grid-template-columns:repeat(4,1fr);align-items:start;gap:16px;margin-top:64px}.persona-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 28px 28px;display:flex;flex-direction:column;min-height:300px;transition:background .2s ease,border-color .2s ease;cursor:default}.persona-card:hover{background:var(--bg-card);border-color:var(--text-4)}.persona-icon{display:flex;align-items:center;flex-shrink:0;margin-bottom:24px}.persona-icon i{font-size:20px;color:var(--text-3)}.persona-header{display:flex;flex-direction:column;gap:32px}.persona-kicker{font-size:22px;font-weight:580;letter-spacing:-.4px;color:var(--text-1);line-height:1.2}.persona-title{font-size:15px;font-weight:400;line-height:1.55;color:var(--text-3);letter-spacing:-.15px;margin:0}.persona-hint{display:flex;align-items:center;gap:6px;margin-top:auto;padding-top:16px;font-size:11px;color:var(--text-4);opacity:1;transition:opacity .2s ease}.persona-hint i{font-size:11px}.persona-card:hover .persona-hint{opacity:0;height:0;padding-top:0;margin-top:0;overflow:hidden}.persona-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;max-height:0;overflow:hidden;opacity:0;transition:max-height .5s cubic-bezier(.4,0,.2,1),opacity .35s ease,margin-top .3s ease}.persona-card:hover .persona-list{max-height:320px;opacity:1;margin-top:24px}.persona-list li{display:flex;align-items:flex-start;gap:10px;font-size:13px;font-weight:400;color:var(--text-3);line-height:1.5;letter-spacing:-.1px}.persona-list li:before{content:"";flex-shrink:0;width:16px;height:16px;min-width:16px;border-radius:50%;border:1px solid var(--border);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M2.5 5l2 2L7.5 3' stroke='rgba(255,255,255,0.3)' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:10px;margin-top:2px}.persona-stat{max-height:0;overflow:hidden;opacity:0;margin-top:0;padding-top:0;border-top:1px solid transparent;font-size:12px;font-weight:400;color:var(--text-3);letter-spacing:-.1px;transition:max-height .5s cubic-bezier(.4,0,.2,1) .06s,opacity .35s ease .06s,margin-top .3s ease .06s,padding-top .3s ease .06s,border-color 0s ease .06s}.persona-card:hover .persona-stat{max-height:90px;opacity:1;margin-top:24px;padding-top:20px;border-top-color:var(--border)}.persona-stat span{display:block;font-size:26px;font-weight:650;letter-spacing:-1px;color:var(--text-1);line-height:1.15;margin-bottom:3px}@media(max-width:1100px){.persona-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.persona-grid{grid-template-columns:1fr}}.feature-wide{padding:128px 0}.fw-card{position:relative;aspect-ratio:21 / 9;border-radius:20px;overflow:hidden}.fw-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 40%}.fw-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:flex-end;padding:0 8% 0 0;background:linear-gradient(to left,rgba(0,0,0,.62) 0%,rgba(0,0,0,.3) 50%,transparent 100%)}.fw-body{max-width:700px;font-size:clamp(18px,1.6vw,24px);font-weight:500;line-height:1.55;color:#fff;margin:0;letter-spacing:-.02em}.fw-overlay--left{justify-content:flex-start;padding:0 0 0 8%;background:linear-gradient(to right,rgba(0,0,0,.68) 0%,rgba(0,0,0,.28) 55%,transparent 100%)}.fw-text{max-width:480px;display:flex;flex-direction:column}.fw-title{font-size:clamp(30px,3.4vw,54px);font-weight:500;line-height:1.06;letter-spacing:-.045em;color:#fff;margin:0 0 20px}.fw-cta{display:inline-flex;align-items:center;gap:8px;margin-top:28px;font-size:14px;font-weight:500;color:#ffffffb8;text-decoration:none;transition:color .15s;letter-spacing:0}.fw-cta:hover{color:#fff}.fw-cta svg{width:14px;height:14px;flex-shrink:0}.fw-overlay--split{justify-content:space-between;padding:0 8%;align-items:center}.fw-logo{height:40px;width:auto;flex-shrink:0;opacity:.9}@media(max-width:768px){.fw-card{aspect-ratio:4/3}.fw-overlay{justify-content:flex-start;padding:32px;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 60%);align-items:flex-end}.fw-overlay--left{padding:32px;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 60%);align-items:flex-end}.fw-body{max-width:100%;font-size:20px}.fw-title{font-size:26px}.fw-overlay--split{flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:28px;gap:16px;background:linear-gradient(to top,rgba(0,0,0,.72) 0%,rgba(0,0,0,.2) 50%,transparent 100%)}.fw-logo{height:28px}.fw-overlay--split .fw-body{font-size:18px}}.testimonials{padding:128px 0}.testi-pair{display:flex;gap:20px;align-items:stretch}.testi-card{background:#fff;border:none;border-radius:var(--radius-lg);padding:60px 44px 54px;display:flex;flex-direction:column;min-height:420px}.testi-card--wide{flex:3}.testi-card--wide .testi-text{max-width:60%}.testi-card--narrow{flex:2}.testi-mark{display:none}.testi-text{font-size:24px;font-weight:560;line-height:1.4;color:#111214;letter-spacing:-.4px;flex:1}.testi-author{margin-top:28px;display:flex;align-items:center;gap:12px}.testi-logo-inline{height:18px;width:auto;max-width:72px;flex-shrink:0;filter:brightness(0);opacity:.45;object-fit:contain}.testi-author-info{display:flex;flex-direction:column}.testi-name{font-size:13.5px;font-weight:580;color:#1a1b1e;letter-spacing:-.15px}.testi-role{font-size:12px;font-weight:400;color:#6b7280;margin-top:1px}[data-theme=light] .testi-card,[data-theme=grey] .testi-card{background:var(--bg-card)}[data-theme=light] .testi-text,[data-theme=grey] .testi-text,[data-theme=light] .testi-name,[data-theme=grey] .testi-name{color:var(--text-1)}.testi-footer{display:flex;align-items:center;justify-content:space-between;margin-top:28px;gap:24px}.testi-footer-text{font-size:16px;font-weight:450;color:var(--text-2);letter-spacing:-.15px}.testi-footer-text strong{color:var(--text-1);font-weight:580}.testi-footer-link{font-size:13px;font-weight:500;color:var(--text-3);text-decoration:none;white-space:nowrap;transition:color .15s}.testi-footer-link:hover{color:var(--text-1)}@media(max-width:768px){.testi-pair{flex-direction:column}.testi-text{font-size:16px}.testi-card{padding:32px 28px 28px}.testi-footer{flex-direction:column;align-items:flex-start}}.media{padding:128px 0;overflow:hidden}.media-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:48px}.media-title{font-size:48px;font-weight:500;letter-spacing:-1.056px;line-height:1.08;color:var(--text-1);margin:0}.media-nav{display:flex;gap:10px;flex-shrink:0;padding-top:8px}.media-nav-btn{width:40px;height:40px;border-radius:50%;background:transparent;border:1px solid var(--border);color:var(--text-3);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .15s,color .15s,background .15s;font-size:16px}.media-nav-btn:hover{border-color:var(--text-4);color:var(--text-1);background:var(--bg-surface)}.media-nav-btn:disabled{opacity:.3;cursor:default}.media-track-wrap{user-select:none}.media-track{display:flex;gap:0;transition:transform .45s cubic-bezier(.4,0,.2,1);will-change:transform}.media-card{flex:0 0 360px;min-width:0;padding:36px 36px 32px;border-right:1px solid var(--border);display:flex;flex-direction:column;gap:24px}.media-card:first-child{border-left:1px solid var(--border)}.media-logo-ph{width:80px;height:28px;background:var(--bg-surface);border:1px solid var(--border);border-radius:4px;flex-shrink:0}.media-logo-text{flex-shrink:0;color:var(--text-2);line-height:1}.media-logo-text{height:44px;display:flex;align-items:center}.media-logo-text svg{display:block}.media-logo-text img{display:block}[data-theme=light] .media-logo-text{color:var(--text-1)}.logo-ta svg{filter:brightness(0) invert(1)}[data-theme=light] .logo-ta svg,[data-theme=grey] .logo-ta svg{filter:none}.logo-rsi img{height:28px;width:auto;filter:brightness(0) invert(1)}[data-theme=light] .logo-rsi img,[data-theme=grey] .logo-rsi img{filter:none}.media-quote{font-size:15px;font-weight:400;line-height:1.65;color:var(--text-3);letter-spacing:-.1px;flex:1}.media-publication{font-size:12px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--text-4)}@media(max-width:768px){.media-card{flex:0 0 80vw}.media-title{font-size:36px}}.flow{padding:128px 0}.flow .section-header{margin-bottom:104px}.flow-steps{display:grid;grid-template-columns:repeat(6,1fr);position:relative;max-width:85%;margin-left:auto;margin-right:auto}.flow-steps:before{content:"";position:absolute;top:19px;left:calc(100% / 12);right:calc(100% / 12);height:1px;background:var(--border);z-index:0}.flow-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 12px;position:relative;z-index:1}.flow-num{width:38px;height:38px;border-radius:50%;border:1px solid var(--border);background:var(--bg);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:560;color:var(--text-4);flex-shrink:0;margin-bottom:24px;transition:border-color .2s,color .2s,background .2s}.flow-step:hover .flow-num{border-color:var(--accent);color:var(--accent);background:var(--bg);box-shadow:inset 0 0 0 38px #ea580c1a}.flow-icon{font-size:20px;color:var(--text-3);margin-bottom:16px;transition:color .2s}.flow-step:hover .flow-icon{color:var(--text-1)}.flow-step-title{font-size:14px;font-weight:560;color:var(--text-1);letter-spacing:-.2px;margin-bottom:8px;line-height:1.3}.flow-step-desc{font-size:12.5px;font-weight:400;line-height:1.6;color:var(--text-4)}@media(max-width:960px){.flow-steps{grid-template-columns:repeat(3,1fr);row-gap:48px}.flow-steps:before{display:none}}@media(max-width:600px){.flow-steps{grid-template-columns:repeat(2,1fr)}.flow-title{font-size:36px}}.faq{padding:128px 0}.faq-heading{font-size:48px;font-weight:510;letter-spacing:-1.056px;line-height:1.08;color:var(--text-1);margin:0 0 64px;max-width:560px}@media(max-width:768px){.faq-heading{font-size:32px;letter-spacing:-.7px}}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 64px;align-items:start}.faq-col{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid var(--border)}.faq-item:first-child{border-top:1px solid var(--border)}.faq-q{width:100%;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 0;text-align:left;color:var(--text-1);font-family:inherit;font-size:15px;font-weight:550;line-height:1.4;transition:color .2s ease}.faq-q:hover{color:var(--text-2)}.faq-q[aria-expanded=true]{color:var(--text-1)}.faq-icon{font-size:16px;color:var(--text-4);flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1),color .2s ease}.faq-q[aria-expanded=true] .faq-icon{transform:rotate(45deg);color:var(--accent)}.faq-a{display:block;overflow:hidden;max-height:0;opacity:0;padding-bottom:0;transition:max-height .42s cubic-bezier(.4,0,.2,1),opacity .28s ease,padding .28s ease}.faq-a.is-open{max-height:400px;opacity:1;padding-bottom:22px}.faq-a p{margin:0;font-size:14px;line-height:1.7;color:var(--text-3)}@media(max-width:768px){.faq-grid{grid-template-columns:1fr;gap:0}.faq-col:last-child .faq-item:first-child{border-top:none}.faq-heading{font-size:36px;letter-spacing:-1px}}@media(max-width:768px){.section-title{font-size:32px;letter-spacing:-.7px}.cta-banner h2{font-size:40px}.features-grid{margin-top:40px}.clients-grid{grid-template-columns:repeat(2,1fr)}.nav-links{display:none}.footer-inner{flex-direction:column;gap:20px}}@media(max-width:480px){.clients-grid{grid-template-columns:1fr}}@media(max-width:640px){.features,.bento-section,.sec-card-section,.modules,.flow,.faq,.why,.origin,.testimonials,.media,.feature-wide,.logos,.benefits,.personas,.ai-section,.platform-teasers{padding:72px 0}.hero{padding:80px 0 32px}.hero-content{min-height:44svh;padding-bottom:0}.hero h1{font-size:32px;letter-spacing:-.8px}.page-intro{min-height:auto;padding:56px 0}.page-intro .container{padding:0 24px}.page-intro-title{font-size:clamp(20px,5.5vw,28px);letter-spacing:-.5px}.showcase-copy{padding:80px 24px}.showcase-subtitle{margin-top:28px}.showcase-actions{margin-top:28px;gap:10px;flex-wrap:wrap;justify-content:center}.showcase-link{width:auto;padding:14px 24px;font-size:14px}.logos .section-title{font-size:24px}.logos-marquee{margin-top:36px}.section-title{font-size:30px;letter-spacing:-.6px}.section-sub{max-width:100%;margin-left:0}.bento-section .section-header{margin-bottom:40px}.benefits-body{max-width:100%}.benefits{padding:72px 0}.why-grid{grid-template-columns:1fr;gap:32px}.why-item p{max-width:100%}.origin-card{height:auto;min-height:380px}.origin-content{padding:36px 28px;max-width:100%}.origin-headline{font-size:28px;letter-spacing:-.8px}.origin-sub{font-size:14px}.flow-steps{grid-template-columns:1fr;max-width:100%;row-gap:0}.flow-steps:before{display:none}.flow-step{display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto auto auto;column-gap:16px;text-align:left;align-items:start;padding:0 0 28px;position:relative}.flow-step:not(:last-child):after{content:"";position:absolute;left:18px;top:38px;bottom:0;width:1px;background:var(--border)}.flow-num{grid-column:1;grid-row:1;margin-bottom:0;align-self:start}.flow-icon{grid-column:2;grid-row:1;margin-bottom:8px;font-size:18px;align-self:start;text-align:left}.flow-step-title{grid-column:2;grid-row:2;text-align:left;margin-bottom:6px}.flow-step-desc{grid-column:2;grid-row:3;text-align:left}.flow .section-header{margin-bottom:56px}.modules-photo{min-height:240px}.bento-grid{margin-top:40px;gap:10px}.bc-tall{min-height:560px}.bc-occ-multi{flex-direction:column;gap:20px}.bc-occ-right{width:100%}.bc-site-header{flex-wrap:wrap;gap:4px}.bc-site-name{font-size:12px}.bc-site-meta{flex-wrap:wrap;gap:4px}.persona-grid{margin-top:40px;gap:12px}.persona-card{min-height:auto}.personas .section-header{margin-bottom:0}.feature-wide{padding:0 0 72px}.feature-wide:first-of-type{padding-top:72px}.testi-card{min-height:auto}.media-header{flex-direction:column;gap:16px;margin-bottom:32px}.media-title{font-size:30px}.faq{padding:72px 0}.faq-heading{font-size:30px;margin-bottom:40px}.cta-banner{padding:72px 0}.cta-banner h2{font-size:32px}}
