/* ORCA LUME persistent control plane v23
   Keep reversible mode controls geometrically stable while the visual room
   composites underneath them. Presentation/control only; no Journey truth. */

#browser-experience .nature-topbar{
  transform:none!important;
  animation:none!important;
}

#browser-experience .nature-topbar__right{
  position:relative;
  z-index:80;
  transform:none!important;
  animation:none!important;
  transition:none!important;
  contain:layout style paint;
  isolation:isolate;
}

#browser-experience .nature-topbar__right > .light-lens-toggle{
  position:relative;
  z-index:3;
  transform:none!important;
  animation:none!important;
  transition:none!important;
  contain:layout style paint;
  touch-action:manipulation;
}

#browser-experience[data-light-lens="true"] .nature-topbar,
#browser-experience[data-light-lens="true"] .nature-topbar__right,
#browser-experience[data-light-lens="true"] .nature-topbar__right > .light-lens-toggle{
  transform:none!important;
}

@media(max-width:760px){
  #browser-experience .nature-topbar__right{
    contain:layout style paint;
  }
}
