/* Copied from the approved Trackstream admin tokens, 2026-09-12. */
:root {
  color-scheme: light;
  --color-canvas: #f7fafc;
  --color-surface: #ffffff;
  --color-surface-subtle: #f8fafc;
  --color-surface-selected: #eef6ff;
  --color-sidebar: #f7fafc;
  --color-sidebar-hover: #f8fafc;
  --color-sidebar-text: #475569;
  --color-sidebar-muted: #94a3b8;
  --color-text: #0a1a33;
  --color-text-soft: #475569;
  --color-muted: #64748b;
  --color-faint: #94a3b8;
  --color-border: #dce4ec;
  --color-border-strong: #cbd5e1;
  --color-brand: #0f5fbf;
  --color-brand-hover: #0b4f9f;
  --color-brand-soft: #eef6ff;
  --color-danger: #b42318;
  --color-danger-soft: #fef3f2;
  --shadow-sm: 0 1px 2px rgba(16, 24, 40, 0.04);
  --shadow-md: 0 12px 32px rgba(16, 24, 40, 0.08);
  --radius-sm: 7px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --sidebar-width: 232px;
  --content-width: 1120px;
}