:root {
  --recharge-bg-top: #4d8ef7;
  --recharge-bg-bottom: #17a8f3;
  --recharge-white: rgba(255, 255, 255, 0.96);
  --recharge-glass: rgba(255, 255, 255, 0.1);
  --recharge-border: rgba(255, 255, 255, 0.18);
  --recharge-text: #f8fbff;
  --recharge-muted: rgba(255, 255, 255, 0.76);
}

.recharge-page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, var(--recharge-bg-top) 0%, #4298f7 30%, var(--recharge-bg-bottom) 100%);
}

.recharge-page .navbar {
  background: rgba(255, 255, 255, 0.08);
  border-bottom-color: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

.recharge-page .navbar-logo,
.recharge-page .nav-link,
.recharge-page .icon-btn {
  color: rgba(255, 255, 255, 0.96);
}

.recharge-page .nav-link:hover,
.recharge-page .nav-link.active {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.recharge-page .btn-outline {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}

.recharge-page .btn-primary {
  background: rgba(255, 255, 255, 0.94);
  color: #1d4ed8;
}

.recharge-page .member-trigger,
.recharge-page .member-dropdown {
  background: rgba(255, 255, 255, 0.95);
  color: #1e293b;
}

.recharge-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 28px 24px 56px;
}

.recharge-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  gap: 18px;
  align-items: stretch;
}

.recharge-form-card,
.recharge-side-card {
  border-radius: 24px;
}

.recharge-form-card {
  padding: 22px 20px 20px;
  background: var(--recharge-white);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.recharge-title-row h1 {
  color: #1e293b;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.recharge-label {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
}

.recharge-textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid #dbe6f5;
  background: #fff;
  color: #0f172a;
  font-size: 14px;
  line-height: 1.5;
  resize: none;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.recharge-input {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid #dbe6f5;
  background: #fff;
  color: #0f172a;
  font-size: 14px;
}

@supports (-webkit-touch-callout: none) {
  .recharge-input,
  .recharge-textarea {
    font-size: 16px;
  }
}

.recharge-input:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
}

.recharge-alt-field {
  margin-top: 10px;
}

.recharge-textarea:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
}

.recharge-help-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.recharge-help-link {
  color: #5b8def;
  font-size: 12px;
  font-weight: 700;
}

.recharge-form-card.is-giftcard-mode #recharge-price-block {
  display: none;
}

.recharge-state {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.65;
}

.recharge-state.is-warning {
  background: #fff7ed;
  border: 1px solid #fdba74;
  color: #9a3412;
}

.recharge-price-block {
  margin-top: 18px;
}

.recharge-price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.recharge-plan-title {
  color: #1e293b;
  font-size: 26px;
  font-weight: 700;
}

.recharge-plan-price {
  color: #3b82f6;
  font-size: 46px;
  line-height: 1;
  font-weight: 800;
}

.recharge-price-note {
  margin-top: 6px;
  color: #94a3b8;
  font-size: 11px;
  line-height: 1.5;
}

.recharge-pay-section {
  margin-top: 20px;
}

.recharge-pay-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.recharge-pay-btn {
  height: 48px;
  border-radius: 14px;
  border: 1.5px solid #d9e4f4;
  background: #fff;
  color: #3b82f6;
  font-size: 14px;
  font-weight: 700;
}

.recharge-pay-btn.is-active {
  border-color: #3b82f6;
  background: #eef5ff;
}

