Implement 400ms debounce with AbortController in useGeocode and
useDestinationStation to prevent excessive API calls. Add dark mode
toggle via new useTheme hook, persisting preference to localStorage
and applying to document root.
Pre-group calendar events by date using a Map in CalendarView to
replace O(n) filter operations with O(1) lookups.