/* Codex: 认证页视觉调整集中在本样式表后段覆盖规则，保留模板与 Vue 逻辑不变。 */
* {
  margin: 0;
  padding: 0;
}
#regist {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-form {
  margin-top: 0.3rem;
}
.custom-form .el-form-item__label {
  line-height: 1;
}
.custom-form .el-select {
  width: 100%;
}
.login-container {
  width: 15.7rem;
  height: 8.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/* 背景板 开始 */
.container-back {
  width: 15.7rem;
  height: 6.8rem;
  background: var(--color-primary);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  font-family: Source Han Sans CN;
}
.back-text {
  font-size: 0.27rem;
  z-index: 10;
  color: #FFFFFF;
  margin-top: 1.39rem;
  margin-left: 0.65rem;
  font-weight: 400;
}
.text-welcome {
  font-size: 0.74rem;
  font-family: Bahnschrift;
  line-height: 0.74rem;
}
.text-title {
  margin-top: 5px;
}
.text-level {
  font-size: 0.12rem;
  margin-top: 0.81rem;
}
.back-line1,
.back-line2,
.back-line3 {
  width: 60px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  position: absolute;
}
.back-line1 {
  height: 5rem;
  opacity: 1;
  transform: rotate(45deg);
  top: -1.2rem;
  left: 4.15rem;
}
.back-line2 {
  height: 7rem;
  transform: rotate(110deg);
  top: 0px;
  left: 5rem;
}
.back-line3 {
  height: 5rem;
  transform: rotate(45deg);
  top: 2.3rem;
  left: 1.5rem;
}
/* 背景板结束 */
/* 前景 登录框 开始 */
.container-before {
  width: 7.5rem;
  height: 8rem;
  overflow-y: auto;
  background: #FFFFFF;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0.9rem;
  border: 4px;
  z-index: 10;
}
.login {
  padding-top: 0.8rem;
  padding-left: 1.24rem;
  padding-right: 1.05rem;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 14px;
}
.login-text {
  display: flex;
  flex-direction: column;
}
.login-text-title {
  font-size: 0.32rem;
  color: #1E2736;
  line-height: 0.32rem;
}
.login-text-regist {
  font-weight: Regular;
  margin-top: 0.08rem;
  color: #1E2736;
}
.login-text-regist a {
  color: var(--color-primary);
  cursor: pointer;
}
.login-form {
  margin-top: 0.68rem;
}
.login-top {
  display: flex;
  flex-direction: row;
}
.login-email,
.login-phone {
  height: 0.34rem;
  color: #666B80;
  cursor: pointer;
}
.active {
  color: var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}
.login-email {
  margin-right: 0.4rem;
}
.form-main {
  margin-top: 0.3rem;
}
.form-item {
  margin-top: 0.3rem;
}
.input-with-select .el-input-group__prepend {
  background: #FFFFFF;
  width: 60px;
}
.code-item {
  display: flex;
  flex-direction: row;
}
.code-btn {
  margin-left: 0.1rem;
  background: var(--color-primary);
  color: #FFFFFF;
}
.rember-item {
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
}
.rember-item a {
  color: var(--color-primary);
  cursor: pointer;
}
.login-btn {
  width: 100%;
  height: 46px;
  background: var(--color-primary);
}
.read-text {
  flex: 1;
  font-size: 14px;
  line-height: 19px;
  padding: 0 10px;
  color: #606266;
  font-weight: 500;
}
.read-item {
  margin-top: 0.2rem;
}
.read-item a {
  color: var(--color-primary);
  cursor: pointer;
}
.line-item {
  margin-top: 0.4rem;
}
.line-item text {
  font-size: 16px;
  color: #1E2736;
}
.type-btn {
  width: 100%;
  height: 0.46rem;
  font-size: 0.16rem;
}
@media screen and (max-width: 750px) {
  .login-btn {
    font-size: 0.34rem;
    height: 0.8rem;
  }
  .type-btn {
    border: none;
    color: var(--color-primary);
    font-size: 0.34rem;
  }
  .code-btn {
    font-size: 0.32rem;
    height: 0.8rem;
  }
  .login-container {
    height: calc(100vh - 1.2rem);
    width: 100vw;
    background: #F2F2FE;
    padding: 0.6rem 0;
  }
  .container-back {
    display: none;
  }
  .container-before {
    width: 100%;
    height: 100%;
    margin: 0rem 0.3rem;
    position: unset;
    z-index: 0;
  }
  .login {
    padding-top: 1.17rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    font-size: 0.26rem;
    line-height: 0.3rem;
  }
  .login-text-title {
    font-size: 0.4rem;
  }
  .login-text-regist {
    margin-top: 0.1rem;
    font-size: 0.28rem;
  }
  .login-form {
    margin-top: 1.21rem;
  }
  .form-main {
    margin-top: 0.6rem;
  }
  .login-email,
  .login-phone {
    height: 0.34rem;
    width: 100%;
    text-align: center;
    color: #666B80;
    cursor: pointer;
    padding-bottom: 0.13rem;
  }
  .el-checkbox__label {
    font-size: 0.26rem;
  }
  .read-item {
    line-height: 0.3rem;
  }
  .read-item .check-div {
    display: flex;
    white-space: inherit;
  }
}

/* Xiaoyue auth visual refresh: style-only overrides, keep Vue logic untouched. */
html,
body {
  min-height: 100%;
  overflow-x: hidden;
  background: #06152f;
}

#regist {
  min-height: 100vh;
  height: auto;
  width: 100%;
  padding: 40px 32px;
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 102, 255, 0.28), transparent 32%),
    radial-gradient(circle at 80% 70%, rgba(0, 210, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #06152f 0%, #08245a 48%, #041226 100%);
}

#regist::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.32) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.32) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(135deg, #000 0%, transparent 78%);
}

