/* VidNinjas palette — overrides the app's :root custom properties.
 * Verified live in the browser against carlosforge before shipping.
 * Literal (non-variable) colours are handled separately by colors.json. */
:root {
  --vc-bg-0: #05080f;
  --vc-bg-1: #0a1018;
  --vc-bg-2: #121b2a;
  --vc-panel: #0a1018;

  --vc-surface: rgba(16, 25, 40, .88);
  --vc-surface-strong: rgba(22, 34, 54, .94);
  --vc-surface-hover: rgba(31, 48, 76, .96);

  --vc-border: rgba(120, 175, 255, .14);
  --vc-border-strong: rgba(120, 175, 255, .30);

  /* primary accent: the blue of the "Ninjas" glyphs */
  --vc-violet: #3d8bfd;
  --vc-violet-bright: #7cc0ff;
  --vc-violet-deep: #1b4f8f;
  --vc-violet-glow: rgba(61, 139, 253, .28);

  --vc-glow-cyan: rgba(34, 211, 238, .16);
  --vc-glow-blue: rgba(61, 139, 253, .14);

  /* secondary accent: the cyan of the mask's eyes */
  --vc-sage: #38bdf8;
  --vc-accent-animation: #22d3ee;
  --vc-accent-animation-bright: #7de8fb;
  --vc-accent-animation-soft: rgba(34, 211, 238, .16);
  --vc-accent-animation-border: rgba(34, 211, 238, .32);

  --vc-rose: #f2736d;

  --vc-text: #e8f1fb;
  --vc-text-dim: #a9bdd4;
  --vc-text-faint: #6d829b;
}
