/* PowerUp Casino — brand skin over CasinoKit.
   Loaded AFTER design-system/styles.css so these :root overrides win by source order.
   Neon-on-dark identity: signature purple + gold-yellow highlight. */

:root {
  /* ---- 4 theme hooks ---- */
  --accent: #9b5cff;     /* PowerUp signature purple — CTAs, active, glow */
  --accent-2: #ffd23f;   /* warm yellow highlight */
  --bg: #0b0d16;         /* page base */
  --surface: #171b2c;    /* card base */

  /* ---- ramp fidelity (PowerUp values) ---- */
  --bg-2: #121625;
  --surface-2: #1c2236;
  --surface-3: #232a44;
  --surface-hover: #212845;
  --line: #2c3350;
  --line-strong: #3a4366;

  /* ---- text ---- */
  --text-1: #f2f3f8;
  --text-2: #b7bed6;
  --text-3: #8a90ac;

  /* ---- ink on accent: purple #9b5cff is mid-bright → dark ink passes AA ---- */
  --accent-ink: #0b0616;

  /* ---- semantic (PowerUp) ---- */
  --success: #35f0a5;
  --warning: #ffd23f;
  --danger: #ff6b6b;
  --info: #35f0d0;
  --star: #ffd23f;

  /* ---- focus ring: light purple, readable on dark ---- */
  --focus-ring: #c6a8ff;
}
