input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary)!important;box-shadow:0 0 0 2px #185fa54d}button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}a:hover{opacity:.8}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.dot{display:inline-block;width:8px;height:8px;background-color:var(--text-muted);border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}:root{--primary: #185FA5;--primary-dark: #0e3d6b;--bg: #0f172a;--bg-card: #1e293b;--bg-input: #334155;--text: #e2e8f0;--text-muted: #94a3b8;--border: #334155;--success: #22c55e;--danger: #ef4444;--warning: #f59e0b;--critical: #7c3aed;--radius: 8px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}#root{display:flex;min-height:100vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
