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-dasharray:2 2;stroke-width:.5px}svg#world-map .grid-label{fill:#1565c0;font-size:10px;font-weight:500}svg#world-map .location-marker{fill:url(#marker-gradient);pointer-events:all;stroke:none;transition:transform .2s}svg#world-map .location-marker.unconventional{fill:url(#marker-gradient-blue)}svg#world-map .location-marker:hover{transform:scale(1.3)}svg#world-map .legend-dot{border:1px solid #0000000d;border-radius:50%;flex-shrink:0;width:14px;height:14px;display:inline-block}svg#world-map .legend-dot.conventional{background:radial-gradient(circle at 35% 35%,#fff 0,#c44569 100%);box-shadow:0 0 10px #c445694d}svg#world-map .legend-dot.unconventional{background:radial-gradient(circle at 35% 35%,#fff 0,#1e88e5 100%);box-shadow:0 0 10px #1e88e54d}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}
