/* shared-mobile.css — entry point for the .m-app shell.
 *
 * Imports the .m-* / mobile-only sheets only. Apps load this AFTER
 * shared-base.css (tokens + responsive components) — all three suite
 * consumers (campscout, matos, secretariat) link the entry files
 * explicitly in <head> in base → desktop → mobile order, so the
 * cascade is established without a chained @import here.
 */

/* ── Mobile shell ──────────────────────────────────────────────────── */
@import "../mobile/modal-fullscreen.css";
@import "../mobile/app-shell.css";
@import "../mobile/topbar.css";
@import "../mobile/bottombar.css";
@import "../mobile/drawer.css";
@import "../mobile/bottom-sheet.css";
@import "../mobile/touch.css";
@import "../mobile/card-list.css";
@import "../mobile/toolbar-scroll.css";
@import "../mobile/save-bar.css";