#regist::after {
  content: "";
  position: absolute;
  left: 9%;
  bottom: 9%;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  border: 1px solid rgba(74, 144, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(0, 102, 255, 0.14), rgba(0, 210, 255, 0.05)),
    radial-gradient(circle, rgba(22, 131, 255, 0.18), transparent 58%);
  filter: blur(1px);
  pointer-events: none;
}

#regist .login-container {
  width: min(1180px, 100%);
  min-height: calc(100vh - 80px);
  height: auto;
  display: grid;
  grid-template-columns: minmax(0, 55%) minmax(420px, 45%);
  align-items: center;
  justify-content: center;
  gap: 42px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#regist .login-jump-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
}

#regist .login-jump-btn .lang-box {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
}

#regist .login-jump-btn .lang-box span,
#regist .login-jump-btn .btn a {
  color: rgba(255, 255, 255, 0.86);
}

#regist .login-jump-btn .lang-box span {
  min-width: 42px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}

#regist .login-jump-btn .lang-box span.active {
  color: #06152f;
  background: #fff;
}

#regist .login-jump-btn .btn {
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
}

#regist .container-back {
  width: 100%;
  height: auto;
  min-height: 540px;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  position: relative;
  display: flex;
  align-items: center;
}

#regist .container-back::before {
  content: "啸月网络\A XIAOYUE NETWORK";
  white-space: pre;
  position: absolute;
  top: 86px;
  left: 0;
  padding-left: 48px;
  color: #fff;
  font-size: 26px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0;
}

#regist .container-back::after {
  content: "高防防护    BGP 多线    7×24 技术支持";
  position: absolute;
  left: 0;
  top: 430px;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

#regist .back-line1,
#regist .back-line2,
#regist .back-line3 {
  width: 180px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 210, 255, 0.4), transparent);
  opacity: 0.75;
}

#regist .back-line1 {
  top: 156px;
  left: 320px;
}

#regist .back-line2 {
  top: 260px;
  left: 72px;
}

#regist .back-line3 {
  top: 360px;
  left: 360px;
}

#regist .container-back .back-text,
#regist .back-text {
  width: min(560px, 100%);
  margin: 0;
  color: #fff;
  position: relative;
  z-index: 2;
}

#regist .text-welcome,
#regist .text-title,
#regist .text-level {
  font-size: 0;
  line-height: 0;
  margin: 0;
}

#regist .back-text::before {
  content: "稳定云资源，驱动业务增长";
  display: block;
  color: #fff;
  font-size: 44px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: 0;
  max-width: 520px;
}

#regist .back-text::after {
  content: "专注云服务器、高防服务器、物理服务器租用与 IDC 托管服务";
  display: block;
  max-width: 540px;
  margin-top: 22px;
  color: rgba(226, 239, 255, 0.86);
  font-size: 17px;
  line-height: 1.8;
}

#regist .container-before {
  width: 100%;
  height: auto;
  position: static;
  z-index: 2;
  display: flex;
  justify-content: center;
}

#regist .login {
  width: min(440px, 100%);
  min-height: auto;
  padding: 38px 42px;
  box-sizing: border-box;
  position: relative;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  color: #1f2937;
  line-height: 1.45;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

#regist .login:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.31);
}

#regist .login-text-title {
  color: #10203f;
  font-size: 0;
  line-height: 0;
  font-weight: 700;
  letter-spacing: 0;
}

#regist .login-text-title::before {
  content: "注册啸月网络账号";
  display: block;
  color: #10203f;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
}

#regist .login-text-title::after {
  content: "注册账号，快速开通云服务器与高防资源";
  display: block;
  margin-top: 10px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}

#regist .login-text-regist {
  margin-top: 14px;
  color: #5f6b7a;
  font-size: 14px;
}

#regist .login-text-regist a,
#regist .read-text a,
#regist .rember-item a,
#regist .read-item a {
  color: #0066ff;
  font-weight: 600;
}

#regist .login-text-regist a:hover,
#regist .read-text a:hover,
#regist .rember-item a:hover,
#regist .read-item a:hover {
  color: #0052cc;
  text-decoration: underline;
}

#regist .login-form {
  margin-top: 28px;
}

#regist .form-main {
  margin-top: 22px;
}

#regist .login-top {
  height: auto;
  display: flex;
  gap: 10px;
  padding: 4px;
  border-radius: 8px;
  background: #f1f5ff;
}

#regist .login-email,
#regist .login-phone {
  flex: 1;
  width: auto;
  height: 38px;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  color: #667085;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}

#regist .active {
  color: #0066ff;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 102, 255, 0.12);
}

#regist .form-item,
#regist .custom-form .el-form-item {
  margin-top: 18px;
}

#regist .custom-form {
  margin-top: 24px;
}

#regist .custom-form .el-form-item__label {
  color: #344054;
  line-height: 1.45;
  font-weight: 500;
}

#regist .el-input__inner,
#regist .el-input-group__prepend {
  height: 46px;
  border-color: #d9e2f3;
  background: #f8fbff;
  color: #1f2937;
  font-size: 14px;
}

