h2.page-header {
  margin: 10px 0 25px 0;
  padding-bottom: 15px;
}
.user-baseinfo {
  margin-bottom: 25px;
}
.user-baseinfo table tr td {
  color: #999;
}
@media (min-width: 992px) {
  .user-center .avatar-text,
  .user-center .avatar-img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
    line-height: 150px;
    font-size: 70px;
  }
  .user-center .avatar-img {
    font-size: 0;
  }
  .user-center .avatar-img img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
  }
}
.sidebar-toggle {
  display: none;
}
@media (max-width: 991px) {
  .sidenav {
    position: fixed;
    top: 50px;
    z-index: 1029;
    height: calc(100vh - 50px);
    padding: 20px 0 20px 0;
    min-width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 250px;
    left: -250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sidebar-toggle {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 70px;
    border-radius: 50%;
    background: #eee;
    font-size: 22px;
    padding: 10px;
    line-height: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 999999;
  }
}
body.sidebar-open .sidenav {
  left: 0;
  width: 250px;
  box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
}
body.sidebar-open .sidebar-toggle i:before {
  content: "\f00d";
}

/* —— 开通会员页 —— */
.vip-page {
  color: #1f2329;
}
.vip-hero {
  margin-bottom: 18px;
  padding: 22px 24px;
  border-radius: 16px;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(4, 18, 48, 0.92) 0%, rgba(6, 40, 96, 0.78) 55%, rgba(22, 119, 255, 0.45) 100%),
    #071a3a;
  box-shadow: 0 14px 32px rgba(11, 60, 140, 0.18);
}
.vip-eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}
.vip-title {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 450;
  line-height: 1.25;
}
.vip-desc {
  margin: 0;
  max-width: 560px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}
.vip-card {
  padding: 24px;
  border: 1px solid #eef0f3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(31, 35, 41, 0.04), 0 12px 28px rgba(31, 35, 41, 0.06);
}
.vip-card-ok {
  border-color: #b7eb8f;
  background: linear-gradient(180deg, #f6ffed 0%, #fff 48%);
}
.vip-badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #52c41a;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.vip-expire {
  margin: 0 0 18px;
  color: #646a73;
}
.vip-price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eef0f3;
}
.vip-price {
  font-size: 36px;
  font-weight: 450;
  letter-spacing: -0.02em;
  color: #0f1c33;
  line-height: 1;
}
.vip-price span {
  margin-left: 6px;
  font-size: 15px;
  font-weight: 400;
  color: #646a73;
}
.vip-plan {
  font-size: 13px;
  color: #1677ff;
  font-weight: 400;
}
.vip-features {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}
.vip-features li {
  position: relative;
  margin: 0 0 10px;
  padding: 10px 12px 10px 28px;
  border: 1px solid #e8edf5;
  border-radius: 12px;
  background: #f7f9fc;
  font-size: 14px;
  line-height: 1.45;
}
.vip-features li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1677ff, #36cfc9);
  box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.12);
}
.vip-balance {
  margin-bottom: 14px;
  color: #646a73;
  font-size: 14px;
}
.vip-warn {
  margin: 0 0 14px;
  color: #cf1322;
  font-size: 13px;
}
.vip-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.vip-form {
  margin: 0;
}
.vip-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  transition: filter 0.15s ease, transform 0.15s ease;
}
.vip-btn-lg {
  min-width: 180px;
  min-height: 48px;
  font-size: 15px;
}
.vip-btn-primary {
  background: linear-gradient(135deg, #1677ff 0%, #0f66e0 100%);
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(22, 119, 255, 0.28);
}
.vip-btn-primary:hover {
  filter: brightness(1.05);
  color: #fff !important;
  text-decoration: none;
}
.vip-btn-ghost {
  background: #fff;
  border-color: #d9dee8;
  color: #1f2329 !important;
}
.vip-btn-ghost:hover {
  border-color: #1677ff;
  color: #1677ff !important;
  text-decoration: none;
}

/* —— 登录 / 注册 —— */
body:has(.auth-stage) {
  background: #eef3f9;
}

body:has(.auth-stage) .content {
  padding: 0;
  min-height: calc(100vh - 60px);
}

body:has(.auth-stage) .site-footer,
body:has(.auth-stage) .site-float-tools,
body:has(.auth-stage) .site-backtop {
  display: none !important;
}

.auth-stage {
  --auth-primary: #1677ff;
  --auth-ink: #0f172a;
  --auth-muted: #64748b;
  --auth-line: #e2e8f0;
  --auth-soft: #f8fafc;
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 20px 56px;
}

.auth-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(720px 360px at 14% 16%, rgba(22, 119, 255, 0.14), transparent 62%),
    radial-gradient(560px 300px at 86% 10%, rgba(14, 165, 233, 0.1), transparent 58%),
    linear-gradient(180deg, #f5f8fc 0%, #e8eef7 100%);
  pointer-events: none;
}

.auth-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 980px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0;
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 22px;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.auth-brand {
  position: relative;
  padding: 44px 40px 40px;
  color: #fff;
  background: linear-gradient(145deg, #0b1f3a 0%, #123a73 48%, #1677ff 100%);
  overflow: hidden;
}

.auth-brand::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -70px;
  top: -80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.auth-brand::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  left: -40px;
  bottom: -50px;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.16);
}

