body.content-lock-pending {
  min-height: 100vh;
}

body.content-lock-pending > .site-shell {
  visibility: hidden;
  pointer-events: none;
}

.content-lock-screen {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
  color: #f8f5ff;
  background:
    radial-gradient(circle at 50% 18%, rgba(183, 124, 255, 0.22), transparent 28rem),
    radial-gradient(circle at 16% 78%, rgba(220, 167, 67, 0.12), transparent 24rem),
    linear-gradient(180deg, rgba(2, 3, 10, 0.97), rgba(5, 6, 18, 0.98));
}

.content-lock-screen::before,
.content-lock-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.content-lock-screen::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 50% 34%, black, transparent 74%);
}

.content-lock-screen::after {
  background: radial-gradient(ellipse at center, transparent 0 52%, rgba(0, 0, 0, 0.82) 100%);
}

.content-lock-card {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  display: grid;
  gap: 22px;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(183, 124, 255, 0.32);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(43, 35, 74, 0.82), rgba(8, 9, 22, 0.92)),
    rgba(8, 9, 22, 0.94);
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  text-align: center;
  backdrop-filter: blur(18px) saturate(1.12);
}

.content-lock-mark {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-inline: auto;
  border: 1px solid rgba(220, 167, 67, 0.62);
  border-radius: 18px;
  color: #ffe08a;
  background: radial-gradient(circle at 30% 20%, rgba(183, 124, 255, 0.42), rgba(8, 9, 20, 0.92));
  box-shadow: 0 0 34px rgba(183, 124, 255, 0.26);
  font-size: 1.7rem;
}

.content-lock-card p,
.content-lock-card h1 {
  margin: 0;
}

.content-lock-kicker {
  color: #b77cff;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.content-lock-card h1 {
  color: #fff;
  font-size: clamp(2rem, 6vw, 3.6rem);
  line-height: 0.96;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.content-lock-copy {
  color: rgba(245, 240, 255, 0.72);
  font-size: 1rem;
  line-height: 1.6;
}

.content-lock-form {
  display: grid;
  gap: 12px;
}

.content-lock-form label {
  display: grid;
  gap: 9px;
  color: rgba(245, 240, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-align: left;
  text-transform: uppercase;
}

.content-lock-form input {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(183, 124, 255, 0.28);
  border-radius: 14px;
  padding: 0 18px;
  color: #fff;
  background: rgba(3, 5, 14, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  font: inherit;
  outline: none;
}

.content-lock-form input:focus {
  border-color: rgba(220, 167, 67, 0.72);
  box-shadow: 0 0 0 4px rgba(220, 167, 67, 0.12);
}

.content-lock-form button {
  min-height: 58px;
  border: 1px solid rgba(255, 224, 138, 0.5);
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, rgba(220, 167, 67, 0.74), rgba(95, 55, 152, 0.82));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

.content-lock-error {
  min-height: 1.4em;
  color: #ff8d8d;
  font-size: 0.9rem;
  font-weight: 800;
}
