/* Theme: midnight — the original hand-tuned dark card, transcribed verbatim into the
   --ck-* contract. Phase 1 hand-authored: no theme in the Themes-service seed is dark,
   so this has NO backend equivalent yet (KC design 0236). Cards reference only these
   Layer-2 semantic aliases, so provenance can later move to the Themes seed (Phase 3)
   without touching any card. Applied via <html data-theme="midnight">. */
[data-theme='midnight'] {
  /* neutrals — first-class theme tokens (this card is built mostly from these) */
  --ck-surface: #0a0b0d;
  --ck-surface-raised: #15171c;
  --ck-ink: #ececee;
  --ck-muted: #9a9ca3;
  --ck-faint: #6f727a;
  --ck-icon: #54565d;
  --ck-hair: rgba(255, 255, 255, 0.1);
  --ck-rule: rgba(255, 255, 255, 0.1);

  /* brand */
  --ck-primary: #8fb3ff;
  --ck-primary-on: #0a0b0d;
  --ck-primary-muted: rgba(143, 179, 255, 0.55);
  --ck-accent: #8fb3ff;
  --ck-warn: #ff8f8f;
}
