.page[data-v-756de15f] {
  max-width: 640px;
  margin: 0 auto;
  padding: 16px 16px 40px;
}
/* ── Header ──────────────────────── */
.header[data-v-756de15f] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0 16px;
}
.btn-back[data-v-756de15f] {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e8ecf1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  color: #5a6878;
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.btn-back[data-v-756de15f]:hover {
  background: #f8f9fb;
  border-color: #cdd4de;
}
.btn-back[data-v-756de15f]:active {
  transform: scale(0.95);
}
.header-title[data-v-756de15f] {
  font-size: 18px;
  font-weight: 700;
  color: #1a2332;
  letter-spacing: -0.3px;
}
/* ── Coupon Info Card ────────────── */
.coupon-card[data-v-756de15f] {
  background: linear-gradient(135deg, #4f6ef6 0%, #6c5ce7 100%);
  border-radius: 18px;
  padding: 20px 22px;
  color: #fff;
  margin-bottom: 16px;
  box-shadow: 0 8px 28px rgba(79, 110, 246, 0.28);
  position: relative;
  overflow: hidden;
}
.coupon-card[data-v-756de15f]::before {
  content: '';
  position: absolute;
  top: -30px;
  right: -20px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
.coupon-card[data-v-756de15f]::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -30px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}
.coupon-card-inner[data-v-756de15f] {
  position: relative;
  z-index: 1;
}
.coupon-card-row[data-v-756de15f] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.coupon-name[data-v-756de15f] {
  font-size: 14px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.18);
  padding: 4px 12px;
  border-radius: 14px;
  display: flex;
  letter-spacing: 0.2px;
  align-items: flex-end;
}
.coupon-status[data-v-756de15f] {
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.22);
  font-weight: 500;
}
.coupon-amount[data-v-756de15f] {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -1px;
  margin: 8px 0 2px;
}
.coupon-amount small[data-v-756de15f] {
  font-size: 16px;
  font-weight: 500;
}
.coupon-meta[data-v-756de15f] {
  display: flex;
  gap: 20px;
  margin-top: 8px;
  font-size: 12px;
  opacity: 0.85;
}
.coupon-meta span[data-v-756de15f] {
  display: flex;
  align-items: center;
  gap: 4px;
}
/* ── Mode Tabs ───────────────────── */
.mode-tabs[data-v-756de15f] {
  display: flex;
  gap: 0;
  background: #ffffff;
  border-radius: 12px;
  padding: 4px;
  margin-bottom: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.04);
  border: 1px solid #e8ecf1;
}
.mode-tab[data-v-756de15f] {
  flex: 1;
  text-align: center;
  padding: 10px 16px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  color: #94a0b0;
  border: none;
  background: transparent;
  font-family: inherit;
  position: relative;
}
.mode-tab.active[data-v-756de15f] {
  background: #4f6ef6;
  color: #fff;
  box-shadow: 0 2px 8px rgba(79, 110, 246, 0.3);
}
.mode-tab .tab-icon[data-v-756de15f] {
  margin-right: 4px;
  font-size: 15px;
}
/* ── Section Card ────────────────── */
.section-card[data-v-756de15f] {
  background: #ffffff;
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 14px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.04);
  border: 1px solid #e8ecf1;
}
.section-title[data-v-756de15f] {
  font-size: 14px;
  font-weight: 700;
  color: #1a2332;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.section-title .dot[data-v-756de15f] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4f6ef6;
}
/* ── Input Row ───────────────────── */
.input-row[data-v-756de15f] {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.input-group[data-v-756de15f] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.input-group .van-field[data-v-756de15f] {
  border-radius: 5px;
  border: 1px solid #dddddd;
}
.input-group.phone[data-v-756de15f] {
  flex: 1.4;
  min-width: 140px;
}
.input-group.amount[data-v-756de15f] {
  flex: 1;
  min-width: 100px;
}
.input-group label[data-v-756de15f] {
  font-size: 11px;
  font-weight: 600;
  color: #94a0b0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.btn-row-action[data-v-756de15f] {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid #e8ecf1;
  background: #f7f9fc;
  cursor: pointer;
  font-size: 18px;
  color: #94a0b0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  margin-bottom: 4px;
}
.btn-row-action[data-v-756de15f]:active {
  border-color: #4f6ef6;
  color: #4f6ef6;
  background: #eef1fe;
}
.btn-clear-upload[data-v-756de15f] {
  padding: 6px 14px;
  border-radius: 14px;
  border: 1px solid #e8ecf1;
  background: #ffffff;
  font-size: 12px;
  color: #94a0b0;
  cursor: pointer;
  font-family: inherit;
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
/* ── Entry List ──────────────────── */
.entry-list[data-v-756de15f] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.entry-item[data-v-756de15f] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: #f7f9fc;
  border-radius: 8px;
  border: 1px solid #e8ecf1;
  -webkit-animation: fadeIn-data-v-756de15f 200ms ease-out;
          animation: fadeIn-data-v-756de15f 200ms ease-out;
  flex-wrap: wrap;
}
@-webkit-keyframes fadeIn-data-v-756de15f {
from {
    opacity: 0;
    transform: translateY(-8px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes fadeIn-data-v-756de15f {
from {
    opacity: 0;
    transform: translateY(-8px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.entry-index[data-v-756de15f] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #eef1fe;
  color: #4f6ef6;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.entry-phone[data-v-756de15f] {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: #1a2332;
  min-width: 100px;
}
.entry-amount[data-v-756de15f] {
  font-size: 15px;
  font-weight: 700;
  color: #4f6ef6;
  white-space: nowrap;
}
.entry-amount small[data-v-756de15f] {
  font-size: 12px;
  font-weight: 400;
  color: #94a0b0;
}
.btn-entry-del[data-v-756de15f] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  color: #94a0b0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}
.btn-entry-del[data-v-756de15f]:hover {
  background: #fef2f2;
  color: #ef4444;
}
/* ── Empty State ─────────────────── */
.empty-state[data-v-756de15f] {
  text-align: center;
  padding: 24px 16px;
  color: #94a0b0;
}
.empty-state .icon[data-v-756de15f] {
  font-size: 40px;
  margin-bottom: 8px;
}
.empty-state .text[data-v-756de15f] {
  font-size: 13px;
}
/* ── Upload Zone ─────────────────── */
.upload-zone[data-v-756de15f] {
  border: 2px dashed #d0d7e4;
  border-radius: 12px;
  padding: 32px 20px;
  text-align: center;
  cursor: pointer;
  background: #fafbfd;
  position: relative;
}
.upload-icon[data-v-756de15f] {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #eef1fe;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.upload-title[data-v-756de15f] {
  font-size: 16px;
  font-weight: 600;
  color: #1a2332;
  margin-bottom: 4px;
}
.upload-hint[data-v-756de15f] {
  font-size: 13px;
  color: #94a0b0;
}
.upload-hint a[data-v-756de15f] {
  color: #4f6ef6;
  text-decoration: none;
  font-weight: 500;
}
.upload-hint a[data-v-756de15f]:hover {
  text-decoration: underline;
}
/* ── Submit Button ───────────────── */
.btn-submit[data-v-756de15f] {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 12px;
  background: #4f6ef6;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(79, 110, 246, 0.32);
  letter-spacing: 0.5px;
  margin-top: 6px;
  transform: translateY(0px);
}
.btn-submit[data-v-756de15f]:active {
  background: #3b57d3;
}
/* ── History ─────────────────────── */
.history-item[data-v-756de15f] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid #f0f2f6;
  transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.history-item[data-v-756de15f]:last-child {
  border-bottom: none;
}
.history-item[data-v-756de15f]:hover {
  background: #fafbfd;
}
.history-avatar[data-v-756de15f] {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  font-weight: 700;
  color: #fff;
}
.history-avatar.success[data-v-756de15f] {
  background: #d1fae5;
  color: #065f46;
}
.history-avatar.partial[data-v-756de15f] {
  background: #fef3c7;
  color: #92400e;
}
.history-info[data-v-756de15f] {
  flex: 1;
  min-width: 0;
}
.history-info .top[data-v-756de15f] {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.history-info .name[data-v-756de15f] {
  font-size: 14px;
  font-weight: 600;
  color: #1a2332;
}
.history-info .time[data-v-756de15f] {
  font-size: 11px;
  color: #94a0b0;
  flex-shrink: 0;
}
.history-info .sub[data-v-756de15f] {
  font-size: 12px;
  color: #94a0b0;
  margin-top: 2px;
}
[data-v-756de15f] .van-uploader,[data-v-756de15f] .van-uploader__input-wrapper {
  width: 100%;
}
.van-uploader__file[data-v-756de15f] {
  width: 100%;
}
.van-uploader__file-name[data-v-756de15f] {
  font-weight: 600;
}
[data-v-756de15f] .van-uploader__wrapper {
  justify-content: center;
}

