/* shared-mobile.css — entry point for the .m-app shell.
 *
 * Imports the shared base + every .m-* / mobile-only sheet. Apps that
 * render the mobile shell load this stylesheet.
 */
@import "./shared-base.css";

/* ── 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";
