.replay-panel{display:flex;flex-direction:column;gap:20px}.replay-panel__controls{display:flex;align-items:center;gap:12px}.replay-panel__replay-btn{padding:8px 20px;border-radius:6px;border:none;background:var(--color-accent, #2563eb);color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .12s ease,background .12s ease}.replay-panel__replay-btn:disabled{opacity:.45;cursor:not-allowed}.replay-panel__status-badge{font-size:12px;font-weight:600;letter-spacing:.04em;color:var(--color-text-muted, #6b7280);text-transform:uppercase}.replay-panel__status-badge--running{color:var(--color-accent, #2563eb)}.replay-panel__status-badge--paused{color:#d97706}.replay-panel__status-badge--done{color:#16a34a}.replay-panel__body{display:flex;flex-direction:row;gap:24px;align-items:flex-start}.replay-panel__graph{flex:1;min-width:0}.replay-topology-svg{width:100%;height:auto;display:block;overflow:visible}.replay-panel__inspector{min-width:280px;max-width:320px;flex-shrink:0}.replay-panel__scrubber{padding-top:16px;border-top:1px solid var(--color-border, #e5e7eb)}.workflow-node{--node-glow: drop-shadow(0 0 0 transparent);--node-glow-peak: drop-shadow(0 0 0 transparent)}.workflow-node rect{fill:var(--color-surface, #f9fafb);stroke:var(--color-border, #d1d5db);stroke-width:1.5;filter:var(--node-glow);transition:fill .18s ease,stroke .18s ease,filter .18s ease}.workflow-node__label{font-size:12px;font-family:inherit;fill:var(--color-text, #111827);pointer-events:none;-webkit-user-select:none;user-select:none}.workflow-node--gate rect{stroke:#f59e0b;fill:#fffbeb}.workflow-node--state rect{stroke:#3b82f6;fill:#eff6ff}.workflow-node--outcome rect{stroke:#6b7280;fill:#f9fafb}.workflow-node--contract rect{stroke:#8b5cf6;fill:#f5f3ff}.workflow-node--clickable{cursor:pointer}.workflow-node--clickable rect{transition:fill .18s ease,stroke .18s ease,filter .12s ease}.workflow-node--clickable:hover rect{filter:brightness(.93) var(--node-glow)}.workflow-node--clickable:focus-visible rect{stroke:var(--color-accent, #2563eb);stroke-width:2.5;outline:none}.workflow-node--active{--node-glow: drop-shadow(0 0 6px rgba(37, 99, 235, .55)) drop-shadow(0 0 18px rgba(37, 99, 235, .35));--node-glow-peak: drop-shadow(0 0 9px rgba(37, 99, 235, .7)) drop-shadow(0 0 26px rgba(37, 99, 235, .5))}.workflow-node--active rect{fill:#dbeafe;stroke:#2563eb;stroke-width:2;animation:node-glow-pulse 1.4s ease-in-out infinite}.workflow-node--gate.workflow-node--active{--node-glow: drop-shadow(0 0 6px rgba(217, 119, 6, .55)) drop-shadow(0 0 18px rgba(217, 119, 6, .35));--node-glow-peak: drop-shadow(0 0 9px rgba(217, 119, 6, .7)) drop-shadow(0 0 26px rgba(217, 119, 6, .5))}.workflow-node--gate.workflow-node--active rect{fill:#fef3c7;stroke:#d97706;stroke-width:2}.workflow-node--outcome.workflow-node--active{--node-glow: drop-shadow(0 0 6px rgba(220, 38, 38, .55)) drop-shadow(0 0 18px rgba(220, 38, 38, .35));--node-glow-peak: drop-shadow(0 0 9px rgba(220, 38, 38, .7)) drop-shadow(0 0 26px rgba(220, 38, 38, .5))}.workflow-node--outcome.workflow-node--active rect{fill:#fee2e2;stroke:#dc2626;stroke-width:2}@keyframes node-glow-pulse{0%,to{filter:var(--node-glow)}50%{filter:var(--node-glow-peak)}}.workflow-wire{--wire-glow: drop-shadow(0 0 0 transparent);fill:none;stroke:var(--color-border, #d1d5db);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;filter:var(--wire-glow);transition:stroke .2s ease,stroke-width .2s ease,filter .2s ease}.workflow-wire--promotion{stroke:#bbf7d0}.workflow-wire--rollback{stroke:#fecaca}.workflow-wire--audit{stroke:#c7d2fe}.workflow-wire--active,.workflow-wire--lit{--wire-glow: drop-shadow(0 0 4px rgba(37, 99, 235, .6)) drop-shadow(0 0 12px rgba(37, 99, 235, .35));stroke:#2563eb;stroke-width:2.5}.workflow-wire--active{stroke-dasharray:8 4;animation:wire-flow 1.2s linear infinite}.workflow-wire--promotion.workflow-wire--active,.workflow-wire--promotion.workflow-wire--lit{--wire-glow: drop-shadow(0 0 4px rgba(22, 163, 74, .6)) drop-shadow(0 0 12px rgba(22, 163, 74, .35));stroke:#16a34a}.workflow-wire--rollback.workflow-wire--active,.workflow-wire--rollback.workflow-wire--lit{--wire-glow: drop-shadow(0 0 4px rgba(220, 38, 38, .6)) drop-shadow(0 0 12px rgba(220, 38, 38, .35));stroke:#dc2626}.workflow-wire--blocked{stroke:#ef4444;stroke-width:2;stroke-dasharray:5 3;opacity:.7}.wire-arrow-head{fill:var(--color-border, #d1d5db);fill:context-stroke}.wire-comet{fill:#2563eb;filter:drop-shadow(0 0 4px rgba(37,99,235,.8)) drop-shadow(0 0 10px rgba(37,99,235,.5));pointer-events:none}.wire-comet--promotion{fill:#16a34a;filter:drop-shadow(0 0 4px rgba(22,163,74,.8)) drop-shadow(0 0 10px rgba(22,163,74,.5))}.wire-comet--rollback{fill:#dc2626;filter:drop-shadow(0 0 4px rgba(220,38,38,.8)) drop-shadow(0 0 10px rgba(220,38,38,.5))}.wire-badge-blocked{fill:#ef4444;font-size:11px;font-weight:800;letter-spacing:.05em;font-family:ui-monospace,Cascadia Code,monospace}@keyframes wire-flow{to{stroke-dashoffset:-24}}.replay-inspector{padding:16px;border-radius:8px;background:linear-gradient(135deg,#edf3ffd9,#fff6);border:1px solid #cbd9f7}.replay-inspector--empty{display:flex;align-items:center;justify-content:center;min-height:120px}.replay-inspector__placeholder{font-size:13px;color:var(--color-text-muted, #9ca3af);text-align:center}.replay-inspector__step-num{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted, #6b7280);margin-bottom:4px}.replay-inspector__title{font-size:14px;font-weight:700;color:var(--color-text, #111827);margin:0 0 6px}.replay-inspector__summary{font-size:13px;color:var(--color-text-secondary, #374151);margin:0 0 10px;line-height:1.5}.replay-inspector__evidence{list-style:none;padding:0;margin:0 0 10px;display:flex;flex-direction:column;gap:4px}.replay-inspector__evidence--mono{font-family:ui-monospace,Cascadia Code,monospace;font-size:11px}.replay-inspector__evidence-item{font-size:12px;color:var(--color-text-secondary, #374151);padding-left:12px;position:relative}.replay-inspector__evidence-item:before{content:"·";position:absolute;left:0;color:var(--color-text-muted, #9ca3af)}.replay-inspector__badge{display:inline-block;margin-top:8px;padding:3px 8px;border-radius:4px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.replay-inspector__badge--blocked{background:#fee2e2;color:#b91c1c;border:1px solid #fca5a5}.replay-inspector__badge--preserved{background:#dcfce7;color:#15803d;border:1px solid #86efac}.replay-inspector--technical{font-family:ui-monospace,Cascadia Code,monospace}.replay-inspector__data-table{width:100%;border-collapse:collapse;font-size:11px;margin-bottom:10px}.replay-inspector__key{color:var(--color-text-muted, #6b7280);font-weight:600;padding:3px 8px 3px 0;vertical-align:top;white-space:nowrap;width:1%}.replay-inspector__val{color:var(--color-text, #111827);padding:3px 0;word-break:break-word}.replay-scrubber{display:flex;flex-direction:row;gap:6px;flex-wrap:wrap}.scrubber-frame{width:32px;height:32px;border-radius:50%;border:2px solid var(--color-border, #d1d5db);background:var(--color-surface, #f9fafb);color:var(--color-text-muted, #6b7280);font-size:12px;font-weight:600;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease;display:flex;align-items:center;justify-content:center;padding:0}.scrubber-frame:hover:not(:disabled){border-color:#2563eb;color:#2563eb}.scrubber-frame--active{border-color:#2563eb;background:#2563eb;color:#fff}.scrubber-frame--completed{border-color:#16a34a;background:#dcfce7;color:#15803d}.scrubber-frame--locked{opacity:.35;cursor:not-allowed}@media (prefers-reduced-motion: reduce){.workflow-wire--active{animation:none;stroke-dasharray:none}.workflow-node--active rect{animation:none}.wire-comet{display:none}.workflow-wire,.workflow-node rect,.replay-panel__replay-btn,.scrubber-frame{transition-duration:0ms}}:root{--danger-text: #d91823;--surface-sunken: #eef2f8}.retrieval-tech{margin:-14px -16px 0;padding:14px 16px 28px;background:var(--surface-sunken)}.mono{font-family:JetBrains Mono,monospace;font-size:9px!important}.gate-decision__body{padding:8px 13px 0}.gate-decision__promotion-label{font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px}.gate-decision__promotion-verdict{margin:4px 0 10px;font-size:22px;font-weight:800;line-height:1}.gate-decision__promotion-verdict--blocked{color:var(--danger-text)}.gate-decision__promotion-verdict--pass{color:var(--success-dark)}.gate-decision__footer{margin:10px 0 13px;padding:8px 10px;border-radius:5px;background:#f3f7fd;font-size:12px;color:#4f6385}.gate-decision__footer strong{color:var(--danger-text);font-weight:800}.gate-predicate-list{display:grid;gap:7px;margin-top:10px}.gate-predicate{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;padding:8px;border:1px solid var(--border-default);border-radius:5px}.gate-predicate__name{font-size:12px;font-weight:700;color:#263a5e}.gate-predicate__detail{margin-top:4px;font-family:JetBrains Mono,monospace;font-size:11px;color:var(--text-muted)}.ta-flow-grid{display:grid;grid-template-columns:1fr 46px 1fr 46px 1fr;grid-template-rows:auto auto;align-items:stretch;margin-bottom:8px}.ta-node{padding:9px 11px;border-radius:7px;border:1px solid #d0d9ea;background:#f3f6fb;font-size:9.5px;font-weight:700;color:#21375e}.ta-node--candidate{border-color:#ffc87a;background:#fff3e8;color:#c05a00}.ta-node__stage{margin-bottom:3px;font-size:8px;font-weight:800;letter-spacing:.5px;color:var(--text-muted)}.ta-node--candidate .ta-node__stage{color:#c05a00a6}.ta-node__title{font-size:10px;font-weight:800}.ta-node__sub{margin-top:2px;font-size:8.5px;font-weight:600;opacity:.75}.ta-node__detail{margin-top:1px;font-size:8px;font-weight:500;opacity:.6}.ta-h-arrow{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#4a5e80}.ta-h-arrow__sym{font-size:14px;line-height:1}.ta-h-arrow__label{font-size:7.5px;font-weight:700;color:#4a5e80;text-align:center;white-space:nowrap}.ta-down-spacer{grid-row:2;grid-column:1 / 5}.ta-down-conn{grid-row:2;grid-column:5;display:flex;flex-direction:column;align-items:center;padding:4px 0 2px;gap:3px}.ta-down-conn__line{width:0;height:24px;border-left:1.5px dashed #9aabcc;position:relative}.ta-down-conn__line:after{content:"↓";position:absolute;bottom:-12px;left:-5px;font-size:10px;color:#9aabcc}.ta-down-conn__label{font-size:7.5px;font-weight:600;color:var(--text-muted);text-align:center;line-height:1.3;padding-top:10px}.ta-gate{display:flex;align-items:center;gap:10px;padding:10px 13px;border-radius:7px;border:1.5px solid #ffb3b3;background:#fff5f5;margin-bottom:8px}.ta-gate__stage{font-size:8px;font-weight:800;letter-spacing:.5px;color:#d91823a6;flex-shrink:0}.ta-gate__name{font-size:11px;font-weight:800;color:var(--danger-text)}.ta-gate__sub{margin-left:auto;font-size:8.5px;font-weight:600;color:#d91823bf}.ta-fork{display:grid;grid-template-columns:1fr 1fr;margin-bottom:6px}.ta-fork__left{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding-right:8px}.ta-fork__right{display:flex;flex-direction:column;align-items:flex-end;gap:2px;padding-left:8px}.ta-fork__sym{font-size:16px;color:#4a5e80;line-height:1}.ta-fork__label{font-size:7.5px;font-weight:600;color:var(--text-muted)}.ta-outcomes{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.ta-outcome{padding:9px 11px;border-radius:7px;border:1px solid;text-align:center}.ta-outcome--reject{border-color:#ffb3b3;background:#fff5f5;color:var(--danger-text)}.ta-outcome--promote{border-color:#9dd4b5;background:#f0fbf5;color:var(--success-dark)}.ta-outcome__name{font-size:12px;font-weight:900;letter-spacing:.3px}.ta-outcome__sub{margin-top:2px;font-size:8px;font-weight:600;opacity:.8}.ta-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:10px;border-top:1px solid #e5eaf3}.ta-footer__note{margin:0;display:flex;align-items:center;gap:4px;font-size:8.5px;font-weight:600;color:var(--text-muted)}.ta-footer__icon{font-size:10px;color:#4a5e80;flex-shrink:0}.ta-footer__link-btn{flex-shrink:0;background:none;border:none;padding:4px 8px;font-size:8.5px;font-weight:700;color:var(--brand-blue);cursor:pointer;border-radius:4px}.ta-footer__link-btn:hover{background:#f0f4ff}.retrieval-tech .technical-evidence-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:12px}@media (max-width: 960px){.retrieval-tech .technical-evidence-grid{grid-template-columns:1fr}}.technical-evidence-note{margin:0 10px 10px;padding:7px 8px;border-radius:5px;background:#f3f7fd;color:#526789;font-family:JetBrains Mono,monospace;font-size:12px;line-height:1.5}.benchmark-lever{display:flex;flex-direction:column;justify-content:center;padding:8px 8px 7px;border:1px solid #b9d3f7;border-radius:6px;background:linear-gradient(180deg,#f5f9ff,#eef5ff)}.benchmark-lever__eyebrow{display:flex;gap:4px;align-items:center;color:var(--brand-blue);font-size:11px;font-weight:800;line-height:1.2}.benchmark-lever__variant{margin-top:8px;color:#173052;font-size:14px;font-weight:800;line-height:1.2}.benchmark-lever__metric{display:block;margin-top:8px;color:var(--brand-blue);font-size:20px;font-weight:800;line-height:1}.benchmark-lever__metric-label{display:block;margin-top:2px;color:#4d6f5d;font-size:11px;font-weight:700}.benchmark-lever__sub{margin-top:8px;color:var(--text-muted);font-size:11px;font-weight:600}.benchmark-table--verdict td,.benchmark-table--verdict th{vertical-align:middle}.benchmark-table__delta{font-weight:700;color:#21375e}.benchmark-table__delta--pos{color:var(--success-dark)!important}.benchmark-table__delta--neg{color:var(--danger-text)!important}.benchmark-table__ci{font-family:JetBrains Mono,monospace;color:var(--text-muted)}.benchmark-table__lever{background:var(--surface-blue-soft);box-shadow:inset 3px 0 0 var(--brand-blue)}.gate-decision__footer--integrity{background:#fff8ec;color:#7a5a16}.gate-decision__footer--integrity strong{color:#7a5a16}.retrieval-bounds{margin:0 0 13px;padding:7px 10px;border-radius:5px;background:#f3f7fd;font-family:JetBrains Mono,monospace;font-size:11px;line-height:1.5;color:var(--text-muted)}.audit-receipt-summary{margin:0 11px 10px;padding:10px 12px;border:1px solid var(--border-default);border-radius:6px;background:#f6f8fc}.audit-receipt-summary__title{margin-bottom:6px;font-size:11px;font-weight:800;color:var(--success-dark)}.audit-receipt-summary__line{font-size:11px;line-height:1.5;color:#3a4f6e}.audit-receipt-summary__line+.audit-receipt-summary__line{margin-top:3px}.audit-receipt details>summary{margin:8px 11px 0;padding:0;font-size:10px;font-weight:700;color:var(--brand-blue);cursor:pointer;list-style:none}.audit-receipt details>summary::-webkit-details-marker{display:none}.audit-receipt details>summary:before{content:"▸  ";font-size:9px}.audit-receipt details[open]>summary:before{content:"▾  "}.audit-receipt{margin:0;padding:9px 11px 11px}.audit-receipt__row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:6px;padding:5px 0;border-bottom:1px solid #edf1f7}.audit-receipt dt,.audit-receipt dd{margin:0;font-family:JetBrains Mono,monospace;font-size:11px}.audit-receipt dt{color:var(--text-muted)}.audit-receipt dd{overflow:hidden;color:#263a5e;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.reproduction-card__body{padding:9px 12px 12px}.reproduction-card__body p{margin:0;color:var(--text-muted);font-size:12px;line-height:1.45}.command-block{overflow-x:auto;margin:9px 0 0;padding:12px;border-radius:5px;background:#061433;color:#eaf1ff;font-family:JetBrains Mono,monospace;font-size:12px;line-height:1.5}.reproduction-card__meta{display:flex;gap:14px;margin-top:9px;color:var(--text-muted);font-size:7px}.technical-badge{display:inline-flex;align-items:center;width:max-content;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:800;line-height:1}.technical-badge--neutral,.technical-badge--observed,.technical-badge--retrieved{background:#edf4ff;color:var(--brand-blue)}.technical-badge--candidate,.technical-badge--review{background:#fff3e8;color:#dd5f00}.technical-badge--unsafe{background:#fff0f1;color:var(--danger-text)}.technical-badge--restored,.technical-badge--logged{background:#eaf8ef;color:var(--success-dark)}.technical-badge--muted{background:#eef1f5;color:#5f6d83}.type-contracts__lang{padding:3px 7px;border-radius:4px;background:#edf4ff;color:var(--brand-blue);font-size:7px;font-weight:800}.type-contracts__tabs{display:flex;gap:4px;padding:10px 13px 0}.type-contracts__tab{padding:5px 10px;border:1px solid var(--border-default);border-radius:5px;background:transparent;color:var(--text-muted);font-size:8px;font-weight:700;cursor:pointer;transition:background .12s,color .12s,border-color .12s}.type-contracts__tab:hover{background:#f0f5ff;color:var(--brand-blue)}.type-contracts__tab--active{border-color:var(--brand-blue);background:#edf4ff;color:var(--brand-blue)}.type-contracts__pane{padding:8px 13px 13px}.type-contracts__file{margin-bottom:5px;color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:7px;font-weight:600}.type-contracts__code{overflow-x:auto;margin:0;padding:11px 12px;border-radius:5px;background:#061433;color:#c8daff;font-family:JetBrains Mono,monospace;font-size:7.5px;line-height:1.7;white-space:pre}.design-decisions__badge{padding:3px 7px;border-radius:4px;background:#f3ecff;color:#6e2de5;font-size:7px;font-weight:800}.design-decisions__list{padding:8px 13px 12px;display:grid;gap:6px}.decision-item{border:1px solid var(--border-default);border-radius:6px;overflow:hidden}.decision-item--open{border-color:#c5d7ff}.decision-item__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:9px 10px;background:transparent;cursor:pointer;text-align:left}.decision-item--open .decision-item__trigger{background:#f5f8ff}.decision-item__question{font-size:8.5px;font-weight:700;color:#1e3359}.decision-item__chevron{flex-shrink:0;color:var(--text-muted);transition:transform .15s}.decision-item--open .decision-item__chevron{transform:rotate(180deg)}.decision-item__body{padding:0 10px 10px;display:grid;gap:8px}.decision-item__decision{margin:0;padding:7px 8px 7px 10px;border-left:2px solid var(--brand-blue);border-radius:0 4px 4px 0;background:#f8fbff;color:#253a61;font-size:8px;font-weight:600;line-height:1.5}.decision-item__row{display:grid;grid-template-columns:28px 1fr;gap:7px;align-items:baseline}.decision-item__row-label{font-size:7px;font-weight:800;color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px}.decision-item__row-text{font-size:8px;font-weight:500;color:#4a5e80;line-height:1.45}.reproduction-prereqs{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-bottom:9px}.reproduction-prereqs__label{color:var(--text-muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;margin-right:2px}.reproduction-prereq{display:inline-flex;align-items:center;gap:4px;padding:3px 7px;border:1px solid var(--border-default);border-radius:4px;background:#f5f8ff}.reproduction-prereq__name{font-family:JetBrains Mono,monospace;font-size:11px;font-weight:700;color:#1e3359}.reproduction-prereq__version{font-family:JetBrains Mono,monospace;font-size:11px;font-weight:600;color:var(--text-muted)}.command-block-wrap{position:relative}.command-copy-btn{position:absolute;top:7px;right:7px;display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border:1px solid rgba(255,255,255,.15);border-radius:4px;background:#ffffff12;color:#afc5e8;font-size:11px;font-weight:700;cursor:pointer;transition:background .12s,color .12s}.command-copy-btn:hover{background:#ffffff24;color:#d6e4ff}.reproduction-section-label{margin-bottom:5px;color:var(--text-muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px}.reproduction-output{margin-top:10px}.command-block--sm{font-size:6.75px!important;line-height:1.65!important}.reproduction-sources{margin-top:10px}.reproduction-source{display:flex;align-items:center;gap:7px;padding:5px 0;border-bottom:1px solid #f0f3f9}.reproduction-source:last-child{border-bottom:0}.reproduction-source__icon{color:var(--text-muted);flex-shrink:0}.reproduction-source__label{min-width:88px;font-size:7.5px;font-weight:700;color:#1e3359}.reproduction-source__path{color:#556889;font-family:JetBrains Mono,monospace;font-size:6.75px;font-weight:500}.reproduction-meta{display:flex;gap:14px;margin-top:14px;color:var(--text-muted);font-size:12px}.audit-receipt-actions{display:flex;gap:8px;padding:0 11px 12px}.audit-receipt-copy-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 10px;border:1px solid var(--border-default);border-radius:5px;background:#f6f8fc;color:#3a4f6e;font-size:11px;font-weight:700;cursor:pointer;transition:background .12s,border-color .12s}.audit-receipt-copy-btn:hover{background:#edf4ff;border-color:#b3c9f0;color:var(--brand-blue)}.audit-receipt-proves{padding:10px 11px 12px;border-top:1px solid #e8edf5}.audit-receipt-proves__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.audit-receipt-proves__title{font-size:11px;font-weight:700;color:#263a5e}.tech-section .card-title{font-size:14px}.tech-section .card-title small{font-size:11px}.tech-section .benchmark-table{table-layout:auto}.tech-section .benchmark-table th,.tech-section .benchmark-table td{padding:6px 8px;font-size:12px}.tech-section .latency-column__title,.tech-section .latency-row{font-size:12px}.type-contracts__purpose{margin:0 0 8px;padding:6px 9px;border-left:2px solid var(--brand-blue);border-radius:0 4px 4px 0;background:#f5f8ff;color:#253a61;font-size:8px;font-weight:600;line-height:1.45}.type-contracts__file-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:7px}.type-contracts__file-row .type-contracts__file{margin-bottom:0}.type-contracts__file-dir{color:var(--text-muted)}.type-contracts__file-name{color:#1e3359;font-weight:700}.type-contracts__open-btn{flex-shrink:0;display:inline-flex;align-items:center;padding:3px 8px;border:1px solid var(--border-default);border-radius:4px;background:#f5f8ff;color:var(--brand-blue);font-size:7px;font-weight:700;cursor:pointer;transition:background .12s,border-color .12s}.type-contracts__open-btn:hover{background:#edf4ff;border-color:#b3c9f0}.type-contracts__code-viewer{max-height:260px;overflow-y:auto;overflow-x:hidden;border-radius:5px;background:#061433}.type-contracts__line-list{margin:0;padding:10px 0;list-style:none;font-family:JetBrains Mono,monospace;font-size:8.5px;line-height:1.7;white-space:pre}.type-contracts__line{display:flex;padding:0 12px}.type-contracts__line:hover{background:#ffffff0a}.type-contracts__lineno{flex-shrink:0;width:22px;margin-right:14px;color:#2d4a6a;text-align:right;-webkit-user-select:none;user-select:none;pointer-events:none}.type-contracts__line-content{flex:1;min-width:0;overflow-x:auto}.tc-tok--keyword{color:#7ec8f8}.tc-tok--string{color:#a2d96d}.tc-tok--comment{color:#5a7a9a}.tc-tok--default{color:#c8daff}.type-contracts__tab:focus-visible{outline:2px solid var(--brand-blue);outline-offset:2px}.decision-item__trigger:focus-visible{outline:2px solid var(--brand-blue);outline-offset:-2px}.type-contracts__open-btn:focus-visible{outline:2px solid var(--brand-blue);outline-offset:2px}.command-copy-btn--copied{background:#09944726!important;border-color:#09944766!important;color:#0bd16f!important}.retrieval-tech .tech-section{margin-top:48px;scroll-margin-top:64px}.retrieval-tech .tech-section__title{display:flex;align-items:center;gap:10px;margin:0 0 10px;padding-bottom:0;border-bottom:none;font-family:var(--font-heading);font-size:18px;font-weight:800;letter-spacing:.2px;color:#1e3359}.retrieval-tech .tech-section__num{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;background:var(--brand-blue);color:#fff;font-size:13px;font-weight:800;line-height:1}.retrieval-tech .tech-section__subtitle{margin:0 0 14px;font-size:14px;font-weight:500;line-height:1.6;color:var(--text-muted)}.crosswalk-card__intro{margin:0 13px 12px;font-size:12px;font-weight:500;line-height:1.6;color:#506181}.crosswalk-card__intro strong{font-weight:700;color:#1c3a28}.crosswalk-group{padding:0 13px;margin-bottom:14px}.crosswalk-group__title{margin-bottom:7px;font-size:9px;font-weight:800;letter-spacing:.55px;text-transform:uppercase;color:var(--brand-blue)}.crosswalk-table{width:100%;border-collapse:collapse;font-size:9.5px}.crosswalk-table thead th{padding:6px 8px;text-align:left;font-size:8px;font-weight:800;letter-spacing:.4px;text-transform:uppercase;color:#596a89;border-bottom:1px solid #e0e7f1}.crosswalk-table tbody td{padding:8px;vertical-align:top;border-bottom:1px solid #eef2f8;color:#2e4166;line-height:1.5}.crosswalk-table__jd{width:26%;font-weight:700;color:#15264b}.crosswalk-table__evidence{width:58%}.crosswalk-table__note{display:block;margin-top:3px;font-size:8.5px;font-weight:500;color:#7a89a6}.button{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;border:1px solid transparent;border-radius:6px;font-size:12px;font-weight:700;line-height:1;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .12s,border-color .12s,color .12s}.button--primary{background:var(--brand-blue);border-color:var(--brand-blue);color:#fff}.button--primary:hover{background:var(--brand-blue-hover);border-color:var(--brand-blue-hover)}.button--secondary{background:#fff;border-color:#c9d3e6;color:#263a5e}.button--secondary:hover{background:#f4f6fb;border-color:#9aaac6}.retrieval-hero{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:20px;align-items:start;padding:18px 20px 20px}.retrieval-hero__eyebrow{font-size:11px;font-weight:800;letter-spacing:.7px;text-transform:uppercase;color:var(--brand-blue)}.retrieval-hero__title{margin:8px 0 0;font-family:var(--font-heading);font-size:24px;font-weight:800;line-height:1.15;letter-spacing:-.6px;color:#071431}.retrieval-hero__description{max-width:640px;margin:10px 0 0;font-size:14px;font-weight:500;line-height:1.65;color:#506181}.retrieval-hero__crosslink{max-width:640px;margin:8px 0 0;font-size:14px;font-weight:500;line-height:1.65;color:#506181}.retrieval-hero__crosslink a{color:var(--brand-blue);font-weight:700;text-decoration:none}.retrieval-hero__crosslink a:hover{text-decoration:underline}.retrieval-hero__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.retrieval-hero__right{display:flex;justify-content:center;align-items:flex-start;padding-top:4px}@media (max-width: 860px){.retrieval-hero{grid-template-columns:1fr}.retrieval-hero__right{display:none}}.rh-kpi-strip{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.rh-kpi{flex:1 1 120px;padding:10px 12px;border-radius:7px;background:#f3f6fb}.rh-kpi__label{font-size:11px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;color:var(--text-muted)}.rh-kpi__value{margin-top:5px;font-size:20px;font-weight:800;line-height:1;color:#071431;font-family:JetBrains Mono,monospace}.rh-kpi__value--positive{color:var(--success-dark)}.rh-kpi__sub{margin-top:4px;font-size:12px;font-weight:500;color:var(--text-muted);line-height:1.45}.retrieval-pipeline-diagram{width:100%;max-width:280px;height:auto}.pipeline-node{transition:opacity .1s}.pipeline-node--query{fill:#dbeafe;stroke:#2563eb;stroke-width:1.5}.pipeline-node--dense{fill:#eff6ff;stroke:#3b82f6;stroke-width:1.5}.pipeline-node--lexical{fill:#f0fdf4;stroke:#16a34a;stroke-width:1.5}.pipeline-node--rrf{fill:#eef2ff;stroke:#4f46e5;stroke-width:1.5}.pipeline-node--rerank{fill:#faf5ff;stroke:#7c3aed;stroke-width:1.5}.pipeline-node--results{fill:#f0fdf4;stroke:#15803d;stroke-width:1.5}.pipeline-node--metrics{fill:#f8fafc;stroke:#94a3b8;stroke-width:1}.pipeline-node__title{font-size:8.5px;font-weight:700;fill:#0f172a}.pipeline-node__title--dark{fill:#334155}.pipeline-node__sub{font-size:7.5px;font-weight:600;fill:#475569}.pipeline-node__sub--dark{fill:var(--text-muted)}.pipeline-node__sub2{font-size:6.5px;font-weight:500;fill:#94a3b8}.pipeline-edge{fill:none;stroke:#94a3b8;stroke-width:1.5}.pipeline-arrowhead{fill:#94a3b8}.rigor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}@media (max-width: 860px){.rigor-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 520px){.rigor-grid{grid-template-columns:1fr}}.rigor-card{padding:12px 14px;border-top:2px solid var(--brand-blue);border-radius:7px;background:#fff;box-shadow:var(--shadow-card)}.rigor-card__head{display:flex;align-items:center;gap:8px}.rigor-card__icon{flex-shrink:0;color:var(--brand-blue)}.rigor-card__title{font-size:13px;font-weight:700;color:#15264b}.rigor-card__summary{margin-top:6px;font-size:13px;font-weight:500;line-height:1.55;color:#506181}.repro-command-row{margin-top:10px;padding:10px 12px 11px;border-radius:7px;background:#f4f7fc}.repro-command-label{margin-bottom:4px;font-size:13px;font-weight:600;color:#4f6385}.repro-gap-note{display:inline-block;margin-left:8px;padding:2px 8px;border:1px solid #e3d9c2;border-radius:4px;background:linear-gradient(135deg,#fff6e7bf,#fff6);font-size:12px;font-weight:500;color:var(--text-muted)}.repro-command-artifact{margin-top:5px;font-size:12px;line-height:1.5;color:var(--text-muted)}.repro-command-artifact code{font-family:JetBrains Mono,monospace;font-size:12px}.repro-results-list{margin:6px 0 0;padding:0;list-style:none}.repro-result{display:flex;align-items:baseline;gap:7px;margin-top:6px;font-size:13px;line-height:1.5;color:#4f6385}.repro-result__icon{flex-shrink:0;align-self:center;color:var(--text-muted)}.repro-result__icon--pos{color:var(--success-dark)}.repro-result__icon--neg{color:var(--danger-text)}.tech-section-nav{position:sticky;top:8px;z-index:20;display:flex;flex-wrap:wrap;gap:4px;margin-top:14px;padding:6px 8px;border-radius:8px;background:#fffffff5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 8px #08183a14}.tech-section-nav__link{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border-radius:5px;color:#263a5e;font-size:12px;font-weight:700}.tech-section-nav__link:hover,.tech-section-nav__link--active{background:#f0f4ff;color:var(--brand-blue)}.tech-section-nav__link--active .tech-section-nav__num{background:var(--brand-blue);color:#fff}.tech-section-nav__link:focus-visible{outline:2px solid var(--brand-blue);outline-offset:2px}.tech-section-nav__num{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:4px;background:#e8eefb;color:var(--brand-blue);font-size:11px;font-weight:800;line-height:1}.retrieval-tech .tech-section-pair{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);gap:20px;margin-top:48px}.retrieval-tech .tech-section-pair .tech-section{margin-top:0}@media (max-width: 960px){.retrieval-tech .tech-section-pair{grid-template-columns:1fr}.retrieval-tech .tech-section-pair .tech-section+.tech-section{margin-top:36px}}.retrieval-tech .gate-predicate{border:none;background:#f4f7fc}.retrieval-tech .gate-predicate__name{font-size:13px}.retrieval-tech .gate-predicate__detail{font-size:12px;line-height:1.5}.retrieval-tech .gate-decision__footer{font-size:13px;line-height:1.55}.retrieval-tech .benchmark-lever{border:none}.retrieval-tech .technical-evidence-note{font-size:13px;line-height:1.6;border:1px solid #cbd9f7;background:linear-gradient(135deg,#edf3ffd9,#fff6)}.retrieval-tech .retrieval-bounds{font-size:12px;line-height:1.6;border:1px solid #e3d9c2;background:linear-gradient(135deg,#fff6e7bf,#fff6)}.retrieval-tech .gate-decision__footer--integrity{border:1px solid #e3d9c2;background:linear-gradient(135deg,#fff6e7bf,#fff6)}.retrieval-tech .reproduction-card__body p,.retrieval-tech .command-block,.retrieval-tech .crosswalk-card__intro{font-size:13px;line-height:1.6}.retrieval-tech .reproduction-prereq{border:none;background:#eef3fa}.retrieval-tech .reproduction-prereq__name,.retrieval-tech .reproduction-prereq__version,.retrieval-tech .reproduction-section-label{font-size:12px}.retrieval-tech .tech-section .benchmark-table th,.retrieval-tech .tech-section .benchmark-table td,.retrieval-tech .tech-section .latency-column__title,.retrieval-tech .tech-section .latency-row{font-size:13px}.search-relevance-page{--sr-bg:#f6f8fc;--sr-surface:#fff;--sr-surface-muted:#f2f5fa;--sr-border:#dce4f0;--sr-border-strong:#c8d4e5;--sr-text:#112044;--sr-text-soft:#31415e;--sr-text-muted:#687791;--sr-primary:#2158e8;--sr-primary-strong:#1643bc;--sr-primary-soft:#edf3ff;--sr-success:#198754;--sr-success-soft:#edf9f2;--sr-warning:#a8620a;--sr-warning-soft:#fff6e7;--sr-danger:#dd4c55;--sr-danger-soft:#fff0f1;--sr-purple:#7358df;--sr-purple-soft:#f2efff;--sr-neutral-soft:#eef2f7;--sr-radius-sm:10px;--sr-radius-md:14px;--sr-shadow:0 10px 30px rgba(24,47,92,.055);min-width:0;padding:24px;background:var(--sr-bg);color:var(--sr-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.search-relevance-page *,.search-relevance-page *:before,.search-relevance-page *:after{box-sizing:border-box}.search-relevance-page h1,.search-relevance-page h2,.search-relevance-page h3,.search-relevance-page p{margin:0}.search-relevance-page button,.search-relevance-page a{font:inherit}.search-relevance-page button{cursor:pointer}.sr-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;max-width:1680px;margin:0 auto 16px}.sr-eyebrow{margin-bottom:7px!important;color:var(--sr-primary);font-size:.69rem;font-weight:800;letter-spacing:.085em;line-height:1.2;text-transform:uppercase}.sr-page-title{font-size:clamp(1.55rem,2.2vw,2.15rem);font-weight:800;letter-spacing:-.025em;line-height:1.1}.sr-page-subtitle{margin-top:7px!important;color:var(--sr-text-muted);font-size:.93rem;line-height:1.55}.sr-section-nav a:focus-visible{outline:3px solid rgba(33,88,232,.22);outline-offset:3px}.sr-section-nav{position:sticky;top:0;z-index:10;display:flex;gap:26px;overflow-x:auto;max-width:1680px;margin:0 auto 18px;padding:0 4px;background:#f6f8fcf0;border-bottom:1px solid var(--sr-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);scrollbar-width:none}.sr-section-nav::-webkit-scrollbar{display:none}.sr-section-nav a{flex:0 0 auto;padding:13px 0 11px;border-bottom:2px solid transparent;color:var(--sr-text-muted);font-size:.79rem;font-weight:750;text-decoration:none}.sr-section-nav a:hover,.sr-section-nav a[aria-current=page]{border-bottom-color:var(--sr-primary);color:var(--sr-primary)}.sr-section,.sr-hero,.sr-evidence-footer{max-width:1680px;margin-right:auto;margin-left:auto}.sr-section{scroll-margin-top:68px;margin-bottom:18px}.sr-card{overflow:hidden;border:1px solid var(--sr-border);border-radius:var(--sr-radius-md);background:var(--sr-surface);box-shadow:var(--sr-shadow)}.sr-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:16px 18px 13px;border-bottom:1px solid var(--sr-border)}.sr-panel-title{font-size:1rem;font-weight:800;letter-spacing:-.016em}.sr-panel-subtitle{margin-top:5px!important;color:var(--sr-text-muted);font-size:.77rem;line-height:1.5}.sr-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(510px,1.1fr);margin-bottom:18px}.sr-hero-summary{padding:27px;background:radial-gradient(circle at 10% 15%,rgba(115,88,223,.09),transparent 38%),radial-gradient(circle at 80% 82%,rgba(33,88,232,.06),transparent 42%),var(--sr-surface)}.sr-hero-title{max-width:680px;font-size:clamp(1.78rem,3vw,2.58rem);font-weight:850;letter-spacing:-.025em;line-height:1.08}.sr-hero-copy{max-width:620px;margin-top:15px!important;color:var(--sr-text-muted);font-size:.9rem;line-height:1.72}.sr-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:28px}.sr-metric-card{padding:14px;border:1px solid rgba(200,212,229,.92);border-radius:var(--sr-radius-sm);background:#ffffffd1}.sr-metric-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:var(--sr-primary-soft);color:var(--sr-primary)}.sr-metric-card:nth-child(2) .sr-metric-icon{background:var(--sr-purple-soft);color:var(--sr-purple)}.sr-metric-card:nth-child(3) .sr-metric-icon{background:var(--sr-success-soft);color:var(--sr-success)}.sr-metric-card:nth-child(4) .sr-metric-icon{background:var(--sr-warning-soft);color:var(--sr-warning)}.sr-metric-value{display:block;margin-top:13px;font-size:1.48rem;font-weight:850;letter-spacing:-.04em}.sr-metric-label{display:block;margin-top:4px;font-size:.75rem;font-weight:800}.sr-metric-description{display:block;margin-top:5px;color:var(--sr-text-muted);font-size:.75rem;line-height:1.45}.sr-pipeline{min-width:0;padding:22px;border-left:1px solid var(--sr-border);background:linear-gradient(180deg,#edf3ffb8,#fffffff0)}.sr-pipeline-header{margin-bottom:15px}.sr-pipeline-header h2{font-size:.98rem;font-weight:800;letter-spacing:-.015em}.sr-pipeline-diagram{display:flex;flex-direction:column;align-items:center;max-width:660px;margin:0 auto}.sr-pipeline-node{display:flex;width:min(100%,270px);align-items:center;gap:9px;padding:10px 12px;border:1px solid var(--sr-border-strong);border-radius:9px;background:var(--sr-surface)}.sr-pipeline-node-icon{display:grid;width:29px;height:29px;flex:0 0 auto;place-items:center;border-radius:8px;background:#ffffffb8}.sr-pipeline-node strong,.sr-pipeline-node span{display:block}.sr-pipeline-node strong{font-size:.74rem;font-weight:800;line-height:1.25}.sr-pipeline-node span{margin-top:2px;color:var(--sr-text-muted);font-size:.65rem;line-height:1.4}.sr-pipeline-node--blue{border-color:#8db1ff;background:#eef4ff;color:#2462e6}.sr-pipeline-node--green{border-color:#97d6b5;background:#f0fbf4;color:#21824f}.sr-pipeline-node--purple{border-color:#bba9ff;background:#f6f2ff;color:#7257df}.sr-pipeline-node--red{border-color:#f0a7ac;background:#fff4f5;color:#d5525a}.sr-pipeline-node--neutral{border-color:#cdd8e8;background:#f9fbfe;color:#61708a}.sr-pipeline-arrow{display:grid;height:20px;place-items:center;color:#9aabc3;font-size:1rem;font-weight:800}.sr-pipeline-branch-grid{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sr-pipeline-branch-grid .sr-pipeline-node{width:100%}.sr-pipeline-evaluation{display:grid;width:100%;gap:4px;margin-top:15px;padding:11px 12px;border:1px solid var(--sr-border-strong);border-radius:9px;background:#ffffffdb;text-align:center}.sr-pipeline-evaluation span{color:var(--sr-text-muted);font-size:.67rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.sr-pipeline-evaluation strong{color:var(--sr-text-soft);font-size:.69rem;font-weight:750;line-height:1.45}.sr-results-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,1fr);gap:18px}.sr-table-wrap{overflow-x:visible}.sr-table{width:100%;border-collapse:collapse;table-layout:fixed}.sr-table th,.sr-table td{padding:10px;border-bottom:1px solid var(--sr-border);color:var(--sr-text-soft);font-size:.75rem;line-height:1.45;text-align:left;vertical-align:middle;min-width:0;overflow-wrap:anywhere;word-break:normal}.sr-table tr:last-child td{border-bottom:0}.sr-table th{color:var(--sr-text-muted);font-size:.64rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase;white-space:normal}.sr-table td strong{display:block;color:var(--sr-text);font-size:.76rem;font-weight:800}.sr-table-meta{display:block;margin-top:3px;color:var(--sr-text-muted);font-size:.65rem}.sr-badge{display:inline-flex;width:fit-content;align-items:center;border-radius:999px;padding:4px 8px;font-size:.67rem;font-weight:850;line-height:1.2;white-space:nowrap;text-transform:capitalize}.sr-badge--dense{background:var(--sr-primary-soft);color:var(--sr-primary-strong)}.sr-badge--hybrid{background:var(--sr-success-soft);color:#187844}.sr-bar-list{display:grid;gap:10px;padding:16px 18px 18px}.sr-bar-row{display:grid;grid-template-columns:145px minmax(0,1fr) 48px;gap:10px;align-items:center}.sr-bar-label,.sr-bar-row strong{color:var(--sr-text-soft);font-size:.71rem;font-weight:700}.sr-bar-label--winner{color:var(--sr-primary);font-weight:850}.sr-bar-label--strong-secondary{color:var(--sr-purple);font-weight:800}.sr-bar-label--secondary{color:var(--sr-warning);font-weight:700}.sr-bar-track{height:8px;overflow:hidden;border-radius:999px;background:var(--sr-surface-muted)}.sr-bar-fill{display:block;height:100%;border-radius:inherit;background:#bccbda}.sr-bar-fill--winner{background:var(--sr-primary)}.sr-bar-fill--strong-secondary{background:var(--sr-purple)}.sr-bar-fill--secondary{background:var(--sr-warning)}.sr-bar-fill--baseline{background:#bccbda}.sr-failure-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.95fr);gap:14px;padding:16px}.sr-failure-summary-stack{display:grid;align-content:start;gap:10px}.sr-failure-summary{padding:13px;border:1px solid var(--sr-border);border-radius:var(--sr-radius-sm);background:var(--sr-surface-muted)}.sr-failure-summary strong{font-size:.76rem;font-weight:850}.sr-failure-summary p{margin-top:6px!important;color:var(--sr-text-soft);font-size:.72rem;line-height:1.55}.sr-failure-summary--qa{border-color:#ded6ff;background:var(--sr-purple-soft)}.sr-failure-summary--backend{border-color:#cee8d9;background:var(--sr-success-soft)}.sr-failure-summary--platform{border-color:#f4dfb7;background:var(--sr-warning-soft)}.sr-info-banner{display:flex;align-items:flex-start;gap:9px;margin:0 16px 16px;padding:11px 13px;border:1px solid #cbd9f7;border-radius:var(--sr-radius-sm);background:var(--sr-primary-soft);color:#234b9f}.sr-info-banner svg{flex:0 0 auto;margin-top:1px}.sr-info-banner p{font-size:.74rem;font-weight:650;line-height:1.55}.sr-decision-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px}.sr-decision-item{padding:15px 17px;border-bottom:1px solid var(--sr-border)}.sr-decision-item:last-child{border-bottom:0}.sr-decision-item--provisional-default{background:linear-gradient(135deg,#edf9f2e0,#fff0)}.sr-decision-item-header{display:flex;gap:10px;align-items:flex-start}.sr-decision-icon{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border-radius:50%}.sr-decision-icon--provisional-default{background:var(--sr-success-soft);color:var(--sr-success)}.sr-decision-icon--held-hypothesis{background:var(--sr-warning-soft);color:var(--sr-warning)}.sr-decision-icon--eliminated{background:var(--sr-danger-soft);color:var(--sr-danger)}.sr-decision-item h3{font-size:.83rem;font-weight:850}.sr-decision-item p{margin-top:3px!important;color:var(--sr-text-muted);font-size:.75rem;line-height:1.5}.sr-decision-list,.sr-roadmap-list{margin:0;padding:0;list-style:none}.sr-decision-list{display:grid;gap:7px;margin-top:11px}.sr-decision-list li{display:flex;gap:7px;color:var(--sr-text-soft);font-size:.75rem;line-height:1.45}.sr-decision-list svg{flex:0 0 auto;color:var(--sr-success)}.sr-roadmap-list{display:grid;gap:15px;padding:16px 17px 18px}.sr-roadmap-item{display:grid;grid-template-columns:29px minmax(0,1fr);gap:10px;align-items:start}.sr-roadmap-number{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:var(--sr-primary-soft);color:var(--sr-primary);font-size:.73rem;font-weight:850}.sr-roadmap-item strong{display:block;font-size:.74rem;font-weight:820;line-height:1.35}.sr-roadmap-item p{margin-top:4px!important;color:var(--sr-text-muted);font-size:.75rem;line-height:1.48}.sr-evidence-footer{display:flex;flex-wrap:wrap;gap:10px 24px;padding:13px 16px;border:1px solid var(--sr-border);border-radius:var(--sr-radius-sm);background:#ffffffbd;color:var(--sr-text-muted);box-shadow:var(--sr-shadow)}.sr-evidence-footer div{display:inline-flex;align-items:center;gap:7px;font-size:.71rem;font-weight:700}.sr-evidence-footer svg{color:var(--sr-primary)}.sr-table--benchmark th:nth-child(1),.sr-table--benchmark td:nth-child(1){width:27%}.sr-table--benchmark th:nth-child(2),.sr-table--benchmark td:nth-child(2){width:15%}.sr-table--benchmark th:nth-child(3),.sr-table--benchmark td:nth-child(3){width:16%}.sr-table--benchmark th:nth-child(4),.sr-table--benchmark td:nth-child(4){width:19%}.sr-table--benchmark th:nth-child(5),.sr-table--benchmark td:nth-child(5){width:23%}.sr-table--failure th:nth-child(1),.sr-table--failure td:nth-child(1){width:24%}.sr-table--failure th:nth-child(2),.sr-table--failure td:nth-child(2){width:25%}.sr-table--failure th:nth-child(3),.sr-table--failure td:nth-child(3){width:18%}.sr-table--failure th:nth-child(4),.sr-table--failure td:nth-child(4){width:18%}.sr-table--failure th:nth-child(5),.sr-table--failure td:nth-child(5){width:15%}.sr-query-family-cell{display:flex;align-items:center;gap:8px;min-width:0}.sr-query-family-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:28px;height:28px;border-radius:50%;background:var(--sr-primary-soft);color:var(--sr-primary)}.sr-query-family-icon--sm{width:22px;height:22px}.sr-query-family-name{font-weight:700;font-size:.76rem;line-height:1.2;color:var(--sr-text)}.sr-query-family-id{margin-top:3px;font-size:.64rem;color:var(--sr-text-muted)}.sr-better-arm-badge{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px;max-width:100%;padding:6px 8px;border-radius:999px;font-size:.68rem;font-weight:700;line-height:1.15;white-space:normal}.sr-better-arm-badge--dense{background:var(--sr-primary-soft);color:var(--sr-primary-strong)}.sr-better-arm-badge--hybrid{background:var(--sr-success-soft);color:#187844}.sr-better-arm-badge__delta{font-size:.65rem;opacity:.85}.sr-selectivity-rows{display:grid;gap:14px;padding:16px 18px 14px}.sr-selectivity-row{display:grid;grid-template-columns:230px minmax(0,1fr) 64px;gap:14px;align-items:center}.sr-selectivity-arm strong{display:block;font-size:.76rem;font-weight:820;line-height:1.25}.sr-selectivity-arm span{display:block;margin-top:3px;color:var(--sr-text-muted);font-size:.67rem;line-height:1.45}.sr-selectivity-bar{display:grid;gap:5px}.sr-selectivity-match{color:var(--sr-text-muted);font-size:.66rem;font-weight:700}.sr-selectivity-latency{justify-self:end;font-size:.82rem;font-weight:850;letter-spacing:-.02em}.sr-selectivity-row--naive .sr-bar-fill{background:var(--sr-danger)}.sr-selectivity-row--naive .sr-selectivity-latency{color:var(--sr-danger)}.sr-selectivity-row--gated .sr-bar-fill{background:var(--sr-success)}.sr-selectivity-row--gated .sr-selectivity-latency{color:var(--sr-success)}.sr-eval-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:16px 18px 14px}.sr-eval-card{padding:13px;border:1px solid var(--sr-border);border-radius:var(--sr-radius-sm);background:var(--sr-surface-muted)}.sr-eval-icon{display:inline-flex;width:26px;height:26px;align-items:center;justify-content:center;border-radius:8px;background:var(--sr-primary-soft);color:var(--sr-primary)}.sr-eval-card strong{display:block;margin-top:9px;font-size:.75rem;font-weight:820;line-height:1.3}.sr-eval-card p{margin-top:5px!important;color:var(--sr-text-muted);font-size:.75rem;line-height:1.5}.sr-section .sr-evidence-footer{margin-top:18px}.sr-failure-summary-header{display:flex;align-items:center;gap:7px;margin-bottom:1px}.sr-failure-summary-header strong{font-size:.76rem;font-weight:850}.sr-failure-summary--qa .sr-query-family-icon--sm{background:var(--sr-purple-soft);color:var(--sr-purple)}.sr-failure-summary--backend .sr-query-family-icon--sm{background:var(--sr-success-soft);color:var(--sr-success)}.sr-failure-summary--platform .sr-query-family-icon--sm{background:var(--sr-warning-soft);color:var(--sr-warning)}.sr-contract-strip{padding:14px 18px 16px}.sr-contract-strip-header{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-bottom:11px}.sr-contract-strip-header .sr-eyebrow{margin-bottom:0!important}.sr-contract-caveat{color:var(--sr-text-muted);font-size:.69rem;font-style:italic;line-height:1.4}.sr-contract-cells{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.sr-contract-cell{display:flex;gap:8px;min-width:0}.sr-contract-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:26px;height:26px;border-radius:8px;background:var(--sr-primary-soft);color:var(--sr-primary)}.sr-contract-label{display:block;color:var(--sr-text-muted);font-size:.62rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.sr-contract-value{display:block;margin-top:3px;color:var(--sr-text-soft);font-size:.71rem;font-weight:700;line-height:1.4}.sr-aside-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.sr-aside-card{padding:15px 17px;border:1px solid var(--sr-border);border-radius:var(--sr-radius-md);background:var(--sr-surface);box-shadow:var(--sr-shadow)}.sr-aside-eyebrow{display:flex;align-items:center;gap:6px;margin-bottom:10px!important;color:var(--sr-primary);font-size:.66rem;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.sr-aside-copy{color:var(--sr-text-soft);font-size:.74rem;line-height:1.65}.sr-aside-definitions{display:grid;gap:8px;margin:0}.sr-aside-definitions dt{color:var(--sr-text);font-size:.71rem;font-weight:800}.sr-aside-definitions dd{margin:2px 0 0;color:var(--sr-text-muted);font-size:.75rem;line-height:1.5}.sr-aside-card--principle{border-color:#cbd9f7;background:linear-gradient(135deg,#edf3ffd9,#fff6)}.sr-aside-card--principle .sr-aside-copy{color:#234b9f;font-weight:650}.sr-aside-card--boundary{border-color:#e3d9c2;background:linear-gradient(135deg,#fff6e7bf,#fff6)}.sr-aside-card--boundary .sr-aside-eyebrow{color:var(--sr-warning)}.sr-stage-model{display:grid;gap:1px;margin:14px 16px 2px;border:1px solid #c3d3f0;border-radius:var(--sr-radius-sm);background:#d4e0f5;overflow:hidden}.sr-stage-model-row{display:grid;grid-template-columns:1fr 1.3fr 1.5fr;gap:14px;padding:8px 13px;background:linear-gradient(180deg,#f5f8ff,#fbfcff)}.sr-stage-model-row--head{background:linear-gradient(180deg,#e7eefc,#eef3fd)}.sr-stage-model-row--head span{color:var(--sr-primary-strong);font-size:.62rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.sr-stage-model-row strong{color:var(--sr-text);font-size:.71rem;font-weight:800}.sr-stage-model-row span{color:var(--sr-text-soft);font-size:.7rem;line-height:1.45}@media (max-width:1279px){.sr-hero{grid-template-columns:1fr}.sr-pipeline{border-top:1px solid var(--sr-border);border-left:0}}@media (max-width:1023px){.sr-results-grid,.sr-failure-layout,.sr-decision-grid,.sr-aside-row,.sr-failure-summary-stack{grid-template-columns:1fr}.sr-eval-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sr-contract-cells{grid-template-columns:repeat(3,minmax(0,1fr))}.sr-contract-strip-header{flex-direction:column;gap:4px}}@media (max-width:860px){.search-relevance-page{padding:18px}.sr-page-header{flex-direction:column}.sr-section-nav{gap:21px}.sr-hero-summary,.sr-pipeline{padding:19px}}@media (max-width:767px){.sr-table,.sr-table thead,.sr-table tbody,.sr-table tfoot,.sr-table tr,.sr-table th,.sr-table td{display:block}.sr-table thead tr{display:none}.sr-table tbody tr{margin-bottom:12px;padding:10px 12px;border:1px solid var(--sr-border);border-radius:10px;background:var(--sr-surface)}.sr-table td{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:5px 0;border-bottom:1px solid var(--sr-border);font-size:.73rem}.sr-table td:last-child{border-bottom:0}.sr-table td:before{content:attr(data-label);flex:0 0 auto;max-width:52%;color:var(--sr-text-muted);font-size:.66rem;font-weight:750;line-height:1.4;text-transform:none}.sr-table td:first-child{display:block;padding:0 0 8px;border-bottom:1px solid var(--sr-border);margin-bottom:4px}.sr-table td:first-child:before{display:none}.sr-table-wrap{overflow-x:visible}.sr-table--benchmark td:nth-child(4){flex-wrap:wrap}}@media (max-width:620px){.search-relevance-page{padding:14px}.sr-page-title{font-size:1.65rem}.sr-hero-title{font-size:1.84rem}.sr-metric-grid,.sr-contract-cells{grid-template-columns:1fr}.sr-stage-model-row{grid-template-columns:1fr;gap:3px}.sr-stage-model-row--head{display:none}.sr-pipeline-branch-grid{grid-template-columns:1fr}.sr-pipeline-node{width:100%}.sr-bar-row{grid-template-columns:112px minmax(0,1fr) 42px;gap:8px}.sr-bar-label,.sr-bar-row strong{font-size:.64rem}.sr-evidence-footer{flex-direction:column;gap:9px}.sr-eval-grid{grid-template-columns:1fr}.sr-selectivity-row{grid-template-columns:1fr;gap:8px}.sr-selectivity-latency{justify-self:start}}@media (prefers-reduced-motion:reduce){.search-relevance-page *,.search-relevance-page *:before,.search-relevance-page *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}:root{--font-ui: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading: "Plus Jakarta Sans", "Inter", ui-sans-serif, system-ui, sans-serif;--surface-page: #f7f9fc;--surface-main: #ffffff;--surface-card: #ffffff;--surface-blue-soft: #f2f7ff;--surface-green-soft: #f1fbf5;--sidebar-bg: #03112c;--sidebar-text: #ffffff;--sidebar-muted: #b9c8e8;--text-strong: #071431;--text-default: #162548;--text-muted: #61708e;--border-default: #dce5f1;--divider: #e5ebf4;--brand-blue: #0759f5;--brand-blue-hover: #064bd2;--success: #099447;--success-dark: #08773a;--danger: #ff252f;--warning: #ff7b16;--purple: #6e2de5;--shadow-card: 0 1px 2px rgba(8, 24, 58, .05)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{background:var(--surface-page);color:var(--text-strong);font-family:var(--font-ui)}button,a{font:inherit}a{text-decoration:none}.skip-link{position:fixed;left:0;top:-100%;z-index:9999;padding:12px 20px;background:#071537;color:#fff;font-size:14px;font-weight:700;border-radius:0 0 6px}.skip-link:focus{top:0;outline:3px solid #00a7ff;outline-offset:2px}.app-shell{display:grid;grid-template-columns:210px minmax(0,1fr);min-height:100vh;background:var(--surface-page)}.main-shell{min-width:0;background:var(--surface-main)}.main-content{padding:14px 16px 0}.sidebar{position:sticky;top:0;align-self:start;display:flex;flex-direction:column;min-height:100vh;padding:14px 12px 12px;background:linear-gradient(180deg,#04132f,#071230);color:var(--sidebar-text)}.sidebar-brand{display:flex;align-items:center;gap:9px;margin-bottom:22px;color:inherit;text-decoration:none}.sidebar-brand:hover .sidebar-brand__title{text-decoration:underline;text-underline-offset:3px}.brand-mark{width:70px;height:35px;flex-shrink:0;color:#fff}.sidebar-brand__title{font-size:17px;font-weight:700;line-height:1}.sidebar-brand__subtitle{margin-top:5px;color:var(--sidebar-muted);font-size:11px;font-weight:500}.sidebar-nav{display:grid;gap:7px}.sidebar-nav__item{display:grid;grid-template-columns:22px 1fr;gap:8px;align-items:center;min-height:51px;padding:8px 10px;border:1px solid transparent;border-radius:7px;background:transparent;color:#fff;text-align:left;text-decoration:none;cursor:pointer}.sidebar-nav__item:hover{background:#3664c21f}.sidebar-nav__item--active{border-color:#4484ff61;background:linear-gradient(180deg,#073ca9,#073293)}.sidebar-nav__label,.sidebar-nav__sublabel{display:block}.sidebar-nav__label{font-size:13px;font-weight:700}.sidebar-nav__sublabel{margin-top:3px;color:var(--sidebar-muted);font-size:11px;font-weight:500}.sidebar-divider{height:1px;margin:16px 0 14px;background:#96afde24}.profile-card{margin-top:18px;padding:13px 11px 12px;border:1px solid rgba(117,149,211,.14);border-radius:8px;background:#07193dd1}.profile-card__header{display:flex;gap:9px;align-items:center}.profile-avatar{flex-shrink:0;width:48px;height:48px;border:2px solid rgba(255,255,255,.72);border-radius:50%;object-fit:cover}.profile-card__name{font-size:12px;font-weight:700}.profile-card__role{margin-top:4px;color:var(--sidebar-muted);font-size:11px}.profile-card__body{margin:14px 0 0;color:#c6d4ee;font-size:12px;line-height:1.55}.profile-card__link{display:inline-flex;align-items:center;gap:6px;margin-top:17px;color:#edf4ff;font-size:11px}.sidebar-updated{margin-top:14px;padding:10px;border:1px solid rgba(117,149,211,.14);border-radius:7px;background:#0e234bb8;color:var(--sidebar-muted);font-size:11px;line-height:1.55}.topbar{display:flex;align-items:center;justify-content:space-between;min-height:55px;padding:0 17px 0 22px;border-bottom:1px solid var(--border-default);background:#fff}.topbar__status{display:flex;gap:9px;align-items:center;color:var(--success)}.topbar__status-title{color:var(--success-dark);font-size:9px;font-weight:800}.topbar__status-subtitle{margin-top:3px;color:var(--text-muted);font-size:7.5px}.topbar__right,.view-toggle{display:flex;align-items:center;gap:12px}.view-toggle{gap:4px}.view-toggle__button{min-width:105px;min-height:44px;padding:9px 14px;border:1px solid var(--border-default);border-radius:6px;background:#fff;color:var(--text-default);font-size:12px;font-weight:700;cursor:pointer}.view-toggle__button--active{border-color:#071537;background:#071537;color:#fff}.tone-icon{display:grid;place-items:center;flex:0 0 auto}.tone-icon--green,.state-green{background:#eaf8ef;color:#099447}.tone-icon--blue,.state-blue{background:#edf4ff;color:#0759f5}.tone-icon--purple,.state-purple{background:#f3ecff;color:#6e2de5}.tone-icon--orange,.state-orange{background:#fff2e8;color:#ff6d00}.tone-icon--red,.state-red{background:#fff0f1;color:#ff252f}.tone-icon--neutral{background:#f0f2f6;color:#63718d}.card{border:1px solid var(--border-default);border-radius:8px;background:#fff;box-shadow:var(--shadow-card)}.card__header{display:flex;align-items:center;justify-content:space-between;padding:13px 15px 0}.card__body{padding:12px 15px 14px}.card-title{margin:0;color:#111d3d;font-size:12px;font-weight:700}.card-title small{color:#63718d;font-size:7px;font-weight:600}.card-link{display:inline-flex;align-items:center;gap:2px;min-height:44px;padding:0 4px;margin:0 -4px;color:var(--brand-blue);font-size:12px;font-weight:700}.rollback-strip{display:grid;grid-template-columns:minmax(0,1.9fr) repeat(4,minmax(95px,.55fr));min-height:62px;margin:0 0 14px;border:1px solid #cee9d8;border-radius:8px;background:linear-gradient(90deg,#f1fbf5,#f7fcf9)}.rollback-strip__primary{display:flex;gap:11px;align-items:center;padding:10px 13px}.rollback-strip__icon{width:39px;height:39px;border-radius:50%;background:#d9f3e2}.rollback-strip__title{color:#08773a;font-size:13px;font-weight:700}.rollback-strip__details{margin-top:6px;color:#3c6d53;font-size:7.5px}.rollback-strip__metric{display:flex;flex-direction:column;justify-content:center;padding:10px 13px;border-left:1px solid #d7eadf}.rollback-strip__metric-value{color:#08773a;font-size:15px;font-weight:800}.rollback-strip__metric-label{margin-top:6px;color:#4e6a5a;font-size:7px;font-weight:600}.rollback-strip__live-badge{display:inline-flex;align-items:center;gap:4px;margin-left:10px;padding:2px 7px;border-radius:4px;background:#0994471f;color:#099447;font-size:9px;font-weight:800;letter-spacing:.04em;vertical-align:middle;animation:live-pulse 1.4s ease-in-out infinite}@keyframes live-pulse{0%,to{opacity:1}50%{opacity:.45}}@media (prefers-reduced-motion: reduce){.rollback-strip__live-badge{animation:none}}.timeline-card{min-height:437px}.timeline{position:relative;display:grid;gap:3px;padding:10px 15px 14px;list-style:none;margin:0}.timeline:before{position:absolute;top:24px;bottom:24px;left:27px;width:1px;background:#dce5f1;content:""}.timeline-row{position:relative;display:grid;grid-template-columns:22px 30px 20px minmax(0,1fr) auto minmax(110px,.45fr);gap:8px;align-items:center;min-height:37px}.timeline-row__dot{position:relative;z-index:1;width:10px;height:10px;margin-left:7px;border:2px solid #fff;border-radius:50%}.timeline-row__dot--green{background:#099447}.timeline-row__dot--blue{background:#0759f5}.timeline-row__dot--orange{background:#ff6d00}.timeline-row__dot--purple{background:#6e2de5}.timeline-row__dot--red{background:#ff252f}.timeline-row__icon{width:30px;height:30px;border-radius:50%}.timeline-row__index{color:#122449;font-size:10px;font-weight:700}.timeline-row__label{color:#0e1d3e;font-size:10px;font-weight:700}.timeline-row__meta{color:#395078;font-size:8px;font-weight:600}.timeline-row__badge{padding:5px 8px;border-radius:5px;font-size:7px;font-weight:800;line-height:1}.replay-button{display:inline-flex;align-items:center;gap:6px;min-height:44px;padding:8px 13px;border:0;border-radius:5px;background:var(--brand-blue);color:#fff;font-size:12px;font-weight:800;text-transform:uppercase;cursor:pointer}.replay-button:hover{background:var(--brand-blue-hover)}.replay-button:disabled{opacity:.55;cursor:not-allowed}.timeline-row--pending{opacity:0;pointer-events:none}.timeline-row--completed{opacity:.45}.timeline-row--active{--dot-glow: rgba(7,89,245,.3);border-radius:6px;background:#f0f5ff;outline:1px solid #c5d7ff}@keyframes row-enter{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}.timeline-row--active{animation:row-enter .22s ease-out both}@keyframes dot-pulse{0%,to{box-shadow:0 0 0 0 var(--dot-glow)}55%{box-shadow:0 0 0 5px transparent}}.timeline-row--active .timeline-row__dot{animation:dot-pulse 1.5s ease-in-out .22s infinite}.timeline-row--active-tone-warning{--dot-glow: rgba(255,37,47,.3);background:#fff5f5;outline-color:#ffc5c5}.timeline-row--active-tone-recovery{--dot-glow: rgba(7,89,245,.22);background:#f0f8ff;outline-color:#a8d4f5}.timeline-row--active-tone-success{--dot-glow: rgba(9,148,71,.3);background:#f0fff6;outline-color:#9fe6bc}.timeline--complete .timeline-row--completed{opacity:.5;transition:opacity .55s ease}.timeline--complete:before{background:#099447;transition:background .7s ease}.timeline-header-actions{display:inline-flex;align-items:center;gap:8px}.timeline-done-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:4px;background:#e6f9ef;color:#099447;font-size:8px;font-weight:800}@media (prefers-reduced-motion: reduce){.timeline-row--active,.timeline-row--active .timeline-row__dot{animation:none}.timeline--complete .timeline-row--completed{transition:none}.timeline--complete:before{transition:none}}.mutation-summary{display:grid;grid-template-columns:minmax(0,1fr) 174px;gap:12px;align-items:center}.mutation-summary__rows{display:grid;gap:7px}.mutation-summary__row{display:grid;grid-template-columns:8px minmax(0,1fr) auto;gap:7px;align-items:center;color:#253a61;font-size:8px;font-weight:600}.mutation-summary__swatch{width:6px;height:16px;border-radius:3px}.mutation-donut{display:grid;grid-template-columns:68px 1fr;gap:9px;align-items:center}.mutation-donut__chart{position:relative;width:68px;height:68px;border-radius:50%;background:conic-gradient(#0759f5,#0759f5 180deg,#ff252f 180deg,#ff252f 360deg)}.mutation-donut__chart:after{position:absolute;top:11px;right:11px;bottom:11px;left:11px;border-radius:50%;background:#fff;content:""}.mutation-donut__legend{display:grid;gap:7px;color:#4a5e80;font-size:6.5px;font-weight:600}.mutation-donut__legend span{display:flex;gap:4px;align-items:center}.mutation-donut__legend b{margin-left:auto;color:#21375e}.dot{display:inline-block;width:7px;height:7px;border-radius:50%}.dot--blue{background:#0759f5}.dot--green{background:#099447}.dot--red{background:#ff252f}.compact-card{min-height:150px}.benchmark-layout{display:grid;grid-template-columns:minmax(0,1fr) 124px;gap:9px;padding:7px 10px 10px}.benchmark-layout--stacked{display:flex;flex-direction:column;gap:8px}.benchmark-layout--stacked .benchmark-winner{width:100%}.benchmark-table-scroll{min-width:0;overflow-x:auto}.benchmark-table{width:100%;border-collapse:collapse;table-layout:fixed}.benchmark-table th,.benchmark-table td{padding:3px;border-bottom:1px solid #edf1f7;font-size:6.6px;text-align:left}.benchmark-table th{color:#596a89;font-weight:700}.benchmark-table td{color:#21375e;font-weight:700}.benchmark-table__metric{color:#088a42!important}.benchmark-table__mrr{color:#0759f5!important}.benchmark-table__winner{background:#f0f8ff;box-shadow:inset 3px 0 #f4b000}.winner-variant{display:flex;gap:2px;align-items:center}.winner-variant span{color:#f4b000}.table-status{display:inline-flex;padding:3px 5px;border-radius:999px;font-size:5.8px;font-weight:700}.table-status--baseline{background:#eef1f5;color:#5f6d83}.table-status--experimental{background:#fff0dc;color:#e36c00}.benchmark-winner{display:flex;flex-direction:column;justify-content:center;padding:8px 8px 7px;border:1px solid #9ad2aa;border-radius:6px;background:linear-gradient(180deg,#f4fcf6,#ecf9ef)}.benchmark-winner__eyebrow{display:flex;gap:4px;align-items:center;color:#078241;font-size:6.2px;font-weight:800;line-height:1.2}.benchmark-winner__variant{margin-top:8px;color:#173052;font-size:10px;font-weight:800;line-height:1.2}.benchmark-winner__metric{display:block;margin-top:8px;color:#078241;font-size:17px;font-weight:800;line-height:1}.benchmark-winner__metric-label{display:block;margin-top:2px;color:#4d6f5d;font-size:5.5px;font-weight:700}.latency-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;padding:8px 11px 11px}.latency-column__title{margin-bottom:8px;color:#243961;font-size:8px;font-weight:800}.latency-row{display:grid;grid-template-columns:1fr auto;gap:5px;padding:4px 0;color:#576b90;font-size:7px;font-weight:600}.latency-row--highlight{color:#0759f5;font-weight:800}.claim-list{display:grid;gap:8px;padding:8px 11px 11px}.claim-item{display:grid;grid-template-columns:24px minmax(0,1fr) auto;gap:7px;align-items:center}.claim-item__icon{width:24px;height:24px;border-radius:6px}.claim-item__title{color:#253a61;font-size:8px;font-weight:700}.claim-item__copy{margin-top:3px;color:#73809a;font-size:6.5px;line-height:1.3}.claim-item__badge{padding:4px 6px;border-radius:4px;font-size:6.5px;font-weight:700}.claim-item__badge--green{background:#eaf8ef;color:#099447}.claim-item__badge--orange{background:#fff2e8;color:#ff6d00}.claim-item__badge--neutral{background:#f0f2f6;color:#63718d}.accordion-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:11px}.accordion-item{display:grid;grid-template-columns:28px minmax(0,1fr) 16px;gap:8px;align-items:center;min-height:53px;padding:7px 10px;border:1px solid var(--border-default);border-radius:7px;background:#fff;color:#637595;text-align:left;cursor:pointer}.accordion-item__icon{display:grid;place-items:center;width:27px;height:27px;border-radius:6px;background:#f1f6ff;color:#0759f5}.accordion-item__copy,.accordion-item__title,.accordion-item__subtitle{display:block}.accordion-item__title{color:#1e3359;font-size:9px;font-weight:700}.accordion-item__subtitle{margin-top:3px;color:#637595;font-size:6.7px;line-height:1.35}.weight-delta-note{color:#536888;font-weight:600}.footer-bar{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;min-height:48px;margin-top:12px;padding:0 18px;border-top:1px solid var(--border-default);background:#fff;color:#566989;font-size:9px}.reproduce-button{display:inline-flex;align-items:center;gap:7px;min-height:44px;padding:10px 14px;border:0;border-radius:6px;background:#061433;color:#fff;font-size:12px;font-weight:700;cursor:pointer}.section-panel{padding:14px 0 0}.section-panel__header{padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--border-default)}.section-panel__title{margin:0;color:#071431;font-family:var(--font-heading);font-size:20px;font-weight:800;letter-spacing:-.5px}.section-panel__desc{max-width:640px;margin:8px 0 0;color:var(--text-muted);font-size:10px;line-height:1.55}@media (max-width: 1099px){.app-shell{grid-template-columns:72px minmax(0,1fr)}.sidebar-brand__text,.sidebar-nav__copy,.profile-card,.sidebar-updated,.sidebar-divider{display:none}.sidebar-nav__item{grid-template-columns:1fr;justify-items:center}}@media (max-width: 860px){.rollback-strip{grid-template-columns:1fr 1fr}.rollback-strip__primary{grid-column:1/-1}.accordion-strip{grid-template-columns:1fr 1fr}}@media (max-width: 620px){.app-shell{display:block}.sidebar{display:none}.rollback-strip,.accordion-strip{grid-template-columns:1fr}.footer-bar{grid-template-columns:1fr;gap:5px;padding:10px 14px}}
