:root{--bg: #0f0f12;--surface: #18181d;--border: #2a2a32;--text: #e8e8ed;--muted: #8b8b9a;--accent: #7c6ef6;--accent-hover: #9588f7;--success: #4ade80;--error: #f87171;font-family:DM Sans,system-ui,sans-serif;line-height:1.5;color:var(--text);background:var(--bg)}*{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}button{font:inherit;cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.2rem;background:var(--accent);color:#fff;font-weight:500}button:hover{background:var(--accent-hover)}button:disabled{opacity:.6;cursor:not-allowed}input,select{font:inherit;padding:.5rem .75rem;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text)}input::placeholder{color:var(--muted)}label{display:block;margin-bottom:.25rem;font-size:.875rem;color:var(--muted)}
