:root{--bg: #0c0e10;--surface: #15191c;--border: #2a2f33;--text: #f3f5f7;--muted: #98a0a8;--accent: #7ec99e;--warn: #e0b070;--resolved: #a09a9a;--error: #e07c7c;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}.page{max-width:720px;margin:0 auto;padding:4rem 1.5rem 6rem}.page-header{margin-bottom:3rem}.page-header h1{margin:0 0 .25rem;font-weight:600;font-size:1.6rem;letter-spacing:-.01em}.page-sub{margin:0;color:var(--muted)}.section{margin-bottom:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.25rem 1.25rem .75rem}.section h2{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;margin:0 0 1rem;color:var(--text)}.section-dot{width:.6rem;height:.6rem;border-radius:50%;display:inline-block}.section-dot-active{background:var(--accent);box-shadow:0 0 8px var(--accent)}.section-dot-upcoming{background:var(--warn)}.section-dot-resolved{background:var(--resolved)}.incident-list{list-style:none;margin:0;padding:0}.incident{border-top:1px solid var(--border);padding:.875rem 0}.incident:first-child{border-top:none;padding-top:0}.incident-header{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.25rem;flex-wrap:wrap}.incident-source{font-size:.85rem;color:var(--muted);font-weight:500}.incident-header time{font-size:.8rem;color:var(--muted)}.incident-title{margin:0 0 .25rem;font-weight:500}.incident-summary{margin:0;color:var(--muted);line-height:1.45}.muted{color:var(--muted)}.error{color:var(--error)}.empty-line{display:flex;align-items:center;gap:.5rem;margin:0 0 .5rem;font-weight:500}.page-footer{margin-top:3rem;text-align:center;font-size:.85rem}
