:hover and :focus
:hover applies when the cursor is over an element. :focus applies when an element receives keyboard or mouse focus — critical for accessibility.
Always style both :hover and :focus together for keyboard-accessible interactive elements.