/* VE GAMERZ — Glow, elevation & motion
   Motion is subtle and purposeful: lift + glow on hover, soft pulse for LIVE. */
:root{
  /* ── Cyan glow (elevation) ──────────────── */
  --glow-sm:0 0 12px rgba(0,229,255,.25);
  --glow-md:0 0 24px rgba(0,229,255,.35);
  --glow-lg:0 0 42px rgba(0,229,255,.45);

  /* ── Red glow (YouTube / LIVE only) ─────── */
  --glow-yt:0 0 18px rgba(255,0,51,.4);
  --glow-yt-strong:0 0 34px rgba(255,0,51,.6);

  /* ── Drop shadow ────────────────────────── */
  --shadow:0 18px 40px -18px rgba(0,0,0,.8);

  /* ── Motion ─────────────────────────────── */
  --ease:cubic-bezier(.2,.7,.2,1); /* @kind other */
  --dur-fast:.2s;  /* @kind other */
  --dur-btn:.25s;  /* @kind other */
  --dur-card:.3s;  /* @kind other */
}
