/* ============================================================
   Cascade layer order for the migrated, layered front-end.
   Declared once, loaded first. Later layers win.

   reset   — normalize
   tokens  — design primitives (design-system/tokens.css)
   legacy  — the un-migrated styles.css/components.css (still unlayered
             today; this slot is reserved for when they are wrapped in
             the final strangler pass)
   layout  — STRUCTURE only (grid/flow/spacing/container queries)
   design  — PAINT only (color/type/decoration, every value a token)
   theme   — persona + accessibility skins (rebind --t-* only)
   overrides — last-resort escape hatch (should stay empty)

   Migrated pages use NEW, content-named classes that legacy CSS does
   not target, so these layers never collide with the un-migrated app.
   ============================================================ */
@layer reset, tokens, legacy, layout, design, theme, overrides;