#regist .el-input__inner {
  border-radius: 6px;
  padding: 0 14px;
}

#regist .el-input__inner::placeholder {
  color: #9aa7b8;
}

#regist .el-input__inner:focus {
  border-color: #0066ff;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.12);
}

#regist .input-with-select .el-input-group__prepend {
  width: 108px;
  border-radius: 6px 0 0 6px;
}

#regist .code-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

#regist .code-item .el-input {
  flex: 1;
}

#regist .code-btn {
  min-width: 124px;
  height: 46px;
  border-radius: 6px;
  border: 1px solid #d9e2f3;
  color: #0066ff;
  background: #eef5ff;
  font-size: 14px;
  font-weight: 600;
}

#regist .rember-item,
#regist .read-item {
  align-items: flex-start;
  color: #5f6b7a;
  font-size: 13px;
  line-height: 1.6;
}

#regist .read-text {
  color: #5f6b7a;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 400;
}

#regist .login-btn {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(135deg, #0066ff 0%, #1683ff 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(0, 102, 255, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

#regist .login-btn:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #0059e6 0%, #0f73ed 100%);
  box-shadow: 0 14px 30px rgba(0, 102, 255, 0.32);
}

#regist .type-btn {
  width: 100%;
  height: 44px;
  margin: 12px 0 0;
  border: 1px solid #d9e2f3;
  border-radius: 6px;
  color: #0066ff;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
}

#regist .read-item .el-alert {
  border-radius: 6px;
  background: #fff1f2;
  color: #ef4444;
}

@media screen and (max-width: 980px) {
  #regist {
    padding: 32px 16px;
  }

  #regist .login-container {
    min-height: calc(100vh - 64px);
    display: flex;
  }

  #regist .container-back {
    display: none;
  }

  #regist .container-before {
    width: 100%;
    margin: 0;
  }

  #regist .login-jump-btn {
    top: 8px;
    right: 16px;
  }
}

@media screen and (max-width: 768px) {
  #regist {
    align-items: flex-start;
    padding: 32px 0;
  }

  #regist .login-container {
    width: 100%;
    min-height: calc(100vh - 64px);
    padding: 42px 0 0;
    background: transparent;
  }

  #regist .container-before {
    height: auto;
  }

  #regist .login {
    width: calc(100% - 32px);
    padding: 28px 22px;
    font-size: 14px;
    line-height: 1.45;
  }

  #regist .login-text-title {
    font-size: 24px;
  }

  #regist .login-form,
  #regist .form-main {
    margin-top: 22px;
  }

  #regist .el-input__inner,
  #regist .el-input-group__prepend,
  #regist .code-btn,
  #regist .login-btn,
  #regist .type-btn {
    min-height: 44px;
  }

  #regist .code-item {
    gap: 8px;
  }

  #regist .code-btn {
    min-width: 112px;
    padding: 0 10px;
    font-size: 13px;
  }

  #regist .read-item {
    flex-wrap: wrap;
    gap: 8px;
  }
}

/* Xiaoyue regist final clean tuning: visual styles only. */
#regist {
  min-height: 100vh;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 16px;
  box-sizing: border-box;
  overflow-x: hidden;
  background: #071a36;
}

#regist::before,
#regist::after {
  display: none !important;
}

#regist .login-container {
  width: 100%;
  max-width: 440px;
  min-height: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#regist .container-back {
  display: none !important;
}

#regist .container-before {
  width: 100%;
  height: auto;
  position: static;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible;
  transform: none !important;
}

#regist .login {
  width: 440px;
  max-width: 100%;
  min-height: auto;
  margin: 0 auto;
  padding: 36px 44px 38px;
  box-sizing: border-box;
  background: #fff !important;
  border: 0 !important;
  border-radius: 10px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.16) !important;
  color: #0f172a;
  transform: none !important;
  transition: none;
}

#regist .login:hover {
  transform: none !important;
  border: 0 !important;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.16) !important;
}

#regist .login-form {
  margin-top: 24px;
}

#regist .form-main,
#regist .custom-form {
  margin-top: 18px;
}

#regist .login-top {
  height: auto;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
}

#regist .login-email,
#regist .login-phone {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: #64748b;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
  text-align: left;
}

#regist .login-phone {
  font-size: 0 !important;
}

#regist .login-phone::before {
  content: "\624B\673A\53F7\6CE8\518C";
  color: inherit;
  font-size: 14px;
}

#regist .login-top .active {
  color: #0066ff;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#regist .form-item,
#regist .custom-form .el-form-item {
  margin: 0 0 14px !important;
}

#regist .custom-form .el-form-item__label {
  color: #334155;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

#regist .el-input,
#regist .el-select {
  width: 100%;
}

#regist .el-input__inner,
#regist .el-input-group__prepend {
  height: 46px !important;
  border: 1px solid #d9e2ef !important;
  background: #fff !important;
  color: #0f172a;
  font-size: 14px;
  line-height: 46px;
  box-shadow: none !important;
}

#regist .el-input__inner {
  width: 100%;
  border-radius: 6px;
  padding: 0 14px !important;
}

#regist .el-input__inner::placeholder {
  color: #94a3b8;
}

#regist .el-input__inner:focus {
  border-color: #0066ff !important;
  background: #fff !important;
  box-shadow: none !important;
  outline: none;
}

