
.stat-card[data-v-1b5f2c96] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background-color: #F5F7FA;
  border-radius: 4px;
  border-left: 4px solid #409EFF;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.stat-card[data-v-1b5f2c96]:hover {
  background-color: #ECF5FF;
}
.stat-info[data-v-1b5f2c96] {
  flex: 1;
}
.stat-label[data-v-1b5f2c96] {
  font-size: 14px;
  color: #909399;
  margin-bottom: 8px;
  font-weight: normal;
}
.stat-value[data-v-1b5f2c96] {
  font-size: 32px;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  color: #303133;
}
.stat-actions[data-v-1b5f2c96] {
  display: flex;
  gap: 12px;
}

