:root{--sky-deep: #05070f;--sky: #0b1026;--panel: #0a1322;--panel-2: #070c18;--ink: #f3f7ff;--ink-dim: #a9b4cc;--cyan: #61e7ff;--lime: #d8ff4a;--magenta: #ff2fcd;--dawn: #ffb86b;--danger: #ff6b6b;--accent-action: var(--lime);--accent-glow: var(--cyan);--line: rgba(224, 238, 255, .14);--font-display: "Space Grotesk", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--font-mono: "Geist Mono", ui-monospace, monospace;--container: 1200px;--gutter: 72px;--section-pad-y: 66px;--fs-0: 13px;--fs-1: 15px;--fs-2: 17px;--fs-3: 21px;--fs-4: 27px;--fs-5: 34px;--fs-display-2: 54px;--fs-display-1: 72px;--r: 8px;--gap: 32px}@media(max-width:1024px){:root{--gutter: 40px;--section-pad-y: 64px;--fs-display-1: 56px;--fs-display-2: 44px}}@media(max-width:700px){:root{--gutter: 20px;--section-pad-y: 52px;--fs-display-1: 42px;--fs-display-2: 36px;--gap: 20px}}@font-face{font-family:Space Grotesk;src:url(/fonts/space-grotesk.woff2) format("woff2");font-display:swap;font-weight:300 700}@font-face{font-family:Inter;src:url(/fonts/inter.woff2) format("woff2");font-display:swap;font-weight:300 900}@font-face{font-family:Geist Mono;src:url(/fonts/geist-mono.woff2) format("woff2");font-display:swap;font-weight:300 900}*{box-sizing:border-box}html{background:var(--sky-deep);color:var(--ink);font-family:var(--font-body);scroll-behavior:smooth;overflow-x:hidden}body{margin:0;min-width:320px;background:linear-gradient(180deg,var(--sky-deep),var(--sky) 44%,var(--sky-deep));overflow-x:clip}body::selection{background:#d8ff4a40}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,.button{font:inherit}.skip-link{position:fixed;left:12px;top:12px;transform:translateY(-160%);z-index:1000;background:var(--lime);color:#05070f;padding:12px 16px;border-radius:999px;font-weight:800}.skip-link:focus{transform:none}:focus-visible{outline:2px solid var(--cyan);outline-offset:2px;border-radius:8px}h1,h2{font-family:var(--font-display);color:var(--ink);margin:0;text-wrap:balance}h1{font-size:clamp(44px,7vw,88px);line-height:1.02;letter-spacing:-.03em;font-weight:700}h2{font-size:clamp(32px,4.6vw,56px);line-height:1.05;letter-spacing:-.02em;font-weight:700}.eyebrow{font-family:var(--font-mono);font-size:12px;letter-spacing:.22em;color:var(--lime);text-transform:uppercase;margin:0 0 16px;font-weight:800}p{font:17px/1.65 var(--font-body);color:var(--ink-dim);max-width:62ch}.lead,h1+p,h2+p{font-size:19px;color:var(--ink)}.page{position:relative;isolation:isolate}.cursor-glow{position:fixed;left:0;top:0;width:240px;height:240px;border-radius:999px;background:radial-gradient(circle,rgba(97,231,255,.06),transparent 70%);pointer-events:none;mix-blend-mode:screen;z-index:3;opacity:0;transform:translate(-50%,-50%)}.mono-caption,.subnote,.footnote{font-family:var(--font-mono);font-size:13px;color:var(--ink-dim)}@media(max-width:760px){h1{font-size:clamp(42px,13vw,62px)}h2{font-size:clamp(30px,9vw,44px)}p,.lead,h1+p,h2+p{font-size:16px}.cursor-glow{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.path-particle{display:none!important}}.topbar{position:sticky;top:0;z-index:40;background:#05070f85;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:background .2s ease,border-color .2s ease}.topbar.is-shrunk{background:#05070fd9;border-color:var(--line)}.nav-inner{width:min(var(--maxw),calc(100% - clamp(40px,10vw,96px)));margin:auto;height:82px;display:flex;align-items:center;justify-content:space-between;gap:22px;transition:height .2s ease}.logo{display:inline-flex;align-items:center;gap:10px}.logo img{filter:drop-shadow(0 0 18px rgba(97,231,255,.32))}.logo-word{font-family:var(--font-display);font-weight:650;letter-spacing:-.04em;color:var(--ink);font-size:1.35rem}.logo-dot{color:var(--lime)}.nav-links,.nav-actions{display:flex;align-items:center;gap:clamp(12px,2.4vw,30px)}.nav-links a{color:#f3f7ffc7;font-weight:750;font-size:.9rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:14px 22px;border-radius:12px;border:1px solid var(--line);font-weight:650;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.button.primary{background:var(--lime);color:#05070f;border-color:transparent}.button.primary:hover{transform:scale(1.02);box-shadow:0 0 24px #d8ff4a59}.button.secondary{background:transparent;color:var(--ink);border-color:var(--line)}.button.secondary:hover{border-color:#61e7ffa6}.panel,.chip,.point,.price-card,.faq details,.status-item{background:var(--panel);border:1px solid var(--line);border-radius:16px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.panel:hover,.chip:hover,.point:hover,.price-card:hover,.faq details:hover,.status-item:hover{transform:translateY(-2px);border-color:#61e7ff59}.proof-strip{overflow:hidden;border-block:1px solid var(--line);background:#0a13227a}.proof-track{display:flex;width:max-content;gap:42px;padding:18px 0;color:var(--ink);font-weight:750;white-space:nowrap;animation:marquee 24s linear infinite}.proof-track:hover,.proof-track:focus-within{animation-play-state:paused}@keyframes marquee{to{transform:translate(-50%)}}.code-card{position:relative;margin-top:24px}.copy-btn{position:absolute;right:12px;top:12px;z-index:2}.code-block{margin:16px 0 0;overflow:auto;padding:24px;border-radius:16px;background:#04070e;border:1px solid var(--line);color:#c9f6ff;font-family:var(--font-mono);font-size:.9rem;line-height:1.65;max-width:100%}.footer{padding:76px 0 34px;border-top:1px solid var(--line);background:linear-gradient(180deg,#05070f00,#070c18f5)}.footer-inner{width:min(var(--maxw),calc(100% - clamp(40px,10vw,96px)));margin:auto}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:34px}.footer h2{font-family:var(--font-display);font-size:1rem}.footer a,.footer p{display:block;color:var(--ink-dim);margin:9px 0}.footer-ask{display:flex!important;align-items:center;gap:9px;color:var(--ink)!important}.footer-ask img{transition:transform .2s ease}.footer-ask:hover img{transform:rotate(8deg)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:42px;padding-top:24px;border-top:1px solid var(--line);color:var(--ink-dim)}.badge{display:inline-flex;width:max-content;border-radius:999px;background:var(--lime);color:#071009;font:800 11px/1 var(--font-mono);letter-spacing:.08em;padding:7px 10px}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px}table{width:100%;border-collapse:collapse;min-width:720px;background:#0a1322c7}th,td{text-align:left;padding:18px;border-bottom:1px solid var(--line);color:var(--ink-dim)}th{color:var(--ink);font-family:var(--font-display)}.faq{display:grid;gap:14px;margin-top:28px}.faq details{padding:18px}.faq summary{font-weight:850;color:var(--ink);cursor:pointer}.tool-grid,.lane-notes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:24px}.status-list{display:grid;gap:12px}.status-item{display:flex;justify-content:space-between;padding:18px}.ok{color:var(--lime)}.lane-bars{display:grid;grid-template-columns:34fr 28fr 22fr 16fr;height:18px;border-radius:999px;overflow:hidden}.lane-bars span:nth-child(1){background:var(--cyan)}.lane-bars span:nth-child(2){background:#5db8ff}.lane-bars span:nth-child(3){background:var(--lime)}.lane-bars span:nth-child(4){background:var(--magenta)}@media(max-width:860px){.nav-links,.nav-actions .secondary{display:none}.nav-inner,.footer-inner{width:min(100% - 28px,var(--maxw))}.footer-grid,.tool-grid,.lane-notes{grid-template-columns:1fr}.footer-bottom{display:block}.proof-track{animation:none;justify-content:center;width:100%;white-space:normal;text-align:center}.proof-track [aria-hidden=true]{display:none}}@media(max-width:520px){.button{width:100%}.nav-actions .primary{width:auto;padding-inline:16px}}.install-options,.demo-artifacts,.skills-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px}.install-option,.demo-artifact,.skill-card{padding:18px;border:1px solid var(--line);border-radius:12px;background:#0a1322c7}.install-option h2,.demo-artifact h3,.skill-card h3,.skill-card strong{color:var(--ink)}.demo-artifact img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:10px;margin-bottom:12px}.skills-filter{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end;margin:24px 0}.skills-filter label{grid-column:1/-1;color:var(--ink);font-weight:850}.skills-filter input{min-height:48px;border:1px solid var(--line);border-radius:12px;background:#05070fd1;color:var(--ink);padding:0 14px;font:inherit}.skills-filter span{color:var(--lime);font-family:var(--font-mono)}.skills-category-nav{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0 28px}.skills-category-nav a{display:inline-flex;gap:8px;align-items:center;border:1px solid var(--line);border-radius:999px;padding:8px 12px;color:var(--ink-dim);background:#0a1322ad}.skills-category-nav span{color:var(--lime);font-family:var(--font-mono)}.skills-group{padding:28px 0;border-top:1px solid var(--line)}.skills-group-head{display:grid;grid-template-columns:minmax(0,320px) minmax(0,1fr);gap:20px;align-items:end;margin-bottom:12px}.skill-card-top{display:grid;gap:6px;margin-bottom:10px}.skill-card-top span{font:800 11px/1.3 var(--font-mono);color:var(--lime);overflow-wrap:anywhere}.skill-card dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0}.skill-card dt{font:800 10px/1 var(--font-mono);color:var(--cyan);text-transform:uppercase;letter-spacing:.08em}.skill-card dd{margin:4px 0 0;color:var(--ink)}.skill-targets{font-size:14px;color:var(--ink-dim)}@media(max-width:920px){.install-options,.demo-artifacts,.skills-grid,.skills-group-head,.skills-filter{grid-template-columns:1fr}}[data-self-serve-install] .code-block{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}@media(max-width:860px){.footer-bottom{display:grid;justify-content:start;gap:8px}.footer-bottom>*{display:block}}.beta-form{display:grid;gap:18px;margin-top:28px}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.beta-form label{display:grid;gap:8px;color:var(--ink);font-weight:750}.beta-form input,.beta-form select,.beta-form textarea{width:100%;border:1px solid var(--line);border-radius:12px;background:#04070ec7;color:var(--ink);font:inherit;padding:13px 14px}.beta-form textarea{font-family:var(--font-mono);font-size:.9rem;line-height:1.55;resize:vertical}.beta-form input[readonly],.beta-form textarea[readonly]{border-color:#d8ff4a47}.beta-request-state{display:grid;gap:12px}.beta-request-state[hidden]{display:none}.doc-meta,.check-list{display:grid;gap:12px}.check-list{padding:0;margin:18px 0;list-style:none}.check-list li{padding:16px;border:1px solid var(--line);border-radius:14px;background:#0a13229e}.check-list strong,.check-list span{display:block}.check-list span{margin-top:6px;color:var(--ink-dim)}@media(max-width:860px){.field-grid{grid-template-columns:1fr}}.built-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:32px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#050c17fa}.gallery-card{position:relative;display:grid;align-content:start;gap:10px;min-height:100%;padding:24px 22px;border:0;border-radius:0;background:linear-gradient(180deg,#091322f5,#050c17f5)}.gallery-card img{display:none}.gallery-card:before{content:"";width:34px;height:2px;margin-bottom:5px;background:linear-gradient(90deg,var(--cyan),var(--lime))}.gallery-card h3{margin:0;color:var(--ink);font-family:var(--font-display);font-size:1.05rem}.gallery-card p{margin:0;font-size:.92rem}.gallery-meta{display:flex;flex-wrap:wrap;gap:6px 12px;margin-top:auto;padding-top:8px;border-top:1px solid rgba(224,238,255,.1)}.gallery-meta span{display:inline-flex;align-items:center;min-height:24px;padding:0;border:0;border-radius:0;color:var(--ink-dim);font-family:var(--font-mono);font-size:.72rem}.gallery-note{margin-top:22px;color:var(--ink-dim)}.gallery-toggle{display:none}@media(max-width:1040px){.built-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.built-gallery{grid-template-columns:1fr}.gallery-card{padding:22px 20px}.built-gallery:not(.is-expanded) .gallery-card:nth-child(n+9){display:none}.gallery-toggle{display:inline-flex;margin-top:16px}}.page:before{content:"";position:absolute;top:82vh;bottom:34rem;left:max(22px,calc((100vw - var(--maxw))/2 + 12px));width:2px;z-index:2;pointer-events:none;background:linear-gradient(180deg,transparent,rgba(97,231,255,.55) 10%,rgba(216,255,74,.48) 44%,rgba(255,47,205,.22) 70%,transparent);filter:drop-shadow(0 0 12px rgba(97,231,255,.55));opacity:.42}.scene{position:relative;isolation:isolate;overflow:clip;padding:clamp(108px,12vw,172px) clamp(20px,5vw,48px);background:linear-gradient(180deg,#05070ff5,#05070fb8 16%,#05070f9e 82%,#05070ff5)}.scene+.scene{margin-top:-1px}.scene:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,var(--sky-deep) 0%,rgba(5,7,15,.38) 10%,rgba(5,7,15,0) 28%,rgba(5,7,15,0) 72%,rgba(5,7,15,.48) 90%,var(--sky-deep) 100%),radial-gradient(circle at 18% 18%,rgba(97,231,255,.12),transparent 34rem),radial-gradient(circle at 82% 72%,rgba(216,255,74,.055),transparent 28rem)}.scene-bg{position:absolute;inset:-10% 0;z-index:0;pointer-events:none}.scene-bg picture,.scene-bg img{width:100%;height:100%;display:block}.scene-bg img{object-fit:cover;opacity:.9;-webkit-mask-image:radial-gradient(128% 102% at 50% 46%,#000 48%,rgba(0,0,0,.78) 64%,transparent 88%);mask-image:radial-gradient(128% 102% at 50% 46%,#000 48%,rgba(0,0,0,.78) 64%,transparent 88%)}.scene-bg-cutout img{object-fit:contain;opacity:.86;filter:drop-shadow(0 26px 80px rgba(97,231,255,.2))}.scene[data-side=right] .scene-bg img{object-position:72% center}.scene[data-side=left] .scene-bg img{object-position:28% center}.scene-inner{position:relative;z-index:2;width:min(var(--maxw),100%);margin:auto;display:grid;grid-template-columns:minmax(0,560px) 1fr;gap:var(--gap);align-items:center}.scene[data-side=left] .scene-inner{grid-template-columns:1fr minmax(0,560px)}.scene[data-side=left] .scene-inner>.scene-copy{grid-column:2}.scene[data-side=center] .scene-inner{display:block}.scene[data-side=center] .scene-copy{max-width:980px;margin:auto}.scene-copy{position:relative}.scene-copy:before{content:"";position:absolute;inset:-24px -28px;border-radius:24px;background:linear-gradient(135deg,#05070fc7,#05070f75);box-shadow:0 24px 90px #0000002e;opacity:0;z-index:0;pointer-events:none}.scene[data-side=center] .scene-copy:before,.scene[data-side=left] .scene-copy:before,.scene[data-side=right] .scene-copy:before{opacity:.72}.hero .scene-copy:before{opacity:.28}.scene-copy>*{position:relative;z-index:1}.hero{min-height:92vh;display:grid;align-items:center;padding-top:clamp(84px,10vw,150px)}.hero:before{background:linear-gradient(90deg,#05070ff5,#05070f9e 42%,#05070f14 76%,#05070f6b),linear-gradient(180deg,rgba(5,7,15,.35),rgba(5,7,15,0) 44%,var(--sky-deep) 100%)}.hero .scene-bg img{-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 78%,transparent 100%);mask-image:linear-gradient(90deg,#000 0%,#000 78%,transparent 100%)}.hero-inner{grid-template-columns:minmax(0,620px) minmax(360px,1fr)}.hero-copy{padding-top:4vh}.actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0 16px}.ticker{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:16px;padding:12px 14px;border:1px solid var(--line);border-radius:16px;background:#0a1322bd;font-family:var(--font-mono);font-size:13px;color:var(--ink)}.ticker-label{color:var(--lime);font-weight:900;letter-spacing:.12em}.ticker-seal{opacity:1;border:1px solid rgba(216,255,74,.5);border-radius:999px;padding:4px 8px;color:var(--lime);transform-origin:center}.hero-visual{position:relative;min-height:540px}.fee-rig,.hero-fee-static{position:absolute;right:-18px;top:50%;width:min(78%,610px);transform:translateY(-50%);transform-style:preserve-3d}.fee-rig{height:min(78vw,610px);animation:feeFloat 6s ease-in-out infinite}.fee-rig img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.fee-glow{position:absolute;inset:12%;border-radius:999px;background:radial-gradient(circle,rgba(97,231,255,.26),transparent 60%);filter:blur(22px)}.fee-shadow{filter:blur(16px) opacity(.24);transform:translateY(22px) scale(.96)}.fee-highlight{position:absolute;inset:10% 8% auto auto;width:45%;height:36%;border-radius:999px;background:radial-gradient(circle,rgba(255,255,255,.16),transparent 65%);mix-blend-mode:screen}.thruster{position:absolute;left:45%;bottom:8%;width:42px;height:70px;border-radius:999px;background:radial-gradient(circle at 50% 16%,rgba(216,255,74,.65),rgba(97,231,255,.5) 38%,transparent 72%);filter:blur(7px);animation:thrusterPulse 1.8s ease-in-out infinite}.hero-fee-static{display:none}.data-path{width:min(100%,760px);height:110px;margin-top:22px;overflow:visible}.data-path path{fill:none;stroke:url(#pathGradient);stroke-width:2;stroke-linecap:round;filter:drop-shadow(0 0 10px rgba(97,231,255,.52));stroke-dasharray:1;stroke-dashoffset:0}.path-node{fill:var(--lime);filter:drop-shadow(0 0 12px rgba(216,255,74,.7));transform-origin:center}.path-particle{fill:var(--cyan);filter:drop-shadow(0 0 10px rgba(97,231,255,.8))}@keyframes feeFloat{50%{transform:translateY(calc(-50% - 10px))}}@keyframes thrusterPulse{50%{transform:scale(1.15);opacity:.72}}.how-scene{min-height:110vh}.how-scene .scene-inner{max-width:1100px}.how-scene .scene-copy{text-align:left}.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:34px}.step{padding:18px;border-radius:16px;border:1px solid var(--line);background:#0a1322c7;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.step strong{display:block;color:var(--ink);margin-bottom:8px}.step p{font-size:14px}.step-icon{display:block;width:18px;height:18px;border-radius:999px;margin-bottom:12px;background:#61e7ff2e;box-shadow:inset 0 0 0 1px #61e7ff59}.step.is-active{border-color:#61e7ffc7;box-shadow:0 0 22px #61e7ff29}.receipt-card{padding:24px;margin-top:22px}.receipt-row{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--line);font-family:var(--font-mono);font-size:13px;color:var(--ink-dim)}.receipt-row strong{color:var(--ink)}.receipt-seal{margin-top:16px;color:var(--lime);font-family:var(--font-mono)}.chips,.points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:24px}.chips.three{grid-template-columns:repeat(3,minmax(0,1fr))}.chip,.point{padding:18px}.chip strong,.point strong{display:block;color:var(--ink);margin-bottom:6px}.gauge-svg{width:240px;max-width:100%;height:auto;margin:18px 0}.gauge-track,.gauge-arc{fill:none;stroke-width:12;stroke-linecap:round}.gauge-track{stroke:#f3f7ff21}.gauge-arc{stroke:url(#pathGradient);stroke-dasharray:1;stroke-dashoffset:.3;filter:drop-shadow(0 0 16px rgba(97,231,255,.35))}.gauge-tick{stroke:var(--lime);stroke-width:4;stroke-linecap:round}.airbag-chip{animation:airbagPulse 4s ease-in-out infinite}@keyframes airbagPulse{50%{box-shadow:0 0 22px #d8ff4a2e;border-color:#d8ff4a73}}.cache-banner{margin:28px 0;padding:18px;border-radius:16px;border:1px solid rgba(216,255,74,.38);background:#d8ff4a14;color:var(--ink)}.price-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:24px}.price-card{padding:18px;min-height:310px;display:grid;gap:12px}.price-card.featured{transform:translateY(-8px);border-color:#d8ff4ab8;box-shadow:0 0 0 1px #d8ff4a59,0 0 32px #d8ff4a2e}.price{font-family:var(--font-display);font-size:2.2rem;font-weight:800;letter-spacing:-.04em;color:var(--ink)}.trust-scene{min-height:78vh}.lighthouse-beam{position:absolute;right:18%;top:20%;z-index:1;width:48vw;height:48vw;background:conic-gradient(from 220deg,transparent 0 42%,rgba(97,231,255,.22) 48%,transparent 54% 100%);transform-origin:12% 50%;filter:blur(8px);animation:beamSweep 7s ease-in-out infinite alternate;pointer-events:none}@keyframes beamSweep{to{transform:rotate(14deg)}}.final-cta{min-height:72vh}.scene-bg-night{opacity:.38}.scene-bg-dawn{opacity:1}.sub-hero{min-height:58vh;padding-top:clamp(110px,14vw,170px)}@media(max-width:1080px){.price-grid,.steps{grid-template-columns:repeat(2,minmax(0,1fr))}.chips.three{grid-template-columns:1fr}}@media(max-width:880px){.page:before{left:16px;top:70vh;opacity:.22}.scene{padding:clamp(82px,16vw,122px) clamp(20px,5vw,32px)}.scene-inner,.scene[data-side=left] .scene-inner,.hero-inner{grid-template-columns:1fr}.scene[data-side=left] .scene-inner>.scene-copy{grid-column:auto}.scene-copy:before,.scene[data-side=center] .scene-copy:before,.scene[data-side=left] .scene-copy:before,.scene[data-side=right] .scene-copy:before{inset:-18px -16px;border-radius:22px;background:linear-gradient(180deg,#05070fd6,#05070f9e);opacity:.76}.scene-bg img{opacity:.6;object-position:center 30%}.hero{min-height:auto}.hero-visual{min-height:300px;order:-1}.fee-rig{display:none}.hero-fee-static{display:block;right:50%;top:50%;width:min(78vw,360px);transform:translate(50%,-50%)}.steps,.chips,.points,.price-grid{grid-template-columns:1fr}.price-card.featured{transform:none}.lighthouse-beam{opacity:.55}.data-path{height:80px}.proof-strip{padding-inline:16px}}@media(prefers-reduced-motion:reduce){.fee-rig{display:none}.hero-fee-static{display:block}.data-path path{stroke-dashoffset:0!important}.path-particle{display:none}.lighthouse-beam{animation:none;transform:rotate(7deg)}.airbag-chip{animation:none}.proof-track{animation:none;justify-content:center;width:100%}.proof-track [aria-hidden=true]{display:none}}@media(max-width:880px){.hero{min-height:100svh}}@media(max-width:880px){.hero{min-height:calc(100vh + 24px)}}.topbar{background:linear-gradient(180deg,#05070fc7,#05070f75);box-shadow:0 0 0 1px #fff0}@media(max-width:880px){.landing-hero.scene,.hero.scene{min-height:calc(100vh + 32px)!important}}.topbar.is-shrunk{background:#05070fe0;box-shadow:0 18px 60px #00000047}.nav-inner{height:78px}.topbar.is-shrunk .nav-inner{height:62px}.logo-word{text-shadow:0 0 18px rgba(97,231,255,.18)}.nav-links a,.nav-actions a{transition:color .18s ease,transform .18s ease}.nav-links a:hover,.nav-actions a:hover{color:var(--ink)}.language-switcher{display:inline-flex;align-items:center;gap:2px;padding:3px;border:1px solid rgba(224,238,255,.14);border-radius:999px;background:#050a1457}.language-option{min-width:34px;min-height:32px;padding:0 9px;border:0;border-radius:999px;background:transparent;color:#f3f7ffb3;font:800 11px/1 var(--font-mono);letter-spacing:.05em;cursor:pointer}.language-option.is-active{background:#d8ff4af5;color:#05070f}.language-option:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}.button{touch-action:manipulation;transform:translateZ(0)}.button.secondary{background:#05070f61}.button:active{transform:scale(.985)}.proof-strip{position:relative;z-index:5;margin-top:-1px;border-block:0;background:linear-gradient(90deg,#05070feb,#0a1322bd,#05070feb);box-shadow:0 -18px 48px #05070f80,0 18px 48px #05070f80}.proof-strip:before,.proof-strip:after{content:"";position:absolute;left:0;right:0;height:1px;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(97,231,255,.28),rgba(216,255,74,.22),transparent)}.proof-strip:before{top:0}.proof-strip:after{bottom:0}.proof-track{padding:16px 0;color:#f3f7ffe6;text-shadow:0 0 18px rgba(97,231,255,.14)}.scene{contain:paint;background:linear-gradient(180deg,#05070ff5,#05070f94 20%,#05070f80 80%,#05070ff5)}.scene:after{content:"";position:absolute;z-index:1;inset:auto 0 -1px;height:clamp(90px,11vw,170px);pointer-events:none;background:linear-gradient(180deg,transparent,rgba(5,7,15,.52) 54%,var(--sky-deep))}.scene+.scene{margin-top:-48px;padding-top:clamp(136px,15vw,220px)}.scene-bg{inset:-12% 0;will-change:transform}.scene-bg img{transform:translateZ(0);opacity:.92;-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 12%,#000 88%,transparent 100%),radial-gradient(126% 102% at 50% 46%,#000 48%,rgba(0,0,0,.78) 66%,transparent 90%);mask-image:linear-gradient(180deg,transparent 0,#000 12%,#000 88%,transparent 100%),radial-gradient(126% 102% at 50% 46%,#000 48%,rgba(0,0,0,.78) 66%,transparent 90%)}.hero .scene-bg{inset:0}.hero .scene-bg img{opacity:.96}.scene .scene-copy h1,.scene .scene-copy h2{text-shadow:0 14px 54px rgba(0,0,0,.46)}.scene .scene-copy p,.scene .subnote,.scene .footnote{text-shadow:0 8px 30px rgba(0,0,0,.3)}.scene-copy:before{border:1px solid rgba(255,255,255,.045);background:linear-gradient(135deg,#05070fcc,#05070f73 68%,#61e7ff0f);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero .scene-copy:before{opacity:.18;-webkit-backdrop-filter:none;backdrop-filter:none}.sub-hero .scene-copy:before{opacity:.82}.scene .price-grid,.scene .steps,.scene .chips,.scene .points,.tool-grid,.lane-notes,.table-wrap,.faq{position:relative;z-index:2}.panel,.chip,.point,.price-card,.faq details,.status-item{background:linear-gradient(180deg,#0a1322db,#070c18bd);box-shadow:0 18px 52px #0000002e,inset 0 1px #ffffff09}.panel:hover,.chip:hover,.point:hover,.price-card:hover,.faq details:hover,.status-item:hover{box-shadow:0 24px 70px #0000003d,0 0 24px #61e7ff14,inset 0 1px #ffffff0b}.steps{margin-top:clamp(24px,4vw,42px)}.step{min-height:168px}.step.is-active{transform:translateY(-3px)}.receipt-card{max-width:680px}.receipt-row{align-items:baseline}.chips,.points,.tool-grid,.lane-notes{align-items:stretch}.chip,.point{min-height:126px}.price-grid{align-items:stretch}.price-card{border-radius:18px}.price-card.featured{box-shadow:0 0 0 1px #d8ff4a59,0 26px 76px #d8ff4a29,inset 0 1px #ffffff0d}.trust-scene .scene-copy:before{opacity:.76}.final-cta .scene-copy:before{opacity:.64;background:linear-gradient(135deg,#05070fbd,#ffb86b1c,#61e7ff12)}.footer{margin-top:-1px;box-shadow:0 -36px 90px #05070fa3}@media(min-width:881px){.how-scene{min-height:100vh}.hero .scene-copy{max-width:640px}}@media(max-width:880px){.topbar{background:#05070fd1}.nav-inner{height:68px}.language-switcher{padding:2px}.language-option{min-width:30px;min-height:28px;padding-inline:7px}.scene{contain:paint;padding-block:clamp(86px,17vw,132px)}.scene+.scene{margin-top:-34px;padding-top:clamp(116px,24vw,166px)}.scene:after{height:118px}.scene-bg{inset:-8% 0}.scene-bg img{opacity:.62;object-position:center center}.scene-copy:before,.scene[data-side=center] .scene-copy:before,.scene[data-side=left] .scene-copy:before,.scene[data-side=right] .scene-copy:before{opacity:.82;inset:-18px -14px;border-radius:22px}.hero .scene-copy:before{opacity:.34}.hero-visual{min-height:280px}.actions{display:grid;grid-template-columns:1fr;gap:12px}.proof-strip{box-shadow:0 -12px 34px #05070f80,0 12px 34px #05070f80}.step,.chip,.point,.price-card{min-height:auto}.receipt-row{display:grid;gap:4px}}.page>.scene:not(.landing-hero) .scene-bg img{opacity:.96}.sub-hero:not(.landing-hero) .scene-bg img{filter:saturate(1.12) contrast(1.06) brightness(1.04)}@media(max-width:880px){.price-grid{grid-template-columns:1fr}.price-card .price{white-space:normal}}@media(max-width:520px){.scene{padding-inline:18px}.scene+.scene{padding-top:112px}.logo-word{font-size:1.16rem}.proof-track{padding:14px 4px}}.footer h2,.install-option h2{line-height:normal;margin-block:1em}.footer h2{font-size:1rem}.install-option h2{font-size:1.17em}@media(prefers-reduced-motion:reduce){.scene-bg{will-change:auto}}.page:before{display:none}.topbar{border-bottom:0;background:linear-gradient(180deg,#05070fe0,#05070fb3 68%,#05070f57);box-shadow:0 26px 90px #05070f57}.topbar.is-shrunk{border-bottom:0;background:linear-gradient(180deg,#05070ff0,#05070fc7 72%,#05070f66)}.scene{overflow:hidden;padding-block:clamp(128px,14vw,210px);background:radial-gradient(circle at 50% 50%,rgba(31,68,92,.2),transparent 42rem),linear-gradient(180deg,#05070fd1,#05070f75 46%,#05070fd1)}.scene:before{background:radial-gradient(circle at 18% 22%,rgba(97,231,255,.12),transparent 38rem),radial-gradient(circle at 86% 74%,rgba(216,255,74,.07),transparent 30rem),linear-gradient(90deg,#05070fb3,#05070f1a 32% 68%,#05070fb3)}.scene:after{bottom:-18vh;height:38vh;background:linear-gradient(180deg,#05070f00,#05070f9e 42%,#05070f00);filter:blur(18px);opacity:.86}.scene+.scene{margin-top:-18vh;padding-top:clamp(230px,25vw,360px)}.scene-bg{inset:-28vh -3vw;overflow:hidden}.scene-bg:before,.scene-bg:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none}.scene-bg:before{background:linear-gradient(90deg,rgba(5,7,15,.54),transparent 22%,transparent 78%,rgba(5,7,15,.54)),radial-gradient(circle at 50% 50%,transparent 30%,rgba(5,7,15,.28) 82%)}.scene-bg:after{background:linear-gradient(180deg,transparent 0,rgba(5,7,15,.08) 18%,rgba(5,7,15,.08) 82%,transparent 100%)}.scene-bg img{opacity:.8;object-fit:cover;filter:saturate(1.05) contrast(1.04);-webkit-mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.72) 11%,#000 26%,#000 74%,rgba(0,0,0,.72) 89%,transparent 100%);mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.72) 11%,#000 26%,#000 74%,rgba(0,0,0,.72) 89%,transparent 100%)}.hero{padding-bottom:clamp(150px,17vw,240px)}.hero .scene-bg{inset:0 -2vw -18vh}.hero .scene-bg img{-webkit-mask-image:linear-gradient(180deg,#000 0,#000 72%,rgba(0,0,0,.65) 88%,transparent 100%),linear-gradient(90deg,#000 0%,#000 82%,transparent 100%);mask-image:linear-gradient(180deg,#000 0,#000 72%,rgba(0,0,0,.65) 88%,transparent 100%),linear-gradient(90deg,#000 0%,#000 82%,transparent 100%)}.receipt-scene .scene-bg-cutout{inset:-24vh -8vw -28vh}.receipt-scene .scene-bg-cutout img{object-fit:cover;object-position:38% center;opacity:.72;filter:saturate(1.02) contrast(.95) brightness(.96);-webkit-mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.7) 13%,#000 30%,#000 70%,rgba(0,0,0,.7) 87%,transparent 100%);mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.7) 13%,#000 30%,#000 70%,rgba(0,0,0,.7) 87%,transparent 100%)}.scene-copy:before{border-color:#ffffff06;border-radius:34px;background:radial-gradient(circle at 28% 0%,rgba(97,231,255,.08),transparent 24rem),linear-gradient(135deg,#05070fbd,#05070f6b 68%,#d8ff4a09);box-shadow:0 38px 130px #0000003d}.scene[data-side=center] .scene-copy:before,.scene[data-side=left] .scene-copy:before,.scene[data-side=right] .scene-copy:before{opacity:.64}.receipt-scene .scene-copy:before,.pricing-scene .scene-copy:before{opacity:.7}.panel,.chip,.point,.price-card,.faq details,.status-item,.code-block,.table-wrap{border-color:#a7e2ff21}.proof-strip{z-index:9;margin:-54px 0 -74px;border:0;background:transparent;box-shadow:none;pointer-events:none;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%)}.proof-strip:before,.proof-strip:after{display:none}.proof-track{padding:12px 0;background:linear-gradient(90deg,transparent,rgba(5,7,15,.38) 18%,rgba(5,7,15,.38) 82%,transparent);text-shadow:0 0 18px rgba(97,231,255,.18),0 4px 18px rgba(0,0,0,.42)}@media(max-width:880px){.topbar{background:linear-gradient(180deg,#05070ff0,#05070fd1 72%,#05070f94)}.nav-inner{height:64px}.scene{padding-block:clamp(76px,18vw,118px)}.scene+.scene{margin-top:-72px;padding-top:clamp(136px,30vw,184px)}.scene:after{bottom:-84px;height:160px;filter:blur(16px)}.scene-bg{inset:-96px -18vw}.scene-bg img{opacity:.58;object-position:center center}.hero{padding-top:78px;padding-bottom:118px}.hero .scene-bg{inset:0 -24vw -80px}.hero-visual{min-height:clamp(220px,58vw,300px)}.hero-fee-static{width:min(66vw,310px)}.receipt-scene .scene-bg-cutout{inset:-80px -32vw -110px}.receipt-scene .scene-bg-cutout img{object-position:35% center;opacity:.54}.scene-copy:before,.scene[data-side=center] .scene-copy:before,.scene[data-side=left] .scene-copy:before,.scene[data-side=right] .scene-copy:before{opacity:.76;border-radius:24px}.receipt-card,.code-card,.cache-banner{max-width:100%}.proof-strip{margin:-38px 0 -58px}}@media(max-width:520px){.nav-actions .primary{min-height:42px;padding:10px 13px}.logo img{width:26px;height:26px}.scene{padding-inline:16px}.scene+.scene{padding-top:124px}.hero .scene-copy:before{opacity:.24}}.topbar{background:#05070fdb;border-bottom:0;box-shadow:0 18px 70px #00000047}.topbar.is-shrunk{background:#05070ff0;border-bottom:0}.topbar .nav-inner{width:min(1540px,calc(100% - clamp(40px,9vw,128px)));height:80px}.topbar.is-shrunk .nav-inner{height:64px}.landing-hero{min-height:calc(100svh - 80px);padding-top:clamp(84px,10vw,150px);padding-bottom:clamp(92px,10vw,150px);background:#030810}.landing-hero:before{background:radial-gradient(ellipse at 28% 54%,#030810d1 0 21rem,#03081085 34rem,#03081000 50rem),linear-gradient(90deg,#030810b3,#0308106b 31%,#0308101f 57%,#03081047),linear-gradient(180deg,#03081029,#03081000 42%,#03081033)}.landing-hero:after{height:12vh;bottom:-8vh;background:linear-gradient(180deg,#03081000,#03081061);filter:blur(10px)}.landing-hero .scene-bg{inset:0}.landing-hero .scene-bg:before,.landing-hero .scene-bg:after{display:none}.landing-hero .scene-bg img{opacity:1;object-position:center bottom!important;filter:saturate(1.08) contrast(1.04) brightness(1.05);-webkit-mask-image:none;mask-image:none}.landing-hero .hero-inner{grid-template-columns:minmax(0,620px) minmax(420px,1fr);gap:clamp(24px,4vw,64px)}.landing-hero .hero-copy{max-width:600px;padding-top:4vh;text-shadow:0 2px 26px rgba(0,0,0,.58)}.landing-hero .hero-copy:before{display:none}.landing-hero h1{max-width:10.8ch}.accent-text{color:var(--cyan);text-shadow:0 0 26px rgba(97,231,255,.18)}.lead-tight{margin-top:8px;font-size:clamp(17px,1.45vw,21px);color:var(--ink-dim)}.hero-fine{max-width:58ch}.hero-fine span{color:#ff8d7e}.landing-demo-stack{min-height:620px}.terminal-card{position:absolute;right:12px;top:300px;width:min(370px,100%);z-index:4;overflow:hidden;border:1px solid rgba(224,238,255,.14);border-radius:16px;background:#050a14db;box-shadow:0 30px 100px #00000080,0 0 70px #61e7ff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.terminal-bar{display:flex;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid rgba(224,238,255,.14);font:12px/1 var(--font-mono);color:var(--ink-dim)}.terminal-bar i{width:10px;height:10px;border-radius:50%;background:#2d4360}.terminal-bar span{margin-left:auto}.replay-button{margin-left:auto;padding:5px 10px;border:1px solid rgba(224,238,255,.14);border-radius:8px;background:transparent;color:var(--ink-dim);font:inherit;cursor:pointer}.replay-button:hover{color:var(--cyan);border-color:#61e7ff8c}.terminal-body{min-height:220px;padding:20px;font:13px/1.75 var(--font-mono);color:#bfd0e6}.terminal-body .cmd{color:var(--ink)}.terminal-body .cmd:before{content:"$ ";color:var(--cyan)}.terminal-body .dim{color:var(--ink-dim)}.terminal-body .ok{color:var(--lime);font-weight:800}.app-scene-inner{grid-template-columns:minmax(0,520px) minmax(360px,1fr)}.app-window{position:relative;z-index:2;width:min(100%,620px);margin-left:auto;overflow:hidden;border:1px solid rgba(97,231,255,.22);border-radius:18px;background:linear-gradient(180deg,#070d19f0,#050810e0),radial-gradient(circle at 80% 10%,rgba(97,231,255,.16),transparent 28rem);box-shadow:0 34px 120px #0000006b,0 0 60px #61e7ff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.app-window-large{min-height:440px}.app-window-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border-bottom:1px solid rgba(224,238,255,.14);color:var(--ink-dim);font:700 12px/1.3 var(--font-mono);letter-spacing:.02em}.app-window-bar strong{color:var(--lime)}.app-window-grid{display:grid;grid-template-columns:minmax(150px,.42fr) minmax(0,1fr);min-height:300px}.app-window-grid aside{display:grid;align-content:start;gap:12px;padding:20px;border-right:1px solid rgba(224,238,255,.12);background:#03081075}.app-window-grid aside b{color:var(--ink);font-family:var(--font-display)}.app-window-grid aside span,.app-task span,.app-receipt-strip span,.app-proof-list span{color:var(--ink-dim)}.app-window-main{display:grid;align-content:start;gap:12px;padding:20px}.app-task{padding:16px;border:1px solid rgba(224,238,255,.13);border-radius:14px;background:#0a1322ad}.app-task strong,.app-proof-list strong{display:block;color:var(--ink);margin-bottom:6px}.app-task.active{border-color:#d8ff4a7a;box-shadow:0 0 28px #d8ff4a14}.app-receipt-strip{display:flex;gap:10px;flex-wrap:wrap;padding:16px 18px;border-top:1px solid rgba(224,238,255,.14)}.app-receipt-strip span{border:1px solid rgba(97,231,255,.2);border-radius:999px;padding:7px 10px;font:700 11px/1 var(--font-mono)}.app-proof-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}.app-proof-list div{padding:12px 0 0;border-top:1px solid rgba(224,238,255,.14)}@media(max-width:1120px){.topbar .nav-inner{width:min(100% - 32px,var(--maxw))}.landing-hero .hero-inner,.app-scene-inner{grid-template-columns:1fr}.app-window{margin:20px auto 0}.app-proof-list{grid-template-columns:1fr}.landing-demo-stack{order:-1;min-height:360px}.landing-hero .scene-bg img{object-position:54% center}.landing-hero:before{background:linear-gradient(180deg,#030810c2,#0308106b 38%,#030810db),linear-gradient(90deg,#03081080,#03081038)}.landing-hero .hero-fee-static{display:block;right:50%;top:60%;width:min(58vw,300px);opacity:.62;transform:translate(50%,-50%)}.landing-hero .terminal-card{position:relative;top:auto;right:auto;width:100%;margin:0 auto}}@media(max-width:700px){.topbar{background:#05070ff0}.topbar .nav-inner{height:58px;width:min(100% - 28px,var(--maxw))}.landing-hero{min-height:auto;padding-top:72px;padding-bottom:50px}.landing-hero .hero-inner{display:flex;flex-direction:column;align-items:stretch;gap:20px}.landing-hero .hero-copy{order:1;padding:0;text-shadow:0 2px 20px rgba(0,0,0,.66)}.landing-hero h1{max-width:11ch}.landing-hero .hero-copy .actions{margin:18px 0 10px;gap:9px}.hero-fine{font-size:10px;line-height:1.5}.landing-demo-stack{order:2;min-height:290px;width:100%}.terminal-card{border-radius:15px}.terminal-bar{padding:9px 11px;font-size:10px}.terminal-body{min-height:132px;max-height:150px;overflow:hidden;padding:13px;font-size:10px;line-height:1.58}.app-window-grid{grid-template-columns:1fr}.app-window-grid aside{border-right:0;border-bottom:1px solid rgba(224,238,255,.12)}.landing-hero .hero-fee-static{top:58%;width:min(58vw,204px);opacity:.68}}.sub-hero:not(.landing-hero){min-height:calc(100svh - 80px);display:grid;align-items:center;padding-top:clamp(104px,10vw,148px);padding-bottom:clamp(86px,9vw,132px);background:radial-gradient(circle at 74% 18%,rgba(97,231,255,.18),transparent 34rem),linear-gradient(90deg,#030810f5,#030810b8 42%,#0308107a),url(/img/hero-bg-1440.webp) center / cover no-repeat}.sub-hero:not(.landing-hero):before{background:linear-gradient(90deg,#030810f5,#030810c2 34%,#03081047 68%,#03081085),radial-gradient(circle at 18% 35%,rgba(97,231,255,.11),transparent 30rem)}.sub-hero:not(.landing-hero):after{bottom:-12vh;height:24vh;background:linear-gradient(180deg,#03081000,#030810c2);filter:blur(12px)}.sub-hero:not(.landing-hero) .scene-bg{inset:0}.sub-hero:not(.landing-hero) .scene-bg:before{background:linear-gradient(90deg,#030810b8,#03081038 50%,#03081094),radial-gradient(circle at 72% 45%,transparent 18%,rgba(3,8,16,.28) 78%)}.sub-hero:not(.landing-hero) .scene-bg:after{background:linear-gradient(180deg,#0308101f,#03081000 42%,#030810b8)}.sub-hero:not(.landing-hero) .scene-bg img{opacity:.88;object-position:center center;filter:saturate(1.04) contrast(1.05);-webkit-mask-image:none;mask-image:none}.sub-hero:not(.landing-hero) .scene-inner{display:grid;grid-template-columns:minmax(0,740px) minmax(220px,1fr);width:min(1320px,calc(100% - clamp(40px,9vw,128px)));gap:clamp(28px,5vw,80px)}.sub-hero:not(.landing-hero) .scene-copy{max-width:740px;margin:0}.sub-hero:not(.landing-hero) .scene-copy:before{inset:-26px -30px;border-radius:28px;border-color:#ffffff09;background:linear-gradient(135deg,#0308106b,#03081029 60%,#61e7ff0b);box-shadow:0 34px 110px #00000038;opacity:.34;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sub-hero:not(.landing-hero):not(:has(.price-grid)):not(:has(.tool-grid)):not(:has(.beta-form)):not(:has(.status-summary)){min-height:calc(100svh - 1px)}.sub-hero:not(.landing-hero) h1{max-width:12ch;font-size:clamp(48px,5.4vw,82px);line-height:.98;letter-spacing:0}.sub-hero:not(.landing-hero) .lead{max-width:46rem;color:#f3f7ffe6}.sub-hero:not(.landing-hero) .actions{margin-top:24px}.sub-hero:not(.landing-hero) .button.secondary{background:#050a1485}.sub-hero:has(.price-grid) .scene-inner,.sub-hero:has(.tool-grid) .scene-inner,.sub-hero:has(.beta-form) .scene-inner{display:block}.sub-hero:has(.price-grid) .scene-copy,.sub-hero:has(.tool-grid) .scene-copy,.sub-hero:has(.beta-form) .scene-copy{max-width:min(1180px,100%)}.sub-hero:has(.price-grid) .scene-copy{max-width:min(1120px,100%)}.sub-hero:has(.price-grid) h1,.sub-hero:has(.tool-grid) h1,.sub-hero:has(.beta-form) h1{max-width:13.5ch}.sub-hero:has(.price-grid) h1{font-size:clamp(46px,4.8vw,74px);max-width:12.2ch}.sub-hero:has(.price-grid) .scene-copy:before,.sub-hero:has(.tool-grid) .scene-copy:before,.sub-hero:has(.beta-form) .scene-copy:before{opacity:.3}.sub-hero:has(.price-grid) .scene-copy:before{inset:-24px -26px -30px;background:linear-gradient(135deg,#03081080,#0308102e 62%,#d8ff4a0a)}.price-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(12px,1.35vw,18px);margin-top:clamp(26px,3vw,42px)}.price-card{min-width:0;min-height:316px;padding:clamp(18px,1.55vw,22px);border-radius:14px;background:linear-gradient(180deg,#09101deb,#050a14c7);border-color:#a7e2ff29;overflow:hidden}.price-card h2{margin:0;font-size:1.05rem;color:var(--ink)}.price-card .price{font-size:clamp(2rem,1.82vw,2.32rem);line-height:.96;letter-spacing:0;white-space:nowrap;max-width:100%}.price-card p{margin:0;font-size:.91rem;line-height:1.52}.price-card small{color:var(--ink-dim)}.price-card .button{align-self:end;width:100%;min-height:46px;padding-inline:14px;font-size:.94rem;white-space:normal;text-align:center}.price-card.featured{transform:translateY(-8px);border-color:#d8ff4aad;background:linear-gradient(180deg,#121f1cf5,#081012db)}.cache-banner{max-width:820px;border-radius:14px;background:#d8ff4a13;color:#f3f7ffeb}.faq{max-width:960px}.faq [data-pricing-beta-boundary]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 24px;margin-bottom:12px;padding:18px 0;border-top:1px solid rgba(167,226,255,.13);border-bottom:1px solid rgba(167,226,255,.13)}.faq [data-pricing-beta-boundary] h2{font-size:clamp(22px,2.4vw,30px)}.faq [data-pricing-beta-boundary] p{margin:0}.code-block{border-radius:14px;background:#03070ee0;box-shadow:inset 0 1px #ffffff09}.tool-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.tool-grid .panel{min-height:190px;padding:clamp(18px,2vw,24px);border-radius:14px}.tool-grid h3{margin:0 0 10px;color:var(--ink)}#receipt-contract.panel{max-width:820px;margin-top:26px;padding:22px}.section{position:relative;padding:clamp(76px,9vw,132px) clamp(20px,5vw,48px);background:radial-gradient(circle at 18% 12%,rgba(97,231,255,.12),transparent 32rem),linear-gradient(180deg,#030810fa,#070d19f5)}.section-inner{width:min(1180px,100%);margin:0 auto}.status-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.status-board>div,.wide-panel,.incident-list>div,.status-summary{border:1px solid rgba(167,226,255,.15);border-radius:14px;background:linear-gradient(180deg,#0a1322d6,#050a14b8);box-shadow:0 18px 58px #00000038}.status-board>div{display:grid;grid-template-columns:auto 1fr;gap:8px 12px;min-height:164px;padding:18px}.status-board strong,.status-board .status-label,.status-board em{grid-column:2}.status-board strong{color:var(--ink)}.status-board em{color:var(--ink-dim);font-style:normal;font-size:.92rem;line-height:1.45}.status-dot{grid-row:1 / span 3;width:11px;height:11px;margin-top:4px;border-radius:999px;background:var(--cyan);box-shadow:0 0 18px #61e7ff7a}.status-dot.pending{background:var(--lime);box-shadow:0 0 18px #d8ff4a6b}.status-label{color:var(--cyan);font:700 12px/1 var(--font-mono);text-transform:uppercase;letter-spacing:.08em}.status-summary{max-width:760px;margin-top:24px;padding:18px}.status-summary strong,.status-summary span{display:block}.status-summary span{margin-top:6px;color:var(--lime);font:700 12px/1.4 var(--font-mono)}.wide-panel{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:clamp(24px,4vw,54px);margin-top:18px;padding:clamp(22px,3vw,34px)}.wide-panel h2{font-size:clamp(32px,4vw,52px)}.inline-link{display:block;margin-top:12px;color:var(--cyan);font-weight:800}.status-detail-grid{display:grid;gap:18px}.doc-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.doc-meta div{padding:12px;border:1px solid rgba(167,226,255,.13);border-radius:12px;background:#03081073}.doc-meta dt{color:var(--ink-dim);font:700 11px/1.3 var(--font-mono);text-transform:uppercase;letter-spacing:.08em}.doc-meta dd{margin:7px 0 0;color:var(--ink)}.check-list li{border-radius:12px;background:#03081080}.incident-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}.incident-list>div{padding:18px}.incident-list span,.incident-list time{display:block}.incident-list time{margin-top:8px;color:var(--ink-dim);font:700 12px/1.4 var(--font-mono)}.beta-form{max-width:920px;padding:clamp(18px,2.4vw,28px);border:1px solid rgba(167,226,255,.14);border-radius:16px;background:linear-gradient(180deg,#08101ed1,#030810a8);box-shadow:0 26px 90px #00000042}.beta-form input,.beta-form select,.beta-form textarea{min-height:48px;border-radius:10px;background:#030810d1}@media(max-width:1180px){.price-grid,.status-board,.tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wide-panel{grid-template-columns:1fr}}@media(max-width:880px){.sub-hero:not(.landing-hero){min-height:calc(100svh - 1px);padding-top:82px;padding-bottom:76px}.sub-hero:not(.landing-hero):has(.price-grid),.sub-hero:not(.landing-hero):has(.tool-grid),.sub-hero:not(.landing-hero):has(.beta-form),.sub-hero:not(.landing-hero):has(.status-summary){min-height:auto}.sub-hero:not(.landing-hero) .scene-inner{width:min(100% - 32px,var(--maxw));display:block}.sub-hero:not(.landing-hero) .scene-copy{max-width:100%}.sub-hero:not(.landing-hero) .scene-copy:before{inset:-18px -14px;opacity:.48;border-radius:22px}.sub-hero:not(.landing-hero) h1{font-size:clamp(34px,10vw,58px);line-height:1.04}.sub-hero:not(.landing-hero) .lead{font-size:1rem;line-height:1.55}.price-grid,.status-board,.tool-grid,.incident-list,.doc-meta,.faq [data-pricing-beta-boundary]{grid-template-columns:1fr}.price-card.featured,.price-card.featured:hover{transform:none}.beta-form{padding:16px}.footer{padding-top:64px}}.proof-strip{height:0;margin:0;overflow:hidden;box-shadow:none;background:transparent;pointer-events:none}.proof-track{animation:none}.page>.scene:not(.landing-hero){min-height:100svh;display:grid;align-items:center;margin-top:0!important;scroll-margin-top:80px;padding-top:clamp(96px,9vw,144px)!important;padding-bottom:clamp(92px,9vw,148px)!important}.page>.scene:not(.landing-hero):after{bottom:-1px;height:clamp(80px,8vw,128px);background:linear-gradient(180deg,#03081000,#030810b3);filter:none;opacity:1}.page>.scene:not(.landing-hero) .scene-bg img{opacity:.78;object-fit:cover;-webkit-mask-image:none;mask-image:none}.page>.scene:not(.landing-hero) .scene-copy:before{inset:-24px -28px;border-radius:24px;opacity:.58}.page>.scene:not(.landing-hero)+.scene:not(.landing-hero){margin-top:0!important}.pricing-scene .scene-inner,.sub-hero:has(.price-grid) .scene-inner{width:min(1420px,calc(100% - clamp(48px,8vw,160px)))}.pricing-scene .scene-copy,.sub-hero:has(.price-grid) .scene-copy{max-width:min(1280px,100%)}.pricing-scene h2,.sub-hero:has(.price-grid) h1{max-width:13ch}.pricing-scene .scene-copy:before,.sub-hero:has(.price-grid) .scene-copy:before{opacity:.64}.price-grid{width:100%;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(14px,1.25vw,20px)}.price-card{min-width:0;overflow:hidden}.price-card .price{display:block;width:100%;min-width:0;overflow:hidden;font-size:clamp(1.95rem,1.8vw,2.15rem);line-height:1;letter-spacing:0;white-space:nowrap}.price-card .button{min-width:0}.price-card:hover{transform:none}.price-card.featured:hover{transform:translateY(-8px)}.page>.scene:not(.landing-hero) .scene-inner,.page>.scene:not(.landing-hero) .scene-copy,.page>.scene:not(.landing-hero) .actions,.page>.scene:not(.landing-hero) .code-card,.page>.scene:not(.landing-hero) .code-block,.page>.scene:not(.landing-hero) .panel,.page>.scene:not(.landing-hero) .cache-banner,.page>.scene:not(.landing-hero) .table-wrap,.page>.scene:not(.landing-hero) .faq{min-width:0;max-width:100%}.page>.scene:not(.landing-hero) .scene-copy{overflow-wrap:anywhere}.page>.scene:not(.landing-hero) .actions{align-items:stretch}.code-card{width:min(100%,860px)}.copy-btn{width:auto;min-height:38px;padding:8px 13px;font-size:.84rem}.code-block{width:100%;max-width:100%;white-space:pre;overscroll-behavior-inline:contain}.sub-hero:has(.tool-grid) .code-block,.tools-scene .code-block,.final-cta .code-block{font-size:clamp(.72rem,1.15vw,.88rem)}@media(max-width:1180px){.price-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:880px){.page>.scene:not(.landing-hero){min-height:100svh;scroll-margin-top:68px;padding-top:78px!important;padding-bottom:76px!important}.page>.scene:not(.landing-hero) .scene-inner{width:min(100% - 32px,var(--maxw));display:block}.page>.scene:not(.landing-hero) .scene-copy{width:100%;margin-inline:auto}.page>.scene:not(.landing-hero) h1,.page>.scene:not(.landing-hero) h2{max-width:min(11.5ch,100%)}.page>.scene:not(.landing-hero) p{max-width:100%}.page>.scene:not(.landing-hero) .actions{display:grid;grid-template-columns:1fr;width:100%}.page>.scene:not(.landing-hero) .actions .button{width:100%;max-width:100%;min-width:0}.page>.scene:not(.landing-hero) .scene-copy:before{inset:-18px -14px}.pricing-scene .scene-inner,.sub-hero:has(.price-grid) .scene-inner{width:min(100% - 32px,var(--maxw))}.price-grid{grid-template-columns:1fr}.price-card .price{font-size:clamp(2.05rem,10vw,2.55rem)}.code-card{width:100%;margin-top:18px}.copy-btn{position:static;width:auto!important;margin:0 0 10px auto}.code-block{padding:15px;border-radius:12px;font-size:.7rem;line-height:1.58;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.tools-scene .code-block,.sub-hero:has(.tool-grid) .code-block{font-size:.66rem}.tool-grid,.status-board,.incident-list,.doc-meta,.points,.chips{gap:12px}.how-scene .scene-copy{padding-top:112px}.table-wrap{overflow:visible;border:0;background:transparent}table{min-width:0;background:transparent}thead{display:none}tbody{display:grid;gap:12px}tr{display:grid;gap:7px;padding:15px;border:1px solid rgba(167,226,255,.14);border-radius:14px;background:linear-gradient(180deg,#0a1322db,#050a14b3)}th,td{display:block;padding:0;border:0}td:first-child{color:var(--ink);font-weight:850}td:nth-child(2):before,td:nth-child(3):before{display:block;margin-bottom:3px;color:var(--cyan);font:800 10px/1 var(--font-mono);letter-spacing:.11em;text-transform:uppercase}td:nth-child(2):before{content:"Lane"}td:nth-child(3):before{content:"Strengths"}}@media(max-width:520px){.page>.scene:not(.landing-hero){padding-inline:16px!important}.page>.scene:not(.landing-hero) .scene-inner{width:100%}.page>.scene:not(.landing-hero) h1,.page>.scene:not(.landing-hero) h2{font-size:clamp(30px,9.6vw,42px);line-height:1.04}.page>.scene:not(.landing-hero) .lead,.page>.scene:not(.landing-hero) p{font-size:15px;line-height:1.55}.price-card{padding:18px}.beta-form input,.beta-form select,.beta-form textarea{font-size:16px}}.page>.scene:not(.landing-hero){min-height:100svh;overflow:hidden;background:#030810}.page>.scene:not(.landing-hero):before{background:linear-gradient(90deg,#030810e6,#0308107a 34%,#0308102e 66%,#030810ad),linear-gradient(180deg,#03081075,#03081000 42%,#0308109e)}.page>.scene:not(.landing-hero):after{height:clamp(92px,10vw,160px);background:linear-gradient(180deg,#03081000,#030810db)}.page>.scene:not(.landing-hero) .scene-bg img{opacity:.86;filter:saturate(1.08) contrast(1.05) brightness(.95)}.page>.scene:not(.landing-hero) .scene-copy:before,.sub-hero:not(.landing-hero) .scene-copy:before,.pricing-scene .scene-copy:before,.receipt-scene .scene-copy:before,.trust-scene .scene-copy:before,.final-cta .scene-copy:before{opacity:0!important;display:none}.page>.scene:not(.landing-hero) .scene-copy{text-shadow:0 14px 56px rgba(0,0,0,.52)}.sub-hero:not(.landing-hero) .scene-inner,.pricing-scene .scene-inner{width:min(1480px,calc(100% - clamp(44px,8vw,156px)))}.sub-hero:not(.landing-hero) h1,.sub-hero:not(.landing-hero) h2,.pricing-scene h2{letter-spacing:0}.sub-hero:not(.landing-hero) .lead{max-width:52rem}.cache-banner{width:min(100%,1240px);max-width:none;border-color:#d8ff4a85;background:linear-gradient(90deg,#d8ff4a1a,#61e7ff0d),#050c148f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.price-card,.panel,.tool-grid .panel,.status-board>div,.wide-panel,.incident-list>div,.status-summary,.faq details,.table-wrap,.code-block{background:linear-gradient(180deg,#08101ecc,#040912ad);border-color:#a7e2ff2e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.price-card{min-height:292px;border-radius:12px}.price-card.featured{background:linear-gradient(180deg,#152820d6,#071012c2)}.docs-hero .scene-inner{grid-template-columns:minmax(0,650px) minmax(260px,1fr)}.docs-install-scene .code-block,.docs-api-scene .code-block,.docs-tools-scene .code-block{box-shadow:0 26px 86px #00000047}.docs-api-scene #receipt-contract{width:min(100%,860px);margin-top:20px}.docs-tools-scene .scene-copy,.sub-hero:has(.tool-grid) .scene-copy{max-width:min(1180px,100%)}.page>.section{min-height:100svh;display:grid;align-items:center}@media(max-width:1180px){.sub-hero:not(.landing-hero) .scene-inner,.pricing-scene .scene-inner{width:min(100% - 40px,var(--maxw))}.price-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:880px){.page>.scene:not(.landing-hero):before{background:linear-gradient(180deg,#030810c2,#03081057 38%,#030810cc),linear-gradient(90deg,#0308108f,#03081033)}.page>.scene:not(.landing-hero) .scene-bg img{opacity:.58}.sub-hero:not(.landing-hero) .scene-inner,.pricing-scene .scene-inner,.docs-hero .scene-inner{width:min(100% - 32px,var(--maxw));display:block}.cache-banner{font-size:.98rem;line-height:1.45}.price-card,.panel,.tool-grid .panel,.status-board>div,.wide-panel,.incident-list>div,.status-summary,.faq details,.table-wrap,.code-block{-webkit-backdrop-filter:none;backdrop-filter:none}}.page>.scene[data-side=right]:not(.landing-hero):before{background:linear-gradient(90deg,#030810eb,#030810a8 34%,#0308103d 62%,#03081033),linear-gradient(180deg,#03081061,#03081000 42%,#0308108f)}.page>.scene[data-side=left]:not(.landing-hero):before{background:linear-gradient(90deg,#03081033,#0308103d 38%,#030810a8 66%,#030810eb),linear-gradient(180deg,#03081061,#03081000 42%,#0308108f)}.page>.scene[data-side=center]:not(.landing-hero):before{background:linear-gradient(90deg,#030810c2,#03081057 22%,#0308103d 68%,#0308109e),linear-gradient(180deg,#0308106b,#03081000 44%,#0308109e)}.page>.scene:not(.landing-hero) .scene-bg img{opacity:.96;filter:saturate(1.12) contrast(1.06) brightness(1.04)}@media(max-width:880px){.price-grid{grid-template-columns:1fr!important}.price-card .price{white-space:normal!important}.page>.scene:not(.landing-hero) .scene-bg img{opacity:.66}}h1,h2{letter-spacing:0}.proof-strip{height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;background:transparent!important;box-shadow:none!important}.proof-track{padding:0!important;line-height:0!important;animation:none!important}.page>.scene:not(.landing-hero){min-height:100svh!important;display:grid!important;align-items:center!important;margin-top:0!important;padding:clamp(108px,9vw,158px) clamp(22px,5vw,64px)!important;overflow:hidden!important;background:#030810!important;contain:paint}.page>.scene:not(.landing-hero):before{background:linear-gradient(90deg,#030810e0,#03081080 33%,#03081033 64%,#030810b3),linear-gradient(180deg,#03081094,#03081014 36%,#030810b8)}.page>.scene:not(.landing-hero):after{bottom:0!important;height:clamp(84px,9vw,142px)!important;background:linear-gradient(180deg,#03081000,#030810d1)!important;filter:none!important;opacity:1!important}.page>.scene:not(.landing-hero) .scene-bg{inset:0!important}.page>.scene:not(.landing-hero) .scene-bg:before{background:radial-gradient(circle at 72% 44%,transparent 0 17rem,rgba(3,8,16,.24) 42rem),linear-gradient(90deg,rgba(3,8,16,.48),transparent 24%,transparent 74%,rgba(3,8,16,.52))}.page>.scene:not(.landing-hero) .scene-bg:after{background:linear-gradient(180deg,#03081042,#03081000 42%,#030810ad)}.page>.scene:not(.landing-hero) .scene-bg picture,.page>.scene:not(.landing-hero) .scene-bg img{width:100%;height:100%}.page>.scene:not(.landing-hero) .scene-bg img{object-fit:cover;opacity:.88!important;filter:saturate(1.08) contrast(1.04) brightness(.98)!important;-webkit-mask-image:none!important;mask-image:none!important}.page>.scene[data-side=right]:not(.landing-hero) .scene-bg img{object-position:70% center}.page>.scene[data-side=left]:not(.landing-hero) .scene-bg img{object-position:30% center}.page>.scene[data-side=center]:not(.landing-hero) .scene-bg img{object-position:center center}.page>.scene:not(.landing-hero) .scene-inner{width:min(1500px,calc(100% - clamp(32px,6vw,128px)))!important;min-width:0}.page>.scene:not(.landing-hero) .scene-copy{min-width:0;text-shadow:0 14px 58px rgba(0,0,0,.54)}.page>.scene:not(.landing-hero) .scene-copy:before{display:none!important}.page>.scene[data-side=center]:not(.landing-hero) .scene-copy{max-width:min(1180px,100%)!important}.how-scene .scene-copy{max-width:min(1180px,100%)!important}.how-scene .steps{grid-template-columns:repeat(4,minmax(0,1fr))}.steps,.price-grid,.chips,.points,.tool-grid,.status-board,.incident-list,.doc-meta{width:100%;min-width:0}.step,.price-card,.chip,.point,.panel,.faq details,.status-item,.tool-grid .panel,.status-board>div,.wide-panel,.incident-list>div,.status-summary,.table-wrap,.code-block,.cache-banner{border-radius:12px;background:linear-gradient(180deg,#08101ecc,#040912a8);border-color:#a7e2ff2e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.step,.price-card,.chip,.point{transform:none!important}.price-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr))!important;gap:clamp(14px,1.4vw,22px)!important}.pricing-scene .scene-inner,.sub-hero:has(.price-grid) .scene-inner{width:min(1540px,calc(100% - clamp(32px,5vw,120px)))!important}.pricing-scene .scene-copy,.sub-hero:has(.price-grid) .scene-copy{max-width:100%!important}.price-card{min-height:294px;padding:clamp(18px,1.45vw,24px)}.price-card .price{display:block;width:100%;min-width:0;overflow:visible;font-size:clamp(2.05rem,2.1vw,2.78rem);line-height:1;white-space:nowrap!important}.price-card .button{width:100%;min-width:0;white-space:normal;text-align:center}.price-card.featured,.price-card.featured:hover{transform:none!important}.cache-banner{width:min(100%,1040px);max-width:none}@media(min-width:1380px){.price-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}}@media(max-width:1180px){.how-scene .steps,.price-grid,.tool-grid,.status-board{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:880px){.page>.scene:not(.landing-hero){min-height:100svh!important;padding:84px 16px 80px!important}.page>.scene:not(.landing-hero) .scene-inner{width:min(100%,var(--maxw))!important;display:block!important}.page>.scene:not(.landing-hero) .scene-bg img{opacity:.62!important;object-position:center center!important}.page>.scene:not(.landing-hero) h1,.page>.scene:not(.landing-hero) h2{max-width:min(12ch,100%)}.how-scene .steps,.price-grid,.tool-grid,.status-board,.chips,.points,.incident-list,.doc-meta,.faq [data-pricing-beta-boundary]{grid-template-columns:1fr!important}.price-card .price{font-size:clamp(2.1rem,10vw,2.75rem);white-space:normal!important}.step,.price-card,.chip,.point,.panel,.faq details,.status-item,.tool-grid .panel,.status-board>div,.wide-panel,.incident-list>div,.status-summary,.table-wrap,.code-block,.cache-banner{-webkit-backdrop-filter:none;backdrop-filter:none}}.pricing-scene:before,.sub-hero:has(.price-grid):before{background:linear-gradient(90deg,#030810f0,#030810b8 40%,#03081057 68%,#03081042),linear-gradient(180deg,#0308107a,#03081014 40%,#030810a3)}.pricing-scene .scene-bg:before,.sub-hero:has(.price-grid) .scene-bg:before{background:linear-gradient(90deg,#03081080,#0308101a 52%,#03081033),radial-gradient(circle at 82% 54%,transparent 0 16rem,rgba(3,8,16,.16) 42rem)}.pricing-scene .scene-bg img,.sub-hero:has(.price-grid) .scene-bg img{opacity:.94!important;object-position:68% center!important}.page>.scene.sub-hero:not(.landing-hero):not(:has(.scene-bg)),main:not(.page)>.scene.sub-hero:not(.landing-hero):not(:has(.scene-bg)){background:linear-gradient(90deg,#030810f0,#030810b3 40%,#03081047 70%,#0308106b),linear-gradient(180deg,#03081080,#03081014 42%,#030810b3),url(/img/hero-bg-1440.webp) 72% center / cover no-repeat!important}.page>.scene.sub-hero:not(.landing-hero):not(:has(.scene-bg)):before,main:not(.page)>.scene.sub-hero:not(.landing-hero):not(:has(.scene-bg)):before{background:radial-gradient(circle at 74% 46%,rgba(97,231,255,.18),transparent 28rem),linear-gradient(90deg,#030810bd,#03081024 68%,#03081066)}@media(max-width:880px){.pricing-scene:before,.sub-hero:has(.price-grid):before{background:linear-gradient(180deg,#030810db,#03081094 44%,#030810e6),linear-gradient(90deg,#030810a3,#03081033)}.pricing-scene .scene-bg img,.sub-hero:has(.price-grid) .scene-bg img{opacity:.58!important;object-position:68% center!important}.page>.scene.sub-hero:not(.landing-hero):not(:has(.scene-bg)),main:not(.page)>.scene.sub-hero:not(.landing-hero):not(:has(.scene-bg)){background:linear-gradient(180deg,#030810d1,#03081085 42%,#030810db),linear-gradient(90deg,#03081094,#0308102e),url(/img/hero-bg-mobile-810.webp) 64% center / cover no-repeat!important}}.page>.scene:not(.landing-hero):not(:has(.scene-bg)){background:linear-gradient(90deg,#030810eb,#03081094 42%,#03081047 72%,#03081085),linear-gradient(180deg,#03081094,#03081014 42%,#030810c7),url(/img/hero-bg-1440.webp) 68% center / cover no-repeat!important}.page>.scene:not(.landing-hero):not(:has(.scene-bg)):before{background:radial-gradient(circle at 76% 42%,rgba(97,231,255,.17),transparent 28rem),linear-gradient(90deg,#030810b3,#0308101f 64%,#03081070)}.pricing-page-hero{align-items:center!important}.pricing-page-hero .scene-bg{height:max(100svh,760px);bottom:auto!important}.pricing-page-hero .scene-bg img{object-position:70% center!important}.pricing-page-hero .scene-copy{padding-top:clamp(8px,2vh,30px)}.pricing-page-hero .price-grid{margin-top:clamp(20px,2.2vw,30px)}.pricing-page-hero .price-card{min-height:264px}.pricing-faq-scene .scene-inner{width:min(1320px,calc(100% - clamp(32px,6vw,128px)))!important}.pricing-faq-scene .scene-copy{max-width:min(1100px,100%)!important}.pricing-faq-scene .faq{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:100%}.pricing-faq-scene .faq [data-pricing-beta-boundary]{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 26px;margin:0;padding:18px;border:1px solid rgba(216,255,74,.25);border-radius:12px;background:linear-gradient(90deg,#d8ff4a14,#61e7ff0d),#04091299}.pricing-faq-scene .faq [data-pricing-beta-boundary] h2{font-size:clamp(22px,2.1vw,30px)}.pricing-faq-scene .faq details{min-height:110px}@media(max-width:1180px){.pricing-faq-scene .faq,.pricing-faq-scene .faq [data-pricing-beta-boundary]{grid-template-columns:1fr}}@media(max-width:880px){.page>.scene:not(.landing-hero):not(:has(.scene-bg)){background:linear-gradient(180deg,#030810d6,#0308108a 42%,#030810e0),linear-gradient(90deg,#0308109e,#03081033),url(/img/hero-bg-mobile-810.webp) 62% center / cover no-repeat!important}.pricing-page-hero .scene-bg{height:100svh}.pricing-faq-scene .scene-inner{width:min(100%,var(--maxw))!important}.pricing-faq-scene .faq [data-pricing-beta-boundary],.pricing-faq-scene .faq details{background:linear-gradient(180deg,#08101edb,#040912b8)}}@media(min-width:981px){.sub-hero:has(.beta-form) .scene-inner{width:min(1420px,calc(100% - clamp(44px,7vw,136px)))!important}.sub-hero:has(.beta-form) .scene-copy{display:grid;grid-template-columns:minmax(0,.88fr) minmax(480px,.92fr);grid-template-rows:auto auto 1fr;gap:16px clamp(34px,5vw,78px);align-items:center;max-width:100%!important}.sub-hero:has(.beta-form) .scene-copy>.eyebrow,.sub-hero:has(.beta-form) .scene-copy>h1,.sub-hero:has(.beta-form) .scene-copy>.lead{grid-column:1}.sub-hero:has(.beta-form) .scene-copy>h1{max-width:11.5ch;font-size:clamp(48px,4.7vw,76px)}.sub-hero:has(.beta-form) .scene-copy>.lead{max-width:42rem;align-self:start}.sub-hero:has(.beta-form) .beta-form{grid-column:2;grid-row:1 / span 3;align-self:center;margin-top:0}}.sub-hero:has(.beta-form) .scene-bg img{object-position:58% center!important}.beta-form{gap:14px}.beta-form .button.primary{width:100%;min-height:50px}.beta-form .footnote{margin:4px 0 0}@media(min-width:981px){.sub-hero:has(.beta-form) .field-grid{gap:14px}.sub-hero:has(.beta-form) .beta-form input,.sub-hero:has(.beta-form) .beta-form select{min-height:46px}}@media(max-width:520px){.sub-hero:has(.beta-form){padding-top:66px!important;padding-bottom:58px!important}.sub-hero:has(.beta-form) h1{font-size:clamp(30px,9vw,38px)}.sub-hero:has(.beta-form) .lead{margin-top:12px}.sub-hero:has(.beta-form) .beta-form{gap:12px;margin-top:20px;padding:15px}.sub-hero:has(.beta-form) .field-grid,.sub-hero:has(.beta-form) .beta-form label{gap:10px}.sub-hero:has(.beta-form) .beta-form input,.sub-hero:has(.beta-form) .beta-form select{min-height:44px;padding-block:10px}}html,body{overflow-x:clip}.logo{gap:9px}.logo img{width:32px;height:32px;flex:0 0 32px;object-fit:contain;filter:drop-shadow(0 0 10px rgba(97,231,255,.24))}.logo-word{font-size:1.18rem;font-weight:800;letter-spacing:0}.landing-hero{box-sizing:border-box;height:calc(100svh - 80px)!important;min-height:720px!important;max-height:920px;padding:0 clamp(28px,5vw,72px)!important}.landing-hero .hero-inner{width:min(1220px,100%);height:100%;grid-template-columns:minmax(0,620px) minmax(360px,1fr)!important;gap:clamp(28px,4vw,72px);align-items:center}.landing-hero .hero-copy{max-width:620px;padding:0}.landing-hero h1{max-width:620px;margin:18px 0 24px;font-size:clamp(64px,6.35vw,94px);line-height:.94;letter-spacing:0;text-wrap:balance}.landing-hero .hero-line{display:block}.landing-hero .lead{max-width:580px;text-wrap:pretty}.landing-hero .actions{margin:24px 0 14px}.landing-hero .landing-demo-stack{order:initial;min-height:100%}.landing-hero .terminal-card{top:56%;right:0;width:min(370px,100%);transform:translateY(-10%)}.landing-hero .fee-rig,.landing-hero .hero-fee-static{display:none}.language-option{min-width:36px;min-height:36px;font-size:12px}.nav-actions .button.primary{white-space:nowrap}pre.code-block{box-sizing:border-box;max-width:100%;overflow-x:auto!important;overflow-y:hidden;-webkit-overflow-scrolling:touch}pre.code-block>code{display:block;width:max-content;min-width:100%}[data-self-serve-install] pre.code-block>code{width:auto;min-width:0;white-space:pre-wrap;overflow-wrap:anywhere}[data-receipt-verifier] label{display:block;margin:18px 0 8px;color:var(--ink);font-weight:800}[data-receipt-verifier] textarea,[data-receipt-verifier] input{box-sizing:border-box;width:100%;max-width:100%;border:1px solid var(--line);border-radius:8px;background:#040912e6;color:var(--ink);font:500 15px/1.5 var(--font-mono)}[data-receipt-verifier] textarea{min-height:240px;padding:16px;resize:vertical}[data-receipt-verifier] input{min-height:48px;padding:11px 14px}.skills-group{scroll-margin-top:80px}.panel,.table-wrap,.tool-grid,.tool-grid>*,.scene-copy{min-width:0}main.page>.demo-gallery-scene:not(.landing-hero){scroll-margin-top:84px}.demo-gallery-scene .scene-copy:before{opacity:.34!important}.demo-gallery-scene .scene-copy>p:not(.eyebrow){max-width:720px}.demo-artifacts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(12px,1.5vw,20px);margin-top:clamp(28px,4vw,44px)}.demo-artifact{position:relative;isolation:isolate;min-height:clamp(350px,32vw,430px);display:flex;align-items:flex-end;overflow:hidden;padding:0;border:1px solid rgba(167,226,255,.15);border-radius:6px;background:#07101d;box-shadow:0 28px 80px #00000042}.demo-artifact picture,.demo-artifact picture:after{position:absolute;inset:0}.demo-artifact picture{z-index:-2;display:block}.demo-artifact picture:after{content:"";background:linear-gradient(180deg,#0308100a 18%,#03081061 54%,#030810fa),linear-gradient(90deg,rgba(3,8,16,.14),transparent 55%,rgba(3,8,16,.18))}.demo-artifact img{width:100%;height:100%;aspect-ratio:auto;display:block;object-fit:cover;margin:0;border-radius:0;filter:saturate(.92) contrast(1.06) brightness(.86);transform:scale(1.015);transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .35s ease}.demo-artifact-plan img{object-position:58% center}.demo-artifact-build img{object-position:54% center}.demo-artifact-verify img{object-position:68% center}.demo-artifact-copy{position:relative;z-index:1;width:100%;padding:clamp(22px,2.6vw,32px)}.demo-artifact-copy span{display:block;margin-bottom:10px;color:var(--lime);font:800 11px/1.2 var(--font-mono)}.demo-artifact-copy h3{margin:0 0 9px;color:var(--ink);font-size:clamp(1.16rem,1.6vw,1.42rem);letter-spacing:0}.demo-artifact-copy p{max-width:33ch;margin:0;color:#f3f7ffc2;font-size:15px;line-height:1.55;text-shadow:0 6px 22px rgba(0,0,0,.72)}main.page:has(>.landing-hero){background:radial-gradient(circle at 18% 30%,rgba(97,231,255,.055),transparent 36rem),radial-gradient(circle at 82% 68%,rgba(216,255,74,.035),transparent 32rem),#05070f}main.page:has(>.landing-hero)>.scene:not(.landing-hero){background:transparent}main.page:has(>.landing-hero)>.scene:not(.landing-hero):after{bottom:-12%;height:34%;opacity:.92;filter:blur(20px);background:linear-gradient(180deg,transparent,rgba(5,7,15,.72) 46%,transparent)}main.page:has(>.landing-hero)>.scene:not(.landing-hero) .scene-bg{inset-block:-24%}main.page:has(>.landing-hero)>.scene:not(.landing-hero) .scene-bg img{filter:saturate(.92) contrast(1.04) brightness(.84);-webkit-mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.72) 14%,#000 29%,#000 71%,rgba(0,0,0,.72) 86%,transparent 100%);mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.72) 14%,#000 29%,#000 71%,rgba(0,0,0,.72) 86%,transparent 100%)}.receipt-scene{min-height:clamp(780px,88svh,940px)}.receipt-scene .scene-bg-cutout{inset:-6% 48% -6% -4%!important}.receipt-scene .scene-bg-cutout:before{background:linear-gradient(90deg,rgba(5,7,15,.06),transparent 58%,rgba(5,7,15,.82)),linear-gradient(180deg,rgba(5,7,15,.42),transparent 24%,transparent 74%,rgba(5,7,15,.58))}.receipt-scene .scene-bg-cutout:after{background:linear-gradient(90deg,transparent 44%,rgba(5,7,15,.78) 88%,#05070f)}.receipt-scene .scene-bg-cutout img{width:100%;height:100%;object-fit:cover!important;object-position:68% center!important;opacity:.78!important;filter:saturate(.9) contrast(1.03) brightness(.78)!important;transform:scale(1.035);-webkit-mask-image:linear-gradient(90deg,#000 0,#000 68%,rgba(0,0,0,.78) 80%,transparent 100%)!important;mask-image:linear-gradient(90deg,#000 0,#000 68%,rgba(0,0,0,.78) 80%,transparent 100%)!important}.receipt-scene .scene-copy{max-width:600px}.receipt-scene .receipt-card{background:linear-gradient(180deg,#07101de6,#050b16d1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(hover:hover)and (pointer:fine){.demo-artifact:hover{border-color:#d8ff4a57}.demo-artifact:hover img{filter:saturate(1) contrast(1.06) brightness(.94);transform:scale(1.045)}}main.page:not(:has(>.landing-hero))>.sub-hero{min-height:calc(100svh - 80px)!important;max-height:none}main.page:not(:has(>.landing-hero))>.scene:not(.sub-hero){min-height:clamp(620px,72svh,780px)!important;padding:clamp(88px,8vw,124px) clamp(24px,5vw,64px)!important}main.page:not(:has(>.landing-hero))>.scene .scene-inner{width:min(1240px,calc(100% - clamp(24px,4vw,72px)))!important;gap:clamp(32px,5vw,86px)}main.page:not(:has(>.landing-hero))>.scene[data-side=right] .scene-inner{grid-template-columns:minmax(0,620px) minmax(280px,1fr)}main.page:not(:has(>.landing-hero))>.scene[data-side=left] .scene-inner{grid-template-columns:minmax(280px,1fr) minmax(0,620px)}main.page:not(:has(>.landing-hero))>.scene[data-side=left] .scene-copy{grid-column:2}main.page:not(:has(>.landing-hero))>.scene[data-side=center] .scene-inner{display:block}main.page:not(:has(>.landing-hero))>.scene[data-side=center] .scene-copy{max-width:min(1180px,100%)!important}main.page:not(:has(>.landing-hero))>.scene[data-side=right]:before{background:linear-gradient(90deg,#030810f0,#030810b8 38%,#0308102e 70%,#0308103d),linear-gradient(180deg,rgba(3,8,16,.34),transparent 42%,rgba(3,8,16,.68))}main.page:not(:has(>.landing-hero))>.scene[data-side=left]:before{background:linear-gradient(90deg,#0308103d,#0308102e 30%,#030810b8 66%,#030810f0),linear-gradient(180deg,rgba(3,8,16,.34),transparent 42%,rgba(3,8,16,.68))}main.page:not(:has(>.landing-hero))>.scene[data-side=right] .scene-bg img{object-position:70% center!important}main.page:not(:has(>.landing-hero))>.scene[data-side=left] .scene-bg img{object-position:30% center!important}.pricing-faq-scene{min-height:auto!important}.pricing-faq-scene .scene-inner{display:block!important;width:min(1240px,calc(100% - clamp(24px,4vw,72px)))!important}.pricing-faq-scene .scene-copy{max-width:1180px!important}.pricing-faq-scene .faq{max-width:none;grid-template-columns:repeat(2,minmax(0,1fr))}.docs-api-scene,.docs-tools-scene{min-height:auto!important}.docs-api-scene .docs-api-layout{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(24px,3vw,44px);align-items:start}.docs-api-scene .docs-api-intro,.docs-api-scene #receipt-contract{min-width:0}.docs-api-scene #receipt-contract{width:100%;margin-top:0}.docs-tools-scene .tool-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.skills-group>summary{list-style:none}.skills-group>summary::-webkit-details-marker{display:none}@media(min-width:1280px){.pricing-page-hero .price-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}}@media(min-width:701px)and (max-width:1120px){.landing-hero{padding-inline:32px!important}.landing-hero .hero-inner{display:grid;grid-template-columns:minmax(0,56%) minmax(300px,44%)!important;gap:24px}.landing-hero h1{font-size:clamp(56px,7.2vw,74px)}.landing-hero .landing-demo-stack{order:initial;min-height:100%}.landing-hero .terminal-card{position:absolute;top:58%;right:0;width:min(330px,100%)}.landing-hero .hero-fee-static{display:none}main.page:not(:has(>.landing-hero))>.scene[data-side=right] .scene-inner,main.page:not(:has(>.landing-hero))>.scene[data-side=left] .scene-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.docs-tools-scene .tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.topbar .nav-inner,.topbar.is-shrunk .nav-inner{width:calc(100% - 24px);height:58px}.nav-actions .button.primary{min-height:44px;width:auto;min-width:max-content;padding-inline:12px;white-space:nowrap;font-size:12px;line-height:1}.topbar .nav-inner{gap:8px}.topbar .logo{gap:7px;min-height:44px}.topbar .logo img{width:26px;height:26px;flex-basis:26px}.topbar .logo-word{font-size:1rem}.language-option{width:44px;min-width:44px;min-height:44px}.landing-hero{height:auto!important;min-height:calc(100svh - 58px)!important;max-height:none;padding:58px 16px 42px!important}.landing-hero:before{background:linear-gradient(90deg,#030810eb,#030810ad 48%,#0308103d),linear-gradient(180deg,#0308109e,#0308101f 44%,#030810c7)}.landing-hero .scene-bg img{object-position:30% center!important}.landing-hero .hero-inner{display:flex;height:auto;flex-direction:column;align-items:stretch;gap:28px}.landing-hero .hero-copy{order:1}.landing-hero h1{max-width:100%;margin:14px 0 20px;font-size:clamp(46px,13vw,54px);line-height:.95}.landing-hero .lead{font-size:17px;line-height:1.52}.landing-hero .lead-tight{font-size:17px}.landing-hero .actions{display:grid;grid-template-columns:1fr;gap:10px;margin:20px 0 12px}.landing-hero .button{min-height:48px}.hero-fine{font-size:12px;line-height:1.5}.landing-hero .landing-demo-stack{order:2;min-height:250px}.landing-hero .terminal-card{position:relative;top:auto;right:auto;width:100%;margin:0;transform:none}.terminal-bar{min-height:44px;font-size:12px}.replay-button{min-width:72px;min-height:36px;font-size:12px}.terminal-body{min-height:184px;max-height:none;padding:14px;overflow:visible;font-size:11px;line-height:1.6}main.page:not(:has(>.landing-hero))>.sub-hero,main.page:not(:has(>.landing-hero))>.scene:not(.sub-hero){min-height:auto!important;padding:72px 16px 68px!important}main.page:not(:has(>.landing-hero))>.sub-hero{min-height:calc(100svh - 58px)!important}main.page:not(:has(>.landing-hero))>.scene .scene-inner{display:block!important;width:100%!important}main.page:not(:has(>.landing-hero))>.scene[data-side=left] .scene-copy{grid-column:auto}main.page:not(:has(>.landing-hero))>.scene .scene-bg img{opacity:.62!important}.pricing-faq-scene .faq,.docs-tools-scene .tool-grid{grid-template-columns:1fr!important}.docs-api-scene .docs-api-layout{display:block}.docs-api-scene #receipt-contract{margin-top:20px}.demo-artifacts{grid-template-columns:1fr;gap:14px}.demo-artifact{min-height:330px}.demo-artifact-copy{padding:24px 22px}main.page:has(>.landing-hero)>.scene:not(.landing-hero) .scene-bg{inset:-110px -20vw}.receipt-scene{min-height:auto}.receipt-scene .scene-bg-cutout{inset:-8% -18%!important}.receipt-scene .scene-bg-cutout:before{background:linear-gradient(180deg,#05070f66,#05070fbd 56%,#05070f 92%)}.receipt-scene .scene-bg-cutout:after{background:linear-gradient(90deg,#05070f5c,#05070f8f)}.receipt-scene .scene-bg-cutout img{object-position:58% 18%!important;opacity:.34!important;transform:scale(1.02);-webkit-mask-image:linear-gradient(180deg,#000 0,rgba(0,0,0,.7) 56%,transparent 94%)!important;mask-image:linear-gradient(180deg,#000 0,rgba(0,0,0,.7) 56%,transparent 94%)!important}.skills-group{padding:0}.skills-group>.skills-group-head{position:relative;min-height:76px;margin:0;padding:16px 42px 16px 0;gap:4px;cursor:pointer;align-content:center}.skills-group>.skills-group-head h3,.skills-group>.skills-group-head p{margin:0}.skills-group>.skills-group-head p{display:-webkit-box;overflow:hidden;font-size:13px;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.skills-group>.skills-group-head:after{content:"+";position:absolute;top:50%;right:8px;width:28px;height:28px;display:grid;place-items:center;transform:translateY(-50%);border:1px solid var(--line);border-radius:50%;color:var(--lime);font:800 18px/1 var(--font-mono)}.skills-group[open]>.skills-group-head:after{content:"-"}.skills-group>.skills-grid{margin:0 0 22px}.footer{padding:42px 16px 22px}.footer-inner{width:100%}.footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 10px}.footer-grid>div:first-child{grid-column:1 / -1}.footer-grid>div{min-width:0}.footer-grid h3{margin-bottom:8px;font-size:13px}.footer-grid a:not(.logo){display:flex;min-height:40px;align-items:center;font-size:13px;line-height:1.2}.footer-bottom{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-top:24px;padding-top:20px}}@media(prefers-reduced-motion:reduce){.landing-hero .terminal-card{transform:none}}main.page{background:linear-gradient(180deg,#03101a 0,#05070f 24%,#06101a 58%,#05070f)}main.page>.scene:not(.landing-hero){min-height:auto!important;padding:clamp(88px,8vw,128px) clamp(22px,5vw,64px)!important;overflow:clip!important;contain:none!important;background:transparent!important}main.page>.scene:not(.landing-hero):before{background:linear-gradient(180deg,#05070fb8,#05070f1f 20%,#05070f14 78%,#05070fc2),radial-gradient(circle at 18% 44%,rgba(97,231,255,.08),transparent 38rem),radial-gradient(circle at 82% 62%,rgba(216,255,74,.045),transparent 34rem)!important}main.page>.scene:not(.landing-hero):after{bottom:-56px!important;height:128px!important;opacity:1!important;filter:blur(16px)!important;background:linear-gradient(180deg,transparent,rgba(5,7,15,.74) 48%,transparent)!important}main.page>.scene:not(.landing-hero)+.scene:not(.landing-hero){margin-top:-26px!important}.section-anchor{position:absolute;top:0;left:0;width:1px;height:1px;pointer-events:none}main.page>.scene:not(.landing-hero) .scene-bg img[src*="/img/scene-"]{opacity:.13!important;filter:saturate(.62) contrast(1.04) brightness(.72) blur(.4px)!important;-webkit-mask-image:linear-gradient(180deg,transparent,#000 22%,#000 78%,transparent)!important;mask-image:linear-gradient(180deg,transparent,#000 22%,#000 78%,transparent)!important}main.page:has(>.landing-hero)>.scene:not(.landing-hero) .scene-bg img[src*="/img/scene-"]{opacity:0!important}.demo-gallery-scene{min-height:790px!important;padding-top:clamp(102px,9vw,142px)!important;padding-bottom:clamp(96px,8vw,126px)!important}main.page>.demo-gallery-scene:not(.landing-hero):before{background:linear-gradient(90deg,#05070fe6,#05070f61 45%,#05070f70),linear-gradient(180deg,#05070feb,#05070f1f 30%,#05070f2e 65%,#05070ff0)!important}main.page>.demo-gallery-scene:not(.landing-hero) .scene-bg.scene-bg-workflow{inset:7% 0 -4%!important}main.page>.demo-gallery-scene:not(.landing-hero) .scene-bg.scene-bg-workflow img{object-fit:cover;object-position:center 52%!important;opacity:.64!important;filter:saturate(.82) contrast(1.08) brightness(.78)!important;-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 18%,#000 78%,transparent 100%)!important;mask-image:linear-gradient(180deg,transparent 0,#000 18%,#000 78%,transparent 100%)!important}.demo-gallery-scene .scene-inner,.demo-gallery-scene .scene-copy{width:min(1240px,100%)!important;max-width:none!important}.demo-gallery-scene .scene-copy:before{display:none!important}.demo-gallery-scene .scene-copy>p:not(.eyebrow){max-width:650px;color:#f3f7ffcc}.demo-artifacts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:clamp(170px,21vw,270px);overflow:hidden;border:1px solid rgba(167,226,255,.17);border-radius:8px;background:#03081094;box-shadow:0 30px 90px #00000047;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.demo-artifact{min-height:214px;display:flex;align-items:stretch;padding:0;border:0;border-right:1px solid rgba(167,226,255,.14);border-radius:0;background:linear-gradient(180deg,#08122075,#040a14c7);box-shadow:none}.demo-artifact:last-child{border-right:0}.demo-artifact:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:2px;background:linear-gradient(90deg,var(--cyan),var(--lime));opacity:.48;transform:scaleX(.28);transform-origin:left;transition:transform .3s ease,opacity .3s ease}.demo-artifact-copy{display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(24px,3vw,36px)}.demo-artifact-copy p{max-width:34ch}@media(hover:hover)and (pointer:fine){.demo-artifact:hover{background:linear-gradient(180deg,#0c1b2d94,#050c18db)}.demo-artifact:hover:before{opacity:.9;transform:scaleX(1)}}main.page>.receipt-scene:not(.landing-hero){min-height:760px!important}main.page>.receipt-scene:not(.landing-hero) .scene-bg.scene-bg-cutout{inset:-7% 45% -2% -8%!important}main.page>.receipt-scene:not(.landing-hero) .scene-bg.scene-bg-cutout:before{background:radial-gradient(circle at 48% 52%,rgba(97,231,255,.13),transparent 48%),linear-gradient(90deg,transparent 58%,rgba(5,7,15,.88) 96%)!important}main.page>.receipt-scene:not(.landing-hero) .scene-bg.scene-bg-cutout:after{background:linear-gradient(180deg,rgba(5,7,15,.26),transparent 24%,transparent 74%,rgba(5,7,15,.82))!important}main.page>.receipt-scene:not(.landing-hero) .scene-bg.scene-bg-cutout img{width:100%;height:100%;object-fit:contain!important;object-position:center bottom!important;opacity:.94!important;filter:saturate(.98) contrast(1.03) brightness(.9) drop-shadow(0 30px 70px rgba(0,0,0,.42))!important;transform:scale(1.14);transform-origin:center bottom;-webkit-mask-image:linear-gradient(180deg,#000 0,#000 88%,transparent 100%)!important;mask-image:linear-gradient(180deg,#000 0,#000 88%,transparent 100%)!important}.receipt-scene .scene-copy{max-width:620px}.receipt-card{border-radius:8px}.how-scene,.airbag-scene,.pricing-scene,.trust-scene{min-height:auto!important}.how-scene .steps,.app-scene .app-window,.receipt-scene .receipt-card{box-shadow:0 24px 72px #0000003d}.app-scene .scene-bg,.trust-scene .scene-bg{opacity:.55}main.page>.final-cta:not(.landing-hero){min-height:660px!important;display:grid!important;align-items:center!important;background-image:url(/img/matteo-empty-wide-1600.webp)!important;background-image:image-set(url(/img/matteo-empty-wide-1600.avif) type("image/avif"),url(/img/matteo-empty-wide-1600.webp) type("image/webp"))!important;background-position:center!important;background-size:cover!important}main.page>.final-cta:not(.landing-hero) .scene-bg{display:none}main.page>.final-cta:not(.landing-hero):before{background:linear-gradient(90deg,#05070ff5,#05070fc7 38%,#05070f33 68%,#05070f57),linear-gradient(180deg,rgba(5,7,15,.82),transparent 26%,transparent 72%,rgba(5,7,15,.94))!important}main.page>section.scene.final-cta#start[data-side=center] .scene-inner>.scene-copy{width:min(690px,100%)!important;max-width:690px!important;margin:0!important}main.page:not(:has(>.landing-hero))>.sub-hero{min-height:calc(100svh - 80px)!important;padding-top:clamp(108px,10vw,150px)!important;padding-bottom:clamp(88px,9vw,132px)!important}main.page:not(:has(>.landing-hero))>.scene:not(.sub-hero){min-height:auto!important}@media(max-width:700px){main.page>.scene:not(.landing-hero){padding:76px 16px 72px!important}main.page>.scene:not(.landing-hero)+.scene:not(.landing-hero){margin-top:-16px!important}main.page>.scene:not(.landing-hero) .scene-bg img[src*="/img/scene-"]{opacity:.09!important}main.page:has(>.landing-hero)>.scene:not(.landing-hero) .scene-bg img[src*="/img/scene-"]{opacity:0!important}main.page>.demo-gallery-scene:not(.landing-hero){min-height:auto!important;padding-top:88px!important}main.page>.demo-gallery-scene:not(.landing-hero) .scene-bg.scene-bg-workflow{inset:12% -72% 20%!important}main.page>.demo-gallery-scene:not(.landing-hero) .scene-bg.scene-bg-workflow img{object-position:center 28%!important;opacity:.35!important}.demo-artifacts{grid-template-columns:1fr;margin-top:150px}.demo-artifact{min-height:0;border-right:0;border-bottom:1px solid rgba(167,226,255,.13)}.demo-artifact:last-child{border-bottom:0}.demo-artifact-copy{min-height:172px;padding:24px 22px}main.page>.receipt-scene:not(.landing-hero){min-height:auto!important;padding-bottom:330px!important}main.page>.receipt-scene:not(.landing-hero) .scene-bg.scene-bg-cutout{inset:auto -20% -2% 8%!important;height:430px}main.page>.receipt-scene:not(.landing-hero) .scene-bg.scene-bg-cutout:before{background:none!important}main.page>.receipt-scene:not(.landing-hero) .scene-bg.scene-bg-cutout:after{background:none!important}main.page>.receipt-scene:not(.landing-hero) .scene-bg.scene-bg-cutout img{opacity:.86!important;transform:scale(1.5);-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 18%,#000 86%,transparent 100%)!important;mask-image:linear-gradient(180deg,transparent 0,#000 18%,#000 86%,transparent 100%)!important}.receipt-row{align-items:flex-start;flex-direction:column;gap:5px}main.page>.final-cta:not(.landing-hero){min-height:740px!important;align-items:start!important;padding-top:92px!important;padding-bottom:350px!important;background-image:url(/img/matteo-empty-mobile-1080.webp)!important;background-image:image-set(url(/img/matteo-empty-mobile-1080.avif) type("image/avif"),url(/img/matteo-empty-mobile-1080.webp) type("image/webp"))!important;background-position:center bottom!important}main.page>.final-cta:not(.landing-hero):before{background:linear-gradient(180deg,#05070ff5,#05070fd1 38%,#05070f24 68%,#05070fc7)!important}main.page:not(:has(>.landing-hero))>.sub-hero{min-height:calc(100svh - 58px)!important;padding:86px 16px 74px!important}main.page:not(:has(>.landing-hero))>.sub-hero.docs-hero,main.page:not(:has(>.landing-hero))>.sub-hero.models-hero,main.page:not(:has(>.landing-hero))>.sub-hero.status-hero{min-height:clamp(620px,calc(100svh - 170px),690px)!important;padding:80px 16px 72px!important}.skills-category-nav{display:none}.skills-group>.skills-group-head{min-height:82px;padding:12px 38px 12px 0}.skills-group>.skills-group-head p{-webkit-line-clamp:3;overflow-wrap:anywhere}.pricing-faq-scene .faq details{min-height:0!important;padding:0 18px}.pricing-faq-scene .faq details summary{min-height:64px;display:flex;align-items:center;padding:10px 0}.pricing-faq-scene .faq details[open]{padding-bottom:18px}pre.code-block>code{width:auto;min-width:0;white-space:pre-wrap;overflow-wrap:anywhere}}:root{--maxw: 1200px;--page-pad: clamp(20px, 5vw, 64px);--section-y: clamp(80px, 8vw, 116px);--surface: rgba(7, 16, 27, .84);--surface-quiet: rgba(6, 14, 24, .58);--hairline: rgba(197, 232, 244, .16);--warm: #f6b252}html{scroll-padding-top:82px}body{background:#030910}h1,h2,h3,.logo-word,.eyebrow,.badge,.ticker-label,.skill-card dt{letter-spacing:0!important}h1,h2,p{text-wrap:pretty}[id]{scroll-margin-top:0}.page:before,.cursor-glow{display:none!important}.scene-copy:before{display:none!important}.topbar{z-index:100;background:#030910c7;border-bottom:1px solid rgba(197,232,244,.1);-webkit-backdrop-filter:blur(18px) saturate(1.2);backdrop-filter:blur(18px) saturate(1.2)}.topbar .nav-inner,.topbar.is-shrunk .nav-inner{width:min(var(--maxw),calc(100% - 40px));height:72px;gap:20px}.logo img{width:32px;height:32px;border-radius:7px;filter:drop-shadow(0 0 12px rgba(97,231,255,.22))}.logo-word{font-size:1.15rem;font-weight:780}.nav-links{gap:clamp(14px,2vw,25px)}.nav-links a{min-height:44px;display:inline-flex;align-items:center;color:#f3f7ffb8;font-size:.875rem;font-weight:670}.nav-links a:hover,.nav-links a:focus-visible{color:#fff}.nav-actions{gap:10px}.button{min-height:46px;border-radius:7px;padding:12px 19px;font-weight:720}.button.primary:hover{transform:translateY(-1px)}.mobile-nav-toggle,.mobile-nav-actions{display:none}main.page{overflow:clip;background:linear-gradient(180deg,#020a12,#06121b,#040b12 68%,#02080e)!important}main.page>.scene:not(.landing-hero){min-height:0!important;margin:0!important;padding:var(--section-y) var(--page-pad)!important;overflow:clip!important;contain:none!important;background-color:transparent!important}main.page>.scene:not(.landing-hero):after{content:"";position:absolute;inset:auto 0 -1px;z-index:2;height:clamp(54px,7vw,96px)!important;pointer-events:none;background:linear-gradient(180deg,transparent,rgba(3,9,16,.8))!important;filter:none!important}main.page>.scene:not(.landing-hero):before{background:linear-gradient(180deg,#030910e0,#03091029 20%,#0309101f 78%,#030910e0),linear-gradient(90deg,rgba(3,9,16,.78),transparent 54%,rgba(3,9,16,.18))!important}.scene-inner{width:min(var(--maxw),100%);gap:clamp(36px,6vw,88px)}.scene-copy{max-width:620px}.scene-copy>p:not(.eyebrow){max-width:58ch}.eyebrow{margin-bottom:14px;color:var(--lime);font-size:11px}.panel,.receipt-card,.app-window,.table-wrap,.code-block,.install-option,.skill-card,.status-item,.faq details{border-radius:7px!important}body[data-page=home] .landing-hero{height:clamp(660px,calc(100svh - 104px),780px)!important;min-height:0!important;max-height:780px!important;padding:0 var(--page-pad)!important;background:#020a12!important}body[data-page=home] .landing-hero .scene-bg{inset:0!important}body[data-page=home] .landing-hero .scene-bg img{width:100%;height:100%;object-fit:cover;object-position:center 50%!important;opacity:1!important;filter:saturate(.96) contrast(1.02) brightness(.88)!important;transform:none!important;-webkit-mask-image:none!important;mask-image:none!important}body[data-page=home] .landing-hero:before{background:linear-gradient(90deg,#020910fa,#020910e6 30%,#0209106b 50%,#02091005 72%),linear-gradient(180deg,rgba(2,9,16,.24),transparent 58%,rgba(2,9,16,.92) 100%)!important}body[data-page=home] .landing-hero .hero-inner{width:min(var(--maxw),100%);height:100%;display:flex;align-items:center}body[data-page=home] .landing-hero .hero-copy{width:min(610px,51vw);max-width:610px;padding:0;transform:translateY(-8px)}body[data-page=home] .landing-hero h1{max-width:590px;margin:14px 0 20px;font-size:clamp(54px,5.35vw,76px);line-height:.98;letter-spacing:0!important}body[data-page=home] .landing-hero .lead{max-width:540px;margin-block:10px;font-size:clamp(16px,1.35vw,19px);line-height:1.5}body[data-page=home] .landing-hero .actions{margin:22px 0 12px}body[data-page=home] .landing-hero .landing-demo-stack{display:none!important}body[data-page=home] .proof-strip{position:relative;z-index:5;min-height:46px;border-color:#61e7ff24;background:#06121b}body[data-page=home] .proof-track{padding:13px 0;font-size:13px}html body[data-page=home] main.page>.proof-strip{height:46px!important;min-height:46px!important;margin:0!important;padding:0!important;border-block:1px solid rgba(97,231,255,.14)!important;background:#06121b!important}html body[data-page=home] main.page>.proof-strip .proof-track{height:auto!important;min-height:44px;padding:12px 0!important;line-height:20px!important;animation:none!important}body[data-page=home] main.page>.scene:not(.landing-hero){padding-block:clamp(88px,8vw,118px)!important}body[data-page=home] .demo-gallery-scene{min-height:720px!important}body[data-page=home] .demo-gallery-scene .scene-bg{inset:0!important}body[data-page=home] .demo-gallery-scene .scene-bg img{object-fit:cover;object-position:center!important;opacity:.76!important;filter:saturate(.84) contrast(1.04) brightness(.76)!important;transform:none!important;-webkit-mask-image:none!important;mask-image:none!important}body[data-page=home] .demo-gallery-scene:before{background:linear-gradient(90deg,#030910fa,#030910c2 42%,#03091029 74%),linear-gradient(180deg,#030910 0%,transparent 24%,transparent 70%,#030910 100%)!important}body[data-page=home] .demo-gallery-scene .scene-copy,body[data-page=home] .demo-gallery-scene .scene-inner{width:min(var(--maxw),100%)!important;max-width:none!important;margin:0 auto!important}body[data-page=home] .demo-gallery-scene h2{max-width:720px}body[data-page=home] .demo-artifacts{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:clamp(48px,7vw,84px);border:1px solid var(--hairline);border-radius:7px;overflow:hidden;background:#030910a8;box-shadow:0 30px 80px #00000047;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}body[data-page=home] .demo-artifact{min-height:196px;padding:0;border:0;border-right:1px solid var(--hairline);border-radius:0;background:transparent;box-shadow:none}body[data-page=home] .demo-artifact:last-child{border-right:0}body[data-page=home] .demo-artifact-copy{min-height:196px;padding:28px;justify-content:flex-end}body[data-page=home] .demo-artifact-copy>span{color:var(--cyan);font:700 11px/1.3 var(--font-mono)}body[data-page=home] .receipt-scene{min-height:720px!important}body[data-page=home] .receipt-scene .scene-bg-receipt{inset:0!important}body[data-page=home] .receipt-scene .scene-bg-receipt img{width:100%;height:100%;object-fit:cover!important;object-position:center!important;opacity:.92!important;filter:saturate(.92) contrast(1.03) brightness(.8)!important;transform:none!important;-webkit-mask-image:none!important;mask-image:none!important}body[data-page=home] .receipt-scene:before{background:linear-gradient(90deg,#0309101a,#03091029 38%,#030910e0 61%,#030910fa),linear-gradient(180deg,#030910 0%,transparent 24%,transparent 75%,#030910 100%)!important}body[data-page=home] .receipt-scene .scene-copy{max-width:590px}body[data-page=home] .receipt-card{padding:22px;background:#040c16c7;border-color:#61e7ff33;box-shadow:0 22px 70px #0000003d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}body[data-page=home] .router-scene,body[data-page=home] .capacity-scene,body[data-page=home] .trust-scene,body[data-page=home] .final-cta{min-height:680px!important;display:grid!important;align-items:center!important;background-repeat:no-repeat!important;background-size:cover!important}body[data-page=home] .router-scene{background-image:image-set(url(/img/scene-routing-matteo-1672.avif) type("image/avif"),url(/img/scene-routing-matteo-1672.webp) type("image/webp"))!important;background-position:center!important}body[data-page=home] .router-scene:before{background:linear-gradient(90deg,#0309102e,#03091033 40%,#030910e0 62%,#030910fa),linear-gradient(180deg,#030910,transparent 22%,transparent 75%,#030910)!important}body[data-page=home] .capacity-scene{background-image:image-set(url(/img/scene-capacity-matteo-1672.avif) type("image/avif"),url(/img/scene-capacity-matteo-1672.webp) type("image/webp"))!important;background-position:center!important}body[data-page=home] .capacity-scene:before{background:linear-gradient(90deg,#030910fa,#030910d1 42%,#0309102e 68%),linear-gradient(180deg,#030910,transparent 22%,transparent 75%,#030910)!important}body[data-page=home] .chips,body[data-page=home] .points{gap:0;border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline)}body[data-page=home] .chip,body[data-page=home] .point{min-height:92px;padding:18px 18px 18px 0;border:0;border-radius:0;background:transparent;box-shadow:none}body[data-page=home] .chip:nth-child(2n),body[data-page=home] .point:nth-child(2n){padding-left:18px;border-left:1px solid var(--hairline)}body[data-page=home] .pricing-scene{background:linear-gradient(180deg,#07131d,#040b12)!important}body[data-page=home] .pricing-scene:before{background:linear-gradient(180deg,rgba(3,9,16,.9),transparent 30%,transparent 74%,rgba(3,9,16,.86)),linear-gradient(90deg,rgba(97,231,255,.04),transparent 45%,rgba(246,178,82,.035))!important}body[data-page=home] .pricing-scene .scene-copy{width:min(var(--maxw),100%);max-width:none}body[data-page=home] .cache-banner{max-width:760px;margin-block:26px;padding:15px 0;border:0;border-block:1px solid rgba(216,255,74,.24);border-radius:0;background:transparent}body[data-page=home] .price-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:0;border-block:1px solid var(--hairline)}body[data-page=home] .price-card{min-height:318px;padding:24px 20px;border:0;border-right:1px solid var(--hairline);border-radius:0!important;background:transparent;box-shadow:none}body[data-page=home] .price-card:last-child{border-right:0}body[data-page=home] .price-card.featured{transform:none;background:#d8ff4a0e;box-shadow:inset 0 2px 0 var(--lime)}body[data-page=home] .app-scene{background:#030a11!important}body[data-page=home] .app-scene-inner{grid-template-columns:minmax(0,.78fr) minmax(560px,1.22fr)!important;gap:clamp(42px,6vw,82px)}body[data-page=home] .app-window{border-color:#61e7ff38;background:#07111d;box-shadow:0 30px 100px #0006}body[data-page=home] .app-proof-list>div{border-radius:0}body[data-page=home] .trust-scene{background-image:image-set(url(/img/scene-security-matteo-1915.avif) type("image/avif"),url(/img/scene-security-matteo-1915.webp) type("image/webp"))!important;background-position:center!important}body[data-page=home] .trust-scene:before{background:linear-gradient(90deg,#030910fa,#030910c7 42%,#0309102e 72%),linear-gradient(180deg,#030910,transparent 24%,transparent 74%,#030910)!important}body[data-page=home] .lighthouse-beam{display:none}body[data-page=home] .final-cta{min-height:610px!important;background-image:image-set(url(/img/scene-dawn-matteo-1915.avif) type("image/avif"),url(/img/scene-dawn-matteo-1915.webp) type("image/webp"))!important;background-position:center!important}body[data-page=home] .final-cta:before{background:linear-gradient(90deg,#030910fa,#030910c2 42%,#0309101a 70%),linear-gradient(180deg,#030910,transparent 24%,transparent 72%,#030910)!important}body[data-page=home] .final-cta .scene-copy{width:min(640px,100%)!important;max-width:640px!important;margin:0!important}body:not([data-page=home]) main.page>.sub-hero{min-height:620px!important;padding:clamp(92px,10vw,132px) var(--page-pad) clamp(76px,8vw,108px)!important;display:grid;align-items:center}body:not([data-page=home]) main.page>.sub-hero .scene-bg{inset:0!important}body:not([data-page=home]) main.page>.sub-hero .scene-bg img{width:100%;height:100%;object-fit:cover;object-position:center!important;opacity:.76!important;filter:saturate(.86) contrast(1.03) brightness(.72)!important;transform:none!important;-webkit-mask-image:none!important;mask-image:none!important}body:not([data-page=home]) main.page>.sub-hero:before{background:linear-gradient(90deg,#030910fa,#030910cc 43%,#03091029 74%),linear-gradient(180deg,rgba(3,9,16,.52),transparent 45%,rgba(3,9,16,.94))!important}body:not([data-page=home]) .sub-hero .scene-copy{max-width:670px;margin:0!important}body:not([data-page=home]) .sub-hero h1{max-width:780px;font-size:clamp(48px,5.5vw,76px);line-height:1}body:not([data-page=home]) main.page>.scene:not(.sub-hero) .scene-bg img{opacity:.42!important;filter:saturate(.8) brightness(.68)!important;-webkit-mask-image:linear-gradient(180deg,transparent,#000 14%,#000 86%,transparent)!important;mask-image:linear-gradient(180deg,transparent,#000 14%,#000 86%,transparent)!important}body[data-page=pricing] .pricing-page-hero{min-height:0!important;padding-top:108px!important}body[data-page=pricing] .pricing-page-hero .scene-copy{width:min(var(--maxw),100%);max-width:none}body[data-page=pricing] .pricing-page-hero .scene-bg img{opacity:.26!important}body[data-page=pricing] .pricing-page-hero .price-grid{margin-top:34px}body[data-page=changelog] main.page>.sub-hero,body[data-page=privacy] main.page>.sub-hero,body[data-page=terms] main.page>.sub-hero,body[data-page=login] main.page>.sub-hero,body[data-page=verify] main.page>.sub-hero,body[data-page="404"] main.page>.sub-hero{min-height:0!important;padding:clamp(88px,10vw,132px) var(--page-pad)!important;background:linear-gradient(135deg,#06131c,#030910 68%)!important}body[data-page=privacy] .sub-hero .scene-bg,body[data-page=terms] .sub-hero .scene-bg,body[data-page=login] .sub-hero .scene-bg,body[data-page=verify] .sub-hero .scene-bg,body[data-page="404"] .sub-hero .scene-bg{display:none!important}body[data-page=privacy] .sub-hero:before,body[data-page=terms] .sub-hero:before,body[data-page=login] .sub-hero:before,body[data-page=verify] .sub-hero:before,body[data-page="404"] .sub-hero:before{background:linear-gradient(90deg,rgba(97,231,255,.04),transparent 44%),linear-gradient(180deg,#03091038,#030910c7)!important}body[data-page=skills] .skills-category-nav{position:sticky;top:80px;z-index:10;display:flex!important;align-items:center;flex-wrap:nowrap;gap:8px;max-width:100%;padding:10px 0 12px;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:rgba(97,231,255,.4) transparent;background:#030910e6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);overscroll-behavior-inline:contain;scroll-snap-type:inline proximity}body[data-page=skills] .skills-category-nav::-webkit-scrollbar{height:4px}body[data-page=skills] .skills-category-nav::-webkit-scrollbar-thumb{background:#61e7ff66}body[data-page=skills] .skills-category-nav a{flex:0 0 auto;white-space:nowrap;scroll-snap-align:start}body[data-page=skills] .skills-category-nav a[aria-current=location]{color:var(--ink);border-color:#cbff3699;background:#cbff3614}body[data-page=skills] .skills-group{border-color:var(--hairline);scroll-margin-top:68px}body[data-page=status] .status-hero{min-height:540px!important}body[data-page=status] main.page>.section,body[data-page=status] main.page>section:not(.scene){width:min(var(--maxw),calc(100% - 40px));margin:0 auto}html body:not([data-page=home]) main.page>section.scene:not(.landing-hero):not(:has(.scene-bg)){background:linear-gradient(135deg,#06131c,#030910 68%)!important}.footer{padding:64px var(--page-pad) 30px;background:#02070c;border-color:#c5e8f41f}.footer-inner{width:min(var(--maxw),100%)}.footer-grid{gap:clamp(24px,5vw,64px)}.footer-grid h2{font-size:.88rem}.footer-grid a:not(.logo){min-height:40px;display:flex;align-items:center;margin:2px 0}.footer-ask img{display:none}@media(max-width:1080px){body[data-page=home] .price-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body[data-page=home] .price-card:nth-child(3){border-right:0}body[data-page=home] .price-card:nth-child(n+4){border-top:1px solid var(--hairline)}body[data-page=home] .app-scene-inner{grid-template-columns:1fr 1.08fr!important}}@media(max-width:860px){html{scroll-padding-top:66px}[id]{scroll-margin-top:0}body.mobile-nav-open{overflow:hidden}.topbar .nav-inner,.topbar.is-shrunk .nav-inner{width:calc(100% - 24px);height:62px;gap:10px}.mobile-nav-toggle{width:44px;height:44px;flex:0 0 44px;display:grid;place-content:center;gap:4px;padding:0;border:1px solid var(--hairline);border-radius:7px;background:#060f1ae6;color:#fff}.mobile-nav-toggle span{width:18px;height:2px;display:block;border-radius:2px;background:currentColor;transition:transform .2s ease,opacity .2s ease}.mobile-nav-toggle.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.mobile-nav-toggle.is-open span:nth-child(2){opacity:0}.mobile-nav-toggle.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.nav-links{position:fixed;inset:62px 0 auto;z-index:101;max-height:calc(100svh - 62px);display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:16px 20px 24px;overflow:auto;border-bottom:1px solid var(--hairline);background:#030910fa;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform:translateY(-115%);visibility:hidden;opacity:0;transition:transform .22s ease,opacity .18s ease,visibility .22s}.nav-links.is-open{transform:translateY(0);visibility:visible;opacity:1}.nav-links>a{min-height:52px;padding:0 12px;border-bottom:1px solid rgba(197,232,244,.1);font-size:15px}.mobile-nav-actions{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding-top:16px}.mobile-nav-actions>a{min-height:48px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--hairline);border-radius:7px}.nav-actions .secondary,.nav-actions>.language-switcher{display:none!important}.mobile-language-switcher{grid-column:1 / -1;display:flex!important;justify-content:flex-start;gap:8px;min-height:44px;padding:0 0 6px}.mobile-language-switcher .language-option{width:48px;min-width:48px;min-height:44px;border:1px solid var(--hairline);border-radius:7px;background:transparent;color:var(--ink)}.mobile-language-switcher .language-option.is-active{background:var(--lime);color:#05070f}.nav-actions .button.primary{min-width:0;min-height:44px;width:auto;padding-inline:13px;font-size:12px}.scene-inner,.scene[data-side=left] .scene-inner,.scene[data-side=right] .scene-inner,body[data-page=home] .app-scene-inner{grid-template-columns:1fr!important}.scene[data-side=left] .scene-inner>.scene-copy{grid-column:auto}body[data-page=home] .landing-hero{height:calc(100svh - 112px)!important;min-height:660px!important;max-height:820px!important;padding:0 18px!important}body[data-page=home] .landing-hero .scene-bg img{object-position:54% bottom!important;filter:saturate(.92) contrast(1.02) brightness(.72)!important}body[data-page=home] .landing-hero:before{background:linear-gradient(180deg,#020910f7,#020910db,#02091052 72%,#020910d6),linear-gradient(90deg,#020910c2,#0209102e)!important}body[data-page=home] .landing-hero .hero-inner{align-items:flex-start;padding-top:48px}body[data-page=home] .landing-hero .hero-copy{width:100%;max-width:560px;transform:none}body[data-page=home] .landing-hero h1{max-width:10ch;margin-block:12px 17px;font-size:clamp(42px,12vw,52px);line-height:1}body[data-page=home] .landing-hero .lead{max-width:35ch;font-size:16px;line-height:1.45}body[data-page=home] .landing-hero .lead-tight{display:none}body[data-page=home] .landing-hero .actions{display:flex;max-width:360px;margin-top:18px}body[data-page=home] .landing-hero .actions .button{width:auto;min-height:46px;padding-inline:16px}body[data-page=home] .landing-hero .actions .button.secondary{display:none}body[data-page=home] .hero-fine{max-width:33ch;font-size:11px;line-height:1.45}html body[data-page=home] main.page>.proof-strip .proof-track{width:100%;min-width:0;justify-content:center;white-space:nowrap;font-size:11px}html body[data-page=home] main.page>.proof-strip .proof-intro,html body[data-page=home] main.page>.proof-strip .proof-wide{display:none}body[data-page=home] main.page>.scene:not(.landing-hero),body:not([data-page=home]) main.page>.scene:not(.landing-hero){padding:72px 18px!important}body[data-page=home] .demo-gallery-scene,body[data-page=home] .receipt-scene,body[data-page=home] .router-scene,body[data-page=home] .capacity-scene,body[data-page=home] .trust-scene,body[data-page=home] .final-cta{min-height:0!important;padding-top:292px!important;background-position:center top!important;background-size:100% auto!important}body[data-page=home] .demo-gallery-scene .scene-bg,body[data-page=home] .receipt-scene .scene-bg-receipt{inset:0 0 auto!important;height:238px}html body[data-page=home] main.page:has(>.landing-hero)>section.scene.demo-gallery-scene:not(.landing-hero) .scene-bg.scene-bg-workflow,html body[data-page=home] main.page:has(>.landing-hero)>section.scene.receipt-scene:not(.landing-hero) .scene-bg.scene-bg-receipt{inset:0 0 auto!important;width:auto!important;height:238px!important}body[data-page=home] .demo-gallery-scene .scene-bg img,body[data-page=home] .receipt-scene .scene-bg-receipt img{object-position:center!important;opacity:.92!important;filter:saturate(.88) contrast(1.03) brightness(.78)!important}body[data-page=home] .demo-gallery-scene:before,body[data-page=home] .receipt-scene:before,body[data-page=home] .router-scene:before,body[data-page=home] .capacity-scene:before,body[data-page=home] .trust-scene:before,body[data-page=home] .final-cta:before{background:linear-gradient(180deg,transparent 0,rgba(3,9,16,.12) 165px,#030910 260px,#030910 100%)!important}body[data-page=home] .demo-artifacts{grid-template-columns:1fr;margin-top:36px}body[data-page=home] .demo-artifact{min-height:0;border-right:0;border-bottom:1px solid var(--hairline)}body[data-page=home] .demo-artifact:last-child{border-bottom:0}body[data-page=home] .demo-artifact-copy{min-height:150px;padding:22px}body[data-page=home] .chips,body[data-page=home] .points{grid-template-columns:1fr}body[data-page=home] .chip,body[data-page=home] .point,body[data-page=home] .chip:nth-child(2n),body[data-page=home] .point:nth-child(2n){min-height:74px;padding:16px 0;border-left:0;border-bottom:1px solid var(--hairline)}body[data-page=home] .chip:last-child,body[data-page=home] .point:last-child{border-bottom:0}body[data-page=home] .pricing-scene{padding-top:78px!important}body[data-page=home] .price-grid{grid-template-columns:1fr}body[data-page=home] .price-card,body[data-page=home] .price-card:nth-child(3),body[data-page=home] .price-card:nth-child(n+4){min-height:0;padding:22px 0;border-right:0;border-top:0;border-bottom:1px solid var(--hairline)}body[data-page=home] .price-card:last-child{border-bottom:0}body[data-page=home] .price-card.featured{padding-inline:18px;box-shadow:inset 3px 0 0 var(--lime)}body[data-page=home] .app-scene{padding-top:78px!important}body[data-page=home] .app-window{order:-1;width:100%}body[data-page=home] .app-window-grid{grid-template-columns:1fr}body[data-page=home] .app-window aside{display:none}body:not([data-page=home]) main.page>.sub-hero{min-height:0!important;padding:300px 18px 72px!important;align-items:start}body:not([data-page=home]) main.page>.sub-hero .scene-bg{inset:0 0 auto!important;height:238px}body:not([data-page=home]) main.page>.sub-hero .scene-bg img{object-fit:cover;object-position:center!important;opacity:.9!important;filter:saturate(.88) contrast(1.02) brightness(.76)!important}body:not([data-page=home]) main.page>.sub-hero:before{background:linear-gradient(180deg,transparent,rgba(3,9,16,.16) 155px,#030910 255px,#030910 100%)!important}body:not([data-page=home]) .sub-hero h1{max-width:13ch;font-size:clamp(42px,11vw,54px)}body[data-page=pricing] .pricing-page-hero{padding-top:292px!important}body[data-page=pricing] .pricing-page-hero .price-grid{grid-template-columns:1fr}body[data-page=pricing] .pricing-page-hero .price-card{min-height:0}body[data-page=privacy] main.page>.sub-hero,body[data-page=terms] main.page>.sub-hero,body[data-page=login] main.page>.sub-hero,body[data-page=verify] main.page>.sub-hero,body[data-page="404"] main.page>.sub-hero,body[data-page=changelog] main.page>.sub-hero{padding:88px 18px 72px!important}body[data-page=skills] .skills-category-nav{top:62px;padding:8px 0 10px;scrollbar-width:none}body[data-page=skills] .skills-category-nav::-webkit-scrollbar{display:none}body[data-page=skills] .skills-group{scroll-margin-top:58px}.faq summary,.status-item,.footer-grid a:not(.logo),.replay-button{min-height:44px!important}body[data-page=status] .inline-link{min-height:44px;display:inline-flex;align-items:center}.footer{padding:46px 18px 24px}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 18px}.footer-grid>div:first-child{grid-column:1 / -1}}@media(max-width:520px){h2{font-size:clamp(31px,9vw,42px)}.nav-actions .button.primary{width:auto}body[data-page=home] .landing-hero .actions{display:grid;grid-template-columns:minmax(0,184px);gap:8px}body[data-page=home] .landing-hero .actions .button{width:100%;padding-inline:10px;font-size:13px}.actions .button{width:100%}.receipt-row{align-items:flex-start;flex-direction:column;gap:5px}.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 12px}.footer-grid>div:first-child{grid-column:1 / -1}}@media(max-width:379px){.topbar .logo{width:44px;min-width:44px;justify-content:center}.topbar .logo-word{display:none}.nav-actions .button.primary{padding-inline:11px}body[data-page=home] .landing-hero h1{font-size:42px}}@media(prefers-reduced-motion:reduce){.mobile-nav-toggle span,.nav-links{transition:none}}html body[data-page=home] main.page>section.scene.demo-gallery-scene:not(.landing-hero) .scene-bg.scene-bg-workflow img{opacity:.76!important;filter:saturate(.84) contrast(1.04) brightness(.76)!important;object-position:center!important;transform:none!important;-webkit-mask-image:none!important;mask-image:none!important}html body[data-page=home] main.page>section.scene.receipt-scene:not(.landing-hero) .scene-bg.scene-bg-receipt img{opacity:.92!important;filter:saturate(.92) contrast(1.03) brightness(.8)!important;object-position:center!important;transform:none!important;-webkit-mask-image:none!important;mask-image:none!important}html body[data-page=home] main.page:has(>.landing-hero)>section.scene.receipt-scene:not(.landing-hero) .scene-bg.scene-bg-receipt img{opacity:.92!important;filter:saturate(.92) contrast(1.03) brightness(.8)!important;object-position:center!important;transform:none!important;-webkit-mask-image:none!important;mask-image:none!important}html body[data-page=home] main.page>section.scene.router-scene:not(.landing-hero):not(:has(.scene-bg)){background:image-set(url(/img/scene-routing-matteo-1672.avif) type("image/avif"),url(/img/scene-routing-matteo-1672.webp) type("image/webp")) center / cover no-repeat!important}html body[data-page=home] main.page>section.scene.capacity-scene:not(.landing-hero):not(:has(.scene-bg)){background:image-set(url(/img/scene-capacity-matteo-1672.avif) type("image/avif"),url(/img/scene-capacity-matteo-1672.webp) type("image/webp")) center / cover no-repeat!important}html body[data-page=home] main.page>section.scene.pricing-scene:not(.landing-hero):not(:has(.scene-bg)){background:linear-gradient(180deg,#07131d,#040b12)!important}html body[data-page=home] main.page>section.scene.app-scene:not(.landing-hero):not(:has(.scene-bg)){background:#030a11!important}html body[data-page=home] main.page>section.scene.trust-scene:not(.landing-hero):not(:has(.scene-bg)){background:image-set(url(/img/scene-security-matteo-1915.avif) type("image/avif"),url(/img/scene-security-matteo-1915.webp) type("image/webp")) center / cover no-repeat!important}html body[data-page=home] main.page>section.scene.final-cta:not(.landing-hero):not(:has(.scene-bg)){background:image-set(url(/img/scene-dawn-matteo-1915.avif) type("image/avif"),url(/img/scene-dawn-matteo-1915.webp) type("image/webp")) center / cover no-repeat!important}html body[data-page=home] main.page>section.scene.router-scene:before{background:linear-gradient(90deg,#0309102e,#03091033 40%,#030910e0 62%,#030910fa),linear-gradient(180deg,#030910,transparent 22%,transparent 75%,#030910)!important}html body[data-page=home] main.page>section.scene.capacity-scene:before{background:linear-gradient(90deg,#030910fa,#030910d1 42%,#0309102e 68%),linear-gradient(180deg,#030910,transparent 22%,transparent 75%,#030910)!important}html body[data-page=home] main.page>section.scene.trust-scene:before,html body[data-page=home] main.page>section.scene.final-cta:before{background:linear-gradient(90deg,#030910fa,#030910c2 42%,#0309101a 72%),linear-gradient(180deg,#030910,transparent 24%,transparent 74%,#030910)!important}@media(max-width:860px){html body[data-page=home] main.page>section.scene.router-scene:not(.landing-hero):not(:has(.scene-bg)),html body[data-page=home] main.page>section.scene.capacity-scene:not(.landing-hero):not(:has(.scene-bg)),html body[data-page=home] main.page>section.scene.trust-scene:not(.landing-hero):not(:has(.scene-bg)),html body[data-page=home] main.page>section.scene.final-cta:not(.landing-hero):not(:has(.scene-bg)){background-position:center top!important;background-size:100% auto!important;background-repeat:no-repeat!important}html body[data-page=home] main.page>section.scene.demo-gallery-scene:not(.landing-hero) .scene-bg.scene-bg-workflow img,html body[data-page=home] main.page>section.scene.receipt-scene:not(.landing-hero) .scene-bg.scene-bg-receipt img{opacity:.92!important;filter:saturate(.88) contrast(1.03) brightness(.78)!important}html body[data-page=home] main.page>section.scene.router-scene:before,html body[data-page=home] main.page>section.scene.capacity-scene:before,html body[data-page=home] main.page>section.scene.trust-scene:before,html body[data-page=home] main.page>section.scene.final-cta:before{background:linear-gradient(180deg,transparent 0,rgba(3,9,16,.12) 165px,#030910 260px,#030910 100%)!important}}.region-copy-sv,html[lang=sv] .region-copy-en{display:none}html[lang=sv] .region-copy-sv{display:block}@media(min-width:1800px){:root{--maxw: min(1840px, calc(100vw - 160px) );--page-pad: clamp(64px, 4vw, 120px)}.topbar .nav-inner,.topbar.is-shrunk .nav-inner,.footer-inner{width:min(var(--maxw),calc(100% - 120px))!important}.topbar .nav-inner{height:88px}.topbar.is-shrunk .nav-inner{height:70px}.topbar .logo img{width:38px;height:38px;flex-basis:38px}.topbar .logo-word{font-size:1.3rem}.topbar .nav-links{gap:clamp(20px,1.15vw,30px)}.topbar .nav-links a{font-size:1rem}.topbar .nav-actions .button{min-height:50px;padding-inline:22px}body[data-page=home] .landing-hero{height:clamp(720px,calc(100svh - 270px),860px)!important;max-height:860px!important}body[data-page=home] .landing-hero .scene-bg{left:50%!important;right:auto!important;width:min(2064px,100vw)!important;transform:translate(-50%)}body[data-page=home] .landing-hero .scene-bg picture,body[data-page=home] .landing-hero .scene-bg img{width:100%;height:100%}body[data-page=home] .landing-hero .scene-bg img{object-fit:cover;object-position:center 42%!important;filter:saturate(.97) contrast(1.03) brightness(.84)!important}body[data-page=home] .landing-hero:before{background:linear-gradient(90deg,#020910,#020910f5 24%,#02091094 43%,#0209101a 65%,#0209109e),linear-gradient(180deg,rgba(2,9,16,.26),transparent 54%,rgba(2,9,16,.94) 100%)!important}body[data-page=home] .landing-hero .hero-inner{width:min(var(--maxw),100%)!important}body[data-page=home] .landing-hero .hero-copy{width:min(690px,40vw);max-width:690px;transform:translateY(-10px)}body[data-page=home] .landing-hero h1{max-width:680px;font-size:clamp(80px,3.35vw,96px)}body[data-page=home] .landing-hero .lead{max-width:620px;font-size:20px}body[data-page=home] .proof-track{width:min(var(--maxw),calc(100% - 120px))!important;margin-inline:auto;justify-content:flex-start;font-size:14px}body[data-page=home] main.page>.scene:not(.landing-hero) h2{font-size:clamp(54px,2.35vw,64px)}body[data-page=home] .demo-gallery-scene h2{max-width:940px}body[data-page=home] main.page>.scene:not(.landing-hero){padding-inline:var(--page-pad)!important}html body[data-page=home] main.page>section.scene:not(.landing-hero) .scene-inner,body[data-page=home] .app-scene-inner{width:min(var(--maxw),100%)!important;max-width:none!important}html body[data-page=home] main.page>section.scene.demo-gallery-scene:not(.landing-hero) .scene-copy{width:min(var(--maxw),100%)!important;max-width:none!important;margin-inline:auto!important}html body[data-page=home] main.page:has(>.landing-hero)>section.scene.demo-gallery-scene:not(.landing-hero) .scene-bg.scene-bg-workflow,html body[data-page=home] main.page:has(>.landing-hero)>section.scene.receipt-scene:not(.landing-hero) .scene-bg.scene-bg-receipt{left:50%!important;right:auto!important;width:min(2000px,100vw)!important;transform:translate(-50%)}}@media(min-width:1800px)and (max-height:900px){.topbar .nav-inner{height:80px}.topbar.is-shrunk .nav-inner{height:66px}body[data-page=home] .landing-hero{height:clamp(560px,calc(100svh - 190px),680px)!important;min-height:560px!important;max-height:680px!important}body[data-page=home] .landing-hero .scene-bg{width:min(88vw,calc(240svh - 456px))!important}body[data-page=home] .landing-hero .scene-bg img{object-position:center 50%!important}body[data-page=home] .landing-hero h1{font-size:clamp(66px,3.8vw,78px)}body[data-page=home] .landing-hero .lead{font-size:18px}body[data-page=home] .landing-hero .lead-tight{display:none}}.account-scene{min-height:calc(100vh - 82px);padding-top:clamp(92px,10vw,132px)}.account-shell{width:min(920px,100%);margin:0 auto}.account-heading{max-width:680px;margin-bottom:42px}.account-heading h1{font-size:clamp(38px,5vw,58px);letter-spacing:0}.account-state{min-height:220px}.account-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;border-block:1px solid var(--line)}.account-fact{min-width:0;padding:22px 20px 22px 0;border-bottom:1px solid var(--line)}.account-fact:nth-child(odd){border-right:1px solid var(--line)}.account-fact:nth-child(2n){padding-left:20px}.account-fact dt{margin-bottom:8px;color:var(--ink-dim);font:12px/1.4 var(--font-mono);text-transform:uppercase}.account-fact dd{margin:0;overflow-wrap:anywhere;color:var(--ink);font-weight:700}.account-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:28px}.account-action-status{min-height:24px;margin:14px 0 0}.account-error{padding-block:12px 24px}.account-error h2{font-size:28px;letter-spacing:0}@media(max-width:640px){.account-facts{grid-template-columns:1fr}.account-fact,.account-fact:nth-child(2n){padding-inline:0;border-right:0}}.beta-interest-band{position:relative;z-index:4;width:100%;isolation:isolate;scroll-margin-top:96px;border:0;background:#06121b}.beta-interest-band:before{content:"";position:absolute;z-index:-1;inset:-180px 0 auto;height:220px;pointer-events:none;background:linear-gradient(180deg,transparent,rgba(6,18,27,.82) 62%,#06121b 100%)}.beta-interest-inner{width:min(1560px,calc(100% - clamp(32px,8vw,144px)));margin-inline:auto;display:grid;grid-template-columns:minmax(320px,.9fr) minmax(560px,1.1fr);gap:clamp(52px,7vw,120px);align-items:center;padding-block:clamp(68px,7vw,104px) clamp(76px,8vw,120px)}.beta-interest-signal{display:inline-flex;align-items:center;gap:10px;color:var(--lime);font:800 12px/1.4 var(--font-mono)}.beta-interest-signal span{width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 5px #d8ff4a1a,0 0 18px #d8ff4a7a}.beta-interest-copy h2{max-width:12ch;margin:18px 0 20px;font-size:clamp(42px,4.2vw,68px);line-height:.98;letter-spacing:0;text-wrap:balance}.beta-interest-copy>p{max-width:57ch;margin:0;color:#e0ecf4c7;font-size:clamp(16px,1.2vw,19px);line-height:1.58;text-wrap:pretty}.beta-interest-points{display:flex;flex-wrap:wrap;gap:10px 24px;margin-top:26px;color:#f3f7ffeb;font-size:13px;font-weight:720}.beta-interest-points span{display:inline-flex;align-items:center;gap:8px}.beta-interest-points b{color:var(--lime)}.beta-interest-form{min-width:0;display:grid;grid-template-columns:minmax(210px,1.08fr) minmax(210px,.92fr) minmax(210px,auto);gap:12px;align-items:end;padding:28px 0 24px;border-block:1px solid rgba(150,221,242,.19)}.beta-interest-fields{display:contents}.beta-interest-form label{min-width:0;display:grid;gap:9px;color:var(--ink);font-size:13px;font-weight:800}.beta-interest-form input:not([type=checkbox]),.beta-interest-form select{box-sizing:border-box;width:100%;min-height:56px;border:1px solid rgba(167,226,255,.24);border-radius:6px;background:#030a12;color:var(--ink);padding:0 16px;font:650 15px/1.2 var(--font-body);transition:border-color .2s ease,background-color .2s ease}.beta-interest-form input:not([type=checkbox]):hover,.beta-interest-form select:hover{border-color:#a7e2ff75;background:#050f1a}.beta-interest-form input::placeholder{color:#dce9f0a6}.beta-interest-form input:focus-visible,.beta-interest-form select:focus-visible,.beta-interest-form button:focus-visible{outline:3px solid rgba(216,255,74,.9);outline-offset:3px}.beta-interest-consent{display:flex!important;align-items:flex-start;gap:10px!important;grid-column:1 / 3;color:#e0ecf4bd!important;font-weight:650!important;line-height:1.45}.beta-interest-consent input[type=checkbox]{flex:0 0 auto;width:18px;height:18px;min-height:18px;margin:1px 0 0;accent-color:var(--lime)}.beta-interest-form .beta-interest-submit{grid-column:3;grid-row:1 / 3;min-width:220px;min-height:56px;align-self:center;justify-content:space-between;gap:12px;padding-inline:16px;white-space:nowrap;border-radius:6px}.beta-interest-submit span[aria-hidden=true]{font-size:20px;line-height:1;transition:transform .2s ease}.beta-interest-submit:hover span[aria-hidden=true]{transform:translate(4px)}.beta-interest-form .button:disabled{cursor:wait;opacity:.68}.beta-interest-meta,.beta-interest-status{grid-column:1 / -1;margin:0;font-size:12px;line-height:1.55}.beta-interest-meta{color:#e0ecf4ad}.beta-interest-meta a{color:var(--ink);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.beta-interest-status{min-height:1.55em;color:var(--cyan);font-weight:750}.beta-interest-form[data-state=success] .beta-interest-status{color:var(--lime)}.beta-interest-form[data-state=error] .beta-interest-status{color:#ff9384}.beta-interest-trap{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}@media(max-width:1180px){.beta-interest-inner{grid-template-columns:1fr;gap:42px}.beta-interest-copy h2{max-width:15ch}}@media(max-width:760px){.beta-interest-band{scroll-margin-top:72px}.beta-interest-inner{width:calc(100% - 32px);gap:34px;padding-block:58px 72px}.beta-interest-copy h2{font-size:clamp(40px,12vw,54px)}.beta-interest-points{display:grid;gap:10px}.beta-interest-form{grid-template-columns:1fr;gap:14px;padding-block:24px 20px}.beta-interest-consent,.beta-interest-form .beta-interest-submit,.beta-interest-meta,.beta-interest-status{grid-column:1;grid-row:auto}.beta-interest-form .beta-interest-submit{width:100%;min-width:0;margin-top:2px}}@media(prefers-reduced-motion:reduce){.beta-interest-submit span[aria-hidden=true]{transition:none}}body[data-page=home]{background:#05070f}body[data-page=home] .home-container{position:relative!important;left:50%!important;width:min(var(--container),calc(100vw - var(--gutter) - var(--gutter)))!important;max-width:none!important;margin-inline:0!important;padding-inline:0!important;transform:translate(-50%)!important}body[data-page=home] .home-section{position:relative;min-height:0!important;padding:var(--section-pad-y) 0!important;overflow:clip;border-top:1px solid rgba(224,238,255,.09);background:#05070f}body[data-page=home] .home-section .scene-bg{opacity:.17!important}html body[data-page=home] main.page>section.scene.home-section:not(.landing-hero){padding:var(--section-pad-y) 0!important}html body[data-page=home] main.page>section.scene.receipt-section{min-height:500px!important}html body[data-page=home] main.page>.proof-strip{height:52px!important;min-height:52px!important}body[data-page=home] .home-copy{max-width:590px}body[data-page=home] .home-copy>p:not(.eyebrow),body[data-page=home] .section-heading>p{margin:22px 0 0;font-size:var(--fs-2);line-height:1.65}body[data-page=home] h1,body[data-page=home] h2,body[data-page=home] h3{letter-spacing:0}body[data-page=home] h1{max-width:680px;font-size:var(--fs-display-1);line-height:1.02}body[data-page=home] h2{font-size:var(--fs-display-2);line-height:1.08}body[data-page=home] h3{font-size:var(--fs-3);line-height:1.25}body[data-page=home] .accent-text{color:var(--accent-action)}body[data-page=home] .eyebrow{color:var(--accent-action);letter-spacing:.16em}body[data-page=home] .button{min-height:48px;padding:13px 18px;border-radius:6px}body[data-page=home] .button.primary{background:var(--accent-action);color:#05070f}body[data-page=home] .button.secondary{background:#05070f94;border-color:#e0eeff3d}body[data-page=home] .landing-hero{min-height:760px!important;height:max(760px,calc(100svh - 76px))!important;max-height:none!important;padding:0!important;display:flex;align-items:center;border-top:0}body[data-page=home] .landing-hero .scene-bg{inset:0!important;width:100vw!important;max-width:none!important;transform:none!important;opacity:1!important}body[data-page=home] .landing-hero .scene-bg picture,body[data-page=home] .landing-hero .scene-bg img{width:100%;height:100%}body[data-page=home] .landing-hero .scene-bg img{object-fit:contain!important;object-position:center!important}body[data-page=home] .landing-hero:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#03070ff7,#03070fe0 35%,#03070f2e 68%,#03070f42),linear-gradient(0deg,rgba(3,7,15,.72) 0%,transparent 36%);pointer-events:none}body[data-page=home] .hero-inner{position:relative;z-index:2;left:50%!important;width:min(var(--container),calc(100vw - var(--gutter) - var(--gutter)))!important;max-width:none!important;margin-inline:0!important;transform:translate(-50%)!important;display:flex;align-items:center;min-height:100%}body[data-page=home] .landing-hero .hero-inner.home-container{width:min(var(--container),calc(100vw - var(--gutter) - var(--gutter)))!important;max-width:none!important;margin-inline:0!important}body[data-page=home] .hero-copy{width:650px!important;max-width:55%!important;margin:0!important;padding:72px 0 34px!important}body[data-page=home] .hero-copy .lead{max-width:600px;margin:24px 0 0;color:#dbe4f5;font-size:19px;line-height:1.6}body[data-page=home] .hero-copy .actions{display:flex;gap:12px;margin:30px 0 0}body[data-page=home] .hero-fine{margin:18px 0 0;color:var(--ink-dim);font:14px/1.5 var(--font-body)}body[data-page=home] .proof-strip{height:auto!important;min-height:52px;padding:0!important;background:#071019;border-block:1px solid rgba(97,231,255,.17)}body[data-page=home] .proof-track{min-height:52px;display:flex;align-items:center;overflow:hidden}body[data-page=home] .proof-message{font-size:var(--fs-1);white-space:nowrap}body[data-page=home] .product-demo-section{min-height:720px!important;padding-block:96px!important}body[data-page=home] .product-demo-section:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#05070f 4%,#05070ff2 42%,#05070fb8);pointer-events:none}body[data-page=home] .product-demo-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.8fr) minmax(520px,1.2fr);align-items:center;gap:72px}body[data-page=home] .product-demo-copy{min-height:500px}body[data-page=home] .run-steps{display:grid;gap:18px;margin:28px 0 0;padding:0;list-style:none}body[data-page=home] .run-steps li{display:grid;grid-template-columns:34px 1fr;gap:14px;align-items:start}body[data-page=home] .run-steps li>span{width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(216,255,74,.38);border-radius:50%;color:var(--lime);font:700 12px var(--font-mono)}body[data-page=home] .run-steps strong{color:var(--ink);font-size:var(--fs-2)}body[data-page=home] .run-steps p{margin:3px 0 0;font-size:var(--fs-1);line-height:1.5}body[data-page=home] .product-demo-grid .actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}body[data-page=home] .product-app{min-height:540px;overflow:hidden;border:1px solid rgba(97,231,255,.26);border-radius:8px;background:#080d16;box-shadow:0 34px 90px #0000007a,0 0 42px #61e7ff14}body[data-page=home] .product-app-bar{height:48px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 16px;border-bottom:1px solid var(--line);color:var(--ink-dim);font-size:var(--fs-0)}body[data-page=home] .product-window-dots{display:flex;gap:6px}body[data-page=home] .product-window-dots i{width:8px;height:8px;border-radius:50%;background:#596273}body[data-page=home] .product-window-dots i:first-child{background:#ff6b6b}body[data-page=home] .product-window-dots i:nth-child(2){background:#ffca5c}body[data-page=home] .product-window-dots i:last-child{background:#62d28f}body[data-page=home] .product-connected{justify-self:end;display:inline-flex;align-items:center;gap:7px;color:#83e7ad}body[data-page=home] .product-connected i{width:7px;height:7px;border-radius:50%;background:#62d28f}body[data-page=home] .product-app-body{min-height:492px;display:grid;grid-template-columns:150px 1fr}body[data-page=home] .product-sidebar{padding:22px 14px;border-right:1px solid var(--line);background:#ffffff04}body[data-page=home] .product-project-label{display:block;margin-bottom:6px;color:var(--ink-dim);font:700 10px var(--font-mono)}body[data-page=home] .product-sidebar>strong{color:var(--ink);font-size:14px}body[data-page=home] .product-sidebar nav{display:grid;gap:5px;margin-top:24px}body[data-page=home] .product-sidebar nav span{padding:9px 10px;border-radius:5px;color:var(--ink-dim);font-size:12px}body[data-page=home] .product-sidebar nav .is-active{background:#d8ff4a1a;color:var(--ink)}body[data-page=home] .product-conversation{position:relative;display:grid;align-content:start;gap:13px;padding:54px 22px 22px}body[data-page=home] .product-mode{position:absolute;top:14px;right:18px;display:flex;gap:4px;padding:3px;border:1px solid var(--line);border-radius:6px;font-size:11px}body[data-page=home] .product-mode span,body[data-page=home] .product-mode strong{padding:5px 9px;border-radius:4px}body[data-page=home] .product-mode strong{color:#05070f;background:var(--lime)}body[data-page=home] .product-message,body[data-page=home] .product-decision,body[data-page=home] .product-result{max-width:92%;padding:13px 15px;border:1px solid var(--line);border-radius:7px;font-size:12px;line-height:1.45}body[data-page=home] .product-message p,body[data-page=home] .product-decision p{margin:5px 0 0;font-size:12px;line-height:1.45}body[data-page=home] .product-message.is-user{justify-self:end;background:#ffffff0b;color:var(--ink)}body[data-page=home] .product-message.is-fee{border-color:#61e7ff3d;background:#61e7ff0e}body[data-page=home] .product-decision{border-color:#d8ff4a59;background:#d8ff4a0a}body[data-page=home] .product-decision>span,body[data-page=home] .product-result>span{display:block;margin-bottom:4px;color:var(--lime);font:700 10px var(--font-mono);text-transform:uppercase}body[data-page=home] .product-decision button{margin-top:10px;padding:6px 9px;border:0;border-radius:4px;background:#d8ff4a33;color:var(--lime);font:700 11px var(--font-body)}body[data-page=home] .product-result{border-color:#62d28f57;background:#62d28f0f}body[data-page=home] .product-result>div{display:flex;gap:14px;margin-top:9px;color:var(--ink-dim)}body[data-page=home] .product-result>div b{color:var(--ink)}body[data-page=home] .beta-interest-band{padding:var(--section-pad-y) 0!important;background:#081019}body[data-page=home] .beta-interest-inner{width:min(var(--container),calc(100vw - var(--gutter) - var(--gutter)))!important;max-width:none!important;margin-inline:0!important;padding:0!important;grid-template-columns:minmax(0,.82fr) minmax(420px,1fr)!important;gap:72px!important}body[data-page=home] .beta-interest-copy,body[data-page=home] .beta-interest-form{max-width:none!important}body[data-page=home] .beta-interest-copy h2{font-size:var(--fs-display-2)!important}body[data-page=home] .beta-interest-form{border-radius:8px!important;padding:24px!important}body[data-page=home] .beta-interest-form>label:first-child{display:grid;gap:8px}body[data-page=home] .beta-interest-points b{width:22px!important;height:22px!important;border-radius:50%!important}body[data-page=home] .section-heading{max-width:760px;margin-bottom:44px}body[data-page=home] .promise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}body[data-page=home] .promise-grid article{min-height:250px;padding:28px;border:1px solid var(--line);border-radius:8px;background:#080d17}body[data-page=home] .promise-grid article>span,body[data-page=home] .plan-for{color:var(--cyan);font:700 var(--fs-0) var(--font-mono)}body[data-page=home] .promise-grid h3{margin:54px 0 12px}body[data-page=home] .promise-grid p{margin:0;font-size:var(--fs-1);line-height:1.6}body[data-page=home] .receipt-section{min-height:600px!important}body[data-page=home] .receipt-section:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#05070ffa,#05070fdb 55%,#05070fb3)}body[data-page=home] .receipt-layout{position:relative;z-index:2;display:grid;grid-template-columns:.82fr 1fr;gap:90px;align-items:center}body[data-page=home] .task-report{padding:28px;border:1px solid rgba(97,231,255,.24);border-radius:8px;background:#070c18e0;box-shadow:0 28px 70px #00000059}body[data-page=home] .task-report-head{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding-bottom:20px;border-bottom:1px solid var(--line)}body[data-page=home] .task-report-head span{color:#83e7ad;font:700 10px var(--font-mono)}body[data-page=home] .task-report-head small{color:var(--ink-dim);font-family:var(--font-mono)}body[data-page=home] .task-report dl{display:grid;grid-template-columns:1fr 1fr;margin:0}body[data-page=home] .task-report dl div{padding:20px 0;border-bottom:1px solid var(--line)}body[data-page=home] .task-report dl div:nth-child(odd){padding-right:18px;border-right:1px solid var(--line)}body[data-page=home] .task-report dl div:nth-child(2n){padding-left:18px}body[data-page=home] .task-report dt{color:var(--ink-dim);font-size:12px}body[data-page=home] .task-report dd{margin:6px 0 0;color:var(--ink);font-weight:700}body[data-page=home] .task-report>p{margin:20px 0 0;font-size:var(--fs-1)}body[data-page=home] .routing-grid,body[data-page=home] .trust-grid{display:grid;grid-template-columns:.85fr 1fr;gap:90px;align-items:start}body[data-page=home] .routing-proof{display:grid;gap:9px}body[data-page=home] .route-row{display:grid;grid-template-columns:86px 1fr auto;gap:16px;align-items:center;min-height:66px;padding:14px 16px;border-bottom:1px solid var(--line)}body[data-page=home] .route-row strong{color:var(--ink)}body[data-page=home] .route-row span{color:var(--ink-dim);font-size:var(--fs-1)}body[data-page=home] .route-row i{color:var(--cyan);font:normal 700 11px var(--font-mono)}body[data-page=home] .capacity-meter{margin-top:20px;padding:20px;border:1px solid rgba(216,255,74,.2);border-radius:8px;background:#d8ff4a09}body[data-page=home] .capacity-meter>div{display:flex;justify-content:space-between;gap:20px;color:var(--ink);font-size:var(--fs-1)}body[data-page=home] .capacity-meter progress{width:100%;height:8px;margin:16px 0 10px;accent-color:var(--lime)}body[data-page=home] .capacity-meter small{color:var(--ink-dim)}body[data-page=home] .text-link{display:inline-block;margin-top:24px;color:var(--lime);font-weight:700}body[data-page=home] .pricing-scene{min-height:600px!important;background:#071019}body[data-page=home] .pricing-heading{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:60px;max-width:none}body[data-page=home] .pricing-heading>p{justify-self:end;max-width:410px}body[data-page=home] .home-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}body[data-page=home] .home-price-card{display:flex;min-height:330px;flex-direction:column;padding:26px;border:1px solid var(--line);border-radius:8px;background:#0a101b}body[data-page=home] .home-price-card.is-featured{border-color:#d8ff4a80;background:#d8ff4a0e}body[data-page=home] .home-price-card h3{margin:10px 0 0;font-size:var(--fs-4)}body[data-page=home] .home-price-card .price{margin:28px 0 0;font:700 44px/1 var(--font-display);color:var(--ink)}body[data-page=home] .home-price-card .price span{font-size:var(--fs-1);color:var(--ink-dim)}body[data-page=home] .home-price-card>p:not(.plan-for){margin:18px 0 24px;font-size:var(--fs-1)}body[data-page=home] .home-price-card .button{width:100%;margin-top:auto}body[data-page=home] .pricing-compare{margin-top:24px}body[data-page=home] .trust-section{background:#05070f}body[data-page=home] .trust-links{display:flex;gap:18px;margin-top:24px}body[data-page=home] .trust-links a{color:var(--lime);font-weight:700}body[data-page=home] .region-panel{margin-top:32px;padding:18px;border-left:2px solid var(--cyan);background:#61e7ff09}body[data-page=home] .region-panel>strong{color:var(--ink);font-size:var(--fs-1)}body[data-page=home] .region-panel p{margin:8px 0 0;font-size:var(--fs-0);line-height:1.55}body[data-page=home] .home-faq{border-top:1px solid var(--line)}body[data-page=home] .home-faq details{border-bottom:1px solid var(--line)}body[data-page=home] .home-faq summary{min-height:64px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;color:var(--ink);font-weight:700}body[data-page=home] .home-faq summary:after{content:"+";color:var(--lime);font-size:22px}body[data-page=home] .home-faq details[open] summary:after{content:"−"}body[data-page=home] .home-faq p{margin:-4px 0 20px;font-size:var(--fs-1)}body[data-page=home] .final-cta{min-height:0!important;background:#0a111b}body[data-page=home] .final-cta-inner{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}body[data-page=home] .final-cta h2{max-width:760px}body[data-page=home] .final-cta-inner>div:last-child{justify-self:end}body[data-page=home] .final-cta-inner>div:last-child p{max-width:360px;margin:14px 0 0;font-size:var(--fs-0)}@media(max-width:1024px){body[data-page=home] .hero-copy{max-width:62%!important}body[data-page=home] .product-demo-grid,body[data-page=home] .receipt-layout,body[data-page=home] .routing-grid,body[data-page=home] .trust-grid{grid-template-columns:1fr;gap:48px}body[data-page=home] .product-app{min-height:500px}body[data-page=home] .beta-interest-inner{grid-template-columns:1fr!important;gap:42px!important}body[data-page=home] .promise-grid,body[data-page=home] .home-pricing-grid{grid-template-columns:repeat(2,1fr)}body[data-page=home] .promise-grid article:last-child,body[data-page=home] .home-price-card:last-child{grid-column:1 / -1}}@media(max-width:700px){body[data-page=home] .landing-hero{height:auto!important;min-height:760px!important;align-items:flex-start}body[data-page=home] .landing-hero .scene-bg{height:390px!important;top:auto!important;bottom:0!important}body[data-page=home] .landing-hero .scene-bg img{object-fit:contain!important;object-position:50% 46%!important}body[data-page=home] .landing-hero:before{background:linear-gradient(180deg,#05070f 0% 47%,#05070fd6 66%,#05070f47),linear-gradient(0deg,rgba(5,7,15,.72),transparent 50%)}body[data-page=home] .hero-inner{align-items:flex-start}body[data-page=home] .hero-copy{width:100%!important;max-width:none!important;padding:52px 0 120px!important}body[data-page=home] .hero-copy .lead{font-size:16px}body[data-page=home] .hero-copy .actions{display:grid;grid-template-columns:1fr}body[data-page=home] .hero-copy .button{width:100%}body[data-page=home] .proof-track{justify-content:center;text-align:center}body[data-page=home] .proof-message{white-space:normal;line-height:1.4}body[data-page=home] .proof-wide,body[data-page=home] .proof-intro{display:none}body[data-page=home] .product-demo-section{padding-block:72px!important}body[data-page=home] .product-demo-grid{gap:36px}body[data-page=home] .product-app{min-height:470px}body[data-page=home] .product-app-body{min-height:422px;grid-template-columns:1fr}body[data-page=home] .product-sidebar{display:none}body[data-page=home] .product-conversation{padding:54px 13px 13px}body[data-page=home] .product-message,body[data-page=home] .product-decision,body[data-page=home] .product-result{max-width:100%}body[data-page=home] .product-result>div{gap:9px;font-size:11px}body[data-page=home] .beta-interest-form{padding:18px!important}body[data-page=home] .beta-interest-fields,body[data-page=home] .promise-grid,body[data-page=home] .home-pricing-grid{grid-template-columns:1fr!important}body[data-page=home] .promise-grid article:last-child,body[data-page=home] .home-price-card:last-child{grid-column:auto}body[data-page=home] .promise-grid article{min-height:210px}body[data-page=home] .promise-grid h3{margin-top:36px}body[data-page=home] .receipt-layout{gap:34px}body[data-page=home] .task-report{padding:18px}body[data-page=home] .task-report-head{grid-template-columns:1fr;gap:5px}body[data-page=home] .task-report dl{grid-template-columns:1fr}body[data-page=home] .task-report dl div,body[data-page=home] .task-report dl div:nth-child(odd),body[data-page=home] .task-report dl div:nth-child(2n){padding:14px 0;border-right:0}body[data-page=home] .route-row{grid-template-columns:70px 1fr}body[data-page=home] .route-row i{display:none}body[data-page=home] .capacity-meter>div,body[data-page=home] .pricing-heading,body[data-page=home] .final-cta-inner{grid-template-columns:1fr;display:grid;gap:18px}body[data-page=home] .pricing-heading>p,body[data-page=home] .final-cta-inner>div:last-child{justify-self:stretch}body[data-page=home] .trust-links{flex-wrap:wrap}}body[data-page=home]{--font-display:"Inter",system-ui,sans-serif;--world:#03111a;--world-ink:#f7fbff;--world-muted:#c2cfda;background:var(--world);color:var(--world-ink)}body[data-page=home] .topbar{background:#020c13ad;border-color:#86e0ef24;-webkit-backdrop-filter:blur(22px) saturate(1.1);backdrop-filter:blur(22px) saturate(1.1)}body[data-page=home] .logo-word,body[data-page=home] .nav-links a,body[data-page=home] .nav-actions .button,body[data-page=home] h1,body[data-page=home] h2,body[data-page=home] h3{font-family:var(--font-body);letter-spacing:0}body[data-page=home] h1,body[data-page=home] h2,body[data-page=home] h3{font-weight:720;text-wrap:balance}body[data-page=home] h1{max-width:760px;font-size:clamp(58px,5.25vw,78px);line-height:.99}body[data-page=home] h2{font-size:clamp(42px,4.1vw,64px);line-height:1.02}body[data-page=home] .eyebrow{color:#bff8ff;font-family:var(--font-mono);font-size:12px;letter-spacing:.08em;text-shadow:0 0 18px rgba(97,231,255,.45)}body[data-page=home] .accent-text{color:#d8ff4a;text-shadow:0 0 28px rgba(216,255,74,.12)}body[data-page=home] .button{border-radius:4px;font-family:var(--font-body);font-weight:750}body[data-page=home] .button.secondary{background:#0310197a;border-color:#cff3fa47;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}body[data-page=home] .home-page{overflow:clip;background:var(--world)}body[data-page=home] .landing-hero{min-height:760px!important;height:min(900px,calc(100svh - 14px))!important;background:var(--world)}body[data-page=home] .landing-hero .scene-bg{overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 87%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 87%,transparent 100%)}body[data-page=home] .landing-hero .scene-bg picture,body[data-page=home] .landing-hero .scene-bg img{position:absolute;inset:0}body[data-page=home] .landing-hero .scene-bg img{object-fit:cover!important;object-position:52% center!important;filter:saturate(.96) contrast(1.02);transform:scale(1.006)}body[data-page=home] .landing-hero:before{background:linear-gradient(90deg,#020c13f0,#020c13c9 36%,#020c1314 69%,#020c1342),linear-gradient(0deg,var(--world),rgba(3,17,26,.1) 32%,rgba(3,17,26,.12) 72%,rgba(3,17,26,.42))}body[data-page=home] .hero-copy{width:710px!important;max-width:58%!important;padding-top:88px!important}body[data-page=home] .hero-copy .lead{max-width:640px;color:#e0e9f1;font-size:18px;line-height:1.6;text-shadow:0 2px 18px rgba(0,0,0,.34)}body[data-page=home] .hero-fine{color:#bac8d3}body[data-page=home] .proof-strip{position:relative;z-index:4;margin-top:-52px;background:linear-gradient(90deg,#03111af0,#052632a3,#03111aeb);border-block:1px solid rgba(97,231,255,.13);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}body[data-page=home] .home-section{position:relative;isolation:isolate;min-height:clamp(720px,82svh,900px)!important;display:flex;align-items:center;padding:clamp(104px,10vw,154px) 0!important;overflow:clip;border:0!important;background:var(--world)!important}body[data-page=home] .home-section .home-container{z-index:3}body[data-page=home] .home-section>.scene-bg{display:none!important}body[data-page=home] .home-section:before,body[data-page=home] .home-section:after{content:"";position:absolute;inset:-2px;pointer-events:none}body[data-page=home] .home-section:before{z-index:0;background-repeat:no-repeat;background-size:cover;background-position:center;filter:saturate(.9) contrast(1.03);transform:scale(1.006)}body[data-page=home] .home-section:after{z-index:1;background:linear-gradient(to bottom,var(--world),rgba(3,17,26,.08) 18%,rgba(3,17,26,.08) 80%,var(--world)),linear-gradient(90deg,#020c13e6,#020c13b8 36%,#020c1338 68%,#020c1375)}body[data-page=home] .product-demo-section:before{background-image:url(/img/scene-control-room-1600.webp)}body[data-page=home] .beta-interest-band:before{background-image:url(/img/scene-dawn-1915.webp)}body[data-page=home] .origin-section:before{background-image:image-set(url(/img/scene-origin-narsen-1915.avif) type("image/avif"),url(/img/scene-origin-narsen-1915.webp) type("image/webp"))}body[data-page=home] .receipt-section:before{background-image:url(/img/scene-receipt-matteo-1672.webp)}body[data-page=home] .routing-section:before{background-image:url(/img/scene-routing-matteo-1672.webp)}body[data-page=home] .pricing-scene:before{background-image:url(/img/scene-capacity-matteo-1672.webp)}body[data-page=home] .trust-section:before{background-image:url(/img/scene-security-matteo-1915.webp)}body[data-page=home] .final-cta:before{background-image:image-set(url(/img/scene-forward-narsen-1915.avif) type("image/avif"),url(/img/scene-forward-narsen-1915.webp) type("image/webp"))}body[data-page=home] .product-demo-section:after{background:linear-gradient(to bottom,var(--world),transparent 18%,transparent 80%,var(--world)),linear-gradient(90deg,#020c13ed,#020c13c2 35%,#020c1352 67%,#020c138a)}body[data-page=home] .product-demo-grid{grid-template-columns:minmax(0,.82fr) minmax(500px,1.18fr);gap:clamp(46px,6vw,88px)}body[data-page=home] .home-copy,body[data-page=home] .product-demo-copy{text-shadow:0 2px 24px rgba(0,0,0,.4)}body[data-page=home] .product-app{border-color:#8fe7f438;background:#030f179e;box-shadow:0 32px 100px #00000057;-webkit-backdrop-filter:blur(18px) saturate(1.06);backdrop-filter:blur(18px) saturate(1.06)}body[data-page=home] .product-app-bar,body[data-page=home] .product-sidebar{background:#030e166b}body[data-page=home] .product-message,body[data-page=home] .product-decision,body[data-page=home] .product-result{background:#05121cbd}body[data-page=home] .beta-interest-band:after{background:linear-gradient(to bottom,var(--world),rgba(3,17,26,.12) 19%,rgba(3,17,26,.12) 79%,var(--world)),linear-gradient(90deg,#020c13e6,#020c139e 47%,#020c13bd)}body[data-page=home] .beta-interest-inner{align-items:center;gap:clamp(64px,9vw,132px)}body[data-page=home] .beta-interest-form{border:1px solid rgba(155,231,242,.2);border-radius:4px;background:#031019b8;box-shadow:0 34px 90px #00000057;-webkit-backdrop-filter:blur(22px) saturate(1.08);backdrop-filter:blur(22px) saturate(1.08)}body[data-page=home] .beta-interest-form input:not([type=checkbox]),body[data-page=home] .beta-interest-form select{background:#000a11a3}body[data-page=home] .origin-section:after{background:linear-gradient(to bottom,var(--world),transparent 17%,transparent 81%,var(--world)),linear-gradient(90deg,#020c13f0,#020c13b8 46%,#020c1342 74%,#020c136b)}body[data-page=home] .origin-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.48fr);gap:clamp(58px,8vw,126px);align-items:end}body[data-page=home] .origin-copy{max-width:740px;text-shadow:0 2px 24px rgba(0,0,0,.5)}body[data-page=home] .origin-copy .origin-lead{max-width:690px;margin-top:24px;color:#eef5f8;font-size:clamp(18px,1.6vw,22px);line-height:1.58}body[data-page=home] .origin-copy>p:last-of-type{max-width:650px;color:#c8d6de}body[data-page=home] .origin-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:clamp(34px,5vh,56px);border-block:1px solid rgba(188,238,246,.22)}body[data-page=home] .origin-values span{display:grid;gap:10px;padding:24px 22px 24px 0;color:#edf5f8;font-weight:700;border-right:1px solid rgba(188,238,246,.18)}body[data-page=home] .origin-values span+span{padding-left:22px}body[data-page=home] .origin-values span:last-child{border-right:0}body[data-page=home] .origin-values b{color:#cfff37;font-family:var(--font-mono);font-size:12px;letter-spacing:0;font-weight:800}body[data-page=home] .origin-route{display:grid;grid-template-columns:auto minmax(48px,1fr) auto;gap:16px;align-items:center;padding-bottom:6px;color:#e6f0f4;font-family:var(--font-mono);font-size:12px;font-weight:800;text-shadow:0 2px 18px rgba(0,0,0,.7)}body[data-page=home] .origin-route i{height:1px;background:linear-gradient(90deg,#cfff37,#cfff3724)}body[data-page=home] .home-pricing-grid{gap:0;margin-top:58px;border-block:1px solid rgba(188,238,246,.2)}body[data-page=home] .home-price-card,body[data-page=home] .home-price-card.is-featured{border:0;border-right:1px solid rgba(188,238,246,.18);border-radius:0;background:linear-gradient(180deg,#03111a80,#03111a24);box-shadow:none;transform:none;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}body[data-page=home] .home-price-card:last-child{border-right:0}body[data-page=home] .home-price-card,body[data-page=home] .home-price-card.is-featured{min-height:330px;padding:38px clamp(26px,3vw,46px)}body[data-page=home] .home-price-card.is-featured{background:linear-gradient(180deg,#25391d9e,#03111a57)}body[data-page=home] .home-price-card.is-featured:before{height:2px;border-radius:0}body[data-page=home] .receipt-section:after{background:linear-gradient(to bottom,var(--world),transparent 18%,transparent 80%,var(--world)),linear-gradient(90deg,#020c133d,#020c1342 42%,#020c13e0 69%,#020c13f5)}body[data-page=home] .receipt-layout{grid-template-columns:minmax(0,1fr) minmax(500px,.86fr);gap:34px}body[data-page=home] .receipt-layout .home-copy,body[data-page=home] .receipt-layout .task-report{grid-column:2}body[data-page=home] .task-report{border-color:#61e7ff40;border-radius:4px;background:#021018ab;box-shadow:0 32px 90px #00000057;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}body[data-page=home] .routing-section:after{background:linear-gradient(to bottom,var(--world),transparent 18%,transparent 80%,var(--world)),linear-gradient(90deg,#020c1333,#020c133d 45%,#020c13e6 68%,#020c13f5)}body[data-page=home] .routing-grid{display:block}body[data-page=home] .routing-grid>*{width:min(610px,49%);margin-left:auto}body[data-page=home] .routing-proof{margin-top:38px;padding:0;border:0;background:transparent;box-shadow:none}body[data-page=home] .route-row{border-color:#b8eff738}body[data-page=home] .capacity-meter{border-radius:4px;background:#0210188f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}body[data-page=home] .trust-section:after{background:linear-gradient(to bottom,var(--world),transparent 18%,transparent 79%,var(--world)),linear-gradient(90deg,#020c13e8,#020c13ad 44%,#020c1352 72%,#020c1375)}body[data-page=home] .trust-grid{align-items:center;gap:clamp(64px,8vw,126px)}body[data-page=home] .home-faq,body[data-page=home] .region-panel{border-radius:4px;background:#020e1694;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}body[data-page=home] .home-faq{padding:20px 28px;border:1px solid rgba(184,239,247,.18)}body[data-page=home] .home-faq details{background:transparent}body[data-page=home] .final-cta{min-height:680px!important}body[data-page=home] .final-cta:after{background:linear-gradient(to bottom,var(--world),rgba(3,17,26,.1) 20%,rgba(3,17,26,.14) 80%,var(--world)),linear-gradient(90deg,#020c13e6,#020c13a6 42%,#020c1314 70%)}body[data-page=home] .final-cta-inner{border:0;background:transparent;box-shadow:none}body[data-page=home] .footer{position:relative;z-index:4;margin-top:-1px;background:#020b11;border-top-color:#61e7ff1f}@media(max-width:1100px){body[data-page=home] .product-demo-grid{grid-template-columns:minmax(0,.86fr) minmax(430px,1.14fr);gap:34px}body[data-page=home] .receipt-layout{grid-template-columns:minmax(0,.75fr) minmax(460px,1.25fr)}body[data-page=home] .routing-grid>*{width:min(620px,58%)}}@media(max-width:820px){body[data-page=home] .landing-hero{height:820px!important}body[data-page=home] .hero-copy{max-width:70%!important}body[data-page=home] .home-section{min-height:0!important;padding-block:108px!important}body[data-page=home] .product-demo-grid,body[data-page=home] .beta-interest-inner,body[data-page=home] .trust-grid,body[data-page=home] .receipt-layout{grid-template-columns:1fr}body[data-page=home] .receipt-layout .home-copy,body[data-page=home] .receipt-layout .task-report{grid-column:1}body[data-page=home] .routing-grid>*{width:min(640px,78%)}}@media(max-width:700px){body[data-page=home] .topbar{background:#020c13d1}body[data-page=home] h1{font-size:clamp(43px,13vw,54px);line-height:1.01}body[data-page=home] h2{font-size:clamp(36px,10.5vw,46px);line-height:1.04}body[data-page=home] .landing-hero{height:auto!important;min-height:820px!important;align-items:flex-start}body[data-page=home] .landing-hero .scene-bg img{object-position:center bottom!important}body[data-page=home] .landing-hero:before{background:linear-gradient(180deg,rgba(2,12,19,.5),rgba(2,12,19,.88) 49%,rgba(2,12,19,.18) 74%,var(--world))}body[data-page=home] .hero-copy{width:auto!important;max-width:none!important;padding:96px 0 250px!important}body[data-page=home] .hero-copy .lead{font-size:17px}body[data-page=home] .home-section{padding-block:90px!important}body[data-page=home] .home-section:after{background:linear-gradient(to bottom,var(--world),rgba(3,17,26,.24) 18%,rgba(3,17,26,.52) 62%,var(--world)),linear-gradient(90deg,#020c13cc,#020c1357,#020c13ad)}body[data-page=home] .product-demo-section,body[data-page=home] .receipt-section,body[data-page=home] .routing-section,body[data-page=home] .pricing-scene,body[data-page=home] .trust-section{padding-top:350px!important}body[data-page=home] .product-demo-section:before,body[data-page=home] .receipt-section:before,body[data-page=home] .routing-section:before,body[data-page=home] .pricing-scene:before,body[data-page=home] .trust-section:before{background-size:auto 440px;background-position:center top;background-color:var(--world)}body[data-page=home] .product-demo-grid{grid-template-columns:1fr}body[data-page=home] .routing-grid>*{width:100%}body[data-page=home] .home-pricing-grid{border-bottom:0}body[data-page=home] .home-price-card,body[data-page=home] .home-price-card.is-featured{min-height:0;border-right:0;border-bottom:1px solid rgba(184,239,247,.18);background:#03111a8f}body[data-page=home] .home-faq{padding:12px 18px}body[data-page=home] .final-cta{min-height:760px!important;padding-bottom:320px!important;align-items:flex-start}body[data-page=home] .final-cta:before{background-position:70% bottom}}@media(prefers-reduced-motion:reduce){body[data-page=home] .landing-hero .scene-bg img,body[data-page=home] .home-section:before{transform:none}}body[data-page=home] .landing-hero{height:max(760px,calc(100svh - 76px))!important;max-height:none!important}body[data-page=home] .landing-hero .scene-bg img{object-fit:contain!important;object-position:50% 50%!important;transform:none}body[data-page=home] .home-section{min-height:clamp(620px,72svh,760px)!important;padding:clamp(82px,7vw,108px) 0!important}body[data-page=home] .final-cta{min-height:560px!important}body[data-page=home] .home-section:after{background:linear-gradient(to bottom,var(--world),rgba(3,17,26,.03) 16%,rgba(3,17,26,.04) 82%,var(--world)),linear-gradient(90deg,#020c13d1,#020c1394 36%,#020c131f 68%,#020c1357)}@media(max-width:700px){body[data-page=home] .landing-hero{min-height:780px!important;height:auto!important}body[data-page=home] .landing-hero .scene-bg img{object-fit:contain!important;object-position:50% 46%!important}body[data-page=home] .hero-copy{padding:88px 0 142px!important}body[data-page=home] .home-section{padding-block:76px!important}}@media(max-width:700px){body[data-page=home] .hero-copy{padding-bottom:96px!important}}html body[data-page=home] main.page>section.home-section.product-demo-section:before{background-image:url(/img/scene-control-room-1600.webp)!important}html body[data-page=home] main.page>section.home-section.beta-interest-band:before{background-image:url(/img/scene-dawn-1915.webp)!important}html body[data-page=home] main.page>section.home-section.origin-section:before{background-image:image-set(url(/img/scene-origin-narsen-1915.avif) type("image/avif"),url(/img/scene-origin-narsen-1915.webp) type("image/webp"))!important}html body[data-page=home] main.page>section.home-section.receipt-section:before{background-image:url(/img/scene-receipt-matteo-1672.webp)!important}html body[data-page=home] main.page>section.home-section.routing-section:before{background-image:url(/img/scene-routing-matteo-1672.webp)!important}html body[data-page=home] main.page>section.home-section.pricing-scene:before{background-image:url(/img/scene-capacity-matteo-1672.webp)!important}html body[data-page=home] main.page>section.home-section.trust-section:before{background-image:url(/img/scene-security-matteo-1915.webp)!important}html body[data-page=home] main.page>section.home-section.final-cta:before{background-image:image-set(url(/img/scene-forward-narsen-1915.avif) type("image/avif"),url(/img/scene-forward-narsen-1915.webp) type("image/webp"))!important}body[data-page=home]{--world-nav:84px;--font-display:"Space Grotesk",system-ui,sans-serif}html:has(body[data-page=home]){scroll-padding-top:var(--world-nav);scroll-snap-type:y proximity}body[data-page=home] .topbar .nav-inner,body[data-page=home] .topbar.is-shrunk .nav-inner{height:var(--world-nav)}body[data-page=home] .logo-word,body[data-page=home] .nav-links a,body[data-page=home] .nav-actions .button,body[data-page=home] h1,body[data-page=home] h2,body[data-page=home] h3,body[data-page=home] .button{font-family:var(--font-display);letter-spacing:0}body[data-page=home] .home-page:before{display:none}body[data-page=home] .home-container{width:min(1180px,calc(100% - clamp(40px,8vw,112px)));margin-inline:auto}html body[data-page=home] main.page>.landing-hero{box-sizing:border-box;width:100%;height:calc(100svh - var(--world-nav))!important;min-height:680px!important;max-height:none!important;display:flex;align-items:center;padding:0!important;overflow:clip;scroll-snap-align:start;scroll-margin-top:var(--world-nav)}body[data-page=home] .landing-hero .scene-bg,body[data-page=home] .landing-hero .scene-bg picture,body[data-page=home] .landing-hero .scene-bg img{position:absolute;inset:0!important;width:100%;height:100%;display:block;mask-image:none!important;-webkit-mask-image:none!important}body[data-page=home] .landing-hero .scene-bg img{object-fit:cover!important;object-position:58% center!important;opacity:1!important;transform:scale(1.002)}body[data-page=home] .landing-hero:before{background:linear-gradient(90deg,#020c13f0,#020c13c7 34%,#020c132e 63%,#020c132e),linear-gradient(0deg,rgba(2,12,19,.25),transparent 24%,transparent 84%,rgba(2,12,19,.12))}body[data-page=home] .landing-hero .hero-inner{height:100%;display:flex;align-items:center}body[data-page=home] .hero-copy{width:min(680px,57vw)!important;max-width:none!important;padding:0!important}body[data-page=home] h1{max-width:690px;font-size:clamp(52px,5.2vw,76px);line-height:.98}body[data-page=home] h2{font-size:clamp(40px,4vw,62px);line-height:1.01}html body[data-page=home] main.page>.proof-strip{position:relative;z-index:6;height:54px;margin-top:-54px!important;border:0;border-top:1px solid rgba(97,231,255,.14);background:#020c13a3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}html body[data-page=home] main.page>.proof-strip .proof-track{height:54px;padding:0;display:flex;align-items:center}html body[data-page=home] main.page>section.home-section{box-sizing:border-box;width:100%;min-height:calc(100svh - var(--world-nav))!important;display:flex;align-items:center;padding:clamp(48px,7svh,82px) 0!important;margin:0!important;overflow:clip;border:0!important;scroll-snap-align:start;scroll-margin-top:var(--world-nav)}body[data-page=home] .home-section:before{inset:-1px!important;background-size:cover!important;background-position:center!important}body[data-page=home] .home-section:after{inset:-1px!important;background:linear-gradient(90deg,#020c13e0,#020c139e 38%,#020c1333 68%,#020c134d),linear-gradient(180deg,rgba(2,12,19,.24),transparent 8%,transparent 92%,rgba(2,12,19,.28))!important}body[data-page=home] .product-demo-grid{grid-template-columns:minmax(0,.82fr) minmax(450px,1.18fr);gap:clamp(38px,5vw,72px)}body[data-page=home] .product-app{max-height:min(62svh,570px);overflow:hidden}body[data-page=home] .beta-interest-inner{grid-template-columns:minmax(0,.84fr) minmax(480px,1.16fr);gap:clamp(54px,7vw,100px);padding:0}body[data-page=home] .beta-interest-form{box-sizing:border-box;width:100%;min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:clamp(22px,2.4vw,30px)}body[data-page=home] .beta-interest-form>label:first-child,body[data-page=home] .beta-interest-consent,body[data-page=home] .beta-interest-form .beta-interest-submit,body[data-page=home] .beta-interest-meta,body[data-page=home] .beta-interest-status{grid-column:1/-1;grid-row:auto}body[data-page=home] .beta-interest-form .beta-interest-submit{width:100%;min-width:0;min-height:54px}body[data-page=home] .home-pricing-grid{margin-top:clamp(34px,5vh,58px)}body[data-page=home] .home-price-card,body[data-page=home] .home-price-card.is-featured{min-height:0;padding:clamp(26px,3vw,40px)}body[data-page=home] .receipt-layout{grid-template-columns:minmax(0,1fr) minmax(460px,.88fr)}body[data-page=home] .routing-grid>*{width:min(600px,50%)}body[data-page=home] .final-cta{min-height:calc(100svh - var(--world-nav))!important}@media(max-width:1100px){body[data-page=home] .product-demo-grid{grid-template-columns:minmax(0,.9fr) minmax(400px,1.1fr);gap:30px}body[data-page=home] .beta-interest-inner{grid-template-columns:minmax(0,.78fr) minmax(440px,1.22fr);gap:40px}}@media(max-width:860px){body[data-page=home]{--world-nav:72px}body[data-page=home] .landing-hero .scene-bg img{object-position:62% center!important}body[data-page=home] .hero-copy{width:min(600px,72vw)!important}body[data-page=home] .product-demo-grid,body[data-page=home] .beta-interest-inner,body[data-page=home] .origin-layout,body[data-page=home] .trust-grid,body[data-page=home] .receipt-layout{grid-template-columns:1fr}body[data-page=home] .product-app{max-width:680px;max-height:none}body[data-page=home] .receipt-layout .home-copy,body[data-page=home] .receipt-layout .task-report{grid-column:1;max-width:620px;margin-left:auto}body[data-page=home] .origin-route{max-width:620px}body[data-page=home] .routing-grid>*{width:min(620px,72%)}}@media(max-width:700px){html:has(body[data-page=home]){scroll-snap-type:none}html body[data-page=home] main.page>.landing-hero{height:auto!important;min-height:0!important;align-items:stretch}body[data-page=home] .landing-hero .hero-inner{height:auto;min-height:calc(100svh - var(--world-nav));align-items:flex-start}body[data-page=home] .landing-hero .hero-copy{padding-bottom:28px!important}body[data-page=home]{--world-nav:68px}body[data-page=home] .landing-hero h1{font-size:clamp(38px,10.2vw,42px);line-height:1}body[data-page=home] h2{font-size:clamp(35px,10.4vw,46px);line-height:1.03}body[data-page=home] .home-container{width:calc(100% - 32px)}html body[data-page=home] main.page>.landing-hero{min-height:700px!important;align-items:center}body[data-page=home] .landing-hero .scene-bg img{object-fit:cover!important;object-position:50% center!important}body[data-page=home] .landing-hero:before{background:linear-gradient(180deg,#020c132e,#020c13d6 58%,#020c137a),linear-gradient(90deg,#020c1370,#020c1314)}body[data-page=home] .hero-copy{width:100%!important;padding-top:clamp(145px,19svh,165px)!important}body[data-page=home] .hero-copy .lead{font-size:16px;line-height:1.5;margin-top:18px}body[data-page=home] .hero-copy .actions{gap:8px;margin-top:20px}body[data-page=home] .hero-fine{font-size:12.5px;line-height:1.45;margin-top:12px}html body[data-page=home] main.page>.proof-strip,html body[data-page=home] main.page>.proof-strip .proof-track{height:48px}html body[data-page=home] main.page>.proof-strip{margin-top:-48px!important}html body[data-page=home] main.page>section.home-section{padding-block:64px!important;overflow:hidden}body[data-page=home] .home-section:after,body[data-page=home] .receipt-section:after,body[data-page=home] .routing-section:after,body[data-page=home] .beta-interest-band:after{background:linear-gradient(180deg,#020c1329,#020c13ad 42%,#020c13e6),linear-gradient(90deg,#020c138a,#020c1333)!important}body[data-page=home] .product-demo-grid,body[data-page=home] .beta-interest-inner,body[data-page=home] .origin-layout,body[data-page=home] .trust-grid,body[data-page=home] .receipt-layout{gap:34px}body[data-page=home] .footer{padding:20px 16px 12px}body[data-page=home] .footer-grid{gap:16px 10px}body[data-page=home] .footer-bottom{margin-top:16px;padding-top:16px}body[data-page=home] .product-app{max-height:500px}body[data-page=home] .beta-interest-form{grid-template-columns:1fr;padding:20px}body[data-page=home] .beta-interest-form>*{grid-column:1}body[data-page=home] .origin-values{grid-template-columns:1fr}body[data-page=home] .origin-values span,body[data-page=home] .origin-values span+span{padding:17px 0;border-right:0;border-bottom:1px solid rgba(188,238,246,.18)}body[data-page=home] .origin-values span:last-child{border-bottom:0}body[data-page=home] .origin-route{grid-template-columns:1fr;gap:10px}body[data-page=home] .origin-route i{width:70px}body[data-page=home] .routing-grid>*{width:100%}}@media(max-height:760px)and (min-width:861px){html body[data-page=home] main.page>.landing-hero{min-height:620px!important}body[data-page=home] h1{font-size:clamp(46px,4.7vw,66px)}html body[data-page=home] main.page>section.home-section{padding-block:42px!important}}@media(prefers-reduced-motion:reduce){html:has(body[data-page=home]){scroll-snap-type:none}}html body[data-page=home] main#main.page.home-page>section.hero.scene.landing-hero:before{background:linear-gradient(90deg,#020c13f0,#020c13c7 34%,#020c132e 63%,#020c132e),linear-gradient(0deg,rgba(2,12,19,.25),transparent 24%,transparent 84%,rgba(2,12,19,.12))!important}html body[data-page=home] main#main.page.home-page>section.home-section.product-demo-section,html body[data-page=home] main#main.page.home-page>section.home-section.beta-interest-band,html body[data-page=home] main#main.page.home-page>section.home-section.origin-section,html body[data-page=home] main#main.page.home-page>section.home-section.receipt-section,html body[data-page=home] main#main.page.home-page>section.home-section.routing-section,html body[data-page=home] main#main.page.home-page>section.home-section.pricing-scene,html body[data-page=home] main#main.page.home-page>section.home-section.trust-section,html body[data-page=home] main#main.page.home-page>section.home-section.final-cta{min-height:calc(100svh - var(--world-nav))!important}html body[data-page=home] main#main.page.home-page>section.home-section:before,html body[data-page=home] main#main.page.home-page>section.home-section:after{width:auto!important;height:auto!important}html body[data-page=home] main#main.page.home-page>section.home-section:before{background-repeat:no-repeat!important;background-size:cover!important;background-position:center center!important;background-color:var(--world)!important}@media(max-width:700px){html body[data-page=home] main.page>section.home-section.origin-section:before{background-image:image-set(url(/img/scene-origin-narsen-900.avif) type("image/avif"),url(/img/scene-origin-narsen-900.webp) type("image/webp"))!important}html body[data-page=home] main.page>section.home-section.final-cta:before{background-image:image-set(url(/img/scene-forward-narsen-900.avif) type("image/avif"),url(/img/scene-forward-narsen-900.webp) type("image/webp"))!important}body[data-page=home] .footer-grid h2{font-size:.88rem;line-height:1.2;letter-spacing:0;overflow-wrap:anywhere}}.story-page{background:#030b12}.story-container,.document-container{width:min(var(--container),calc(100% - var(--gutter) * 2));margin-inline:auto}.story-hero{position:relative;min-height:min(780px,86svh);display:grid;align-items:end;overflow:hidden;isolation:isolate}.story-hero-media,.story-hero-media img,.story-hero-shade{position:absolute;inset:0;width:100%;height:100%}.story-hero-media{z-index:-2}.story-hero-media img{object-fit:cover;object-position:center 62%}.story-hero-shade{z-index:-1;background:linear-gradient(90deg,#020a10f5,#020a10c7 38%,#020a102e 70%,#020a1014),linear-gradient(0deg,#030b12,#030b1238,#030b1214)}.story-hero-copy{padding-block:clamp(150px,22vh,230px) clamp(66px,9vh,96px)}.story-hero-copy h1{max-width:850px;font-size:clamp(3.5rem,7.6vw,7.2rem);line-height:.94;letter-spacing:-.045em}.story-hero-copy .lead{max-width:720px;margin:26px 0 0;color:#e8f0f6;font-size:clamp(1.08rem,1.55vw,1.36rem)}.story-photo-note{margin-top:34px;font:700 .72rem/1 var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:#b7c7d2}.story-intro,.story-place,.story-seasons,.story-values{padding-block:clamp(82px,10vw,146px)}.story-intro{background:linear-gradient(180deg,#030b12,#06141d)}.story-intro-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,.68fr);gap:clamp(48px,9vw,132px);align-items:center}.story-copy h2,.story-place-heading h2,.story-seasons-heading h2,.story-values>.story-container>h2,.story-close-grid h2{max-width:820px;margin-block:12px 22px}.story-copy p:not(.eyebrow),.story-place-heading>p:last-child,.story-principle p,.story-close-grid p{font-size:clamp(1.04rem,1.25vw,1.18rem);line-height:1.72;color:#becbd5}.story-matteo{margin:0;min-height:470px;display:grid;place-items:end center;border-bottom:1px solid rgba(97,231,255,.24);background:radial-gradient(circle at 50% 70%,rgba(97,231,255,.12),transparent 54%)}.story-matteo img{width:min(100%,520px);max-height:500px;object-fit:contain}.story-matteo figcaption,.documentary-grid figcaption,.seasons-grid figcaption{width:100%;padding-block:13px;color:#9eafbd;font:600 .78rem/1.45 var(--font-mono)}.story-place{background:#07131b}.story-place-heading{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.62fr);gap:clamp(40px,8vw,110px);align-items:end;margin-bottom:58px}.story-place-heading .eyebrow{grid-column:1 / -1;margin-bottom:-18px}.documentary-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(260px,.75fr);gap:18px;align-items:stretch}.documentary-grid figure,.seasons-grid figure{margin:0;overflow:hidden}.documentary-grid picture,.documentary-grid img,.seasons-grid picture,.seasons-grid img{display:block;width:100%;height:100%}.documentary-grid img,.seasons-grid img{object-fit:cover;border:1px solid rgba(117,210,227,.18);border-radius:4px}.documentary-main img{aspect-ratio:4 / 3}.documentary-portrait img{aspect-ratio:3 / 4}.documentary-grid figcaption{display:flex;gap:18px}.documentary-grid figcaption b{color:var(--lime)}.story-principle{display:grid;grid-template-columns:1fr minmax(300px,.72fr);margin-top:34px}.story-principle p{grid-column:2;margin:0;padding-left:26px;border-left:2px solid var(--lime);color:#e4ecf1}.story-seasons{background:#020b11}.story-seasons-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:46px}.story-seasons-heading h2{max-width:760px}.seasons-grid{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(280px,.78fr);gap:18px;align-items:end}.seasons-grid img{aspect-ratio:4 / 3}.story-winter-cameo{width:82%;margin-left:auto!important}.story-winter-cameo figcaption{max-width:46ch}.story-values{background:linear-gradient(180deg,#06131c,#030b12)}.story-value-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:48px;border-block:1px solid rgba(116,224,244,.22)}.story-value-grid article{min-height:230px;padding:28px;border-right:1px solid rgba(116,224,244,.22)}.story-value-grid article:last-child{border-right:0}.story-value-grid span{color:var(--lime);font:800 .76rem/1 var(--font-mono)}.story-value-grid h3{margin:42px 0 12px;color:var(--ink);font-size:1.24rem}.story-value-grid p{margin:0;color:#b8c7d4}.story-close-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(48px,8vw,100px);align-items:end;margin-top:clamp(80px,10vw,130px)}.story-close-grid .actions{margin-top:30px}@media(max-width:820px){.story-container,.document-container{width:min(100% - 32px,680px)}.story-hero{min-height:720px}.story-hero-shade{background:linear-gradient(0deg,#030b12,#020a10d6 52%,#020a1026)}.story-hero-media img{object-position:57% center}.story-hero-copy h1{font-size:clamp(3.05rem,14vw,5rem)}.story-intro-grid,.story-place-heading,.documentary-grid,.seasons-grid,.story-value-grid,.story-close-grid{grid-template-columns:1fr}.story-place-heading .eyebrow{grid-column:auto;margin-bottom:0}.story-matteo{min-height:360px}.documentary-portrait img{aspect-ratio:4 / 3;object-position:center 62%}.story-principle{grid-template-columns:1fr}.story-principle p{grid-column:1}.story-seasons-heading{display:block}.story-value-grid article{min-height:0;border-right:0;border-bottom:1px solid rgba(116,224,244,.22)}.story-value-grid article:last-child{border-bottom:0}.story-winter-cameo{width:100%}}.document-page{position:relative;isolation:isolate;overflow:clip;background:#061018}.document-page:before{content:"";position:absolute;inset:min(660px,72svh) 0 0;z-index:-1;pointer-events:none;background-position:center top;background-repeat:no-repeat;background-size:min(1450px,112vw) auto;opacity:.115;filter:saturate(.78) contrast(1.06);-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 14%,#000 56%,transparent 94%);mask-image:linear-gradient(180deg,transparent 0,#000 14%,#000 56%,transparent 94%)}body[data-page=privacy] .document-page:before{background-image:image-set(url(/img/scene-vault-1600.avif) type("image/avif"),url(/img/scene-vault-1600.webp) type("image/webp"))}body[data-page=terms] .document-page:before{background-image:image-set(url(/img/scene-workshop-1600.avif) type("image/avif"),url(/img/scene-workshop-1600.webp) type("image/webp"))}.policy-hero{position:relative;min-height:min(660px,72svh);display:grid;align-items:end;isolation:isolate;overflow:hidden;padding-block:clamp(110px,14vw,178px) clamp(64px,8vw,96px);border-bottom:1px solid rgba(127,213,229,.18);background:#061018}.policy-hero-media,.policy-hero-media img,.policy-hero-shade{position:absolute;inset:0;width:100%;height:100%}.policy-hero-media{z-index:-2}.policy-hero-media img{object-fit:cover;object-position:62% center;filter:saturate(.86) contrast(1.04) brightness(.78)}.policy-hero-shade{z-index:-1;background:linear-gradient(90deg,#030b12fa,#030b12d9 43%,#030b123d 78%),linear-gradient(0deg,#061018 0%,transparent 52%)}body[data-page=terms] .policy-hero-media img{object-position:54% center;filter:saturate(.96) contrast(1.05) brightness(1.02);transform:scaleX(-1)}body[data-page=terms] .policy-hero-shade{background:linear-gradient(90deg,#030b12ed,#030b12b8 44%,#030b121a 78%),linear-gradient(0deg,#061018 0%,transparent 54%)}.policy-hero-terms{background:#061018}.policy-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:clamp(46px,10vw,140px);align-items:end}.policy-hero h1{max-width:850px;font-size:clamp(3.2rem,6vw,6rem);line-height:.98}.policy-hero .lead{max-width:720px;margin-top:24px;color:#dbe6ed}.policy-status{padding:18px 0 4px;border-top:2px solid var(--lime);display:grid;gap:8px}.policy-status span,.policy-status small{color:#9fb1be;font:700 .72rem/1.35 var(--font-mono);text-transform:uppercase;letter-spacing:.1em}.policy-status strong{color:var(--ink);font-size:1.1rem}.document-layout{position:relative;z-index:1;display:grid;grid-template-columns:220px minmax(0,780px);justify-content:space-between;gap:clamp(54px,10vw,150px);padding-block:clamp(70px,9vw,130px)}.document-toc{position:sticky;top:104px;align-self:start;display:grid;gap:9px;padding-top:16px;border-top:1px solid rgba(127,213,229,.24)}.document-toc p{margin:0 0 8px;color:var(--ink);font:800 .75rem/1 var(--font-mono);text-transform:uppercase;letter-spacing:.11em}.document-toc a{color:#96a9b7;padding-block:5px;font-size:.9rem}.document-toc a:hover{color:var(--lime)}.document-content section{position:relative;padding:0 0 clamp(64px,8vw,94px);margin-bottom:clamp(64px,8vw,94px);border-bottom:1px solid rgba(127,213,229,.16)}.document-content section:last-child{margin-bottom:0}.document-number{display:block;margin-bottom:24px;color:var(--lime);font:800 .74rem/1 var(--font-mono)}.document-content h2{max-width:680px;font-size:clamp(2.15rem,4.2vw,4rem)}.document-content p,.document-content li{color:#bdcad3;font-size:clamp(1rem,1.25vw,1.12rem);line-height:1.72}.document-content p{max-width:700px}.document-content ul{display:grid;gap:18px;margin:32px 0 0;padding:0;list-style:none}.document-content li{padding-left:22px;border-left:2px solid rgba(97,231,255,.34)}.document-content li b{color:var(--ink)}.document-content a{color:#d8ff4a;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.document-contact{padding:clamp(38px,5vw,58px)!important;border:1px solid rgba(216,255,74,.32)!important;background:#0a161d94}.trust-page{background:#030b12}.trust-hero{position:relative;min-height:min(760px,84svh);display:grid;align-items:end;isolation:isolate;overflow:hidden}.trust-hero-media,.trust-hero-media img,.trust-hero-shade{position:absolute;inset:0;width:100%;height:100%}.trust-hero-media{z-index:-2}.trust-hero-media img{object-fit:cover;object-position:center}.trust-hero-shade{z-index:-1;background:linear-gradient(90deg,#02090ff2,#02090fb8 46%,#02090f29),linear-gradient(0deg,#030b12,transparent 46%)}.trust-hero-copy{padding-block:150px 74px}.trust-hero h1{max-width:900px;font-size:clamp(3.4rem,7vw,6.8rem);line-height:.94}.trust-hero .lead{max-width:730px;margin-top:26px;color:#e1eaf0}.trust-facts{display:flex;flex-wrap:wrap;gap:12px 28px;margin-top:36px;padding-top:22px;border-top:1px solid rgba(127,213,229,.26);color:#c0ced7;font:700 .78rem/1.45 var(--font-mono)}.trust-facts b{color:var(--lime);margin-right:7px}.trust-band{padding-block:clamp(70px,9vw,120px);border-bottom:1px solid rgba(127,213,229,.16)}.trust-intro{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.65fr);gap:80px;align-items:end}.trust-intro .eyebrow{grid-column:1 / -1;margin-bottom:-42px}.trust-intro p:last-child{font-size:1.08rem;color:#b9c8d1}.trust-chapters{position:relative;isolation:isolate;overflow:hidden;padding-block:clamp(70px,9vw,126px)}.trust-chapters:before{content:"";position:absolute;inset:6% -6% 2% 26%;z-index:-1;pointer-events:none;background:image-set(url(/img/scene-security-matteo-1915.avif) type("image/avif"),url(/img/scene-security-matteo-1915.webp) type("image/webp")) center / cover no-repeat;opacity:.12;filter:saturate(.78) contrast(1.08);-webkit-mask-image:radial-gradient(ellipse at 70% 46%,#000 0,rgba(0,0,0,.9) 38%,transparent 76%);mask-image:radial-gradient(ellipse at 70% 46%,#000 0,rgba(0,0,0,.9) 38%,transparent 76%)}.trust-chapter{display:grid;grid-template-columns:80px minmax(0,760px);gap:clamp(30px,7vw,110px);padding-block:clamp(52px,7vw,84px);border-top:1px solid rgba(127,213,229,.18)}.trust-chapter>span{color:var(--lime);font:800 .76rem/1 var(--font-mono)}.trust-chapter h2{font-size:clamp(2rem,4vw,3.7rem)}.trust-chapter p{color:#b8c7d1;font-size:1.08rem}.trust-chapter a{color:var(--lime)}.trust-close{padding-block:clamp(74px,10vw,138px);background:#06141d}.trust-close>.document-container{display:grid;grid-template-columns:1fr 1fr;gap:clamp(44px,8vw,100px);align-items:end}.trust-close p{color:#becbd4}.trust-close .button{margin-top:22px}@media(max-width:820px){.policy-hero-grid,.document-layout,.trust-intro,.trust-close>.document-container{grid-template-columns:1fr}.policy-hero{padding-top:96px}.policy-hero h1{font-size:clamp(2.9rem,13vw,4.8rem)}.policy-status{max-width:280px}.document-toc{position:static;grid-template-columns:repeat(2,1fr);padding-bottom:26px;border-bottom:1px solid rgba(127,213,229,.2)}.document-toc p{grid-column:1 / -1}.document-contact{padding:28px 22px!important}.trust-hero{min-height:720px}.trust-hero-shade{background:linear-gradient(0deg,#030b12,#02090fd6 55%,#02090f2e)}.trust-hero h1{font-size:clamp(3rem,13vw,5rem)}.trust-intro .eyebrow{grid-column:auto;margin-bottom:0}.trust-chapter{grid-template-columns:42px minmax(0,1fr)}}html body[data-page=home] main#main.page.home-page>section.home-section.origin-teaser{display:block!important;min-height:0!important;padding-block:clamp(58px,6vw,82px)!important;background:#07121a;color:var(--ink)}html body[data-page=home] main.page>section.home-section.origin-teaser:before,html body[data-page=home] main.page>section.home-section.origin-teaser:after{display:none!important}.origin-teaser-layout{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1fr);gap:clamp(34px,7vw,92px);align-items:center}.origin-teaser-media{display:block;overflow:hidden;min-height:260px;max-height:330px;border:1px solid rgba(127,213,229,.18)}.origin-teaser-media img{display:block;width:100%;height:100%;min-height:260px;object-fit:cover;object-position:center 44%;filter:saturate(.86) contrast(1.04) brightness(.82);transition:transform .65s cubic-bezier(.2,.7,.2,1),filter .3s ease}.origin-teaser:hover .origin-teaser-media img{transform:scale(1.018);filter:saturate(.95) contrast(1.04) brightness(.9)}.origin-teaser-copy{max-width:670px}.origin-teaser-copy h2{max-width:660px;margin-block:12px 20px;font-size:clamp(2.4rem,4.2vw,4.5rem);line-height:1}.origin-teaser-copy>p:not(.eyebrow){max-width:58ch;margin-bottom:24px;color:#bdcbd4;font-size:clamp(1rem,1.2vw,1.12rem);line-height:1.68}.origin-teaser-copy .text-link{color:var(--lime);font-weight:800;text-decoration:none}.origin-teaser-copy .text-link:hover{text-decoration:underline;text-underline-offset:5px}@media(max-width:820px){.policy-hero{min-height:680px}.policy-hero-media img{object-position:67% center}.policy-hero-shade{background:linear-gradient(0deg,#061018,#030b12d1 58%,#030b1238)}body[data-page=terms] .policy-hero-media img{object-position:left center}body[data-page=terms] .policy-hero-shade{background:linear-gradient(0deg,#061018,#030b12a8 58%,#030b1214),linear-gradient(90deg,#030b12cc,#030b1229)}.document-page:before{opacity:.08;background-size:auto 860px}.origin-teaser-layout{grid-template-columns:1fr;gap:28px}.origin-teaser-media{min-height:230px;max-height:300px}.origin-teaser-media img{min-height:230px}}@media(max-width:540px){.origin-teaser{padding-block:52px!important}.origin-teaser-copy h2{font-size:clamp(2.3rem,12vw,3.4rem)}}body:not([data-page=home]):not(.fee-auth) main.page{background:radial-gradient(circle at 82% 8%,rgba(97,231,255,.08),transparent 34rem),#061018}body:not([data-page=home]):not(.fee-auth) main.page>.sub-hero{min-height:min(740px,calc(100svh - 72px))!important;padding:clamp(112px,11vw,154px) var(--page-pad) clamp(72px,8vw,104px)!important;display:grid;align-items:center;border-bottom:1px solid rgba(127,213,229,.2);background-color:#061018}body:not([data-page=home]):not(.fee-auth) main.page>.sub-hero .scene-bg{inset:0!important}body:not([data-page=home]):not(.fee-auth) main.page>.sub-hero .scene-bg:before,body:not([data-page=home]):not(.fee-auth) main.page>.sub-hero .scene-bg:after{content:none!important}body:not([data-page=home]):not(.fee-auth) main.page>.sub-hero .scene-bg img{width:100%;height:100%;object-fit:cover;opacity:.9!important;filter:saturate(1.02) contrast(1.06) brightness(.84)!important;transform:none!important;-webkit-mask-image:none!important;mask-image:none!important}body:not([data-page=home]):not(.fee-auth) main.page>.sub-hero[data-side=right] .scene-bg img{object-position:72% center!important}body:not([data-page=home]):not(.fee-auth) main.page>.sub-hero[data-side=left] .scene-bg img{object-position:28% center!important}body:not([data-page=home]):not(.fee-auth) main.page>.sub-hero:before{background:linear-gradient(90deg,#030a11fa,#030a11db 37%,#030a1133 71%,#030a1157),linear-gradient(180deg,rgba(3,10,17,.22),transparent 45%,#061018 100%)!important}body:not([data-page=home]):not(.fee-auth) main.page>.sub-hero[data-side=left]:before{background:linear-gradient(90deg,#030a1147,#030a1129 29%,#030a11d6 62%,#030a11fa),linear-gradient(180deg,rgba(3,10,17,.2),transparent 45%,#061018 100%)!important}body:not([data-page=home]):not(.fee-auth) main.page>.sub-hero[data-side=center]:before{background:linear-gradient(90deg,#030a11c2,#030a11a3 50%,#030a11c2),linear-gradient(180deg,rgba(3,10,17,.2),transparent 38%,#061018 100%)!important}body:not([data-page=home]):not(.fee-auth) .sub-hero .scene-inner{width:min(var(--maxw),100%)}body:not([data-page=home]):not(.fee-auth) .sub-hero .scene-copy{width:min(720px,100%);max-width:720px;margin:0!important}body:not([data-page=home]):not(.fee-auth) .sub-hero .scene-copy:before{content:none!important;opacity:0!important}body:not([data-page=home]):not(.fee-auth) .sub-hero h1,.policy-hero h1,.trust-hero h1,.story-hero h1{max-width:12ch;font-family:var(--font-display);font-size:76px;font-weight:780;line-height:.96;letter-spacing:0;text-wrap:balance}body:not([data-page=home]):not(.fee-auth) .sub-hero .lead,.policy-hero .lead,.trust-hero .lead,.story-hero .lead{max-width:650px;color:#d8e4eb;font-size:18px;line-height:1.62}body:not([data-page=home]):not(.fee-auth) .sub-hero .eyebrow,.policy-hero .eyebrow,.trust-hero .eyebrow,.story-hero .eyebrow{display:flex;align-items:center;gap:10px}body:not([data-page=home]):not(.fee-auth) .sub-hero .eyebrow:before,.policy-hero .eyebrow:before,.trust-hero .eyebrow:before,.story-hero .eyebrow:before{content:"";width:28px;height:2px;flex:0 0 auto;background:var(--lime);box-shadow:0 0 16px #d8ff4a59}body:not([data-page=home]):not(.fee-auth) main.page>.sub-hero:has(.price-grid),body:not([data-page=home]):not(.fee-auth) main.page>.sub-hero:has(.tool-grid),body:not([data-page=home]):not(.fee-auth) main.page>.sub-hero:has(.beta-form),body:not([data-page=home]):not(.fee-auth) main.page>.sub-hero:has(.status-summary){min-height:0!important}body:not([data-page=home]):not(.fee-auth) .sub-hero:has(.price-grid) .scene-copy,body:not([data-page=home]):not(.fee-auth) .sub-hero:has(.tool-grid) .scene-copy,body:not([data-page=home]):not(.fee-auth) .sub-hero:has(.beta-form) .scene-copy,body:not([data-page=home]):not(.fee-auth) .sub-hero:has(.status-summary) .scene-copy{width:min(1180px,100%);max-width:1180px}body[data-page=account] main.page>.sub-hero{background-color:#061018!important;background-image:linear-gradient(90deg,#030a11fa,#030a11d1 40%,#030a112e 74%),url(/img/scene-vault-1600.webp)!important;background-position:center,72% center!important;background-size:cover!important;background-repeat:no-repeat!important}body[data-page=verify] main.page>.sub-hero{background-color:#061018!important;background-image:linear-gradient(90deg,#030a11fa,#030a11cc 42%,#030a1129 76%),url(/img/scene-control-room-1600.webp)!important;background-position:center,74% center!important;background-size:cover!important;background-repeat:no-repeat!important}body[data-page="404"] main.page>.sub-hero{background-color:#061018!important;background-image:linear-gradient(90deg,#030a11fa,#030a11cc 42%,#030a1124 76%),url(/img/scene-dawn-matteo-1915.webp)!important;background-position:center,74% center!important;background-size:cover!important;background-repeat:no-repeat!important}.policy-hero,.trust-hero,.story-hero{min-height:min(760px,calc(100svh - 72px));border-bottom:1px solid rgba(127,213,229,.2)}.policy-hero-media img,.trust-hero-media img,.story-hero-media img{filter:saturate(.96) contrast(1.06) brightness(.84)}.policy-hero-shade,.trust-hero-shade,.story-hero-shade{background:linear-gradient(90deg,#030a11fa,#030a11d1 42%,#030a1129 78%),linear-gradient(180deg,rgba(3,10,17,.15),transparent 44%,#061018 100%)}body:not([data-page=home]):not(.fee-auth) main.page>.scene:not(.sub-hero) .scene-bg img{opacity:.58!important;filter:saturate(.92) contrast(1.04) brightness(.76)!important}@media(max-width:1100px){body:not([data-page=home]):not(.fee-auth) .sub-hero h1,.policy-hero h1,.trust-hero h1,.story-hero h1{font-size:60px}}@media(max-width:820px){body:not([data-page=home]):not(.fee-auth) main.page>.sub-hero{min-height:640px!important;padding:104px 20px 62px!important;align-items:end}body:not([data-page=home]):not(.fee-auth) main.page>.sub-hero .scene-bg img{opacity:.72!important;object-position:62% top!important;filter:saturate(1) contrast(1.04) brightness(.76)!important}body:not([data-page=home]):not(.fee-auth) main.page>.sub-hero:before,body:not([data-page=home]):not(.fee-auth) main.page>.sub-hero[data-side=left]:before,body:not([data-page=home]):not(.fee-auth) main.page>.sub-hero[data-side=center]:before{background:linear-gradient(180deg,#030a112e,#030a1180 38%,#030a11f5 72%,#061018),linear-gradient(90deg,#030a118f,#030a111f)!important}body:not([data-page=home]):not(.fee-auth) .sub-hero .scene-inner,body:not([data-page=home]):not(.fee-auth) .sub-hero .scene-copy{display:block;width:100%;max-width:none}body:not([data-page=home]):not(.fee-auth) .sub-hero h1,.policy-hero h1,.trust-hero h1,.story-hero h1{max-width:13ch;font-size:46px}body:not([data-page=home]):not(.fee-auth) .sub-hero .lead,.policy-hero .lead,.trust-hero .lead,.story-hero .lead{font-size:16px}body[data-page=account] main.page>.sub-hero,body[data-page=verify] main.page>.sub-hero,body[data-page="404"] main.page>.sub-hero{background-position:62% top}.policy-hero,.trust-hero,.story-hero{min-height:680px}body:not([data-page=home]):not(.fee-auth) main.page>.sub-hero:has(.price-grid),body:not([data-page=home]):not(.fee-auth) main.page>.sub-hero:has(.tool-grid),body:not([data-page=home]):not(.fee-auth) main.page>.sub-hero:has(.beta-form),body:not([data-page=home]):not(.fee-auth) main.page>.sub-hero:has(.status-summary){min-height:0!important}body:not([data-page=home]):not(.fee-auth) main.page>.sub-hero:has(.beta-form){padding:48px 20px 40px!important;align-items:start}.policy-hero-shade,.trust-hero-shade,.story-hero-shade{background:linear-gradient(180deg,#030a1129,#030a119e 48%,#061018)}}html body[data-page=account] main.page>section.scene.account-scene:not(.landing-hero):not(:has(.scene-bg)),html body[data-page=verify] main.page>section.scene.sub-hero:not(.landing-hero):not(:has(.scene-bg)),html body[data-page="404"] main.page>section.scene.sub-hero:not(.landing-hero):not(:has(.scene-bg)){min-height:min(740px,calc(100svh - 72px))!important;padding:clamp(112px,11vw,154px) var(--page-pad) clamp(72px,8vw,104px)!important;display:grid;align-items:center;border-bottom:1px solid rgba(127,213,229,.2);background-color:#061018!important;background-size:cover!important;background-repeat:no-repeat!important}html body[data-page=account] main.page>section.scene.account-scene:not(.landing-hero):not(:has(.scene-bg)){background-image:linear-gradient(90deg,#030a11fa,#030a11d1 40%,#030a111f 76%),url(/img/scene-vault-1600.webp)!important;background-position:center,72% center!important}html body[data-page=verify] main.page>section.scene.sub-hero:not(.landing-hero):not(:has(.scene-bg)){background-image:linear-gradient(90deg,#030a11fa,#030a11cc 42%,#030a111a 78%),url(/img/scene-control-room-1600.webp)!important;background-position:center,74% center!important}html body[data-page="404"] main.page>section.scene.sub-hero:not(.landing-hero):not(:has(.scene-bg)){background-image:linear-gradient(90deg,#030a11fa,#030a11c7 40%,#030a1114 76%),url(/img/scene-dawn-matteo-1915.webp)!important;background-position:center,68% center!important}html body[data-page=account] main.page>section.scene.account-scene:not(.landing-hero):not(:has(.scene-bg)):before,html body[data-page=verify] main.page>section.scene.sub-hero:not(.landing-hero):not(:has(.scene-bg)):before,html body[data-page="404"] main.page>section.scene.sub-hero:not(.landing-hero):not(:has(.scene-bg)):before{content:none!important}html body[data-page=account] .account-shell{width:min(720px,100%);margin-inline:0}html body[data-page=account] .account-heading h1{max-width:12ch;font-family:var(--font-display);font-size:76px!important;font-weight:780;line-height:.96;letter-spacing:0;text-wrap:balance}html body[data-page=account] .account-heading .eyebrow{display:flex;align-items:center;gap:10px}html body[data-page=account] .account-heading .eyebrow:before{content:"";width:28px;height:2px;flex:0 0 auto;background:var(--lime);box-shadow:0 0 16px #d8ff4a59}@media(max-width:820px){html body[data-page=account] main.page>section.scene.account-scene:not(.landing-hero):not(:has(.scene-bg)),html body[data-page=verify] main.page>section.scene.sub-hero:not(.landing-hero):not(:has(.scene-bg)),html body[data-page="404"] main.page>section.scene.sub-hero:not(.landing-hero):not(:has(.scene-bg)){min-height:640px!important;padding:104px 20px 62px!important;align-items:end;background-position:center,62% top!important}html body[data-page=account] .account-heading h1{max-width:13ch;font-size:46px!important}}
