
.bills-page[data-v-b0025666] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f1f5f9;
}
.header-white[data-v-b0025666] {
  background: #ffffff;
  flex-shrink: 0;
  padding: 12px 16px;
  border-bottom: 1px solid #f1f5f9;
}
.header-inner[data-v-b0025666] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-title[data-v-b0025666] {
  font-size: 17px;
  font-weight: 700;
  color: #1e293b;
}
.content-area[data-v-b0025666] {
  flex: 1;
  overflow-y: auto;
  padding: 14px 16px;
  -webkit-overflow-scrolling: touch;
}

/* ===== Summary ===== */
.summary-card[data-v-b0025666] {
  background: #fff;
  border-radius: 16px;
  padding: 16px 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  margin-bottom: 12px;
}
.summary-row[data-v-b0025666] {
  display: flex;
  align-items: center;
}
.summary-item[data-v-b0025666] {
  flex: 1;
  text-align: center;
}
.summary-divider[data-v-b0025666] {
  width: 1px;
  height: 32px;
  background: #f1f5f9;
}
.num[data-v-b0025666] {
  font-size: 24px;
  font-weight: 700;
  color: #1e293b;
}
.num.green[data-v-b0025666] {
  color: #12a87a;
}
.num.red[data-v-b0025666] {
  color: #ef4444;
}
.label[data-v-b0025666] {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 2px;
}
.summary-bottom[data-v-b0025666] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 0;
  margin-top: 12px;
  border-top: 1px solid #f8fafc;
}
.bottom-label[data-v-b0025666] {
  font-size: 12px;
  color: #94a3b8;
}
.bottom-amount[data-v-b0025666] {
  font-size: 18px;
  font-weight: 700;
  color: #12a87a;
}

/* ===== Tab ===== */
.tab-bar[data-v-b0025666] {
  display: flex;
  background: #fff;
  border-radius: 14px;
  padding: 4px;
  margin-bottom: 12px;
}
.tab-item[data-v-b0025666] {
  flex: 1;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 500;
  color: #94a3b8;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
}
.tab-active[data-v-b0025666] {
  color: #12a87a;
  background: #d1fae5;
}
.tab-line[data-v-b0025666] {
  display: none;
}

/* ===== List ===== */
.loading-state[data-v-b0025666],
.empty-state[data-v-b0025666] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 48px 0;
  color: #94a3b8;
  font-size: 14px;
}
.bill-row[data-v-b0025666] {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  cursor: pointer;
  transition: transform 0.15s;
}
.bill-row[data-v-b0025666]:active {
  transform: scale(0.985);
}
.stu-avatar[data-v-b0025666] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  margin-right: 12px;
}
.avatar-paid[data-v-b0025666] {
  background: linear-gradient(135deg, #12a87a, #32e0a1);
}
.avatar-unpaid[data-v-b0025666] {
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
}
.bill-info[data-v-b0025666] {
  flex: 1;
  min-width: 0;
}
.bill-name[data-v-b0025666] {
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
}
.bill-desc[data-v-b0025666] {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 3px;
}
.bill-right[data-v-b0025666] {
  text-align: right;
  flex-shrink: 0;
  margin-right: 8px;
}
.bill-amount[data-v-b0025666] {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 3px;
}
.tag-paid[data-v-b0025666],
.tag-partial[data-v-b0025666],
.tag-overdue[data-v-b0025666],
.tag-pending[data-v-b0025666] {
  display: inline-block;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 8px;
}
.tag-paid[data-v-b0025666] {
  color: #12a87a;
  background: #d1fae5;
}
.tag-partial[data-v-b0025666] {
  color: #d97706;
  background: #fef3c7;
}
.tag-overdue[data-v-b0025666] {
  color: #dc2626;
  background: #fee2e2;
}
.tag-pending[data-v-b0025666] {
  color: #ef6c2b;
  background: #fef3e8;
}

