/* ─── MR Commerce — Layout Patches ───────────────────────────
   Wave 5 (PR-303) — Layout System
   
   IMPORTANT: The desktop layout (sidebar, topbar, main, content,
   grid) is defined in the inline <style> block of index.html.
   This file ONLY adds mobile-specific improvements and does NOT
   redefine existing classes.
   
   Rule: Never redefine .sidebar, .main, .top, .content, .grid here.
   Rule: Only add/patch — never override working desktop styles.
   ─────────────────────────────────────────────────────────── */

/* ── Import mobile-specific layout files ── */
@import '../layouts/mobile/layout-mobile.css';
@import '../layouts/mobile/layout-billing-mobile.css';
@import '../layouts/mobile/layout-attendance-mobile.css';
@import '../layouts/mobile/layout-workforce-mobile.css';
@import '../layouts/mobile/layout-tables-mobile.css';
@import '../layouts/tablet/layout-tablet.css';
