/* Sync boost during page change (keeps base pulse intact) */
body.nm-transitioning .noxus-logo {
  animation-duration: 1.2s; /* faster during transition */
  filter: drop-shadow(0 0 16px rgba(255,126,51,.95)) drop-shadow(0 0 26px rgba(138,60,244,.75));
}
