.combine-page[data-v-981730bc] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f8fafc;
}
/* ===== Header ===== */
.header-arc[data-v-981730bc] {
  background: linear-gradient(135deg, #32e0a1 0%, #12a87a 100%);
  flex-shrink: 0;
  padding: 24px 20px 28px 20px;
}
.header-content[data-v-981730bc] {
  text-align: center;
  color: #ffffff;
}
.header-label[data-v-981730bc] {
  font-size: 13px;
  opacity: 0.85;
  letter-spacing: 1px;
}
.header-name[data-v-981730bc] {
  font-size: 24px;
  font-weight: 700;
  margin-top: 6px;
}
.header-id[data-v-981730bc] {
  font-size: 12px;
  opacity: 0.7;
  margin-top: 4px;
  letter-spacing: 1px;
}
/* ===== Content ===== */
.content-area[data-v-981730bc] {
  flex: 1;
  overflow-y: auto;
  padding: 0 16px 24px 16px;
  margin-top: -16px;
  position: relative;
  z-index: 1;
}
/* ===== Warning Card ===== */
.warning-card[data-v-981730bc] {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border: 1.5px solid #fde68a;
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 12px;
}
.warning-header[data-v-981730bc] {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.warning-title[data-v-981730bc] {
  font-size: 14px;
  font-weight: 600;
  color: #b45309;
  margin-left: 8px;
}
.warning-body[data-v-981730bc] {
  display: flex;
  flex-wrap: wrap;
}
.warning-row[data-v-981730bc] {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 5px 0;
  box-sizing: border-box;
}
.warning-row[data-v-981730bc]:nth-child(odd) {
  padding-right: 8px;
}
.warning-row[data-v-981730bc]:nth-child(even) {
  padding-left: 8px;
}
.warning-row-last[data-v-981730bc] {
  width: 100%;
}
.warning-label[data-v-981730bc] {
  font-size: 12px;
  color: #b45309;
  opacity: 0.7;
  flex-shrink: 0;
  width: 42px;
}
.warning-value[data-v-981730bc] {
  font-size: 13px;
  color: #92400e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.warning-name[data-v-981730bc] {
  font-weight: 600;
}
/* ===== Detail Card ===== */
.detail-card[data-v-981730bc] {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  margin-bottom: 12px;
}
.detail-title[data-v-981730bc] {
  font-size: 16px;
  font-weight: 600;
  color: #12a87a;
  margin-bottom: 14px;
}
/* Bill Type Card */
.bill-type-card[data-v-981730bc] {
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.2s;
}
.bill-type-card[data-v-981730bc]:last-child {
  margin-bottom: 0;
}
.bill-type-selected[data-v-981730bc] {
  border-color: #12a87a;
  box-shadow: 0 0 0 1px rgba(18, 168, 122, 0.12);
}
.bill-type-header[data-v-981730bc] {
  display: flex;
  align-items: center;
  background: #f8fafc;
  padding: 10px 12px;
}
.bill-type-icon[data-v-981730bc] {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.icon-wx[data-v-981730bc] {
  background: linear-gradient(135deg, #12a87a, #32e0a1);
}
.icon-card[data-v-981730bc] {
  background: linear-gradient(135deg, #0d8c63, #12a87a);
}
.bill-type-name[data-v-981730bc] {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin-left: 8px;
  flex: 1;
}
.bill-type-priority[data-v-981730bc] {
  font-size: 11px;
  color: #ef4444;
  background: #fef2f2;
  padding: 2px 8px;
  border-radius: 10px;
  margin-right: 8px;
}
.bill-type-check[data-v-981730bc] {
  flex-shrink: 0;
}
/* Bill Table */
.bill-type-body[data-v-981730bc] {
  padding: 10px 12px 6px 12px;
}
.bill-table-header[data-v-981730bc] {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #f1f5f9;
}
.bill-table-row[data-v-981730bc] {
  display: flex;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #f8fafc;
}
.bill-table-row[data-v-981730bc]:last-child {
  border-bottom: none;
}
.col-short[data-v-981730bc] {
  width: 56px;
  flex-shrink: 0;
  font-size: 13px;
  color: #94a3b8;
}
.col-name[data-v-981730bc] {
  flex: 1;
  font-size: 13px;
  color: #475569;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.col-amount[data-v-981730bc] {
  width: 70px;
  flex-shrink: 0;
  text-align: right;
  font-size: 13px;
  font-weight: 600;
  color: #12a87a;
}
/* ===== Summary ===== */
.summary-card[data-v-981730bc] {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  margin-bottom: 12px;
}
.summary-row[data-v-981730bc] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f1f5f9;
}
.summary-row-last[data-v-981730bc] {
  border-bottom: none;
}
.summary-label[data-v-981730bc] {
  font-size: 15px;
  font-weight: 500;
  color: #1e293b;
}
.summary-amount[data-v-981730bc] {
  font-size: 24px;
  font-weight: 700;
}
.summary-now[data-v-981730bc] {
  color: #12a87a;
}
.summary-left[data-v-981730bc] {
  color: #f59e0b;
}
/* ===== Multi Tip ===== */
.multi-tip[data-v-981730bc] {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 12px;
  color: #ef4444;
  padding: 4px 0 8px 0;
  line-height: 1.5;
}
/* ===== Agreement ===== */
.agree-row[data-v-981730bc] {
  display: flex;
  align-items: center;
  padding: 8px 0 16px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.agree-circle[data-v-981730bc] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #cbd5e1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s;
}
.agree-circle-active[data-v-981730bc] {
  background: #12a87a;
  border-color: #12a87a;
}
.agree-text[data-v-981730bc] {
  font-size: 12px;
  color: #94a3b8;
  margin-left: 8px;
  line-height: 1.5;
}
.agree-link[data-v-981730bc] {
  color: #12a87a;
}
/* ===== Pay Button ===== */
.pay-btn[data-v-981730bc] {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  letter-spacing: 0.5px;
}

