/* Stabilization V1 legacy quarantine.
   This file intentionally scopes compatibility fixes instead of deleting legacy rules blindly.
   Old fixed/absolute/popup/map rules still inside styles.css must be migrated here only after
   confirming they are unused or harmful to the current workflow. */

body.performance-lite * {
  animation: none !important;
  transition-duration: 80ms !important;
}

body.performance-lite :where(.glass, .panel, .card, .sidebar, .modal, .geo-map-controls) {
  backdrop-filter: none !important;
  filter: none !important;
  box-shadow: none !important;
}

body.performance-lite :where(.glow, .pulse, .animated-border, .scanline, .neon, .status-glow) {
  animation: none !important;
  box-shadow: none !important;
}

