/* CentralRP Phone v1.8.9 */

/* The camera opens as a centred physical phone. The game world remains visible
   around it and the player's saved size/autosize scale is preserved. */
#phone.phone-wrap.open.camera-live,
#phone.phone-wrap.open.camera-live.camera-landscape{
  top:50%!important;
  left:50%!important;
  right:auto!important;
  bottom:auto!important;
  transform:translate(-50%,-50%) scale(var(--phone-scale))!important;
  transform-origin:center center!important;
  box-shadow:0 22px 58px rgba(0,0,0,.48)!important;
  z-index:450!important
}

/* Passive wake: only the upper half of the locked phone enters the viewport.
   Notifications are moved into that visible half and any click expands it. */
.phone-wrap.open.notification-peek189:not(.camera-live):not(.media-landscape){
  top:auto!important;
  right:2.1vw!important;
  bottom:2.2vh!important;
  transform:translateY(52%) scale(var(--phone-scale))!important;
  transform-origin:bottom right!important;
  opacity:1!important;
  z-index:480!important;
  cursor:pointer!important
}
.phone-wrap.notification-peek189 .lock-screen{
  padding-top:45px!important;
  pointer-events:none!important
}
.phone-wrap.notification-peek189 .lock-time{margin-top:12px!important}
.phone-wrap.notification-peek189 .lock-time .time{font-size:34px!important}
.phone-wrap.notification-peek189 .lock-notifications{
  margin-top:17px!important;
  margin-bottom:auto!important;
  width:100%!important
}
.phone-wrap.notification-peek189 .lock-card{
  border-color:rgba(104,170,255,.35)!important;
  background:rgba(8,18,31,.94)!important;
  box-shadow:0 8px 24px rgba(0,0,0,.28)!important
}
.phone-wrap.notification-peek189 .lock-card:first-child::after{
  content:"Klikni pre otvorenie";
  display:block;
  margin-top:6px;
  color:#69aaff;
  font-size:9px;
  font-weight:750
}
.phone-wrap.notification-peek189 :is(.lock-security-actions,.unlock-hint){display:none!important}
.camera-selfie-wait188.error{color:#ff8790!important;padding:18px;text-align:center}

@media(max-height:900px){
  .phone-wrap.open.notification-peek189:not(.camera-live):not(.media-landscape){right:1.6vw!important;bottom:1.7vh!important}
}
