/* CentralRP Phone v1.6.3 lifecycle safety/performance */
.phone-wrap.runtime-reset{
  opacity:0!important;
  transform:translateY(125%) scale(var(--phone-scale))!important;
  pointer-events:none!important;
  transition:none!important;
}
.phone-wrap:not(.open){will-change:auto!important}
.phone-wrap.open{will-change:transform,opacity}
.home-slider:not(.dragging){will-change:auto}
.app-screen:not(.active),.quick-shade:not(.active),.app-drawer:not(.active){will-change:auto}
