/* ============================================================
   Fundamentals — stylesheet aggregator.

   The stylesheet is split into focused per-concern modules under
   web/css/. This file just imports them in cascade order so a single
   <link rel="stylesheet" href="style.css"> picks up the entire system.

   When adding a new component, prefer creating a new module file over
   appending here. See docs/file-size-policy.md for the why.
   ============================================================ */

@import url("css/base.css");
@import url("css/header_hero.css");
@import url("css/headline.css");
@import url("css/cards_stats.css");
@import url("css/pills_misc.css");
@import url("css/buttons_suggest.css");
@import url("css/scanner.css");
@import url("css/kpi_score.css");
@import url("css/tabs_tables.css");
@import url("css/diff_modal.css");
@import url("css/banners.css");
@import url("css/extras_tooltips.css");
@import url("css/live_alerts.css");
/* Mobile responsive overrides — must be last so its @media blocks win the cascade */
@import url("css/mobile.css");
