#invite_register_entry {
  position: relative;
  margin: 24px auto 16px;
  width: 400px;
  height: 74px;
  line-height: 74px;
  border: 2px solid #e7b93e;
  border-radius: 14px;
  color: #b77d00;
  background: #fff9df;
  font-size: 34px;
  text-align: center;
  cursor: pointer;
}

#invite_register_layer {
  position: absolute;
  inset: 0;
  width: 750px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2200;
  background: linear-gradient(180deg, #fff7d5 0, #fff 420px);
}

.invite-register-card {
  position: relative;
  margin: 45px auto;
  width: 660px;
  padding: 32px 28px 38px;
  box-sizing: border-box;
  border-radius: 20px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 30px rgba(110, 80, 10, .18);
}

.invite-register-title {
  height: 70px;
  line-height: 70px;
  color: #805c08;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}

.invite-register-ref {
  margin-bottom: 20px;
  line-height: 48px;
  color: #9b7a2d;
  font-size: 28px;
  text-align: center;
}

.invite-register-row {
  position: relative;
  margin-bottom: 20px;
  height: 82px;
}

.invite-register-input {
  width: 100%;
  height: 82px;
  padding: 0 24px;
  border: 2px solid #e3d3a8;
  border-radius: 12px;
  box-sizing: border-box;
  background: #fff;
  color: #5a461d;
  font-size: 32px;
}

.invite-register-captcha-row {
  display: flex;
  gap: 14px;
}

.invite-register-captcha-row .invite-register-input {
  flex: 1;
  min-width: 0;
}

#invite_register_captcha {
  width: 176px;
  height: 78px;
  border: 2px solid #e3d3a8;
  border-radius: 10px;
  object-fit: fill;
  background: #f4f4f4;
  cursor: pointer;
}

#invite_register_tip {
  min-height: 46px;
  line-height: 46px;
  color: #e44c37;
  font-size: 28px;
  text-align: center;
}

.invite-register-actions {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.invite-register-button {
  flex: 1;
  height: 84px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: #f0bd37;
  font-size: 34px;
  cursor: pointer;
}

.invite-register-button.secondary {
  color: #82692d;
  background: #eee5cf;
}

.invite-register-button:disabled {
  color: #aaa;
  background: #ddd;
}

.invite-register-help {
  margin-top: 22px;
  line-height: 42px;
  color: #999;
  font-size: 25px;
  text-align: center;
}
