/* Theme: VibeCheck.luxury — founder ruling 2026-09-03: VibeCheck moves onto the
   Couch Commons ground family with one neon PURPLE accent. The cream #F6F1E7 /
   magenta #C4145F palette from vibecheck-luxury-marketing/site.css is retired;
   so are that stylesheet's lime and cyan. VibeCheck keeps the one deviation it
   was stamped with today: the softer corner (--ds-radius 14px). That is a
   geometry token, not a colour, so it survives the move to black unchanged.
   Contrast: ink 16.90 · accent 11.02 · accent-deep 8.68 · secondary 5.58,
   all on #111 (accent 10.36 on panel #181818, on-accent 11.02 on the fill). */
:root[data-ds-theme="vibecheck"] {
  color-scheme: dark;
  --ds-ground: #111111;
  --ds-ground-alt: #161616;
  --ds-panel: #181818;
  --ds-panel-deep: #1f1f1f;
  --ds-ink: #f5f2ec;
  --ds-ink-strong: #ece8e0;
  --ds-ink-secondary: #8c8c86;
  --ds-accent: #d9b8ff;
  --ds-accent-deep: #c49ff7;
  --ds-accent-surface: #1e1630;
  --ds-on-accent: #111111;
  --ds-line: rgba(245, 242, 236, 0.16);
  --ds-line-soft: rgba(245, 242, 236, 0.08);
  --ds-line-strong: #f5f2ec;
  --ds-ok: #d9b8ff;
  --ds-warn: #e8c46a;
  --ds-error: #ff8f7a;
  --ds-radius: 14px;
}