#regist .input-with-select .el-input-group__prepend {
  width: 130px;
  border-right: 0 !important;
  border-radius: 6px 0 0 6px;
  color: #334155;
}

#regist .input-with-select .el-input__inner {
  border-radius: 0 6px 6px 0;
}

#regist .code-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

#regist .code-item .el-input {
  flex: 1 1 60%;
  min-width: 0;
}

#regist .code-btn {
  flex: 0 0 calc(40% - 12px);
  width: auto;
  min-width: 0;
  height: 46px !important;
  margin-left: 0 !important;
  border: 1px solid #bcd3ff !important;
  border-radius: 6px;
  background: #f3f7ff !important;
  color: #0066ff;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 500;
}

#regist .code-btn:hover {
  background: #eaf2ff !important;
  color: #0052d9;
  box-shadow: none !important;
}

#regist .rember-item,
#regist .read-item {
  align-items: flex-start;
  margin-top: 10px !important;
  color: #5f6b7a;
  font-size: 13px;
  line-height: 1.6;
}

#regist .read-text {
  padding: 0 0 0 8px;
  color: #5f6b7a;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 400;
}

#regist .login-text-regist a,
#regist .read-text a,
#regist .rember-item a,
#regist .read-item a {
  color: #0066ff;
  font-weight: 500;
  text-decoration: none;
}

#regist .login-text-regist a:hover,
#regist .read-text a:hover,
#regist .rember-item a:hover,
#regist .read-item a:hover {
  color: #0052d9;
  text-decoration: none;
}

#regist .login-btn {
  width: 100%;
  height: 48px !important;
  border: 0 !important;
  border-radius: 6px;
  background: #0066ff !important;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  box-shadow: none !important;
  transform: none !important;
  transition: background 0.18s ease;
}

#regist .login-btn:hover {
  background: #0052d9 !important;
  box-shadow: none !important;
  transform: none !important;
}

#regist .type-btn {
  width: 100%;
  height: 46px !important;
  border: 1px solid #d9e2ef !important;
  border-radius: 6px;
  background: #fff !important;
  color: #0066ff;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none !important;
}

#regist .type-btn:hover {
  border-color: #0066ff !important;
  background: #f8fbff !important;
  color: #0052d9;
  box-shadow: none !important;
}

@media screen and (max-width: 768px) {
  #regist {
    align-items: flex-start;
    padding: 24px 0;
  }

  #regist .login-container {
    width: 100%;
    max-width: none;
    min-height: auto;
    padding: 0;
  }

  #regist .container-before {
    width: 100%;
    height: auto;
  }

  #regist .login {
    width: calc(100% - 32px);
    max-width: 440px;
    padding: 32px 24px;
  }

  #regist .el-input__inner,
  #regist .el-input-group__prepend,
  #regist .code-btn,
  #regist .login-btn,
  #regist .type-btn {
    min-height: 44px;
  }

  #regist .input-with-select .el-input-group__prepend {
    width: 112px;
  }

  #regist .code-item {
    gap: 10px;
  }

  #regist .code-btn {
    flex-basis: calc(40% - 10px);
    padding: 0 8px;
    font-size: 13px;
  }
}

/* Xiaoyue regist final polish: visual CSS only. */
#regist {
  background: linear-gradient(135deg, #06162f 0%, #08224a 100%);
}

#regist .login {
  width: 440px;
  padding: 36px 44px 32px;
  background: #fff !important;
  border: 0 !important;
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.14) !important;
}

#regist .login:hover {
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.14) !important;
}

#regist .login-text {
  align-items: flex-start;
  text-align: left;
}

#regist .login-text-title {
  margin: 0;
  color: #0f172a;
  font-size: 0;
  line-height: 0;
  font-weight: 700;
}

#regist .login-text-title::before {
  content: "\6CE8\518C\5578\6708\7F51\7EDC\8D26\53F7";
  color: #0f172a;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

#regist .login-text-title::after {
  content: "\6CE8\518C\8D26\53F7\FF0C\5FEB\901F\5F00\901A\4E91\670D\52A1\5668\4E0E\9AD8\9632\8D44\6E90";
  margin-top: 10px;
  color: #475569;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}

#regist .login-text-regist {
  margin-top: 10px;
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

#regist .login-text-regist a {
  color: #0066ff;
  font-weight: 500;
  text-decoration: none;
}

#regist .login-text-regist a:hover {
  color: #0052d9;
  text-decoration: underline;
}

#regist .form-item,
#regist .custom-form .el-form-item {
  margin: 0 0 14px !important;
}

#regist .el-input__inner,
#regist .el-input-group__prepend {
  height: 46px !important;
  border: 1px solid #d9e2ef !important;
  border-radius: 6px;
  background: #fff !important;
  color: #0f172a;
  font-size: 14px;
  box-shadow: none !important;
}

#regist .el-input__inner {
  padding: 0 14px !important;
}

#regist .el-input__inner::placeholder {
  color: #94a3b8;
}

#regist .el-input__inner:focus {
  border-color: #0066ff !important;
  box-shadow: none !important;
  outline: none;
}

#regist .input-with-select .el-input-group__prepend {
  width: 130px;
  border-right: 0 !important;
  border-radius: 6px 0 0 6px;
  background: #fff !important;
  color: #475569;
}

#regist .input-with-select .el-input__inner {
  border-left: 0 !important;
  border-radius: 0 6px 6px 0;
}

