/* §SITECOOL1 20260806-sitecool1
 * Finish cool wave — account + apex + voice leftovers.
 * Tip-safe overlay. Kill remaining infinite CSS / pause eco-pulse when closed.
 */
.hero-aurora,
.pulse-dot,
.auth-card__pulse {
  animation: none !important;
  filter: none !important;
}

/* Eco pulse: paused unless product panel open */
html:not(.vy-product-panel-open) body:not(.vy-product-panel-open) .vy-ecopulse-live-dot,
html:not(.vy-product-panel-open) body:not(.vy-product-panel-open) .vy-ecopulse-beta-dot,
html:not(.vy-product-panel-open) body:not(.vy-product-panel-open) .vy-ecopulse-icon-breathe,
html:not(.vy-product-panel-open) body:not(.vy-product-panel-open) .vy-product-status[data-status="live"]::before,
html:not(.vy-product-panel-open) body:not(.vy-product-panel-open) .vy-product-status[data-status="beta"]::before {
  animation-play-state: paused !important;
}

@media (prefers-reduced-motion: reduce) {
  .hero-aurora,
  .pulse-dot,
  .vy-ecopulse-live-dot,
  .vy-ecopulse-beta-dot,
  .vy-ecopulse-icon-breathe {
    animation: none !important;
    filter: none !important;
  }
}
