:root,:root[class] {
  /* ─── Background — Light Theme ─── */
  --bg-body: #F7F6F3 !important;
  --bg-surface: #FFFFFF !important;
  --bg-surface-2: #F0EDE8 !important;
  --bg-surface-3: #E5E1DB !important;

  /* ─── Accent — The Selection Charcoal ─── */
  --accent: #3d3935 !important;
  --accent-hover: #4a4542 !important;
  --accent-dim: rgba(61, 57, 53, 0.08) !important;
  --accent-border: rgba(61, 57, 53, 0.25) !important;
  --accent-glow: rgba(61, 57, 53, 0.15) !important;
  --accent-text: #FFFFFF !important;

  /* ─── Gold (legacy aliases → accent) ─── */
  --gold: var(--accent) !important;
  --gold-hover: var(--accent-hover) !important;
  --gold-dim: var(--accent-dim) !important;

  /* ─── Text ─── */
  --text: #1A1816 !important;
  --text-primary: #1A1816 !important;
  --text-secondary: #635D58 !important;
  --text-muted: #6B6359 !important;

  /* ─── Borders ─── */
  --border: rgba(0, 0, 0, 0.08) !important;
  --border-hover: rgba(0, 0, 0, 0.15) !important;

  /* ─── Status ─── */
  --green: #2E7D5B !important;
  --green-dim: rgba(46, 125, 91, 0.08) !important;
  --amber: #8B6200 !important;
  --amber-dim: rgba(139, 98, 0, 0.08) !important;
  --red: #D42020 !important;
  --red-dim: rgba(212, 32, 32, 0.03) !important;

  /* ─── Fonts ─── */
  --font-display: 'Outfit', 'Inter', -apple-system, sans-serif !important;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;

  /* ─── Spacing ─── */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;

  /* ─── Radius ─── */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-full: 9999px;

  /* ─── Shadows ─── */
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.10);

  /* ─── Transitions ─── */
  --transition-fast: 150ms ease;
  --transition-normal: 250ms ease;
}
