:root{--bg:#0f1117;--bg-card:#1a1d27;--bg-card2:#20243a;--border:#2e3354;--accent:#6366f1;--accent2:#8b5cf6;--accent3:#06b6d4;--text:#e2e8f0;--text-muted:#94a3b8;--success:#10b981;--warning:#f59e0b;--danger:#ef4444}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif;font-size:14px;line-height:1.6}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.animate-fade-in{animation:.3s ease-out fadeIn}.animate-spin{animation:1s linear infinite spin}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px}.tag{border:1px solid;border-radius:999px;align-items:center;padding:2px 10px;font-size:12px;font-weight:500;display:inline-flex}.strength-strong{color:#34d399;background:#10b98126;border-color:#10b9814d}.strength-medium{color:#fbbf24;background:#f59e0b26;border-color:#f59e0b4d}.strength-weak{color:#f87171;background:#ef444426;border-color:#ef44444d}
