.status-page{min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a1a,#0a0a0a);color:#fff;font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,sans-serif}.status-loading{display:flex;justify-content:center;align-items:center;min-height:100vh}.status-header{padding:6rem 0 3rem;text-align:center;position:relative}.status-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.03;background-image:radial-gradient(circle at 2px 2px,white 1px,transparent 0);background-size:40px 40px}.status-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;letter-spacing:-.03em;background:linear-gradient(135deg,#fff,#fffc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;z-index:1}.status-description{font-size:1.25rem;color:#ffffffb3;max-width:600px;margin:0 auto;position:relative;z-index:1}.status-banner{padding:2rem 0;margin-bottom:4rem;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.status-banner-content{display:flex;align-items:center;gap:1.5rem}.status-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;flex-shrink:0}.status-icon svg{width:32px;height:32px}.status-banner-title{font-size:1.75rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em}.status-banner-subtitle{font-size:.9375rem;color:#fff9;margin:0}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#fffffff2;letter-spacing:-.02em}.incidents-section{margin-bottom:4rem}.incidents-list{display:flex;flex-direction:column;gap:1rem}.incident-card{background:#1a1a1a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.5rem;transition:all .2s ease}.incident-card:hover{background:#1f1f1f;border-color:#ffffff1f;transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.incident-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem;flex-wrap:wrap}.incident-status{display:inline-flex;align-items:center;padding:.375rem .875rem;border-radius:6px;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.incident-time{font-size:.875rem;color:#ffffff80}.incident-title{font-size:1.125rem;font-weight:600;margin:0 0 .75rem;color:#fffffff2}.incident-message{font-size:.9375rem;line-height:1.6;color:#ffffffb3;margin:0;white-space:pre-line}.timeline-updates{margin-top:2rem;padding-left:1rem;position:relative}.timeline-line{position:absolute;left:.5rem;top:0;bottom:0;width:2px;background:#ffffff1a}.timeline-item{position:relative;padding-left:2rem;margin-bottom:1.5rem}.timeline-item:last-child{margin-bottom:0}.timeline-dot{position:absolute;left:.25rem;top:.25rem;width:12px;height:12px;border-radius:50%;background:#16a34a;border:2px solid #1a1a1a;box-shadow:0 0 0 2px #16a34a33}.timeline-content{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:1rem}.timeline-time{font-size:.75rem;color:#ffffff80;display:block;margin-bottom:.5rem;font-weight:600}.timeline-message{font-size:.875rem;line-height:1.6;color:#fffc;margin:0}.services-section{margin-bottom:4rem}.services-card{background:#1a1a1a;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden}.services-list{display:flex;flex-direction:column}.service-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.06);transition:background .2s ease;gap:1rem}.service-item:last-child{border-bottom:none}.service-item:hover{background:#ffffff05}.service-info{flex:1;min-width:0}.service-name{font-size:1.125rem;font-weight:600;margin:0 0 .25rem;color:#fffffff2}.service-note{font-size:.875rem;color:#ffffff80;margin:0}.service-status{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;white-space:nowrap;flex-shrink:0}.service-status svg{width:18px;height:18px}.empty-state{padding:4rem 2rem;text-align:center;color:#ffffff80}.status-footer{padding:3rem 0;text-align:center;border-top:1px solid rgba(255,255,255,.08);margin-top:4rem}.status-footer p{font-size:.875rem;color:#ffffff80;margin:0}@media (max-width: 768px){.status-header{padding:4rem 0 2rem}.status-title{font-size:2.5rem}.status-description{font-size:1rem}.status-banner-content{flex-direction:column;text-align:center}.status-banner-title{font-size:1.5rem}.service-item{flex-direction:column;align-items:flex-start}.service-status{align-self:flex-start}.incident-header{flex-direction:column;align-items:flex-start}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.incident-card,.service-item{animation:fadeIn .3s ease-out}
