:root{color:#102a43;background:#f5f7fa;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #102a43;--ink-soft: #486581;--muted: #829ab1;--line: #d9e2ec;--line-strong: #bcccdc;--paper: #ffffff;--canvas: #f5f7fa;--navy: #102a43;--teal: #0f766e;--green: #147d64;--green-soft: #e8f5f0;--red: #c53030;--red-soft: #fff0f0;--amber: #b7791f;--amber-soft: #fff8e6;--blue-soft: #eaf2fb}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--canvas)}button,input{font:inherit}button{cursor:pointer}button:disabled,input:disabled{cursor:not-allowed;opacity:.58}.app-shell{min-height:100vh}.topbar{height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid var(--line);background:#fff}.brand-lockup{display:flex;align-items:center;gap:11px}.brand-mark{width:33px;height:33px;display:grid;place-items:center;border-radius:7px;color:#fff;background:var(--navy)}.brand-name{margin:0;color:var(--navy);font-size:13px;font-weight:800;letter-spacing:.14em}.brand-subtitle{margin:2px 0 0;color:var(--muted);font-size:11px}.security-note{display:inline-flex;align-items:center;gap:6px;color:var(--teal);font-size:12px;font-weight:600}.main-content{width:min(1440px,90vw);margin:0 auto;padding:48px 0 30px}.intro-band{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;padding-bottom:35px;border-bottom:1px solid var(--line)}.eyebrow{margin:0 0 9px;color:var(--teal);font-size:10px;font-weight:800;letter-spacing:.18em}h1,h2,h3,p{margin-top:0}h1{max-width:680px;margin-bottom:12px;color:var(--ink);font-size:44px;line-height:1.14;letter-spacing:0}.intro-copy{max-width:680px;margin:0;color:var(--ink-soft);font-size:14px;line-height:1.7}.intro-legend{min-width:235px;display:grid;gap:9px;padding:13px 15px;border-left:3px solid var(--teal);background:#edf7f6;color:var(--ink-soft);font-size:12px;line-height:1.4}.legend-dot{width:7px;height:7px;display:inline-block;margin-right:7px;border-radius:50%;vertical-align:1px}.dot-green{background:var(--green)}.dot-red{background:var(--red)}.heuristic-notice{display:flex;align-items:flex-start;gap:9px;margin-top:18px;padding:11px 13px;border:1px solid #ead6a6;border-left:3px solid var(--amber);border-radius:5px;color:var(--amber);background:var(--amber-soft);font-size:11px;line-height:1.55}.heuristic-notice svg{flex:0 0 auto;margin-top:1px}.heuristic-notice div{display:grid;gap:1px}.heuristic-notice strong{color:#8d5f15;font-size:12px}.heuristic-notice span{color:var(--ink-soft)}.workspace-grid{display:grid;grid-template-columns:minmax(315px,.82fr) minmax(0,1.7fr);gap:clamp(34px,5vw,78px);padding-top:35px}.control-column,.results-column{min-width:0}.section-heading{display:flex;align-items:flex-start;gap:12px}.section-heading-spaced{margin-top:37px}.section-index{width:27px;height:27px;display:grid;place-items:center;flex:0 0 auto;border:1px solid #9fb3c8;border-radius:50%;color:var(--teal);font-size:11px;font-weight:800}.section-heading h2,.results-heading h2{margin:1px 0 4px;color:var(--ink);font-size:18px;line-height:1.2}.section-heading p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.form-stack{margin-top:22px}.field-label{display:block;margin:0 0 7px;color:var(--ink);font-size:12px;font-weight:750}.text-input{width:100%;height:42px;padding:0 12px;border:1px solid var(--line-strong);border-radius:5px;outline:none;color:var(--ink);background:var(--paper);font-size:13px;transition:border-color .14s ease,box-shadow .14s ease}.text-input:focus{border-color:var(--teal);box-shadow:0 0 0 3px #0f766e1f}.mono-input,code,.model-id,.effort-name{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.field-hint{display:flex;align-items:center;gap:5px;margin:7px 0 17px;color:var(--muted);font-size:11px;line-height:1.5}.field-hint code{padding:1px 3px;border-radius:3px;color:var(--ink-soft);background:#eef2f6;font-size:10px}.input-with-action{position:relative;display:flex;align-items:center}.input-with-action .text-input{padding-right:43px}.icon-button{width:34px;height:34px;display:inline-grid;place-items:center;padding:0;border:1px solid var(--line);border-radius:5px;color:var(--ink-soft);background:#fff;transition:border-color .14s ease,color .14s ease,background .14s ease}.icon-button:hover:not(:disabled){border-color:var(--teal);color:var(--teal);background:#f3fbfa}.input-action{position:absolute;right:4px;border:0;background:transparent}.model-input-row{margin-top:13px}.model-toolbar{display:flex;align-items:center;gap:10px;margin-top:20px}.secondary-button,.primary-button,.danger-button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border-radius:5px;font-size:12px;font-weight:750;white-space:nowrap;transition:transform .12s ease,background .12s ease,border-color .12s ease}.secondary-button{border:1px solid var(--line-strong);color:var(--ink-soft);background:#fff}.secondary-button:hover:not(:disabled){border-color:var(--teal);color:var(--teal);background:#f4fbfa}.primary-button{border:1px solid var(--navy);color:#fff;background:var(--navy)}.primary-button:hover:not(:disabled){background:#1e4567;transform:translateY(-1px)}.danger-button{border:1px solid #efb1b1;color:var(--red);background:#fff}.danger-button:hover:not(:disabled){background:var(--red-soft)}.model-state{color:var(--muted);font-size:11px}.inline-error,.global-error{display:flex;align-items:flex-start;gap:7px;color:var(--red);line-height:1.5}.inline-error{margin:11px 0 0;font-size:11px}.global-error{margin-top:17px;padding:10px 12px;border-left:3px solid var(--red);background:var(--red-soft);font-size:12px}.model-list{overflow:hidden;margin-top:14px;border:1px solid var(--line);border-radius:6px;background:#fff}.model-list-head,.model-option{display:grid;align-items:center;gap:12px}.model-list-head{grid-template-columns:minmax(0,1fr) max-content}.model-option{grid-template-columns:max-content minmax(0,1fr) max-content}.model-list-head{padding:8px 11px;border-bottom:1px solid var(--line);color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.model-option{position:relative;min-height:39px;padding:8px 11px;border-bottom:1px solid #edf1f5;font-size:12px}.model-option:last-child{border-bottom:0}.model-option.selected{background:#f1f8f7}.model-option input{width:14px;height:14px;margin:0 4px 0 0;accent-color:var(--teal)}.model-id{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-pill,.fallback-badge{max-width:150px;overflow:hidden;padding:3px 6px;border-radius:3px;color:var(--ink-soft);background:#eef2f6;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.fallback-badge{max-width:none;color:var(--amber);background:var(--amber-soft)}.run-panel{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:30px;padding-top:20px;border-top:1px solid var(--line)}.run-panel button{flex:0 0 auto}.run-panel-copy p{margin:0}.run-panel-title{color:var(--ink);font-size:13px;font-weight:750}.run-panel-copy p:last-child{margin-top:4px;color:var(--muted);font-size:11px;line-height:1.5}.results-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.results-heading .icon-button{margin-top:1px}.summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,.72fr)) minmax(180px,1.5fr);gap:8px;margin-top:21px}.summary-item{min-height:75px;display:flex;flex-direction:column;justify-content:center;padding:11px 13px;border:1px solid var(--line);border-radius:5px;background:#fff}.summary-label{color:var(--muted);font-size:10px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.summary-number{margin-top:5px;font-size:26px;line-height:1}.summary-number.green{color:var(--green)}.summary-number.red{color:var(--red)}.summary-number.amber{color:var(--amber)}.summary-rule strong{margin-top:6px;color:var(--ink);font-size:12px}.summary-rule small{margin-top:2px;color:var(--muted);font-size:10px}.progress-strip{margin-top:20px;padding:11px 13px;border:1px solid #c7dddc;border-radius:5px;color:var(--teal);background:#f1f9f8}.progress-copy{display:flex;align-items:center;gap:7px;font-size:12px}.progress-copy strong{color:var(--ink);font-family:SFMono-Regular,Consolas,monospace;font-weight:650}.progress-count{margin-left:auto;color:var(--ink-soft);font-family:SFMono-Regular,Consolas,monospace;font-size:11px}.progress-track{height:4px;margin-top:9px;overflow:hidden;border-radius:999px;background:#d6ece9}.progress-track span{display:block;height:100%;background:var(--teal);transition:width .2s ease}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{min-height:290px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:21px;padding:30px;border:1px dashed var(--line-strong);color:var(--muted);background:#ffffff8c;text-align:center}.empty-icon{width:45px;height:45px;display:grid;place-items:center;margin-bottom:13px;border-radius:50%;color:var(--teal);background:var(--blue-soft)}.empty-state h3{margin-bottom:7px;color:var(--ink);font-size:15px}.empty-state p{max-width:350px;margin:0;font-size:12px;line-height:1.7}.results-list{display:grid;gap:12px;margin-top:21px}.result-card{overflow:hidden;border:1px solid var(--line);border-radius:6px;background:#fff}.result-card-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:15px 16px 9px}.result-model{min-width:0;display:flex;align-items:center;gap:8px}.model-dot{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:var(--teal)}.result-model h3{overflow:hidden;margin:0;color:var(--ink);font-family:SFMono-Regular,Consolas,monospace;font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.verdict-badge{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;padding:5px 8px;border-radius:4px;font-size:11px;font-weight:800}.verdict-true{color:var(--green);background:var(--green-soft)}.verdict-false{color:var(--red);background:var(--red-soft)}.verdict-review{color:var(--amber);background:var(--amber-soft)}.result-meta{display:flex;flex-wrap:wrap;gap:12px;padding:0 16px 13px;color:var(--muted);font-size:10px}.probe-table{border-top:1px solid var(--line)}.probe-table-head,.probe-row{display:grid;grid-template-columns:.8fr .9fr .9fr 1.15fr .75fr;align-items:center;gap:10px;padding:9px 16px}.probe-table-head{color:var(--muted);background:#f8fafc;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.probe-row{position:relative;min-height:43px;border-top:1px solid #edf1f5;color:var(--ink-soft);font-size:12px}.probe-row>span{min-width:0}.effort-name{color:var(--ink);font-weight:700}.tabular{color:var(--ink);font-family:SFMono-Regular,Consolas,monospace;font-size:12px}.row-status{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700}.status-icon{width:19px;height:19px;display:inline-grid;place-items:center;border-radius:50%}.latency{color:var(--muted);font-family:SFMono-Regular,Consolas,monospace;font-size:10px}.row-matched{background:#fbfefc}.row-matched .row-status{color:var(--green)}.row-matched .status-icon{background:var(--green-soft)}.row-mismatch,.row-error{background:snow}.row-mismatch .row-status,.row-error .row-status{color:var(--red)}.row-mismatch .status-icon,.row-error .status-icon{background:var(--red-soft)}.row-unknown{background:#f8f8ff}.row-unknown .row-status{color:#5b5bd6}.row-unknown .status-icon{background:#eef}.row-abnormal{background:#fffdf6}.row-abnormal .row-status{color:var(--amber)}.row-abnormal .status-icon{background:var(--amber-soft)}.row-detail{grid-column:1 / -1;margin-top:-4px;color:var(--muted);font-size:10px;line-height:1.4}.verdict-note{display:flex;align-items:flex-start;gap:6px;margin:0;padding:10px 16px 13px;border-top:1px solid var(--line);color:var(--amber);background:#fffcf2;font-size:11px;line-height:1.5}.page-footer{display:flex;justify-content:space-between;gap:20px;margin-top:35px;padding-top:17px;border-top:1px solid var(--line);color:var(--muted);font-size:10px}@media (max-width: 980px){.topbar{padding:0 5vw}.main-content{width:min(92vw,760px);padding-top:35px}.intro-band{align-items:flex-start;flex-direction:column;gap:22px}.intro-legend{width:100%;min-width:0;grid-template-columns:repeat(2,1fr);border-left:0;border-top:3px solid var(--teal)}.workspace-grid{grid-template-columns:1fr;gap:42px}}@media (max-width: 620px){.topbar{height:60px}.security-note span{display:none}.main-content{width:92vw;padding-top:30px}h1{font-size:31px}.intro-copy{font-size:13px}.intro-legend{grid-template-columns:1fr}.run-panel{align-items:stretch;flex-direction:column}.run-panel button{width:100%}.summary-grid{grid-template-columns:repeat(3,1fr)}.summary-rule{grid-column:1 / -1;min-height:64px}.probe-table-head{display:none}.probe-row{grid-template-columns:1fr 1fr 1fr;gap:7px;padding:11px 12px}.probe-row .row-status{justify-self:start}.probe-row .latency{justify-self:end}.row-detail{grid-column:1 / -1}.result-card-head{align-items:flex-start;flex-direction:column;gap:10px;padding:13px 12px 9px}.result-meta{padding:0 12px 11px}.probe-table-head,.probe-row,.verdict-note{padding-left:12px;padding-right:12px}.page-footer{align-items:flex-start;flex-direction:column;gap:6px}}
