
.detail-page[data-v-445fb524] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f1f5f9;
}

/* ===== Header Arc ===== */
.header-arc[data-v-445fb524] {
  background: linear-gradient(135deg, #32e0a1 0%, #12a87a 100%);
  flex-shrink: 0;
  padding: 20px 20px 40px 20px;
}
.header-inner[data-v-445fb524] {
  color: #fff;
}
.header-title[data-v-445fb524] {
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 14px;
}
.student-row[data-v-445fb524] {
  display: flex;
  align-items: center;
  gap: 14px;
}
.stu-avatar[data-v-445fb524] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  flex-shrink: 0;
}
.stu-name[data-v-445fb524] {
  font-size: 22px;
  font-weight: 700;
}
.stu-class[data-v-445fb524] {
  font-size: 12px;
  opacity: 0.8;
  margin-top: 4px;
}

/* ===== Content ===== */
.content-area[data-v-445fb524] {
  flex: 1;
  overflow-y: auto;
  padding: 0 16px 24px;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.card[data-v-445fb524] {
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  margin-bottom: 12px;
}

/* ===== Progress ===== */
.progress-header[data-v-445fb524] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.progress-label[data-v-445fb524] {
  font-size: 13px;
  color: #94a3b8;
}
.money[data-v-445fb524] {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
}
.progress-bar[data-v-445fb524] {
  height: 8px;
  background: #f1f5f9;
  border-radius: 4px;
  overflow: hidden;
}
.progress-fill[data-v-445fb524] {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, #12a87a, #32e0a1);
  transition: width 0.6s;
}
.progress-tip[data-v-445fb524] {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 8px;
}

/* ===== Fee List ===== */
.card-title[data-v-445fb524] {
  font-size: 16px;
  font-weight: 600;
  color: #12a87a;
  margin-bottom: 10px;
}
.action-row[data-v-445fb524] {
  display: flex;
  gap: 10px;
}
.action-item[data-v-445fb524] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 0;
  border-radius: 10px;
  background: #f8fafc;
  cursor: pointer;
  transition: transform 0.15s;
}
.action-item[data-v-445fb524]:active {
  transform: scale(0.98);
}
.action-text[data-v-445fb524] {
  font-size: 12px;
  color: #475569;
}
.empty-tip[data-v-445fb524] {
  font-size: 13px;
  color: #94a3b8;
  padding: 8px 0;
}
.fee-row[data-v-445fb524] {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f8fafc;
}
.fee-row[data-v-445fb524]:last-child {
  border-bottom: none;
}
.fee-subject[data-v-445fb524] {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  color: #475569;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fee-amount[data-v-445fb524] {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin-right: 10px;
}
.tag[data-v-445fb524] {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 8px;
  flex-shrink: 0;
}
.tag-pending[data-v-445fb524] {
  color: #ef6c2b;
  background: #fef3e8;
}
.tag-paid[data-v-445fb524] {
  color: #12a87a;
  background: #d1fae5;
}

/* ===== Summary ===== */
.summary-row[data-v-445fb524] {
  display: flex;
  gap: 12px;
}
.summary-card[data-v-445fb524] {
  flex: 1;
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.summary-label[data-v-445fb524] {
  font-size: 12px;
  color: #94a3b8;
  margin-bottom: 6px;
}
.summary-value[data-v-445fb524] {
  font-size: 22px;
  font-weight: 700;
}
.summary-value.green[data-v-445fb524] {
  color: #12a87a;
}
.summary-value.red[data-v-445fb524] {
  color: #ef4444;
}

