/* ══════════════════════════════════════════
   STYLES — import manifest
   This file used to be ~4,200 lines of CSS in one file. It's now
   split into wwwroot/css/styles/*.css, one file per feature area,
   imported below in the same cascade order the rules originally
   appeared in — so nothing about how any page renders changes.

   Every view that linked Styles.css keeps working unchanged; this
   file is still the one thing they all load. To edit a specific
   area, go straight to its file in styles/ instead of hunting
   through one giant file.
══════════════════════════════════════════ */

@import url("styles/base.css");
@import url("styles/home.css");
@import url("styles/nav.css");
@import url("styles/layout.css");
@import url("styles/cards.css");
@import url("styles/content-pages.css");
@import url("styles/forms.css");
@import url("styles/footer.css");
@import url("styles/games-page.css");
@import url("styles/admin.css");
@import url("styles/cart-lists.css");
@import url("styles/game-detail.css");
@import url("styles/account.css");
@import url("styles/design-system.css");
@import url("styles/responsive.css");
