/* Consolidated loader stylesheet
   - Keep the smallest set of modules required for core UI and visuals.
   - Header/layout/split styles are still available if you later need them,
     but removing them from the default import reduces unused CSS on most pages.
   - If a page needs the removed modules, include them per-page (only where used).
*/

/* Essential modules imported by default */
@import url("styles/base.css");
@import url("styles/main.css");
@import url("styles/components.css");

/* Optional modules (commented out to avoid loading unused rules globally)
   Uncomment these imports only on pages that need them to keep the critical CSS small.

@import url("styles/header.css");
@import url("styles/layout.css");
@import url("styles/split.css");
*/

/* Tombstones for removed/relocated content (kept for history & audit) */
/* // removed: large-picture background rules and duplicated variable definitions (moved to styles/base.css) */
/* // removed function: old click-tracker styles {} */
/* // removed: newsletter/signup modal markup styling (relocated or removed) */
/* // removed: inline legacy icon color filters duplicates (consolidated into components.css) */
/* // removed: duplicated cmd-box, scrollbars and split-page rules (moved to dedicated files) */

/* If you need to reintroduce any of the removed blocks, check the tombstone comments above
   and restore from git history or the extracted files in styles/*.css. */

/* Tombstones for removed/relocated content (kept for history & audit) */
/* // removed: large-picture background rules and duplicated variable definitions (moved to styles/base.css) */
/* // removed function: old click-tracker styles {} */
/* // removed: newsletter/signup modal markup styling (relocated or removed) */
/* // removed: inline legacy icon color filters duplicates (consolidated into components.css) */
/* // removed: duplicated cmd-box, scrollbars and split-page rules (moved to dedicated files) */

/* If you need to reintroduce any of the removed blocks, check the tombstone comments above
   and restore from git history or the extracted files in styles/*.css. */