/* v4.0.2 — Audience Energy rail placement hotfix.
   The meter occupies a dedicated lane immediately above the persistent status
   rail instead of painting across the rail. 1280px rail top - 48px meter -
   18px optical gap = 1214px. Scene-specific placements (Audio Trivia and Odd
   One Out) remain authoritative where they intentionally use nearby values. */
#broadcast-stage .engagement-energy{
  top:1214px;
  z-index:20;
}

/* Keep the persistent production rail visually above the meter glow. */
#broadcast-stage .status-rail{
  z-index:22;
}
