.SystemStatusPage-module__9PMd_G__systemStatusPage{min-height:100vh}.SystemStatusPage-module__9PMd_G__heroSection{color:#fff;text-align:center;background:linear-gradient(135deg,#38a169 0%,#2f855a 100%);padding:140px 0 80px}.SystemStatusPage-module__9PMd_G__heroContent h1{margin-bottom:1.25rem;font-size:3rem;font-weight:700}.SystemStatusPage-module__9PMd_G__heroContent p{opacity:.9;max-width:700px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}.SystemStatusPage-module__9PMd_G__currentStatus{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:50px;align-items:center;gap:12px;padding:15px 30px;font-size:1.125rem;font-weight:600;display:inline-flex}.SystemStatusPage-module__9PMd_G__statusIndicator{border-radius:50%;width:16px;height:16px;animation:2s infinite SystemStatusPage-module__9PMd_G__pulse}.SystemStatusPage-module__9PMd_G__statusOperational{background:#48bb78}.SystemStatusPage-module__9PMd_G__statusDegraded{background:#ed8936}.SystemStatusPage-module__9PMd_G__statusDown{background:#e53e3e}@keyframes SystemStatusPage-module__9PMd_G__pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.SystemStatusPage-module__9PMd_G__servicesStatus{background:#fff;padding:100px 0}.SystemStatusPage-module__9PMd_G__servicesContainer{max-width:1000px;margin:60px auto 0}.SystemStatusPage-module__9PMd_G__serviceItem{background:#f8fafc;border-left:4px solid #0000;border-radius:15px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:30px;transition:all .3s;display:flex}.SystemStatusPage-module__9PMd_G__serviceItem:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.SystemStatusPage-module__9PMd_G__serviceItem.SystemStatusPage-module__9PMd_G__operational{border-left-color:#48bb78}.SystemStatusPage-module__9PMd_G__serviceItem.SystemStatusPage-module__9PMd_G__degraded{border-left-color:#ed8936}.SystemStatusPage-module__9PMd_G__serviceItem.SystemStatusPage-module__9PMd_G__down{border-left-color:#e53e3e}.SystemStatusPage-module__9PMd_G__serviceInfo h3{color:#1e293b;margin-bottom:8px;font-size:1.25rem;font-weight:600}.SystemStatusPage-module__9PMd_G__serviceInfo p{color:#64748b;margin-bottom:0;font-size:.875rem}.SystemStatusPage-module__9PMd_G__serviceStatus{align-items:center;gap:15px;display:flex}.SystemStatusPage-module__9PMd_G__statusBadge{border-radius:20px;padding:8px 16px;font-size:.875rem;font-weight:600}.SystemStatusPage-module__9PMd_G__badgeOperational{color:#22543d;background:#c6f6d5}.SystemStatusPage-module__9PMd_G__badgeDegraded{color:#7c2d12;background:#feebc8}.SystemStatusPage-module__9PMd_G__badgeDown{color:#742a2a;background:#fed7d7}.SystemStatusPage-module__9PMd_G__uptime{text-align:right}.SystemStatusPage-module__9PMd_G__uptimeValue{color:#1e293b;font-size:1.5rem;font-weight:700;line-height:1}.SystemStatusPage-module__9PMd_G__uptimeLabel{color:#64748b;margin-top:4px;font-size:.75rem}.SystemStatusPage-module__9PMd_G__incidentsSection{background:#f8fafc;padding:100px 0}.SystemStatusPage-module__9PMd_G__incidentsContainer{max-width:1000px;margin:60px auto 0}.SystemStatusPage-module__9PMd_G__incidentItem{background:#fff;border-radius:15px;margin-bottom:20px;padding:30px;transition:all .3s;box-shadow:0 1px 3px #0000001a}.SystemStatusPage-module__9PMd_G__incidentItem:hover{box-shadow:0 4px 12px #0000001a}.SystemStatusPage-module__9PMd_G__incidentHeader{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.SystemStatusPage-module__9PMd_G__incidentTitle h3{color:#1e293b;margin-bottom:8px;font-size:1.125rem;font-weight:600}.SystemStatusPage-module__9PMd_G__incidentMeta{color:#64748b;gap:20px;font-size:.875rem;display:flex}.SystemStatusPage-module__9PMd_G__incidentStatus{white-space:nowrap;border-radius:15px;padding:6px 12px;font-size:.75rem;font-weight:600}.SystemStatusPage-module__9PMd_G__statusResolved{color:#22543d;background:#c6f6d5}.SystemStatusPage-module__9PMd_G__statusMonitoring{color:#2c5282;background:#bee3f8}.SystemStatusPage-module__9PMd_G__statusInvestigating{color:#7c2d12;background:#feebc8}.SystemStatusPage-module__9PMd_G__incidentContent{color:#64748b;margin-bottom:20px;line-height:1.8}.SystemStatusPage-module__9PMd_G__incidentUpdates{border-top:1px solid #e2e8f0;padding-top:20px}.SystemStatusPage-module__9PMd_G__updateItem{gap:15px;margin-bottom:15px;display:flex}.SystemStatusPage-module__9PMd_G__updateItem:last-child{margin-bottom:0}.SystemStatusPage-module__9PMd_G__updateTime{color:#64748b;min-width:80px;font-size:.875rem;font-weight:500}.SystemStatusPage-module__9PMd_G__updateContent{color:#1e293b;flex:1;line-height:1.6}.SystemStatusPage-module__9PMd_G__metricsSection{background:#fff;padding:100px 0}.SystemStatusPage-module__9PMd_G__metricsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1000px;margin-top:60px;margin-left:auto;margin-right:auto;display:grid}.SystemStatusPage-module__9PMd_G__metricCard{text-align:center;background:#f8fafc;border-radius:15px;padding:40px 30px;transition:all .3s}.SystemStatusPage-module__9PMd_G__metricCard:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0000001a}.SystemStatusPage-module__9PMd_G__metricValue{color:#2563eb;margin-bottom:15px;font-size:3rem;font-weight:700}.SystemStatusPage-module__9PMd_G__metricLabel{color:#1e293b;margin-bottom:10px;font-size:1.125rem;font-weight:600}.SystemStatusPage-module__9PMd_G__metricDescription{color:#64748b;font-size:.875rem;line-height:1.6}.SystemStatusPage-module__9PMd_G__uptimeHistory{background:#f8fafc;padding:100px 0}.SystemStatusPage-module__9PMd_G__historyContainer{max-width:1000px;margin:60px auto 0}.SystemStatusPage-module__9PMd_G__historyGrid{background:#e2e8f0;border-radius:10px;grid-template-columns:80px repeat(12,1fr);gap:2px;margin-top:30px;display:grid;overflow:hidden}.SystemStatusPage-module__9PMd_G__monthLabel{color:#1e293b;background:#cbd5e0;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex}.SystemStatusPage-module__9PMd_G__dayCell{aspect-ratio:1;cursor:pointer;background:#fff;justify-content:center;align-items:center;font-size:10px;font-weight:600;transition:all .3s;display:flex}.SystemStatusPage-module__9PMd_G__dayCell:hover{z-index:10;transform:scale(1.1)}.SystemStatusPage-module__9PMd_G__dayGood{color:#22543d;background:#c6f6d5}.SystemStatusPage-module__9PMd_G__dayMinor{color:#7c2d12;background:#feebc8}.SystemStatusPage-module__9PMd_G__dayMajor{color:#742a2a;background:#fed7d7}.SystemStatusPage-module__9PMd_G__legend{flex-wrap:wrap;justify-content:center;gap:30px;margin-top:30px;display:flex}.SystemStatusPage-module__9PMd_G__legendItem{color:#64748b;align-items:center;gap:8px;font-size:.875rem;display:flex}.SystemStatusPage-module__9PMd_G__legendColor{border-radius:4px;width:16px;height:16px}.SystemStatusPage-module__9PMd_G__subscribeSection{color:#fff;text-align:center;background:linear-gradient(135deg,#4299e1 0%,#3182ce 100%);padding:100px 0}.SystemStatusPage-module__9PMd_G__subscribeForm{align-items:center;gap:15px;max-width:500px;margin:40px auto 0;display:flex}.SystemStatusPage-module__9PMd_G__subscribeInput{border:none;border-radius:50px;outline:none;flex:1;padding:15px 20px;font-size:16px}.SystemStatusPage-module__9PMd_G__subscribeButton{color:#3b82f6;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:50px;padding:15px 30px;font-weight:600;transition:all .3s}.SystemStatusPage-module__9PMd_G__subscribeButton:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.SystemStatusPage-module__9PMd_G__subscribeButton.SystemStatusPage-module__9PMd_G__success{color:#fff;background:#10b981}@media (max-width:768px){.SystemStatusPage-module__9PMd_G__heroSection{padding:120px 0 60px}.SystemStatusPage-module__9PMd_G__heroContent h1{font-size:2.25rem}.SystemStatusPage-module__9PMd_G__heroContent p{font-size:1.125rem}.SystemStatusPage-module__9PMd_G__serviceItem{flex-direction:column;align-items:flex-start;gap:20px}.SystemStatusPage-module__9PMd_G__serviceStatus{justify-content:space-between;width:100%}.SystemStatusPage-module__9PMd_G__uptime{text-align:left}.SystemStatusPage-module__9PMd_G__incidentHeader{flex-direction:column;gap:15px}.SystemStatusPage-module__9PMd_G__incidentMeta,.SystemStatusPage-module__9PMd_G__updateItem{flex-direction:column;gap:8px}.SystemStatusPage-module__9PMd_G__metricsGrid{grid-template-columns:repeat(2,1fr)}.SystemStatusPage-module__9PMd_G__historyGrid{grid-template-columns:60px repeat(12,1fr)}.SystemStatusPage-module__9PMd_G__subscribeForm{flex-direction:column;align-items:stretch}.SystemStatusPage-module__9PMd_G__subscribeButton{width:100%}}@media (max-width:480px){.SystemStatusPage-module__9PMd_G__metricsGrid{grid-template-columns:1fr}.SystemStatusPage-module__9PMd_G__historyGrid{grid-template-columns:50px repeat(12,1fr)}.SystemStatusPage-module__9PMd_G__currentStatus{text-align:center;flex-direction:column;gap:10px}.SystemStatusPage-module__9PMd_G__metricValue{font-size:2rem}}
