:root{--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--accent-primary: #06b6d4;--accent-secondary: #0891b2;--accent-hover: #22d3ee;--success: #10b981;--warning: #f59e0b;--error: #ef4444;--border-color: #334155;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .3)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.6;min-height:100vh}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-primary)}button{font-family:inherit;cursor:pointer;border:none;outline:none;background:none;transition:all .3s ease}a{color:var(--accent-primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--accent-hover)}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}.loading{animation:pulse 1.5s ease-in-out infinite}.status-indicator{width:12px;height:12px;border-radius:50%;display:inline-block;margin-right:8px}.status-online{background:var(--success);box-shadow:0 0 8px var(--success)}.status-degraded{background:var(--warning);box-shadow:0 0 8px var(--warning)}.status-offline{background:var(--error);box-shadow:0 0 8px var(--error)}
