/* ============================================================
   new-theme.css — aggregator / manifest only

   This file used to be a 4,500-line monolith.  It now @imports
   eight modules from css/theme/ in the order they originally
   appeared, so cascade specificity / source-order rules are
   preserved 1:1.

   Edit the modules directly; do NOT add rules here — anything
   added here would land BEFORE every @import and could mess
   with cascade order.

   Modules (in load order):
     - theme/tokens.css
     - theme/core.css
     - theme/auth.css
     - theme/layout.css
     - theme/components.css
     - theme/reports.css
     - theme/pages.css
     - theme/forms.css
     - theme/skeleton.css   (loaded last so its .skeleton-active rule wins)
============================================================ */

@import url('theme/tokens.css');
@import url('theme/core.css');
@import url('theme/auth.css');
@import url('theme/layout.css');
@import url('theme/components.css');
@import url('theme/reports.css');
@import url('theme/pages.css');
@import url('theme/forms.css');
@import url('theme/skeleton.css');
