:root{--bg-primary: #0a0e17;--bg-secondary: #0f1420;--bg-card: #141926;--bg-elevated: #1a2035;--bg-input: #0d1119;--border: #1e2a3a;--border-focus: #00e5a0;--text-primary: #e8edf5;--text-secondary: #7a8ba8;--text-muted: #4a5872;--accent: #00e5a0;--accent-dim: #00e5a020;--accent-glow: #00e5a040;--accent-secondary: #00b4d8;--danger: #ff4d6a;--warning: #ffb547;--success: #00e5a0;--purple: #8b5cf6}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg-primary);color:var(--text-primary);font-family:Outfit,sans-serif;-webkit-font-smoothing:antialiased}#root{min-height:100vh}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.anim-1{animation:fadeInUp .6s ease both}.anim-2{animation:fadeInUp .6s ease .1s both}.anim-3{animation:fadeInUp .6s ease .2s both}.anim-4{animation:fadeInUp .6s ease .3s both}.anim-5{animation:fadeInUp .6s ease .4s both}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.hover-row:hover{background:var(--bg-elevated)}
