@import url("https://unpkg.com/leaflet@1.9.4/dist/leaflet.css");.leaflet-container{width:100%;height:100%;min-height:250px;border-radius:4px}.leaflet-container,.leaflet-map-container{width:100%!important;height:100%!important;min-height:250px!important;border-radius:4px!important;z-index:1!important;position:relative!important}.leaflet-map-pane,.leaflet-marker-icon,.leaflet-marker-pane,.leaflet-marker-shadow,.leaflet-overlay-pane,.leaflet-popup-pane,.leaflet-shadow-pane,.leaflet-tile,.leaflet-tile-pane,.leaflet-tooltip-pane{position:absolute!important;left:0!important;top:0!important}.district-map{position:relative;height:300px;width:100%;border-radius:4px;overflow:hidden}.leaflet-tile{visibility:inherit!important}.leaflet-control-container{position:absolute;z-index:1000}.leaflet-marker-icon{z-index:1000}.leaflet-popup{z-index:1001}.district-marker{background-color:#F59946;border:2px solid white;border-radius:50%;width:12px!important;height:12px!important;box-shadow:0 0 10px rgba(0,0,0,.3)}.district-marker.active{background-color:#338F7A;width:16px!important;height:16px!important;z-index:1000}.district-popup .leaflet-popup-content-wrapper{border-radius:8px;box-shadow:0 3px 14px rgba(0,0,0,.2)}.district-popup .leaflet-popup-content{margin:12px;min-width:200px}.district-popup .district-name{font-weight:700;color:#338F7A;margin-bottom:5px}.district-popup .district-stats{font-size:.9em;color:#666}.district-popup .district-risk{margin-top:8px;padding:4px 8px;border-radius:4px;display:inline-block;font-size:.8em;font-weight:700}.district-popup .risk-low{background-color:#e6f7f2;color:#338F7A}.district-popup .risk-medium{background-color:#fff3e0;color:#F59946}.district-popup .risk-high{background-color:#ffebee;color:#f44336}.leaflet-interactive{transition:all .3s ease}.district-heatmap-low{stroke:#ffe0b2;fill:#ffe0b2;fill-opacity:.2}.district-heatmap-medium{stroke:#ffab40;fill:#ffab40;fill-opacity:.2}.district-heatmap-high{stroke:#ff6e40;fill:#ff6e40;fill-opacity:.2}@keyframes pulse{0%{stroke-width:2;stroke-opacity:1}50%{stroke-width:3;stroke-opacity:.8}to{stroke-width:2;stroke-opacity:1}}.leaflet-interactive.selected-district{animation:pulse 2s infinite}