/* =====================================================================
   _all.css
   Single entry point for the whole stylesheet. This is the file
   index.html should link via <link rel="stylesheet" href="css/_all.css">.

   Files are imported in numeric order so the cascade is preserved
   (lower numbers load first -- theme tokens must exist before
   components reference them, etc.).

   Do not add rules directly in this file. Add them to the appropriate
   numbered partial (or create a new one and @import it below).
   ===================================================================== */

@import url('./00-reset.css?v=59');      /* box-sizing / body defaults */
@import url('./10-theme.css?v=59');      /* fonts + :root tokens + light mode */
@import url('./11-theme-light.css?v=59');/* light-mode override via :root[data-theme="light"] */
@import url('./20-layout.css?v=59');     /* page grid + major regions */
@import url('./30-components.css?v=59'); /* reusable UI components */
@import url('./40-utilities.css?v=59');  /* helpers + scrollbar */
@import url('./50-media.css?v=59');      /* media queries (placeholder) */
@import url('./60-workbench.css?v=59');  /* game-generator workbench layout (overrides editor grid) */
@import url('./70-modules.css?v=59');    /* simulator + email scheduler rail modules */
