/* ═══════════════════════════════════════════════════════════════
   8bitflow CSS Layer Order Declaration
   This MUST load before any other stylesheets (except tailwind.css).
   It establishes the cascade priority: base < animations < mobile.
   Later layers win over earlier layers regardless of specificity.
   ═══════════════════════════════════════════════════════════════ */

@layer base, animations, mobile;
