/* R68_NAVIGATION_STABILITY
   Video 10.08.2026: cross-document snapshots overlap the old/new header and
   navigation during desktop page changes. Keep navigation functional but make
   the snapshot switch instantaneous, eliminating the double-menu/ghost frame. */
::view-transition-group(*),
::view-transition-image-pair(*),
::view-transition-old(*),
::view-transition-new(*){
  animation-duration:0s!important;
  animation-delay:0s!important;
  animation-iteration-count:1!important;
}
::view-transition-old(*){opacity:0!important}
::view-transition-new(*){opacity:1!important}
