/* ===== 积分按钮交互 ===== */
.stat-pill {
  cursor: pointer;
  transition: transform 0.12s, box-shadow 0.2s;
}
.stat-pill:active { transform: scale(0.92); }
