.status-page{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh}.status-page .container{max-width:1200px;margin:0 auto;padding:32px 24px}.status-page .status-banner{text-align:center;padding:20px 0;transition:all .3s;box-shadow:0 4px 20px #0000001a}.status-page .banner-content{justify-content:center;align-items:center;gap:16px;max-width:1200px;margin:0 auto 12px;padding:0 20px;display:flex}.status-page .banner-content .status-icon{flex-shrink:0;width:28px;height:28px}.status-page .banner-text h3{letter-spacing:-.3px;color:inherit;margin:0;font-size:20px;font-weight:700}.status-page .banner-text p{opacity:.9;color:inherit;margin:6px 0 0;font-size:15px;font-weight:500}.status-page .banner-meta{opacity:.85;color:inherit;background:#fff3;border-radius:20px;justify-content:center;align-items:center;gap:8px;padding:6px 16px;font-size:13px;display:inline-flex}.status-page .banner-meta svg{width:14px;height:14px}.status-page .page-header{border-bottom:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:40px;padding-bottom:24px;display:flex}.status-page .header-left{flex-direction:column}.status-page .header-left h1{color:#fff;letter-spacing:-.5px;margin:0 0 8px;font-size:32px;font-weight:800}.status-page .subtitle{color:#ffffffe6;max-width:600px;margin:0;font-size:16px;line-height:1.5}.status-page .header-right{align-items:center;gap:20px;display:flex}.status-page .controls{align-items:center;gap:16px;display:flex}.status-page .switch{cursor:pointer;color:#ffffffe6;align-items:center;gap:10px;font-size:14px;font-weight:500;display:inline-flex;position:relative}.status-page .switch input{opacity:0;width:0;height:0}.status-page .slider{background-color:#fff3;border-radius:34px;width:52px;height:26px;transition:all .4s;position:relative}.status-page .slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .4s;position:absolute;bottom:3px;left:3px}.status-page input:checked+.slider{background-color:#10b981}.status-page input:checked+.slider:before{transform:translate(26px)}.status-page .switch-label{white-space:nowrap}.status-page .refresh-btn{color:#667eea;cursor:pointer;background:#fffffff2;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 15px #0000001a}.status-page .refresh-btn:hover:not(:disabled){background:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.status-page .refresh-btn:disabled{opacity:.6;cursor:not-allowed;background:#ffffffb3}.status-page .refresh-btn .spinning{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.status-page section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;margin-bottom:30px;padding:30px;box-shadow:0 10px 30px #0000001a}.status-page .section-header{text-align:center;flex-direction:column;margin-bottom:3rem;display:flex}.status-page .section-header h2{color:#1e293b;margin:0;font-size:24px;font-weight:700}.status-page .section-subtitle{color:#64748b;margin:8px 0 0;font-size:15px}.status-page .status-indicator{align-items:center;gap:10px;display:flex}.status-page .status-dot{border-radius:50%;width:10px;height:10px;animation:2s infinite pulse}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.status-page .status-text{color:#475569;font-size:14px;font-weight:600}.status-page .overview-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;display:grid}.status-page .overview-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:flex-start;gap:20px;padding:24px;transition:all .3s;display:flex;box-shadow:0 4px 20px #0000000d}.status-page .overview-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a}.status-page .overview-card.primary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none}.status-page .overview-card.primary svg{color:#fff}.status-page .overview-card svg{color:#667eea;background:#667eea1a;border-radius:12px;flex-shrink:0;padding:12px}.status-page .overview-content{flex:1}.status-page .overview-content h3{color:#475569;margin:0 0 8px;font-size:16px;font-weight:600}.status-page .overview-card.primary h3{color:#fff;opacity:.9}.status-page .overview-value{color:#1e293b;margin:0 0 6px;font-size:32px;font-weight:800;line-height:1}.status-page .overview-card.primary .overview-value{color:#fff}.status-page .overview-desc{color:#64748b;margin:0;font-size:14px}.status-page .overview-card.primary .overview-desc{color:#fffc}.status-page .metrics-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;display:grid}.status-page .stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;transition:all .2s;box-shadow:0 2px 10px #0000000a}.status-page .stat-card:hover{box-shadow:0 4px 15px #00000014}.status-page .stat-header{align-items:center;gap:12px;margin-bottom:16px;display:flex}.status-page .stat-header svg{color:#667eea}.status-page .stat-title{color:#475569;font-size:14px;font-weight:600}.status-page .stat-value{align-items:baseline;gap:6px;display:flex}.status-page .stat-value .value{color:#1e293b;font-size:28px;font-weight:700}.status-page .stat-value .unit{color:#64748b;font-size:16px;font-weight:500}.status-page .trend-indicator{margin-left:auto;font-size:14px}.status-page .trend-indicator.up{color:#10b981}.status-page .trend-indicator.down{color:#ef4444}.status-page .services-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;display:grid}.status-page .service-badge{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:16px;padding:16px;transition:all .2s;display:flex;box-shadow:0 2px 8px #0000000a}.status-page .service-badge:hover{transform:translateY(-2px);box-shadow:0 4px 15px #00000014}.status-page .service-badge-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.status-page .service-badge-content{flex:1;min-width:0}.status-page .service-name{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:14px;font-weight:600;display:block;overflow:hidden}.status-page .service-status{text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:700}.status-page .info-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.status-page .info-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;box-shadow:0 4px 20px #0000000d}.status-page .info-card h4{color:#1e293b;border-bottom:2px solid #f1f5f9;margin:0 0 20px;padding-bottom:12px;font-size:18px;font-weight:700}.status-page .info-list{margin:0;padding:0;list-style:none}.status-page .info-list li{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.status-page .info-list li:last-child{border-bottom:none}.status-page .info-label{color:#64748b;font-size:14px;font-weight:500}.status-page .info-value{color:#1e293b;text-align:right;font-size:14px;font-weight:600}.status-page .status-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:700;display:inline-block}.status-page .status-badge.production{color:#065f46;background:#d1fae5}.status-page .status-badge.development{color:#1e40af;background:#dbeafe}.status-page .status-badge.staging{color:#92400e;background:#fef3c7}.status-page .incidents-list{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000d}.status-page .incident-item{border-bottom:1px solid #f1f5f9;align-items:flex-start;padding:24px;transition:background-color .2s;display:flex}.status-page .incident-item:hover{background-color:#f8fafc}.status-page .incident-item:last-child{border-bottom:none}.status-page .incident-status{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin:8px 20px 0 0}.status-page .incident-item.resolved .incident-status{background-color:#10b981}.status-page .incident-item.investigating .incident-status{background-color:#f59e0b;animation:2s infinite pulse}.status-page .incident-item.identified .incident-status{background-color:#6366f1}.status-page .incident-item.monitoring .incident-status{background-color:#8b5cf6}.status-page .incident-content{flex:1}.status-page .incident-content h4{color:#1e293b;margin:0 0 8px;font-size:16px;font-weight:700}.status-page .incident-content p{color:#64748b;margin:0 0 8px;font-size:14px;line-height:1.5}.status-page .incident-time{color:#94a3b8;font-size:12px;font-weight:500}.status-page .status-footer{border-top:1px solid #ffffff1a;margin-top:60px;padding-top:32px}.status-page .footer-content{text-align:center}.status-page .footer-content p{color:#ffffffe6;margin:0 0 16px;font-size:14px}.status-page .footer-content p strong{color:#fff}.status-page .footer-links{justify-content:center;gap:24px;margin:20px 0;display:flex}.status-page .footer-links a{color:#fff;opacity:.9;align-items:center;gap:4px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.status-page .footer-links a:hover{opacity:1;color:#fbbf24}.status-page .footer-note{color:#ffffffb3;max-width:600px;font-size:13px;line-height:1.5;margin:0 auto!important}@media (max-width:768px){.status-page .container{padding:24px 16px}.status-page .page-header{flex-direction:column;gap:20px}.status-page .header-right{justify-content:space-between;width:100%}.status-page .header-left h1{font-size:28px}.status-page .banner-content{text-align:center;flex-direction:column;gap:12px}.status-page .banner-text h3{font-size:18px}.status-page .banner-text p{font-size:14px}.status-page .overview-grid,.status-page .metrics-grid,.status-page .services-grid,.status-page .info-grid{grid-template-columns:1fr}.status-page .overview-card{padding:20px}.status-page .section-header{flex-direction:column;align-items:flex-start;gap:12px}.status-page .footer-links{flex-direction:column;align-items:center;gap:12px}.status-page .controls{justify-content:space-between;width:100%}.status-page section{padding:20px}}@media (max-width:480px){.status-page .header-left h1{font-size:24px}.status-page .subtitle{font-size:14px}.status-page .refresh-btn{padding:8px 16px;font-size:13px}.status-page .switch-label{font-size:13px}}.status-page .loading-time{color:#94a3b8;font-style:italic}.status-page .loading-spinner{border:3px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;width:40px;height:40px;margin:20px auto;animation:1s linear infinite spin}.status-page .live-indicator{color:#10b981;align-items:center;gap:6px;font-size:12px;font-weight:600;display:inline-flex}.status-page .live-indicator:before{content:"";background:currentColor;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite live-pulse}.status-page .progress-bar{background:#e2e8f0;border-radius:4px;height:8px;margin-top:15px;position:relative;overflow:hidden}.status-page .progress-fill{height:100%;transition:width .5s}.status-page .progress-label{color:#64748b;font-size:12px;font-weight:600;position:absolute;top:-20px;right:0}
