.status-overview{margin-bottom:3rem}.overview-card{box-shadow:var(--shadow-md);text-align:center;background:#fff;border-radius:12px;padding:2rem}.overview-card.operational{border-left:4px solid #10b981}.status-indicator{justify-content:center;align-items:center;gap:1rem;font-size:1.2rem;font-weight:600;display:flex}.indicator-dot{background:#10b981;border-radius:50%;width:12px;height:12px;animation:2s infinite pulse}.page-header{text-align:center;margin-bottom:3rem}.page-header h1{margin-bottom:1rem;font-size:2.5rem}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.systems-grid h2,.incidents-section h2{color:var(--text-primary);margin-bottom:2rem}.systems-list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.system-card{box-shadow:var(--shadow-sm);background:#fff;border-left:4px solid;border-radius:8px;padding:1.5rem}.system-card.operational{border-left-color:#10b981}.system-card.maintenance{border-left-color:#f59e0b}.system-card.degraded{border-left-color:#f97316}.system-card.outage{border-left-color:#ef4444}.system-info{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.system-info h4{color:var(--text-primary);margin:0}.status-badge{border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:600}.status-badge.operational{color:#065f46;background:#d1fae5}.status-badge.maintenance{color:#92400e;background:#fef3c7}.status-badge.degraded{color:#9a3412;background:#ffedd5}.status-badge.outage{color:#991b1b;background:#fee2e2}.status-badge.resolved{color:#1e40af;background:#dbeafe}.system-meta{color:var(--text-light);font-size:.9rem}.incidents-list{flex-direction:column;gap:1rem;display:flex}.incident-card{box-shadow:var(--shadow-sm);background:#fff;border-radius:8px;padding:1.5rem}.incident-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.incident-header h4{color:var(--text-primary);margin:0}.incident-meta{color:var(--text-light);margin-bottom:1rem;font-size:.9rem}.incident-card p{color:var(--text-secondary);margin:0;line-height:1.5}
