: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}}.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}.topnav{height:62px}}
