/* A single fire control; native scrolling supports mouse, touch and keyboard. */
html[data-theme] #hotPause {width:24px;height:32px;padding:0;justify-content:center}
html[data-theme] #hotMarkets {gap:6px}
#hotMarkets[data-paused="true"] .hot-flame {fill:#f2994a}
#hotMarkets .hot-window {
  overflow-x:auto;scrollbar-width:none;cursor:grab;touch-action:pan-y;
  user-select:none;scroll-behavior:auto;
}
#hotMarkets .hot-window::-webkit-scrollbar {display:none}
#hotMarkets .hot-window.is-dragging,
#hotMarkets .hot-window.is-dragging a {cursor:grabbing}
#hotMarkets .hot-track {animation:none;transform:none}
#hotMarkets .hot-group[aria-hidden] {display:flex}
#hotMarkets .hot-window:focus-visible {outline:2px solid var(--accent);outline-offset:-2px}
