.tsh-explorer{padding:26px 28px 22px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 8px 28px #25385006}
.tsh-topline{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.tsh-datasets{display:flex;gap:4px;padding:4px;background:var(--paper);border-radius:8px}
.tsh-datasets button{border:0;background:transparent;color:var(--muted);padding:7px 14px;border-radius:5px;font-size:13px;font-weight:700}
.tsh-datasets button[aria-pressed=true]{background:#fff;color:var(--blue);box-shadow:0 1px 5px #26374d16}
.tsh-datasets button:hover{color:var(--blue)}
.tsh-legend{display:flex;gap:18px;font-size:12px;color:var(--muted)}
.tsh-legend span{display:flex;gap:7px;align-items:center}
.tsh-summary{display:flex;justify-content:space-between;gap:15px;align-items:baseline;margin:22px 0 20px}
.tsh-summary strong{font-size:36px;line-height:1.2;color:var(--blue);font-variant-numeric:tabular-nums;letter-spacing:-1px}
.tsh-summary span{font-size:14px;color:var(--muted)}
#tsh-stage{font-size:13px;color:var(--muted)}
.tsh-row{display:grid;grid-template-columns:230px 1fr 1fr;column-gap:22px;align-items:center;border-bottom:1px solid #edf0f4;min-height:46px}
.tsh-row:last-child{border-bottom:0}
.tsh-column-heads{min-height:34px;border-bottom:1px solid var(--line);padding-bottom:9px}
.tsh-column-heads [role=columnheader]{font-size:13px;font-weight:700}
.tsh-column-heads [role=columnheader]:first-child{color:var(--muted);font-weight:400}
.tsh-column-heads [role=columnheader]:last-child{color:var(--allocation)}
.tsh-anchor-label{display:flex;gap:5px;align-items:center;flex-wrap:wrap;font-size:13px;line-height:1.5}
.tsh-anchor-label span{position:relative;padding-left:10px}
.tsh-anchor-label span::before{content:'';position:absolute;width:5px;height:5px;border-radius:50%;background:var(--mechanism);top:7px;left:0}
.tsh-anchor-label .tsh-plus{font-style:normal;color:#99a2ae;font-size:10px}
.tsh-candidates{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 0;min-width:0}
.tsh-dots{display:grid;grid-template-columns:repeat(8,14px);gap:6px}
.tsh-dot{display:block;width:14px;height:14px;border:1px solid var(--blue);border-radius:3px;background:var(--blue);position:relative;transition:background-color .5s ease,border-color .5s ease,transform .5s ease}
.tsh-dot.is-eliminated{background:#f0f2f5;border-color:#c2cbd5;transform:scale(.8)}
.tsh-dot.is-eliminated::after{content:'';position:absolute;top:5px;left:1px;width:10px;height:1px;background:#a0aab7;transform:rotate(-45deg)}
.tsh-cell-count{font-size:12px;white-space:nowrap;color:var(--muted);font-variant-numeric:tabular-nums;min-width:36px;text-align:right}
.tsh-cell-count strong{color:var(--blue)}
.tsh-candidates.is-empty .tsh-cell-count strong{color:var(--muted)}
.tsh-player{margin-top:20px;border-top:1px solid var(--line);padding-top:18px}
.tsh-player-heading{display:flex;justify-content:space-between;align-items:center;gap:10px}
.tsh-playback{display:flex;gap:10px}
.tsh-playback button{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:700;border:1px solid #d9e0e8;padding:7px 12px;border-radius:6px;color:var(--ink);background:#fff;min-height:36px}
.tsh-playback button:hover{background:var(--paper)}
.tsh-playback #tsh-play{background:var(--blue);border-color:var(--blue);color:#fff;min-width:83px;justify-content:center}
.tsh-playback svg{width:14px;height:14px;fill:currentColor}
#tsh-restart svg{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.tsh-pause-icon,.tsh-explorer.is-playing .tsh-play-icon{display:none}
.tsh-explorer.is-playing .tsh-pause-icon{display:block}
.tsh-player-heading label{font-size:15px;font-weight:700;font-variant-numeric:tabular-nums}
.tsh-player-heading label span{font-weight:400;color:var(--muted)}
#tsh-progress{--progress:0%;appearance:none;-webkit-appearance:none;width:100%;height:6px;border:0;border-radius:4px;background:linear-gradient(to right,var(--blue) var(--progress),#e7ecf2 var(--progress));cursor:pointer;display:block;margin:23px 0 19px;touch-action:pan-y}
#tsh-progress::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:18px;height:18px;border:3px solid #fff;border-radius:50%;background:var(--blue);box-shadow:0 0 0 1px #2a78d680}
#tsh-progress::-moz-range-thumb{width:12px;height:12px;border:3px solid #fff;border-radius:50%;background:var(--blue);box-shadow:0 0 0 1px #2a78d680}
.tsh-checkpoints{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}
.tsh-checkpoints button{padding:8px 4px;border:1px solid transparent;border-radius:6px;background:transparent;text-align:center;color:var(--muted);font-size:12px;line-height:1.5;min-width:0}
.tsh-checkpoints button:hover{background:var(--paper)}
.tsh-checkpoints button[aria-pressed=true]{background:#f0f6fd;border-color:#cfdef1;color:#2169bf}
.tsh-checkpoints span,.tsh-checkpoints strong{display:block}
.tsh-checkpoints strong{font-size:11px}
.tsh-help{font-size:12px;color:var(--muted);line-height:1.7;margin-top:18px}
.tsh-finding{font-size:14px;font-weight:700;margin-top:9px}
@media(max-width:900px){.tsh-row{grid-template-columns:190px 1fr 1fr;column-gap:18px}.tsh-dots{grid-template-columns:repeat(8,10px);gap:4px}.tsh-candidates .tsh-dot{width:10px;height:10px}.tsh-candidates .tsh-dot.is-eliminated::after{top:3px;width:6px}.tsh-summary{align-items:center}#tsh-stage{max-width:215px;text-align:right}}
@media(max-width:640px){
  .tsh-explorer{padding:19px 16px}.tsh-topline{gap:14px}.tsh-datasets{width:100%}.tsh-datasets button{flex:1;padding:7px 8px;font-size:12px}.tsh-legend{font-size:11px;gap:16px}.tsh-summary{display:block;margin:17px 0}.tsh-summary strong{font-size:32px}.tsh-summary span{font-size:12px}#tsh-stage{max-width:none;text-align:left;font-size:12px;margin-top:3px}
  .tsh-row{grid-template-columns:1fr 1fr;gap:6px 20px;padding:9px 0}.tsh-anchor-label{grid-column:1/-1;font-size:11px}.tsh-column-heads{padding:0 0 9px;gap:3px 20px}.tsh-column-heads [role=columnheader]{font-size:12px}.tsh-column-heads [role=columnheader]:first-child{grid-column:1/-1;font-size:10px;margin-bottom:4px}
  .tsh-candidates{flex-direction:column;align-items:flex-start;gap:4px;padding:0}.tsh-cell-count{text-align:left;font-size:10px}.tsh-dots{grid-template-columns:repeat(8,10px);gap:4px}.tsh-player{margin-top:16px}.tsh-player-heading label{font-size:13px}.tsh-playback{gap:6px}.tsh-playback button{font-size:11px;padding:6px 9px}.tsh-playback #tsh-play{min-width:74px}
  .tsh-checkpoints{gap:3px}.tsh-checkpoints button{font-size:10px;padding:7px 1px}.tsh-checkpoints strong{font-size:9px}.tsh-help{font-size:11px}.tsh-finding{font-size:12px}
}
@media(max-width:380px){.tsh-row{column-gap:14px}.tsh-dots{grid-template-columns:repeat(8,9px);gap:3px}.tsh-candidates .tsh-dot{width:9px;height:9px}.tsh-candidates .tsh-dot.is-eliminated::after{top:3px;width:5px}.tsh-player-heading label{font-size:12px}}
