In practice
Ship only the rules a page needs, and let the crawler load them — blocking CSS stops engines evaluating mobile friendliness.
Hiding text with CSS is fine for accordions and tabs; hiding it to stuff keywords is not.
Why it matters
Render-blocking stylesheets are one of the two usual causes of slow first paint.
Layout defined in CSS is what produces — or prevents — cumulative layout shift.