/* ============================================================================
   DEFERRED CSS - interaction-heavy styles loaded after initial shell paint

   This entrypoint is intentionally kept out of main.css so first paint can use
   a smaller stylesheet. It is loaded in the background from index.html and
   production injection scripts.
   ============================================================================ */

/* Route display surfaces shown after a search/selection */
@import './5-components/route-display/segments.css';
@import './5-components/route-display/selectedRoute.css';
@import './5-components/route-display/routeDeck.css';
@import './5-components/route-display/routeInfoCard.css';

/* Map popup surfaces used on marker/line interaction */
@import './5-components/map/linePopups.css';
@import './5-components/map/markerPopups.css';

/* Modal styles not required for initial shell render */
@import './5-components/modals/priceAlertModal.css';

