.population-map-container{position:relative;width:100%;height:400px;min-height:300px;border-radius:12px;overflow:hidden;background:#f8fafc;box-sizing:border-box}.population-map-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#64748b}.loading-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#fc5736;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.population-map-leaflet{width:100%;height:100%;border-radius:12px;z-index:1}.population-map-container .leaflet-container{font-family:var(--body-text),system-ui,sans-serif;border-radius:12px}.population-map-container .leaflet-control-attribution{font-size:10px;background:rgba(255,255,255,.8);padding:2px 5px;border-radius:4px 0 0 0}.population-map-container .leaflet-control-zoom{border:none;box-shadow:0 2px 6px rgba(0,0,0,.15)}.population-map-container .leaflet-control-zoom a{background:white;color:#1e293b;border:none;width:32px;height:32px;line-height:32px;font-size:18px}.population-map-container .leaflet-control-zoom a:hover{background:#f8fafc;color:#fc5736}.population-map-container .leaflet-control-zoom-in{border-radius:8px 8px 0 0}.population-map-container .leaflet-control-zoom-out{border-radius:0 0 8px 8px}.city-tooltip{font-size:12px;line-height:1.4}.city-tooltip strong{color:#1e293b}.city-popup h4{margin:0 0 .5rem;color:#1e293b;font-family:var(--page-sub-title),sans-serif;font-size:14px}.city-popup p{margin:0;color:#64748b;font-size:13px}.population-map-legend{position:absolute;bottom:10px;left:10px;background:white;padding:10px 12px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.15);z-index:1000;max-width:calc(100% - 20px)}.legend-title{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.03em;margin-bottom:8px}.legend-items{display:flex;flex-wrap:wrap;gap:6px 12px}.legend-item{display:flex;align-items:center;gap:4px}.legend-color{width:14px;height:14px;border-radius:3px;border:1px solid rgba(0,0,0,.1);flex-shrink:0}.legend-label{font-size:11px;color:#475569;white-space:nowrap}.highlight{background-color:#ffcccb}@media (max-width:768px){.population-map-container{height:300px;min-height:250px}.population-map-legend{padding:8px 10px;bottom:8px;left:8px}.legend-title{font-size:10px;margin-bottom:6px}.legend-items{gap:4px 8px}.legend-color{width:12px;height:12px}.legend-label{font-size:10px}}@media (max-width:480px){.population-map-container{height:250px}.legend-items{flex-direction:column;gap:3px}}