.theme-marketing{--ease-out-expo:cubic-bezier(0.16,1,0.3,1);--ease-out-quart:cubic-bezier(0.25,1,0.5,1);--bg:#fff;--surface:oklch(97% 0.004 110);--ink:oklch(22% 0.012 110);--muted:oklch(46% 0.02 110);--subtle:oklch(68% 0.014 110);--border:oklch(90% 0.01 110);--brand:oklch(73% 0.115 110);--brand-hover:oklch(65% 0.12 110);--brand-ink:oklch(52% 0.12 110);--brand-contrast:oklch(20% 0.02 110);--green-text:oklch(38% 0.1 148);--red-text:oklch(40% 0.15 22);--warn-text:oklch(55% 0.14 70);--sans:"Mona Sans Variable","Mona Sans",system-ui,-apple-system,sans-serif;--mono:"Geist Mono",ui-monospace,"SF Mono",Menlo,monospace;--fs-display:clamp(3rem,6.5vw,5.5rem);--fs-h2:clamp(1.75rem,3.5vw,2.75rem);--fs-lede:clamp(1.0625rem,1.8vw,1.25rem);--fs-body:1rem;--fs-sub:0.9375rem;--fs-mono:0.875rem;--fs-cap:0.6875rem;--maxw:66rem;--pad-x:clamp(1.25rem,5vw,3rem);--pad-section:clamp(4.5rem,9vw,8rem);background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:var(--fs-body);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100vh}.theme-marketing .wrap{max-width:var(--maxw);margin:0 auto;padding:0 var(--pad-x)}.theme-marketing .rule{border:none;border-top:1px solid var(--border)}.theme-marketing .section{padding:var(--pad-section) 0}.theme-marketing .lockup{display:flex;align-items:center;gap:.5rem;text-decoration:none}.theme-marketing .wordmark{font-size:1rem;font-weight:600;letter-spacing:-.02em;line-height:1}.theme-marketing .wordmark .slow{color:var(--muted);font-weight:500}.theme-marketing .wordmark .bloom{color:var(--ink)}.theme-marketing .header-meta{font-family:var(--mono);font-size:var(--fs-cap);color:var(--subtle);letter-spacing:.03em}.theme-marketing .lockup:focus-visible{outline:2px solid var(--brand-ink);outline-offset:4px;border-radius:2px}.theme-marketing .wordmark .bloom{transition:color .2s ease}@media (hover:hover){.theme-marketing .lockup:hover .bloom{color:var(--brand-ink)}}.theme-marketing .btn{display:inline-flex;align-items:center;gap:.375rem;font-family:var(--sans);font-size:.9375rem;font-weight:600;letter-spacing:-.01em;text-decoration:none;border:none;border-radius:3px;cursor:default;transition:background .13s ease,transform 80ms ease}.theme-marketing .btn:focus-visible{outline:2px solid var(--brand-ink);outline-offset:3px}.theme-marketing .btn:active{transform:scale(.97)}.theme-marketing .btn-primary{background:var(--brand);color:var(--brand-contrast);padding:.875rem 1.25rem;min-height:44px}.theme-marketing .btn-arrow{font-size:1em;line-height:1;display:inline-block;transition:transform .18s var(--ease-out-quart)}.theme-marketing .footer-copy{font-family:var(--mono);font-size:var(--fs-cap);color:var(--muted)}.theme-marketing .hero{padding:var(--pad-section) 0}.theme-marketing .hero .wrap{display:flex;align-items:flex-start;gap:clamp(2rem,5vw,4.5rem)}.theme-marketing .hero-mark-col{flex:none;width:clamp(64px,9vw,108px);padding-top:.375rem}.theme-marketing .hero-text{flex:1;min-width:0}.theme-marketing h1.headline{font-size:var(--fs-display);font-weight:700;letter-spacing:-.038em;line-height:1;text-wrap:balance;color:var(--ink);margin-bottom:1.125rem}.theme-marketing .hero-sub{font-size:var(--fs-lede);color:var(--muted);font-weight:400;max-width:36ch;margin-bottom:2.125rem;text-wrap:pretty}.theme-marketing .cycle-annotation{font-family:var(--mono);font-size:var(--fs-cap);color:var(--brand-ink);letter-spacing:.04em;margin-bottom:.625rem}.theme-marketing h2.cycle-head{font-size:var(--fs-h2);font-weight:700;letter-spacing:-.028em;line-height:1.1;text-wrap:balance;margin-bottom:.75rem}.theme-marketing .cycle-desc{font-size:var(--fs-lede);color:var(--muted);max-width:50ch;text-wrap:pretty;margin-bottom:2.75rem}.theme-marketing .cycle-steps{list-style:none}.theme-marketing .cycle-step{display:grid;grid-template-columns:2.25rem 1fr;column-gap:1.125rem;padding:1.25rem 0;border-top:1px solid var(--border);align-items:start;transition:background .18s ease}.theme-marketing .cycle-step:last-child{border-bottom:1px solid var(--border)}.theme-marketing .step-num{font-family:var(--mono);font-size:var(--fs-cap);color:var(--brand-ink);padding-top:.25rem;font-variant-numeric:tabular-nums;letter-spacing:.02em;transition:color .18s ease}.theme-marketing .step-name{font-size:1.0625rem;font-weight:600;letter-spacing:-.015em;color:var(--ink);margin-bottom:.25rem}.theme-marketing .step-desc{font-size:var(--fs-sub);color:var(--muted);max-width:54ch;text-wrap:pretty}@media (hover:hover){.theme-marketing .cycle-step:hover{background:var(--surface)}.theme-marketing .cycle-step:hover .step-num{color:var(--brand)}}.theme-marketing h2.restraint-head{font-size:var(--fs-h2);font-weight:700;letter-spacing:-.028em;line-height:1.1;text-wrap:balance;margin-bottom:1.25rem}.theme-marketing .restraint-body{font-size:var(--fs-lede);color:var(--muted);max-width:54ch;margin-bottom:2.5rem;text-wrap:pretty;line-height:1.75}.theme-marketing .verdict-block{font-family:var(--mono);font-size:var(--fs-mono);background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:1.25rem 1.5rem;max-width:40rem;line-height:1.9;overflow-wrap:anywhere}.theme-marketing .verdict-domain{color:var(--ink)}.theme-marketing .verdict-pass{color:var(--green-text)}.theme-marketing .verdict-fail{color:var(--red-text)}.theme-marketing .verdict-block>div:last-child:after{content:"▋";color:var(--muted);font-size:.75em;margin-left:.3em;vertical-align:middle;opacity:0}.theme-marketing .fleet-layout{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,5vw,5rem);align-items:start}.theme-marketing h2.fleet-head{font-size:var(--fs-h2);font-weight:700;letter-spacing:-.028em;line-height:1.1;text-wrap:balance}.theme-marketing .fleet-body{font-size:var(--fs-lede);color:var(--muted);max-width:42ch;text-wrap:pretty;padding-top:.25rem}.theme-marketing .fleet-snippet{font-family:var(--mono);font-size:var(--fs-mono);background:var(--surface);border:1px solid var(--border);border-radius:4px;overflow:hidden;margin-top:clamp(2.5rem,5vw,4rem)}.theme-marketing .snippet-header{padding:.625rem 1.25rem;color:var(--subtle);font-size:.75rem;letter-spacing:.03em}.theme-marketing .snippet-header,.theme-marketing .snippet-row{display:grid;grid-template-columns:1fr auto auto;gap:0 2rem;border-bottom:1px solid var(--border)}.theme-marketing .snippet-row{padding:.6875rem 1.25rem;align-items:center;font-size:var(--fs-mono);transition:background .15s ease}.theme-marketing .snippet-row:last-child{border-bottom:none}@media (hover:hover){.theme-marketing .snippet-row:hover{background:var(--surface)}}.theme-marketing .snippet-domain{color:var(--ink)}.theme-marketing .snippet-status-pass{color:var(--green-text)}.theme-marketing .snippet-status-warn{color:var(--warn-text)}.theme-marketing .snippet-rank{color:var(--muted);text-align:right}.theme-marketing .snippet-delta-up{color:var(--green-text)}.theme-marketing .snippet-delta-none{color:var(--subtle)}.theme-marketing .close-statement{font-size:clamp(1.5rem,3.2vw,2.375rem);font-weight:500;letter-spacing:-.025em;line-height:1.3;color:var(--muted);text-wrap:balance;max-width:28ch;margin-bottom:2.5rem}.theme-marketing .close-statement strong{font-weight:700;color:var(--ink)}.theme-marketing .will-animate{opacity:0;transform:translateY(18px)}.theme-marketing .will-animate.visible{opacity:1;transform:none;transition:opacity .5s var(--ease-out-expo),transform .5s var(--ease-out-expo)}@keyframes hero-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes line-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes cursor-blink{0%,to{opacity:1}50%{opacity:0}}@media (prefers-reduced-motion:no-preference){.theme-marketing .hero-mark-col{animation:hero-in .65s var(--ease-out-expo) both;animation-delay:80ms}.theme-marketing h1.headline{animation:hero-in .65s var(--ease-out-expo) both;animation-delay:.22s}.theme-marketing .hero-sub{animation:hero-in .55s var(--ease-out-expo) both;animation-delay:.33s}.theme-marketing .hero .btn-primary{animation:hero-in .5s var(--ease-out-expo) both;animation-delay:.42s}.theme-marketing .reveal.will-animate .verdict-block>div{animation:line-in .4s var(--ease-out-expo) both;animation-play-state:paused}.theme-marketing .reveal.visible .verdict-block>div{animation-play-state:running}.theme-marketing .reveal.visible .verdict-block>div:first-child{animation-delay:.18s}.theme-marketing .reveal.visible .verdict-block>div:nth-child(2){animation-delay:.29s}.theme-marketing .reveal.visible .verdict-block>div:nth-child(3){animation-delay:.4s}.theme-marketing .reveal.visible .verdict-block>div:last-child:after{opacity:1;animation:cursor-blink 1.1s step-end infinite;animation-delay:.5s}.theme-marketing .fleet-snippet.will-animate .snippet-row{animation:line-in .45s var(--ease-out-expo) both;animation-play-state:paused}.theme-marketing .fleet-snippet.visible .snippet-row{animation-play-state:running}.theme-marketing .fleet-snippet.visible .snippet-row:nth-child(2){animation-delay:.18s}.theme-marketing .fleet-snippet.visible .snippet-row:nth-child(3){animation-delay:.26s}.theme-marketing .fleet-snippet.visible .snippet-row:nth-child(4){animation-delay:.34s}}@media (max-width:720px){.theme-marketing .fleet-layout{grid-template-columns:1fr;gap:2rem}}@media (max-width:600px){.theme-marketing .hero .wrap{flex-direction:column;gap:1.5rem}.theme-marketing .hero-mark-col{width:56px}.theme-marketing .header-meta,.theme-marketing .rank-col{display:none}.theme-marketing .snippet-header,.theme-marketing .snippet-row{grid-template-columns:1fr auto}}@media (prefers-reduced-motion:reduce){.theme-marketing *,.theme-marketing :after,.theme-marketing :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.theme-marketing .will-animate{opacity:1!important;transform:none!important}}