:root{--sky-deep:#05070F;--sky:#0B1026;--panel:#0A1322;--panel-2:#070C18;--ink:#F3F7FF;--ink-dim:#A9B4CC;--cyan:#61E7FF;--lime:#D8FF4A;--magenta:#FF2FCD;--dawn:#FFB86B;--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;--maxw:1200px;--r:16px;--gap:clamp(16px,4vw,40px)}@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.webp) 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.webp) 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.webp) 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.webp) 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.webp) 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.webp) 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.webp) 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.webp) 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.webp) 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.webp) 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}}
/* flatfee:office-overrides:start */
.region-copy-sv {
  display: none;
}

html[lang="sv"] .region-copy-en {
  display: none;
}

html[lang="sv"] .region-copy-sv {
  display: block;
}

/* Large monitor corrections.
   The normal desktop layout is intentionally compact. On office monitors and
   ultrawide displays it needs a wider stage and a safer hero crop so the
   mascot reads as part of the scene instead of a giant clipped sticker. */

@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: translateX(-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, rgba(2, 9, 16, 1) 0%, rgba(2, 9, 16, .96) 24%, rgba(2, 9, 16, .58) 43%, rgba(2, 9, 16, .1) 65%, rgba(2, 9, 16, .62) 100%),
      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: translateX(-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;
  }
}

/* flatfee:office-overrides:end */
