body { background: #0f0f1e; color: #fff; font-family: -apple-system, sans-serif; }
.login-page { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); min-height: 100vh; display: flex; align-items: center; }
.login-box { background: white; padding: 40px; border-radius: 15px; box-shadow: 0 20px 60px rgba(0,0,0,0.3); max-width: 400px; width: 100%; }
.logo { color: #667eea; font-size: 32px; font-weight: 700; text-align: center; margin-bottom: 30px; }
.navbar { background: #1a1a2e; box-shadow: 0 2px 10px rgba(0,0,0,0.5); padding: 15px; }
.navbar-brand { font-size: 24px; font-weight: 600; color: #fff !important; }
.container { max-width: 1200px; margin-top: 30px; }
.search-box { background: #1a1a2e; padding: 30px; border-radius: 15px; margin-bottom: 30px; }
.search-box input { background: #0f0f1e; border: 2px solid #667eea; color: white; padding: 15px; font-size: 18px; }
.result-box { background: #1a1a2e; padding: 30px; border-radius: 15px; }
.result-box h2, .result-box h3, .result-box p { color: #fff; }
.text-muted { color: #999 !important; }.status-card { background: #0f0f1e; padding: 20px; border-radius: 10px; border-left: 4px solid #667eea; margin-bottom: 15px; }
.status-card h3 { color: #999; font-size: 14px; margin-bottom: 10px; text-transform: uppercase; }
.status-card .value { font-size: 24px; font-weight: 600; }
.good { color: #4ade80; }
.warn { color: #fbbf24; }
.bad { color: #f87171; }
.diagnosis { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 20px; border-radius: 10px; margin-top: 20px; font-size: 20px; font-weight: 600; text-align: center; }
.table-dark { background: #1a1a2e; color: #fff; }
.table-dark th { border-color: #667eea; }
.table-hover tbody tr:hover { background: #0f0f1e; }
.terminal-box { background: #000; padding: 20px; border-radius: 10px; margin-top: 20px; }
.terminal-box pre { color: #0f0; margin: 0; font-family: 'Courier New', monospace; }
.text-primary { color: #667eea !important; }
.btn-outline-light:hover { background: #667eea; border-color: #667eea; }