:root{--bg:#f2f5f8;--panel:#fff;--line:#e4e9f0;--text:#10203a;--muted:#68758a;--navy:#17243f;--navy2:#233558;--blue:#245fdf;--green:#0b8a4a;--greenbg:#e8f7ef;--amber:#a66100;--amberbg:#fff4dc;--red:#b42318;--redbg:#feeceb;--shadow:0 14px 36px rgba(16,32,58,.08)}*{box-sizing:border-box}html{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body{margin:0;background:var(--bg);color:var(--text)}.topbar{background:linear-gradient(135deg,var(--navy),var(--navy2));color:#fff;padding:18px 20px;box-shadow:0 4px 18px rgba(15,27,50,.2)}.topbar__inner{max-width:1120px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand-kicker,.eyebrow{font-size:.7rem;font-weight:800;letter-spacing:.14em;color:#7890b4}.brand-kicker{color:#c9d8f2}h1{margin:5px 0 0;font-size:clamp(1.25rem,4vw,1.8rem)}h2,h3,p{margin-top:0}.live-badge{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:8px 12px;font-size:.78rem;font-weight:700;display:flex;align-items:center;gap:7px}.live-dot{width:8px;height:8px;border-radius:50%;background:#7ce6a5;box-shadow:0 0 0 4px rgba(124,230,165,.12)}.page{max-width:1120px;margin:auto;padding:24px 18px 40px}.card{background:var(--panel);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.hero{min-height:128px;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.hero h2{margin:7px 0 6px;font-size:clamp(1.25rem,4vw,1.7rem)}.hero p{color:var(--muted);margin-bottom:0}.hero-status{width:64px;height:64px;border-radius:18px;display:grid;place-items:center;font-size:2rem;font-weight:900}.hero-status.ok{background:var(--greenbg);color:var(--green)}.hero-status.warning{background:var(--amberbg);color:var(--amber)}.hero-status.error{background:var(--redbg);color:var(--red)}.hero-status.pending{background:#eef2f7;color:#7d8999}.server-switch{margin-top:16px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.server-switch h2{margin:5px 0 0;font-size:1.15rem}.server-links{display:flex;gap:8px;flex-wrap:wrap}.server-link{text-decoration:none;color:var(--text);border:1px solid var(--line);background:#f7f9fb;padding:9px 13px;border-radius:10px;font-weight:800;font-size:.85rem}.server-link.active{background:var(--navy);color:#fff;border-color:var(--navy)}.status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:16px 0 28px}.metric-card{padding:18px;min-height:145px}.metric-head{display:flex;justify-content:space-between;align-items:center;gap:8px;font-weight:800;font-size:.86rem;color:var(--muted)}.metric-card strong{display:block;margin:20px 0 6px;font-size:1.45rem}.metric-card small{color:var(--muted)}.status-pill,.coming-soon{border-radius:999px;padding:5px 8px;font-size:.65rem;font-weight:800;white-space:nowrap}.status-pill.ok{color:var(--green);background:var(--greenbg)}.status-pill.warning{color:var(--amber);background:var(--amberbg)}.status-pill.error{color:var(--red);background:var(--redbg)}.status-pill.neutral,.coming-soon{color:#5f6d7e;background:#edf1f5}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:14px}.section-heading h2{margin:5px 0 0}.refresh-button,.primary-action{border:0;border-radius:10px;background:var(--blue);color:#fff;padding:10px 14px;font-weight:800;text-decoration:none;cursor:pointer;display:inline-block}.module-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.module-card{padding:20px;display:flex;gap:16px;min-height:170px}.module-card.disabled{box-shadow:none;background:#f8fafc}.module-icon{flex:0 0 48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#e9f0ff;color:var(--blue);font-weight:900;font-size:1.2rem}.module-content{flex:1}.module-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.module-title-row h3{margin-bottom:0}.module-content p{color:var(--muted);margin:12px 0 18px;line-height:1.45}.disabled-action{color:#8793a2;font-size:.85rem;font-weight:800}.footer{max-width:1120px;margin:auto;padding:0 18px 30px;display:flex;justify-content:space-between;color:var(--muted);font-size:.78rem}@media(max-width:860px){.status-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.topbar{padding:15px 16px}.page{padding:16px 12px 32px}.hero{padding:20px;min-height:120px}.hero-status{width:54px;height:54px;border-radius:15px;font-size:1.6rem}.server-switch{align-items:flex-start;flex-direction:column}.server-links{width:100%}.server-link{flex:1;text-align:center}.status-grid,.module-grid{grid-template-columns:1fr}.metric-card{min-height:125px}.module-card{min-height:auto}}