:root{--celeste-50:#f2f8ff;--celeste-100:#e6f4ff;--celeste-300:#9bd0ff;--celeste-500:#4da6ff;--celeste-700:#1e90ff;--bg:#0f0f0f;--fg:#ffffff;--fg-muted:color-mix(in oklab,var(--fg) 80%,#000 20%);--font-body:"Space Grotesk",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif;--fs-1:clamp(1.75rem,6vw,3.25rem);--fs-2:clamp(1.25rem,3.8vw,2rem);--fs-3:clamp(1.1rem,3.2vw,1.5rem);--fs-body:clamp(0.95rem,3.5vw,1.05rem);--lh-tight:1.2;--lh-body:1.5;--page-max-w:1200px;--gutter:clamp(16px,4vw,32px);--radius:10px;--glow:0 0 12px var(--celeste-300);--z-progress:9999;--z-nav:1000;--sbw:0px;color-scheme:dark}@media (prefers-contrast:more){:root{--fg:#fff;--fg-muted:#fff}}*,:after,:before{box-sizing:border-box;min-width:0}body,html{margin:0;padding:0}html{text-size-adjust:100%;scroll-behavior:auto;scrollbar-gutter:stable both-edges}canvas,iframe,img,svg,video{display:block;max-width:100%;height:auto;background:transparent}picture{display:block}fieldset,legend{border:0;margin:0;padding:0}button,input,select,textarea{font:inherit;color:inherit;background:transparent;border:0}button{cursor:pointer}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}html[data-reduced-data=true] .heavy-bg,html[data-reduced-data=true] body:before{display:none!important}html[data-reduced-data=true] iframe[loading=lazy],html[data-reduced-data=true] img[loading=lazy]{filter:none!important}html{-webkit-text-size-adjust:100%}body{min-height:100dvh;background:var(--bg);color:var(--fg);font-family:var(--font-body);line-height:var(--lh-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;padding-left:max(env(safe-area-inset-left),0px);padding-right:max(env(safe-area-inset-right),0px);overscroll-behavior-y:none}body.intro-lock,body.modal-open{overflow:hidden;touch-action:none;padding-right:var(--sbw,0)}body.intro-lock::-webkit-scrollbar{display:none}.page{width:min(var(--page-max-w),100%);margin-inline:auto;padding-inline:var(--gutter)}:where(h1,h2,h3){line-height:var(--lh-tight);text-wrap:balance}h1{font-size:var(--fs-1)}h2{font-size:var(--fs-2)}h3{font-size:var(--fs-3)}li,p{font-size:var(--fs-body)}:where(h1,h2,h3,p,li,blockquote){overflow-wrap:anywhere}.muted{color:var(--fg-muted)}code,kbd,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.95em}a{color:var(--celeste-500);text-decoration:none}a:focus-visible,a:hover{text-decoration:none}:focus-visible{outline:2px solid currentColor;outline-offset:3px;border-radius:4px}button,input,select,textarea{font-size:16px}.btn,a[role=button],button{min-height:44px;min-width:44px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;border-radius:var(--radius)}:disabled{opacity:.6;cursor:not-allowed}::selection{background:rgba(24,54,95,.5);color:#fff}body:before{content:"";position:fixed;inset:0;z-index:-1;background:radial-gradient(1200px 700px at 50% 18%,rgba(24,54,95,.55) 0,rgba(24,54,95,.25) 35%,rgba(24,54,95,.1) 55%,transparent 70%),radial-gradient(800px 500px at 50% 55%,rgba(16,30,56,.35) 0,rgba(16,30,56,.15) 45%,transparent 75%),radial-gradient(1000px 700px at 50% 100%,rgba(0,0,0,.35) 0,rgba(0,0,0,.55) 60%,rgba(0,0,0,.8) 100%),var(--bg);pointer-events:none;will-change:opacity}@supports (-moz-appearance:none){body:before{position:absolute;background:radial-gradient(900px 550px at 50% 20%,rgba(24,54,95,.35),transparent 60%),radial-gradient(700px 420px at 50% 55%,rgba(16,30,56,.2),transparent 70%),var(--bg)}}.section-full{min-height:100svh;min-height:100dvh;display:grid;place-items:center}@media (max-width:768px){nav.desktop-navbar{display:none}}@media (min-width:769px){.mobile-navbar{display:none}}.prose{max-width:68ch;margin-inline:auto}.hero-container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;width:100%;gap:4rem;content-visibility:auto;contain-intrinsic-size:1px 500px}@supports (-moz-appearance:none){.hero-container{content-visibility:visible;contain:content}}@media (max-width:768px){.hero-container{flex-direction:column;justify-content:center;text-align:center;gap:2rem}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--celeste-500);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--celeste-700)}::-webkit-scrollbar-track:active,::-webkit-scrollbar-track:hover{background:var(--bg)}*{scrollbar-width:thin;scrollbar-color:var(--celeste-500) var(--bg)}#scroll-progress{position:fixed;top:0;left:0;height:3px;width:100%;transform-origin:0 50%;transform:scaleX(0);background:var(--celeste-500);z-index:var(--z-progress);will-change:transform}@supports not (-moz-appearance:none){#scroll-progress{box-shadow:var(--glow)}}.lazy-section{content-visibility:auto;contain-intrinsic-size:1px 600px}@supports (-moz-appearance:none){.lazy-section{content-visibility:visible;contain:content}}.composited{will-change:transform;transform:translateZ(0)}.contain-paint{contain:paint}@media (prefers-reduced-motion:no-preference){.fade-in{opacity:0;animation:fade-in .32s ease-out forwards}@keyframes fade-in{to{opacity:1}}}.card{background:color-mix(in oklab,var(--bg) 92%,#fff 8%);border:1px solid color-mix(in oklab,var(--celeste-500) 15%,var(--bg) 85%);border-radius:var(--radius);padding:1rem;-webkit-backdrop-filter:saturate(120%) blur(2px);backdrop-filter:saturate(120%) blur(2px)}@media print{body{background:#fff}a,body{color:#000}a{text-decoration:underline}#scroll-progress,body:before{display:none!important}}:root[data-theme=light]{color-scheme:light;--bg:#ffffff;--fg:#0b1220;--fg-muted:#35405a;--celeste-100:#e6f1ff;--celeste-300:#9ec6ff;--celeste-500:#3a86ff;--celeste-700:#2b6ed6}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_86d470{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}