#app .fixed.inset-0.screen-lock-collapsed-20260719 {
  background-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 0 !important;
}

#app .fixed.inset-0.screen-lock-collapsed-20260719 > div:not(.screen-lock-status-20260719) {
  display: none !important;
}

#app .fixed.inset-0[class~="z-[210]"]:not(.screen-lock-collapsed-20260719),
#app .fixed.inset-0[class~="z-[9999]"]:not(.screen-lock-collapsed-20260719) {
  background-color: rgba(15, 23, 42, 0.52) !important;
  backdrop-filter: blur(2px) !important;
  -webkit-backdrop-filter: blur(2px) !important;
}

#app .fixed.inset-0[class~="z-[210]"]:not(.screen-lock-collapsed-20260719) > div:not(.screen-lock-status-20260719),
#app .fixed.inset-0[class~="z-[9999]"]:not(.screen-lock-collapsed-20260719) > div:not(.screen-lock-status-20260719) {
  background-color: #fff !important;
  opacity: 1 !important;
}

#app .screen-lock-status-20260719 {
  position: fixed;
  top: calc(env(safe-area-inset-top, 0px) + 5rem);
  left: 50%;
  z-index: 1;
  display: flex;
  width: min(760px, calc(100% - 2rem));
  min-height: 48px;
  align-items: center;
  gap: 12px;
  box-sizing: border-box;
  transform: translateX(-50%);
  border: 1px solid #f4d98d;
  border-radius: 14px;
  background: rgba(255, 250, 230, 0.98);
  box-shadow: 0 10px 28px rgba(146, 107, 27, 0.14);
  color: #9a6a15;
  padding: 9px 12px 9px 14px;
  pointer-events: auto;
}

#app .screen-lock-status-20260719__icon {
  flex: 0 0 auto;
  color: #d59a20;
  font-size: 17px;
  line-height: 1;
}

#app .screen-lock-status-20260719__text {
  flex: 1 1 auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

#app .screen-lock-status-20260719__button {
  flex: 0 0 auto;
  border: 0;
  border-radius: 10px;
  background: #3b82f6;
  box-shadow: 0 4px 10px rgba(59, 130, 246, 0.22);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 7px 14px;
}

#app .screen-lock-status-20260719__button:active {
  transform: translateY(1px);
}

@media (max-width: 640px) {
  #app .screen-lock-status-20260719 {
    top: calc(env(safe-area-inset-top, 0px) + 4.25rem);
    width: calc(100% - 1rem);
    gap: 8px;
    min-height: 42px;
    border-radius: 12px;
    padding: 7px 9px 7px 11px;
  }

  #app .screen-lock-status-20260719__text,
  #app .screen-lock-status-20260719__button {
    font-size: 12px;
  }

  #app .screen-lock-status-20260719__button {
    border-radius: 8px;
    padding: 6px 9px;
  }
}
