/* ==========================================================================
   SIRMS MOBILE MONITORING DASHBOARD - STYLESHEET ENTRYPOINT
   --------------------------------------------------------------------------
   The stylesheet is split by responsibility under ./styles/ so each area can
   be edited independently while preserving the original cascade order.
   ========================================================================== */

@import url("./styles/01-theme.css"); /* Theme tokens, light mode overrides, and theme toggle */
@import url("./styles/02-shell-map.css"); /* Base shell, header, map, markers, and footer */
@import url("./styles/03-sheets-details.css"); /* Bottom sheets and station detail drawer */
@import url("./styles/04-forms-settings-feedback.css"); /* Forms, settings, toast notifications, loading, and scrollbars */
@import url("./styles/05-responsive-modals.css"); /* Responsive tweaks, alert badges, and base modal styling */
@import url("./styles/06-routes-reports-drawer.css"); /* Route views, reports, drawer navigation, counters, and report forms */
@import url("./styles/07-media-duty-light.css"); /* Station images, duty schedule UI, and final light-mode overrides */
