:root {
  --bp-red: #ff1f3d;
  --bp-red-soft: #fff0f2;
  --ink: #101012;
  --muted: #77777f;
  --line: #dedede;
  --surface: #ffffff;
  --page: #f4f4f3;
  --sidebar: #0d0d0e;
  --sidebar-card: #1c1c1f;
  --sidebar-muted: #95959d;
  --green: #19b36b;
  --amber: #e39a14;
  --radius: 24px;
  --shadow: 0 16px 40px rgba(0,0,0,.04);
}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--page)}button,input{font:inherit}.shell{min-height:100vh;display:grid;grid-template-columns:370px 1fr}.sidebar{position:sticky;top:0;height:100vh;overflow:auto;background:var(--sidebar);color:white;padding:28px 24px 36px}.brand{display:flex;gap:18px;align-items:center;padding:0 9px 28px}.brand-mark{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:var(--bp-red);font-size:28px;font-weight:900}.brand strong{display:block;font-size:22px}.brand span{display:block;margin-top:5px;color:var(--sidebar-muted);font-size:17px}.workspace{display:flex;align-items:center;gap:14px;padding:20px;border:1px solid #38383c;border-radius:20px;background:#19191b;margin-bottom:38px}.workspace-dot{width:13px;height:13px;border-radius:50%;background:var(--bp-red);box-shadow:0 0 0 8px rgba(255,31,61,.15)}.workspace small,.nav-label{letter-spacing:.22em;color:#73737b;font-weight:800;font-size:11px}.workspace strong{display:block;margin-top:5px;font-size:17px}.nav-label{padding:0 15px;margin:30px 0 10px}.nav-item{position:relative;width:100%;height:56px;display:flex;align-items:center;gap:18px;border:0;border-radius:13px;background:transparent;color:#9999a1;padding:0 17px;font-weight:750;font-size:16px;text-align:left;cursor:pointer}.nav-item span{width:22px;font-size:22px;color:#8d8d96}.nav-item:hover{background:#171719;color:white}.nav-item.active{background:#222225;color:white}.nav-item.active::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:4px;background:var(--bp-red)}.nav-item.active span{color:white}.main{min-width:0}.topbar{min-height:196px;background:white;border-bottom:1px solid #ddd;display:flex;align-items:center;justify-content:space-between;padding:34px 56px;gap:24px}.eyebrow{font-weight:900;letter-spacing:.24em;font-size:14px;color:var(--bp-red);margin-bottom:13px}.topbar h1{font-size:46px;line-height:1;margin:0 0 12px;letter-spacing:-.045em}.topbar p{margin:0;color:var(--muted);font-size:18px}.top-actions{display:flex;align-items:center;gap:15px}.live-badge{height:65px;min-width:160px;display:flex;align-items:center;gap:14px;border:1px solid #d8d8d8;border-radius:18px;background:white;padding:0 20px}.live-badge>span{width:12px;height:12px;border-radius:50%;background:var(--green);box-shadow:0 0 0 7px rgba(25,179,107,.10)}.live-badge small{display:block;letter-spacing:.18em;font-size:10px;color:#8a8a91}.live-badge strong{display:block;margin-top:3px;font-size:16px}.primary{height:65px;border:0;border-radius:17px;background:var(--bp-red);color:white;padding:0 29px;font-weight:850;font-size:16px;cursor:pointer;box-shadow:0 14px 28px rgba(255,31,61,.18)}.primary:disabled{opacity:.55;cursor:wait}.content{padding:44px 56px 70px}.loading-card,.empty{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:36px;color:var(--muted)}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-bottom:20px}.stat-card{min-height:205px;background:white;border:1px solid #d8d8d8;border-radius:var(--radius);padding:30px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow)}.stat-card.dark{background:#121214;border-color:#121214;color:white}.stat-top{display:flex;justify-content:space-between;align-items:flex-start}.stat-label{font-size:13px;font-weight:900;letter-spacing:.04em;color:#75757d}.dark .stat-label{color:#a2a2aa}.stat-icon{width:48px;height:48px;border-radius:15px;background:var(--bp-red-soft);color:var(--bp-red);display:grid;place-items:center;font-weight:900;font-size:23px}.dark .stat-icon{background:var(--bp-red);color:white}.stat-value{font-size:52px;line-height:1;font-weight:950;letter-spacing:-.055em;margin-top:18px}.stat-sub{color:#7b7b82;font-size:15px;margin-top:12px}.dark .stat-sub{color:#9d9da5}.grid-main{display:grid;grid-template-columns:minmax(0,2.15fr) minmax(340px,1fr);gap:20px}.panel{background:white;border:1px solid #d8d8d8;border-radius:var(--radius);padding:30px;box-shadow:var(--shadow)}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:25px}.panel .eyebrow{font-size:12px;margin-bottom:10px}.panel h2{font-size:25px;line-height:1.12;margin:0 0 7px;letter-spacing:-.035em}.panel p{margin:0;color:var(--muted);line-height:1.4}.ghost{height:48px;border:1px solid #d8d8d8;border-radius:14px;background:white;padding:0 20px;font-weight:800;cursor:pointer}.bars{display:grid;gap:22px}.bar-row{display:grid;grid-template-columns:180px 1fr 55px;gap:18px;align-items:center;font-weight:800}.track{height:11px;border-radius:99px;background:#ececec;overflow:hidden}.fill{height:100%;background:#202023;border-radius:99px}.fill.red{background:var(--bp-red)}.source-cards{display:grid;grid-template-columns:1fr 1fr;gap:13px}.source-mini{border:1px solid #ddd;border-radius:18px;padding:19px;min-height:138px}.source-mini-head{display:flex;justify-content:space-between;align-items:center}.source-mini .mode{font-size:11px;background:#f2f2f2;border-radius:999px;padding:7px 9px;font-weight:800}.source-mini strong{display:block;font-size:32px;margin-top:22px}.source-mini span{color:#777;font-size:14px}.status-dot{width:11px;height:11px;border-radius:50%;display:inline-block;background:#aaa}.status-dot.healthy{background:var(--green)}.status-dot.degraded{background:var(--bp-red)}.status-dot.unknown{background:var(--amber)}.table-wrap{overflow:auto;border:1px solid #dedede;border-radius:20px;background:white}.table{width:100%;border-collapse:collapse;min-width:760px}.table th,.table td{text-align:left;padding:17px 20px;border-bottom:1px solid #ededed;vertical-align:top}.table th{font-size:11px;letter-spacing:.12em;color:#777;font-weight:900;background:#fafafa}.table td{font-size:14px}.table tr:last-child td{border-bottom:0}.status-pill{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:#f2f2f2;padding:8px 11px;font-weight:800;font-size:12px}.view-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-bottom:20px}.metric{background:white;border:1px solid #ddd;border-radius:20px;padding:24px}.metric small{font-weight:900;color:#74747b;letter-spacing:.08em}.metric strong{display:block;font-size:34px;margin-top:13px}.search-box{display:flex;gap:10px;margin-bottom:20px}.search-box input{height:52px;flex:1;border:1px solid #d8d8d8;border-radius:14px;padding:0 17px;background:white}.search-box button{height:52px;border:0;border-radius:14px;background:#171719;color:white;padding:0 22px;font-weight:800}.code-card{background:#141416;color:#e8e8eb;border-radius:20px;padding:22px;overflow:auto;font:13px/1.55 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap}.notice{padding:16px 18px;border-radius:15px;background:#fff6e7;border:1px solid #f1d9ad;color:#775618;margin-bottom:20px}.notice.red{background:#fff0f2;border-color:#ffc8d0;color:#921c32}.toolbar{display:flex;gap:10px;align-items:center;justify-content:flex-end;margin-bottom:17px}.small-btn{height:42px;border:1px solid #ddd;background:white;border-radius:12px;padding:0 15px;font-weight:800;cursor:pointer}.toast{position:fixed;right:25px;bottom:25px;background:#151517;color:white;padding:15px 18px;border-radius:14px;opacity:0;transform:translateY(10px);pointer-events:none;transition:.2s;box-shadow:0 16px 40px rgba(0,0,0,.18)}.toast.show{opacity:1;transform:translateY(0)}
@media(max-width:1200px){.shell{grid-template-columns:285px 1fr}.stats{grid-template-columns:repeat(2,1fr)}.grid-main{grid-template-columns:1fr}.topbar,.content{padding-left:32px;padding-right:32px}.view-grid{grid-template-columns:1fr 1fr}}
@media(max-width:820px){.shell{display:block}.sidebar{position:relative;height:auto}.sidebar nav{display:grid;grid-template-columns:1fr 1fr}.nav-label{grid-column:1/-1}.topbar{align-items:flex-start;flex-direction:column}.content{padding:24px}.stats,.view-grid{grid-template-columns:1fr}.top-actions{width:100%}.primary{flex:1}.bar-row{grid-template-columns:120px 1fr 45px}.source-cards{grid-template-columns:1fr}}
