/* ============================================================
   Auth Pages - Premium Design System
   登录 / 注册 / 找回密码 共享样式
   ============================================================ */

/* ========== Reset & Base ========== */
.lg-auth-v2 {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: #e4eaf4;
  background: #070b14;
  overflow-x: hidden;
  position: relative;
}

.lg-auth-v2 * {
  box-sizing: border-box;
}

/* ========== Animated Background ========== */
.lg-auth-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #070b14;
}

.lg-auth-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 30%, rgba(59, 130, 246, .18), transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 70%, rgba(6, 182, 212, .14), transparent 55%),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(139, 92, 246, .10), transparent 50%);
}

.lg-auth-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(139, 155, 180, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139, 155, 180, .04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 30%, transparent 80%);
}

.lg-auth-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .5;
  animation: lg-orb-float 20s ease-in-out infinite;
}

.lg-auth-orb-1 {
  width: 420px;
  height: 420px;
  top: -100px;
  left: -80px;
  background: radial-gradient(circle, rgba(59, 130, 246, .4), transparent 70%);
}

.lg-auth-orb-2 {
  width: 360px;
  height: 360px;
  bottom: -80px;
  right: 10%;
  background: radial-gradient(circle, rgba(6, 182, 212, .35), transparent 70%);
  animation-delay: -7s;
}

.lg-auth-orb-3 {
  width: 280px;
  height: 280px;
  top: 40%;
  right: -60px;
  background: radial-gradient(circle, rgba(139, 92, 246, .3), transparent 70%);
  animation-delay: -14s;
}

@keyframes lg-orb-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -40px) scale(1.08); }
  66% { transform: translate(-20px, 30px) scale(.95); }
}

/* ========== Layout Shell ========== */
.lg-auth-shell-v2 {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}

/* ========== Left Brand Panel ========== */
.lg-auth-brand-v2 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 56px 52px;
  overflow: hidden;
}

.lg-auth-brand-v2::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(139, 155, 180, .08);
  border-radius: 28px;
  pointer-events: none;
}

.lg-auth-brand-logo-v2 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
  position: relative;
  z-index: 1;
}

.lg-auth-brand-logo-v2 .lg-logo-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 8px 24px rgba(59, 130, 246, .35);
}

.lg-auth-brand-logo-v2 .lg-logo-text {
  font-size: 18px;
  font-weight: 850;
  letter-spacing: .01em;
}

.lg-auth-brand-hero-v2 {
  position: relative;
  z-index: 1;
  max-width: 480px;
}

.lg-auth-brand-kicker-v2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(59, 130, 246, .12);
  border: 1px solid rgba(59, 130, 246, .2);
  color: #67e8f9;
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 24px;
}

.lg-auth-brand-kicker-v2 i {
  font-size: 10px;
}

.lg-auth-brand-hero-v2 h1 {
  margin: 0 0 18px;
  font-size: clamp(32px, 3.6vw, 48px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -.02em;
  background: linear-gradient(135deg, #fff 0%, #93c5fd 60%, #67e8f9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lg-auth-brand-hero-v2 p {
  margin: 0;
  color: #8b9bb4;
  font-size: 15px;
  line-height: 1.8;
  max-width: 420px;
}

/* Brand visual element */
.lg-auth-brand-visual-v2 {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  height: 200px;
}

.lg-auth-visual-card {
  position: absolute;
  border-radius: 16px;
  background: rgba(22, 30, 48, .7);
  border: 1px solid rgba(139, 155, 180, .12);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .3);
  padding: 16px 20px;
}

.lg-auth-visual-card.vc-1 {
  top: 0;
  left: 0;
  width: 240px;
  animation: lg-card-float 6s ease-in-out infinite;
}

.lg-auth-visual-card.vc-2 {
  top: 50px;
  left: 180px;
  width: 200px;
  animation: lg-card-float 7s ease-in-out infinite;
  animation-delay: -2s;
}

.lg-auth-visual-card.vc-3 {
  top: 110px;
  left: 60px;
  width: 220px;
  animation: lg-card-float 8s ease-in-out infinite;
  animation-delay: -4s;
}

@keyframes lg-card-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.lg-auth-visual-card .vc-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.lg-auth-visual-card .vc-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  font-size: 14px;
  color: #fff;
}

