: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);--sidebar:310px)}
*{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)}body.menu-open{overflow:hidden}button,a{font:inherit}.topbar{background:linear-gradient(135deg,var(--navy),var(--navy2));color:#fff;padding:14px 20px;box-shadow:0 4px 18px rgba(15,27,50,.2);position:sticky;top:0;z-index:60}.topbar__inner{max-width:1120px;margin:auto;display:flex;align-items:center;gap:14px}.brand{display:flex;flex-direction:column;color:#fff;text-decoration:none;margin-right:auto}.brand-kicker,.eyebrow,.sidebar__kicker{font-size:.7rem;font-weight:800;letter-spacing:.14em;color:#7890b4}.brand-kicker{color:#c9d8f2}.brand strong{font-size:clamp(1.15rem,4vw,1.65rem);margin-top:3px}.topbar__right{display:flex;align-items:center;gap:12px}.server-identity{display:flex;flex-direction:column;align-items:flex-end;font-size:.72rem;color:#c9d8f2}.server-identity strong{font-size:.92rem;color:#fff}.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)}.menu-toggle{width:44px;height:44px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.09);border-radius:12px;display:grid;place-content:center;gap:4px;cursor:pointer}.menu-toggle span{display:block;width:20px;height:2px;border-radius:999px;background:#fff}.sidebar-overlay{position:fixed;inset:0;background:rgba(8,18,34,.52);backdrop-filter:blur(2px);z-index:70}.sidebar{position:fixed;inset:0 auto 0 0;width:min(var(--sidebar),88vw);background:#fff;z-index:80;box-shadow:20px 0 55px rgba(11,24,45,.22);transform:translateX(-105%);transition:transform .22s ease;display:flex;flex-direction:column}.sidebar.open{transform:translateX(0)}.sidebar__header{padding:20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}.sidebar__header strong{display:block;margin-top:4px;font-size:1.15rem}.sidebar-close{border:0;background:#eef2f7;color:var(--text);width:38px;height:38px;border-radius:10px;font-size:1.6rem;line-height:1;cursor:pointer}.sidebar-nav{padding:12px 10px;overflow-y:auto;flex:1}.sidebar-group{margin-bottom:15px}.sidebar-group h2{margin:0 10px 6px;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:#8a96a6}.sidebar-link{min-height:44px;padding:9px 10px;border-radius:10px;display:flex;align-items:center;gap:10px;color:var(--muted);text-decoration:none;font-weight:800;font-size:.9rem}.sidebar-link:hover{background:#f3f6fa;color:var(--text)}.sidebar-link.active{background:#eaf0ff;color:var(--blue)}.sidebar-link.disabled{opacity:.47;cursor:not-allowed}.sidebar-link small{margin-left:auto;font-size:.58rem;text-transform:uppercase;letter-spacing:.05em}.sidebar-icon{width:28px;height:28px;border-radius:8px;background:#edf1f6;display:grid;place-items:center;font-size:.78rem;color:var(--text);flex:0 0 auto}.sidebar-link.active .sidebar-icon{background:var(--blue);color:#fff}.sidebar-servers{border-top:1px solid var(--line);padding:16px 20px 20px}.sidebar-server-links{display:grid;gap:7px;margin-top:10px}.sidebar-server-link{display:flex;align-items:center;gap:9px;text-decoration:none;color:var(--muted);font-weight:800;padding:7px 9px;border-radius:8px}.sidebar-server-link:hover,.sidebar-server-link.active{background:#f2f5f9;color:var(--text)}.server-dot{width:8px;height:8px;border-radius:50%;background:#b5bfcc}.sidebar-server-link.active .server-dot{background:var(--green);box-shadow:0 0 0 4px var(--greenbg)}.global-banner{padding:11px 18px;text-align:center;background:var(--redbg);color:var(--red);font-weight:800}.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)}h1,h2,h3,p{margin-top:0}.dashboard-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:14px}.dashboard-heading h1{font-size:clamp(1.35rem,4vw,1.9rem);margin:5px 0 0}.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.2rem,4vw,1.65rem)}.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}.status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:16px 0}.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}.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}.refresh-button:disabled{opacity:.6;cursor:wait}.dashboard-note{padding:20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.dashboard-note h2{margin:6px 0}.dashboard-note p{color:var(--muted);margin-bottom:0;line-height:1.45}.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:12px}.topbar__inner{gap:10px}.server-identity{display:none}.live-badge{padding:7px 9px}.live-badge span:last-child{display:none}.page{padding:16px 12px 32px}.dashboard-heading{align-items:center}.dashboard-heading .eyebrow{display:none}.dashboard-heading h1{margin:0;font-size:1.2rem}.hero{padding:20px;min-height:118px}.hero-status{width:54px;height:54px;border-radius:15px;font-size:1.6rem}.status-grid{grid-template-columns:1fr}.metric-card{min-height:120px}.dashboard-note{align-items:flex-start;flex-direction:column}.footer{padding:0 12px 24px;gap:10px;flex-direction:column}}
