:root{--canvas:#f6f7f9;--surface:#ffffff;--surface-raised:#f6f7f9;--border:#e3e6ec;--border-strong:#cbd0da;--content:#0e1017;--content-secondary:#515a6c;--content-muted:#828a9b;--brand:#736ced;--brand-solid:#5a4fd9;--brand-soft:#f0effe;--accent:#ff9e1c;--accent-content:#06070e;--ring:#736ced;--success:#18935a;--success-bg:#e7f6ee;--warning:#d97706;--warning-bg:#fdf2e0;--danger:#d92d3c;--danger-bg:#fdecec;--info:#2081c3;--info-bg:#e6f2fb;--code-bg:#0e1017;--code-fg:#e4e2fd;--radius-sm:7px;--radius-md:9px;--radius-lg:12px;--radius-xl:14px;--radius-pill:999px;--fd-background:220 20% 97%;--fd-foreground:224 24% 7%;--fd-card:0 0% 100%;--fd-card-foreground:224 24% 7%;--fd-popover:0 0% 100%;--fd-popover-foreground:224 24% 7%;--fd-muted:220 19% 94%;--fd-muted-foreground:221 11% 56%;--fd-border:220 19% 91%;--fd-primary:245 64% 58%;--fd-primary-foreground:0 0% 100%;--fd-secondary:220 19% 94%;--fd-secondary-foreground:224 24% 7%;--fd-accent:244 88% 97%;--fd-accent-foreground:224 24% 7%;--fd-ring:243 78% 68%}.dark{--canvas:#06070e;--surface:#0e1017;--surface-raised:#181c24;--border:#262b35;--border-strong:#3b4350;--content:#f4f5f8;--content-secondary:#b6bcca;--content-muted:#8b93a4;--brand:#8d85f2;--brand-solid:#5a4fd9;--brand-soft:#1a1840;--accent:#ffae33;--accent-content:#06070e;--ring:#8d85f2;--success:#34d399;--success-bg:#0e2a1d;--warning:#fbbf24;--warning-bg:#2e2106;--danger:#f76e72;--danger-bg:#2c1315;--info:#38bdf8;--info-bg:#0a2433;--code-bg:#0a0b12;--code-fg:#cbc7fb;--fd-background:232 40% 4%;--fd-foreground:225 22% 96%;--fd-card:224 24% 7%;--fd-card-foreground:225 22% 96%;--fd-popover:224 24% 7%;--fd-popover-foreground:225 22% 96%;--fd-muted:220 20% 12%;--fd-muted-foreground:221 12% 59%;--fd-border:220 16% 18%;--fd-primary:244 81% 74%;--fd-primary-foreground:232 40% 4%;--fd-secondary:220 20% 12%;--fd-secondary-foreground:225 22% 96%;--fd-accent:243 45% 17%;--fd-accent-foreground:225 22% 96%;--fd-ring:244 81% 74%}body,html{font-family:var(--font-sans),ui-sans-serif,system-ui,-apple-system,sans-serif}::selection{background:color-mix(in srgb,var(--brand) 26%,transparent)}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:5px}:not(pre)>code{background:color-mix(in srgb,var(--brand) 10%,transparent);border:1px solid color-mix(in srgb,var(--brand) 20%,transparent);border-radius:4px;padding:1px 6px;font-size:.875em;font-weight:500}:not(pre)>code,pre{font-family:var(--font-mono),ui-monospace,monospace}pre{border:1px solid var(--border);border-radius:var(--radius-lg)}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:2px solid var(--ring);outline-offset:2px}