/* ─────────────────────────────────────────────────────────
   offplan.online · admin panel — single entry stylesheet
   Every HTML file under `design-system/admin/` links ONLY
   this file. Imports must stay in this order:
     1. colors_and_type.css   — bundle tokens + --color-* aliases
     2. _admin-overrides.css  — gold/glass/navy/warn unset guard
     3. _shell.css            — shell layout scoped to [data-app="admin"]
     4. _components.css       — buttons, inputs, pills, role-badge, etc.

   Decisions referenced:
     SPEC-AMEND v1.1 M14 — single @import entry over per-file links
   ───────────────────────────────────────────────────────── */

@import url('colors_and_type.css');
@import url('_admin-overrides.css');
@import url('_shell.css');
@import url('_components.css');
