*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0C0A13;--bg-card: #161228;--bg-elevated: #1E1832;--bg-input: #1A1530;--border: #2A2440;--accent: #FD4401;--accent-hover: #E63D01;--text: #FFFFFF;--text-muted: #8B82A7;--text-subtle: #5A5275;--success: #22C55E;--warning: #F59E0B;--danger: #EF4444;--info: #3B82F6;--font: Arial, sans-serif}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:var(--font);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font)}input,textarea,select{font-family:var(--font)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-subtle)}
