/* ============================================================
   PageKit — Marketing-scoped CSS bundle
   ============================================================
   Parallel to pagekit.css for public marketing pages (homepage,
   verticals, trial/contact/pricing/about). Imports ONLY the
   PageKit modules a marketing page actually consumes, so landing
   pages stop pulling the full admin/app component suite
   (interactive/table/nav/components/cells/cards/feed/list/detail/
   kanban/shell/base/primitives/mobile ≈ 314 KB) onto the render
   path.

   DO NOT add modules here without coverage evidence, and NEVER
   prune the canonical lib/pagekit/pagekit.css (shared by
   admin/app). See plan decision D02.

   Evidence: docs/reports/marketing-css-coverage-2026-06-16.md
   — the rendered marketing DOM contains zero `pk-`-prefixed
   classes, so every PageKit module except the token layer is
   0% used. Marketing consumes only the `--pk-*` CSS variables.
   ============================================================ */

@import url("css/tokens.css?v=334e5b3d");
