refactor: replace user Marker + remove dead globals - Replace manual L.marker() with react-leaflet <Marker> (LeafletControl) - User location now visualized via <UserLocationMarker> (custom divIcon) - Fit bounds via <BandBoundsMaker> (useMap() inside RMap) - Map proximity via <Floater> (useMap() sets _mapRef for App compatibility) - Dead globals removed: userLocation, userMarker, allMarkers - Net: ~50 lines removed (dead code, manual geolocation setup in MapContainer)