:root { --color-primary:#1976d2; --color-surface:#ffffff; --color-bg:#f5f7fa; --color-text:#1c2230; }
[data-theme='dark'] { --color-primary:#64b5f6; --color-surface:#1e2530; --color-bg:#12171f; --color-text:#e3e7ef; }
body { background:var(--color-bg); color:var(--color-text); }
