/* The only public-site palette. Page styles consume these semantic tokens. */
:root{font-family:Arial,"Microsoft YaHei",system-ui,sans-serif;color:var(--site-fg);background:var(--site-bg);color-scheme:light;--site-bg:#fff;--site-fg:#09090b;--site-surface:#fff;--site-soft:#faf7ff;--site-muted:#62626b;--site-border:#e4e4e7;--site-control-border:#a1a1aa;--site-primary:#7f22fe;--site-primary-foreground:#fff;--site-primary-ink:#7020c5;--site-danger:#b42335;--site-focus:#a685ff;--radius:.65rem;--content-width:1120px;--font-sans:Arial,"Microsoft YaHei",system-ui,sans-serif;--primary-hover:#7008e7;--shadow-sm:0 2px 8px #0000000a;--shadow-md:0 8px 28px #0000000f;--shadow-primary:0 8px 24px #7f22fe38}
html.dark{color-scheme:dark;--site-bg:#09090b;--site-fg:#fafafa;--site-surface:#18181b;--site-soft:#27272a;--site-muted:#b1b1bd;--site-border:#ffffff26;--site-control-border:#71717a;--site-primary-ink:#c4a5ff;--site-danger:#fda4af;--site-focus:#c4a5ff;--shadow-sm:0 2px 10px #0004;--shadow-md:0 12px 32px #0005}
:root{--bg:var(--site-bg);--fg:var(--site-fg);--surface:var(--site-surface);--soft:var(--site-soft);--line:var(--site-border);--muted:var(--site-muted);--muted-ink:var(--site-muted);--purple:var(--site-primary);--background:var(--site-bg);--foreground:var(--site-fg);--card:var(--site-surface);--card-foreground:var(--site-fg);--popover:var(--site-surface);--popover-foreground:var(--site-fg);--primary:var(--site-primary);--primary-foreground:var(--site-primary-foreground);--secondary:var(--site-soft);--secondary-foreground:var(--site-fg);--muted-foreground:var(--site-muted);--accent:var(--site-soft);--accent-foreground:var(--site-fg);--border:var(--site-border);--input:var(--site-control-border);--ring:var(--site-focus);--text:var(--site-fg);--primary-ink:var(--site-primary-ink);--danger-ink:var(--site-danger);}

/* Footer palette measured from the reference browser rendering. */
:root{--footer-bg:lab(3.11152% 3.40872 -9.06264);--footer-fg:lab(98.26% 0 0);--footer-muted:lab(65.6464% 1.53497 -5.42429);--footer-primary:lab(49.9355% 55.1776 -81.8963);--footer-border:rgb(255 255 255 / .07)}
