/* ITSSOSO Maps — Overlays CSS */

.itssoso-district-overlay--electric { filter: drop-shadow(0 0 7px rgba(255,85,51,.65)); }
.itssoso-district-overlay--buzzing  { filter: drop-shadow(0 0 5px rgba(255,140,0,.5)); }

.itssoso-forecast-ring { animation: itssoso-forecast-dash 3s linear infinite; }
@keyframes itssoso-forecast-dash { to { stroke-dashoffset: -20; } }

.itssoso-forecast-panel {
    position: absolute; bottom: 20px; right: 12px; z-index: 1000;
    background: rgba(7,16,29,.88); border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px; padding: 12px 14px; color: #fff;
    font-size: 11px; pointer-events: none; min-width: 140px;
    backdrop-filter: blur(8px);
}
.itssoso-forecast-title { font-weight: 800; letter-spacing: .1em; margin-bottom: 8px; color: #7c3aed; font-size: 10px; }
.itssoso-forecast-row { display: flex; justify-content: space-between; margin-bottom: 4px; }
.itssoso-forecast-state { font-weight: 700; font-size: 10px; }
