/* Anti Radio Map — map.css v4.0.0 */

.arm-outer {
    position: relative;
    width: 100%;
    font-family: inherit;
}

.arm-wrap {
    position: relative;
    width: 100%;
    background: transparent;
}

#arm-map {
    width: 100%;
    display: block;
    background: transparent;
}

#arm-map svg { display: block; width: 100%; height: 100%; }

/* ── Tooltip ── */
.arm-tooltip {
    position: absolute;
    display: none;
    pointer-events: none;
    z-index: 100;
    background: rgba(15,15,15,0.94);
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    transform: translate(-50%, -100%);
    border: 1px solid rgba(255,255,255,0.08);
}

.arm-tooltip strong { display: block; font-weight: 600; }
.arm-tooltip .arm-tt-count {
    display: block;
    font-size: 10.5px;
    opacity: .65;
    margin-top: 1px;
}

/* ── Footer ── */
.arm-footer {
    color: rgba(0,0,0,.2);
    font-size: 10px;
    text-align: right;
    padding: 2px 8px;
    pointer-events: none;
}

@media (prefers-color-scheme: dark) {
    .arm-footer { color: rgba(255,255,255,.15); }
}

@media (max-width: 600px) {
}

/* ── 9. Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
    #arm-map svg circle { transition: none !important; }
}
