Cascading Style Sheets (CSS) is used to separate a document's semantics from its presentation. CSS allows content to be displayed differently on different devices. CSS rules consist of selectors and declarations blocks. The CSS box model represents elements as boxes that can be sized and positioned with properties like width, height, padding, borders, and margins. CSS handles conflicts between rules through specificity, source order, and inheritance to determine which styles get applied.