.auth-brand-mark,
.auth-eyebrow,
.auth-brand-name,
.auth-brand-desc,
.auth-points {
  position: relative;
  z-index: 1;
}

.auth-brand-mark {
  display: inline-flex;
  margin-bottom: 28px;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.auth-brand-mark img {
  display: block;
  border-radius: 14px;
  background: #fff;
}

.auth-eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 450;
}

.auth-brand-name {
  margin: 0 0 14px;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 450;
  color: #fff;
}

.auth-brand-desc {
  margin: 0 0 28px;
  max-width: 320px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 400;
}

.auth-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.auth-points li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 22px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 400;
}

.auth-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #93c5fd;
  box-shadow: 0 0 0 3px rgba(147, 197, 253, 0.25);
}

.auth-panel {
  padding: 36px 40px 40px;
  background: #fff;
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 28px;
  padding: 5px;
  border-radius: 12px;
  background: var(--auth-soft);
  border: 1px solid var(--auth-line);
}

.auth-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 9px;
  color: var(--auth-muted);
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 450;
  transition: background 0.15s ease, color 0.15s ease;
}

.auth-tab:hover {
  color: var(--auth-ink);
}

.auth-tab.is-active {
  background: #fff;
  color: var(--auth-primary);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.auth-form .auth-field {
  margin-bottom: 22px;
}

.auth-form .auth-field .controls {
  position: relative;
}

.auth-form .control-label,
.auth-form .has-error .control-label,
.auth-form .n-invalid + .control-label,
.auth-form .form-group.has-error > .control-label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  color: #334155 !important;
  font-weight: 450;
}

.auth-form .form-control {
  height: 46px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--auth-line);
  background: #fff;
  box-shadow: none;
  padding: 10px 14px;
  font-size: 14px;
  color: var(--auth-ink);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.auth-form .form-control:focus {
  border-color: #93c5fd;
  box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.12);
}

.auth-form .form-control::placeholder {
  color: #94a3b8;
}

.auth-form .has-error .form-control,
.auth-form .n-invalid {
  border-color: #f87171 !important;
  box-shadow: none !important;
}

.auth-form .has-error .form-control:focus,
.auth-form .n-invalid:focus {
  border-color: #f87171 !important;
  box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.15) !important;
}

/* 校验提示放到输入框下方，避免挤在右侧 */
.auth-form .msg-box,
.auth-form .n-bottom,
.auth-form .n-right {
  position: static !important;
  display: block;
  width: 100% !important;
  margin: 6px 0 0 !important;
  left: auto !important;
  top: auto !important;
  text-align: left !important;
}

.auth-form .msg-wrap,
.auth-form .n-bottom .msg-wrap,
.auth-form .n-right .msg-wrap {
  position: static !important;
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
  max-width: 100%;
  white-space: normal;
  line-height: 1.4;
  font-size: 12px;
}

.auth-form .n-arrow {
  display: none !important;
}

.auth-password {
  position: relative;
}

.auth-password .form-control {
  padding-right: 46px;
}

