.gpt-root{--gpt-c2: #0e9f6e;--gpt-warn: #e11d48;margin:0;font-family:var(--font-sans)}:root[data-theme=dark] .gpt-root{--gpt-c2: #34d399;--gpt-warn: #fb7185}.gpt-figure,.gpt-root .nt-stage{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:1.3rem;box-shadow:var(--shadow-sm);margin:1.6rem 0}.gpt-root .mono{font-family:var(--font-mono)}.gpt-root .figure__cap{font-family:var(--font-mono);font-size:.78rem;line-height:1.6;color:var(--text-faint);margin:1rem 0 0}.gpt-root .figure__cap b{color:var(--accent);font-weight:500}.gpt-root .controls{display:flex;flex-wrap:wrap;gap:1rem 1.4rem;align-items:center;margin:1rem 0}.gpt-root .control{display:flex;flex-direction:column;gap:.3rem}.gpt-root .control label{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;color:var(--text-faint)}.gpt-root input[type=range]{accent-color:var(--accent);width:210px;max-width:60vw}.gpt-root select,.gpt-root .btn{font-family:var(--font-mono);font-size:.82rem;cursor:pointer;border:1px solid var(--border-strong);background:var(--bg-elevated);color:var(--text);border-radius:var(--radius-sm);padding:.5rem .9rem;transition:all .18s var(--ease)}.gpt-root .btn:hover,.gpt-root select:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.gpt-root .btn--primary{background:var(--accent);color:var(--accent-contrast);border-color:var(--accent)}.gpt-root .btn--primary:hover{background:var(--accent-hover);color:var(--accent-contrast)}.gpt-root input:focus-visible,.gpt-root .btn:focus-visible,.gpt-root select:focus-visible,.gpt-root .dp-handle:focus-visible{outline:2.5px solid var(--accent);outline-offset:2px}.gpt-root .nt-text{font-size:1.2rem;line-height:1.55}.gpt-root .nt-tok{transition:color .2s}.gpt-root .nt-tok.is-last{color:var(--accent);background:var(--accent-soft);border-radius:5px;padding:0 .15em}.gpt-root .nt-cursor{color:var(--accent);animation:gpt-blink 1.1s steps(2) infinite}@keyframes gpt-blink{50%{opacity:0}}.gpt-root .nt-pop{animation:gpt-pop .4s var(--ease);display:inline-block}@keyframes gpt-pop{0%{transform:translateY(-6px) scale(.9);opacity:0}}.gpt-root .nt-arrow{color:var(--text-faint);font-size:.78rem;margin:1rem 0 .8rem}.gpt-root .nt-bars{display:grid;gap:.45rem}.gpt-root .nt-bar{display:grid;grid-template-columns:5.5rem 1fr 3rem;align-items:center;gap:.7rem;background:none;border:none;padding:.15rem .2rem;cursor:pointer;border-radius:6px;text-align:left}.gpt-root .nt-bar:hover{background:var(--bg-subtle)}.gpt-root .nt-bar:hover .nt-bar-fill{filter:brightness(1.08)}.gpt-root .nt-bar-label{color:var(--text);font-size:.9rem;text-align:right}.gpt-root .nt-bar-track{height:22px;background:var(--bg-subtle);border-radius:5px;overflow:hidden;border:1px solid var(--border)}.gpt-root .nt-bar-fill{display:block;height:100%;border-radius:5px 0 0 5px;background:linear-gradient(90deg,var(--gpt-c2),var(--accent));transition:width .5s var(--ease)}.gpt-root .nt-bar-pct{color:var(--text-muted);font-size:.8rem}.gpt-root .viz-svg{width:100%;height:auto;display:block;font-family:var(--font-mono)}.gpt-root .dp-grid{display:grid;grid-template-columns:minmax(0,380px) 1fr;gap:1.5rem;align-items:center}.gpt-root .dp-svg{touch-action:none;background:var(--bg-subtle);border-radius:var(--radius-sm);border:1px solid var(--border)}.gpt-root .dp-gl{stroke:var(--border);stroke-width:1}.gpt-root .dp-ax{stroke:var(--text-faint);stroke-width:1.5}.gpt-root .dp-line-a{stroke:var(--gpt-c2);stroke-width:3;marker-end:url(#ah-a)}.gpt-root .dp-line-b{stroke:var(--accent);stroke-width:3;marker-end:url(#ah-b)}.gpt-root .dp-handle{cursor:grab;fill:transparent;stroke-width:2}.gpt-root .dp-handle:active{cursor:grabbing}.gpt-root .dp-a{stroke:var(--gpt-c2)}.gpt-root .dp-b{stroke:var(--accent)}.gpt-root .dp-handle:hover{fill:color-mix(in srgb,var(--text) 8%,transparent)}.gpt-root .dp-lbl{font-family:var(--font-mono);font-size:15px;font-style:italic}.gpt-root .dp-lbl-a{fill:var(--gpt-c2)}.gpt-root .dp-lbl-b{fill:var(--accent)}.gpt-root .dp-verdict{font-family:var(--font-mono);font-size:.82rem;padding:.5rem .7rem;border-radius:var(--radius-sm);margin-bottom:.9rem;border:1px solid var(--border)}.gpt-root .dp-verdict.pos{color:var(--gpt-c2);border-color:var(--gpt-c2);background:color-mix(in srgb,var(--gpt-c2) 10%,transparent)}.gpt-root .dp-verdict.neg{color:var(--gpt-warn);border-color:var(--gpt-warn);background:color-mix(in srgb,var(--gpt-warn) 10%,transparent)}.gpt-root .dp-verdict.zero{color:var(--text-muted)}.gpt-root .dp-table{width:100%;border-collapse:collapse;font-size:.9rem}.gpt-root .dp-table td{border:none;border-bottom:1px solid var(--border);padding:.28rem .2rem}.gpt-root .dp-table td:first-child{color:var(--text-faint)}.gpt-root .dp-table td:last-child{text-align:right;color:var(--text)}.gpt-root .dp-table .dp-hl td{color:var(--accent);font-weight:600;border:none;border-bottom:2px solid var(--border-strong)}.gpt-root .dp-hint{font-family:var(--font-mono);font-size:.72rem;color:var(--text-faint);margin:.8rem 0 0}.gpt-root .sm-rows{display:grid;gap:.5rem;margin:1rem 0}.gpt-root .sm-row{display:grid;grid-template-columns:3rem 150px 2.5rem 1fr 3.5rem;align-items:center;gap:.7rem}.gpt-root .sm-lab{color:var(--text)}.gpt-root .sm-logit{accent-color:var(--text-faint)}.gpt-root .sm-logit-v{color:var(--text-faint);font-size:.8rem;text-align:right}.gpt-root .sm-bar-track{height:20px;background:var(--bg-subtle);border-radius:5px;overflow:hidden;border:1px solid var(--border)}.gpt-root .sm-bar-fill{display:block;height:100%;background:linear-gradient(90deg,var(--gpt-c2),var(--accent));transition:width .3s var(--ease);border-radius:5px 0 0 5px}.gpt-root .sm-prob{color:var(--text-muted);font-size:.82rem;text-align:right}@media(max-width:620px){.gpt-root .dp-grid{grid-template-columns:1fr}.gpt-root .sm-row{grid-template-columns:2.6rem 1fr 2.4rem}.gpt-root .sm-row .sm-bar-track,.gpt-root .sm-row .sm-prob{grid-column:1 / -1}.gpt-root .nt-bar{grid-template-columns:4.5rem 1fr 2.6rem}}.gpt-root .sa-toks{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.gpt-root .sa-tok{font-family:var(--font-mono);font-size:.9rem;cursor:pointer;border:1px solid var(--border-strong);background:var(--bg-elevated);color:var(--text);border-radius:var(--radius-sm);padding:.35rem .8rem;transition:all .16s var(--ease)}.gpt-root .sa-tok:hover{border-color:var(--accent);color:var(--accent)}.gpt-root .sa-tok[aria-selected=true]{background:var(--accent);color:var(--accent-contrast);border-color:var(--accent)}.gpt-root .sa-lead{font-size:.8rem;color:var(--text-muted);margin:.4rem 0 .8rem}.gpt-root .sa-lead b{color:var(--accent);font-weight:600}.gpt-root .sa-rows{display:grid;gap:.4rem}.gpt-root .sa-row{display:grid;grid-template-columns:4rem 8.5rem 3.2rem 1fr 3rem;align-items:center;gap:.6rem;padding:.25rem .4rem;border-radius:6px}.gpt-root .sa-row.is-self{background:var(--accent-soft)}.gpt-root .sa-row-lab{color:var(--text);font-size:.9rem}.gpt-root .sa-row-k,.gpt-root .sa-row-s{color:var(--text-faint);font-size:.78rem}.gpt-root .sa-bar-track{height:18px;background:var(--bg-subtle);border-radius:5px;overflow:hidden;border:1px solid var(--border)}.gpt-root .sa-bar-fill{display:block;height:100%;border-radius:5px 0 0 5px;background:linear-gradient(90deg,var(--gpt-c2),var(--accent));transition:width .4s var(--ease)}.gpt-root .sa-row-w{color:var(--text-muted);font-size:.8rem;text-align:right}.gpt-root .sa-out{margin-top:.9rem;padding:.6rem .8rem;border-radius:var(--radius-sm);background:var(--bg-subtle);border:1px solid var(--border);font-size:.82rem;color:var(--text-muted)}.gpt-root .sa-out b{color:var(--accent);font-weight:600}.gpt-root .heat-wrap{overflow-x:auto}.gpt-root .heat{border-collapse:separate;border-spacing:3px;margin:.5rem auto}.gpt-root .heat th{border:none;background:none;padding:.2rem .4rem}.gpt-root .heat-col,.gpt-root .heat-row{font-size:.82rem;color:var(--text-muted);font-weight:500}.gpt-root .heat-row{text-align:right;white-space:nowrap}.gpt-root .heat-cell{width:60px;height:42px;text-align:center;border-radius:var(--radius-sm);border:1px solid var(--border);font-family:var(--font-mono);font-size:.72rem;color:var(--text);transition:transform .15s var(--ease);vertical-align:middle}.gpt-root .heat-cell span{mix-blend-mode:normal}.gpt-root tbody tr.dim{opacity:.28;transition:opacity .2s var(--ease)}.gpt-root tbody tr:not(.dim) .heat-cell{transform:scale(1)}.gpt-root .heat-axis{text-align:center;font-size:.72rem;color:var(--text-faint);margin:.6rem 0 0}.gpt-root .heat-axis-r{color:var(--gpt-c2)}.gpt-root .heat-axis-c{color:var(--accent)}.gpt-root .pe-grid{display:grid;gap:2px;margin:.6rem 0}.gpt-root .pe-rowline{display:grid;grid-template-columns:repeat(var(--pe-cols),1fr);gap:2px}.gpt-root .pe-cell{height:12px;border-radius:2px}.gpt-root .pe-legend{display:flex;align-items:center;gap:.35rem;font-size:.74rem;color:var(--text-faint)}.gpt-root .pe-sw{display:inline-block;width:16px;height:12px;border-radius:2px;border:1px solid var(--border)}.gpt-root .pe-sw:not(:first-child){margin-left:.6rem}.gpt-root .pe-sw0{background:var(--bg-subtle)}.gpt-root .tk-count{color:var(--text-faint);font-size:.78rem;align-self:center}.gpt-root .tk-words{display:grid;gap:.5rem;margin:.4rem 0 1rem}.gpt-root .tk-word{display:flex;align-items:center;gap:.8rem}.gpt-root .tk-freq{color:var(--text-faint);font-size:.76rem;width:2.4rem;flex:none}.gpt-root .tk-syms{display:flex;flex-wrap:wrap;gap:4px}.gpt-root .tk-sym{font-family:var(--font-mono);font-size:.85rem;padding:.15rem .45rem;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--bg-subtle);color:var(--text);transition:all .25s var(--ease)}.gpt-root .tk-sym.just{background:var(--accent);color:var(--accent-contrast);border-color:var(--accent);transform:translateY(-2px)}.gpt-root .tk-merges{border-top:1px solid var(--border);padding-top:.8rem}.gpt-root .tk-merges-h{font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;color:var(--text-faint);margin-bottom:.4rem}.gpt-root .tk-merges-list{margin:0;padding-left:1.4rem;display:grid;gap:.2rem}.gpt-root .tk-merges-list li{font-size:.82rem;color:var(--text-muted)}.gpt-root .tk-rule b{color:var(--accent)}.gpt-root .tk-rn{color:var(--text-faint);font-size:.74rem}.gpt-root .tk-empty{list-style:none;margin-left:-1.4rem;color:var(--text-faint)}.gpt-root .cm-toggle{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.85rem;color:var(--text)}.gpt-root .cm-check{accent-color:var(--accent);width:1rem;height:1rem}.gpt-root .cm-state{color:var(--accent)}.gpt-root .cm-grid{display:inline-grid;gap:3px;margin:.6rem 0;overflow-x:auto}.gpt-root .cm-row{display:flex;gap:3px}.gpt-root .cm-cell{width:44px;height:34px;display:flex;align-items:center;justify-content:center;font-size:.8rem}.gpt-root .cm-h{color:var(--text-muted);font-size:.74rem}.gpt-root .cm-corner{width:44px}.gpt-root .cm-box{border-radius:var(--radius-sm);border:1px solid var(--border);font-family:var(--font-mono)}.gpt-root .cm-box.open{background:color-mix(in srgb,var(--accent) 26%,transparent);color:var(--accent)}.gpt-root .cm-box.blocked{background:repeating-linear-gradient(45deg,transparent,transparent 4px,var(--border) 4px,var(--border) 5px);color:var(--text-faint)}.gpt-root .pl-flow{display:flex;flex-direction:column;align-items:center;gap:.15rem}.gpt-root .pl-stage{width:100%;max-width:360px;text-align:center;cursor:pointer;border:1px solid var(--border-strong);background:var(--bg-elevated);color:var(--text);border-radius:var(--radius-sm);padding:.6rem .9rem;transition:all .16s var(--ease);display:flex;flex-direction:column;gap:.15rem}.gpt-root .pl-stage:hover{border-color:var(--accent)}.gpt-root .pl-stage.active{border-color:var(--accent);background:var(--accent-soft);box-shadow:var(--shadow-sm)}.gpt-root .pl-stage.is-block{border-style:dashed;border-width:2px}.gpt-root .pl-stage-t{font-weight:600;font-size:.9rem}.gpt-root .pl-stage-sub{font-size:.68rem;color:var(--text-faint)}.gpt-root .pl-arrow{color:var(--text-faint);font-size:.9rem;line-height:1}.gpt-root .pl-detail{margin-top:1rem;padding:.9rem 1.1rem;border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius-sm);background:var(--bg-subtle)}.gpt-root .pl-detail-t{font-weight:600;color:var(--accent);margin-bottom:.3rem}.gpt-root .pl-detail p{margin:0;font-size:.9rem;color:var(--text-muted);line-height:1.6}.gpt-root .sp-context{font-size:1rem;color:var(--text);margin:0 0 .4rem}.gpt-root .sp-rows{display:grid;gap:.4rem;margin-top:.6rem}.gpt-root .sp-row{display:grid;grid-template-columns:5rem 1fr 3.4rem;align-items:center;gap:.7rem;transition:opacity .2s var(--ease)}.gpt-root .sp-row.cut{opacity:.32}.gpt-root .sp-row.cut .sp-lab{text-decoration:line-through}.gpt-root .sp-lab{color:var(--text);font-size:.9rem}.gpt-root .sp-bar-track{height:20px;background:var(--bg-subtle);border-radius:5px;overflow:hidden;border:1px solid var(--border)}.gpt-root .sp-bar-fill{display:block;height:100%;border-radius:5px 0 0 5px;background:linear-gradient(90deg,var(--gpt-c2),var(--accent));transition:width .35s var(--ease)}.gpt-root .sp-prob{color:var(--text-muted);font-size:.8rem;text-align:right}.gpt-root .tr-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin:.6rem 0;align-items:start}.gpt-root .tr-caption{font-size:.74rem;color:var(--text-faint);margin-bottom:.5rem}.gpt-root .tr-caption b{color:var(--accent)}.gpt-root .tr-bars{display:grid;gap:.35rem}.gpt-root .tr-bar{display:grid;grid-template-columns:2.6rem 1fr 2.4rem;align-items:center;gap:.5rem}.gpt-root .tr-bar-lab{font-size:.82rem;color:var(--text-muted)}.gpt-root .tr-bar.target .tr-bar-lab{color:var(--accent);font-weight:700}.gpt-root .tr-bar-track{height:16px;background:var(--bg-subtle);border-radius:4px;overflow:hidden;border:1px solid var(--border)}.gpt-root .tr-bar-fill{display:block;height:100%;background:var(--text-faint);transition:width .3s var(--ease)}.gpt-root .tr-bar.target .tr-bar-fill{background:linear-gradient(90deg,var(--gpt-c2),var(--accent))}.gpt-root .tr-bar-p{font-size:.76rem;color:var(--text-muted);text-align:right}.gpt-root .tr-curve{width:100%;height:auto;background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-sm)}.gpt-root .tr-curve-line{fill:none;stroke:var(--accent);stroke-width:2}.gpt-root .tr-curve-dot{fill:var(--accent)}.gpt-root .tr-loss{margin-top:.5rem;font-size:.82rem;color:var(--text-muted)}.gpt-root .tr-loss b{color:var(--accent)}.gpt-root .bc-toggle{display:inline-flex;border:1px solid var(--border-strong);border-radius:var(--radius-sm);overflow:hidden}.gpt-root .bc-mode{font-family:var(--font-mono);font-size:.8rem;cursor:pointer;border:none;background:var(--bg-elevated);color:var(--text-muted);padding:.5rem .9rem;transition:all .16s var(--ease)}.gpt-root .bc-mode+.bc-mode{border-left:1px solid var(--border-strong)}.gpt-root .bc-mode:hover{color:var(--accent)}.gpt-root .bc-mode.is-on{background:var(--accent);color:var(--accent-contrast)}.gpt-root .bc-io{margin:.6rem 0 0}.gpt-root .bc-prompt-echo{font-size:.85rem;color:var(--text-muted);padding:.5rem .7rem;background:var(--bg-subtle);border-radius:var(--radius-sm) var(--radius-sm) 0 0;border:1px solid var(--border)}.gpt-root .bc-out{white-space:pre-wrap;font-size:.92rem;line-height:1.6;padding:.8rem .9rem;border:1px solid var(--border);border-top:none;border-radius:0 0 var(--radius-sm) var(--radius-sm);border-left:3px solid var(--border-strong);color:var(--text);transition:border-color .2s var(--ease)}.gpt-root .bc-out.chat{border-left-color:var(--accent)}.gpt-root .bc-out.base{border-left-color:var(--gpt-warn);color:var(--text-muted);font-style:italic}@media(max-width:620px){.gpt-root .sa-row{grid-template-columns:3.2rem 3rem 1fr 2.6rem}.gpt-root .sa-row-k{display:none}.gpt-root .heat-cell{width:44px;height:36px;font-size:.66rem}.gpt-root .cm-cell{width:34px;height:30px;font-size:.7rem}.gpt-root .cm-corner{width:34px}.gpt-root .tr-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.gpt-root *{animation-duration:.001ms!important;transition-duration:.001ms!important}}.gpt-root .rag-chunk__io{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem;align-items:start}.gpt-root .rag-chunk__inwrap{width:100%}.gpt-root .rag-src{width:100%;box-sizing:border-box;resize:vertical;min-height:240px;font-size:.82rem;line-height:1.55;color:var(--text);background:var(--bg-subtle);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:.8rem .9rem}.gpt-root .rag-src:focus-visible{outline:2.5px solid var(--accent);outline-offset:2px}.gpt-root .rag-chunk__head{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:.8rem;flex-wrap:wrap}.gpt-root .rag-chunk__count{font-family:var(--font-mono);font-size:.78rem;color:var(--accent);font-weight:600}.gpt-root .rag-chunk__list{display:grid;gap:.6rem;max-height:420px;overflow-y:auto}.gpt-root .rag-piece{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-subtle);overflow:hidden}.gpt-root .rag-piece__meta{display:flex;align-items:center;gap:.6rem;padding:.35rem .6rem;background:var(--bg-elevated);border-bottom:1px solid var(--border);font-family:var(--font-mono);font-size:.68rem}.gpt-root .rag-piece__idx{color:var(--accent);font-weight:600}.gpt-root .rag-piece__head{color:var(--text);font-weight:600;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gpt-root .rag-piece__len{color:var(--text-faint)}.gpt-root .rag-piece__text{padding:.55rem .7rem;font-size:.8rem;line-height:1.5;color:var(--text-muted);white-space:pre-wrap}.gpt-root .rag-ret__bar{display:flex;gap:.6rem}.gpt-root .rag-q{flex:1;font-size:.9rem;color:var(--text);background:var(--bg-subtle);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:.55rem .8rem}.gpt-root .rag-q:focus-visible{outline:2.5px solid var(--accent);outline-offset:2px}.gpt-root .rag-ret__presets{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin:.9rem 0 .4rem}.gpt-root .rag-ret__plabel{font-family:var(--font-mono);font-size:.72rem;color:var(--text-faint);text-transform:uppercase;letter-spacing:.05em}.gpt-root .rag-preset{font-size:.76rem;padding:.35rem .7rem}.gpt-root .rag-ret__note{font-size:.84rem;line-height:1.6;margin:.6rem 0}.gpt-root .rag-ret__note.is-warn{border-left:3px solid var(--gpt-warn);background:var(--bg-subtle);padding:.7rem .9rem;border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--text-muted)}.gpt-root .rag-ret__note b{color:var(--gpt-warn);font-weight:600}.gpt-root .rag-ret__note code{font-family:var(--font-mono);font-size:.82em;background:var(--bg-elevated);padding:.05em .35em;border-radius:4px}.gpt-root .rag-ret__results{display:grid;gap:.55rem;margin-top:.8rem}.gpt-root .rag-hit{display:grid;grid-template-columns:1.6rem 1fr;gap:.7rem;align-items:start;padding:.55rem .2rem;border-radius:var(--radius-sm)}.gpt-root .rag-hit.is-top{background:var(--accent-soft)}.gpt-root .rag-hit.is-zero{opacity:.5}.gpt-root .rag-hit__rank{font-family:var(--font-mono);font-size:.8rem;color:var(--text-faint);text-align:center;padding-top:.1rem}.gpt-root .rag-hit.is-top .rag-hit__rank{color:var(--accent);font-weight:700}.gpt-root .rag-hit__meta{display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap}.gpt-root .rag-hit__src{font-family:var(--font-mono);font-size:.78rem;color:var(--text);font-weight:600}.gpt-root .rag-hit__tag{font-family:var(--font-mono);font-size:.62rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-faint);border:1px solid var(--border);border-radius:999px;padding:.05em .5em}.gpt-root .rag-hit__score{margin-left:auto;color:var(--text-muted);font-size:.78rem}.gpt-root .rag-hit__track{height:6px;background:var(--bg-subtle);border-radius:999px;overflow:hidden;margin:.35rem 0;border:1px solid var(--border)}.gpt-root .rag-hit__fill{display:block;height:100%;background:linear-gradient(90deg,var(--gpt-c2),var(--accent));transition:width .4s var(--ease)}.gpt-root .rag-hit__text{font-size:.82rem;line-height:1.55;color:var(--text-muted)}.gpt-root .rag-mark{background:var(--accent-soft);color:var(--accent);border-radius:3px;padding:0 .1em;font-weight:600}@media(max-width:640px){.gpt-root .rag-chunk__io{grid-template-columns:1fr}}.gpt-root .agt__scenarios{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.gpt-root .agt__plabel{font-family:var(--font-mono);font-size:.72rem;color:var(--text-faint);text-transform:uppercase;letter-spacing:.05em}.gpt-root .agt__select{flex:1;min-width:240px;max-width:100%}.gpt-root .agt__note{font-size:.84rem;line-height:1.55;color:var(--text-muted);margin:.8rem 0}.gpt-root .agt__cycle{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin:.6rem 0 1rem}.gpt-root .agt__phase{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.04em;border:1px solid var(--border-strong);border-radius:999px;padding:.2em .75em;color:var(--text-faint);transition:all .2s var(--ease)}.gpt-root .agt__phase.is-active{color:var(--accent-contrast);background:var(--accent);border-color:var(--accent);transform:translateY(-1px)}.gpt-root .agt__arrow{color:var(--text-faint);font-size:.8rem}.gpt-root .agt__loopback{font-family:var(--font-mono);font-size:.66rem;color:var(--text-faint);margin-left:.3rem}.gpt-root .agt__trace{display:grid;gap:.5rem;min-height:60px}.gpt-root .agt-row{display:grid;grid-template-columns:6.5rem 1fr;gap:.7rem;align-items:baseline;padding:.5rem .7rem;border-radius:var(--radius-sm);animation:gpt-pop .35s var(--ease)}.gpt-root .agt-tag{font-family:var(--font-mono);font-size:.66rem;text-transform:uppercase;letter-spacing:.06em;font-weight:700}.gpt-root .agt-body{font-size:.86rem;line-height:1.5;color:var(--text)}.gpt-root .agt-input{color:var(--text-muted)}.gpt-root .agt-body code{font-family:var(--font-mono);font-size:.82em;background:var(--bg-elevated);border:1px solid var(--border);padding:.05em .4em;border-radius:4px;color:var(--accent)}.gpt-root .agt-thought{background:var(--bg-subtle)}.gpt-root .agt-thought .agt-tag{color:var(--text-faint)}.gpt-root .agt-action .agt-tag{color:var(--accent)}.gpt-root .agt-obs{background:var(--bg-subtle);border-left:3px solid var(--gpt-c2)}.gpt-root .agt-obs .agt-tag{color:var(--gpt-c2)}.gpt-root .agt-obs .agt-body{color:var(--text-muted);font-family:var(--font-mono);font-size:.78rem}.gpt-root .agt-final{background:var(--accent-soft);border-left:3px solid var(--accent)}.gpt-root .agt-final .agt-tag{color:var(--accent)}.gpt-root .agt-final .agt-body{font-weight:500}.gpt-root .agt__controls{display:flex;align-items:center;gap:.8rem;margin-top:1rem}.gpt-root .agt__next:disabled{opacity:.55;cursor:default;transform:none}.gpt-root .agt__progress{color:var(--text-faint);font-size:.76rem;margin-left:auto}@media(max-width:640px){.gpt-root .agt-row{grid-template-columns:1fr;gap:.2rem}}.gpt-root .ft-diagram{display:flex;align-items:center;justify-content:center;gap:.8rem;flex-wrap:wrap;margin:1.4rem 0;min-height:120px}.gpt-root .ft-mat{position:relative;border-radius:var(--radius-sm);display:flex;align-items:flex-end;justify-content:center}.gpt-root .ft-mat__lbl{position:absolute;top:-1.3rem;left:50%;transform:translate(-50%);font-family:var(--font-mono);font-size:.68rem;color:var(--text-faint);white-space:nowrap}.gpt-root .ft-mat__dim{font-family:var(--font-mono);font-size:.6rem;color:var(--text-muted);padding:.15rem}.gpt-root .ft-mat--w{width:96px;height:96px;background:repeating-linear-gradient(45deg,var(--bg-subtle),var(--bg-subtle) 6px,var(--border) 6px,var(--border) 7px);border:1px solid var(--border-strong)}.gpt-root .ft-mat--b{height:96px;background:var(--accent-soft);border:1px solid var(--accent)}.gpt-root .ft-mat--a{width:96px;background:linear-gradient(90deg,var(--gpt-c2),var(--accent));opacity:.85;border:1px solid var(--gpt-c2)}.gpt-root .ft-plus,.gpt-root .ft-times{font-family:var(--font-mono);font-size:1.1rem;color:var(--text-faint)}.gpt-root .ft-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-top:1rem}.gpt-root .ft-stat{border:1px solid var(--border);border-radius:var(--radius-sm);padding:.8rem;text-align:center;background:var(--bg-subtle)}.gpt-root .ft-stat--hl{border-color:var(--accent);background:var(--accent-soft)}.gpt-root .ft-stat__k{display:block;font-family:var(--font-mono);font-size:.64rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-faint)}.gpt-root .ft-stat__v{display:block;font-size:1.5rem;font-weight:700;color:var(--text);margin:.2rem 0}.gpt-root .ft-stat--hl .ft-stat__v{color:var(--accent)}.gpt-root .ft-stat__u{display:block;font-size:.68rem;color:var(--text-faint)}.gpt-root .ft-verdict{font-size:.86rem;line-height:1.6;margin:1rem 0 0;color:var(--text-muted)}.gpt-root .ft-verdict b{color:var(--accent);font-weight:600}.gpt-root .ft-q__mem{text-align:center;margin:1.2rem 0 .4rem}.gpt-root .ft-q__memv{font-size:2.2rem;font-weight:700;color:var(--accent);font-family:var(--font-mono)}.gpt-root .ft-q__memu{display:block;font-size:.72rem;color:var(--text-faint);text-transform:uppercase;letter-spacing:.05em}.gpt-root .ft-q__gpus{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;margin:1.2rem 0}.gpt-root .ft-gpu{border:1px solid var(--border);border-radius:var(--radius-sm);padding:.6rem .7rem}.gpt-root .ft-gpu.fits{border-color:var(--gpt-c2)}.gpt-root .ft-gpu.over{border-color:var(--gpt-warn);opacity:.85}.gpt-root .ft-gpu__head{display:flex;justify-content:space-between;font-size:.78rem;font-weight:600;color:var(--text);margin-bottom:.4rem}.gpt-root .ft-gpu__track{height:8px;background:var(--bg-subtle);border-radius:999px;overflow:hidden;border:1px solid var(--border)}.gpt-root .ft-gpu__fill{display:block;height:100%;background:var(--gpt-c2);transition:width .3s var(--ease)}.gpt-root .ft-gpu.over .ft-gpu__fill{background:var(--gpt-warn)}.gpt-root .ft-gpu__verdict{font-family:var(--font-mono);font-size:.68rem;margin-top:.35rem}.gpt-root .ft-gpu.fits .ft-gpu__verdict{color:var(--gpt-c2)}.gpt-root .ft-gpu.over .ft-gpu__verdict{color:var(--gpt-warn)}.gpt-root .ft-q__note{font-size:.84rem;line-height:1.6;color:var(--text-muted);margin:.4rem 0 0}.gpt-root .ft-q__note code{font-family:var(--font-mono);font-size:.82em;background:var(--bg-elevated);border:1px solid var(--border);padding:.05em .4em;border-radius:4px;color:var(--accent)}.gpt-root .ft-q__note b{color:var(--accent);font-weight:600}@media(max-width:640px){.gpt-root .ft-stats,.gpt-root .ft-q__gpus{grid-template-columns:1fr}}.gpt-root .ev-m__q{font-size:.86rem;color:var(--text-muted);margin:0 0 .6rem}.gpt-root .ev-list{list-style:none;margin:.8rem 0;padding:0;display:grid;gap:.4rem}.gpt-root .ev-row{display:grid;grid-template-columns:2.6rem 1fr auto;align-items:center;gap:.7rem;padding:.5rem .7rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-subtle);cursor:pointer;transition:all .15s var(--ease)}.gpt-root .ev-row:hover{border-color:var(--accent)}.gpt-root .ev-row.in-k{background:var(--bg-elevated);box-shadow:inset 3px 0 0 var(--accent)}.gpt-root .ev-row__rank{font-family:var(--font-mono);font-size:.78rem;color:var(--text-faint)}.gpt-root .ev-row__src{font-size:.8rem;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gpt-root .ev-row__badge{font-family:var(--font-mono);font-size:.62rem;text-transform:uppercase;letter-spacing:.04em;border:1px solid var(--border-strong);border-radius:999px;padding:.1em .6em;color:var(--text-faint)}.gpt-root .ev-row.is-rel .ev-row__badge{color:var(--gpt-c2);border-color:var(--gpt-c2)}.gpt-root .ev-row.is-rel .ev-row__src{color:var(--gpt-c2);font-weight:600}.gpt-root .ev-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}.gpt-root .ev-met{border:1px solid var(--border);border-radius:var(--radius-sm);padding:.8rem;text-align:center;background:var(--bg-subtle)}.gpt-root .ev-met__k{display:block;font-family:var(--font-mono);font-size:.66rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-faint)}.gpt-root .ev-met__v{display:block;font-size:1.6rem;font-weight:700;color:var(--text);margin:.15rem 0}.gpt-root .ev-met__v.good{color:var(--gpt-c2)}.gpt-root .ev-met__v.bad{color:var(--gpt-warn)}.gpt-root .ev-met__d{display:block;font-size:.66rem;color:var(--text-faint);line-height:1.4}.gpt-root .ev-t__toggle{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.gpt-root .ev-t__lbl{font-family:var(--font-mono);font-size:.72rem;color:var(--text-faint);text-transform:uppercase;letter-spacing:.05em}.gpt-root .ev-mode.is-active{background:var(--accent);color:var(--accent-contrast);border-color:var(--accent)}.gpt-root .ev-t__rows{display:grid;gap:.5rem}.gpt-root .ev-span{display:grid;grid-template-columns:7rem 1fr 4.5rem;grid-template-areas:"name track ms" "meta meta meta";gap:.3rem .7rem;align-items:center}.gpt-root .ev-span__name{grid-area:name;font-size:.78rem;color:var(--text)}.gpt-root .ev-span__track{grid-area:track;height:16px;background:var(--bg-subtle);border-radius:4px;overflow:hidden;border:1px solid var(--border)}.gpt-root .ev-span__fill{display:block;height:100%;background:linear-gradient(90deg,var(--gpt-c2),var(--accent));transition:width .4s var(--ease)}.gpt-root .ev-span__ms{grid-area:ms;text-align:right;font-size:.78rem;color:var(--text-muted)}.gpt-root .ev-span__meta{grid-area:meta;font-family:var(--font-mono);font-size:.66rem;color:var(--text-faint);padding-left:7.7rem}.gpt-root .ev-t__note{font-size:.84rem;line-height:1.6;color:var(--text-muted);margin:1rem 0 0}.gpt-root .ev-t__note b{color:var(--accent);font-weight:600}@media(max-width:640px){.gpt-root .ev-metrics{grid-template-columns:1fr}.gpt-root .ev-span__meta{padding-left:0}}
