:root{--primary:#c1df13;--primary-dark:#a3bc0f;--bg:#050505;--surface:#111;--surface-hover:#1a1a1a;--card:#161616;--border:#ffffff14;--border-hover:#ffffff29;--text:#f5f5f5;--text-secondary:#c8c8c8;--text-muted:#a5a5a5;--danger:#ef4444;--warning:#f59e0b;--info:#3b82f6;--radius:12px;--radius-sm:8px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,select{font-family:inherit}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:.8s linear infinite spin}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:8px}
