/* WeBox VIP 会员页 */
.vip-card {
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  border-radius: 14px;
  padding: 16px 18px;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #1c1917 0%, #44403c 55%, #f05a25 140%);
  color: #fafaf9;
  box-shadow: 0 4px 14px rgba(28, 25, 23, 0.18);
}
.vip-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
}
.vip-card-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  opacity: 0.9;
}
.vip-card-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}
.vip-card-badge.is-vip {
  background: #fbbf24;
  color: #78350f;
}
.vip-card-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 4px;
}
.vip-card-sub {
  font-size: 13px;
  opacity: 0.82;
  margin: 0;
}
.vip-page {
  padding: 0 16px 24px;
}
.vip-hero {
  padding: 18px;
  margin-bottom: 14px;
  background: linear-gradient(135deg, #fff7ed, #ffedd5);
  border: 1px solid #fed7aa;
}
.vip-hero h2 {
  margin: 0 0 6px;
  font-size: 22px;
  color: #9a3412;
}
.vip-hero p {
  margin: 0;
  color: #78716c;
  font-size: 14px;
  line-height: 1.5;
}
.vip-compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 16px;
}
.vip-compare th,
.vip-compare td {
  padding: 10px 8px;
  border-bottom: 1px solid #e7e5e4;
  text-align: left;
  vertical-align: top;
}
.vip-compare th {
  color: #78716c;
  font-weight: 600;
  font-size: 12px;
}
.vip-compare .col-vip {
  color: #c2410c;
  font-weight: 600;
}
.vip-compare .ok {
  color: #16a34a;
}
.vip-compare .no {
  color: #a8a29e;
}
.vip-price-box {
  text-align: center;
  padding: 16px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: #fafaf9;
  border: 1px solid #e7e5e4;
}
.vip-price-box .price {
  font-size: 32px;
  font-weight: 800;
  color: #ea580c;
  line-height: 1.1;
}
.vip-price-box .unit {
  font-size: 13px;
  color: #78716c;
}
.vip-order-card {
  padding: 16px;
  margin-bottom: 12px;
}
.vip-order-amount {
  font-size: 28px;
  font-weight: 800;
  color: #ea580c;
  margin: 8px 0;
}
.vip-status-pill {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}
.vip-status-pill.pending { background: #fef3c7; color: #92400e; }
.vip-status-pill.paid { background: #dcfce7; color: #166534; }
.vip-status-pill.expired { background: #f5f5f4; color: #78716c; }

/* VIP 支付页 */
.vip-order-page {
  padding-bottom: 32px;
}
.vip-order-hero {
  padding: 16px 18px;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #fffbeb 0%, #fff7ed 55%, #ffedd5 100%);
  border: 1px solid #fed7aa;
}
.vip-order-hero-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.vip-order-network {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #9a3412;
  background: rgba(255, 255, 255, 0.72);
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid #fdba74;
}
.vip-order-hero-hint {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #78716c;
}
.vip-order-hero-hint strong {
  color: #c2410c;
}
.vip-order-field-label {
  font-size: 13px;
  font-weight: 600;
  color: #57534e;
  margin-bottom: 10px;
}
.vip-order-required {
  font-size: 11px;
  font-weight: 600;
  color: #ea580c;
  background: #fff7ed;
  padding: 2px 7px;
  border-radius: 999px;
  margin-left: 4px;
}
.vip-order-amount-card {
  padding: 18px 16px;
  margin-bottom: 12px;
  text-align: center;
  background: linear-gradient(180deg, #fff 0%, #fffaf5 100%);
  border: 1px solid #fed7aa;
}
.vip-order-amount-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.vip-order-amount-wrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}
.vip-order-amount-card .vip-order-amount {
  font-size: 36px;
  font-weight: 800;
  color: #ea580c;
  margin: 0;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.vip-order-amount-unit {
  font-size: 15px;
  font-weight: 700;
  color: #fb923c;
}
.vip-order-amount-note {
  margin: 10px 0 0;
  font-size: 12px;
  color: #a8a29e;
  line-height: 1.5;
}
.vip-order-pay-card {
  padding: 16px;
  margin-bottom: 12px;
}
.vip-order-qr-wrap {
  display: flex;
  justify-content: center;
  padding: 14px;
  margin-bottom: 8px;
  background: #fafaf9;
  border: 1px dashed #e7e5e4;
  border-radius: 14px;
}
.vip-order-qr-wrap canvas {
  display: block;
  border-radius: 8px;
}
.vip-order-qr-hint {
  margin: 0 0 12px;
  text-align: center;
  font-size: 12px;
  color: #a8a29e;
}
.vip-order-address-row {
  display: flex;
  align-items: stretch;
  gap: 8px;
}
.vip-order-address {
  flex: 1;
  min-width: 0;
  word-break: break-all;
  font-family: Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  line-height: 1.45;
  background: #f5f5f4;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #e7e5e4;
  margin: 0;
}
.vip-copy-btn {
  flex-shrink: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 56px;
  padding: 8px 10px;
  border: 1px solid #e7e5e4;
  border-radius: 10px;
  background: #fff;
  color: #57534e;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.vip-copy-btn i {
  font-size: 15px;
  color: #f05a25;
}
.vip-copy-btn:active {
  background: #fff7ed;
  border-color: #fdba74;
}
.vip-order-expires {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 12px 0 0;
  font-size: 13px;
  color: #78716c;
  line-height: 1.5;
}
.vip-order-expires::before {
  content: '\f017';
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
  color: #f59e0b;
}
.vip-order-steps-card {
  padding: 16px;
}
.vip-order-steps-title {
  font-size: 14px;
  font-weight: 700;
  color: #44403c;
  margin-bottom: 12px;
}
.vip-order-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vip-order-steps li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.55;
  color: #57534e;
}
.vip-order-step-num {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #fff7ed;
  color: #ea580c;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fed7aa;
}
.vip-order-paid-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 4px 0 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  color: #166534;
  font-size: 14px;
  font-weight: 600;
}
.vip-order-paid-hint i {
  font-size: 18px;
}
.vip-order-page.is-pending .vip-status-pill.pending {
  animation: vip-pulse 2s ease-in-out infinite;
}
@keyframes vip-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.72; }
}
