/* ============================================================================
   Assets Manager Pro — Frontend Page Styles
   frontend-pages.css
   ============================================================================

   LAYER CONTRACT — READ BEFORE EDITING
   ─────────────────────────────────────
   This file is intentionally minimal and must stay that way.

   ALLOWED here:
     • True page-specific exceptions scoped to a single page wrapper
       (e.g. a layout tweak that only applies on the reservation page).
     • Selectors that MUST be prefixed with a unique page-level wrapper
       class (e.g. .amp-reservation-page, .amp-asset-detail-page).

   NOT ALLOWED here:
     • Any selector used on more than one frontend page.
     • Component styles (badges, buttons, cards, notices, forms, tables).
     • Utility classes shared across pages.
     • Overrides that belong in frontend-components.css or frontend-core.css.

   RULE OF THUMB:
     "If this selector could appear on two different pages, it does not
      belong here — move it to frontend-components.css."

   Layer ownership map:
     amp-variables.css        → design tokens (primitives + semantics)
     frontend-core.css        → layout scaffold, base structure
     frontend-components.css  → ALL reusable frontend UI components
     frontend-pages.css       → THIS FILE — page-specific exceptions only

   ============================================================================ */

/* Intentionally empty — add only true page-specific exceptions below,
   scoped to a unique page wrapper class. */
