.status-page{background:var(--primary-dark);min-height:100vh;padding:120px 0 80px}.status-header{text-align:center;margin-bottom:4rem}.back-link{color:var(--accent-green-light);transition:var(--transition);align-items:center;margin-bottom:2rem;font-weight:500;text-decoration:none;display:inline-flex}.back-link:hover{color:var(--accent-green);transform:translate(-5px)}.status-header h1{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem}.status-header p{color:var(--text-muted);font-size:1.125rem}.loading{text-align:center;color:var(--text-secondary);padding:4rem 0;font-size:1.5rem}.current-status{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);text-align:center;margin-bottom:3rem;padding:3rem}.status-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:50px;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;display:inline-flex}.status-badge.online{color:var(--accent-green);border:1px solid var(--accent-green);background:#10b98126}.status-badge.degraded{color:#fb923c;background:#fb923c26;border:1px solid #fb923c}.status-badge.offline{color:#ef4444;background:#ef444426;border:1px solid #ef4444}.status-dot{border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse}.status-badge.online .status-dot{background:var(--accent-green);box-shadow:0 0 10px var(--accent-green)}.status-badge.degraded .status-dot{background:#fb923c;box-shadow:0 0 10px #fb923c}.status-badge.offline .status-dot{background:#ef4444;box-shadow:0 0 10px #ef4444}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.service-name{color:var(--text-primary);margin-bottom:.5rem;font-size:2rem}.service-url{color:var(--text-muted);margin-bottom:.5rem;font-size:1rem}.response-time{color:var(--accent-green-light);font-size:.875rem;font-weight:500}.last-check{color:var(--text-muted);margin-top:1rem;font-size:.875rem}.uptime-section{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);margin-bottom:3rem;padding:3rem}.uptime-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.uptime-header h3{color:var(--text-primary);margin:0;font-size:1.5rem}.uptime-percentage{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800}.uptime-bar-container{border-radius:var(--radius-sm);gap:2px;height:40px;margin-bottom:1rem;display:flex;overflow:hidden}.uptime-bar{cursor:pointer;border-radius:2px;flex:1;transition:all .3s}.uptime-bar:hover{opacity:.8;transform:scaleY(1.2);box-shadow:0 0 10px}.uptime-legend{color:var(--text-muted);justify-content:space-between;align-items:center;margin-top:1rem;font-size:.875rem;display:flex}.uptime-info{color:var(--text-secondary);font-weight:500}.uptime-hint{text-align:center;color:var(--text-muted);margin-top:1.5rem;font-size:.875rem;font-style:italic}.uptime-color-legend{border-top:1px solid var(--border-color);flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem;padding-top:2rem;display:flex}.color-item{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.color-box{border:1px solid #ffffff1a;border-radius:3px;width:24px;height:12px}.incidents-section{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:3rem}.incidents-section h3{color:var(--text-primary);margin-bottom:2rem;font-size:1.5rem}.incidents-list{flex-direction:column;gap:1rem;display:flex}.incident-item{border-radius:var(--radius-md);transition:var(--transition);gap:1.5rem;padding:1.5rem;display:flex}.incident-item.resolved{background:#10b9810d;border:1px solid #10b98133}.incident-item.active{background:#ef44440d;border:1px solid #ef444433}.incident-item:hover{transform:translate(5px)}.incident-item.resolved:hover{background:#10b98114}.incident-item.active:hover{background:#ef444414}.incident-icon{flex-shrink:0;font-size:1.5rem}.incident-item.resolved .incident-icon{color:var(--accent-green)}.incident-item.active .incident-icon{color:#ef4444}.incident-content{flex:1}.incident-title{color:var(--text-primary);margin-bottom:.25rem;font-weight:600}.incident-time{color:var(--text-muted);margin-bottom:.5rem;font-size:.875rem}.incident-resolved{color:var(--accent-green-light);margin-top:.25rem;font-size:.875rem}.incident-active-duration{color:#fb923c;margin-top:.25rem;font-size:.875rem;font-weight:600}.incident-description{border-radius:var(--radius-sm);color:var(--text-secondary);background:#10b9811a;margin-top:.75rem;padding:.75rem;font-size:.9375rem;line-height:1.6}.incident-error{color:#ef4444;margin-top:.5rem;font-family:monospace;font-size:.875rem}.no-incidents-section{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:3rem}.no-incidents{text-align:center;color:var(--accent-green);padding:3rem;font-size:1.125rem}.modal-overlay{z-index:10000;background:#000000d9;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);width:90%;max-width:600px;max-height:80vh;padding:2.5rem;animation:.3s slideUp;position:relative;overflow-y:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.modal-close{color:var(--text-muted);cursor:pointer;transition:var(--transition);background:0 0;border:none;padding:.5rem;font-size:2rem;line-height:1;position:absolute;top:1rem;right:1rem}.modal-close:hover{color:var(--accent-green);transform:rotate(90deg)}.modal-content h2{color:var(--text-primary);margin-bottom:1.5rem}.modal-stats{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;display:grid}.modal-stat{border-radius:var(--radius-md);text-align:center;border:1px solid var(--border-color);background:#10b9810d;padding:1.5rem}.modal-stat-label{color:var(--text-muted);margin-bottom:.5rem;font-size:.875rem;display:block}.modal-stat-value{font-size:2rem;font-weight:800;display:block}.modal-incidents h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.125rem}.modal-incident{border-radius:var(--radius-md);background:#ef44440d;border:1px solid #ef444433;margin-bottom:1rem;padding:1rem}.modal-incident-header{color:var(--text-secondary);justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.875rem;display:flex}.modal-incident-duration{background:#ef444433;border-radius:50px;padding:.25rem .75rem;font-weight:600}.modal-incident-desc{color:var(--text-primary);margin-top:.5rem;line-height:1.6}.modal-incident-error{color:#ef4444;margin-top:.5rem;font-family:monospace;font-size:.875rem}.modal-no-incidents{text-align:center;color:var(--accent-green);padding:2rem;font-size:1.125rem}@media (max-width:768px){.status-page{padding:100px 0 60px}.status-header h1{font-size:2rem}.current-status{padding:2rem}.service-name{font-size:1.5rem}.uptime-section{padding:2rem}.uptime-header{text-align:center;flex-direction:column;gap:1rem}.uptime-bar-container{height:30px}.incidents-section{padding:2rem}.incident-item{padding:1rem}.uptime-color-legend{flex-direction:column;align-items:flex-start;gap:1rem}.modal-content{padding:2rem 1.5rem}.modal-stats{grid-template-columns:1fr}}