#regist .input-with-select .el-input__inner:focus {
  border-left: 0 !important;
}

#regist .code-item {
  gap: 8px;
}

#regist .code-item .el-input {
  flex: 1 1 60%;
  min-width: 0;
}

#regist .code-btn {
  flex: 0 0 calc(40% - 8px);
  height: 46px !important;
  margin-left: 0 !important;
  border: 1px solid #bcd3ff !important;
  border-radius: 6px;
  background: #f3f7ff !important;
  color: #0066ff;
  font-size: 14px;
  box-shadow: none !important;
  cursor: pointer;
}

#regist .code-btn:hover {
  background: #eaf2ff !important;
  color: #0052d9;
  box-shadow: none !important;
}

#regist .rember-item,
#regist .read-item,
#regist .read-text {
  color: #475569;
  font-size: 13px;
  line-height: 1.6;
  box-shadow: none !important;
}

#regist .rember-item,
#regist .read-item {
  margin-top: 10px !important;
}

#regist .read-text a,
#regist .rember-item a,
#regist .read-item a {
  color: #0066ff;
  text-decoration: none;
}

#regist .read-text a:hover,
#regist .rember-item a:hover,
#regist .read-item a:hover {
  color: #0052d9;
  text-decoration: underline;
}

#regist .login-btn {
  width: 100%;
  height: 48px !important;
  border: 0 !important;
  border-radius: 6px;
  background: #0066ff !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  box-shadow: none !important;
}

#regist .login-btn:hover {
  background: #0052d9 !important;
  color: #fff !important;
  box-shadow: none !important;
}

#regist .el-form-item__error,
#regist .el-alert--error,
#regist .read-item .el-alert {
  color: #ef4444;
  background: transparent;
  border: 0;
  box-shadow: none !important;
}

@media screen and (max-width: 768px) {
  #regist {
    padding: 24px 0;
  }

  #regist .login {
    width: calc(100% - 32px);
    max-width: 440px;
    padding: 28px 20px;
  }

  #regist .login-text-title::before {
    font-size: 26px;
  }

  #regist .el-input__inner,
  #regist .el-input-group__prepend,
  #regist .code-btn,
  #regist .login-btn {
    min-height: 44px;
  }

  #regist .input-with-select .el-input-group__prepend {
    width: 112px;
  }

  #regist .code-btn {
    flex-basis: calc(40% - 8px);
    padding: 0 8px;
    font-size: 13px;
  }
}

/* Xiaoyue regist phone field fix: compact area-code + phone layout. */
#regist .input-with-select.el-input,
#regist .input-with-select.el-input-group,
#regist .input-with-select.el-input-group--prepend {
  display: flex !important;
  align-items: stretch;
  width: 100%;
  height: 46px;
  border-radius: 6px;
  background: #fff;
  box-shadow: none !important;
}

#regist .input-with-select .el-input-group__prepend {
  flex: 0 0 88px;
  width: 88px !important;
  min-width: 88px;
  height: 46px !important;
  display: flex;
  align-items: center;
  padding: 0 !important;
  border: 1px solid #d9e2ef !important;
  border-right: 0 !important;
  border-radius: 6px 0 0 6px !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: hidden;
}

#regist .input-with-select .el-input-group__prepend .el-select,
#regist .input-with-select .el-input-group__prepend .el-input {
  width: 88px !important;
  height: 46px;
}

#regist .input-with-select .el-input-group__prepend .el-input__inner {
  width: 88px !important;
  height: 46px !important;
  padding: 0 26px 0 14px !important;
  border: 0 !important;
  border-radius: 6px 0 0 6px !important;
  background: transparent !important;
  color: #0f172a;
  font-size: 14px;
  line-height: 46px;
  box-shadow: none !important;
  text-align: left;
}

#regist .input-with-select .el-input-group__prepend .el-input__suffix {
  right: 8px;
}

#regist .input-with-select > .el-input__inner {
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid #d9e2ef !important;
  border-radius: 0 6px 6px 0 !important;
  background: #fff !important;
  color: #0f172a;
  font-size: 14px;
  line-height: 46px;
  box-shadow: none !important;
}

#regist .input-with-select > .el-input__inner:focus {
  border-color: #0066ff !important;
  box-shadow: none !important;
  outline: none;
}

#regist .input-with-select:focus-within .el-input-group__prepend {
  border-color: #0066ff !important;
}

@media screen and (max-width: 768px) {
  #regist .input-with-select .el-input-group__prepend {
    flex-basis: 78px;
    width: 78px !important;
    min-width: 78px;
  }

  #regist .input-with-select .el-input-group__prepend .el-select,
  #regist .input-with-select .el-input-group__prepend .el-input,
  #regist .input-with-select .el-input-group__prepend .el-input__inner {
    width: 78px !important;
  }

  #regist .input-with-select .el-input-group__prepend .el-input__inner {
    padding: 0 24px 0 12px !important;
  }

  #regist .input-with-select > .el-input__inner {
    padding: 0 12px !important;
  }
}

/* Xiaoyue regist phone alignment fix: one-piece border, balanced +86. */
#regist .input-with-select.el-input,
#regist .input-with-select.el-input-group,
#regist .input-with-select.el-input-group--prepend {
  display: flex !important;
  align-items: center;
  width: 100%;
  height: 46px !important;
  padding: 0;
  border: 1px solid #d9e2ef !important;
  border-radius: 6px !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: hidden;
}

