svg#world-map{border-radius:4px;display:block;overflow:hidden}svg#world-map .country{fill:#b9dcc7;stroke:#2e7d32;stroke-width:.5px;transition:fill .3s}svg#world-map .country:hover{fill:#1e8d49}svg#world-map .grid-line{fill:none;stroke:#2196f34d;stroke-width:.5px;stroke-dasharray:2 2}svg#world-map .grid-label{fill:#1565c0;font-size:10px;font-weight:500}svg#world-map .location-marker{fill:url(#marker-gradient);stroke:none;pointer-events:all;transition:transform .2s}svg#world-map .location-marker:hover{transform:scale(1.3)}svg#world-map .ocean-label{fill:#0288d1;opacity:.6;pointer-events:none;font-size:14px;font-style:italic;font-weight:600}svg#world-map .zoom-controls rect{transition:fill .2s}svg#world-map .zoom-controls rect:hover{fill:#f0f0f0}svg#world-map .zoom-controls text{-webkit-user-select:none;user-select:none}.tooltip{color:#fff;opacity:0;pointer-events:none;z-index:1000;background:#000000e6;border-radius:4px;padding:8px 12px;font-size:13px;font-weight:600;transition:opacity .2s;display:none;position:fixed}
