:root{--bg: #0a0a0f;--surface: #111118;--card: #16161f;--border: #1e1e2e;--accent: #7c3aed;--accent2: #a855f7;--hot: #f97316;--green: #22c55e;--red: #ef4444;--text: #f1f0ff;--sub: #9290b0;--muted: #6b6b8a}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Syne,-apple-system,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;overflow-x:hidden}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.animate-fadeUp{animation:fadeUp .3s ease both}
