:root{--bg: #f7f7f8;--surface: #ffffff;--border: #e5e7eb;--text: #1f2937;--muted: #6b7280;--accent: #2563eb;--accent-soft: #eff6ff;--danger: #dc2626;--radius: 8px;color-scheme:light dark}@media (prefers-color-scheme: dark){:root{--bg: #0f172a;--surface: #111827;--border: #1f2937;--text: #e5e7eb;--muted: #9ca3af;--accent: #60a5fa;--accent-soft: #1e293b;--danger: #f87171}}*{box-sizing:border-box}html,body{margin:0;height:100%}body{background:var(--bg);color:var(--text);font:15px/1.5 system-ui,-apple-system,Segoe UI,Roboto,sans-serif}a{color:var(--accent);text-decoration:none}button{font:inherit;cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:var(--radius);padding:.45rem .8rem}button.primary{background:var(--accent);border-color:var(--accent);color:#fff}button:hover{filter:brightness(.97)}input,select{font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .6rem;width:100%}.muted{color:var(--muted)}
