/* Compact token summary and metrics in both appearances. */
@media(min-width:1080px) {
  #view-scan .scan-workspace:has(#scanMetrics:not(:empty)) {grid-template-columns:minmax(0,1fr) clamp(260px,21vw,320px)}
}
#view-scan .scan-sidebar {gap:12px}
#view-scan #tokenHead {padding-bottom:12px}
#view-scan #tokenHead .th-summary-top {gap:8px}
#view-scan #tokenHead .th-id {gap:7px}
#view-scan #tokenHead .th-icon {width:28px;height:28px}
#view-scan #tokenHead .th-name {font-size:12px;line-height:1.3}
#view-scan #tokenHead .th-sym {font-size:18px;line-height:1.2;margin-top:2px}
#view-scan #tokenHead .th-price .p {font-size:22px;line-height:1.2}
#view-scan #tokenHead .th-price .delta {font-size:11px;line-height:1.3}
#view-scan #tokenHead .th-addr {margin-top:8px;padding:6px 8px;font-size:10px}
#view-scan #tokenHead .th-addr :is(button,.th-link) {font-size:11px;padding:4px 7px}
#scanMetrics .statrow {gap:8px}
#scanMetrics .kpi {padding:10px;min-height:76px;gap:4px}
#scanMetrics .kpi-k {font-size:11px;line-height:1.3}
#scanMetrics .kpi-v {font-size:18px;line-height:1.2}
