/* Media Manager - 99-dev-overrides.css */

/* =========================================================
   Aurora presets (CSS-only)
   - Default (no class): Drift
   - Static: body.aurora--static
   - Extra calm drift: body.aurora--calm
   ========================================================= */

body.aurora--static::before,
body.aurora--static::after {
  animation: none !important;
}

body.aurora--calm {
  --aurora-mist-duration: 42s;
  --aurora-glow-duration: 64s;
  --aurora-mist-shift: .8%;
  --aurora-glow-shift: .7%;
  --aurora-mist-blur: 12px;
  --aurora-glow-blur: 26px;
  --aurora-mist-strength: .85;
  --aurora-glow-strength: .85;
}
