/* ============================================================
   RV PAGES — ELEVATION, GLASS & FOCUS TOKENS
   In the dark, depth comes from border + blur + glow,
   not heavy drop shadows. Frosted glass is the brand's surface texture.
   ============================================================ */
:root{
  --shadow-card:  0 24px 60px -20px rgba(0,0,0,.72), 0 4px 14px rgba(0,0,0,.45);
  --shadow-pop:   0 30px 80px -24px rgba(0,0,0,.8);
  --shadow-glow:  0 0 70px rgba(255,255,255,.07);

  --glass-blur:   saturate(140%) blur(22px); /* @kind other */

  --ring-focus:   0 0 0 3px rgba(255,255,255,.20);
  --ring-live:    0 0 0 3px rgba(255,77,77,.30);
  --ring-ok:      0 0 0 3px rgba(52,211,153,.30);
}
