/* Teal — Refreshing aqua, clarity, health. */
[data-theme="teal"] {
  --brand-50:  #f0fdfa;
  --brand-100: #ccfbf1;
  --brand-200: #99f6e4;
  --brand-300: #5eead4;
  --brand-400: #2dd4bf;
  --brand-500: #14b8a6;
  --brand-600: #0d9488;
  --brand-700: #0f766e;
  --brand-800: #115e59;
  --brand-900: #134e4a;
  --brand-950: #042f2e;

  --chart-theme-1: var(--brand-800);
  --chart-theme-2: var(--brand-500);
  --chart-theme-3: var(--brand-300);
  --chart-theme-4: var(--brand-700);
  --chart-theme-5: var(--brand-400);
  --chart-theme-6: var(--brand-600);
  --chart-theme-7: var(--brand-200);
  --chart-theme-8: var(--brand-900);

  /* Chart neutrals (subtle, NOT brand-saturated) + single-hue heat ramp */
  --chart-grid:      rgba(15, 23, 42, 0.06);  /* identical neutral across ALL themes */
  --chart-plot-bg:   var(--brand-50);
  --chart-heat-from: var(--brand-100);
  --chart-heat-to:   var(--brand-900);
}
