/**
 * BERDL design tokens — dark. Same names as berdl-tokens.css, KIND*AI's dark
 * values. The DS is light-only, so this file has no counterpart there: delete
 * it once the DS grows a dark palette rather than reconciling the two.
 *
 * Only tokens that differ are redeclared — anything derived in the light file
 * is a color-mix against tokens that flip here, so it comes out right for free.
 */

[data-bs-theme="dark"] {
  /* surfaces (KIND --bg / --panel / --panel2 / --line) */
  --c-bg: #0f141b;
  --c-surface: #161d27;
  --c-raised: #1c2531;
  --c-border: #26313f;

  /* ink scale — inverted; --c-ink3 is KIND --slate, --c-ink4 is KIND --muted */
  --c-ink: #e6edf3;
  --c-ink3: #6e7d90;
  --c-ink4: #8b98a8;

  /* semantic. KIND has no dark red; this exists only so .alert-danger and the
     login error stay legible on a dark surface. */
  --c-primary: #4aa8ff;
  --c-green: #3fb950;
  --c-yellow: #d29922;
  --c-red: #f85149;

  /* aux — Primer dark, until the DS supplies its own dark set */
  --c-teal: #56d4dd;

  /* text-on-tint (KIND --blue / --green / --amber) */
  --ct-primary: #58a6ff;
  --ct-green: #3fb950;
  --ct-yellow: #d29922;
  --ct-red: #f85149;
}
