:root{font-family:Inter,Segoe UI,Microsoft YaHei,Arial,sans-serif;color:#0f172a;background:#f4f8ff;--ink:#0f172a;--muted:#64748b;--line:#dbe6f4;--blue:#2563eb;--cyan:#06b6d4;--green:#10b981;--yellow:#f4b623;--red:#ef476f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background-color:#f4f8ff;background-image:linear-gradient(rgba(37,99,235,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.045) 1px,transparent 1px),radial-gradient(circle at 15% 0%,rgba(6,182,212,.1),transparent 34%);background-size:48px 48px,48px 48px,100% 100%}button,select{font:inherit}button{cursor:pointer;white-space:nowrap}.app-shell{min-height:100vh;overflow-x:hidden}.topnav{height:76px;padding:0 clamp(22px,4vw,64px);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20;background:#ffffffe0;border-bottom:1px solid rgba(219,230,244,.9);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 10px 35px #1e40af0f}.brand{display:flex;align-items:center;gap:11px;color:var(--ink);text-decoration:none}.brand img{width:39px;height:39px;object-fit:contain;border-radius:9px;box-shadow:0 4px 14px #2563eb2e}.brand>span{display:flex;align-items:baseline;gap:9px}.brand strong{font-size:18px}.brand small{color:var(--muted);font-size:12px;font-weight:600}.nav-label{display:flex;align-items:center;gap:9px;height:38px;padding:0 14px;color:#075985;background:#ecfeff;border:1px solid #bae6fd;border-radius:6px;font-size:13px;font-weight:700}.live-dot{width:8px;height:8px;border-radius:50%;background:#22d3ee;box-shadow:0 0 0 5px #22d3ee1f,0 0 14px #22d3eea6}.toolbar{width:min(1500px,calc(100% - 48px));margin:22px auto 16px;padding:14px 16px;display:flex;align-items:end;gap:18px;border:1px solid rgba(205,220,239,.9);border-radius:8px;background:#ffffffe0;box-shadow:0 14px 38px #1e40af0f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.toolbar label{min-width:min(440px,44vw);display:flex;flex-direction:column;gap:7px;color:#475569;font-size:12px;font-weight:700}.select-wrap{position:relative}.select-wrap svg{width:16px;position:absolute;right:11px;top:11px;color:#64748b;pointer-events:none}select{width:100%;height:40px;padding:0 38px 0 12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#172033;background:#fff;border:1px solid #cbd9eb;border-radius:6px;outline:none}select:focus{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf824}.toolbar-note{align-self:center;display:flex;align-items:center;gap:7px;color:var(--muted);font-size:13px}.toolbar-note svg{width:16px}.toolbar-actions{margin-left:auto;display:flex;gap:8px}.button,.icon-button{height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:6px;font-weight:700}.button{padding:0 16px;color:#fff;border:0;background:linear-gradient(105deg,#2563eb,#06b6d4);box-shadow:0 7px 18px #2563eb38}.icon-button{width:40px;color:#1e40af;background:#fff;border:1px solid #cbd9eb}.button svg,.icon-button svg{width:17px}.button:disabled,.icon-button:disabled{cursor:default;opacity:.48;box-shadow:none}.report{width:min(1500px,calc(100% - 48px));margin:0 auto;padding:0 24px 54px}.report-header{min-height:190px;padding:30px 34px;display:grid;align-items:center;position:relative;overflow:hidden;background:#fffffff0;border:1px solid #d9e5f3;border-radius:8px;box-shadow:0 18px 50px #1e40af14}.report-header:before{content:"";width:5px;position:absolute;inset:0 auto 0 0;background:linear-gradient(#2563eb,#06b6d4)}.eyebrow{margin:0 0 10px;display:flex;align-items:center;gap:10px;color:#0369a1;font-size:11px;font-weight:800;letter-spacing:1.5px}.eyebrow>span{width:34px;height:1px;background:linear-gradient(90deg,#2563eb,#22d3ee)}.report-header h1{margin:0;color:#0b1324;font-size:48px;line-height:1.08}.report-heading>p:last-child{margin:12px 0 0;color:var(--muted);font-size:15px}.report-guide{margin:14px 0 2px;padding:12px 14px;display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:#5f7088;background:#ffffffe0;border:1px solid #d9e5f3;border-radius:7px;font-size:12px}.report-guide strong{color:#172033;font-size:13px}.guide-key{margin-left:auto;display:inline-flex;align-items:center;gap:6px}.guide-key i{width:9px;height:9px;border-radius:50%}.key-success{background:var(--green)}.key-empty{background:var(--yellow)}.key-failure{background:var(--red)}.model-group{margin-top:28px}.section-title{margin-bottom:12px;padding-left:13px;display:flex;align-items:end;justify-content:space-between;gap:18px;position:relative}.section-title:before{content:"";width:4px;position:absolute;inset:2px auto 2px 0;border-radius:3px;background:linear-gradient(#2563eb,#06b6d4)}.section-title>div{display:flex;align-items:baseline;gap:10px}.section-title h2{margin:0;color:#111c30;font-size:21px;overflow-wrap:anywhere}.section-title span,.section-title p{margin:0;color:var(--muted);font-size:13px}.model-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.model-card{min-width:0;min-height:286px;padding:21px;display:flex;flex-direction:column;position:relative;overflow:hidden;background:#fffffff5;border:1px solid #d8e4f2;border-radius:8px;box-shadow:0 10px 28px #1e40af0f}.model-card:before{content:"";height:3px;position:absolute;inset:0 0 auto;background:linear-gradient(90deg,#2563eb,#22d3ee);opacity:.82}.model-title h3{margin:0;color:#111c30;font-size:19px;line-height:1.35;overflow-wrap:anywhere}.model-title>span{display:block;margin-top:6px;color:#6b7b91;font-size:12px}.card-meta{margin-top:auto;padding-top:28px;display:flex;align-items:center;justify-content:space-between;gap:8px}.badges{min-height:30px;display:flex;flex-wrap:wrap;gap:6px}.badge,.speed{padding:5px 9px;border-radius:999px;font-size:12px;font-weight:750;white-space:nowrap}.badge.recommended{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.badge.long,.badge.slow{color:#be123c;background:#fff1f2;border:1px solid #fecdd3}.badge.no-data{color:#64748b;background:#f1f5f9;border:1px solid #dce4ee}.speed{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.result-bar{height:9px;margin:14px 0 15px;display:flex;overflow:hidden;background:#e8eef6;border-radius:999px}.result-bar .success{background:var(--green)}.result-bar .empty-bar{background:var(--yellow)}.result-bar .failure{background:var(--red)}.metrics{margin:0;display:grid;grid-template-columns:1fr 1fr;column-gap:20px;row-gap:9px}.metrics div{display:flex;justify-content:space-between;gap:10px}.metrics dt{color:#6b7b91}.metrics dd{margin:0;color:#172033;font-weight:750;white-space:nowrap}.empty{min-height:300px;margin-top:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--muted);background:#ffffffbf;border:1px dashed #b9cce3;border-radius:8px}.empty svg{width:34px;height:34px;color:#2788d7}.empty h3{margin:12px 0 0;color:var(--ink)}.empty p{margin:6px 0}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toast{min-width:300px;padding:12px;position:fixed;right:24px;bottom:24px;z-index:40;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #cfe0f3;border-radius:7px;box-shadow:0 18px 45px #0f172a29}.toast p{margin:0;flex:1}.toast button{border:0;background:none}.toast svg{width:16px}@media (max-width:1100px){.toolbar{flex-wrap:wrap}.toolbar-actions{margin-left:0}.model-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.topnav{height:68px;padding:0 16px}.brand img{width:35px;height:35px}.brand small{display:none}.toolbar,.report{width:calc(100% - 28px)}.report{padding-inline:14px}.toolbar{margin-top:14px;gap:12px}.toolbar label{width:100%;min-width:100%}.toolbar-note,.toolbar-actions{width:100%}.toolbar-actions .button{flex:1}.report-header{min-height:0;padding:24px 20px}.report-header h1{font-size:36px}.guide-key{margin-left:0}.section-title{align-items:flex-start;flex-direction:column;gap:5px}.section-title>div{align-items:flex-start;flex-direction:column;gap:2px}.model-grid{grid-template-columns:1fr}.model-card{min-height:270px;padding:20px}.toast{left:14px;right:14px;bottom:14px}}.skip-link{position:fixed;top:8px;left:8px;z-index:60;padding:9px 13px;color:#fff;background:#0f172a;border-radius:6px;transform:translateY(-150%);transition:transform .16s ease}.skip-link:focus{transform:translateY(0)}.report-header{align-content:center}.report-summary{margin-top:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.report-summary>div{padding:11px 13px;background:#f8fbff;border:1px solid #dbe6f4;border-radius:7px}.report-summary span{display:block;color:#64748b;font-size:11px}.report-summary strong{display:block;margin-top:5px;color:#172033;font-size:20px}.quality-note{padding:4px 8px;color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;font-size:11px;font-weight:700}.quality-note.degraded{color:#9a3412;background:#fff7ed;border-color:#fed7aa}.quality-note.unknown{color:#475569;background:#f8fafc;border-color:#cbd5e1}.health-pill{padding:5px 9px;border:1px solid;border-radius:999px;font-size:12px;font-weight:750;white-space:nowrap}.health-pill.healthy{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.health-pill.warning{color:#a16207;background:#fefce8;border-color:#fde68a}.health-pill.critical{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.health-pill.inactive,.health-pill.unknown{color:#64748b;background:#f1f5f9;border-color:#dce4ee}.group-empty{min-height:110px;padding:22px;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;color:#64748b;background:#ffffffbf;border:1px dashed #b9cce3;border-radius:8px}.group-empty svg{width:22px;color:#2788d7}.group-empty small{color:#94a3b8}.model-card.inactive{background:#f8fafce0}select:focus-visible,.search-wrap input:focus-visible,.button:focus-visible,.icon-button:focus-visible,.search-wrap button:focus-visible,.toast button:focus-visible{outline:3px solid rgba(37,99,235,.32);outline-offset:2px}@media (max-width:760px){.report-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.report-summary strong{font-size:18px}.group-empty{align-items:flex-start;flex-direction:column}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.skip-link{transition:none}.spin{animation-duration:.01ms;animation-iteration-count:1}}.refresh-state{padding:4px 8px;color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;font-size:11px;font-weight:700}.refresh-state.stale{color:#b91c1c;background:#fef2f2;border-color:#fecaca}:root{--unknown:#94a3b8}.key-unknown{background:var(--unknown)}.result-counts{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:760px){.result-counts{grid-template-columns:repeat(2,minmax(0,1fr))}}.search-label{min-width:min(360px,32vw)!important}.search-wrap{position:relative;display:flex;align-items:center}.search-wrap>svg{position:absolute;left:11px;width:16px;color:#64748b;pointer-events:none}.search-wrap input{width:100%;height:40px;padding:0 38px 0 34px;color:#172033;background:#fff;border:1px solid #cbd9eb;border-radius:6px;outline:none}.search-wrap input:focus{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf824}.search-wrap button{position:absolute;right:6px;width:28px;height:28px;padding:0;display:grid;place-items:center;border:0;background:none;color:#64748b}.search-wrap button svg{width:15px}.model-group-label{display:block;margin-top:4px;color:#2563eb;font-size:11px;font-weight:700}@media (max-width:760px){.search-label{min-width:100%!important}}.toolbar{width:min(1500px,calc(100% - 48px));margin:22px auto 16px;padding:14px 16px;display:grid;grid-template-columns:minmax(190px,.8fr) minmax(280px,1.2fr) minmax(190px,auto) max-content;align-items:end;gap:12px;border:1px solid rgba(205,220,239,.9);border-radius:8px;background:#ffffffe0;box-shadow:0 14px 38px #1e40af0f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.toolbar label{min-width:0;display:flex;flex-direction:column;gap:7px;color:#475569;font-size:12px;font-weight:700}.toolbar .toolbar-note{align-self:center;white-space:nowrap}.toolbar-actions{display:flex;gap:8px;min-width:max-content}@media (max-width:1050px){.toolbar{grid-template-columns:minmax(190px,1fr) minmax(280px,1.2fr)}.toolbar-note,.toolbar-actions{justify-self:start}}@media (max-width:760px){.toolbar{width:calc(100% - 28px);margin:14px auto;padding:14px;grid-template-columns:1fr;gap:12px}.toolbar label{width:100%;min-width:100%}.toolbar-note,.toolbar-actions{width:100%}.toolbar-actions .button{flex:1}}.report-header{grid-template-columns:minmax(420px,1fr) minmax(0,1.35fr);gap:28px}.header-tools{min-width:0;display:grid;grid-template-columns:minmax(170px,.8fr) minmax(190px,1fr) minmax(110px,auto) auto;align-items:end;gap:10px}.header-tools label{min-width:0;display:flex;flex-direction:column;gap:7px;color:#475569;font-size:12px;font-weight:700}.header-tools .search-label{min-width:0}.header-tools .toolbar-note{align-self:center;min-width:0;white-space:nowrap;font-size:12px}.header-tools .toolbar-actions{display:flex;gap:8px;flex-shrink:0}.header-tools .toolbar-actions .button,.header-tools select,.header-tools .search-wrap input{height:40px}@media (max-width:1400px){.report-header{grid-template-columns:1fr}.header-tools{grid-template-columns:minmax(220px,.8fr) minmax(260px,1fr) auto auto}.header-tools .toolbar-note{justify-self:start}}@media (max-width:760px){.report-header{grid-template-columns:1fr;gap:22px}.header-tools{display:grid;grid-template-columns:1fr;gap:12px}.header-tools label,.header-tools .search-label{width:100%;min-width:100%}.header-tools .toolbar-note{width:100%}.header-tools .toolbar-actions{width:100%;margin-left:0}.header-tools .toolbar-actions .button{flex:1}.header-tools .toolbar-actions .icon-button{width:40px}}.report-header{grid-template-columns:1fr;gap:24px;overflow:visible}.report-heading{min-width:0}.header-tools{width:100%;grid-template-columns:minmax(190px,.75fr) minmax(280px,1.25fr) minmax(190px,auto) auto;overflow:visible}.header-tools .toolbar-note{overflow:visible;white-space:nowrap}.header-tools .toolbar-actions{min-width:max-content}@media (max-width:1050px){.header-tools{grid-template-columns:minmax(190px,1fr) minmax(280px,1.25fr)}.header-tools .toolbar-note,.header-tools .toolbar-actions{justify-self:start}}@media (max-width:760px){.report-header{gap:22px}.header-tools{grid-template-columns:1fr}.header-tools .toolbar-note,.header-tools .toolbar-actions{width:100%}}:root{--cute-blue:#2563eb;--cute-cyan:#06b6d4;--cute-paper:#fbfdff;--cute-line:#d7e6f6;--cute-ink:#13213b;--cute-soft:#eef7ff}body{background-color:#f7fbff;background-image:linear-gradient(rgba(37,99,235,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.025) 1px,transparent 1px);background-size:42px 42px}.topnav{height:68px;padding-inline:clamp(18px,3vw,48px);background:#fffffff5;box-shadow:0 5px 18px #2563eb0f}.brand{gap:9px}.brand img{width:36px;height:36px;border-radius:11px}.brand strong{font-size:17px}.brand small{font-size:11px;color:#6d83a0}.nav-label{height:34px;padding-inline:12px;border-radius:999px;background:#effaff;border-color:#b9e7f6;color:#12658b}.toolbar{border-color:#d7e6f6;border-radius:16px;background:#fffffff0;box-shadow:0 8px 22px #2563eb12}.toolbar{margin-top:16px;margin-bottom:14px;padding:12px 14px;gap:12px;align-items:center}.toolbar label{gap:5px}.toolbar-actions{gap:6px}.report-header{min-height:108px;padding:18px 28px;border-radius:18px;background:var(--cute-paper);border-color:#d7e6f6;box-shadow:0 10px 28px #2563eb14}.report-header:before{width:6px;border-radius:6px;background:linear-gradient(#2563eb,#06b6d4)}.report-header h1{color:var(--cute-ink);letter-spacing:-.02em;font-size:40px}.report-heading>p:last-child{color:#607596}.report-heading>p:last-child{margin-top:4px;font-size:13px}.report-guide{margin-top:10px;padding:9px 14px;border-color:#d7e6f6;border-radius:14px;background:#ffffffe6;box-shadow:0 4px 12px #2563eb0a}.model-group{margin-top:24px}.section-title{padding:10px 14px;border:1px solid #d7e6f6;border-radius:14px;background:#fafdff;align-items:center;box-shadow:0 4px 12px #2563eb0a}.section-title:before{left:0;inset-block:9px;border-radius:0 5px 5px 0}.section-title h2{font-size:19px;color:var(--cute-ink)}.section-title span{padding:4px 8px;border-radius:999px;background:#eaf6ff;color:#3273be;font-size:12px;font-weight:700}.section-heading{display:flex;align-items:center;gap:10px;min-width:0}.section-heading h2{overflow-wrap:anywhere}.section-stats{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#7185a2;font-size:12px;font-weight:600}.section-stats span{padding:5px 9px;border:1px solid #dcebf7;border-radius:999px;background:#fff}.section-stats b{color:#1d4ed8;font-weight:800}.model-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.model-card{min-height:252px;padding:16px;border-radius:18px;border:2px solid #c7def3;background:#fff;box-shadow:3px 4px #2563eb14;position:relative}.model-card:before{height:0;border-top:2px dashed #75cfe2;border-radius:0;background:none;top:10px;left:14px;right:14px;opacity:1}.model-card:after{content:"";position:absolute;right:14px;top:14px;width:8px;height:8px;border:2px solid #73cfe2;border-radius:50%;background:#fff}.model-title h3{font-size:17px;line-height:1.3;color:var(--cute-ink);padding-top:7px}.model-name-row{display:flex;align-items:flex-start;gap:7px}.model-spark{width:9px;height:9px;margin-top:8px;flex:none;border:2px solid #67c8df;border-radius:50%;background:#e9fbff}.model-title>span{color:#7285a1;font-size:13px}.card-meta{padding-top:18px}.card-meta{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:7px}.status-caption{grid-column:1;color:#7b91aa;font-size:11px;font-weight:700}.status-pills{grid-column:2;display:flex;flex-wrap:wrap;gap:5px}.card-meta .speed{grid-column:1 / -1;justify-self:stretch;text-align:center;margin-top:3px}.badge,.speed{border-radius:999px;padding:4px 8px;font-size:12px;border-width:2px;border-style:solid}.badge.recommended{background:#effcf8;border-color:#8de1c5;color:#087f65}.badge.long,.badge.slow{background:#fff4f6;border-color:#f3a9bb;color:#c23861}.badge.no-data{background:#f4f8fc;border-color:#c8d8e8}.speed{background:#f1f8ff;border-color:#a7d2f6}.result-bar{height:8px;margin:12px 0 13px;border:2px solid #cfe1ef;border-radius:999px;background:#f5f9fc;padding:1px}.metrics{display:flex;flex-direction:column;gap:0;margin:0;padding:4px 0 0;font-size:13px}.metrics div{display:grid;grid-template-columns:1fr auto;align-items:center;min-height:30px;padding:4px 0;border-bottom:1px dashed #d9e8f4;gap:5px}.metrics div:last-child{border-bottom:0}.metrics dt{font-weight:600}.metrics dd{text-align:right}.metrics dt{color:#7185a2}.metrics dd{color:#192944}.result-counts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:10px;padding-top:9px;border-top:1px dashed #d9e8f4}.result-counts div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-width:0;padding:3px 2px;border:1px solid #e2eef8;border-radius:8px;background:#fafdff}.result-counts span{color:#7185a2;font-size:11px;font-weight:600;white-space:nowrap}.result-counts strong{color:#192944;font-size:13px;line-height:1.2}.empty{border-radius:18px;border:2px dashed #bcd8ec;background:#ffffffd1}.toast{border-radius:14px}@media (max-width:1100px){.model-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.model-grid{grid-template-columns:1fr}.model-card{min-height:260px;padding:18px}.section-title{padding:10px 12px}.section-heading{flex-wrap:wrap}.section-stats{width:100%}.report-header{min-height:0;padding:22px 20px;border-radius:16px}.toolbar{border-radius:14px;margin-top:12px}}.model-card{min-height:148px;padding:13px 14px;border-radius:14px}.model-card:before{top:8px;left:12px;right:12px}.model-card:after{right:12px;top:12px;width:6px;height:6px}.card-meta{display:flex;align-items:center;gap:7px;padding-top:13px}.status-light{width:10px;height:10px;flex:none;border-radius:50%;box-shadow:0 0 0 3px #94a3b824}.status-light.healthy{background:#22c55e;box-shadow:0 0 0 3px #22c55e29,0 0 10px #22c55e73}.status-light.warning{background:#f59e0b;box-shadow:0 0 0 3px #f59e0b29}.status-light.critical{background:#ef4444;box-shadow:0 0 0 3px #ef444429,0 0 10px #ef444459}.status-light.inactive{background:#94a3b8}.status-text{font-size:11px;color:#64748b;font-weight:700}.metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:16px;padding:0}.metrics div{display:flex;flex-direction:column;gap:3px;min-height:0;padding:7px 6px;border:1px solid #e2eef8;border-radius:9px;background:#fafdff}.metrics div span{font-size:10px;color:#7b91aa;font-weight:700}.metrics div strong{font-size:15px;color:#192944;line-height:1.1}.model-card .model-title h3{font-size:14px}.model-card .model-title>span{font-size:10px}.topnav{display:none}.toolbar{margin-top:18px}.report{padding-top:0}.model-group{margin-top:22px}.section-title{min-height:58px;align-items:center}.section-heading{flex:1 1 auto}.section-heading h2{min-width:0;max-width:100%;overflow-wrap:anywhere;word-break:break-word}.section-stats{justify-content:flex-end;flex:0 0 auto}.model-grid{grid-auto-rows:1fr;align-items:stretch}.model-card{height:100%;min-height:280px}.model-title,.model-title h3{min-width:0}.model-title h3{overflow-wrap:anywhere;word-break:break-word}.header-tools select,.header-tools .search-wrap input,.header-tools .button,.header-tools .icon-button{min-height:44px}@media (min-width:1401px){.model-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1100px){.section-title{align-items:flex-start}.section-stats{justify-content:flex-start}}@media (max-width:760px){.toolbar{width:calc(100% - 24px);margin:12px auto;padding:12px;gap:10px}.report{width:calc(100% - 24px);padding:0 12px 36px}.report-header{padding:18px 16px}.report-header h1{font-size:32px}.header-tools{gap:10px}.header-tools select,.header-tools .search-wrap input,.header-tools .button,.header-tools .icon-button{min-height:46px;height:46px}.section-title{min-height:0;padding:12px;gap:9px}.section-heading{width:100%}.section-heading h2{font-size:17px;line-height:1.35}.section-stats{width:100%;gap:6px}.section-stats span{padding:6px 8px}.model-grid{grid-template-columns:1fr;gap:10px}.model-card{min-height:260px;padding:16px}.model-title h3{font-size:16px}.metrics div{min-height:29px}}.model-card{min-height:190px;padding:11px 12px}.signal-strip{display:grid;grid-template-columns:repeat(30,minmax(0,1fr));gap:2px;margin-top:8px;height:12px}.signal-strip span{border-radius:3px;background:#dbe5ef}.signal-strip .success{background:#25c58a}.signal-strip .failure{background:#f05b72}.signal-strip .empty-bar{background:#f4b63f}.signal-strip .signal-idle{background:#dbe5ef}.metrics{margin-top:8px}.metrics div{padding:5px 6px}@media (max-width:760px){.model-card{min-height:190px;padding:12px}.metrics div{min-height:0}}.toolbar{width:min(1452px,calc(100% - 96px));display:grid;grid-template-columns:repeat(3,minmax(190px,1fr)) auto auto;align-items:end;gap:12px;padding:14px 16px}.toolbar>label{min-width:0}.toolbar>label>div{width:100%}.toolbar-note{align-self:center;white-space:nowrap}.toolbar-actions{align-self:end;display:flex;align-items:center}.report-header{padding:22px 28px}.report-heading{max-width:none}.report-guide{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.report-guide .guide-key{margin-left:auto}@media (max-width:1100px){.toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.toolbar .search-label{grid-column:1 / -1}.toolbar-note{grid-column:1}.toolbar-actions{grid-column:2;justify-content:flex-end}}@media (max-width:760px){.toolbar{width:calc(100% - 24px);grid-template-columns:1fr;align-items:stretch;padding:12px;gap:10px}.toolbar .search-label,.toolbar-note,.toolbar-actions{grid-column:auto}.toolbar-note{justify-self:start;padding:2px 0}.toolbar-actions{justify-content:stretch}.toolbar-actions button{flex:1}.report-header{padding:18px 16px}.report-guide{gap:7px}.report-guide .guide-key{width:100%;margin-left:0}.report-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}.filter-native-compat{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.toolbar{position:relative;z-index:30}.report{position:relative;z-index:1}@media (max-width:1250px) and (min-width:761px){.toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.toolbar .search-label{grid-column:1 / -1}.toolbar-note{grid-column:1}.toolbar-actions{grid-column:2;justify-content:flex-end}}.filter-options{overflow-y:auto;overflow-x:hidden}.filter-options button{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:760px){.filter-popover{position:absolute;left:0;right:0;top:calc(100% + 6px);bottom:auto;width:auto;max-height:55vh;padding:8px;border-radius:14px;box-shadow:0 14px 35px #1e40af33;animation:filter-sheet-in .18s ease-out}.filter-options{max-height:calc(55vh - 62px);padding-bottom:4px}.filter-options button{min-height:42px;padding:10px 12px;font-size:13px;white-space:normal;overflow-wrap:anywhere;line-height:1.35}.filter-search input{height:38px}}@media (min-width:761px){.toolbar>label{align-self:end;min-height:59px}.toolbar .toolbar-note{align-self:end;height:40px;display:flex;align-items:center;margin:0;line-height:1}.toolbar-actions{align-self:end;height:40px;display:flex;align-items:center}.toolbar-actions .button{height:40px}}@keyframes filter-sheet-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.filter-select:focus-within{z-index:40}.filter-popover{overflow:hidden;max-height:min(55vh,420px)}.toolbar{background:linear-gradient(145deg,#fff,#f5faff);border-color:#cfe2f5;box-shadow:0 10px 26px #2563eb14}.toolbar>label>span{color:#526783;letter-spacing:.02em}.toolbar-note{font-size:12px;color:#607897}.toolbar-actions .button{min-width:108px}.report-heading>p:last-child,.catalog-sync-note,.quality-note{display:none!important}.report-guide{margin-top:12px}.report-summary{margin-top:14px}@media (max-width:760px){.toolbar{display:grid;grid-template-columns:1fr;gap:11px;margin-top:12px;padding:14px;border-radius:18px}.toolbar>label{gap:5px}.filter-trigger,.search-wrap input{height:44px}.toolbar-note{padding:3px 2px;font-size:12px}.toolbar-actions{width:100%;margin:0}.toolbar-actions .button{width:100%;height:44px;border-radius:12px;font-size:14px}}:root{--ios-blue:#0a84ff;--ios-indigo:#5856d6;--ios-bg:#f2f2f7;--ios-card:rgba(255,255,255,.82);--ios-line:rgba(60,60,67,.16);--ios-text:#1c1c1e;--ios-muted:#6e6e73;--ios-green:#34c759;--ios-orange:#ff9f0a;--ios-red:#ff375f}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,PingFang SC,Helvetica Neue,sans-serif;color:var(--ios-text);background:var(--ios-bg);background-image:radial-gradient(circle at 15% -10%,rgba(10,132,255,.16),transparent 35%),radial-gradient(circle at 90% 10%,rgba(88,86,214,.1),transparent 28%);background-size:100% 100%}.app-shell{overflow-x:hidden}.toolbar{background:var(--ios-card);border:1px solid rgba(255,255,255,.8);border-radius:20px;box-shadow:0 12px 30px #00000014;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);padding:16px;gap:14px}.toolbar>label>span{color:var(--ios-muted);font-weight:600}.filter-trigger,.search-wrap{background:#76768017;border:1px solid transparent;border-radius:12px}.filter-trigger{height:42px;color:var(--ios-text)}.filter-trigger:focus,.search-wrap:focus-within{border-color:#0a84ff8c;box-shadow:0 0 0 3px #0a84ff24}.search-wrap input{background:transparent;border:0}.toolbar-note{color:var(--ios-muted)}.button{background:var(--ios-blue);border-radius:12px;box-shadow:0 6px 16px #0a84ff3d}.report{padding-bottom:48px}.report-header{padding:26px 28px;min-height:0;background:var(--ios-card);border:1px solid rgba(255,255,255,.8);border-radius:24px;box-shadow:0 16px 40px #00000014;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}.report-header:before{width:4px;background:var(--ios-blue)}.eyebrow{color:var(--ios-blue);letter-spacing:1.6px}.report-header h1{font-size:42px;letter-spacing:-.04em;color:var(--ios-text)}.report-guide{background:#76768014;border:0;border-radius:14px;color:var(--ios-muted);padding:10px 12px}.report-guide strong{color:var(--ios-text)}.refresh-state.fresh{color:var(--ios-green)}.report-summary{gap:10px}.report-summary>div{background:#ffffffb3;border:1px solid var(--ios-line);border-radius:15px;padding:13px 14px}.report-summary span{color:var(--ios-muted)}.report-summary strong{color:var(--ios-text);font-size:25px}.model-group{margin-top:20px}.section-title{padding:12px 16px;margin-bottom:10px;background:#ffffffb8;border:1px solid rgba(255,255,255,.75);border-radius:17px;box-shadow:0 8px 22px #0000000d}.section-title:before{width:3px;border-radius:4px;background:var(--ios-blue)}.section-title h2{font-size:18px;letter-spacing:-.02em}.section-title span{background:#0a84ff1a;color:var(--ios-blue);border-radius:999px}.section-stats span{background:#76768014;border:0}.section-stats b{color:var(--ios-blue)}.model-grid{gap:10px}.model-card{min-height:178px;padding:14px;border:1px solid rgba(255,255,255,.9);border-radius:18px;background:var(--ios-card);box-shadow:0 8px 22px #0000000f;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.model-card:before{height:2px;inset:0 18px auto;background:var(--ios-blue);opacity:.55}.model-card:after{border-color:#3c3c433d;background:transparent}.model-title h3{font-size:15px;color:var(--ios-text)}.model-title>span{color:var(--ios-muted)}.card-meta{padding-top:8px}.status-text{color:var(--ios-muted)}.signal-strip{height:11px;gap:2px}.signal-strip .success{background:var(--ios-green)}.signal-strip .failure{background:var(--ios-red)}.signal-strip .empty-bar{background:var(--ios-orange)}.signal-strip .signal-idle{background:#7676802e}.metrics div{background:#76768012;border:1px solid rgba(60,60,67,.08);border-radius:10px}.metrics div span{color:var(--ios-muted)}.metrics div strong{color:var(--ios-text)}.filter-popover{background:#fffffff0;border:1px solid rgba(60,60,67,.12);border-radius:16px;box-shadow:0 16px 35px #00000029;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.filter-search{background:#76768017;border:0}.filter-options button{color:var(--ios-text);border-radius:10px}.filter-options button:hover,.filter-options button.selected{background:#0a84ff1f;color:var(--ios-blue)}@media (max-width:760px){.toolbar{padding:14px;border-radius:20px}.report{padding-inline:10px}.report-header{padding:22px 16px;border-radius:22px}.report-header h1{font-size:34px}.report-guide{display:grid;grid-template-columns:1fr 1fr;gap:7px;font-size:11px}.report-guide strong,.report-guide [data-report-time-range],.guide-key{grid-column:1 / -1}.report-summary{gap:8px}.report-summary>div{padding:11px 12px}.report-summary strong{font-size:22px}.section-title{border-radius:15px}.model-card{min-height:168px;padding:13px}}.model-group{margin-top:14px}.section-title{min-height:50px;margin-bottom:8px;padding:9px 13px 9px 16px;display:flex;align-items:center;gap:14px;border:1px solid rgba(255,255,255,.88);border-radius:16px;background:#ffffffc7;box-shadow:0 7px 20px #1e40af0f;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.section-title:before{width:3px;inset:8px auto 8px 0;border-radius:0 4px 4px 0;background:linear-gradient(#0a84ff,#5ac8fa)}.section-heading{min-width:0;flex:1 1 auto;display:flex;align-items:center;gap:9px}.section-heading h2{min-width:0;max-width:100%;font-size:16px;line-height:1.25;letter-spacing:-.015em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.section-heading>span{flex:none;padding:4px 8px;border-radius:999px;background:#0a84ff1a;color:#0878e8;font-size:11px;font-weight:800;white-space:nowrap}.section-stats{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:0}.section-stats span{display:inline-flex;align-items:center;gap:5px;padding:5px 9px;border:0;border-radius:999px;background:#76768017;color:#74829a;font-size:11px;font-weight:700;white-space:nowrap}.section-stats b{color:#0a84ff;font-size:12px;font-weight:850}@media (max-width:760px){.model-group{margin-top:12px}.section-title{min-height:0;padding:9px 11px 9px 14px;gap:9px}.section-heading h2{font-size:15px}.section-stats{gap:5px}.section-stats span{padding:5px 7px;font-size:10px}.section-stats b{font-size:11px}}@media (max-width:520px){.section-title{align-items:flex-start;flex-wrap:wrap}.section-heading{flex:1 1 100%;width:100%}.section-heading h2{white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere}.section-stats{width:100%;justify-content:flex-start}}.signal-history{margin-top:8px}.signal-history-head,.signal-axis{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--ios-muted);font-size:10px;font-weight:700}.signal-history-head strong{color:var(--ios-blue);font-size:10px}.signal-axis{margin-top:4px;color:#3c3c4380;font-weight:600}.signal-history .signal-strip{margin-top:5px}.model-card.inactive .signal-history-head strong{color:var(--ios-muted)}.mobile-selector-backdrop{display:none}@media (max-width:760px){.filter-popover{position:fixed;z-index:100;left:10px;right:10px;top:auto;bottom:max(10px,env(safe-area-inset-bottom));width:auto;max-height:min(72vh,560px);padding:10px;border-radius:22px;background:#fffffff7;box-shadow:0 -12px 45px #00000038,0 0 0 100vmax #0000002e}.filter-popover:before{content:"";display:block;width:38px;height:4px;margin:1px auto 10px;border-radius:99px;background:#3c3c4340}.filter-options{max-height:calc(min(72vh,560px) - 72px);overflow-y:auto;overflow-x:hidden}}.filter-select{position:relative;min-width:0}.filter-trigger{width:100%;height:40px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 11px;color:#172033;background:#fff;border:1px solid #cbd9eb;border-radius:8px;text-align:left}.filter-trigger b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.filter-trigger svg{width:16px;flex:none;color:#64748b}.filter-trigger:focus{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf824}.filter-popover{position:absolute;z-index:50;top:calc(100% + 6px);left:0;width:max(100%,280px);padding:8px;border:1px solid #cbd9eb;border-radius:12px;background:#fff;box-shadow:0 16px 35px #1e40af2e}.filter-search{display:flex;align-items:center;gap:6px;padding:0 8px;border:1px solid #e2eaf4;border-radius:8px}.filter-search svg{width:15px;color:#64748b}.filter-search input{width:100%;height:32px;border:0;outline:0;font-size:12px}.filter-options{max-height:280px;overflow:auto;margin-top:6px}.filter-options button{width:100%;display:flex;align-items:center;gap:6px;padding:8px;border:0;border-radius:7px;background:transparent;color:#24324a;text-align:left;font-size:12px}.filter-options button:hover,.filter-options button.selected{background:#edf6ff;color:#1265a0}.filter-options button svg{width:14px;flex:none}.filter-option-label{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-option-status-wrap{display:inline-flex;align-items:center;gap:5px;flex:none;color:#7185a2;font-size:11px;font-weight:700;white-space:nowrap}.filter-option-status{width:8px;height:8px;flex:none;border-radius:50%;background:#94a3b8;box-shadow:0 0 0 3px #94a3b81f}.filter-option-status.healthy{background:#22c55e;box-shadow:0 0 0 3px #22c55e24}.filter-option-status.warning{background:#f59e0b;box-shadow:0 0 0 3px #f59e0b24}.filter-option-status.critical{background:#ef4444;box-shadow:0 0 0 3px #ef444424}.filter-option-status.inactive{background:#94a3b8}.filter-option-status.unknown{background:#cbd5e1}@media (max-width:760px){.toolbar{backdrop-filter:none;-webkit-backdrop-filter:none}.filter-select.is-open{z-index:100}.filter-popover{position:fixed;z-index:100;left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right));top:auto;bottom:max(12px,env(safe-area-inset-bottom));width:auto;max-width:640px;max-height:min(72vh,560px);display:flex;flex-direction:column;margin-inline:auto;padding:10px;border-radius:22px;background:#fffffff7;box-shadow:0 -12px 45px #00000038,0 0 0 100vmax #0000002e;animation:filter-sheet-in .18s ease-out}.filter-popover:before{content:"";display:block;width:38px;height:4px;flex:none;margin:1px auto 10px;border-radius:99px;background:#3c3c4340}.filter-search{flex:none;width:100%}.filter-options{min-width:0;width:100%;min-height:0;max-height:none;flex:1 1 auto;overflow-y:auto;overflow-x:hidden;padding-bottom:4px}.filter-options button{min-height:42px;padding:10px 12px;font-size:13px}.filter-search input{height:38px}}.status-light.unknown{background:#cbd5e1}.catalog-sync-note{color:#475569}.catalog-sync-note.stale{color:#b45309;font-weight:700}.catalog-sync-note.waiting{color:#9a3412;font-weight:700}
