/* Kingmaker Casino (kingmaker-deutch.com) — brand skin over the RoyalGuard kit.
   Loaded AFTER design-system/kit.css so these :root overrides win by source order.
   Amethyst-on-ink identity: violet accent + amber highlight (own ramp, not S1's
   gold/charcoal values — see project spec §"Палитра"). Contrast checked against
   WCAG AA (>=4.5:1 for body text, >=3:1 for large text/UI graphics); see the
   .mn-eyebrow override in wrap.css for the one small-text exception. */

:root {
  /* ---- 4 theme hooks (brand-locked) ---- */
  --accent: #8b5cf6;     /* amethyst — CTAs, active, glow */
  --accent-2: #fbbf24;   /* amber highlight */
  --bg: #0d0b1a;         /* page base */
  --surface: #191630;    /* card base */

  /* ---- ramp fidelity (Kingmaker DE values, own — not S1's) ---- */
  --bg-2: #120f22;
  --surface-2: #221d3f;
  --surface-3: #2b2450;
  --surface-hover: #251f47;
  --line: #362d5c;
  --line-strong: #4a3d78;

  /* ---- text ---- */
  --text-1: #f1eefc;
  --text-2: #c3b8e6;
  --text-3: #8d80b0;

  /* ---- ink on accent: #8b5cf6 needs a near-black ink to clear AA ---- */
  --accent-ink: #0a0518;

  /* ---- semantic (Kingmaker DE) ---- */
  --success: #34d399;
  --warning: #fbbf24;
  --danger: #f4476c;
  --info: #38bdf8;
  --star: #fbbf24;

  /* ---- focus ring: light violet, readable on dark ---- */
  --focus-ring: #c4b5fd;
}
