*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--amber: #f59e0b;--amber-hover: #d97706;--amber-light: #fef3c7;--dark-900: #0a0a0a;--dark-800: #111111;--dark-700: #1a1a1a;--dark-600: #222222;--dark-500: #2a2a2a;--dark-400: #333333;--dark-300: #444444;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--text-muted: #64748b;--border: #2a2a2a;--border-light: #333333;--success: #22c55e;--error: #ef4444;--radius: 8px;--radius-lg: 12px;--shadow: 0 4px 24px rgba(0,0,0,.4)}html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5;color:var(--text-primary);background:var(--dark-900);-webkit-font-smoothing:antialiased}body{min-height:100vh;background:var(--dark-900)}#root{min-height:100vh}a{color:var(--amber);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}img{max-width:100%;display:block}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--dark-800)}::-webkit-scrollbar-thumb{background:var(--dark-400);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--amber)}
