:root{--bg-primary:#0f0e0f;--bg-surface:#1a191b;--bg-surface-high:#201f21;--bg-surface-highest:#272528;--text-primary:#e9e4e7;--text-secondary:#aeaaad;--accent:#8b5cf6;--accent-hover:#7c3aed;--border:#49474a;--error:#ec7c8a;--font:"Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh}#root{flex-direction:column;min-height:100vh;display:flex}input,textarea,select,button{font-family:inherit;font-size:inherit}a{color:var(--accent);text-decoration:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}@keyframes pulse{0%,to{opacity:.3}50%{opacity:1}}
