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

/* ===== Progress ===== */
.progress-card[data-v-7d0d0939] {
  background: linear-gradient(135deg, #12a87a, #32e0a1);
  border-radius: 16px;
  padding: 20px;
  color: #fff;
  box-shadow: 0 2px 8px rgba(18, 168, 122, 0.25);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.ring-wrap[data-v-7d0d0939] {
  position: relative;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}
.ring-svg[data-v-7d0d0939] {
  width: 120px;
  height: 120px;
  transform: rotate(-90deg);
}
.ring-center[data-v-7d0d0939] {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ring-percent[data-v-7d0d0939] {
  font-size: 26px;
  font-weight: 700;
}
.ring-label[data-v-7d0d0939] {
  font-size: 11px;
  opacity: 0.85;
  margin-top: 2px;
}
.progress-info[data-v-7d0d0939] {
  flex: 1;
  min-width: 0;
}
.info-row[data-v-7d0d0939] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 13px;
}
.info-label[data-v-7d0d0939] {
  opacity: 0.85;
}
.info-value[data-v-7d0d0939] {
  font-weight: 600;
}
.info-value.green[data-v-7d0d0939] {
  color: #d1fae5;
}
.info-value.red[data-v-7d0d0939] {
  color: #fee2e2;
}

/* ===== Distribution ===== */
.dist-card[data-v-7d0d0939] {
  background: #fff;
  border-radius: 16px;
  padding: 16px 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.card-title[data-v-7d0d0939] {
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
  padding: 0 8px 12px;
}
.dist-row[data-v-7d0d0939] {
  display: flex;
  align-items: center;
}
.dist-item[data-v-7d0d0939] {
  flex: 1;
  text-align: center;
}
.dist-divider[data-v-7d0d0939] {
  width: 1px;
  height: 36px;
  background: #f1f5f9;
}
.dist-num[data-v-7d0d0939] {
  font-size: 24px;
  font-weight: 700;
}
.dist-num.green[data-v-7d0d0939] {
  color: #12a87a;
}
.dist-num.orange[data-v-7d0d0939] {
  color: #d97706;
}
.dist-num.red[data-v-7d0d0939] {
  color: #ef4444;
}
.dist-label[data-v-7d0d0939] {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 4px;
}