.lg-auth-visual-card .vc-icon.blue { background: linear-gradient(135deg, #3b82f6, #2563eb); }
.lg-auth-visual-card .vc-icon.cyan { background: linear-gradient(135deg, #06b6d4, #0891b2); }
.lg-auth-visual-card .vc-icon.green { background: linear-gradient(135deg, #10b981, #059669); }

.lg-auth-visual-card .vc-title {
  font-size: 13px;
  font-weight: 750;
  color: #e4eaf4;
}

.lg-auth-visual-card .vc-bar {
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, .06);
  overflow: hidden;
  margin-top: 6px;
}

.lg-auth-visual-card .vc-bar-fill {
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(90deg, #3b82f6, #06b6d4);
}

/* Brand features */
.lg-auth-brand-features-v2 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 32px;
}

.lg-auth-feature-v2 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(139, 155, 180, .08);
  transition: all .2s ease;
}

.lg-auth-feature-v2:hover {
  background: rgba(59, 130, 246, .06);
  border-color: rgba(59, 130, 246, .2);
  transform: translateY(-2px);
}

.lg-auth-feature-v2 i {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(59, 130, 246, .2), rgba(6, 182, 212, .15));
  color: #67e8f9;
  font-size: 14px;
}

.lg-auth-feature-v2 span {
  font-size: 13px;
  font-weight: 700;
  color: #cbd5e1;
}

/* ========== Right Form Panel ========== */
.lg-auth-form-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 40px;
  position: relative;
}

.lg-auth-card-v2 {
  width: 100%;
  max-width: 440px;
  position: relative;
}

.lg-auth-card-inner-v2 {
  position: relative;
  padding: 40px 36px;
  border-radius: 24px;
  background: rgba(16, 24, 42, .85);
  border: 1px solid rgba(139, 155, 180, .12);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, .4),
    inset 0 1px 0 rgba(255, 255, 255, .05);
}

/* Glow border effect */
.lg-auth-card-inner-v2::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 25px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(59, 130, 246, .3), transparent 40%, transparent 60%, rgba(6, 182, 212, .25));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.lg-auth-card-head-v2 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.lg-auth-card-mark-v2 {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  color: #fff;
  font-size: 22px;
  box-shadow: 0 10px 28px rgba(59, 130, 246, .35);
  position: relative;
}

.lg-auth-card-mark-v2::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 18px;
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  opacity: .25;
  filter: blur(10px);
  z-index: -1;
}

.lg-auth-card-head-text-v2 h2 {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 850;
  color: #fff;
  letter-spacing: -.01em;
}

.lg-auth-card-head-text-v2 p {
  margin: 0;
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
}

/* ========== Form Fields ========== */
.lg-auth-field-v2 {
  margin-bottom: 20px;
}

.lg-auth-field-v2 label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #cbd5e1;
  letter-spacing: .01em;
}

.lg-auth-field-v2 label .required {
  color: #f87171;
  margin-left: 2px;
}

.lg-auth-input-wrap-v2 {
  position: relative;
  display: flex;
  align-items: center;
}

.lg-auth-input-wrap-v2 .lg-input-icon-v2 {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
  font-size: 15px;
  pointer-events: none;
  transition: color .2s ease;
  z-index: 1;
}

.lg-auth-input-wrap-v2 input {
  width: 100%;
  height: 50px;
  padding: 0 16px 0 46px;
  border: 1px solid rgba(139, 155, 180, .15);
  border-radius: 14px;
  background: rgba(0, 0, 0, .25);
  color: #e4eaf4;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  transition: all .2s ease;
  font-family: inherit;
}

.lg-auth-input-wrap-v2 input::placeholder {
  color: #475569;
  font-weight: 400;
}

.lg-auth-input-wrap-v2 input:hover {
  border-color: rgba(139, 155, 180, .25);
}

.lg-auth-input-wrap-v2 input:focus {
  border-color: rgba(59, 130, 246, .5);
  background: rgba(0, 0, 0, .35);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, .1);
}

.lg-auth-input-wrap-v2 input:focus + .lg-input-icon-v2,
.lg-auth-input-wrap-v2:focus-within .lg-input-icon-v2 {
  color: #67e8f9;
}

/* Password toggle */
.lg-auth-input-wrap-v2 .lg-pwd-toggle-v2 {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #64748b;
  font-size: 14px;
  cursor: pointer;
  transition: all .15s ease;
  z-index: 1;
}

.lg-auth-input-wrap-v2 .lg-pwd-toggle-v2:hover {
  background: rgba(255, 255, 255, .06);
  color: #94a3b8;
}

/* Verification code field */
.lg-auth-code-wrap-v2 {
  display: flex;
  gap: 10px;
}

