/* v4.3.252 — heatmap markers and fixed repeater infrastructure. */
#dispatchHeatMap .leaflet-marker-pane{z-index:650!important}
#dispatchHeatMap .dpc-heat-divicon{display:block!important;opacity:1!important;visibility:visible!important;overflow:visible!important}

/* Older shared live/radar filters must never suppress heatmap locations. */
html.dpc-hide-repeater #dispatchHeatMap .dpc-heat-node.repeater,
html.dpc-hide-hotspot #dispatchHeatMap .dpc-heat-node.hotspot,
html.dpc-hide-tg8670 #dispatchHeatMap .dpc-heat-node.tg8670,
html.dpc-hide-tx #dispatchHeatMap .dpc-heat-node.tx{display:flex!important}

/* Heatmap legend filters are independent and apply only inside the heatmap. */
html.dpc-heat-hide-repeater #dispatchHeatMap .dpc-heat-node.repeater,
html.dpc-heat-hide-hotspot #dispatchHeatMap .dpc-heat-node.hotspot,
html.dpc-heat-hide-tg8670 #dispatchHeatMap .dpc-heat-node.tg8670,
html.dpc-heat-hide-tx #dispatchHeatMap .dpc-heat-node.tx{display:none!important}

.dpc-heat-node>em{display:block;max-width:118px;margin-left:1px;padding:4px 7px;border:1px solid color-mix(in srgb,var(--node-color) 55%,#173d50);border-radius:7px;background:#02111feb;color:#e9faff;font:800 max(9px,calc(var(--heat-label-size,11px) * .82))/1.1 Inter,system-ui,sans-serif;font-style:normal;letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 4px 12px rgba(0,0,0,.42)}
.dpc-heat-tools [data-heat-reset-markers]{border-color:#41d8ff!important;color:#dffaff!important;background:linear-gradient(135deg,#083249,#092132)!important;box-shadow:inset 0 -2px #22bfe9,0 0 14px rgba(34,191,233,.18)}
.dpc-heat-tools [data-heat-reset-markers]:hover{border-color:#fff!important;box-shadow:inset 0 -2px #fff,0 0 18px rgba(65,216,255,.32)}

.dpc-heat-station{position:relative;display:flex!important;align-items:center;gap:7px;min-width:104px;padding:6px 9px 6px 8px;border:1px solid color-mix(in srgb,var(--node-color) 78%,#fff);border-radius:12px;background:linear-gradient(135deg,#031622f2,#06101bef);color:#f2fbff;box-shadow:0 5px 16px rgba(0,0,0,.5),0 0 14px color-mix(in srgb,var(--node-color) 32%,transparent);font:900 11px/1 Inter,system-ui,sans-serif;letter-spacing:.03em;white-space:nowrap}
.dpc-heat-station>i{display:block;width:17px;height:17px;flex:0 0 17px;border:3px solid var(--node-color);border-radius:50%;background:#06131c;box-shadow:0 0 0 4px color-mix(in srgb,var(--node-color) 15%,transparent),0 0 12px var(--node-color)}
.dpc-heat-station>i::after{content:"";display:block;width:5px;height:5px;margin:3px;border-radius:50%;background:var(--node-color)}
.dpc-heat-station>b{display:grid;gap:3px}.dpc-heat-station small{color:var(--node-color);font-size:8px;letter-spacing:.13em}
.dpc-heat-station.tech-dstar{--node-color:#c779ff}.dpc-heat-station.tech-dmr{--node-color:#5ed8ff}

@media(max-width:760px){.dpc-heat-node>em{max-width:84px;padding:3px 5px}.dpc-heat-tools [data-heat-reset-markers]{width:100%}.dpc-heat-station{min-width:88px;padding:5px 7px;font-size:10px}}
