/* perf.css — giảm animation/blur liên tục (load sau base.css) */

html.animations-paused *,
html.animations-paused *::before,
html.animations-paused *::after {
  animation-play-state: paused !important;
}

html.perf-lite .orb,
html.perf-lite .grad,
html.perf-lite .live-dot::after,
html.perf-lite .ik-ring,
html.perf-lite .ikc-center,
html.perf-lite .typing-wrap .dot {
  animation: none !important;
}

html.perf-lite .ik-halo,
html.perf-lite .plan-aura {
  filter: none !important;
}

html.perf-lite .reveal {
  opacity: 1;
  transform: none;
  transition: none;
}
