.rvshell .mono{font-family:var(--font-mono)}.rvshell .dim{color:var(--fg-subtle)}.rvshell .num{text-align:right}.rvshell .tnum{font-variant-numeric:tabular-nums}.rvshell{display:flex;flex-direction:column;min-height:100vh}.rvshell .rv{display:flex;flex:1;min-height:0}.rvshell .catbar{width:220px;flex:none;border-right:1px solid var(--border-muted);background:var(--surface-raised-2);padding:var(--space-4) var(--space-3)}.rvshell .catbar__lbl{font-family:var(--font-mono);font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:var(--tracking-label);color:var(--fg-faint);margin:0 var(--space-2) var(--space-2)}.rvshell .catitem{display:flex;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-2) var(--space-3);border:0;background:transparent;border-radius:var(--radius-md);color:var(--fg-muted);font-family:var(--font-mono);font-size:var(--text-sm);cursor:pointer;text-align:left;margin-bottom:1px}.rvshell .catitem:hover{background:var(--surface-hover);color:var(--fg)}.rvshell .catitem--active{background:var(--surface-active, var(--surface-hover));color:var(--fg)}.rvshell .catitem__sq{width:9px;height:9px;border-radius:2px;flex:none}.rvshell .catitem__name{flex:1}.rvshell .catitem__new{font-size:var(--text-2xs);color:var(--accent);border:1px solid var(--accent-border);background:var(--accent-muted);padding:0 4px;border-radius:3px}.rvshell .catitem__n{font-variant-numeric:tabular-nums;color:var(--fg-subtle);font-size:var(--text-xs)}.rvshell .catitem--active .catitem__n{color:var(--fg-muted)}.rvshell .rvmain{flex:1;min-width:0;padding:var(--space-6) var(--space-7);overflow-y:auto}.rvshell .rvhead{display:flex;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-5)}.rvshell .rvhead__title{font-size:var(--text-2xl);font-weight:600;letter-spacing:-.02em;margin:0 0 var(--space-1);color:var(--fg)}.rvshell .rvhead__sub{color:var(--fg-muted);font-size:var(--text-sm);margin:0}.rvshell .filterbar{display:flex;gap:var(--space-2);margin-bottom:var(--space-4)}.rvshell .filterbar__search{flex:1;display:flex;align-items:center;gap:var(--space-2);height:34px;padding:0 var(--space-3);background:var(--surface-inset);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--fg-subtle)}.rvshell .filterbar__search input{flex:1;background:none;border:0;outline:none;color:var(--fg);font-size:var(--text-sm)}.rvshell .filterbar__search input::placeholder{color:var(--fg-faint)}.rvshell .qr-select{position:relative;display:inline-flex;align-items:center}.rvshell .qr-select select{appearance:none;-webkit-appearance:none;height:34px;padding:0 28px 0 var(--space-3);background:var(--surface-inset);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--fg);font-family:inherit;font-size:var(--text-sm);cursor:pointer;width:100%}.rvshell .qr-select__chev{position:absolute;right:10px;pointer-events:none;color:var(--fg-subtle);display:inline-flex}.rvshell .flist{display:flex;flex-direction:column;gap:var(--space-2)}.rvshell .frow{display:flex;align-items:center;gap:var(--space-4);width:100%;padding:var(--space-3) var(--space-4);background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;text-align:left;color:inherit;font-family:inherit;transition:border-color .12s ease,background .12s ease}.rvshell .frow:hover{border-color:var(--border-strong);background:var(--surface-overlay, var(--surface-hover))}.rvshell .frow--quiet{opacity:.62}.rvshell .frow__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.rvshell .frow__rule{font-family:var(--font-mono);font-size:var(--text-sm);font-weight:600;color:var(--fg);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rvshell .frow__loc{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--fg-subtle);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rvshell .frow__go{color:var(--fg-faint);display:inline-flex}.rvshell .frow:hover .frow__go{color:var(--accent)}.rvshell .empty{color:var(--fg-subtle);font-size:var(--text-sm);padding:var(--space-8);text-align:center}.rvshell .qr-sev{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.06em;padding:2px 8px;border-radius:var(--radius-xs);border:1px solid var(--border-muted);background:var(--surface-inset);color:var(--fg-muted)}.rvshell .qr-sev__dot{width:7px;height:7px;border-radius:50%;background:currentColor}.rvshell .qr-sev--critical{color:var(--sev-critical, #ef4444)}.rvshell .qr-sev--high{color:var(--sev-high, #f97316)}.rvshell .qr-sev--medium{color:var(--sev-medium, #f59e0b)}.rvshell .qr-sev--low{color:var(--sev-low, #84cc16)}.rvshell .qr-sev--info{color:var(--sev-info, #60a5fa)}.rvshell .qr-vstatus{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.06em;color:var(--fg-muted)}.rvshell .qr-vstatus__dot{width:7px;height:7px;border-radius:50%;background:currentColor}.rvshell .qr-vstatus--confirmed{color:var(--accent)}.rvshell .qr-vstatus--probable{color:var(--status-partial, #f59e0b)}.rvshell .qr-vstatus--suspect{color:var(--fg-subtle)}.rvshell .qr-vstatus--inconclusive{color:var(--fg-faint)}.rvshell .qr-vstatus--false-positive{color:var(--fg-faint);opacity:.7}.rvshell .qr-vstatus--failure{color:var(--sev-critical, #ef4444)}.rvshell .qr-verdict{display:inline-flex;align-items:center;gap:4px;font-family:var(--font-mono);font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.06em;color:var(--fg-muted)}.rvshell .qr-verdict__glyph{color:var(--accent)}.rvshell .qr-cat{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:var(--text-xs);color:var(--fg-muted)}.rvshell .qr-cat__sq{width:8px;height:8px;border-radius:2px;background:var(--cat, var(--fg-subtle))}.rvshell .qr-conf{display:inline-flex;align-items:center;gap:var(--space-2);width:var(--qr-conf-w, 84px)}.rvshell .qr-conf__track{flex:1;height:4px;background:var(--surface-inset);border-radius:var(--radius-full);overflow:hidden}.rvshell .qr-conf__fill{display:block;height:100%;background:var(--qr-conf-color, var(--accent));border-radius:var(--radius-full)}.rvshell .qr-conf__val{font-family:var(--font-mono);font-size:var(--text-2xs);color:var(--fg-muted);font-variant-numeric:tabular-nums;min-width:22px;text-align:right}.rvshell .qr-coderef{font-family:var(--font-mono);font-size:var(--text-2xs);color:var(--fg);background:var(--surface-inset);border:1px solid var(--border-muted);border-radius:var(--radius-xs);padding:2px 7px}.rvshell .qr-status{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.06em;padding:2px 8px;border-radius:var(--radius-xs);border:1px solid var(--border-muted);background:var(--surface-inset)}.rvshell .qr-status__dot{width:7px;height:7px;border-radius:50%;background:currentColor}.rvshell .qr-status--complete{color:#4ade80}.rvshell .qr-status--partial{color:var(--status-partial, #f59e0b)}.rvshell .qr-status--failed{color:var(--sev-critical, #ef4444)}.rvshell .qr-btn{display:inline-flex;align-items:center;gap:var(--space-2);padding:0 var(--space-3);height:34px;border-radius:var(--radius-md);font-family:inherit;font-size:var(--text-sm);font-weight:500;cursor:pointer;border:1px solid var(--border);background:var(--surface-raised);color:var(--fg);text-decoration:none}.rvshell .qr-btn:hover{border-color:var(--border-strong);background:var(--surface-hover)}.rvshell .qr-btn--primary{background:var(--accent);border-color:var(--accent);color:#0a0a0a}.rvshell .qr-btn--primary:hover{filter:brightness(1.08)}.rvshell .qr-btn--secondary{background:var(--surface-raised-2)}.rvshell .qr-btn--ghost{background:transparent;border-color:var(--border-muted)}.rvshell .qr-btn--sm{height:28px;font-size:var(--text-xs);padding:0 var(--space-2)}.rvshell .qr-btn__icon{display:inline-flex}.rvshell .exec{display:grid;grid-template-columns:1fr 280px;gap:var(--space-5);background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-xl);padding:var(--space-5);margin-bottom:var(--space-4)}.rvshell .exec__main{display:flex;flex-direction:column;gap:var(--space-4);min-width:0}.rvshell .exec__target{display:flex;align-items:center;gap:var(--space-3)}.rvshell .exec__fav{width:34px;height:34px;flex:none;display:grid;place-items:center;border-radius:var(--radius-md);background:var(--surface-inset);border:1px solid var(--border);color:var(--fg-muted)}.rvshell .exec__url{font-size:var(--text-lg);font-weight:600;letter-spacing:-.01em;color:var(--fg)}.rvshell .exec__sub{font-family:var(--font-mono);font-size:var(--text-2xs);color:var(--fg-subtle);margin-top:2px}.rvshell .exec__bigstat{display:flex;align-items:center;gap:var(--space-3)}.rvshell .exec__analyzed{font-size:var(--text-3xl);font-weight:600;letter-spacing:-.02em;color:var(--fg);line-height:1}.rvshell .exec__arrow{color:var(--fg-faint);display:inline-flex}.rvshell .exec__confirmed{font-size:var(--text-4xl);font-weight:700;letter-spacing:-.03em;color:var(--accent);line-height:1}.rvshell .exec__statlbls{display:flex;flex-direction:column;gap:2px;font-family:var(--font-mono);font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.06em;color:var(--fg-subtle);margin-left:var(--space-1)}.rvshell .exec__confirmedlbl{color:var(--accent)}.rvshell .exec__verdict{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.rvshell .reasonchip{font-family:var(--font-mono);font-size:var(--text-2xs);color:var(--status-partial, #f59e0b);border:1px solid var(--status-partial-border, rgba(245, 158, 11, .4));background:var(--status-partial-bg, rgba(245, 158, 11, .1));padding:2px 7px;border-radius:var(--radius-xs)}.rvshell .exec__actions{display:flex;gap:var(--space-2);margin-top:var(--space-1)}.rvshell .exec__side{border-left:1px solid var(--border-muted);padding-left:var(--space-5);display:flex;flex-direction:column;gap:var(--space-3)}.rvshell .exec__sidelbl{font-family:var(--font-mono);font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:var(--tracking-label);color:var(--fg-subtle);margin:0 0 var(--space-1)}.rvshell .specbar{display:grid;grid-template-columns:116px 1fr 38px;align-items:center;gap:var(--space-2)}.rvshell .specbar__name{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:var(--text-2xs);color:var(--fg-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rvshell .specbar__sq{width:8px;height:8px;border-radius:2px;flex:none}.rvshell .specbar__track{height:6px;border-radius:var(--radius-full);background:var(--surface-inset);overflow:hidden}.rvshell .specbar__fill{display:block;height:100%;border-radius:var(--radius-full);opacity:.85}.rvshell .specbar__n{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--fg-muted);text-align:right}.rvshell .specbar--muted .specbar__name{color:var(--fg-subtle)}.rvshell .exec--clean{border-color:var(--accent-border);background:linear-gradient(180deg,var(--accent-muted) 0%,transparent 30%),var(--surface-raised)}.rvshell .exec__readychip{display:inline-flex;align-items:center;gap:6px;margin-left:auto;font-family:var(--font-mono);font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.06em;color:var(--accent);border:1px solid var(--accent-border);background:var(--accent-muted);padding:3px 8px;border-radius:var(--radius-xs);flex:none}.rvshell .exec__readychip__dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 3px #4ade802e}.rvshell .exec__signal{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-2)}.rvshell .exec__signal__cell{display:flex;flex-direction:column;gap:2px;padding:var(--space-2) var(--space-3);background:var(--surface-inset);border:1px solid var(--border-muted);border-radius:var(--radius-md);min-width:0}.rvshell .exec__signal__cell--accent{border-color:var(--accent-border);background:var(--accent-muted)}.rvshell .exec__signal__k{font-family:var(--font-mono);font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.06em;color:var(--fg-subtle)}.rvshell .exec__signal__v{font-family:var(--font-mono);font-size:var(--text-lg);font-weight:600;color:var(--fg);line-height:1.1}.rvshell .exec__signal__cell--accent .exec__signal__v{color:var(--accent)}.rvshell .exec__signal__sub{font-family:var(--font-mono);font-size:var(--text-2xs);color:var(--fg-subtle);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rvshell .reasonchip--ok{color:var(--accent);border-color:var(--accent-border);background:var(--accent-muted)}.rvshell .specbar--accent .specbar__name{color:var(--fg)}.rvshell .specbar__new{margin-left:6px;font-size:var(--text-2xs);color:var(--accent);border:1px solid var(--accent-border);background:var(--accent-muted);padding:0 4px;border-radius:3px}.rvshell .cov--calm{border-color:var(--border);background:var(--surface-raised)}.rvshell .cov--calm .cov__icon{color:var(--fg-subtle)}.rvshell .cov--calm .gap{border-top-color:var(--border-muted)}.rvshell .cov--calm .gap__area{color:var(--fg-muted)}.rvshell .strip__count{font-family:var(--font-mono);font-size:var(--text-2xs);color:var(--fg-muted);border:1px solid var(--border-muted);background:var(--surface-inset);padding:1px 7px;border-radius:var(--radius-xs)}.rvshell .strip__lede{margin:0 0 var(--space-3);font-size:var(--text-sm);line-height:1.55;color:var(--fg-muted)}.rvshell .pcard__conf{margin-left:auto}.rvshell .cov{border:1px solid var(--status-partial-border, rgba(245, 158, 11, .4));background:var(--status-partial-bg, rgba(245, 158, 11, .06));border-radius:var(--radius-lg);margin-bottom:var(--space-4);overflow:hidden}.rvshell .cov__head{display:flex;align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3) var(--space-4);background:none;border:0;cursor:pointer;text-align:left;color:inherit;font-family:inherit}.rvshell .cov__icon{color:var(--status-partial, #f59e0b);display:inline-flex;flex:none}.rvshell .cov__title{font-size:var(--text-sm);font-weight:600;color:var(--fg)}.rvshell .cov__hint{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--fg-subtle)}.rvshell .cov__chev{margin-left:auto;color:var(--fg-subtle);display:inline-flex;transition:transform .2s ease}.rvshell .cov__chev--open{transform:rotate(180deg)}.rvshell .cov__body{padding:0 var(--space-4) var(--space-3);display:flex;flex-direction:column;gap:var(--space-1)}.rvshell .gap{display:grid;grid-template-columns:132px 1fr auto;align-items:baseline;gap:var(--space-3);padding:var(--space-2) 0;border-top:1px solid rgba(245,158,11,.18)}.rvshell .gap__area{font-family:var(--font-mono);font-size:var(--text-xs);font-weight:600;color:var(--status-partial, #f59e0b)}.rvshell .gap__reason{font-size:var(--text-sm);color:var(--fg-muted);line-height:1.5}.rvshell .gap__tag{font-family:var(--font-mono);font-size:var(--text-2xs);color:var(--fg-subtle);border:1px solid var(--border-muted);border-radius:var(--radius-xs);padding:1px 6px;white-space:nowrap}.rvshell .strip{border:1px solid var(--accent-border);border-radius:var(--radius-lg);background:linear-gradient(180deg,var(--accent-muted),transparent 70%),var(--surface-raised);padding:var(--space-4);margin-bottom:var(--space-4)}.rvshell .strip__head{display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);flex-wrap:wrap}.rvshell .strip__spark{color:var(--accent);display:inline-flex}.rvshell .strip__title{font-family:var(--font-mono);font-size:var(--text-sm);font-weight:600;color:var(--fg)}.rvshell .strip__tag{font-family:var(--font-mono);font-size:var(--text-2xs);color:var(--accent);border:1px solid var(--accent-border);background:var(--accent-muted);padding:1px 6px;border-radius:var(--radius-xs)}.rvshell .strip__framing{font-size:var(--text-sm);color:var(--fg-muted);margin-left:var(--space-1)}.rvshell .strip__cards{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3)}.rvshell .pcard{display:flex;flex-direction:column;gap:var(--space-2);align-items:flex-start;text-align:left;padding:var(--space-4);background:var(--surface-raised-2);border:1px solid var(--accent-border);border-radius:var(--radius-md);cursor:pointer;color:inherit;font-family:inherit;transition:border-color .12s ease,background .12s ease}.rvshell .pcard:hover{background:var(--surface-overlay, var(--surface-hover));border-color:var(--accent)}.rvshell .pcard__top{display:flex;align-items:center;gap:var(--space-2)}.rvshell .pcard__rule{font-family:var(--font-mono);font-size:var(--text-sm);font-weight:600;color:var(--fg)}.rvshell .pcard__loc{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--link, var(--accent))}.rvshell .pcard__obs{font-size:var(--text-sm);color:var(--fg-muted);line-height:1.5;margin:0}.rvshell .pcard__go{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--accent);display:inline-flex;align-items:center;gap:4px;margin-top:var(--space-1)}.rvshell .detail{max-width:800px;margin:0 auto;padding:var(--space-6) var(--space-6) var(--space-12);width:100%}.rvshell .crumb{display:inline-flex;align-items:center;gap:4px;background:none;border:0;color:var(--fg-muted);font-size:var(--text-sm);cursor:pointer;padding:var(--space-2) 0;margin-bottom:var(--space-3);font-family:inherit}.rvshell .crumb:hover{color:var(--fg)}.rvshell .detail__head{padding-bottom:var(--space-5);border-bottom:1px solid var(--border);margin-bottom:var(--space-5)}.rvshell .detail__headtop{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap;margin-bottom:var(--space-3)}.rvshell .detail__conf{margin-left:auto;display:flex;align-items:center;gap:var(--space-2)}.rvshell .detail__conflbl{font-family:var(--font-mono);font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.06em;color:var(--fg-subtle)}.rvshell .detail__rule{font-family:var(--font-mono);font-size:var(--text-xl);font-weight:600;letter-spacing:-.01em;margin:0;word-break:break-all;color:var(--fg)}.rvshell .meta{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3) var(--space-6);background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-4) var(--space-5);margin-bottom:var(--space-6)}.rvshell .meta div{display:flex;flex-direction:column;gap:2px;min-width:0}.rvshell .meta dt{font-family:var(--font-mono);font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.05em;color:var(--fg-subtle);margin:0}.rvshell .meta dd{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--fg);margin:0;word-break:break-all}.rvshell .meta dd.link{color:var(--link, var(--accent))}.rvshell .meta .cvss{color:var(--sev-critical, #ef4444);font-weight:600}.rvshell .sec{margin-bottom:var(--space-6)}.rvshell .sec__h{font-size:var(--text-md);font-weight:600;letter-spacing:-.01em;margin:0 0 var(--space-3);padding-bottom:var(--space-2);border-bottom:1px solid var(--border-muted);color:var(--fg)}.rvshell .sec__p{color:var(--fg-muted);line-height:var(--leading-relaxed, 1.65);margin:0;font-size:var(--text-sm)}.rvshell .sec__note{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--fg-subtle);margin:var(--space-2) 0 0;line-height:1.6}.rvshell .rung{display:flex;gap:var(--space-3)}.rvshell .rung__n{font-family:var(--font-mono);font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.06em;color:var(--accent);padding:var(--space-1) var(--space-2);border:1px solid var(--accent-border);background:var(--accent-muted);border-radius:var(--radius-xs);height:fit-content;flex:none}.rvshell .rung__body{flex:1}.rvshell .rung__hyp{color:var(--fg);font-size:var(--text-sm);line-height:1.55;margin:2px 0 var(--space-3)}.rvshell .rung__sub{font-family:var(--font-mono);font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.06em;color:var(--fg-subtle);margin:0 0 var(--space-1)}.rvshell .rung__qs{margin:0 0 var(--space-3);padding-left:var(--space-4);color:var(--fg-muted);font-size:var(--text-sm);line-height:1.6}.rvshell .rung__arts{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.rvshell .rung__artlbl{font-family:var(--font-mono);font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.06em;color:var(--fg-subtle)}.rvshell .chip{font-family:var(--font-mono);font-size:var(--text-2xs);color:var(--fg-muted);background:var(--surface-inset);border:1px solid var(--border-muted);border-radius:var(--radius-xs);padding:2px 7px}.rvshell .blast{background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-4)}.rvshell .blast__comp{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);flex-wrap:wrap}.rvshell .blast__lbl{font-family:var(--font-mono);font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.06em;color:var(--fg-subtle)}.rvshell .blast__chips{display:flex;gap:var(--space-2);flex-wrap:wrap}.rvshell .blast__impact{margin:0;color:var(--fg-muted);font-size:var(--text-sm);line-height:1.55}.rvshell .adj{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3) var(--space-6);margin-bottom:var(--space-3)}.rvshell .adj__esc{display:flex;align-items:baseline;gap:var(--space-3);margin-bottom:var(--space-4)}.rvshell .adj__row{display:flex;align-items:center;gap:var(--space-3)}.rvshell .adj__k{font-family:var(--font-mono);font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.06em;color:var(--fg-subtle);width:84px;flex:none}.rvshell .models{width:100%;border-collapse:collapse;font-size:var(--text-xs);margin-top:var(--space-2)}.rvshell .models th{text-align:left;font-family:var(--font-mono);font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.05em;color:var(--fg-subtle);font-weight:500;padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border)}.rvshell .models td{padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border-muted);color:var(--fg)}.rvshell .models tr:last-child td{border-bottom:0}.rvshell .models .num{text-align:right}.rvshell .role{font-family:var(--font-mono);font-size:var(--text-2xs);color:var(--fg-muted);border:1px solid var(--border-muted);border-radius:var(--radius-xs);padding:1px 6px}.rvshell .evid{display:flex;flex-direction:column;gap:var(--space-2)}.rvshell .evid__row{display:flex;align-items:center;gap:var(--space-3)}.rvshell .evid__ref{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--fg-muted);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rvshell .evid__size{font-family:var(--font-mono);font-size:var(--text-xs)}.rvshell .prompt{background:var(--surface-inset);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.rvshell .prompt__bar{display:flex;align-items:center;justify-content:space-between;padding:var(--space-2) var(--space-2) var(--space-2) var(--space-4);border-bottom:1px solid var(--border-muted);background:var(--surface-raised-2)}.rvshell .prompt__lbl{font-family:var(--font-mono);font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.06em;color:var(--fg-subtle)}.rvshell .prompt__pre{margin:0;padding:var(--space-4);font-family:var(--font-mono);font-size:var(--text-xs);line-height:1.65;color:var(--fg);white-space:pre-wrap;overflow-x:auto}@media(max-width:720px){.rvshell .meta,.rvshell .adj,.rvshell .strip__cards,.rvshell .exec{grid-template-columns:1fr}.rvshell .exec__signal{grid-template-columns:1fr 1fr}.rvshell .exec__side{border-left:0;padding-left:0;border-top:1px solid var(--border-muted);padding-top:var(--space-4)}.rvshell .catbar{display:none}}body:has(.rvshell) main.page-body{max-width:none;padding-left:0;padding-right:0}body:has(.rvshell) .demo-banner{margin-left:var(--space-6);margin-right:var(--space-6)}.demo-cta[data-astro-cid-prwxh6m4]{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);background:var(--accent-muted);border:1px solid var(--accent-border);border-radius:var(--radius-md);padding:var(--space-3) var(--space-4);margin:0 0 var(--space-3);flex-wrap:wrap}.demo-cta__text[data-astro-cid-prwxh6m4]{display:flex;flex-direction:column;gap:2px;min-width:0}.demo-cta__title[data-astro-cid-prwxh6m4]{margin:0;font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--fg)}.demo-cta__hint[data-astro-cid-prwxh6m4]{margin:0;font-size:var(--text-xs);color:var(--fg-muted)}.demo-banner[data-astro-cid-prwxh6m4]{background:var(--accent-muted);border:1px solid var(--accent-border);border-radius:var(--radius-md);padding:var(--space-2) var(--space-4);margin:0 0 var(--space-4);font-size:var(--text-sm);color:var(--fg-muted)}.demo-banner[data-astro-cid-prwxh6m4] strong[data-astro-cid-prwxh6m4]{color:var(--accent);font-weight:var(--weight-semibold)}
