:root{--bg:#f6f7f9;--surface:#fff;--text:#18202a;--muted:#657180;--border:#e5e8ec;--green:#14804a;--green-bg:#eaf7ef;--amber:#a15c00;--amber-bg:#fff4db;--orange:#b94a0a;--orange-bg:#fff0e7;--red:#b42318;--red-bg:#ffebe9;--blue:#175cd3;--blue-bg:#eaf2ff;--shadow:0 10px 30px rgba(25,32,42,.06)}*{box-sizing:border-box}html{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text)}body{margin:0;min-height:100vh}.shell{width:min(920px,calc(100% - 32px));margin:0 auto}.site-header{background:rgba(255,255,255,.94);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10;backdrop-filter:blur(12px)}.header-inner{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:11px;color:var(--text);text-decoration:none}.brand-mark{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#26384a;color:#fff;font-weight:900;font-family:Georgia,serif;font-size:22px}.brand strong,.brand small{display:block}.brand strong{font-size:15px;line-height:1.15}.brand small{font-size:12px;color:var(--muted);margin-top:2px}.refresh-state{font-size:12px;color:var(--muted)}main{padding:42px 0 54px}.overall-card{display:flex;align-items:center;gap:17px;background:var(--green-bg);border:1px solid #bfe5cf;border-radius:16px;padding:22px 24px;box-shadow:var(--shadow)}.overall-card h1{margin:0 0 4px;font-size:22px;letter-spacing:-.02em}.overall-card p{margin:0;color:#516171;font-size:14px}.overall-icon{width:18px;height:18px;border-radius:999px;background:var(--green);box-shadow:0 0 0 6px rgba(20,128,74,.12);flex:0 0 auto}.overall-card.degraded{background:var(--amber-bg);border-color:#f6d99f}.overall-card.degraded .overall-icon{background:var(--amber);box-shadow:0 0 0 6px rgba(161,92,0,.12)}.overall-card.partial_outage{background:var(--orange-bg);border-color:#f5c9ad}.overall-card.partial_outage .overall-icon{background:var(--orange);box-shadow:0 0 0 6px rgba(185,74,10,.12)}.overall-card.major_outage{background:var(--red-bg);border-color:#f3b6b0}.overall-card.major_outage .overall-icon{background:var(--red);box-shadow:0 0 0 6px rgba(180,35,24,.12)}.overall-card.maintenance{background:var(--blue-bg);border-color:#bdd0f4}.overall-card.maintenance .overall-icon{background:var(--blue);box-shadow:0 0 0 6px rgba(23,92,211,.12)}.section{margin-top:38px}.section.hidden{display:none}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:12px}.eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:800;color:#778494}.section h2{font-size:18px;margin:3px 0 0}.legend{font-size:11px;color:var(--muted)}.services-card,.incident-card,.empty{background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow)}.service-row{padding:17px 18px;border-bottom:1px solid var(--border)}.service-row:last-child{border-bottom:0}.service-main{display:flex;align-items:center;justify-content:space-between;gap:18px}.service-copy strong,.service-copy small{display:block}.service-copy strong{font-size:14px}.service-copy small{font-size:12px;color:var(--muted);margin-top:3px;line-height:1.4}.status-pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800;white-space:nowrap;background:var(--green-bg);color:var(--green)}.status-pill:before{content:"";width:6px;height:6px;border-radius:999px;background:currentColor}.status-pill.degraded{background:var(--amber-bg);color:var(--amber)}.status-pill.partial_outage{background:var(--orange-bg);color:var(--orange)}.status-pill.major_outage{background:var(--red-bg);color:var(--red)}.status-pill.maintenance{background:var(--blue-bg);color:var(--blue)}.uptime-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;margin-top:13px}.uptime-bars{display:grid;grid-template-columns:repeat(30,1fr);gap:2px;height:18px}.uptime-bar{border-radius:2px;background:#dfe5e9}.uptime-bar.good{background:#54b783}.uptime-bar.warn{background:#e0a24a}.uptime-bar.bad{background:#df675d}.uptime-value{font-size:10px;font-weight:700;color:var(--muted);min-width:56px;text-align:right}.incident-card{padding:20px;margin-bottom:12px}.incident-head{display:flex;justify-content:space-between;gap:20px}.incident-head strong{font-size:15px}.incident-meta{font-size:11px;color:var(--muted)}.incident-message{font-size:13px;color:#4e5b68;line-height:1.55;margin:10px 0}.updates{border-top:1px solid var(--border);margin-top:14px;padding-top:6px}.update{display:grid;grid-template-columns:100px 1fr;gap:12px;padding:10px 0;border-bottom:1px solid #f0f2f4}.update:last-child{border-bottom:0}.update strong{font-size:11px}.update p{font-size:12px;color:#4e5b68;margin:2px 0 0;line-height:1.5}.update time{display:block;font-size:10px;color:#8a95a1;margin-top:4px}.empty{padding:24px;color:var(--muted);font-size:13px;text-align:center}.skeleton{height:64px;margin:14px 18px;border-radius:8px;background:linear-gradient(90deg,#f0f2f4 25%,#f7f8f9 37%,#f0f2f4 63%);background-size:400% 100%;animation:shine 1.4s ease infinite}@keyframes shine{0%{background-position:100% 0}100%{background-position:-100% 0}}.site-footer{border-top:1px solid var(--border);background:#fff}.footer-inner{min-height:80px;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:11px;color:var(--muted)}.footer-inner a{color:#334155;text-decoration:none;font-weight:700}@media(max-width:640px){.shell{width:min(100% - 22px,920px)}.header-inner{min-height:66px}.refresh-state{display:none}main{padding:26px 0 42px}.overall-card{padding:19px 17px;align-items:flex-start}.overall-card h1{font-size:19px}.section{margin-top:30px}.service-main,.incident-head{align-items:flex-start;flex-direction:column;gap:10px}.status-pill{align-self:flex-start}.service-row{padding:16px 14px}.uptime-bars{gap:1px;height:15px}.update{grid-template-columns:1fr;gap:2px}.footer-inner{align-items:flex-start;flex-direction:column;justify-content:center;padding:18px 0}.legend{display:none}}
