:root{--bg: #f5f6f8;--surface: #ffffff;--surface-2: #eceef2;--sidebar: #fbfbfc;--border: #e0e4ea;--text: #1b1f27;--muted: #6b7280;--accent: #3b6cff;--accent-soft: rgba(59, 108, 255, .1);--danger: #dc2626;--danger-soft: rgba(220, 38, 38, .09);--ok: #0f9d58;--ok-soft: rgba(15, 157, 88, .1);--radius: 14px;color-scheme:light;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}:root[data-theme=dark]{--bg: #0f1115;--surface: #181b22;--surface-2: #1f232c;--sidebar: #14171d;--border: #2a2f3a;--text: #e7e9ee;--muted: #9aa3b2;--accent: #4f7cff;--accent-soft: rgba(79, 124, 255, .14);--danger: #ff6b6b;--danger-soft: rgba(255, 107, 107, .14);--ok: #46c98b;--ok-soft: rgba(70, 201, 139, .14);color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;background:var(--bg);color:var(--text)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}
