:root{--au-brand: #0080c0;--au-link: #006699;--au-primary: #006699;--au-text: #2d3748;--au-text-body: #4a5568;--au-text-muted: #718096;--au-heading: #1a202c;--au-bg-page: #ffffff;--au-bg-surface: #ffffff;--au-border: #e2e8f0;--au-font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--au-status-operational-bg: #c6f6d5;--au-status-operational-fg: #22543d;--au-status-degraded-bg: #fefcbf;--au-status-degraded-fg: #744210;--au-status-outage-bg: #fed7d7;--au-status-outage-fg: #742a2a;--au-status-maintenance-bg: #bee3f8;--au-status-maintenance-fg: #2a4365}*{box-sizing:border-box}body{margin:0;font-family:var(--au-font);color:var(--au-text);background:var(--au-bg-page);line-height:1.5;min-height:100vh}a{color:var(--au-link);text-decoration:underline;text-underline-offset:4px}a:hover{text-decoration:none}.page{max-width:48rem;margin:0 auto;padding:2rem 1.25rem 3rem}.site-header{margin-bottom:1.5rem}.site-header .logo img{width:160px;height:auto;display:block;margin-bottom:1.5rem}.page-title{margin:0 0 .25rem;font-size:1.5rem;font-weight:600;color:var(--au-heading)}.page-subtitle{margin:0;font-size:.9375rem;color:var(--au-text-muted)}.status-banner{display:flex;align-items:center;gap:.75rem;margin:1.5rem 0;padding:1rem 1.25rem;border-radius:.375rem;font-size:1.125rem;font-weight:600;border:1px solid var(--au-border);background:var(--au-status-operational-bg);color:var(--au-status-operational-fg)}.status-banner[data-status=degraded],.status-banner[data-status=partial_outage]{background:var(--au-status-degraded-bg);color:var(--au-status-degraded-fg)}.status-banner[data-status=major_outage]{background:var(--au-status-outage-bg);color:var(--au-status-outage-fg)}.status-banner[data-status=maintenance]{background:var(--au-status-maintenance-bg);color:var(--au-status-maintenance-fg)}.status-banner-icon{width:1.25rem;height:1.25rem;border-radius:50%;flex-shrink:0;background:currentColor;opacity:.85}.content-block{display:flex;flex-direction:column;gap:2rem}.area-group{display:flex;flex-direction:column;gap:0;border:1px solid var(--au-border);border-radius:.375rem;overflow:hidden;background:var(--au-bg-surface)}.area-heading{margin:0;padding:.75rem 1rem;font-size:.8125rem;font-weight:600;color:var(--au-heading);background:#f9fafb;border-bottom:1px solid var(--au-border)}.component-row{padding:.95rem 1rem .85rem;border-bottom:1px solid #edf2f7;font-size:.9375rem}.component-row:last-child{border-bottom:none}.component-info{min-width:0}.component-row-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.component-name{font-weight:500;color:var(--au-heading)}.component-desc{font-size:.8125rem;color:var(--au-text-muted);margin-top:.125rem}.component-status{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0;padding-top:.15rem;font-size:.8125rem;font-weight:500;text-transform:capitalize;color:var(--au-status-operational-fg)}.component-status-dot{width:.625rem;height:.625rem;border-radius:50%;background:#22c55e}.component-status[data-status=degraded] .component-status-dot,.component-status[data-status=partial_outage] .component-status-dot{background:#eab308}.component-status[data-status=degraded],.component-status[data-status=partial_outage]{color:var(--au-status-degraded-fg)}.component-status[data-status=major_outage] .component-status-dot{background:#ef4444}.component-status[data-status=major_outage]{color:var(--au-status-outage-fg)}.component-status[data-status=maintenance] .component-status-dot{background:#3b82f6}.component-status[data-status=maintenance]{color:var(--au-status-maintenance-fg)}.history-strip{display:grid;grid-template-columns:repeat(90,minmax(2px,1fr));gap:1px;margin-top:.75rem;min-height:2.2rem}.history-day{display:block;min-width:2px;height:2rem;border-radius:1px;background:#8bd878}.history-day[data-status=degraded]{background:#e6bf4b}.history-day[data-status=partial_outage]{background:#f59e0b}.history-day[data-status=major_outage]{background:#df4e4e}.history-day[data-status=maintenance]{background:#53a8df}.history-meta{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.75rem;margin-top:.35rem;font-size:.75rem;color:var(--au-text-muted)}.history-meta span:nth-child(2){color:var(--au-heading)}.history-meta span:last-child{text-align:right}.incident-section h2{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:var(--au-heading)}.incident{border:1px solid var(--au-border);border-radius:.375rem;background:var(--au-bg-surface);padding:1rem 1.25rem;margin-bottom:.75rem}.incident:last-child{margin-bottom:0}.incident h3{margin:0 0 .35rem;font-size:1rem;font-weight:600;color:var(--au-heading)}.incident-meta{font-size:.8125rem;color:var(--au-text-muted);margin:0 0 .75rem}.incident ul{margin:0;padding-left:1.25rem;font-size:.875rem;color:var(--au-text-body)}.incident li+li{margin-top:.35rem}.footer{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--au-border);font-size:.8125rem;color:var(--au-text-muted)}.footer p{margin:.25rem 0}.loading,.error{text-align:center;padding:2rem 0;color:var(--au-text-muted)}.error{color:#c53030}
