body.static-locked { overflow: hidden !important; }
body.static-locked > :not(#static-auth-gate) { visibility: hidden !important; }
#static-auth-gate {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  visibility: visible !important;
  background: #f6f8fa;
  opacity: 1;
  transition: opacity .28s ease;
}
#static-auth-gate.is-unlocking { pointer-events: none; opacity: 0; }
#static-auth-gate iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #f6f8fa;
}
