.lj-locked body > *:not(.las-jaras-gate) {
  display: none !important;
}

.las-jaras-gate {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 18px;
  background: #f7f5ef;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.las-jaras-gate__panel {
  width: min(440px, 100%);
  border: 1px solid #d8ddea;
  border-radius: 8px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(23, 32, 51, .12);
}

.las-jaras-gate__panel p {
  color: #5e6675;
}

.las-jaras-gate__panel h1 {
  margin: 0 0 10px;
  color: #002f73;
  font-size: 2rem;
  line-height: 1;
}

.las-jaras-gate label {
  display: grid;
  gap: 7px;
  color: #5e6675;
  font-weight: 800;
}

.las-jaras-gate input {
  width: 100%;
  border: 1px solid #bdc7d8;
  border-radius: 8px;
  padding: 12px;
  color: #172033;
  font: inherit;
}

.las-jaras-gate button {
  width: 100%;
  min-height: 42px;
  margin-top: 12px;
  border: 1px solid #0047ab;
  border-radius: 8px;
  background: #0047ab;
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.las-jaras-gate__error {
  min-height: 1.4em;
  margin: 10px 0 0;
  color: #c4513e !important;
  font-weight: 800;
}
