/* ============================================================
   Pensacola Host Partners — Theme manifest
   Single entry point for the categorised CSS set. App.razor
   loads ONLY this file; it pulls in every category in order.
   To add a new stylesheet: create it here in wwwroot/css/ with a
   number-prefixed name, then add one @import line below in the
   right position. Order matters — later files win on conflict.
   ============================================================ */

@import url("00-tokens.css");        /* design tokens / variables */
@import url("01-reset.css");         /* element reset & base styles */
@import url("02-layout.css");        /* shells, nav, footer */
@import url("03-typography.css");    /* type helpers & utilities */
@import url("04-buttons.css");       /* buttons / CTAs */
@import url("05-sections.css");      /* hero, split sections, dividers */
@import url("06-components.css");    /* composite building blocks */
@import url("06b-onboarding.css");   /* lead-capture form, verify & admin surfaces */
@import url("06c-admin.css");        /* admin HUD (panels, cards, tables) */
@import url("06d-rolodex.css");     /* homepage rolodex (opted-in property cards) */
@import url("07-animations.css");    /* reveal, keyframes, reduced-motion */
@import url("08-responsive.css");    /* media queries */
