.gate-pending body { visibility: hidden !important; }

#rl-gate-overlay,
#rl-gate-overlay * { visibility: visible !important; box-sizing: border-box; }

#rl-gate-overlay .vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

#rl-gate-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  color: #fff;
  background:
    radial-gradient(900px 600px at 78% -8%, rgba(18, 94, 186, .24), transparent 60%),
    linear-gradient(180deg, #07101d, #0a1728);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#rl-gate-card {
  width: 100%;
  max-width: 390px;
  padding: 40px 32px;
  border: 1px solid rgba(86, 160, 248, .32);
  border-radius: 20px;
  text-align: center;
  background: linear-gradient(180deg, #10213a, rgba(13, 29, 51, .82));
  box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
}

#rl-gate-logo img {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 0 26px rgba(86, 160, 248, .32);
}

#rl-gate-card h1 {
  margin: 18px 0 8px;
  color: #fff;
  font-size: 25px;
  font-weight: 750;
  letter-spacing: -.025em;
}

#rl-gate-card p {
  margin: 0 0 24px;
  color: #b4c3d7;
  font-size: 14px;
  line-height: 1.6;
}

#rl-gate-form { display: flex; flex-wrap: wrap; gap: 10px; }

#rl-gate-input {
  min-width: 170px;
  flex: 1;
  padding: 13px 15px;
  border: 1px solid rgba(86, 160, 248, .36);
  border-radius: 11px;
  outline: none;
  color: #fff;
  background: rgba(2, 8, 20, .72);
  font: inherit;
}

#rl-gate-input:focus {
  border-color: #69a9f5;
  box-shadow: 0 0 0 3px rgba(18, 94, 186, .32);
}

#rl-gate-input::placeholder { color: #7f90aa; }

#rl-gate-form button {
  min-height: 48px;
  padding: 13px 22px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  background: #125eba;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

#rl-gate-form button:hover { background: #1b6bc8; }

#rl-gate-remember {
  margin-top: 16px;
  color: #91a2ba;
  font-size: 12px;
}

#rl-gate-remember label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}

#rl-gate-remember input { width: 16px; height: 16px; accent-color: #125eba; }

#rl-gate-err {
  min-height: 20px;
  margin-top: 14px;
  color: #ff8da5;
  font-size: 13px;
  font-weight: 650;
}

@media (max-width: 460px) {
  #rl-gate-card { padding: 34px 22px; }
  #rl-gate-form { flex-direction: column; }
  #rl-gate-input, #rl-gate-form button { width: 100%; }
}
