:root{--bg: #0e1116;--surface: #171b22;--surface-2: #1f242d;--border: #2a313c;--text: #e6e9ef;--muted: #9aa4b2;--accent: #4f8cff;--pos: #2ecc71;--neg: #ff5c5c;--radius: 12px}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}a{color:var(--accent)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem}button,select{background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:.5rem .75rem;font:inherit;cursor:pointer}select:focus,button:focus{outline:2px solid var(--accent)}
