*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f1117;--surface: #1a1d27;--surface2: #22263a;--border: #2e3348;--accent: #6c63ff;--accent2: #00c9a7;--danger: #ff5c5c;--warn: #ffa940;--text: #e8eaf6;--muted: #8b90a7;--radius: 12px}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.6;min-height:100vh}a{color:var(--accent);text-decoration:none}button{cursor:pointer;border:none;font-family:inherit;font-size:14px}input,select{background:var(--surface2);border:1px solid var(--border);border-radius:8px;color:var(--text);font-family:inherit;font-size:14px;padding:8px 12px;outline:none;transition:border-color .2s}input:focus,select:focus{border-color:var(--accent)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
