/* ═══════════════════════════════════════════════════════════════════════════
   ULA COMPONENTS
   ═══════════════════════════════════════════════════════════════════════════

   One import for everything. The modules are split so a single area can be
   improved — or replaced wholesale for a demo — without disturbing the rest.

     base        reset, typography, buttons, icons, layout, shell
     brand       the animated mark, spectrum frame, aurora, loaders
     workspace   the app shell, split panes, docks, scroll regions
     forms       every control a form builder needs to emit
     data        stats, charts, tables, report furniture
     feedback    alerts, toasts, skeletons, badges, empty states
     navigation  tabs, breadcrumbs, sidebar, menus, command palette
     overlays    dialog, drawer, popover
     content     cards, accordion, avatars, code
     genui       streaming text, citations, confidence, tool calls
     evidence    findings, citations, provenance, review gates
     sources     the source registry, locators, quotes, coverage, chains
     measure     numbers that carry their own sample, interval and date
     review      diffs, change cards, approval chains, sign-off, threads
     lifecycle   export, share scope, redaction, retention, audit trail
     process     journey forks, transcripts, ingest (read-only)
     board       the editable swimlane process board
     builder     the Studio editing surface
     renderers   whole-form rendering, both experiences, check answers

   Order matters: base first, then modules. Later modules deliberately
   supersede a few v1 rules that lived in base.

   Requires tokens.css and motion.css to be loaded first.
   ═══════════════════════════════════════════════════════════════════════════ */

@import "./components/base.css";
@import "./components/brand.css";
@import "./components/workspace.css";
@import "./components/product.css";
@import "./components/forms.css";
@import "./components/data.css";
@import "./components/feedback.css";
@import "./components/navigation.css";
@import "./components/overlays.css";
@import "./components/content.css";
@import "./components/genui.css";
@import "./components/evidence.css";
@import "./components/sources.css";
@import "./components/measure.css";
@import "./components/review.css";
@import "./components/lifecycle.css";
@import "./components/process.css";
@import "./components/board.css";
@import "./components/builder.css";
@import "./components/renderers.css";
@import "./components/interactions.css";
