/* ============================================================================
   ShurIQ Design System — MASTER STYLESHEET (v0.1.0 · 2026-07-03)
   The one sheet the report engine ships. Layers below are imported in cascade
   order; sites link ONLY this file:  <link rel="stylesheet" href="…/shuriq.css?v=N">
   Decision log: ShurAI/DESIGN-SYSTEM-AUDIT.md §6 (2026-07-03, Alex).

   Present:   tokens.css (Layer 1) · base.css (Layer 2 seed)
   Migration: chrome.css → report.css → viz.css → player.css are extracted from
   the per-page inline <style> blocks page-by-page (link master BEFORE inline;
   inline wins where it differs; delete inline once a partial covers it).
   ============================================================================ */
@import url("tokens.css");
@import url("base.css");
/* @import url("chrome.css");   — pending extraction: combar/drawers/mobile-nav/footer */
/* @import url("report.css");   — pending extraction: l3 grammar/railtoc/stats/callouts */
/* @import url("viz.css");      — pending: reunify the two forked viz.css copies */
/* @import url("player.css");   — pending: one audio engine (briefing+signal) */
