:root{--bg:#090317;--bg-raised:#ffffff08;--bg-hover:#ffffff0d;--text:#fafafa;--text-secondary:#ffffffa6;--text-muted:#fff6;--border:#ffffff14;--accent:#8181fb;--green:#22c55e;--yellow:#eab308;--red:#ef4444;--font:"Geist",-apple-system,BlinkMacSystemFont,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6}.page{flex-direction:column;min-height:100vh;display:flex}.header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex}.logo img{height:26px}.header-status{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.status-dot{background:var(--green);border-radius:50%;width:8px;height:8px}.status-dot.large{width:12px;height:12px}.status-dot.operational{background:var(--green)}.status-dot.degraded{background:var(--yellow)}.status-dot.outage{background:var(--red)}.status-banner{border-bottom:1px solid var(--border);padding:3rem 2rem}.status-banner.degraded{background:#eab3080d}.status-banner.outage{background:#ef44440d}.status-banner-content{align-items:flex-start;gap:1rem;max-width:800px;margin:0 auto;display:flex}.status-banner h1{margin-bottom:.25rem;font-size:1.5rem;font-weight:500}.status-banner p{color:var(--text-secondary);font-size:.95rem}.last-updated{max-width:800px;color:var(--text-muted);margin:1.5rem auto 0;font-size:.75rem}.main{flex:1;width:100%;max-width:800px;margin:0 auto;padding:0 2rem 4rem}.section{border-bottom:1px solid var(--border);padding:2.5rem 0}.section:last-child{border-bottom:none}.section h2{color:var(--text-secondary);margin-bottom:1.25rem;font-size:1rem;font-weight:500}.empty-state{text-align:center;color:var(--text-muted);background:var(--bg-raised);border-radius:6px;padding:2rem;font-size:.9rem}.incident-card{background:var(--bg-raised);border-radius:6px;margin-bottom:.75rem;padding:1.25rem}.incident-card:last-child{margin-bottom:0}.incident-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;display:flex}.incident-title{font-size:.95rem;font-weight:500}.incident-badge{text-transform:uppercase;letter-spacing:.02em;border-radius:3px;flex-shrink:0;padding:.2rem .5rem;font-size:.65rem;font-weight:500}.incident-badge.investigating{color:var(--yellow);background:#eab30826}.incident-badge.monitoring{color:var(--accent);background:#8181fb26}.incident-badge.resolved{color:var(--green);background:#22c55e26}.incident-badge.degraded{color:var(--yellow);background:#eab30826}.incident-badge.outage{color:var(--red);background:#ef444426}.incident-description{color:var(--text-secondary);margin-bottom:1rem;font-size:.85rem}.incident-updates{border-top:1px solid var(--border);flex-direction:column;gap:.5rem;padding-top:1rem;display:flex}.incident-update{border-left:2px solid var(--accent);background:#ffffff05;border-radius:5px;gap:1rem;padding:.85rem 1rem;display:flex}.incident-update.investigating{border-left-color:var(--yellow)}.incident-update.monitoring{border-left-color:var(--accent)}.incident-update.identified{border-left-color:var(--yellow)}.incident-update.resolved{border-left-color:var(--green)}.update-time{color:var(--text-muted);flex-shrink:0;min-width:100px;padding-top:.1rem;font-size:.75rem}.update-content{flex:1}.update-status{text-transform:uppercase;letter-spacing:.02em;border-radius:3px;margin-bottom:.3rem;padding:.15rem .4rem;font-size:.65rem;font-weight:500;display:inline-block}.update-status.investigating{color:var(--yellow);background:#eab30826}.update-status.monitoring{color:var(--accent);background:#8181fb26}.update-status.identified{color:var(--yellow);background:#eab30826}.update-status.resolved{color:var(--green);background:#22c55e26}.update-message{color:var(--text-secondary);font-size:.8rem;line-height:1.5}.history-item{background:var(--bg-raised);cursor:pointer;border-radius:6px;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:1rem 1.25rem;transition:background .15s;display:flex}.history-item:hover{background:var(--bg-hover)}.history-item:last-child{margin-bottom:0}.history-info{flex:1;min-width:0}.history-title{white-space:nowrap;text-overflow:ellipsis;margin-bottom:.15rem;font-size:.9rem;font-weight:500;overflow:hidden}.history-meta{color:var(--text-muted);font-size:.75rem}.history-item .incident-badge{margin-left:1rem}.footer{border-top:1px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;margin-top:auto;padding:1.5rem 2rem;font-size:.75rem;display:flex}.footer-logo{opacity:.5;height:20px}.footer-status{color:var(--text-muted);align-items:center;gap:.5rem;text-decoration:none;display:flex}.footer-status:hover{color:var(--text-secondary)}.modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;visibility:hidden;z-index:100;background:#090317e6;justify-content:center;align-items:center;padding:2rem;transition:all .2s;display:flex;position:fixed;inset:0}.modal-backdrop.active{opacity:1;visibility:visible}.modal{border:1px solid var(--border);background:#090317f2;border-radius:8px;width:100%;max-width:580px;max-height:80vh;position:relative;overflow-y:auto}.modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.25rem;line-height:1;transition:color .15s;position:absolute;top:1.25rem;right:1.25rem}.modal-close:hover{color:var(--text)}.modal-header{border-bottom:1px solid var(--border);padding:1.5rem}.modal-header .incident-badge{margin-bottom:.75rem}.modal-header h3{margin-bottom:.35rem;padding-right:2rem;font-size:1.15rem;font-weight:500}.modal-meta{color:var(--text-muted);font-size:.8rem}.modal-body{padding:1.5rem}.modal-body>p{color:var(--text-secondary);margin-bottom:1.75rem;font-size:.9rem;line-height:1.7}.modal-body h4{color:var(--text-muted);margin-bottom:1rem;font-size:.8rem;font-weight:500}.modal-updates{flex-direction:column;gap:.5rem;display:flex}.modal-update{background:var(--bg-raised);border-left:2px solid var(--accent);border-radius:6px;gap:1rem;padding:1rem;display:flex}.modal-update.investigating{border-left-color:var(--yellow)}.modal-update.monitoring{border-left-color:var(--accent)}.modal-update.identified{border-left-color:var(--yellow)}.modal-update.resolved{border-left-color:var(--green)}.modal-update-time{color:var(--text-muted);flex-shrink:0;min-width:85px;padding-top:.1rem;font-size:.75rem}.modal-update-content{flex:1}.modal-update-status{text-transform:uppercase;letter-spacing:.02em;border-radius:3px;margin-bottom:.35rem;padding:.15rem .4rem;font-size:.65rem;font-weight:500;display:inline-block}.modal-update-status.investigating{color:var(--yellow);background:#eab30826}.modal-update-status.monitoring{color:var(--accent);background:#8181fb26}.modal-update-status.identified{color:var(--yellow);background:#eab30826}.modal-update-status.resolved{color:var(--green);background:#22c55e26}.modal-update-message{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.loading-placeholder{background:var(--bg-raised);border-radius:6px;margin-bottom:.75rem;padding:1.25rem;animation:1.5s ease-in-out infinite pulse}.loading-placeholder:last-child{margin-bottom:0}@keyframes pulse{0%,to{opacity:.5}50%{opacity:.8}}.loading-line{background:#ffffff0d;border-radius:3px;height:12px;margin-bottom:.5rem}.loading-line:last-child{margin-bottom:0}.loading-line.short{width:40%}.loading-line.medium{width:70%}@media (max-width:640px){.header{padding:1rem 1.25rem}.status-banner{padding:2rem 1.25rem}.main{padding:0 1.25rem 3rem}.footer{text-align:center;flex-direction:column;gap:1rem;padding:1.25rem}.history-item{flex-direction:column;align-items:flex-start;gap:.5rem}.history-item .incident-badge{margin-left:0}}
