:root{color-scheme:light;--bg:#f8fafb;--surface:#fff;--soft:#f0f4f5;--text:#1b292e;--muted:#627780;--border:#e0e7eb;--accent:#087f67;--tint:#eaf6f1;--healthy:#169675;--degraded:#c58b24;--error:#d25364;--neutral:#cbd6db;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif;font-synthesis:none;letter-spacing:0}
:root[data-theme=dark]{color-scheme:dark;--bg:#14191a;--surface:#1c2325;--soft:#242e30;--text:#e8f0f1;--muted:#9bafb6;--border:#354044;--accent:#60d5b2;--tint:#233b33;--healthy:#3ac19a;--degraded:#deb052;--error:#ec7c89;--neutral:#485a62}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5}button,input{font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}button{border:0;background:none;color:inherit;cursor:pointer;min-height:44px}button:disabled{opacity:.5;cursor:wait}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--accent);outline-offset:3px}button,a{transition:background 160ms,color 160ms,border-color 160ms,box-shadow 160ms}button:hover{background:var(--soft)}svg{width:18px;height:18px;flex-shrink:0;stroke-width:1.7}h1,h2,h3,p{margin:0}[hidden]{display:none!important}
.site-header{height:72px;background:var(--surface);border-bottom:1px solid var(--border)}.header-inner{max-width:1248px;height:100%;padding:0 32px;margin:auto;display:flex;align-items:center;gap:48px}.brand{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:750}.brand img{object-fit:contain;border-radius:6px}.site-header nav{display:flex;align-items:center;gap:28px;height:100%;font-size:13px;color:var(--muted)}nav a{height:100%;display:flex;align-items:center;position:relative}nav a.active{color:var(--text);font-weight:650}nav a.active:after{content:"";position:absolute;bottom:0;height:2px;left:0;right:0;background:var(--accent)}.header-actions{margin-left:auto;display:flex;align-items:center;gap:12px}.icon-button{width:44px;height:44px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.language-select{height:40px;min-width:88px;padding:0 26px 0 10px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);font-size:12px;cursor:pointer;transition:background 160ms,color 160ms,border-color 160ms,box-shadow 160ms}.language-select:hover,.language-select:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--tint);outline:none}.account-link{display:flex;align-items:center;gap:7px;max-width:160px;overflow-wrap:anywhere;font-size:13px}
.page{max-width:1248px;margin:auto;padding:40px 32px 48px;min-height:calc(100dvh - 136px)}.page-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:30px;gap:20px}.eyebrow{font-size:10px;font-weight:650;color:var(--muted);display:flex;align-items:center;gap:8px;margin-bottom:10px}.tiny-line{width:18px;height:2px;background:var(--accent)}h1{font-size:28px;line-height:1.3;font-weight:720;display:flex;align-items:center;gap:12px}.updated{color:var(--muted);display:flex;align-items:center;gap:7px;font-size:12px;padding-bottom:2px}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;flex-shrink:0}.healthy{background:var(--healthy)}.degraded{background:var(--degraded)}.error{background:var(--error)}.neutral{background:var(--neutral)}
.filter-band{padding:22px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);display:flex;justify-content:space-between;gap:24px}.filters-left{display:grid;grid-template-columns:minmax(180px,1fr) minmax(170px,1fr);flex:1;gap:16px;max-width:610px}.filters-right{display:flex;gap:12px;align-items:flex-end}.filter-band label{display:block;font-size:11px;color:var(--muted);margin-bottom:8px;font-weight:600}.group-control,.model-control{position:relative;min-width:0}.select-trigger{display:flex;align-items:center;gap:10px;width:100%;border:1px solid var(--border);border-radius:7px;background:var(--surface);padding:0 13px;height:46px;font-size:13px;transition:transform 160ms,background 160ms,border-color 160ms,box-shadow 160ms}.select-trigger>span{text-align:left;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-trigger svg:first-child{color:var(--accent);width:17px}.select-trigger svg:last-child{width:14px;color:var(--muted);transition:transform 200ms}.select-trigger:hover{border-color:var(--accent);transform:translateY(-1px)}.select-trigger:active{transform:translateY(0)}.select-trigger[aria-expanded=true]{border-color:var(--accent);box-shadow:0 0 0 3px var(--tint);background:var(--surface)}.select-trigger[aria-expanded=true] svg:last-child{transform:rotate(180deg)}
.group-menu{position:absolute;z-index:20;top:calc(100% + 8px);left:0;width:max(100%,300px);max-width:calc(100vw - 40px);border:1px solid var(--border);background:var(--surface);box-shadow:0 12px 36px #142b3324;border-radius:8px;padding:7px;transform-origin:top;animation:menu-in 180ms ease-out}.model-control .group-menu{left:auto;right:0}.search-field{display:flex;align-items:center;padding:0 9px;gap:8px;border-bottom:1px solid var(--border)}.search-field svg{color:var(--muted);width:16px}.search-field input{height:44px;min-width:0;width:100%;border:0;background:transparent;color:var(--text);font-size:13px}.search-field input::placeholder{color:var(--muted)}[role=listbox]{max-height:280px;max-height:min(280px,42dvh);overflow:auto;overscroll-behavior:contain;padding-top:5px}[role=option]{width:100%;padding:11px 10px;border-radius:5px;display:flex;align-items:center;gap:10px;text-align:left;overflow-wrap:anywhere;font-size:13px;transition:background 140ms,color 140ms,transform 140ms}[role=option]>span{flex:1;min-width:0}[role=option]>svg{width:15px;visibility:hidden}[role=option][aria-selected=true]{background:var(--tint);color:var(--accent)}[role=option][aria-selected=true]>svg{visibility:visible}[role=option]:active{transform:scale(.99)}[role=option] small{font-size:11px;color:var(--muted);display:block;margin-top:3px}.no-options{padding:20px;color:var(--muted);font-size:12px}
.segments{display:flex;background:var(--soft);border:1px solid var(--border);border-radius:7px;padding:3px;gap:2px;height:46px}.segments button{font-size:12px;padding:0 12px;border-radius:4px;min-height:36px;white-space:nowrap;color:var(--muted)}.segments button[aria-pressed=true]{background:var(--surface);color:var(--text);box-shadow:0 1px 4px #00000014;font-weight:650}.refresh{border:1px solid var(--border);background:var(--surface);color:var(--muted);height:46px;width:46px}
.overview-section{padding-top:28px}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.section-heading h2{font-size:14px;font-weight:650}.section-heading p{font-size:11px;color:var(--muted);margin-top:4px;overflow-wrap:anywhere}.section-heading p:empty{display:none}.legend{display:flex;align-items:center;gap:15px;font-size:11px;color:var(--muted);flex-wrap:wrap}.legend span{display:flex;align-items:center;gap:5px}.legend .dot{width:6px;height:6px}.group-overview{border-top:2px solid var(--border);padding:26px 0 0}.group-overview[data-state=healthy]{border-top-color:var(--healthy)}.group-overview[data-state=degraded]{border-top-color:var(--degraded)}.group-overview[data-state=error]{border-top-color:var(--error)}.group-heading{display:flex;justify-content:space-between;align-items:center;gap:18px}.group-title{display:flex;align-items:center;gap:13px;min-width:0}.group-symbol{width:42px;height:42px;display:flex;align-items:center;justify-content:center;color:var(--accent);background:var(--tint);border-radius:7px;flex-shrink:0}.group-symbol svg{width:21px;height:21px}.group-title>div{min-width:0}.group-title h3{font-size:19px;line-height:1.4;overflow-wrap:anywhere}.group-title p{color:var(--muted);font-size:12px;margin-top:5px;overflow-wrap:anywhere}.status-badge{font-size:12px;font-weight:600;color:var(--muted);background:var(--soft);border-radius:4px;padding:5px 9px;white-space:nowrap;display:flex;align-items:center;gap:5px;flex-shrink:0}.status-badge svg{width:13px;height:13px}.status-badge.healthy{color:var(--accent);background:var(--tint)}.status-badge.degraded{color:#986615;background:#fff2d8}.status-badge.error{color:#b63c4c;background:#ffebee}:root[data-theme=dark] .status-badge.degraded{background:#38311e;color:var(--degraded)}:root[data-theme=dark] .status-badge.error{background:#3b282e;color:var(--error)}
.group-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:34px 0 32px}.summary-item{min-width:0;padding:0 24px;border-left:1px solid var(--border)}.summary-item:first-child{padding-left:0;border-left:0}.metric-label{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:6px;line-height:1.5}.metric-label svg{width:14px;height:14px}.metric-number{font-variant-numeric:tabular-nums;font-size:28px;font-weight:680;line-height:1.3;margin-top:8px;overflow-wrap:anywhere}.group-history{padding:20px 0 22px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.history-heading,.history-foot{display:flex;justify-content:space-between;align-items:center;gap:12px;color:var(--muted)}.history-heading{font-size:12px;margin-bottom:12px}.bars{display:grid;grid-template-columns:repeat(24,minmax(0,1fr));gap:5px;height:40px;align-items:center}.bar{height:34px;min-height:34px;width:100%;padding:0;border-radius:3px;transition:transform 140ms,filter 140ms}.bar.healthy{background:var(--healthy)}.bar.degraded{background:var(--degraded)}.bar.error{background:var(--error)}.bar.neutral{background:var(--neutral)}.bar:hover,.bar:focus-visible{filter:brightness(1.08);transform:scaleY(1.12);outline:2px solid var(--text);outline-offset:2px}.history-foot{font-size:11px;margin-top:10px}.data-footer{display:flex;align-items:center;color:var(--muted);font-size:11px;margin-top:20px}.data-footer>div{display:flex;align-items:center;gap:7px}.data-footer svg{height:14px;width:14px}
.notice{margin-top:16px;padding:11px 14px;border-radius:6px;border:1px solid var(--border);background:#fff5df;color:#8b631c;font-size:12px}:root[data-theme=dark] .notice{background:#342f22;color:#e5c077}.site-footer{max-width:1184px;margin:auto;padding:20px 0;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:10px;gap:15px}.site-footer a{display:flex;align-items:center;gap:5px}.site-footer svg{width:12px;height:12px}.gate{min-height:440px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-top:1px solid var(--border);text-align:center;padding:36px 20px}.gate-symbol{height:64px;width:64px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--tint);border:1px solid var(--border);color:var(--accent);margin-bottom:22px}.gate-symbol svg{width:28px;height:28px}.gate h2{font-size:22px;line-height:1.4}.gate p{color:var(--muted);font-size:13px;margin:12px 0 25px}.primary{border:1px solid var(--accent);border-radius:6px;background:var(--accent);color:var(--surface);padding:11px 20px;min-height:44px;display:inline-flex;align-items:center;gap:10px;font-size:13px}.primary:hover{filter:brightness(1.1);background:var(--accent)}.overview-empty{min-height:286px;display:flex;align-items:center;justify-content:center;color:var(--muted);border-block:1px solid var(--border);font-size:13px}.tooltip{position:fixed;z-index:100;background:var(--surface);color:var(--text);padding:14px 16px;border:1px solid var(--border);border-radius:7px;max-width:calc(100vw - 24px);width:254px;box-shadow:0 8px 32px #12242c26;font-size:12px;pointer-events:none;animation:menu-in 120ms ease-out}.tooltip strong{display:block;margin-bottom:10px;font-size:11px;font-weight:600}.tooltip div{display:flex;justify-content:space-between;gap:20px;margin-top:5px}.tooltip span{color:var(--muted)}.tooltip em{font-style:normal;font-variant-numeric:tabular-nums}.loading #refresh svg{animation:spin 1s linear infinite}.enter{animation:content-in 220ms ease-out}.skeleton{animation:breathe 1.3s ease-in-out infinite}
@keyframes spin{to{transform:rotate(360deg)}}@keyframes menu-in{from{opacity:0;transform:translateY(-5px) scale(.98)}to{opacity:1;transform:none}}@keyframes content-in{from{opacity:.4;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes breathe{50%{opacity:.5}}
@media(max-width:1040px){.filter-band{flex-wrap:wrap}.filters-left{max-width:none}.filters-right{margin-left:auto}.segments button{padding:0 10px}.header-inner{gap:30px}}
@media(max-width:760px){.header-inner{padding:0 20px;gap:20px}.site-header nav{gap:18px;font-size:12px}.site-header nav>a:first-child{display:none}.header-actions{gap:6px}.account-link{font-size:12px;max-width:100px}.brand{font-size:18px;gap:7px}.brand img{width:27px;height:27px}.page{padding:27px 20px 32px}.page-heading{align-items:center;gap:12px;margin-bottom:24px}h1{font-size:25px}.eyebrow{font-size:9px}.updated{font-size:10px}.filter-band{gap:18px;padding:18px 0}.filters-left{width:100%;flex-basis:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.filters-right{width:100%;justify-content:space-between;margin-left:0;gap:12px}.filters-right>div{flex:1}.segments{width:100%}.segments button{flex:1;padding:0 7px}.section-heading{align-items:flex-start;flex-direction:column;gap:12px}.legend{gap:14px}.group-title h3{font-size:18px}.summary-item{padding:0 14px}.metric-number{font-size:25px}.metric-label{font-size:11px}.site-footer{margin:0 20px}.site-footer>span:nth-child(2){display:none}.gate{min-height:400px}}
@media(max-width:520px){.site-header{height:64px}.site-header nav{display:none}.account-link{display:block;max-width:76px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-inner{gap:10px;padding-left:16px;padding-right:16px}.header-actions{gap:4px}.language-select{min-width:70px;width:70px;height:38px;padding-left:7px;padding-right:18px;font-size:11px}.page-heading .eyebrow{display:none}.group-title h3{font-size:17px}.group-symbol{width:36px;height:36px}.group-title{gap:10px}.group-title p{font-size:11px}.status-badge{font-size:11px;padding:4px 7px}.group-heading{gap:12px}.select-trigger{font-size:12px;padding:0 10px;gap:7px}.group-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 0;padding:28px 0}.summary-item:nth-child(odd){padding:0 10px 0 0;border:0}.summary-item:nth-child(even){padding:0 0 0 20px}.metric-number{font-size:26px}.metric-label{font-size:11px}.metric-label svg{width:13px}.bars{gap:3px;height:34px}.bar{height:29px;min-height:29px}.history-foot{font-size:10px}.group-menu{width:300px}.group-history{padding:18px 0}.legend{font-size:10px}.group-overview{padding-top:23px}.overview-section{padding-top:24px}}
:root[data-theme=dark] .brand img{filter:brightness(0) invert(1)}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.select-trigger:hover,.bar:hover,.bar:focus-visible{transform:none}}
