/* =====================================================================
 *  Cart — UI styles entrypoint.
 *
 *  All rules now live in modular files under ./styles/. This file is
 *  kept as a thin barrel so `index.html` (which references
 *  `./styles.css`) keeps working without modification.
 *
 *  Edit per-component files in ./styles/ — see ./styles/index.css for
 *  the cascade order and module map.
 * ===================================================================== */

@import url("./styles/index.css");

/* Offline region-download panel (COURIER) + native safe-area insets. Appended
 * after the barrel so they inherit every design token and win equal-specificity
 * overrides; both are additive and inert until their features mount. */
@import url("./styles/offline.css");
@import url("./styles/offline-native.css");
