*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0f1117;--sidebar: #13161e;--card: #1a1d27;--card2: #1f2235;--border: #2a2d3e;--blue: #4f8ef7;--blue2: #3a7bd5;--green: #3ecf8e;--purple: #a855f7;--orange: #f97316;--red: #ef4444;--yellow: #eab308;--cyan: #06b6d4;--text: #e2e8f0;--muted: #64748b;--muted2: #94a3b8}body{background:var(--bg);color:var(--text);font-family:Segoe UI,system-ui,sans-serif;height:100vh;overflow:hidden}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(80px);opacity:0}to{transform:translateY(0);opacity:1}}
