@font-face{font-family:IBM Plex Sans;src:url(../../../fonts/plex-sans-latin-400.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:IBM Plex Sans;src:url(../../../fonts/plex-sans-latin-500.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:IBM Plex Sans;src:url(../../../fonts/plex-sans-latin-600.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:IBM Plex Mono;src:url(../../../fonts/plex-mono-latin-400.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}:root{--bg: #080808;--surface: #121216;--elevated: #1a1a20;--text-1: #f4f4f6;--text-2: #a9a9b4;--text-3: #83838f;--accent: #8fa8ff;--accent-fg: #080808;--accent-hover: color-mix(in oklab, var(--accent), white 14%);--accent-pressed: color-mix(in oklab, var(--accent), black 24%);--success: #3ecf8e;--warning: #e8b23d;--error: #f26d6d;--info: #62b0f5;--border: #26262e;--border-strong: #3a3a46;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .45);--shadow-md: 0 4px 14px rgba(0, 0, 0, .5);--shadow-lg: 0 16px 40px rgba(0, 0, 0, .55);--font-ui: "IBM Plex Sans", system-ui, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace;--fs-1: 12px;--lh-1: 16px;--fs-2: 13px;--lh-2: 20px;--fs-3: 15px;--lh-3: 24px;--fs-4: 17px;--lh-4: 26px;--fs-5: 20px;--lh-5: 28px;--fs-6: 24px;--lh-6: 32px;--fs-7: 30px;--lh-7: 38px;--fs-8: 40px;--lh-8: 48px;--fs-display: 60px;--lh-display: 64px;--fs-hero: clamp(34px, 1.6rem + 3.2vw, 64px);--lh-hero: 1.06;--fs-section: clamp(26px, 1.35rem + 1.5vw, 40px);--lh-section: 1.15;--fs-lede: clamp(16px, .95rem + .35vw, 19px);--lh-lede: 1.55;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px;--space-9: 96px;--space-10: 128px;--band-y: clamp(var(--space-8), 9vw, var(--space-10));--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-full: 999px;--dur-1: .12s;--dur-2: .2s;--dur-3: .36s;--ease: cubic-bezier(.22, .61, .36, 1);--max-marketing: 1200px;--control-h: 44px;--control-pad-x: var(--space-4);color-scheme:dark}@media(prefers-color-scheme:light){:root{--bg: #f7f7f9;--surface: #ffffff;--elevated: #ffffff;--text-1: #16161c;--text-2: #4c4c58;--text-3: #6e6e7a;--accent: #3450c8;--accent-fg: #ffffff;--success: #177a4e;--warning: #8a5a00;--error: #c2373c;--info: #1d62a8;--border: #e3e3e9;--border-strong: #c6c6d0;--shadow-sm: 0 1px 2px rgba(20, 20, 30, .08);--shadow-md: 0 4px 14px rgba(20, 20, 30, .1);--shadow-lg: 0 16px 40px rgba(20, 20, 30, .14);color-scheme:light}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text-1);font-family:var(--font-ui);font-size:var(--fs-3);line-height:var(--lh-3);font-weight:400;-webkit-font-smoothing:antialiased}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::selection{background:var(--accent);color:var(--accent-fg)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}code,.mono{font-family:var(--font-mono)}@media(prefers-reduced-motion:reduce){:root{--dur-1: 0ms;--dur-2: 0ms;--dur-3: 0ms}*,*:before,*:after{animation-duration:0ms!important;transition-duration:0ms!important}}.wrap{max-width:var(--max-marketing);margin:0 auto;padding:0 var(--space-5)}.kicker{font-family:var(--font-mono);font-size:var(--fs-1);line-height:var(--lh-1);color:var(--text-3);letter-spacing:.08em;text-transform:uppercase;margin-bottom:var(--space-2)}.pill{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-full);font-family:var(--font-mono);font-size:var(--fs-1);line-height:var(--lh-1);color:var(--text-3)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);height:var(--control-h);padding:0 var(--space-5);border-radius:var(--radius-sm);font-family:var(--font-ui);font-size:var(--fs-3);line-height:var(--lh-3);font-weight:500;border:1px solid transparent;cursor:pointer;white-space:nowrap;text-decoration:none;transition:background var(--dur-1) var(--ease),border-color var(--dur-1) var(--ease),color var(--dur-1) var(--ease)}.btn:hover{text-decoration:none}.btn-primary{background:var(--accent);color:var(--accent-fg)}.btn-primary:hover{background:var(--accent-hover);color:var(--accent-fg)}.btn-primary:active{background:var(--accent-pressed)}.btn-secondary{background:var(--surface);color:var(--text-1);border-color:var(--border-strong)}.btn-secondary:hover{background:var(--elevated);border-color:var(--text-3)}.btn-secondary:active{background:var(--bg)}.btn-ghost{background:transparent;color:var(--text-2)}.btn-ghost:hover{background:var(--surface);color:var(--text-1)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md)}.eyebrow{display:flex;align-items:center;gap:var(--space-3);font-family:var(--font-mono);font-size:var(--fs-1);line-height:var(--lh-1);letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin-bottom:var(--space-4)}.eyebrow:before{content:"";width:24px;height:1px;background:var(--border-strong);flex:none}.eyebrow.on-accent{color:var(--accent)}.eyebrow.on-accent:before{background:var(--accent)}.h-section{font-size:var(--fs-section);line-height:var(--lh-section);font-weight:600;letter-spacing:-.02em;max-width:20ch;text-wrap:balance}.lede{font-size:var(--fs-lede);line-height:var(--lh-lede);color:var(--text-2);max-width:60ch}.band{padding-block:var(--band-y)}.band-line{border-top:1px solid var(--border)}.band-surface{background:var(--surface);border-block:1px solid var(--border)}.band-accent{border-block:1px solid var(--border);background:radial-gradient(120% 100% at 50% 0%,color-mix(in oklab,var(--accent),transparent 91%),transparent 70%),var(--surface)}.stat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:var(--space-5)}.stat-v{font-size:var(--fs-5);line-height:var(--lh-5);font-weight:600;letter-spacing:-.01em;margin-bottom:var(--space-1)}.stat-l{font-size:var(--fs-2);line-height:var(--lh-2);color:var(--text-3)}.key{display:inline-block;font-family:var(--font-mono);font-size:11px;line-height:18px;padding:0 6px;color:var(--text-1);background:var(--elevated);border:1px solid var(--border-strong);border-bottom-width:2px;border-radius:5px;white-space:nowrap}.tag-pro{font-family:var(--font-mono);font-size:10px;line-height:16px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:0 6px;border-radius:var(--radius-sm);color:var(--accent);background:color-mix(in srgb,var(--accent) 14%,transparent)}.btn-lg{height:52px;padding:0 var(--space-6);font-size:var(--fs-4);border-radius:var(--radius-sm)}.more{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--fs-2);line-height:var(--lh-2);font-weight:500}.more:after{content:"→";transition:transform var(--dur-1) var(--ease)}.more:hover{text-decoration:none}.more:hover:after{transform:translate(3px)}.yes{color:var(--success);font-weight:600}.no{color:var(--text-3)}.partial{color:var(--warning);font-weight:600}h1{font-size:var(--fs-8);line-height:var(--lh-8);font-weight:600;letter-spacing:-.015em;margin-bottom:var(--space-3);text-wrap:balance}.h-hero{font-size:var(--fs-hero);line-height:var(--lh-hero);font-weight:600;letter-spacing:-.028em;text-wrap:balance}:target{scroll-margin-top:calc(56px + var(--space-5))}input,select,textarea{font:var(--fs-3) / var(--lh-3) var(--font-ui);color:var(--text-1);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:0 var(--space-3);height:var(--control-h);transition:border-color var(--dur-1) var(--ease)}input:hover,select:hover,textarea:hover{border-color:var(--text-3)}textarea{padding:var(--space-2) var(--space-3);height:auto}.prose{max-width:720px}.prose .updated{font-family:var(--font-mono);font-size:var(--fs-1);line-height:var(--lh-1);color:var(--text-3);margin-bottom:var(--space-6)}.prose h2{font-size:var(--fs-5);line-height:var(--lh-5);font-weight:600;margin:var(--space-6) 0 var(--space-3)}.prose p,.prose li{color:var(--text-2);margin-bottom:var(--space-3)}.prose ul,.prose ol{padding-left:var(--space-5)}.prose li{margin-bottom:var(--space-2)}.prose strong{color:var(--text-1);font-weight:600}.prose h1{margin-bottom:var(--space-2)}.prose h3{font-size:var(--fs-4);line-height:var(--lh-4);font-weight:600;margin:var(--space-5) 0 var(--space-2)}.prose h4{font-size:var(--fs-3);line-height:var(--lh-3);font-weight:600;margin:var(--space-4) 0 var(--space-2)}.prose :is(h2,h3,h4):first-child{margin-top:0}.prose :is(h2,h3,h4){scroll-margin-top:calc(56px + var(--space-4))}.prose a{text-decoration:underline;text-underline-offset:2px}.prose code{font-family:var(--font-mono);font-size:.9em;background:var(--elevated);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.1em .35em}.prose pre{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-4);overflow-x:auto;margin-bottom:var(--space-4);font-size:var(--fs-2);line-height:var(--lh-3)}.prose pre code{background:none;border:0;padding:0;font-size:inherit}.prose kbd{font-family:var(--font-mono);font-size:.85em;background:var(--elevated);border:1px solid var(--border-strong);border-bottom-width:2px;border-radius:var(--radius-sm);padding:.1em .4em;color:var(--text-1);white-space:nowrap}.prose blockquote{border-left:3px solid var(--border-strong);padding-left:var(--space-4);margin:var(--space-4) 0;color:var(--text-2)}.prose blockquote p:last-child{margin-bottom:0}.prose hr{border:0;border-top:1px solid var(--border);margin:var(--space-6) 0}.prose img{max-width:100%;height:auto;border-radius:var(--radius-md)}.prose table{display:block;overflow-x:auto;width:100%;border-collapse:collapse;margin-bottom:var(--space-4);font-size:var(--fs-2);line-height:var(--lh-2)}.prose thead th{text-align:left;font-weight:600;color:var(--text-1);border-bottom:1px solid var(--border-strong);padding:var(--space-2) var(--space-3);white-space:nowrap}.prose tbody td{border-bottom:1px solid var(--border);padding:var(--space-2) var(--space-3);color:var(--text-2);vertical-align:top}.prose tbody tr:last-child td{border-bottom:0}.shell.svelte-12qhfyh{min-height:100dvh;display:flex;flex-direction:column}main.svelte-12qhfyh{flex:1}.page.svelte-12qhfyh{padding-top:var(--space-6);padding-bottom:var(--space-6)}.topbar.svelte-12qhfyh{position:sticky;top:0;z-index:50;background:color-mix(in oklab,var(--bg),transparent 8%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.bar.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-6);height:56px}.brand.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-2);font-weight:600;font-size:var(--fs-3);color:var(--text-1);flex:none}.brand.svelte-12qhfyh:hover{text-decoration:none}.main-nav.svelte-12qhfyh{display:flex;gap:var(--space-5);align-items:center}.main-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-2);font-size:var(--fs-2);line-height:var(--lh-2);font-weight:500}.main-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text-1);text-decoration:none}.menu.svelte-12qhfyh{position:relative}.menu-trigger.svelte-12qhfyh{display:inline-flex;align-items:center;gap:5px}.caret.svelte-12qhfyh{font-size:9px;color:var(--text-3);transition:transform var(--dur-1) var(--ease)}.menu.svelte-12qhfyh:hover .caret:where(.svelte-12qhfyh),.menu.svelte-12qhfyh:focus-within .caret:where(.svelte-12qhfyh){transform:translateY(1px)}.flyout.svelte-12qhfyh{position:absolute;top:calc(100% + 10px);left:calc(-1 * var(--space-3));width:288px;padding:var(--space-2);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);display:grid;gap:2px;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity var(--dur-1) var(--ease),transform var(--dur-1) var(--ease),visibility 0s linear var(--dur-1)}.menu.svelte-12qhfyh:hover .flyout:where(.svelte-12qhfyh),.menu.svelte-12qhfyh:focus-within .flyout:where(.svelte-12qhfyh){opacity:1;visibility:visible;transform:none;transition:opacity var(--dur-1) var(--ease),transform var(--dur-1) var(--ease),visibility 0s}.flyout.svelte-12qhfyh a:where(.svelte-12qhfyh){display:grid;gap:1px;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm)}.flyout.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--elevated)}.fly-t.svelte-12qhfyh{color:var(--text-1);font-size:var(--fs-2);font-weight:500}.fly-n.svelte-12qhfyh{color:var(--text-3);font-size:var(--fs-1);line-height:var(--lh-1)}.bar-end.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-4);margin-left:auto}.bar-end.svelte-12qhfyh .quiet:where(.svelte-12qhfyh){color:var(--text-2);font-size:var(--fs-2);font-weight:500}.bar-end.svelte-12qhfyh .quiet:where(.svelte-12qhfyh):hover{color:var(--text-1);text-decoration:none}.bar-cta.svelte-12qhfyh{height:34px;padding:0 var(--space-4);font-size:var(--fs-2)}.sheet.svelte-12qhfyh{display:none;position:relative}.sheet.svelte-12qhfyh summary:where(.svelte-12qhfyh){list-style:none;cursor:pointer;width:34px;height:34px;display:grid;place-content:center;border:1px solid var(--border-strong);border-radius:var(--radius-sm)}.sheet.svelte-12qhfyh summary:where(.svelte-12qhfyh)::-webkit-details-marker{display:none}.burger.svelte-12qhfyh,.burger.svelte-12qhfyh:before,.burger.svelte-12qhfyh:after{display:block;width:16px;height:1.5px;background:var(--text-1);border-radius:2px}.burger.svelte-12qhfyh{position:relative}.burger.svelte-12qhfyh:before,.burger.svelte-12qhfyh:after{content:"";position:absolute;left:0}.burger.svelte-12qhfyh:before{top:-5px}.burger.svelte-12qhfyh:after{top:5px}.sheet[open].svelte-12qhfyh .burger:where(.svelte-12qhfyh){background:transparent}.sheet[open].svelte-12qhfyh .burger:where(.svelte-12qhfyh):before{top:0;transform:rotate(45deg)}.sheet[open].svelte-12qhfyh .burger:where(.svelte-12qhfyh):after{top:0;transform:rotate(-45deg)}.sheet-body.svelte-12qhfyh{position:absolute;right:0;top:calc(100% + 10px);width:min(84vw,260px);padding:var(--space-2);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg)}.sheet-body.svelte-12qhfyh nav:where(.svelte-12qhfyh){display:grid}.sheet-body.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:var(--space-3);color:var(--text-2);font-size:var(--fs-3);font-weight:500;border-radius:var(--radius-sm)}.sheet-body.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--elevated);color:var(--text-1);text-decoration:none}@media(max-width:900px){.main-nav.svelte-12qhfyh{display:none}.sheet.svelte-12qhfyh{display:block}.bar.svelte-12qhfyh{gap:var(--space-3)}}@media(max-width:420px){.bar-end.svelte-12qhfyh .quiet:where(.svelte-12qhfyh){display:none}}footer.svelte-12qhfyh{border-top:1px solid var(--border);margin-top:var(--space-9);background:var(--surface)}.foot.svelte-12qhfyh{padding-top:var(--space-8);padding-bottom:var(--space-7);display:grid;gap:var(--space-7)}.foot-top.svelte-12qhfyh{display:grid;grid-template-columns:1.6fr repeat(4,minmax(120px,1fr));gap:var(--space-6) var(--space-5)}.foot-brand.svelte-12qhfyh .brand:where(.svelte-12qhfyh){margin-bottom:var(--space-3)}.tagline.svelte-12qhfyh{color:var(--text-3);font-size:var(--fs-2);line-height:var(--lh-2);max-width:34ch}.foot-col.svelte-12qhfyh{display:grid;gap:var(--space-2);align-content:start}.foot-h.svelte-12qhfyh{font-family:var(--font-mono);font-size:var(--fs-1);line-height:var(--lh-1);letter-spacing:.08em;text-transform:uppercase;color:var(--text-2);margin-bottom:var(--space-1)}.foot-col.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-3);font-size:var(--fs-2);line-height:var(--lh-2)}.foot-col.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text-1)}.legal.svelte-12qhfyh{color:var(--text-3);font-size:var(--fs-1);line-height:var(--lh-1);border-top:1px solid var(--border);padding-top:var(--space-5)}@media(max-width:860px){.foot-top.svelte-12qhfyh{grid-template-columns:repeat(2,minmax(0,1fr))}.foot-brand.svelte-12qhfyh{grid-column:1 / -1}}.nav-progress.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;height:3px;z-index:100;pointer-events:none;background:transparent}.nav-progress-fill.svelte-12qhfyh{height:100%;width:0;background:var(--accent);box-shadow:0 0 8px color-mix(in srgb,var(--accent) 60%,transparent);animation:svelte-12qhfyh-nav-trickle 8s cubic-bezier(.08,.6,.15,1) forwards}.nav-progress.done.svelte-12qhfyh{animation:svelte-12qhfyh-nav-fade .45s ease .1s forwards}.nav-progress.done.svelte-12qhfyh .nav-progress-fill:where(.svelte-12qhfyh){animation:none;width:100%;transition:width .15s ease-out}@keyframes svelte-12qhfyh-nav-trickle{0%{width:0}12%{width:38%}45%{width:72%}to{width:88%}}@keyframes svelte-12qhfyh-nav-fade{to{opacity:0}}@media(prefers-reduced-motion:reduce){.nav-progress-fill.svelte-12qhfyh{animation:none;width:60%}}
