:root{font-family:Inter,Segoe UI,Microsoft YaHei,sans-serif;color:#172033;background:#f1f4f8;font-synthesis:none;letter-spacing:0;--brand: #2563eb;--brand-hover: #1d4ed8;--brand-soft: #eef4ff;--success: #168a62;--success-soft: #e9f7f1;--warning: #b26b00;--warning-soft: #fff5df;--danger: #c43d4b;--danger-soft: #fff0f1;--ink: #172033;--ink-soft: #3e4a5e;--muted: #69758a;--muted-light: #657186;--line: #dde4ed;--line-strong: #cbd5e1;--canvas: #f1f4f8;--surface: #ffffff;--surface-muted: #f7f9fb;--header: #0f172a;--radius: 12px;--shadow-sm: 0 2px 8px rgba(23,32,51,.055);--shadow-md: 0 12px 34px rgba(23,32,51,.09)}*{box-sizing:border-box}*{scrollbar-width:thin;scrollbar-color:#b8c4d2 transparent}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:#b8c4d2;background-clip:padding-box}*::-webkit-scrollbar-track{background:transparent}html{min-width:0;background:var(--canvas)}body{margin:0;min-width:0;min-height:100vh;background:var(--canvas)}button,input{font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}a{color:inherit}:focus-visible{outline:3px solid rgba(36,107,253,.2);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.app-shell{min-height:100vh}.app-header{position:sticky;top:0;z-index:30;height:56px;display:flex;align-items:center;gap:18px;border-bottom:1px solid rgba(255,255,255,.08);padding:0 max(20px,calc((100vw - 1600px)/2));color:#eef3fa;background:#0f172af7;box-shadow:0 6px 24px #0f172a29;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:10px;min-width:max-content}.brand strong{display:block;color:#fff;font-size:17px;line-height:1}.brand span{display:block;margin-top:4px;color:#7f8ca1;font-size:10px;font-weight:700}.logo-mark{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px;color:#fff;background:var(--brand);box-shadow:0 7px 18px #246bfd47}.runtime-state{display:flex;align-items:center;gap:8px;margin-left:auto;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:7px 11px;color:#c5cfdd;background:#ffffff0e;font-size:12px;font-weight:650}.runtime-state>span{width:7px;height:7px;border-radius:50%;background:#42d29a;box-shadow:0 0 0 4px #42d29a1a}.runtime-state.busy>span{background:#f1b84b;animation:pulse 1.2s infinite}.runtime-state.offline{color:#ffd9dc;border-color:#ff828f38;background:#c43d4b24}.runtime-state.offline>span{background:#f06a77;box-shadow:0 0 0 4px #f06a771f}.app-header-actions{display:flex;gap:4px}.app-header .icon-button{color:#aeb9c9;background:#ffffff0b}.app-header .icon-button:hover{border-color:#ffffff1f;color:#fff;background:#ffffff1a}.app-header .icon-button.active{border-color:#6b9bff59;color:#fff;background:#2563eb47}.workspace{width:min(1600px,100%);min-height:calc(100vh - 56px);margin:0 auto;padding:22px 24px 56px}.command-bar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:14px}.command-bar h1{margin:0;color:#101828;font-size:24px;letter-spacing:0;line-height:1.15}.command-bar p{display:flex;align-items:center;gap:8px;margin:5px 0 0;color:var(--muted);font-size:12px}.command-bar p time{display:inline-flex;align-items:center;gap:6px;border-left:1px solid #cbd5e1;padding-left:8px;color:#8994a5;font-size:10px;font-variant-numeric:tabular-nums}.toolbar{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:8px}.toolbar .button{min-height:38px}.button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--line-strong);border-radius:8px;padding:0 14px;color:#344055;background:#fff;box-shadow:0 1px 2px #0f172a0a;font-size:12px;font-weight:700;transition:border-color .15s,color .15s,background .15s,box-shadow .15s,transform .15s}.button:hover{border-color:#aeb9c7;color:#172033;background:#fbfcfd;box-shadow:0 3px 9px #0f172a12}.button:active:not(:disabled){transform:translateY(1px)}.button.primary{color:#fff;border-color:var(--brand);background:var(--brand);box-shadow:0 7px 18px #2563eb33}.button.primary:hover{color:#fff;border-color:var(--brand-hover);background:var(--brand-hover)}.button.danger{color:#fff;border-color:#bf3d4a;background:#c84653;box-shadow:0 7px 18px #c43d4b2e}.button.danger:hover{color:#fff;border-color:#a8323e;background:#b63845}.button.active{color:#174cae;border-color:#b9cdf8;background:var(--brand-soft);box-shadow:none}.button.ghost{background:transparent;box-shadow:none}.button.compact{min-height:34px;padding:0 11px;font-size:12px}.control-deck{overflow:hidden;border-block:1px solid var(--line);background:#ffffffc7;box-shadow:none}.summary-strip{min-height:66px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));background:var(--surface)}.summary-strip>div{min-width:0;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:9px;padding:0 15px}.summary-strip>div+div{border-left:1px solid #e6eaf0}.summary-strip svg{width:30px;height:30px;border-radius:8px;padding:7px;color:#50627e;background:#f0f4f9}.summary-strip>div:nth-child(1) svg{color:#2d5d91;background:#eef4fa}.summary-strip>div:nth-child(2) svg{color:#6755a2;background:#f3f0fb}.summary-strip>div:nth-child(3) svg{color:#38728a;background:#eef7f8}.summary-strip>div:nth-child(4) svg{color:#177557;background:#eaf7f2}.summary-strip>div:nth-child(5) svg{color:#95601a;background:#fff6e5}.summary-strip>div:nth-child(6) svg{color:#375f9d;background:#edf3fc}.summary-strip span{overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.summary-strip strong{color:#172033;font-size:17px;font-variant-numeric:tabular-nums;white-space:nowrap}.summary-strip em{color:var(--muted-light);font-size:11px;font-style:normal;font-weight:650}.filter-bar{min-height:50px;display:flex;align-items:center;gap:12px;border-top:1px solid #e5e9ef;padding:7px 10px;background:#f8fafc}.search-box{width:min(390px,42vw);height:36px;display:flex;align-items:center;gap:8px;border:1px solid var(--line-strong);border-radius:8px;padding:0 10px;color:var(--muted);background:#fff}.search-box:focus-within{border-color:#7fa5f7;box-shadow:0 0 0 3px #246bfd1a}.search-box.pending>svg{color:var(--brand);animation:pulse 1s infinite}.search-box input{min-width:0;flex:1;border:0;outline:0;color:var(--ink);background:transparent;font-size:12px}.search-box input::placeholder{color:#9ba5b4}.search-box button{width:24px;height:24px;display:grid;place-items:center;border:0;padding:0;color:var(--muted);background:transparent}.status-filter{display:flex;align-items:center;gap:2px;border:1px solid #dfe4eb;border-radius:8px;padding:3px;background:#eef2f6}.status-filter button{min-width:64px;height:29px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:6px;padding:0 8px;color:#667287;background:transparent;font-size:12px;font-weight:700}.status-filter button b{min-width:17px;height:17px;display:inline-grid;place-items:center;border-radius:999px;padding:0 4px;color:#738096;background:#ffffffad;font-size:9px;font-variant-numeric:tabular-nums}.status-filter button:hover{color:#2f3b4f}.status-filter button.active{color:#1e52bd;background:#fff;box-shadow:0 1px 4px #1927401c}.status-filter button.active b{color:#fff;background:#2563eb}.filter-result{margin-left:auto;color:var(--muted);font-size:12px;white-space:nowrap}.job-strip{min-height:44px;display:grid;grid-template-columns:auto minmax(180px,1fr) minmax(120px,280px) auto;align-items:center;gap:11px;margin-top:12px;border:1px solid #bfd0f5;border-radius:9px;padding:0 13px;color:#31568f;background:#f3f7ff;font-size:12px}.job-strip>span{display:flex;min-width:0;align-items:center;gap:9px;white-space:nowrap;overflow:hidden}.job-strip>span em{min-width:0;overflow:hidden;color:#55709b;font-size:11px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.job-strip>span .job-warning{color:#9a6215}.job-progress{height:5px;overflow:hidden;border-radius:5px;background:#dce6fa}.job-progress i{display:block;height:100%;background:var(--brand);transition:width .25s}.page-error{display:flex;align-items:center;gap:9px;margin-top:12px;border:1px solid #efc5ca;border-radius:6px;padding:11px 13px;color:#9e2f3b;background:#fff4f5;font-size:12px}.page-error button{margin-left:auto;border:0;color:inherit;background:none;font-weight:750}.page-error>span{min-width:0;overflow-wrap:anywhere}.page-error.page-warning{color:#8d5b13;border-color:#ead7ae;background:#fff9ec}.site-workspace.has-sites{display:grid;grid-template-columns:252px minmax(0,1fr);align-items:start;gap:14px}.site-index{position:sticky;top:68px;z-index:8;overflow:hidden;margin-top:14px;border:1px solid #d6dee9;border-radius:12px;background:#fff;box-shadow:0 10px 30px #1c2c4511}.site-index>header{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #e6ebf1;padding:8px 10px 7px 13px;background:linear-gradient(180deg,#fbfcfe,#f6f8fb)}.site-index>header div{min-width:0}.site-index>header small{display:block;margin-bottom:3px;color:#8792a3;font-size:9px;font-weight:850;letter-spacing:.08em}.site-index>header strong{color:#202d42;font-size:14px;letter-spacing:0}.site-index>header>span{flex:0 0 auto;border-radius:999px;padding:4px 8px;color:#536075;background:#e9eef4;font-size:10px;font-weight:800;font-variant-numeric:tabular-nums}.site-index-search{height:38px;display:flex;align-items:center;gap:7px;border-bottom:1px solid #e6ebf1;padding:0 10px;color:#788599;background:#fff}.site-index-search input{width:100%;min-width:0;border:0;outline:0;color:#263247;background:transparent;font-size:11px}.site-index-search input::placeholder{color:#9ba5b4}.site-index-search button{width:26px;height:26px;display:grid;place-items:center;flex:0 0 auto;border:0;border-radius:4px;padding:0;color:#7a8799;background:transparent}.site-index-search button:hover{color:#344055;background:#eef2f6}.site-index-list{max-height:calc(100vh - 220px);overflow-x:hidden;overflow-y:auto;padding:6px;scrollbar-width:thin;scrollbar-color:#c5cfdb transparent}.site-index-list>button{width:100%;min-height:46px;display:grid;grid-template-columns:9px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid transparent;border-radius:8px;padding:6px 8px;color:#536075;background:transparent;text-align:left;transition:border-color .14s,background .14s,box-shadow .14s}.site-index-list>button:hover{border-color:#dde4ec;background:#f6f8fb}.site-index-list>button.active{border-color:#b9cdf8;color:#174cae;background:#edf4ff;box-shadow:inset 3px 0 #2563eb,0 2px 7px #2563eb12}.site-index-list>button>span{min-width:0}.site-index-list>button strong{display:block;overflow:hidden;color:#273247;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.site-index-list>button.active strong{color:#174cae}.site-index-list>button small{display:block;margin-top:3px;overflow:hidden;color:#768397;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.site-index-list .health-breakdown{justify-content:flex-end;gap:4px}.site-index-list .health-breakdown span{gap:2px;font-size:9px}.site-index-list .health-breakdown i{width:5px;height:5px}.site-index-status{width:8px;height:8px;border-radius:50%;background:#9da7b5}.site-index-status.excellent{background:#20a475;box-shadow:0 0 0 3px #20a4751a}.site-index-status.available{background:#d49325;box-shadow:0 0 0 3px #d493251a}.site-index-status.failed{background:#d94b59;box-shadow:0 0 0 3px #d94b591a}.site-index-status.checking{background:#246bfd;box-shadow:0 0 0 3px #246bfd1f;animation:pulse 1.2s infinite}.site-index-empty{padding:24px 12px;color:#7d899b;font-size:11px;line-height:1.5;text-align:center}.site-list{min-width:0;padding-top:14px}.site-entry:not(:has(.groups)){content-visibility:auto;contain-intrinsic-block-size:78px}.site-list>.site-entry+.site-entry{margin-top:0}.site-context-bar{position:sticky;top:68px;z-index:18;min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:6px;border:0;border-bottom:1px solid #d4dde8;border-radius:0;padding:6px 8px 6px 13px;background:#fffffff5;box-shadow:0 5px 16px #16263e0e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.context-heading{min-width:0;display:flex;align-items:center;gap:10px}.context-heading>svg{flex:0 0 auto;color:#246bfd}.context-heading span{min-width:0}.context-heading small{display:block;margin-bottom:2px;color:#7a8799;font-size:9px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.context-heading strong{display:block;overflow:hidden;color:#202c40;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.context-heading em{margin-left:7px;color:#7f8a9a;font-size:10px;font-style:normal;font-weight:700}.context-actions{display:flex;align-items:center;gap:5px}.context-actions button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid transparent;border-radius:8px;padding:0 10px;color:#536075;background:transparent;font-size:11px;font-weight:760;white-space:nowrap}.context-actions button:hover:not(:disabled){color:#174cae;border-color:#cfdbef;background:#edf3ff}.context-actions button.context-primary{color:#fff;border-color:#246bfd;background:#246bfd}.context-actions button.context-primary:hover:not(:disabled){color:#fff;border-color:#1558df;background:#1558df}.context-actions .context-separator{width:1px;height:25px;margin:0 2px;background:#dde3ea}.site-panel{overflow:hidden;overflow:clip;border:0;border-bottom:1px solid #d9e1ea;border-left:3px solid #5b718c;border-radius:0;background:#fff;box-shadow:none;transition:background .16s,border-color .16s}.site-entry:first-of-type .site-panel{border-top:1px solid #d9e1ea}.site-panel:hover{border-left-color:#2563eb;box-shadow:none}.site-workspace:not(.focus) .site-header{border-bottom:1px solid #e0e6ec}.site-workspace.focus .site-reorder .drag-handle{display:none}.site-workspace.focus .site-header{grid-template-columns:auto minmax(240px,1fr) auto}.site-workspace.focus .site-facts{grid-column:2;grid-row:2;grid-template-columns:repeat(4,minmax(96px,1fr))}.site-workspace.focus .site-actions{grid-column:3;grid-row:1 / 3}.site-header{min-height:78px;display:grid;grid-template-columns:auto minmax(250px,.9fr) minmax(360px,1.35fr) auto;align-items:center;gap:12px;padding:10px 12px 10px 8px;background:#fff;transition:background .16s ease}.site-panel:hover>.site-header{background:linear-gradient(90deg,#fff,#fbfdff 72%,#f7faff)}.site-panel:focus-within{border-left-color:#2563eb}.site-panel:not(:has(.groups)) .site-header{min-height:72px;padding-block:8px}.site-reorder,.group-leading,.site-actions,.group-actions,.mobile-order{display:flex;align-items:center}.site-reorder{gap:0}.drag-handle,.collapse{width:38px;height:40px;display:grid;place-items:center;border:0;padding:0;border-radius:7px;color:#94a0b2;background:transparent}.drag-handle{width:27px}.drag-handle:hover,.collapse:hover{color:#2458b8;background:#eef4ff}.mobile-order{max-width:0;gap:2px;overflow:hidden;opacity:0;transition:max-width .16s ease,opacity .16s ease}.site-actions:hover .mobile-order,.site-actions:focus-within .mobile-order,.group-actions:hover .mobile-order,.group-actions:focus-within .mobile-order{max-width:72px;opacity:1}.site-identity{min-width:0;display:flex;align-items:center;gap:11px}.site-mark{width:40px;height:40px;display:grid;place-items:center;flex:0 0 auto;border:1px solid #315d72;border-radius:10px;color:#fff;background:linear-gradient(145deg,#315d72,#27495a);box-shadow:0 5px 14px #27495a2e}.site-identity>div:last-child{min-width:0}.layer-kicker{display:block;margin-bottom:3px;color:#71817e;font-size:9px;font-weight:850;line-height:1}.site-name-line{display:flex;align-items:center;gap:8px;min-width:0}.site-name-line h2{min-width:0;margin:0;overflow:hidden;color:#162536;font-size:17px;letter-spacing:0;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.site-identity a{display:block;margin-top:4px;overflow:hidden;color:#778399;font-size:11px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.site-identity a:hover{color:var(--brand);text-decoration:underline}.platform{width:max-content;min-height:21px;display:inline-flex;align-items:center;border:1px solid #dfe4eb;border-radius:4px;padding:0 6px;color:#59677b;background:#f5f7fa;font-size:10px;font-weight:800}.platform.newapi{color:#28609a;border-color:#cfe0ef;background:#eef6fb}.platform.sub2api{color:#805d18;border-color:#eadcbf;background:#fff8e9}.platform.manual{color:#66507f;border-color:#ded4e8;background:#f7f2fb}.site-facts{display:grid;grid-template-columns:repeat(4,minmax(92px,1fr));align-items:stretch;gap:0;overflow:hidden;border:0;border-radius:0;padding:4px 0;background:transparent}.site-facts>div{min-width:0;display:flex;flex-direction:column;justify-content:center;padding:0 12px}.site-facts>div+div{border-left:1px solid #e6ebf1}.site-facts small{display:block;margin-bottom:3px;color:#8792a3;font-size:10px}.site-facts strong{color:#273247;font-size:14px;font-variant-numeric:tabular-nums}.site-facts em{color:#8b96a6;font-size:10px;font-style:normal;font-weight:650}.site-facts>div:first-child strong{font-size:16px}.site-facts>div:last-child span{color:#536075;font-size:11px;white-space:nowrap}.site-actions,.group-actions{justify-content:flex-end;gap:3px}.site-health-button{width:82px;color:#1f57bf;border-color:#c4d5f8;background:#f2f6ff;box-shadow:none}.site-health-button:hover{color:#174cae;border-color:#9eb9f1;background:#eaf1ff}.icon-button{width:36px;height:36px;display:inline-grid;place-items:center;flex:0 0 auto;border:1px solid transparent;border-radius:8px;padding:0;color:#6f7b8e;background:transparent}.icon-button:hover{border-color:#d8dee7;color:#263247;background:#f4f6f9}.icon-button.danger:hover{color:var(--danger);border-color:#efc9cd;background:var(--danger-soft)}.site-sync-warning{min-height:36px;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:8px;border-top:1px solid #f0d9b6;padding:7px 13px 7px 49px;color:#825313;background:#fff9eb;font-size:11px}.site-sync-warning svg{color:#c07a1a}.site-sync-warning span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-sync-warning time{color:#7c6a50;font-size:10px;white-space:nowrap}.health-breakdown{min-height:20px;display:flex;align-items:center;gap:8px}.health-breakdown span{display:inline-flex;align-items:center;gap:4px;color:#6e7a8d;font-size:11px;font-weight:750}.health-breakdown i{width:7px;height:7px;border-radius:50%}.health-breakdown .excellent i{background:#20a475}.health-breakdown .available i{background:#d49325}.health-breakdown .failed i{background:#d94b59}.health-breakdown .pending i{background:#9da7b5}.groups{border-top:1px solid #dbe3ec;padding:0 0 0 18px;background:#fff}.group{overflow:hidden;border:0;border-left:2px solid #8da0b6;border-radius:0;background:#fff;box-shadow:none}.group+.group{margin-top:0;border-top:1px solid #dce4ec}.group-header{min-height:54px;display:grid;grid-template-columns:minmax(270px,1fr) auto auto;align-items:center;gap:14px;padding:6px 11px 6px 13px;background:#f8fafc;transition:background .16s ease}.group-header:hover{background:#f4f7fb}.group-leading{min-width:0}.group-title{min-width:0;display:flex;align-items:center;gap:8px;color:#8490a2}.group-title>div{min-width:0}.group-title>div>div{min-width:0;display:flex;align-items:center;gap:8px}.group-title h3{min-width:0;margin:0;overflow:hidden;color:#25354b;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.group-title span{max-width:130px;min-width:0;overflow:hidden;color:#7d899a;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.group-meta{display:flex;align-items:center;justify-content:flex-end;gap:15px;color:#7a8698;font-size:11px;white-space:nowrap}.group-meta b{margin-left:4px;color:#354156;font-size:12px}.group-meta .standard-ratio{color:#255fc8}.group-health-button{width:100px;color:#365f86;border-color:#c8d6e4;background:#fff;box-shadow:none}.group-health-button:hover{color:#244f7a;border-color:#9eb5cc;background:#f0f5fa}.model-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),360px));justify-content:start;gap:10px;border-top:1px solid #dfe4ea;padding:10px;background:linear-gradient(180deg,#f4f6f9 0,#f0f3f7)}.model-card{position:relative;min-width:0;min-height:198px;display:flex;flex-direction:column;overflow:hidden;border:1px solid #d7dee7;border-radius:10px;background:#fff;box-shadow:0 3px 12px #1f2d410b;transition:border-color .16s,box-shadow .16s,transform .16s;contain:layout paint}.model-card:before{content:"";height:3px;flex:0 0 auto;background:#a4aebb}.model-card-excellent:before{background:#24a678}.model-card-available:before{background:#dda13a}.model-card-failed:before{background:#dd5966}.model-card-pending:before{background:#8795a8}.model-card:hover{border-color:#b7c5d5;box-shadow:0 10px 26px #1f2d4117;transform:translateY(-1px)}.model-card.checking{border-color:#9db9f4;box-shadow:0 0 0 3px #246bfd14,0 9px 24px #1f2d4114}.model-card.checking:before{background:var(--brand);animation:pulse 1.2s infinite}.model-card.queued{border-style:dashed;background:#fbfcfd}.model-card-header{min-height:60px;display:flex;align-items:flex-start;justify-content:space-between;gap:9px;padding:10px 10px 7px 12px}.model-card-title{min-width:0;display:flex;align-items:flex-start;gap:8px}.model-heading{min-width:0}.model-heading small{display:block;margin-bottom:3px;color:#8a9694;font-size:9px;font-weight:800}.model-heading h4{min-width:0;min-height:36px;display:-webkit-box;margin:0;overflow:hidden;color:#202c40;font-size:13px;line-height:1.38;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.model-icon{width:27px;height:27px;display:grid;place-items:center;flex:0 0 auto;border-radius:6px;color:#526783;background:#edf1f6}.model-rank{min-width:23px;height:23px;display:grid;place-items:center;flex:0 0 auto;border-radius:5px;color:#865a11;background:#fff3d9;font-size:10px;font-weight:850}.model-card-controls{width:84px;min-width:84px;display:flex;align-items:center;justify-content:flex-end;gap:2px;flex:0 0 auto}.model-card-controls .status{width:78px;min-width:78px;justify-content:center}.model-card-controls .icon-button{width:32px;height:32px}.model-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0 10px 9px;overflow:hidden;border:1px solid #e3e8ed;border-radius:8px;background:#f8fafc}.model-metric{min-width:0;min-height:48px;display:flex;flex-direction:column;justify-content:center;gap:4px;padding:7px 9px;background:transparent}.model-metric:nth-child(2n){border-left:1px solid #e3e8ed}.model-metric:nth-child(n+3){border-top:1px solid #e3e8ed}.model-metric>span:first-child{color:#7a8698;font-size:10px;font-weight:700}.metric-value{min-width:0;min-height:21px;display:inline-flex;align-items:center;border:0;padding:0;color:#455268;background:transparent;font-variant-numeric:tabular-nums;font-size:16px;font-weight:800}.metric-good{color:#23775d}.metric-warning{color:#9b651b}.metric-bad{color:#b53d4a}.metric-neutral{color:#8994a5}.status{width:max-content;min-height:25px;display:inline-flex;align-items:center;gap:6px;border:1px solid transparent;border-radius:999px;padding:0 8px;font-size:11px;font-weight:800}.status-dot{width:6px;height:6px;border-radius:50%}.status-excellent{color:#167354;border-color:#c7e8dc;background:#eef9f5}.status-excellent .status-dot{background:#1f9e72}.status-available{color:#8c5a0d;border-color:#f0ddb2;background:#fff9ec}.status-available .status-dot{background:#d49325}.status-failed{color:#a93441;border-color:#efcbd0;background:#fff3f4}.status-failed .status-dot{background:#d94b59}.status-pending{color:#6f7b8d;border-color:#dce2e9;background:#f3f5f8}.status-pending .status-dot{display:none}.model-card-footer{min-height:45px;display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;border-top:1px solid #e9edf2;padding:5px 8px 5px 11px;background:#fbfcfd}.model-card-footer>div{min-width:0;display:flex;flex-direction:column;gap:2px}.model-card-footer>div span{color:#8a95a5;font-size:9px;font-weight:700}.model-card-footer time{overflow:hidden;color:#5e6a7e;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.model-card-footer .icon-button{width:34px;height:34px}.attempt-link{min-height:32px;flex:0 0 auto;border:0;padding:4px 6px;color:#56709a;background:none;font-size:10px;font-weight:750}.attempt-link:hover{color:var(--brand)}.attempt-link.has-failures{color:#b13a47}.attempt-modal-body{display:grid;gap:14px}.attempt-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.attempt-overview>div{min-width:0;min-height:58px;display:flex;flex-direction:column;justify-content:center;gap:6px;border:1px solid #e1e6ed;border-radius:9px;padding:9px 11px;background:#f8fafc}.attempt-overview>div>span{color:#7f8a9b;font-size:10px;font-weight:700}.attempt-overview strong{overflow:hidden;color:#2d394d;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.attempt-list{display:grid;gap:8px}.attempt-item{overflow:hidden;border:1px solid #dfe5ec;border-radius:9px;background:#fff}.attempt-item.ok{border-left:3px solid #29a87a}.attempt-item.failed{border-left:3px solid #dd5966}.attempt-item header{min-height:52px;display:flex;align-items:center;gap:10px;padding:8px 11px}.attempt-index{width:26px;height:26px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;color:#fff;background:#728096;font-size:11px;font-weight:850}.attempt-item.ok .attempt-index{background:#23936b}.attempt-item.failed .attempt-index{background:#c84b58}.attempt-item header>div{min-width:0}.attempt-item header strong{display:block;color:#2b374b;font-size:12px}.attempt-item header small{display:block;margin-top:3px;color:#7d899a;font-size:10px}.attempt-http{margin-left:auto;color:#657186;font-size:10px;font-weight:750;white-space:nowrap}.attempt-metrics{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #edf0f4;background:#f8fafc}.attempt-metrics span{padding:8px 11px;color:#7b8798;font-size:10px}.attempt-metrics span+span{border-left:1px solid #e7ebf0}.attempt-metrics b{margin-left:4px;color:#374459;font-size:11px}.attempt-item>p{margin:0;border-top:1px solid #f0d9dc;padding:9px 11px;overflow-wrap:anywhere;color:#873841;background:#fff5f6;font-size:11px;line-height:1.55}.empty-inline{padding:24px;color:var(--muted);text-align:center;font-size:12px}.empty-state{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed #c4cdd8;border-radius:12px;background:#f8fafc;text-align:center}.empty-state.compact{min-height:220px}.empty-symbol{width:50px;height:50px;display:grid;place-items:center;border-radius:12px;color:var(--brand);background:var(--brand-soft)}.empty-state h2{margin:15px 0 5px;font-size:17px}.empty-state p{margin:0 0 17px;color:var(--muted);font-size:12px}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:#edf1f6}.auth-panel{width:min(430px,100%);border:1px solid #d5dce5;border-radius:16px;padding:30px;background:#fffffff5;box-shadow:0 28px 80px #14213424}.auth-brand{display:flex;align-items:center;gap:10px;margin-bottom:30px}.auth-brand strong{display:block;font-size:18px}.auth-brand span{display:block;margin-top:4px;color:var(--muted-light);font-size:10px;font-weight:700}.auth-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:12px;color:var(--brand);background:var(--brand-soft)}.auth-panel h1{margin:18px 0 7px;font-size:22px}.auth-panel>p{margin:0 0 22px;color:var(--muted);font-size:13px;line-height:1.6}.auth-form{display:grid;gap:14px}.auth-form label>span{display:block;margin-bottom:6px;color:#4c586c;font-size:12px;font-weight:700}.auth-form input{width:100%;height:42px;border:1px solid #c9d2dd;border-radius:9px;padding:0 11px;color:var(--ink);background:#fff;outline:none}.auth-form input:focus{border-color:#7fa5f7;box-shadow:0 0 0 3px #246bfd1a}.auth-form .button{width:100%;min-height:42px}.fatal-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:#edf1f6}.fatal-panel{width:min(470px,100%);border:1px solid #d4dce6;border-radius:16px;padding:28px;background:#fff;box-shadow:0 24px 70px #14213424}.fatal-brand{display:flex;align-items:center;gap:10px;margin-bottom:28px}.fatal-brand strong{color:#172033;font-size:18px}.fatal-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:12px;color:#b33a47;background:#fff0f1}.fatal-panel h1{margin:17px 0 7px;color:#172033;font-size:22px}.fatal-panel p{margin:0 0 19px;color:#667286;font-size:13px;line-height:1.65}.fatal-panel details{margin-top:18px;border-top:1px solid #e2e7ed;padding-top:13px;color:#6f7b8e;font-size:11px}.fatal-panel summary{cursor:pointer;font-weight:700}.fatal-panel code{display:block;margin-top:9px;overflow-wrap:anywhere;color:#93404a;white-space:pre-wrap}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:18px;background:#0f172a9e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal{width:min(530px,100%);max-height:calc(100vh - 36px);display:flex;flex-direction:column;overflow:hidden;border:1px solid #d6dde6;border-radius:14px;background:#fff;box-shadow:0 32px 100px #0f172a52}.modal-wide{width:min(930px,100%)}.modal>form{min-height:0;display:flex;flex:1;flex-direction:column}.modal-header{min-height:58px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:0 18px}.modal-header h2{min-width:0;margin:0;overflow:hidden;font-size:17px;text-overflow:ellipsis;white-space:nowrap}.modal-body{min-height:0;flex:1;padding:20px;overflow-y:auto}.modal-footer{min-height:66px;display:flex;align-items:center;justify-content:flex-end;gap:8px;border-top:1px solid var(--line);padding:12px 18px;background:#f8fafc}.steps{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);padding:14px 20px;background:#f8fafc}.step{position:relative;display:flex;align-items:center;justify-content:center;gap:7px;color:#8d98a8;font-size:12px;font-weight:700}.step+.step:before{content:"";position:absolute;left:-16%;width:32%;height:1px;background:#d6dde6}.step>span{width:23px;height:23px;z-index:1;display:grid;place-items:center;border:1px solid #cbd3dd;border-radius:50%;background:#fff;font-size:10px}.step.active{color:#2459bc}.step.active>span{color:#fff;border-color:var(--brand);background:var(--brand)}.form-grid{display:grid;gap:15px}.form-grid.two-cols{grid-template-columns:1fr 1fr}.form-grid label:not(.check-line)>span{display:block;margin-bottom:6px;color:#4c586c;font-size:12px;font-weight:700}.form-grid input,.input-prefix{width:100%;height:40px;border:1px solid #c9d2dd;border-radius:8px;color:var(--ink);background:#fff;outline:none}.form-grid input{padding:0 11px}.form-grid input:focus,.input-prefix:focus-within{border-color:#7fa5f7;box-shadow:0 0 0 3px #246bfd1a}.form-grid input:disabled{color:#8994a5;background:#f0f3f6}.input-prefix{display:flex;align-items:center;overflow:hidden}.input-prefix b{padding-left:11px;color:#667286}.input-prefix input{border:0;box-shadow:none!important}.full{grid-column:1 / -1}.check-line{display:flex;align-items:center;gap:8px;color:#4f5b6f;font-size:12px}.check-line input,.selection-row input,.model-check-grid input{width:16px;height:16px;accent-color:var(--brand)}.form-section{display:flex;align-items:center;gap:7px;margin:4px -20px 0;border-top:1px solid var(--line);padding:13px 20px 0;color:#344055;font-size:12px}.form-section>span{margin-left:auto;color:var(--muted-light);font-size:11px}.form-error{display:flex;align-items:flex-start;gap:7px;border:1px solid #f0d0d4;border-radius:9px;padding:10px 12px;color:#a33440;background:#fff3f4;font-size:11px;line-height:1.5}.mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:3px;border:1px solid #e0e5eb;border-radius:10px;padding:3px;background:#eef2f6}.mode-switch button{min-height:34px;border:0;border-radius:7px;color:#667286;background:transparent;font-size:12px;font-weight:700}.mode-switch button.active{color:#1f55b7;background:#fff;box-shadow:0 1px 4px #1927401f}.manual-groups{padding-top:4px}.manual-groups>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.manual-groups h3{margin:0;font-size:13px}.manual-group-row{display:grid;grid-template-columns:minmax(130px,1fr) 105px minmax(180px,1.35fr) 38px;align-items:end;gap:8px;border:1px solid #dce2e9;border-radius:9px;padding:11px;background:#f8fafc}.manual-group-row+.manual-group-row{margin-top:7px}.modal-loading{min-height:330px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;padding:24px;color:var(--muted);font-size:12px;text-align:center}.modal-loading small{max-width:420px;color:var(--muted-light);font-size:11px;line-height:1.55}.modal-loading .button{margin-top:5px}.delete-confirm{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:start;gap:13px}.delete-confirm-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;color:#b63845;background:#fff0f1}.delete-confirm strong{display:block;margin-top:2px;color:#273247;font-size:15px;overflow-wrap:anywhere}.delete-confirm p{margin:7px 0 0;color:#657186;font-size:12px;line-height:1.65}.site-found{min-height:64px;display:flex;align-items:center;gap:30px;border-bottom:1px solid var(--line);padding:10px 20px;background:#f8fafc}.site-found>div small{display:block;color:var(--muted);font-size:11px}.site-found>div strong{font-size:14px}.selection-list{display:grid;gap:7px;min-height:250px;max-height:450px}.selection-row{min-height:54px;display:grid;grid-template-columns:22px minmax(150px,1fr) 70px 90px;align-items:center;gap:8px;border:1px solid #dce2e9;border-radius:9px;padding:7px 12px;cursor:pointer}.selection-row:hover{border-color:#b6c2d1;background:#fafbfd}.selection-row.selected{border-color:#a9c2f5;background:#f2f6ff;box-shadow:inset 3px 0 #2563eb}.selection-row span b{display:block;font-size:12px}.selection-row span small{color:var(--muted-light);font-size:11px}.selection-row>strong{font-size:11px}.selection-row em{color:#2459bc;font-size:10px;font-style:normal}.model-selector{min-height:300px;max-height:58vh}.model-select-group+.model-select-group{margin-top:22px;border-top:1px solid var(--line);padding-top:18px}.model-select-group>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.model-select-group h3{margin:0 0 3px;font-size:13px}.model-select-group header span{color:var(--muted);font-size:11px}.text-button{border:0;color:var(--brand);background:none;font-size:11px;font-weight:750}.model-check-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.model-check-grid label{min-width:0;display:flex;align-items:center;gap:7px;border:1px solid #dfe4eb;border-radius:8px;padding:9px;cursor:pointer}.model-check-grid label:hover{border-color:#c3cedc;background:#f7f9fc}.model-check-grid label.selected{color:#194da8;border-color:#b8ccf5;background:#f1f6ff}.model-check-grid span{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.toast{position:fixed;z-index:200;right:22px;bottom:22px;max-width:min(540px,calc(100vw - 30px));display:flex;align-items:flex-start;gap:12px;border:1px solid #273449;border-radius:10px;padding:11px 10px 11px 15px;color:#fff;background:#1b2638;box-shadow:0 14px 42px #0f172a47;font-size:12px;line-height:1.55}.toast span{min-width:0;flex:1;overflow-wrap:anywhere}.toast button{width:28px;height:28px;display:grid;place-items:center;flex:0 0 auto;border:0;border-radius:4px;padding:0;color:#c5cfdd;background:transparent}.toast button:hover{color:#fff;background:#ffffff1a}.app-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px;color:var(--muted);background:#eef2f6;font-size:12px;text-align:center}.app-loading>span{max-width:520px;overflow-wrap:anywhere;line-height:1.6}.app-loading .button{margin-top:4px}.loading-error-icon{color:var(--danger)}.spin{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.35}}@media(max-width:1220px){.site-header{grid-template-columns:auto minmax(240px,1fr) auto}.site-facts{grid-column:2;grid-row:2;grid-template-columns:repeat(4,minmax(96px,1fr))}.site-actions{grid-column:3;grid-row:1 / 3}}@media(max-width:900px){.workspace{padding:16px 14px calc(90px + env(safe-area-inset-bottom))}.command-bar{align-items:flex-start;flex-direction:column}.toolbar{width:100%;justify-content:flex-start}.toolbar .button{flex:1 1 auto}.summary-strip{grid-template-columns:repeat(3,1fr)}.summary-strip>div{min-height:58px}.summary-strip>div:nth-child(4),.summary-strip>div:nth-child(5),.summary-strip>div:nth-child(6){border-top:1px solid #e6eaf0}.summary-strip>div:nth-child(4){border-left:0}.filter-bar{align-items:stretch;flex-direction:column}.search-box{width:100%}.status-filter{width:100%;overflow-x:auto}.status-filter button{flex:1 0 58px}.filter-result{margin-left:0}.site-workspace.has-sites{display:block}.site-index{top:62px;z-index:12;margin-top:10px;border-color:#cbd6e2;box-shadow:0 5px 16px #14243c17}.site-index>header{min-height:45px;padding-block:7px}.site-index>header small{display:none}.site-index-search{height:32px}.site-index-list{max-height:none;display:flex;gap:6px;overflow-x:auto;overflow-y:hidden;padding:6px;scrollbar-width:none;scroll-snap-type:x proximity}.site-index-list::-webkit-scrollbar{display:none}.site-index-list>button{width:176px;min-width:176px;min-height:46px;scroll-snap-align:start}.site-index-empty{min-width:100%;padding:16px}.site-list{padding-top:12px}.site-context-bar{position:fixed;top:auto;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));left:12px;z-index:25;min-height:48px;margin:0;padding:5px;border-color:#aebdce;box-shadow:0 14px 36px #12223a3d}.context-heading{display:none}.context-actions{width:100%;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin}.context-actions button{min-width:max-content;min-height:38px;flex:1 0 auto;padding-inline:10px;font-size:10px}.context-actions .context-separator{flex:0 0 auto}.toast{bottom:calc(68px + env(safe-area-inset-bottom))}.site-workspace.focus .site-header{grid-template-columns:auto minmax(180px,1fr) auto}.site-workspace.focus .site-facts{grid-column:2;grid-row:2;grid-template-columns:repeat(4,minmax(82px,1fr))}.site-workspace.focus .site-actions{grid-column:3;grid-row:1 / 3}.site-header{grid-template-columns:auto minmax(180px,1fr) auto}.site-facts{grid-template-columns:repeat(4,minmax(82px,1fr))}.site-facts>div{min-height:42px;padding-block:5px}.site-facts>div:nth-child(3),.site-facts>div:nth-child(4){border-top:0}.site-actions{align-self:start}.mobile-order{max-width:none;overflow:visible;opacity:1}.group-header{grid-template-columns:minmax(180px,1fr) auto}.group-meta{grid-column:1;grid-row:2;justify-content:flex-start;padding-left:64px;flex-wrap:wrap;gap:8px 14px}.group-actions{grid-column:2;grid-row:1 / 3}}@media(max-width:700px){.app-header{height:52px;padding:0 9px}.logo-mark{width:32px;height:32px}.brand{gap:8px}.brand strong{font-size:16px}.brand span,.density-control{display:none}.runtime-state{gap:6px;padding:6px 8px;font-size:10px}.app-header .icon-button{width:34px;height:34px}.workspace{min-height:calc(100vh - 52px);padding:15px 10px calc(86px + env(safe-area-inset-bottom))}.command-bar{gap:12px;margin-bottom:12px}.command-bar h1{font-size:20px}.command-bar p{margin-top:3px;font-size:11px}.command-bar p time{display:none}.toolbar{width:100%;display:grid;grid-template-columns:.9fr 1.25fr .95fr;gap:6px}.toolbar .button{width:100%;min-height:36px;padding:0 6px;gap:5px;font-size:11px}.toolbar .button:first-child{grid-column:auto}.toolbar .button svg{width:14px;height:14px}.summary-strip{grid-template-columns:repeat(3,1fr)}.summary-strip>div{min-height:56px;grid-template-columns:24px minmax(0,1fr);grid-template-rows:auto auto;gap:1px 7px;align-content:center;padding:6px 9px}.summary-strip svg{grid-row:1 / 3}.summary-strip span{grid-column:2;overflow:visible;text-overflow:clip}.summary-strip span{font-size:10px}.summary-strip strong{grid-column:2;font-size:15px}.summary-strip em{font-size:9px}.summary-strip>div:nth-child(3){border-top:0;border-left:1px solid #e6eaf0}.summary-strip>div:nth-child(4){border-top:1px solid #e6eaf0;border-left:0}.summary-strip>div:nth-child(5),.summary-strip>div:nth-child(6){border-top:1px solid #e6eaf0}.summary-strip svg{width:24px;height:24px;padding:5px}.filter-bar{gap:6px;padding:6px}.search-box{height:32px}.status-filter{padding:2px}.status-filter button{height:27px;min-width:58px;padding-inline:6px;font-size:10px}.status-filter button b{min-width:15px;height:15px;padding-inline:3px;font-size:9px}.site-index{top:56px}.site-index>header{display:none}.site-index-search{border-bottom:1px solid #e5e9ef}.site-index-list>button{width:162px;min-width:162px;min-height:47px;padding-block:6px}.site-index-list>button strong{font-size:12px}.site-index-list>button small{font-size:10px}.job-strip{grid-template-columns:auto 1fr auto;padding-block:9px}.job-progress{grid-column:2 / 4;width:100%}.site-list{padding-top:8px}.site-context-bar{right:8px;bottom:calc(7px + env(safe-area-inset-bottom));left:8px;min-height:52px}.context-actions button{min-height:40px;font-size:11px}.site-header,.site-workspace.focus .site-header{grid-template-columns:38px minmax(120px,1fr) auto;gap:7px;padding:9px 7px 8px 4px}.site-workspace.focus .site-facts{grid-column:1 / -1;grid-row:2;grid-template-columns:repeat(4,minmax(0,1fr))}.site-workspace.focus .site-actions{grid-column:3;grid-row:1}.site-reorder .drag-handle{display:none}.site-reorder{align-self:start}.site-mark{display:none}.site-identity{grid-column:2}.layer-kicker{margin-bottom:2px;font-size:10px}.site-name-line{align-items:center;flex-direction:row;gap:4px}.site-name-line h2{font-size:15px}.site-name-line .platform,.site-identity a{display:none}.site-facts{grid-column:1 / -1;grid-row:2;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-left:38px;padding:5px 0 0}.site-facts>div{min-height:44px;padding:4px 5px}.site-facts>div:nth-child(3),.site-facts>div:nth-child(4){border-top:0}.site-facts small{margin-bottom:3px;font-size:10px}.site-facts strong,.site-facts>div:first-child strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.site-facts em,.site-facts>div:last-child span{font-size:10px}.site-facts .health-breakdown{gap:3px}.site-facts .health-breakdown span{gap:2px;font-size:10px}.site-facts .health-breakdown i{width:5px;height:5px}.site-actions{grid-column:3;grid-row:1;align-self:start;flex-wrap:nowrap;justify-content:flex-end;gap:1px;border-top:0;padding-top:0}.site-actions .mobile-order{display:none}.collapse{width:38px;height:38px}.site-actions>.icon-button{width:40px;height:40px}.site-actions .site-health-button{width:40px;height:40px;min-height:40px;padding:0}.site-actions .site-health-button span{display:none}.groups{padding-left:10px}.site-sync-warning{grid-template-columns:auto minmax(0,1fr);gap:4px 7px;padding:8px 10px 8px 48px}.site-sync-warning strong{font-size:11px}.site-sync-warning span{grid-column:2;font-size:10px}.site-sync-warning time{grid-column:2;font-size:10px}.group-header{min-height:54px;grid-template-columns:minmax(0,1fr) auto;gap:6px;padding:6px 7px 6px 3px}.group-leading>.drag-handle{display:none}.group-leading>.collapse{flex:0 0 40px;width:40px;height:40px}.group-title{gap:5px}.group-title h3{font-size:13px}.group-title span{display:none}.group-meta{grid-column:1 / -1;padding-left:36px;gap:5px 11px;font-size:10px}.group-meta b{font-size:11px}.group-meta .health-breakdown{flex-basis:auto}.group-actions{grid-row:1}.group-actions .mobile-order{display:none}.group-actions .group-health-button{width:40px;height:40px;min-height:40px;padding:0}.group-health-button span{display:none}.group-title>div>div{max-width:100%}.group-title h3{flex:1 1 auto}.group-title span{flex:0 1 35%}.model-grid{grid-template-columns:1fr;gap:9px;padding:9px}.model-card{min-height:188px}.model-card:hover{transform:none}.model-card-header{min-height:54px;padding-block:8px 5px}.model-metrics{margin:0 8px 7px}.model-metric{min-height:43px;padding:5px 7px}.metric-value{min-height:18px;font-size:14px}.model-card-footer{min-height:40px}.model-heading h4{-webkit-line-clamp:3}.model-card-footer .icon-button{width:38px;height:38px}.attempt-link{min-height:38px}.attempt-overview{grid-template-columns:1fr 1fr}.attempt-overview>div:last-child{grid-column:1 / -1}.attempt-metrics{grid-template-columns:1fr}.attempt-metrics span+span{border-top:1px solid #e7ebf0;border-left:0}.form-grid.two-cols,.model-check-grid{grid-template-columns:1fr}.manual-group-row{grid-template-columns:1fr 90px 38px}.manual-group-row>label:nth-child(3){grid-column:1 / 3}.modal-backdrop{align-items:end;padding:0}.modal{max-height:94dvh;border-radius:9px 9px 0 0}.steps{padding-inline:8px}.step{font-size:10px}.selection-row{grid-template-columns:22px minmax(100px,1fr) 52px}.selection-row em{display:none}.toast{right:12px;bottom:calc(72px + env(safe-area-inset-bottom))}}@media(max-width:420px){.site-context-bar .context-actions{overflow-x:hidden}.site-context-bar .context-actions button{min-width:0;flex:1 1 0;gap:4px;padding-inline:5px;font-size:0}.site-context-bar .context-actions button:after{font-size:10px}.site-workspace.all .context-actions button:nth-child(1):after{content:"聚焦"}.site-workspace.all .context-actions button:nth-child(2):after{content:"展开"}.site-workspace.all .context-actions button:nth-child(3):after{content:"收起"}.site-workspace.focus .context-actions button:nth-child(1),.site-workspace.focus .context-actions button:nth-child(2),.site-workspace.focus .context-actions .context-separator{display:none}.site-workspace.focus .context-actions button:nth-child(4):after{content:"全部"}.site-workspace.focus .context-actions button:nth-child(5):after{content:"展开"}.site-workspace.focus .context-actions button:nth-child(6):after{content:"收起"}}@media(max-width:420px){.runtime-state{padding-inline:8px}.app-header-actions{gap:1px}.site-name-line h2{font-size:16px}.site-facts small{font-size:10px}.status-filter button{min-width:51px;padding-inline:7px}}@media(max-width:360px){.app-header{gap:6px}.brand>div:last-child{display:none}.runtime-state{min-width:0;max-width:112px;flex:0 1 auto;overflow:hidden;padding-inline:6px;white-space:nowrap}.status-filter button{min-width:0;flex-basis:54px;padding-inline:3px}.summary-strip strong{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis}.summary-strip em{display:none}.site-header,.site-workspace.focus .site-header{grid-template-columns:36px minmax(0,1fr) auto;gap:5px;padding-inline:2px 5px}.site-reorder,.collapse{width:36px}.site-actions>.icon-button,.site-actions .site-health-button{width:36px;height:38px;min-height:38px}.site-facts,.site-workspace.focus .site-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.site-facts{margin-left:36px}.site-facts>div:nth-child(3){border-top:1px solid #e6ebf1;border-left:0}.site-facts>div:nth-child(4){border-top:1px solid #e6ebf1}}@media(min-width:901px)and (max-width:1100px){.site-workspace.has-sites{grid-template-columns:220px minmax(0,1fr);gap:10px}.site-workspace.focus .site-context-bar{gap:6px}.site-workspace.focus .context-heading{display:none}.site-workspace.focus .context-actions{width:100%;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin}.site-workspace.focus .context-actions button{flex:1 0 auto}.model-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:901px){.density-compact .workspace{padding-top:16px}.density-compact .command-bar{margin-bottom:10px}.density-compact .summary-strip{min-height:58px}.density-compact .site-header{min-height:68px;padding-block:7px}.density-compact .group-header{min-height:48px;padding-block:4px}.density-compact .model-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),330px));gap:8px;padding:8px}.density-compact .model-card{min-height:182px}.density-compact .model-card-header{min-height:54px;padding-block:8px 5px}.density-compact .model-metric{min-height:43px;padding-block:5px}.density-compact .model-card-footer{min-height:40px}}@media(min-width:1200px){.model-grid,.density-compact .model-grid{grid-template-columns:repeat(3,minmax(0,360px))}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
