.turnstile-locked,
.turnstile-locked body {
  overflow: hidden;
}

.turnstile-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(10, 10, 10, 0.45);
  backdrop-filter: blur(2px);
}

.turnstile-gate[hidden] {
  display: none !important;
}

.turnstile-card {
  width: 100%;
  max-width: 420px;
  background: #ffffff;
  border: 3px solid #0a0a0a;
  box-shadow: 8px 8px 0 #0a0a0a;
  padding: 22px 18px 18px;
}

.turnstile-title {
  margin: 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.turnstile-desc {
  margin: 10px 0 14px;
  color: #333;
  font-size: 0.92rem;
  line-height: 1.45;
}

.turnstile-widget {
  min-height: 65px;
  display: flex;
  align-items: center;
}

.turnstile-status {
  margin: 10px 0 0;
  min-height: 20px;
  font-size: 0.86rem;
  font-weight: 600;
}

.turnstile-status[data-state="loading"] {
  color: #555;
}

.turnstile-status[data-state="ok"] {
  color: #007a33;
}

.turnstile-status[data-state="error"] {
  color: #b00020;
}