.auth-eye {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  border: 0;
  background: transparent;
  color: #94a3b8;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 2;
}

.auth-eye:hover,
.auth-eye:focus {
  color: #475569;
  outline: none;
}

.auth-eye svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.auth-eye .icon-eye-off {
  display: none;
}

.auth-eye.is-visible .icon-eye {
  display: none;
}

.auth-eye.is-visible .icon-eye-off {
  display: block;
}

.auth-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px !important;
}

.auth-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 13px;
  color: var(--auth-muted);
  font-weight: 400;
  cursor: pointer;
}

.auth-check input {
  margin: 0;
}

.auth-link {
  font-size: 13px;
  color: var(--auth-primary);
  text-decoration: none !important;
  font-weight: 450;
}

.auth-link:hover {
  color: #0958d9;
}

.auth-actions {
  margin-bottom: 0 !important;
}

.auth-submit {
  height: 48px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #1677ff 0%, #3b82f6 100%);
  box-shadow: 0 10px 24px rgba(22, 119, 255, 0.28);
  font-size: 15px;
  font-weight: 450;
  letter-spacing: 0.02em;
  transition: filter 0.15s ease, box-shadow 0.15s ease;
}

.auth-submit:hover,
.auth-submit:focus {
  filter: brightness(1.03);
  box-shadow: 0 12px 28px rgba(22, 119, 255, 0.34);
}

.auth-switch {
  margin: 16px 0 0;
  text-align: center;
  font-size: 13px;
  color: var(--auth-muted);
}

.auth-switch a {
  color: var(--auth-primary);
  font-weight: 450;
  text-decoration: none !important;
}

.auth-switch a:hover {
  color: #0958d9;
}

.auth-captcha .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.auth-captcha .btn,
.auth-captcha .input-group-btn .btn {
  height: 46px;
  border-radius: 0 12px 12px 0;
  border: 0;
  background: #0f172a;
  color: #fff;
  font-weight: 450;
}

.auth-captcha img {
  height: 46px;
  border-radius: 0 12px 12px 0;
  cursor: pointer;
}

.auth-wx {
  margin-top: 8px;
}

.auth-wx-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0 16px;
  color: #94a3b8;
  font-size: 12px;
}

.auth-wx-divider::before,
.auth-wx-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e2e8f0;
}

.auth-wx-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 16px;
  border: 1px solid #e8edf5;
  border-radius: 14px;
  background: #fafbfc;
  overflow: hidden;
}

.auth-wx-frame {
  width: 300px;
  height: 400px;
  border: 0;
  transform: scale(0.92);
  transform-origin: top center;
}

.auth-wx-placeholder {
  gap: 14px;
  min-height: 260px;
}

.auth-wx-fakeqr {
  width: 148px;
  height: 148px;
  border-radius: 12px;
  background:
    linear-gradient(90deg, #e2e8f0 1px, transparent 1px) 0 0 / 12px 12px,
    linear-gradient(#e2e8f0 1px, transparent 1px) 0 0 / 12px 12px,
    #fff;
  border: 1px solid #dbe3ee;
  box-shadow: inset 0 0 0 10px #fff;
  position: relative;
}

.auth-wx-fakeqr::after {
  content: "";
  position: absolute;
  inset: 54px;
  border-radius: 8px;
  background: #07c160;
  opacity: 0.85;
}

.auth-wx-tip {
  margin: 10px 0 0;
  text-align: center;
  font-size: 12px;
  color: #64748b;
}

.auth-wx-tip a {
  margin-left: 6px;
  color: #1677ff;
  text-decoration: none;
}

.auth-wx-hint {
  margin: 0;
  max-width: 260px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 860px) {
  .auth-stage {
    padding: 28px 14px 40px;
    align-items: flex-start;
  }

  .auth-shell {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .auth-brand {
    padding: 28px 24px 24px;
  }

  .auth-brand-name {
    font-size: 28px;
  }

  .auth-brand-desc {
    margin-bottom: 18px;
  }

  .auth-points {
    display: none;
  }

  .auth-panel {
    padding: 24px 20px 28px;
  }

  .auth-wx-frame {
    width: 280px;
    height: 380px;
  }
}
/*# sourceMappingURL=user.css.map */