.lg-auth-code-wrap-v2 .lg-auth-input-wrap-v2 {
  flex: 1;
}

.lg-auth-code-btn-v2 {
  flex: 0 0 auto;
  height: 50px;
  padding: 0 20px;
  border: 1px solid rgba(59, 130, 246, .3);
  border-radius: 14px;
  background: rgba(59, 130, 246, .1);
  color: #67e8f9;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s ease;
  white-space: nowrap;
  font-family: inherit;
}

.lg-auth-code-btn-v2:hover:not(:disabled) {
  background: rgba(59, 130, 246, .18);
  border-color: rgba(59, 130, 246, .5);
  color: #fff;
}

.lg-auth-code-btn-v2:disabled {
  opacity: .5;
  cursor: not-allowed;
}

/* Two column field grid */
.lg-auth-field-grid-v2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* ========== Password Strength ========== */
.lg-auth-pwd-strength-v2 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  height: 18px;
}

.lg-auth-pwd-strength-v2 .strength-bars {
  display: flex;
  gap: 4px;
  flex: 1;
}

.lg-auth-pwd-strength-v2 .strength-bar {
  flex: 1;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, .08);
  transition: background .3s ease;
}

.lg-auth-pwd-strength-v2 .strength-bar.active-weak { background: #ef4444; }
.lg-auth-pwd-strength-v2 .strength-bar.active-medium { background: #f59e0b; }
.lg-auth-pwd-strength-v2 .strength-bar.active-strong { background: #10b981; }

.lg-auth-pwd-strength-v2 .strength-text {
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  min-width: 36px;
  text-align: right;
}

/* ========== Form Options Row ========== */
.lg-auth-options-v2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 22px 0 26px;
}

.lg-auth-checkbox-v2 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  user-select: none;
}

.lg-auth-checkbox-v2 input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.lg-auth-checkbox-v2 .lg-check-box-v2 {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1.5px solid rgba(139, 155, 180, .3);
  border-radius: 5px;
  background: rgba(0, 0, 0, .2);
  transition: all .15s ease;
}

.lg-auth-checkbox-v2 .lg-check-box-v2 i {
  font-size: 10px;
  color: #fff;
  opacity: 0;
  transform: scale(.5);
  transition: all .15s ease;
}

.lg-auth-checkbox-v2 input:checked + .lg-check-box-v2 {
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  border-color: transparent;
}

.lg-auth-checkbox-v2 input:checked + .lg-check-box-v2 i {
  opacity: 1;
  transform: scale(1);
}

.lg-auth-checkbox-v2 span {
  font-size: 13px;
  font-weight: 600;
  color: #94a3b8;
}

.lg-auth-link-v2 {
  font-size: 13px;
  font-weight: 650;
  color: #67e8f9;
  text-decoration: none;
  transition: color .15s ease;
}

.lg-auth-link-v2:hover {
  color: #fff;
}

/* Agreement checkbox */
.lg-auth-agreement-v2 {
  margin: 0 0 24px;
}

.lg-auth-agreement-v2 .lg-auth-checkbox-v2 span a {
  color: #67e8f9;
  text-decoration: none;
}

.lg-auth-agreement-v2 .lg-auth-checkbox-v2 span a:hover {
  color: #fff;
  text-decoration: underline;
}

/* ========== Submit Button ========== */
.lg-auth-submit-v2 {
  width: 100%;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .02em;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(59, 130, 246, .35);
  transition: all .2s ease;
  position: relative;
  overflow: hidden;
  font-family: inherit;
}

.lg-auth-submit-v2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .15), transparent);
  transition: left .5s ease;
}

.lg-auth-submit-v2:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(59, 130, 246, .45);
}

.lg-auth-submit-v2:hover::before {
  left: 100%;
}

.lg-auth-submit-v2:active {
  transform: translateY(0);
}

.lg-auth-submit-v2:disabled,
.lg-auth-submit-v2.loading {
  opacity: .7;
  cursor: not-allowed;
  transform: none;
}

.lg-auth-submit-v2 i {
  font-size: 14px;
  transition: transform .2s ease;
}

.lg-auth-submit-v2:hover i {
  transform: translateX(3px);
}

/* ========== Divider ========== */
.lg-auth-divider-v2 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 26px 0 22px;
}

.lg-auth-divider-v2::before,
.lg-auth-divider-v2::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 155, 180, .15), transparent);
}

