:root{--color-base:#0a0e1a;--color-base-2:#0f1524;--color-base-3:#161d30;--color-surface:#fff;--color-surface-alt:#f6f8fc;--color-surface-muted:#eef2f9;--color-border:#dbe2ee;--color-border-dark:hsla(0,0%,100%,.08);--color-ink:#0a0e1a;--color-ink-2:#33405a;--color-ink-3:#5c6a85;--color-ink-invert:#fff;--color-ink-invert-2:#b9c4dd;--color-ink-invert-3:#8493b5;--color-primary:#2f6bff;--color-primary-strong:#1e4fd8;--color-cyan:#22d3ee;--gradient-primary:linear-gradient(120deg,#2f6bff,#22d3ee);--gradient-primary-soft:linear-gradient(120deg,rgba(47,107,255,.14),rgba(34,211,238,.14));--color-violet:#8b5cf6;--color-success:#10b981;--color-info:#3b82f6;--color-warn:#f59e0b;--color-danger:#ef4444;--color-neutral:#94a3b8;--font-sans:"Inter",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--font-mono:ui-monospace,"SF Mono","SFMono-Regular",Menlo,Monaco,Consolas,"Liberation Mono",monospace;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.5rem;--text-5xl:3.25rem;--leading-tight:1.15;--leading-snug:1.35;--leading-normal:1.6;--weight-normal:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:2.5rem;--space-8:3rem;--space-10:4rem;--space-12:5rem;--space-16:7rem;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:22px;--radius-pill:999px;--shadow-sm:0 1px 2px rgba(10,14,26,.06),0 1px 3px rgba(10,14,26,.08);--shadow-md:0 4px 14px rgba(10,14,26,.08),0 2px 6px rgba(10,14,26,.06);--shadow-lg:0 18px 40px rgba(10,14,26,.14),0 6px 14px rgba(10,14,26,.08);--shadow-glow:0 10px 40px rgba(47,107,255,.28);--container:1120px;--container-narrow:800px;--ease-out:cubic-bezier(0.16,1,0.3,1);--dur-fast:160ms;--dur-med:320ms;--dur-slow:620ms}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-ink);background:var(--color-surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{margin:0;line-height:var(--leading-tight);font-weight:var(--weight-bold);letter-spacing:-.02em}p{margin:0}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}ol,ul{margin:0}img{max-width:100%;display:block}button{font-family:inherit}:focus-visible{outline:3px solid var(--color-primary);outline-offset:2px;border-radius:var(--radius-sm)}.container{max-width:var(--container)}.container,.container-narrow{width:100%;margin-inline:auto;padding-inline:var(--space-5)}.container-narrow{max-width:var(--container-narrow)}.section{padding-block:var(--space-12)}.section-tight{padding-block:var(--space-8)}.eyebrow{display:inline-block;font-size:var(--text-sm);font-weight:var(--weight-semibold);letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary-strong)}.eyebrow,.section-title{margin-bottom:var(--space-3)}.section-title{font-size:var(--text-3xl)}.section-lead{font-size:var(--text-lg);color:var(--color-ink-2);max-width:62ch}.text-gradient{background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:transparent}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:var(--space-4);top:-60px;z-index:100;background:var(--color-ink);color:var(--color-ink-invert);padding:var(--space-2) var(--space-4);border-radius:var(--radius-sm);transition:top var(--dur-fast) var(--ease-out)}.skip-link:focus{top:var(--space-4)}.grid{display:grid;grid-gap:var(--space-5);gap:var(--space-5)}@media (min-width:640px){.grid-sm-2{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.grid-md-3{grid-template-columns:repeat(3,1fr)}.grid-md-2{grid-template-columns:repeat(2,1fr)}.grid-md-4{grid-template-columns:repeat(4,1fr)}}@keyframes reveal-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.reveal,.reveal-stagger>*{animation:reveal-up var(--dur-slow) var(--ease-out) both}.reveal-stagger>:first-child{animation-delay:0ms}.reveal-stagger>:nth-child(2){animation-delay:70ms}.reveal-stagger>:nth-child(3){animation-delay:.14s}.reveal-stagger>:nth-child(4){animation-delay:.21s}.reveal-stagger>:nth-child(5){animation-delay:.28s}.reveal-stagger>:nth-child(6){animation-delay:.35s}.reveal-stagger>:nth-child(7){animation-delay:.42s}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}