:root{--bg: #f6f7f9;--surface: #ffffff;--border: #e7e9ee;--border-strong: #d3d7e0;--text: #1a1d23;--text-muted: #6b7280;--accent: #6b4eff;--accent-soft: #ece8ff;--danger: #d92d20;--radius: 16px}@media(prefers-color-scheme:dark){:root{--bg: #0f1115;--surface: #171a21;--border: #242833;--border-strong: #323744;--text: #f1f3f7;--text-muted: #98a1b3;--accent: #8b73ff;--accent-soft: #221d3d}}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}.muted{color:var(--text-muted)}
