.status-hero{text-align:center;max-width:800px;margin:0 auto 4rem}.status-hero p{font-size:1.2rem;margin-bottom:2rem}.status-overview{margin-bottom:3rem}.status-card{padding:2.5rem;text-align:center;margin-bottom:3rem}.system-status{display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.status-indicator{width:60px;height:60px;border-radius:50%;margin-right:1.5rem;display:flex;align-items:center;justify-content:center;transition:var(--transition-normal)}.status-indicator i{font-size:30px;color:var(--text-light)}.status-indicator.operational{background-color:rgba(39,174,96,.2);border:2px solid #27ae60}.status-indicator.degraded{background-color:rgba(241,196,15,.2);border:2px solid #f1c40f}.status-indicator.outage{background-color:rgba(231,76,60,.2);border:2px solid #e74c3c}.status-indicator.maintenance{background-color:rgba(52,152,219,.2);border:2px solid #3498db}.status-text{font-size:1.5rem;font-weight:600}.status-text.operational{color:#27ae60}.status-text.degraded{color:#f1c40f}.status-text.outage{color:#e74c3c}.status-text.maintenance{color:#3498db}.last-updated{font-size:.9rem;color:var(--text-gray);margin-top:.5rem}.status-message{max-width:700px;margin:0 auto}.systems-status{padding:60px 0}.system-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.system-item{padding:1.5rem;border-radius:15px;border:1px solid var(--glass-border);background:var(--glass-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;transition:var(--transition-normal)}.system-item:hover{transform:translateY(-3px);border-color:rgba(76,154,255,.3)}.system-name{font-weight:600;font-size:1.1rem;color:var(--text-light)}.system-description{font-size:.9rem;color:var(--text-gray);margin-top:.3rem}.system-info{flex:1}.system-status-indicator{width:18px;height:18px;border-radius:50%;margin-right:1rem}.system-status-indicator.operational{background-color:#27ae60;box-shadow:0 0 10px rgba(39,174,96,.6)}.system-status-indicator.degraded{background-color:#f1c40f;box-shadow:0 0 10px rgba(241,196,15,.6)}.system-status-indicator.outage{background-color:#e74c3c;box-shadow:0 0 10px rgba(231,76,60,.6)}.system-status-indicator.maintenance{background-color:#3498db;box-shadow:0 0 10px rgba(52,152,219,.6)}.incidents-section{padding:60px 0}.incident-card{padding:2.5rem;margin-bottom:2rem}.incident-card h3{border-bottom:1px solid var(--glass-border);padding-bottom:1rem;margin-bottom:2rem}.incident-list{display:flex;flex-direction:column;gap:2rem}.incident-item{padding-bottom:2rem;border-bottom:1px solid var(--glass-border)}.incident-item:last-child{border-bottom:none;padding-bottom:0}.incident-header{display:flex;align-items:center;margin-bottom:1rem}.incident-status{font-size:.9rem;font-weight:600;padding:.3rem .8rem;border-radius:30px;margin-right:1rem}.incident-status.resolved{background-color:rgba(39,174,96,.1);color:#27ae60;border:1px solid rgba(39,174,96,.3)}.incident-status.investigating{background-color:rgba(241,196,15,.1);color:#f1c40f;border:1px solid rgba(241,196,15,.3)}.incident-status.identified{background-color:rgba(52,152,219,.1);color:#3498db;border:1px solid rgba(52,152,219,.3)}.incident-status.monitoring{background-color:rgba(155,89,182,.1);color:#9b59b6;border:1px solid rgba(155,89,182,.3)}.incident-date{font-size:.9rem;color:var(--text-gray)}.incident-title{font-size:1.2rem;margin-bottom:.5rem;color:var(--text-light)}.incident-description{color:var(--text-gray);margin-bottom:1.5rem}.incident-updates{background-color:rgba(255,255,255,5%);border-radius:10px;padding:1.5rem}.update-item{margin-bottom:1.5rem;position:relative;padding-left:1.5rem}.update-item:last-child{margin-bottom:0}.update-item::before{content:'';position:absolute;left:0;top:.5rem;width:10px;height:10px;background-color:var(--primary-color);border-radius:50%}.update-time{font-size:.8rem;font-weight:600;color:var(--primary-color);margin-bottom:.3rem}.update-content{font-size:.95rem;color:var(--text-gray)}.status-stats{padding:60px 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.stat-card{padding:2rem;text-align:center;transition:var(--transition-normal)}.stat-card:hover{transform:translateY(-5px)}.stat-value{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(90deg,var(--primary-color),var(--accent-color));-webkit-background-clip:text;background-clip:text;color:transparent}.stat-label{font-size:1rem;color:var(--text-gray)}.subscribe-section{padding:60px 0}.subscribe-form{display:flex;max-width:500px;margin:2rem auto 0}.subscribe-input{flex:1;padding:15px 20px;border-radius:30px 0 0 30px;border:1px solid var(--glass-border);border-right:none;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--text-light);font-size:1rem;transition:var(--transition-normal)}.subscribe-input:focus{outline:none;border-color:var(--primary-color)}.subscribe-input::placeholder{color:rgba(255,255,255,.5)}.subscribe-btn{padding:15px 30px;border-radius:0 30px 30px 0;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));color:var(--text-light);font-weight:600;border:none;cursor:pointer;transition:var(--transition-normal)}.subscribe-btn:hover{background:linear-gradient(90deg,var(--secondary-color),var(--primary-color));transform:translateX(3px)}.status-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin:2rem 0}.legend-item{display:flex;align-items:center}.legend-indicator{width:12px;height:12px;border-radius:50%;margin-right:.5rem}.legend-indicator.operational{background-color:#27ae60}.legend-indicator.degraded{background-color:#f1c40f}.legend-indicator.outage{background-color:#e74c3c}.legend-indicator.maintenance{background-color:#3498db}.legend-text{font-size:.9rem;color:var(--text-gray)}@media(max-width:768px){.status-hero h1{font-size:2.5rem}.status-hero p{font-size:1rem}.status-indicator{width:50px;height:50px}.status-indicator i{font-size:24px}.status-text{font-size:1.3rem}.system-item{padding:1.2rem}.system-name{font-size:1rem}.stat-value{font-size:2rem}.subscribe-form{flex-direction:column}.subscribe-input{border-radius:30px;border-right:1px solid var(--glass-border);margin-bottom:1rem}.subscribe-btn{border-radius:30px;width:100%}}.system-item:hover .system-status-indicator{transform:scale(1.2)}.system-status-indicator{transition:transform .3s ease}.incident-item:hover .incident-header{transform:translateX(5px)}.incident-header{transition:transform .3s ease}.stat-card:hover .stat-value{transform:scale(1.1)}.stat-value{transition:transform .3s ease}@media(prefers-color-scheme:light){.system-description,.update-content,.stat-label,.legend-text,.incident-description{color:rgba(255,255,255,.7)}}