:root{--bg: #f6f7f9;--surface: #ffffff;--input-surface: #f2f4f7;--border: #dfe3e8;--text: #171a1f;--text-muted: #5f6672;--accent: #2f6fed;--accent-contrast: #ffffff;--accent-ring: rgb(47 111 237 / 22%);--danger-text: #b4232b;--danger-border: #f0c2c4;--danger-surface: #fdf2f2}@media(prefers-color-scheme:dark){:root{--bg: #0f1115;--surface: #171a21;--input-surface: #1f232c;--border: #2a2f3a;--text: #e8eaed;--text-muted: #9aa2b1;--accent: #5b8def;--accent-contrast: #0f1115;--accent-ring: rgb(91 141 239 / 26%);--danger-text: #f2a0a4;--danger-border: #5a2e33;--danger-surface: #2a1a1d}}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}
