// shared-bits.jsx — atoms used by both directions // Map placeholder — Leaflet-style with route line function MapPlaceholder({ width = '100%', height = 320, theme = 'light' }) { const isDark = theme === 'dark'; return (