@font-face{font-family:Manrope;src:url(/fonts/Manrope-latin.var.woff2)format("woff2");font-weight:200 800;font-style:normal;font-display:swap}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--font-sans:"Manrope", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono:ui-monospace, "SF Mono", "JetBrains Mono", Menlo, Consolas, monospace;--ink:#0b1220;--ink-2:#1e293b;--ink-3:#334155;--live:#22c55e;--live-600:#16a34a;--live-700:#15803d;--live-soft:#dcfce7;--paper:#f8fafc;--surface:#fff;--surface-2:#f1f5f9;--surface-3:#e2e8f0;--line:#e2e8f0;--line-strong:#cbd5e1;--text:#0b1220;--text-2:#334155;--muted:#64748b;--on-live:#052e16;--warn:#f59e0b;--warn-soft:#fef3c7;--on-warn:#78350f;--danger:#ef4444;--danger-soft:#fee2e2;--on-danger:#7f1d1d;--info:#3b82f6;--info-soft:#dbeafe;--on-info:#1e3a8a;--offline:#94a3b8;--radius-sm:6px;--radius:10px;--radius-lg:16px;--radius-xl:24px;--shadow-sm:0 1px 2px #0b12200f;--shadow:0 1px 3px #0b122014, 0 8px 24px -12px #0b12202e;--shadow-lg:0 24px 48px -24px #0b122059;--focus:0 0 0 3px #22c55e73;--fs-xs:.75rem;--fs-sm:.875rem;--fs-md:1rem;--fs-lg:1.125rem;--fs-xl:1.375rem;--fs-2xl:1.75rem;--fs-3xl:2.25rem;--fs-4xl:3rem;--fs-5xl:3.75rem;--lh-tight:1.1;--lh-snug:1.25;--lh-normal:1.55;--content-max:1120px;--gutter:clamp(1rem, 4vw, 2rem)}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--paper:#0b1220;--surface:#111a2e;--surface-2:#162036;--surface-3:#1e2a44;--line:#223050;--line-strong:#2e3d5c;--text:#e6eaf2;--text-2:#b8c2d6;--muted:#8593ad;--ink:#e6eaf2;--ink-2:#c9d2e3;--ink-3:#a3afc6;--live-soft:#123524;--warn-soft:#3a2a0a;--on-warn:#fcd34d;--danger-soft:#3f1414;--on-danger:#fca5a5;--info-soft:#14284a;--on-info:#93c5fd;--on-live:#bbf7d0;--offline:#64748b;--shadow-sm:0 1px 2px #0006;--shadow:0 1px 3px #00000080, 0 8px 24px -12px #0009;--shadow-lg:0 24px 48px -24px #000c}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:16px;line-height:var(--lh-normal);color:var(--text);background:var(--paper);-webkit-font-smoothing:antialiased;margin:0}img,svg,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}p a,li a,.prose a{color:var(--live-700);text-underline-offset:3px;text-decoration:underline}h1,h2,h3,h4{letter-spacing:-.02em;font-weight:700;line-height:var(--lh-tight);margin:0}h1{font-size:clamp(2.25rem,5.5vw,3.75rem)}h2{font-size:clamp(1.75rem,3.5vw,2.5rem)}h3{font-size:var(--fs-xl);letter-spacing:-.01em}p{margin:0}code,pre,kbd{font-family:var(--font-mono);font-size:.9em}pre{border-radius:var(--radius);background:var(--ink);color:#dce3ee;max-width:100%;margin:0;padding:1rem 1.25rem;line-height:1.5;overflow-x:auto}pre code{font-size:.85rem}button{font:inherit}:focus-visible{box-shadow:var(--focus);border-radius:var(--radius-sm);outline:none}.container{width:100%;max-width:var(--content-max);padding:0 var(--gutter);margin:0 auto}.section{padding:clamp(3.5rem,8vw,6.5rem) 0}.section-tight{padding:clamp(2rem,5vw,3.5rem) 0}.section-dark{background:var(--ink);color:#e6eaf2}.section-dark .muted{color:#9aa8c2}.section-alt{background:var(--surface-2)}.eyebrow{font-size:var(--fs-sm);letter-spacing:.04em;text-transform:uppercase;color:var(--live-700);margin-bottom:.75rem;font-weight:600;display:inline-block}.section-dark .eyebrow{color:var(--live)}.lead{font-size:var(--fs-lg);color:var(--text-2);max-width:60ch}.section-dark .lead{color:#b8c2d6}.muted{color:var(--muted)}.center{text-align:center}.center .lead{margin-inline:auto}.stack>*+*{margin-top:1rem}.stack-lg>*+*{margin-top:2rem}.grid{gap:1.25rem;display:grid}.grid>*{min-width:0}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (width<=900px){.grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.btn{border-radius:var(--radius);font-weight:600;font-size:var(--fs-md);cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.15rem;line-height:1.2;transition:background-color .15s,border-color .15s,transform 50ms;display:inline-flex}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--live);color:var(--on-live)}.btn-primary:hover{background:var(--live-600);color:#fff}.btn-ink{background:var(--ink);color:#fff}.btn-ink:hover{background:var(--ink-2)}.btn-ghost{border-color:var(--line-strong);color:var(--text);background:0 0}.btn-ghost:hover{background:var(--surface);border-color:var(--ink-3)}.section-dark .btn-ghost{color:#e6eaf2;border-color:#3a4a6b}.section-dark .btn-ghost:hover{background:#162036}.btn-lg{font-size:var(--fs-lg);padding:.9rem 1.5rem}.btn-sm{font-size:var(--fs-sm);padding:.45rem .8rem}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.5rem}.card h3{margin-bottom:.5rem}.card p{color:var(--text-2)}.section-dark .card{background:#111a2e;border-color:#223050}.section-dark .card p{color:#b8c2d6}.icon-tile{border-radius:var(--radius);background:var(--live-soft);width:40px;height:40px;color:var(--live-700);place-items:center;margin-bottom:1rem;display:grid}.section-dark .icon-tile{color:var(--live);background:#123524}.icon-tile svg{width:22px;height:22px}.pill{font-size:var(--fs-sm);background:var(--surface-2);color:var(--text-2);border-radius:999px;align-items:center;gap:.4rem;padding:.25rem .65rem;font-weight:600;display:inline-flex}.pill-live{background:var(--live-soft);color:var(--live-700)}.dot{background:var(--live);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 3px #22c55e40}.table{border-collapse:collapse;width:100%;font-size:var(--fs-sm)}.table th,.table td{text-align:left;border-bottom:1px solid var(--line);vertical-align:top;padding:.85rem .9rem}.table th{color:var(--muted);font-weight:600;font-size:var(--fs-xs);text-transform:uppercase;letter-spacing:.04em}.table-wrap{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);overflow-x:auto}.table-wrap .table th,.table-wrap .table td{padding-inline:1.1rem}.table tr:last-child td{border-bottom:0}.prose{max-width:70ch}.prose>*+*{margin-top:1rem}.prose h2{font-size:var(--fs-2xl);margin-top:2.5rem}.prose h3{margin-top:1.75rem}.prose ul,.prose ol{color:var(--text-2);padding-left:1.25rem}.prose li+li{margin-top:.35rem}.prose p{color:var(--text-2)}.checklist{gap:.6rem;margin:0;padding:0;list-style:none;display:grid}.checklist li{color:var(--text-2);align-items:flex-start;gap:.6rem;display:flex}.checklist li:before{content:"";background:var(--live-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2315803D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/11px no-repeat;border-radius:50%;flex:none;width:18px;height:18px;margin-top:.2rem}.section-dark .checklist li{color:#b8c2d6}.faq details{border-bottom:1px solid var(--line);padding:1rem 0}.faq summary{cursor:pointer;font-weight:600;font-size:var(--fs-lg);justify-content:space-between;align-items:center;gap:1rem;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--muted);font-size:1.4rem;font-weight:400}.faq details[open] summary:after{content:"–"}.faq details p{color:var(--text-2);max-width:70ch;margin-top:.6rem}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.hdr.svelte-1elxaub{z-index:50;background:color-mix(in srgb, var(--paper) 88%, transparent);-webkit-backdrop-filter:saturate(1.4)blur(10px);backdrop-filter:saturate(1.4)blur(10px);border-bottom:1px solid var(--line);position:sticky;top:0}.hdr-in.svelte-1elxaub{justify-content:space-between;align-items:center;gap:1rem;height:64px;display:flex}.logo.svelte-1elxaub img:where(.svelte-1elxaub){width:auto;height:28px}.nav.svelte-1elxaub{font-weight:500;font-size:var(--fs-sm);align-items:center;gap:1.5rem;display:flex}.nav.svelte-1elxaub a:where(.svelte-1elxaub):not(.btn){color:var(--text-2);border-bottom:2px solid #0000;padding:.25rem 0}.nav.svelte-1elxaub a:where(.svelte-1elxaub):not(.btn):hover,.nav.svelte-1elxaub a.active:where(.svelte-1elxaub){color:var(--text);border-bottom-color:var(--live)}.nav-cta.svelte-1elxaub{gap:.5rem;margin-left:.5rem;display:flex}.burger.svelte-1elxaub{border:1px solid var(--line);border-radius:var(--radius);cursor:pointer;width:40px;height:40px;color:var(--text);background:0 0;display:none}@media (width<=900px){.burger.svelte-1elxaub{place-items:center;display:grid}.nav.svelte-1elxaub{background:var(--surface);border-bottom:1px solid var(--line);padding:1rem var(--gutter) 1.25rem;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:.25rem;display:none;position:absolute;top:64px;left:0;right:0}.nav.open.svelte-1elxaub{display:flex}.nav.svelte-1elxaub a:where(.svelte-1elxaub):not(.btn){font-size:var(--fs-md);border-bottom:1px solid var(--line);padding:.65rem 0}.nav-cta.svelte-1elxaub{margin:.75rem 0 0}.nav-cta.svelte-1elxaub .btn:where(.svelte-1elxaub){flex:1}}.ftr.svelte-jz8lnl{background:var(--ink);color:#b8c2d6;font-size:var(--fs-sm);padding:3.5rem 0 2rem}.cols.svelte-jz8lnl{grid-template-columns:1.6fr 1fr 1.4fr 1fr;gap:2rem;display:grid}.cols.svelte-jz8lnl a:where(.svelte-jz8lnl){color:#b8c2d6;padding:.3rem 0;display:block}.cols.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:#fff}h4.svelte-jz8lnl{color:#fff;font-size:var(--fs-sm);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.brand.svelte-jz8lnl img:where(.svelte-jz8lnl){width:auto;height:28px;margin-bottom:1rem}.brand.svelte-jz8lnl p:where(.svelte-jz8lnl){max-width:32ch}.tag.svelte-jz8lnl{color:var(--live);margin-top:.75rem;font-weight:600}.bottom.svelte-jz8lnl{color:#8593ad;font-size:var(--fs-xs);border-top:1px solid #223050;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:1.5rem;display:flex}@media (width<=900px){.cols.svelte-jz8lnl{grid-template-columns:1fr 1fr}}@media (width<=560px){.cols.svelte-jz8lnl{grid-template-columns:1fr}}
