/* deploy-marker: 2026-04-26 — iteration loop end-to-end test */
/* ============================================================
   Intelinair AI Design System — CSS Entry Point
   system/css/index.css
   ------------------------------------------------------------
   The single file every surface links to:
     <link rel="stylesheet" href="[depth]system/css/index.css">

   Import order:
     1. Bundled brand fonts (Figtree, local woff2)
     2. tokens.css          — all :root custom properties
     3. base.css            — semantic defaults, base elements
     4. components.css      — all component classes (17 modules)
     5. utilities.css       — th-* utility bridge
     6. scenarios.css       — scenario/driver UI primitives
     7. investigation.css   — investigation window components

   Gallery pages link system/css/gallery.css instead, which
   @imports this file then adds gallery chrome on top.
   Template pages link system/css/templates/shared/template.css.
   ============================================================ */

@import url('../../assets/fonts/Figtree.css');
@import './tokens.css?v=4';
@import './base.css';
@import './components.css?v=2';
@import './utilities.css';
@import './scenarios.css';
@import './investigation.css';
/* admin.css is admin-only; analyze-platform/admin/_shared.css imports it directly.
   Do not pull it into the default index — see system/css/CLAUDE.md gotcha. */