.recharge-submit-btn {
  width: 100%;
  height: 52px;
  margin-top: 18px;
  border-radius: 14px;
  background: linear-gradient(180deg, #32d66b 0%, #22c55e 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 16px 34px rgba(34, 197, 94, 0.24);
}

.recharge-agreement {
  margin-top: 12px;
  color: #cbd5e1;
  font-size: 10px;
  line-height: 1.5;
}

.recharge-side-card {
  padding: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.12));
  border: 1px solid var(--recharge-border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.recharge-side-head h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.recharge-steps {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.recharge-steps li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: flex-start;
}

.recharge-step-index {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.recharge-step-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.recharge-step-copy {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.6;
}

.recharge-tip-card {
  margin-top: 22px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.recharge-tip-title {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.recharge-tip-list {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.65;
}

.recharge-feed-section,
.recharge-feedback-section {
  margin-top: 26px;
}

.recharge-block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.recharge-block-head h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.recharge-records-card {
  padding: 14px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  height: 214px;
}

.recharge-records-list {
  display: grid;
  gap: 10px;
  transition: transform .45s ease;
}

.recharge-record-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
}

.recharge-record-user {
  font-size: 14px;
  font-weight: 700;
}

.recharge-record-meta {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}


.recharge-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.recharge-review-card {
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}

.recharge-review-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.recharge-review-avatar {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #dcfce7;
  color: #16a34a;
  font-size: 13px;
  font-weight: 800;
}

.recharge-review-name {
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
}

.recharge-review-body {
  color: #475569;
  font-size: 13px;
  line-height: 1.75;
}

.recharge-support-inline-block {
  margin-top: 8px;
}

.recharge-support-shell {
  padding-top: 6px;
  padding-bottom: 2px;
}

.recharge-support-shell h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.recharge-support-shell p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.7;
}

.recharge-page-footer {
  padding: 26px 20px 34px;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.recharge-footer-links {
  display: inline-flex;
  gap: 20px;
  margin-top: 10px;
}

.recharge-footer-links a {
  color: rgba(255, 255, 255, 0.72);
}

.recharge-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
}

.recharge-modal.open {
  display: block;
}

.recharge-modal-mask {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.46);
  backdrop-filter: blur(6px);
}

.recharge-modal-card {
  position: relative;
  width: min(92vw, 680px);
  margin: 8vh auto 0;
  padding: 28px;
  max-height: 84vh;
  overflow: auto;
  border-radius: 26px;
  background:
    radial-gradient(circle at right top, rgba(37, 99, 235, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 36px 90px rgba(15, 23, 42, 0.28);
}

.recharge-modal-card--pay {
  width: min(92vw, 520px);
}

.recharge-modal-card--guide {
  width: min(92vw, 620px);
}

.recharge-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.recharge-modal-kicker {
  color: #2563eb;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.recharge-modal-head h3 {
  margin-top: 8px;
  color: #0f172a;
  font-size: 28px;
  font-weight: 800;
}

.recharge-modal-subtitle {
  margin-top: 10px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

.recharge-modal-close {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #64748b;
}

.recharge-modal-close:hover {
  background: #f1f5f9;
  color: #0f172a;
}

.recharge-guide-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.recharge-guide-item {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  align-items: flex-start;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(248, 251, 255, 0.92);
  border: 1px solid #dbeafe;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.recharge-guide-item span {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #2563eb;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.recharge-guide-item p {
  color: #334155;
  line-height: 1.7;
}

.recharge-guide-title {
  margin-bottom: 4px;
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
}

.recharge-guide-item code {
  padding: 1px 5px;
  border-radius: 6px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 12px;
}

.recharge-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.recharge-guide-tip {
  margin-top: 16px;
  padding: 13px 14px;
  border-radius: 14px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1d4ed8;
  font-size: 13px;
  line-height: 1.7;
}

.recharge-guide-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  background: #fff;
}

.recharge-guide-action.primary {
  border-color: #2563eb;
  background: #eff6ff;
  color: #1d4ed8;
}

.recharge-pay-modal-body {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.recharge-pay-order,
.recharge-pay-email {
  color: #475569;
  font-size: 14px;
  font-weight: 600;
}

.recharge-pay-qr-wrap {
  width: min(100%, 280px);
  min-height: 280px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  padding: 14px;
  border-radius: 20px;
  border: 1px solid #dbe6f5;
  background: #fff;
}

.recharge-pay-qr-image {
  width: 100%;
  height: 100%;
  max-width: 252px;
  max-height: 252px;
  object-fit: contain;
}

.recharge-pay-open-btn {
  min-height: 46px;
  width: min(100%, 280px);
  margin: -2px auto 0;
  border-radius: 14px;
  background: linear-gradient(180deg, #1677ff 0%, #0f6df0 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(22, 119, 255, 0.24);
}

.recharge-pay-open-btn[hidden] {
  display: none !important;
}

.recharge-pay-status {
  text-align: center;
  color: #2563eb;
  font-size: 14px;
  font-weight: 700;
}

.recharge-pay-status.is-error {
  color: #dc2626;
}

.recharge-pay-status.is-success {
  color: #16a34a;
}

.recharge-pay-countdown {
  text-align: center;
  color: #475569;
  font-size: 13px;
  font-weight: 600;
}

.recharge-pay-progress {
  position: relative;
  height: 24px;
  margin: 2px 8px 0;
}

.recharge-pay-progress-bar,
.recharge-pay-progress-fill {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 8px;
  transform: translateY(-50%);
  border-radius: 999px;
}

.recharge-pay-progress-bar {
  background: #e2e8f0;
}

.recharge-pay-progress-fill {
  width: 0%;
  right: auto;
  background: linear-gradient(90deg, #3b82f6 0%, #22c55e 100%);
  transition: width .3s ease;
}

.recharge-pay-step {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.recharge-pay-step--left {
  left: 0;
}

.recharge-pay-step--center {
  left: 50%;
}

.recharge-pay-step--right {
  left: 100%;
}

.recharge-pay-step-dot {
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 999px;
  border: 3px solid #cbd5e1;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
}

.recharge-pay-step-dot.is-active {
  border-color: #3b82f6;
  box-shadow: 0 0 0 6px rgba(59, 130, 246, 0.12);
}

.recharge-pay-step-dot.is-done {
  border-color: #22c55e;
  background: #22c55e;
}

.recharge-pay-step-dot.is-error {
  border-color: #ef4444;
}

.recharge-pay-step-labels {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 600;
}

.recharge-pay-step-labels .is-active {
  color: #2563eb;
}

.recharge-pay-step-labels .is-done {
  color: #16a34a;
}

.recharge-pay-step-labels .is-error {
  color: #dc2626;
}

.recharge-pay-hint {
  text-align: center;
  color: #c2410c;
  font-size: 13px;
  line-height: 1.7;
}

.recharge-modal-card--success {
  width: min(92vw, 420px);
  text-align: center;
  padding: 30px 28px 26px;
}

.recharge-success-badge {
  position: relative;
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
}

.recharge-success-ring {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(34, 197, 94, 0.18), rgba(34, 197, 94, 0.02) 72%);
  animation: rechargeSuccessPulse 1.8s ease-out infinite;
}

.recharge-success-check {
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #34d399 0%, #22c55e 100%);
  color: #fff;
  box-shadow: 0 18px 42px rgba(34, 197, 94, 0.34);
  animation: rechargeSuccessPop .45s ease-out both;
}

.recharge-success-title {
  color: #0f172a;
  font-size: 28px;
  font-weight: 800;
}

.recharge-success-copy {
  margin-top: 12px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.8;
}

.recharge-success-btn {
  min-width: 148px;
  height: 46px;
  margin-top: 22px;
  border-radius: 14px;
  background: linear-gradient(180deg, #34d399 0%, #22c55e 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 16px 34px rgba(34, 197, 94, 0.24);
}

@keyframes rechargeSuccessPulse {
  0% {
    transform: scale(.9);
    opacity: .75;
  }
  70% {
    transform: scale(1.12);
    opacity: 0;
  }
  100% {
    transform: scale(1.12);
    opacity: 0;
  }
}

@keyframes rechargeSuccessPop {
  0% {
    transform: scale(.72);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 980px) {
  .recharge-grid,
  .recharge-review-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .recharge-page .navbar {
    padding: 6px 0;
  }

  .recharge-page .navbar-inner {
    row-gap: 6px;
  }

  .recharge-page .navbar-logo {
    font-size: 14px;
  }

  .recharge-modal-card--guide {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .recharge-modal-card--guide .recharge-modal-head {
    gap: 10px;
  }

  .recharge-modal-card--guide .recharge-modal-kicker {
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .recharge-modal-card--guide .recharge-modal-head h3 {
    margin-top: 4px;
    font-size: 18px;
    line-height: 1.2;
  }

  .recharge-modal-card--guide .recharge-modal-subtitle {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.45;
  }

  .recharge-modal-card--guide .recharge-modal-close {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    flex: 0 0 auto;
  }

  .recharge-modal-card--guide .recharge-guide-list {
    gap: 8px;
    margin-top: 0;
  }

  .recharge-modal-card--guide .recharge-guide-item {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 8px;
    padding: 10px 12px;
    border-radius: 14px;
  }

  .recharge-modal-card--guide .recharge-guide-item span {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }

  .recharge-modal-card--guide .recharge-guide-title {
    margin-bottom: 2px;
    font-size: 12px;
  }

  .recharge-modal-card--guide .recharge-guide-item p {
    font-size: 11px;
    line-height: 1.45;
  }

  .recharge-modal-card--guide .recharge-guide-item code {
    padding: 1px 4px;
    font-size: 11px;
  }

  .recharge-modal-card--guide .recharge-guide-tip {
    margin-top: 0;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 11px;
    line-height: 1.45;
  }

  .recharge-modal-card--guide .recharge-guide-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 0;
  }

  .recharge-modal-card--guide .recharge-guide-action {
    min-height: 38px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
  }

  .recharge-page .nav-link {
    padding: 5px 9px;
    font-size: 11.5px;
  }

  .recharge-page .navbar-actions {
    gap: 4px;
  }

  .recharge-page .icon-btn {
    width: 32px;
    height: 32px;
  }

  .recharge-page .btn-outline,
  .recharge-page .btn-primary {
    padding: 5px 8px;
    font-size: 11.5px;
  }

  .recharge-shell {
    padding: 12px 12px 24px;
  }

  .recharge-form-card,
  .recharge-side-card,
  .recharge-modal-card {
    padding: 14px;
    border-radius: 18px;
  }

  .recharge-modal {
    padding: 12px;
    overflow-y: auto;
  }

  .recharge-modal.open {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .recharge-modal-card {
    width: 100%;
    margin: 0 auto;
    max-height: calc(100dvh - 24px);
    border-radius: 20px;
  }

  .recharge-title-row h1,
  .recharge-side-head h2,
  .recharge-block-head h3 {
    font-size: 20px;
  }

  .recharge-title-row h1 {
    line-height: 1.15;
  }

  .recharge-label {
    margin-top: 14px;
    margin-bottom: 7px;
    font-size: 12px;
  }

  .recharge-textarea {
    min-height: 46px;
    padding: 11px 12px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.4;
  }

  @supports (-webkit-touch-callout: none) {
    .recharge-input,
    .recharge-textarea {
      font-size: 16px;
    }
  }

  .recharge-help-row {
    margin-top: 6px;
  }

  .recharge-state {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 1.55;
  }

  .recharge-price-block {
    margin-top: 14px;
  }

  .recharge-price-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .recharge-plan-title {
    font-size: 22px;
  }

  .recharge-plan-price {
    font-size: 38px;
  }

  .recharge-price-note {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.4;
  }

  .recharge-pay-section {
    margin-top: 14px;
  }

  .recharge-pay-group {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .recharge-pay-btn {
    height: 44px;
    border-radius: 12px;
    font-size: 13px;
  }

  .recharge-submit-btn {
    height: 48px;
    margin-top: 14px;
    border-radius: 12px;
    font-size: 18px;
    box-shadow: 0 12px 24px rgba(34, 197, 94, 0.2);
  }

  .recharge-agreement {
    margin-top: 6px;
    font-size: 9px;
    line-height: 1.35;
  }

  .recharge-side-head h2 {
    font-size: 18px;
  }

  .recharge-steps {
    gap: 12px;
    margin-top: 12px;
  }

  .recharge-step-title {
    font-size: 14px;
  }

  .recharge-step-copy {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.45;
  }

  .recharge-tip-card {
    margin-top: 14px;
    padding: 14px;
    border-radius: 14px;
  }

  .recharge-tip-list {
    gap: 6px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
  }

  .recharge-feedback-section {
    margin-top: 18px;
  }

  .recharge-guide-actions {
    flex-direction: column;
  }

  .recharge-block-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .recharge-pay-open-btn {
    width: 100%;
    min-height: 44px;
    border-radius: 12px;
    font-size: 14px;
  }

  .recharge-modal-card--pay .recharge-modal-head h3 {
    font-size: 22px;
  }

  .recharge-pay-modal-body {
    gap: 10px;
    margin-top: 16px;
  }

  .recharge-pay-qr-wrap {
    width: min(100%, 220px);
    min-height: 220px;
    padding: 10px;
    border-radius: 16px;
  }

  .recharge-pay-qr-image {
    max-width: 200px;
    max-height: 200px;
  }

  .recharge-pay-order,
  .recharge-pay-email,
  .recharge-pay-countdown,
  .recharge-pay-status,
  .recharge-pay-hint {
    font-size: 12px;
  }

  .recharge-pay-step-labels {
    font-size: 11px;
  }
}

@media (max-width: 390px) {
  .recharge-shell {
    padding: 10px 10px 20px;
  }

  .recharge-form-card,
  .recharge-side-card,
  .recharge-modal-card {
    padding: 12px;
  }

  .recharge-title-row h1 {
    font-size: 18px;
  }

  .recharge-label {
    margin-top: 12px;
  }

  .recharge-textarea {
    min-height: 42px;
    padding: 10px 11px;
  }

  .recharge-price-block,
  .recharge-pay-section,
  .recharge-submit-btn {
    margin-top: 12px;
  }

  .recharge-plan-title {
    font-size: 20px;
  }

  .recharge-plan-price {
    font-size: 34px;
  }

  .recharge-pay-btn {
    height: 42px;
    font-size: 12.5px;
  }

  .recharge-submit-btn {
    height: 46px;
    font-size: 17px;
  }

  .recharge-pay-open-btn {
    min-height: 42px;
    font-size: 13px;
  }

  .recharge-modal-card--guide .recharge-modal-head h3 {
    font-size: 17px;
  }

  .recharge-modal-card--guide .recharge-modal-subtitle,
  .recharge-modal-card--guide .recharge-guide-item p,
  .recharge-modal-card--guide .recharge-guide-tip,
  .recharge-modal-card--guide .recharge-guide-action {
    font-size: 10.5px;
  }

  .recharge-modal-card--guide .recharge-guide-item {
    padding: 9px 10px;
  }

  .recharge-modal-card--guide .recharge-guide-actions {
    gap: 6px;
  }

  .recharge-pay-qr-wrap {
    width: min(100%, 196px);
    min-height: 196px;
    padding: 8px;
  }

  .recharge-pay-qr-image {
    max-width: 180px;
    max-height: 180px;
  }

  .recharge-agreement {
    margin-top: 5px;
    line-height: 1.3;
  }
}
