/* ============================================================================
 * Compliance — stylesheet index.
 *
 * Splits the 3 k-line monolith that this file used to be into a handful of
 * surface-specific partials under ``compliance/``.  Loading order matters:
 * ``_tokens.css`` first so every other partial can resolve ``var(--cp-*)``
 * without an undefined-token flash.
 *
 * Surface map:
 *   _tokens.css       — colour custom properties (--cp-*).
 *   framework_page.css — page shell, header, banners, KPI row, tabs.
 *   matrix.css        — kill-chain cascade, tenant strip, tactic rows,
 *                       tenant×axis matrix, drilldown rail.
 *   articles.css      — AWIA-style article cards (Coverage tab).
 *   landing.css       — cross-framework dashboard, catalog, Tenants tab.
 *   tooltip.css       — shared [data-tooltip] + .info-help-icon helpers,
 *                       matrix-help wrapper, Alerts column pill family.
 *
 * One ``<link>`` in ``base.html`` continues to reference ``compliance.css``;
 * the browser walks the ``@import`` chain transparently from there.
 * ==========================================================================*/

@import url("compliance/_tokens.css");
@import url("compliance/framework_page.css");
@import url("compliance/matrix.css");
@import url("compliance/articles.css");
@import url("compliance/landing.css");
@import url("compliance/tooltip.css");
