:root{--color-operational: #16a34a;--color-degraded: #ca8a04;--color-partial: #ea580c;--color-outage: #dc2626;--bg: #f9fafb;--surface: #ffffff;--border: #e5e7eb;--text: #111827;--text-muted: #6b7280;--radius: 8px;--max-width: 720px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);font-size:15px;line-height:1.5}.page{min-height:100vh;display:flex;flex-direction:column}.page__header{padding:24px 16px 0;max-width:var(--max-width);margin:0 auto;width:100%;display:flex;align-items:baseline;gap:10px}.page__logo{font-size:22px;font-weight:700;color:var(--text);letter-spacing:-.5px}.page__tagline{font-size:15px;color:var(--text-muted)}.page__content{flex:1;max-width:var(--max-width);margin:0 auto;width:100%;padding:24px 16px;display:flex;flex-direction:column;gap:16px}.page__footer{padding:24px 16px;text-align:center}.footer__link{font-size:13px;color:var(--text-muted);text-decoration:none}.footer__link:hover{text-decoration:underline}.status-banner{border-radius:var(--radius);padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.status-banner__label{font-size:17px;font-weight:600;color:#fff}.status-banner__updated{font-size:13px;color:#fffc}.incident{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px 20px;display:flex;flex-direction:column;gap:8px}.incident__header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.incident__title{font-weight:600;font-size:15px}.incident__badges{display:flex;gap:6px}.badge{font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.4px}.badge--severity{color:#fff}.badge--status{background:var(--border);color:var(--text-muted)}.incident__message{font-size:14px;color:var(--text)}.incident__meta{font-size:12px;color:var(--text-muted)}.component-groups{display:flex;flex-direction:column;gap:12px}.component-group{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.component-group__header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border)}.component-group__name{font-weight:600;font-size:14px}.component-group__rows{display:flex;flex-direction:column}.component-row{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;font-size:14px;border-bottom:1px solid var(--border)}.component-row:last-child{border-bottom:none}.component-row__name{color:var(--text)}.component-row__right{display:flex;align-items:center;gap:8px}.component-row__status{font-size:12px;color:var(--text-muted)}.status-dot{width:10px;height:10px;border-radius:50%;display:inline-block;flex-shrink:0}.error-msg{font-size:14px;color:var(--text-muted);padding:16px 0;text-align:center}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.skeleton-wrap{display:flex;flex-direction:column;gap:16px}.skeleton{background:var(--border);border-radius:var(--radius);animation:pulse 1.4s ease-in-out infinite}.skeleton--banner{height:60px}.skeleton--block{height:100px}@media(max-width:640px){.status-banner{flex-direction:column;align-items:flex-start;gap:4px}.incident__header{flex-direction:column;align-items:flex-start}}
