/* 滑块行来自 assets/common.css，这里补人脸状态指示条 */
.face-status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0;
  font-size: 0.85rem;
  color: #4f586b;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #b6bbc6;
}

.face-status.detected .status-dot {
  background-color: #2ba471;
}

.face-status.not-detected .status-dot {
  background-color: #f0a020;
}

.slider-item label {
  min-width: 8rem;
}
