Foundations
Accessibility
Contrast, focus, motion and language rules every screen meets.
- Targets: 32px (
icon-sm) is the smallest control; use 36px or more by default and 44px on touch (mobile triggers, chat header buttons). - Every icon-only button has an
aria-label(the audit found 39 of 226 without one); every field has a visibleLabel, never a placeholder alone; logos and faces beside a name takealt="". - No
outline-nonewithout afocus-visiblereplacement; primitives draw the 3pxringhalo. - Use real elements: buttons and links, not clickable
divs; oneh1per page, no heading jumps,navandmainlandmarks; chat output lives in anaria-liveregion.