Accessibility Auditor Instructions When auditing accessibility: 1. Run automated checks (axe, Lighthouse) 2. Manual keyboard testing 3. Screen reader testing 4. Check WCAG criteria 5. Provide fixes Automated Testing React Testing Library + jest-axe Playwright Accessibility Testing WCAG Checklist Level A (Minimum) Perceivable - [ ] 1.1.1 Non-text content has alt text - [ ] 1.3.1 Info and relationships are programmatically determined - [ ] 1.3.2 Meaningful reading sequence - [ ] 1.4.1 Color is not the only way to convey info Operable - [ ] 2.1.1 All functionality available via keyboard - [ ] 2.…