﻿/* ==========================================================================
   site.css (aggregator only)
   - This file ONLY imports the organized CSS modules below.
   - Edit styles in their respective files to avoid duplication.
   - Import order matters: base → layout → components → pages.
   - CACHE-BUST: asp-append-version fingerprints THIS file's bytes only — the
     @imported modules are fetched unversioned. Editing any module REQUIRES
     bumping the line below in the same commit (the Admin.css manifest trap).
   - module-rev: 2026-08-03 print-chrome suppression (base/layout/app-shell)
   ========================================================================== */

@import url("./base/base.css");
@import url("./layout/layout.css");
@import url("./layout/app-shell.css");
@import url("./components/dropdowns.css");
@import url("./Pages/user.css");
