/* SkyGate stylesheet manifest.
   Import order mirrors the original single styles.css exactly — the CSS
   cascade depends on it, so do not reorder these lines. */

@import url('./tokens.css');
@import url('./base.css');
@import url('./components.css');
@import url('./screens/planning.css');
@import url('./screens/navigation.css');
@import url('./overlays.css');
@import url('./desktop.css');
@import url('./screens/planning-v5.css');
/* Home rebuilt on the DS — last, so it wins over planning-v5.css for the
   class names shared with the old markup (.sg-access-row, .sg-toggle,
   .sg-quick-card). */
@import url('./screens/home.css');
/* Route CHOICE ("Escolha seu caminho") on the DS — own sg-rc* classes, tokens only. */
@import url('./screens/route-summary.css');
/* Navigation banner + step sheet on the DS — own classes, tokens only. */
@import url('./screens/navigation-sheet.css');
/* Reusable place-detail card (business info) on the DS — tokens only. */
@import url('./components/place-detail.css');
/* Load assistive overrides last so later screen borders cannot undo them. */
@import url('./a11y.css');
