*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-base: #080d1a;--bg-surface: #0f1729;--bg-elevated: #161f35;--bg-hover: #1a2540;--border: #1e2d4a;--border-mid: #263550;--text-primary:#e8edf5;--text-mid: #8a9ab8;--text-muted: #4a5a78;--accent: #f59e0b;--accent-dark: #b45309;--accent-glow: rgba(245,158,11,.15);--green: #22c55e;--red: #ef4444;--blue: #3b82f6;--purple: #8b5cf6;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--shadow-lg: 0 20px 40px rgba(0,0,0,.4)}html{font-size:16px}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg-base);color:var(--text-primary);min-height:100vh;-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;flex-direction:column}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-surface)}::-webkit-scrollbar-thumb{background:var(--border-mid);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.fade-in{animation:fadeIn .25s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:none}}@keyframes toastIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:none}}