.lg-auth-divider-v2 span {
  font-size: 12px;
  font-weight: 650;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: .06em;
}

/* ========== Social Login ========== */
.lg-auth-social-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.lg-auth-social-btn-v2 {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(139, 155, 180, .15);
  border-radius: 14px;
  background: rgba(255, 255, 255, .03);
  color: #94a3b8;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
  transition: all .2s ease;
}

.lg-auth-social-btn-v2:hover {
  transform: translateY(-3px);
  border-color: rgba(59, 130, 246, .35);
  background: rgba(59, 130, 246, .08);
  color: #fff;
  box-shadow: 0 8px 20px rgba(59, 130, 246, .2);
}

.lg-auth-social-btn-v2.social-qq:hover { border-color: rgba(18, 183, 245, .4); color: #12b7f5; }
.lg-auth-social-btn-v2.social-wx:hover { border-color: rgba(7, 193, 96, .4); color: #07c160; }
.lg-auth-social-btn-v2.social-alipay:hover { border-color: rgba(22, 119, 255, .4); color: #1677ff; }

/* ========== Switch Link ========== */
.lg-auth-switch-v2 {
  text-align: center;
  margin-top: 26px;
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
}

.lg-auth-switch-v2 a {
  color: #67e8f9;
  font-weight: 700;
  text-decoration: none;
  margin-left: 4px;
  transition: color .15s ease;
}

.lg-auth-switch-v2 a:hover {
  color: #fff;
}

/* ========== Step Indicator (Find Password) ========== */
.lg-auth-steps-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 32px;
}

.lg-auth-step-v2 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lg-auth-step-v2 .step-num {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
  border: 1.5px solid rgba(139, 155, 180, .2);
  background: rgba(0, 0, 0, .2);
  color: #64748b;
  transition: all .3s ease;
}

.lg-auth-step-v2.active .step-num {
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 4px 12px rgba(59, 130, 246, .3);
}

.lg-auth-step-v2 .step-label {
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
}

.lg-auth-step-v2.active .step-label {
  color: #e4eaf4;
}

.lg-auth-step-line-v2 {
  width: 40px;
  height: 1.5px;
  background: rgba(139, 155, 180, .15);
  margin: 0 8px;
}

/* ========== Captcha Box ========== */
.lg-auth-captcha-v2 {
  margin-bottom: 20px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(139, 155, 180, .12);
  border-radius: 12px;
  background: rgba(0, 0, 0, .2);
  overflow: hidden;
}

.lg-auth-captcha-v2 #captcha_text {
  color: #64748b;
  font-size: 13px;
  font-weight: 500;
}

.lg-auth-captcha-v2 #captcha_wait {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.lg-auth-captcha-v2 .loading-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #67e8f9;
  animation: lg-dot-pulse 1.2s ease-in-out infinite;
}

.lg-auth-captcha-v2 .loading-dot:nth-child(2) { animation-delay: .15s; }
.lg-auth-captcha-v2 .loading-dot:nth-child(3) { animation-delay: .3s; }
.lg-auth-captcha-v2 .loading-dot:nth-child(4) { animation-delay: .45s; }

@keyframes lg-dot-pulse {
  0%, 80%, 100% { opacity: .3; transform: scale(.8); }
  40% { opacity: 1; transform: scale(1); }
}

/* ========== Footer ========== */
.lg-auth-footer-v2 {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  color: #475569;
  font-weight: 500;
  z-index: 1;
}

.lg-auth-footer-v2 a {
  color: #64748b;
  text-decoration: none;
}

/* ========== Responsive ========== */
@media (max-width: 1024px) {
  .lg-auth-shell-v2 {
    grid-template-columns: 1fr;
  }

  .lg-auth-brand-v2 {
    display: none;
  }

  .lg-auth-form-v2 {
    min-height: 100vh;
    padding: 32px 20px;
  }
}

@media (max-width: 480px) {
  .lg-auth-card-inner-v2 {
    padding: 32px 24px;
  }

  .lg-auth-card-head-v2 {
    margin-bottom: 26px;
  }

  .lg-auth-card-mark-v2 {
    width: 46px;
    height: 46px;
    font-size: 19px;
  }

  .lg-auth-card-head-text-v2 h2 {
    font-size: 19px;
  }

  .lg-auth-field-grid-v2 {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .lg-auth-steps-v2 {
    gap: 0;
  }

  .lg-auth-step-line-v2 {
    width: 24px;
  }

  .lg-auth-step-v2 .step-label {
    display: none;
  }
}
