/* =======================
   全站紫色高级UI变量
======================= */
.level[data-v-387059be] {
  --app-bg: #0a144b;
  --panel-bg: rgba(10, 20, 75, 0.92);
  --panel-bg-2: rgba(10, 20, 75, 0.62);
  --border: rgba(67, 67, 178, 0.65);
  --border2: rgba(67, 67, 178, 0.45);
  --text: #ffffff;
  --sub: #c7c9cc;
  --blue: #a7e8ff;
  --green: #90ff8d;
  --radius: 6px;
  min-height: 100vh;
  background: radial-gradient(120% 140% at 0% 0%, rgba(59, 27, 127, 0.55) 0%, transparent 55%), -webkit-gradient(linear, left top, left bottom, from(#0a144b), color-stop(40%, #070e3a), to(#030018));
  background: radial-gradient(120% 140% at 0% 0%, rgba(59, 27, 127, 0.55) 0%, transparent 55%), linear-gradient(180deg, #0a144b 0%, #070e3a 40%, #030018 100%);
  color: var(--text);
  padding: 0 12px;
}
/* 顶部导航：同背景 + 白字 + 白返回 */
.level[data-v-387059be] .van-nav-bar,
.level[data-v-387059be] .van-nav-bar__content,
.level[data-v-387059be] .van-nav-bar--fixed,
.level[data-v-387059be] .van-nav-bar__placeholder {
  background: #071046 !important;
  background-color: #071046 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: 0 !important;
}
.level[data-v-387059be] .van-nav-bar__title,
.level[data-v-387059be] .van-icon {
  color: #fff !important;
  font-weight: 800;
}
/* 表单面板（玻璃卡片） */
.panel[data-v-387059be] {
  position: relative;
  margin-top: 12px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--panel-bg);
  -webkit-box-shadow: 0 18px 30px rgba(5, 0, 40, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.08);
          box-shadow: 0 18px 30px rgba(5, 0, 40, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.panel-glow[data-v-387059be] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 55%;
  pointer-events: none;
  background: radial-gradient(120% 100% at 15% 0%, rgba(167, 232, 255, 0.14), transparent 62%);
}
/* 行 */
.form-row[data-v-387059be] {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 14px;
  border-bottom: 1px solid rgba(67, 67, 178, 0.25);
}
.form-row--last[data-v-387059be] {
  border-bottom: 0;
}
/* 左侧 label */
.label[data-v-387059be] {
  width: 120px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}
/* 输入框（覆盖 Vant Field） */
.inp[data-v-387059be] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: transparent !important;
}
[data-v-387059be] .van-field {
  padding: 0 !important;
  background: transparent !important;
}
[data-v-387059be] .van-field__control {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  caret-color: var(--blue);
}
[data-v-387059be] .van-field__control::-webkit-input-placeholder {
  color: rgba(199, 201, 204, 0.75) !important;
  font-weight: 500;
}
[data-v-387059be] .van-field__control::-moz-placeholder {
  color: rgba(199, 201, 204, 0.75) !important;
  font-weight: 500;
}
[data-v-387059be] .van-field__control:-ms-input-placeholder {
  color: rgba(199, 201, 204, 0.75) !important;
  font-weight: 500;
}
[data-v-387059be] .van-field__control::-ms-input-placeholder {
  color: rgba(199, 201, 204, 0.75) !important;
  font-weight: 500;
}
[data-v-387059be] .van-field__control::placeholder {
  color: rgba(199, 201, 204, 0.75) !important;
  font-weight: 500;
}
[data-v-387059be] .van-field__clear {
  color: rgba(255, 255, 255, 0.75) !important;
}
/* 按钮区 */
.actions[data-v-387059be] {
  padding: 18px 0 0;
}
/* 主按钮：荧光绿（全站强调按钮） */
.register_submit[data-v-387059be] {
  height: 44px !important;
  border-radius: 6px !important;
  border: 0 !important;
  color: #061023 !important;
  letter-spacing: 0.4px;
  font-weight: 900 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#a9ff9f), to(#90ff8d)) !important;
  background: linear-gradient(180deg, #a9ff9f 0%, #90ff8d 100%) !important;
  -webkit-box-shadow: 0 22px 46px rgba(0, 0, 0, 0.35), 0 0 18px rgba(144, 255, 141, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.38) !important;
          box-shadow: 0 22px 46px rgba(0, 0, 0, 0.35), 0 0 18px rgba(144, 255, 141, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.38) !important;
}
.register_submit[data-v-387059be]:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-filter: brightness(0.98);
          filter: brightness(0.98);
}
/* 提交中遮罩（更高级一点） */
.mask[data-v-387059be] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
}
.mask-box[data-v-387059be] {
  width: 150px;
  height: 150px;
  border-radius: 12px;
  background: rgba(10, 20, 75, 0.88);
  border: 1px solid rgba(67, 67, 178, 0.55);
  -webkit-box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
          box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.mask-spinner[data-v-387059be] {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 3px solid rgba(167, 232, 255, 0.25);
  border-top-color: rgba(167, 232, 255, 0.95);
  -webkit-animation: spin-387059be 0.9s linear infinite;
          animation: spin-387059be 0.9s linear infinite;
}
.mask-text[data-v-387059be] {
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.3px;
}
@-webkit-keyframes spin-387059be {
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spin-387059be {
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}


/*# sourceMappingURL=chunk-f983d5d2.76ae6676.css.map*/