body.locked > :not(.access-gate) {
  display: none !important;
}

.access-gate {
  display: none;
  min-height: 100vh;
  padding: 24px;
  align-items: center;
  justify-content: center;
  background: #f7fafc;
  color: #17212b;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.locked > .access-gate {
  display: flex;
}

.access-card {
  width: min(100%, 460px);
  background: #ffffff;
  border: 1px solid #d9e2ec;
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 18px 48px rgba(23, 33, 43, .12);
}

.access-mark {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 14px;
}

.access-kicker {
  color: #08756f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.access-card h1 {
  margin: 7px 0 9px;
  font-size: 28px;
  line-height: 1.1;
}

.access-card p {
  margin: 0 0 18px;
  color: #607080;
  font-size: 14px;
  line-height: 1.5;
}

.access-card label {
  display: block;
  margin-bottom: 6px;
  color: #17212b;
  font-size: 12px;
  font-weight: 700;
}

.access-card input {
  width: 100%;
  min-width: 0;
  border: 1px solid #d9e2ec;
  border-radius: 9px;
  background: #ffffff;
  color: #17212b;
  padding: 11px 12px;
  font: inherit;
}

.access-card input:focus {
  outline: none;
  border-color: #08756f;
  box-shadow: 0 0 0 3px rgba(8, 117, 111, .13);
}

.access-card button {
  width: 100%;
  margin-top: 12px;
  border: 0;
  border-radius: 9px;
  background: #17212b;
  color: #ffffff;
  padding: 12px 14px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.access-card button:hover {
  background: #08756f;
}

.access-error {
  min-height: 18px;
  margin-top: 10px;
  color: #b42318;
  font-size: 12px;
}

.access-home {
  display: inline-block;
  margin-top: 8px;
  color: #2f6fa3;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.access-home:hover {
  text-decoration: underline;
}