#regist .input-with-select.el-input:focus-within,
#regist .input-with-select.el-input-group:focus-within,
#regist .input-with-select.el-input-group--prepend:focus-within {
  border-color: #0066ff !important;
}

#regist .input-with-select .el-input-group__prepend {
  flex: 0 0 92px;
  width: 92px !important;
  min-width: 92px;
  height: 44px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border: 0 !important;
  border-right: 1px solid #d9e2ef !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: hidden;
}

#regist .input-with-select:focus-within .el-input-group__prepend {
  border-right-color: #d9e2ef !important;
}

#regist .input-with-select .el-input-group__prepend .el-select,
#regist .input-with-select .el-input-group__prepend .el-input {
  width: 92px !important;
  height: 44px !important;
  display: block;
}

#regist .input-with-select .el-input-group__prepend .el-input__inner {
  width: 92px !important;
  height: 44px !important;
  padding: 0 30px 0 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #0f172a;
  font-size: 14px;
  line-height: 44px;
  text-align: left;
  box-shadow: none !important;
}

#regist .input-with-select .el-input-group__prepend .el-input__suffix {
  right: 10px;
}

#regist .input-with-select .el-input-group__prepend .el-input__suffix-inner,
#regist .input-with-select .el-input-group__prepend .el-select__caret {
  height: 44px;
  line-height: 44px;
  color: #94a3b8;
}

#regist .input-with-select > .el-input__inner {
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #0f172a;
  font-size: 14px;
  line-height: 44px;
  box-shadow: none !important;
}

#regist .input-with-select > .el-input__inner:focus {
  border: 0 !important;
  box-shadow: none !important;
  outline: none;
}

@media screen and (max-width: 768px) {
  #regist .input-with-select .el-input-group__prepend {
    flex-basis: 86px;
    width: 86px !important;
    min-width: 86px;
  }

  #regist .input-with-select .el-input-group__prepend .el-select,
  #regist .input-with-select .el-input-group__prepend .el-input,
  #regist .input-with-select .el-input-group__prepend .el-input__inner {
    width: 86px !important;
  }

  #regist .input-with-select .el-input-group__prepend .el-input__inner {
    padding: 0 28px 0 16px !important;
  }

  #regist .input-with-select > .el-input__inner {
    padding: 0 14px !important;
  }
}

/* v144 register/login consistency: final visual override only, keep register logic untouched. */
html,
body {
  min-height: 100%;
  overflow-x: hidden;
  background: #06152f;
}

#regist {
  min-height: 100vh !important;
  height: auto !important;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 40px 32px !important;
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 102, 255, 0.28), transparent 32%),
    radial-gradient(circle at 80% 70%, rgba(0, 210, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #06152f 0%, #08245a 48%, #041226 100%) !important;
}

#regist::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block !important;
  opacity: 0.1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.32) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.32) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(135deg, #000 0%, transparent 78%);
}

#regist::after {
  content: "";
  position: absolute;
  left: 9%;
  bottom: 9%;
  display: block !important;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(74, 144, 255, 0.18);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(0, 102, 255, 0.14), rgba(0, 210, 255, 0.05)),
    radial-gradient(circle, rgba(22, 131, 255, 0.18), transparent 58%);
  filter: blur(1px);
  pointer-events: none;
}

#regist .login-container {
  width: min(1180px, 100%) !important;
  max-width: none !important;
  min-height: calc(100vh - 80px) !important;
  height: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 55%) minmax(420px, 45%);
  align-items: center;
  justify-content: center;
  gap: 42px;
  margin: 0 auto !important;
  padding: 0 !important;
  position: relative;
  z-index: 1;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#regist .login-jump-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
}

#regist .login-jump-btn .lang-box {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

#regist .login-jump-btn .lang-box span,
#regist .login-jump-btn .btn a {
  color: rgba(255, 255, 255, 0.86);
}

#regist .login-jump-btn .lang-box span {
  min-width: 42px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}

#regist .login-jump-btn .lang-box span.active {
  color: #06152f;
  background: #fff;
}

#regist .login-jump-btn .btn {
  min-height: 34px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

#regist .container-back {
  width: 100% !important;
  min-height: 540px;
  height: auto !important;
  display: flex !important;
  align-items: center;
  position: relative;
  overflow: visible;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
}

#regist .container-back::before {
  content: "啸月网络\A XIAOYUE NETWORK";
  white-space: pre;
  position: absolute;
  top: 86px;
  left: 0;
  padding-left: 48px;
  color: #fff;
  font-size: 26px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0;
}

#regist .container-back::after {
  content: "高防防护    BGP 多线    7×24 技术支持";
  position: absolute;
  left: 0;
  top: 430px;
  max-width: 560px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-size: 15px;
  line-height: 48px;
  backdrop-filter: blur(14px);
}

#regist .back-line1,
#regist .back-line2,
#regist .back-line3 {
  width: 180px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 210, 255, 0.4), transparent);
  opacity: 0.75;
}

#regist .back-line1 {
  top: 156px;
  left: 320px;
}

#regist .back-line2 {
  top: 260px;
  left: 72px;
}

#regist .back-line3 {
  top: 360px;
  left: 360px;
}

#regist .container-back .back-text,
#regist .back-text {
  width: min(560px, 100%);
  margin: 0 !important;
  color: #fff;
  position: relative;
  z-index: 2;
}

