/* Sprint 13 — `dark` legacy theme.
 *
 * Deep near-black ground with cyan accent. Migrated from
 * public/styles/themes.css (Sprint 7 legacy axis).
 *
 * Self-contained per the Sprint 13 refactor contract: every theme
 * file ships all 13 primary tokens + card-back tokens.
 *
 * Authoring note: don't put leading `--name:` in comments — the L5
 * contrast linter regex matches the first occurrence.
 */

body[data-theme="dark"] {
  --bg:          #050708;
  --paper:       #11161a;
  --ink:         #f5f7fa;
  --ink-soft:    #a8b0ba;
  --felt-mid:    #26313a;
  --card-bg:     #f6f8f4;
  --card-border: #c8d0cc;
  --red:         #df7575;
  --spade:       #101414;
  --accent:      #9ad7ff;
  --team-ns:     #6ee7b7;
  --team-ew:     #c8a06f;
  --amber:       #f59e0b;
  --ink-on-team-ns: #000;
  --ink-on-team-ew: #000;
  /* Default mask emblem (shared). */
  --card-back-image: none;
  --card-back-mask: var(--shared-card-back-mask);
}
