:root{--ink:#0a0a0b;--bg:#fbfbfa;--surface:#fff;--surface-sunken:#f4f4f3;--border:#e6e5e2;--border-strong:#d4d3cf;--text:#17171a;--text-muted:#5b5b60;--text-faint:#6e6d68;--accent:#2a3ed1;--accent-strong:#1d2c9c;--accent-soft:#eef0fb;--on-accent:#fff;--caution:#8f6118;--caution-soft:#faf3e6;--radius-xs:3px;--radius-sm:5px;--radius-md:7px;--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;--font-sans:var(--font-geist-sans), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:var(--font-geist-mono), "SFMono-Regular", Consolas, monospace;--text-2xs:.6875rem;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.375rem;--text-2xl:1.75rem;--text-3xl:2.25rem;--text-4xl:3rem;--text-5xl:3.75rem;--shadow-sm:0 1px 2px #0a0a0b0d;--shadow-md:0 8px 24px -8px #0a0a0b24;--content-width:1200px;--prose-width:700px;--dark-bg:#0a0a0d;--dark-surface:#131318;--dark-border:#26262e;--dark-text:#f5f5f4;--dark-text-muted:#9997a3;--dark-accent:#7a8bff;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root{--ink:#f5f5f4;--bg:#0a0a0b;--surface:#121213;--surface-sunken:#17181a;--border:#26262a;--border-strong:#35353a;--text:#f2f2f0;--text-muted:#a3a29c;--text-faint:#8a8983;--accent:#7a8bff;--accent-strong:#a6b1ff;--accent-soft:#171a33;--on-accent:#0a0a0b;--caution:#d9a54a;--caution-soft:#2a2213;--shadow-sm:0 1px 2px #0006;--shadow-md:0 12px 32px -8px #0000008c;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*{box-sizing:border-box;margin:0;padding:0}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--text);background:var(--bg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-size:16px;line-height:1.5;display:flex}a{color:inherit;text-decoration:none}button{font-family:inherit}code,pre{font-family:var(--font-mono)}h1,h2,h3,h4{letter-spacing:-.015em;font-weight:600;line-height:1.15}img,svg{max-width:100%;display:block}::selection{background:var(--accent-soft)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
