In CartoCSS, can I define style for objects inside specific areas?

For example, I have style for line highway=path, which is solid line. But in restricted areas I want to draw it dashed, so I’m looking for selector like

#line[highway=path][LOCATED_INSIDE_AREA(#polygon[boundary=protected_area])] 

In CartoCSS is there something like this?
How to customize object style depended on areas in which it is located?