#regist .text-welcome,
#regist .text-title,
#regist .text-level {
  margin: 0;
  font-size: 0 !important;
  line-height: 0;
}

#regist .back-text::before {
  content: "稳定云资源，驱动业务增长";
  display: block;
  max-width: 520px;
  color: #fff;
  font-size: 44px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: 0;
}

#regist .back-text::after {
  content: "专注云服务器、高防服务器、物理服务器租用与 IDC 托管服务";
  display: block;
  max-width: 540px;
  margin-top: 22px;
  color: rgba(226, 239, 255, 0.86);
  font-size: 17px;
  line-height: 1.8;
}

#regist .container-before {
  width: 100% !important;
  height: auto !important;
  min-height: 0;
  display: flex !important;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  z-index: 2;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

#regist .login {
  width: min(440px, 100%) !important;
  max-width: 100%;
  min-height: auto !important;
  margin: 0 auto !important;
  padding: 38px 42px !important;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
  color: #1f2937;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  border-radius: 10px !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28) !important;
  line-height: 1.45;
  transform: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

#regist .login:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.31) !important;
}

#regist .login-text {
  align-items: flex-start;
  text-align: left;
}

#regist .login-text-title {
  margin: 0;
  color: #10203f;
  font-size: 0 !important;
  line-height: 0;
  font-weight: 700;
  letter-spacing: 0;
}

#regist .login-text-title::before {
  content: "欢迎注册啸月网络";
  display: block;
  color: #10203f;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
}

#regist .login-text-title::after {
  content: "注册后可购买、部署和管理云服务器、高防服务器与 IDC 资源";
  display: block;
  margin-top: 10px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}

#regist .login-text-regist {
  margin-top: 14px;
  color: #5f6b7a;
  font-size: 14px;
  line-height: 1.6;
}

#regist .login-text-regist a,
#regist .read-text a,
#regist .rember-item a,
#regist .read-item a {
  color: #0066ff;
  font-weight: 600;
  text-decoration: none;
}

#regist .login-text-regist a:hover,
#regist .read-text a:hover,
#regist .rember-item a:hover,
#regist .read-item a:hover {
  color: #0052cc;
  text-decoration: underline;
}

#regist .login-form {
  margin-top: 28px !important;
}

#regist .form-main,
#regist .custom-form {
  margin-top: 22px !important;
}

#regist .login-top {
  height: auto !important;
  min-height: 0;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 4px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #f1f5ff !important;
  box-shadow: none !important;
}

#regist .login-email,
#regist .login-phone {
  flex: 1 1 0;
  width: auto !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 0 !important;
  border-radius: 6px !important;
  color: #667085;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 14px !important;
  line-height: 38px !important;
  font-weight: 500;
  text-align: center !important;
  cursor: pointer;
}

#regist .login-phone::before {
  display: none !important;
}

#regist .login-top .active,
#regist .active {
  color: #0066ff !important;
  background: #fff !important;
  border: 0 !important;
  box-shadow: 0 6px 18px rgba(0, 102, 255, 0.12) !important;
}

#regist .form-item,
#regist .custom-form .el-form-item {
  margin: 18px 0 0 !important;
}

#regist .custom-form .el-form-item__label {
  color: #344054;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

#regist .el-input,
#regist .el-select {
  width: 100%;
}

#regist .el-input__inner,
#regist .el-input-group__prepend {
  height: 46px !important;
  border-color: #d9e2f3 !important;
  background: #f8fbff !important;
  color: #1f2937;
  font-size: 14px;
  box-shadow: none !important;
}

#regist .el-input__inner {
  border-radius: 6px !important;
  padding: 0 14px !important;
}

#regist .el-input__inner::placeholder {
  color: #9aa7b8;
}

#regist .el-input__inner:focus {
  border-color: #0066ff !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.12) !important;
  outline: none;
}

#regist .input-with-select.el-input,
#regist .input-with-select.el-input-group,
#regist .input-with-select.el-input-group--prepend {
  display: flex !important;
  align-items: center;
  width: 100%;
  height: 46px !important;
  padding: 0;
  border: 1px solid #d9e2f3 !important;
  border-radius: 6px !important;
  background: #f8fbff !important;
  box-shadow: none !important;
  overflow: hidden;
}

#regist .input-with-select.el-input:focus-within,
#regist .input-with-select.el-input-group:focus-within,
#regist .input-with-select.el-input-group--prepend:focus-within {
  border-color: #0066ff !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.12) !important;
}

#regist .input-with-select .el-input-group__prepend {
  flex: 0 0 92px !important;
  width: 92px !important;
  min-width: 92px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border: 0 !important;
  border-right: 1px solid #d9e2f3 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: hidden;
}

#regist .input-with-select .el-input-group__prepend .el-select,
#regist .input-with-select .el-input-group__prepend .el-input {
  width: 92px !important;
  height: 44px !important;
  display: block;
}

#regist .input-with-select .el-input-group__prepend .el-input__inner {
  width: 92px !important;
  height: 44px !important;
  padding: 0 30px 0 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #1f2937;
  font-size: 14px;
  line-height: 44px;
  text-align: left;
  box-shadow: none !important;
}

#regist .input-with-select .el-input-group__prepend .el-input__suffix {
  right: 10px;
}

#regist .input-with-select > .el-input__inner {
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #1f2937;
  font-size: 14px;
  line-height: 44px;
  box-shadow: none !important;
}

