@tailwind base;@tailwind components;@tailwind utilities;:root{--primary:#1a73e8;--primary-dark:#1557b0;--bg-dark:#0f172a;--bg-card:#1e293b;--bg-input:#334155;--text:#f1f5f9;--text-muted:#94a3b8;--border:#334155;--success:#16a34a;--warning:#d97706;--danger:#dc2626}[data-theme=light]{--primary:#1a73e8;--primary-dark:#1557b0;--bg-dark:#f1f5f9;--bg-card:#fff;--bg-input:#e2e8f0;--text:#0f172a;--text-muted:#64748b;--border:#cbd5e1;--success:#16a34a;--warning:#d97706;--danger:#dc2626}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-dark);color:var(--text);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:.3s ease-out fadeIn}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse-slow{animation:2s ease-in-out infinite pulse}.spinner{border:3px solid var(--border);border-top:3px solid var(--primary);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.card-hover{transition:all .2s}.card-hover:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.badge-up{color:#4ade80;background:#16a34a26}.badge-down{color:#f87171;background:#dc262626}.badge-unknown{color:#94a3b8;background:#94a3b826}.table-row{transition:background .15s}.table-row:hover{background:#1a73e80d}
