/* Stylesheet manifest. base.html links ONLY this file; the @import order below
   IS the cascade order and is intentional - do not reorder (e.g. responsive and
   theme must come last so they override the base rules they target). The numeric
   filename prefixes mirror this order on disk. Add a partial by inserting one
   @import line at the right position. See ~/.claude/rules/css-conventions.md. */
@import "01-base.css";          /* fonts, :root tokens, reset, loaders */
@import "02-sidebar.css";       /* sidebar shell + société nav tree + footer */
@import "03-topbar.css";        /* main layout, topbar, filters, command palette */
@import "04-scope.css";         /* hero KPI, metrics bar, scope header, chart panels */
@import "05-tables.css";        /* ranking, data tables, meta bar */
@import "06-responsive.css";    /* shared media queries (override base layout) */
@import "07-charts-cards.css";  /* drill charts, scope-charts grid, type cards */
@import "08-drill.css";         /* drill path, drill matrix, panel-warning */
@import "09-login.css";         /* standalone pre-auth login screen */
@import "10-admin.css";         /* admin panel : users / roles / permissions CRUD */
@import "11-theme.css";         /* dark-theme token overrides + scrollbars */
