.chart-container{width:100%;height:40vh;border-radius:20px;overflow:hidden;background:white;padding:20px;position:relative}.chart-container svg{display:block;width:100%;height:100%;background:white}.grid line{stroke:#e5e5ea;stroke-opacity:.5;stroke-width:.5;shape-rendering:crispEdges}.grid path{stroke-width:0}.axis line,.axis path{stroke:#000;stroke-width:2}.axis text{fill:#86868b}.axis text,.axis-label{font-size:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.axis-label{font-weight:500;fill:#1d1d1f;text-transform:uppercase}.focusLine{stroke-width:1}#focusLineX{stroke:#ff4500;stroke-dasharray:4,4}#focusLineY{stroke:#98989d;stroke-dasharray:4,4}.infoBox rect{fill:white;stroke:#e5e5ea;stroke-width:1;opacity:.95;rx:8px;ry:8px}.infoBox text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;fill:#1d1d1f;font-size:12px}.overlay{fill:white;pointer-events:all}.pulsing-dot{animation:pulse 2s infinite;fill:#20b2aa}@keyframes pulse{0%{r:4;opacity:1}50%{r:6;opacity:.7}to{r:4;opacity:1}}@media (max-width:768px){.chart-container{margin:0 auto}.content-right,.main-entity-content{width:100vw!important;max-width:100vw!important;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);display:flex;justify-content:center}}.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}}