/*
 * admin.css — CurioChat Design System "admin" category extension
 *
 * Per Probe v1 spec §P6: dashboard-specific layouts (data tables, KRI
 * gauges, annotation editor) extend the base design system. This file is
 * the admin counterpart to curiochat.ai's marketing-pages.css and
 * academy.css.
 *
 * Scope rule: only style rules that exist NOWHERE else in the dashboard
 * surface. Anything reusable belongs upstream in
 * ~/Developer/curiochat_design/design-system.css, not here.
 *
 * Body-class scope: every dashboard page sets `<body class="admin-context">`
 * so admin rules cannot leak into a hypothetical buyer-facing surface.
 */

body.admin-context {
  /* Reserved for dashboard-specific overrides. Intentionally empty for
   * the holding-page landing — populated as P6 controllers ship their UIs
   * (audit queue, KRI dashboard, annotation editor, PDF preview). */
}
