@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg:#0d0d0d;--bg2:#1a1a1a;--bg3:#242424;--border:#2a2a2a;--border2:#333;--text:#fff;--text-muted:#8b8b8b;--text-dim:#444;--blue:#0070f3;--blue-dark:#0060d1;--blue-glow:#0070f326;--green:#00c73c;--green-bg:#00c73c26;--red:#ff3d57;--red-bg:#ff3d5726;--amber:#f5a623}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{background:var(--bg);height:100%;color:var(--text);-webkit-font-smoothing:antialiased;overscroll-behavior:none;font-family:Inter,-apple-system,sans-serif}::-webkit-scrollbar{width:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-up{animation:.25s ease-out both fadeUp}.fade-up-1{animation:.25s ease-out 40ms both fadeUp}.fade-up-2{animation:.25s ease-out 80ms both fadeUp}.fade-up-3{animation:.25s ease-out .12s both fadeUp}.fade-up-4{animation:.25s ease-out .16s both fadeUp}
