:root{--bg: #0b0b0d;--bg-2: #111114;--bg-3: #18181c;--bg-4: #1e1e24;--border: rgba(255,255,255,.07);--border-hover: rgba(255,255,255,.15);--text: #f0f0f2;--text-2: #9898a8;--text-3: #5c5c6e;--white: #ffffff;--accent: #ffffff;--accent-dim: rgba(255,255,255,.08);--red: #ff4d4d;--green: #3ddc84;--yellow: #ffd166;--r-sm: 6px;--r-md: 10px;--r-lg: 14px;--r-xl: 20px;--sidebar-w: 220px;--font-display: "Syne", sans-serif;--font-mono: "DM Mono", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:var(--font-display);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,select{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--bg-4);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.animate-fadeUp{animation:fadeUp .35s ease both}.animate-fadeIn{animation:fadeIn .25s ease both}.spinner{width:20px;height:20px;border:2px solid var(--border);border-top-color:var(--white);border-radius:50%;animation:spin .7s linear infinite}