#regist .code-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

#regist .code-item .el-input {
  flex: 1 1 auto;
  min-width: 0;
}

#regist .code-btn {
  flex: 0 0 auto;
  min-width: 124px;
  height: 46px !important;
  margin-left: 0 !important;
  padding: 0 14px;
  border: 1px solid #d9e2f3 !important;
  border-radius: 6px !important;
  background: #eef5ff !important;
  color: #0066ff;
  font-size: 14px;
  font-weight: 600;
  box-shadow: none !important;
  cursor: pointer;
}

#regist .code-btn:hover {
  border-color: #bcd3ff !important;
  background: #eaf2ff !important;
  color: #0052cc;
}

#regist .rember-item,
#regist .read-item {
  align-items: flex-start;
  margin-top: 14px !important;
  color: #5f6b7a;
  font-size: 13px;
  line-height: 1.6;
}

#regist .read-text {
  padding: 0 0 0 8px;
  color: #5f6b7a;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 400;
}

#regist .login-btn {
  width: 100%;
  height: 48px !important;
  margin-top: 4px;
  border: 0 !important;
  border-radius: 6px !important;
  background: linear-gradient(135deg, #0066ff 0%, #1683ff 100%) !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(0, 102, 255, 0.25) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

#regist .login-btn:hover {
  transform: translateY(-1px) !important;
  background: linear-gradient(135deg, #0059e6 0%, #0f73ed 100%) !important;
  box-shadow: 0 14px 30px rgba(0, 102, 255, 0.32) !important;
}

#regist .type-btn {
  width: 100%;
  height: 44px !important;
  margin: 12px 0 0 !important;
  border: 1px solid #d9e2f3 !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #0066ff;
  font-size: 14px;
  font-weight: 600;
  box-shadow: none !important;
}

#regist .type-btn:hover {
  border-color: #0066ff !important;
  background: #f8fbff !important;
  color: #0052cc;
}

#regist .el-form-item__error,
#regist .el-alert--error,
#regist .read-item .el-alert {
  color: #ef4444;
  background: transparent;
  border: 0;
  box-shadow: none !important;
}

@media screen and (max-width: 980px) {
  #regist {
    padding: 32px 16px !important;
  }

  #regist .login-container {
    min-height: calc(100vh - 64px) !important;
    display: flex !important;
  }

  #regist .container-back {
    display: none !important;
  }

  #regist .container-before {
    width: 100% !important;
    margin: 0 !important;
  }

  #regist .login-jump-btn {
    top: 8px;
    right: 16px;
  }
}

@media screen and (max-width: 768px) {
  #regist {
    align-items: flex-start;
    padding: 32px 0 !important;
  }

  #regist .login-container {
    width: 100% !important;
    min-height: calc(100vh - 64px) !important;
    padding: 42px 0 0 !important;
    background: transparent !important;
  }

  #regist .login {
    width: calc(100% - 32px) !important;
    max-width: 440px;
    padding: 28px 22px !important;
    font-size: 14px;
  }

  #regist .login-text-title::before {
    font-size: 24px;
  }

  #regist .login-form,
  #regist .form-main,
  #regist .custom-form {
    margin-top: 22px !important;
  }

  #regist .el-input__inner,
  #regist .el-input-group__prepend,
  #regist .code-btn,
  #regist .login-btn,
  #regist .type-btn {
    min-height: 44px;
  }

  #regist .input-with-select .el-input-group__prepend {
    flex-basis: 86px !important;
    width: 86px !important;
    min-width: 86px !important;
  }

  #regist .input-with-select .el-input-group__prepend .el-select,
  #regist .input-with-select .el-input-group__prepend .el-input,
  #regist .input-with-select .el-input-group__prepend .el-input__inner {
    width: 86px !important;
  }

  #regist .input-with-select .el-input-group__prepend .el-input__inner {
    padding: 0 28px 0 16px !important;
  }

  #regist .input-with-select > .el-input__inner {
    padding: 0 14px !important;
  }

  #regist .code-item {
    gap: 8px;
  }

  #regist .code-btn {
    min-width: 112px;
    padding: 0 10px;
    font-size: 13px;
  }

  #regist .read-item,
  #regist .rember-item {
    flex-wrap: wrap;
    gap: 8px;
  }
}

/* v146 auth left hero alignment: keep login and register consistent. */
#regist .container-back::before {
  top: 88px;
  left: 0;
  padding-left: 0;
  font-size: 27px;
  line-height: 1.18;
  letter-spacing: 0;
}

#regist .container-back::after {
  content: "高防防护  BGP 多线  7×24 技术支持";
  top: 408px;
  line-height: 46px;
}

#regist .back-line1 {
  top: 164px;
  left: 320px;
}

#regist .back-line2 {
  top: 266px;
  left: 92px;
}

#regist .back-line3 {
  top: 368px;
  left: 360px;
}

#regist .container-back .back-text,
#regist .back-text {
  width: min(680px, 100%);
  transform: translateY(-10px);
}

#regist .back-text::before {
  max-width: 680px;
  font-size: 42px;
  line-height: 1.16;
  white-space: nowrap;
}

#regist .back-text::after {
  max-width: 620px;
  color: rgba(226, 239, 255, 0.88);
}

/* v149: hide auth page language switcher only, keep v147 visuals unchanged. */
#regist .login-jump-btn .lang-box {
  display: none !important;
}
