The SVG world map uses <g> group elements for countries with complex shapes (US, CN, RU, GB, etc.), but the JS only queried <path> elements, causing 36 countries to be missing from the map. Also removes the SVG <title> element that was overriding the custom tooltip. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>