.site-gate {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(29, 15, 11, 0.58);
  display: grid;
  place-items: center;
  padding: 1rem;
}

.site-gate.is-hidden {
  display: none;
}

.site-gate-card {
  width: min(440px, 100%);
  background: #fff7ec;
  border: 2px solid #e5c5a3;
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 14px 28px rgba(31, 16, 11, 0.3);
  font-family: "Nunito", sans-serif;
}

.site-gate-card h2 {
  margin: 0 0 0.4rem;
  color: #3b261c;
}

.site-gate-hint {
  margin: 0 0 0.75rem;
  color: #765644;
}

.site-gate-label {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 700;
  color: #3b261c;
}

.site-gate-input {
  width: 100%;
  border: 1px solid #cfae8d;
  border-radius: 10px;
  padding: 0.62rem 0.72rem;
  font: inherit;
  margin-bottom: 0.6rem;
}

.site-gate-error {
  margin: 0 0 0.65rem;
  color: #b13024;
  font-size: 0.92rem;
}

.site-gate-btn {
  border: 0;
  border-radius: 999px;
  padding: 0.62rem 1.08rem;
  font-family: inherit;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.01em;
  cursor: pointer;
  background: linear-gradient(180deg, #cf5b3c 0%, #ad4228 100%);
  box-shadow: 0 10px 16px rgba(140, 51, 26, 0.28);
}

body.gate-locked {
  overflow: hidden;
}
