What problem does it solve? Interfaces often ship with inconsistent typography, poor color contrast, undersized touch targets, and missing ARIA attributes that fail WCAG accessibility standards and exclude users relying on keyboards or screen readers. ## Core Features & Use Cases - Systematic UI/UX Audit: Three-phase process covering visual assessment (typography, spacing, color, touch targets), accessibility testing (keyboard navigation, screen readers, semantic HTML), and design system implementation. - WCAG 2.1 Compliance Checklists: Concrete thresholds for contrast ratios (4.5:1 AA, 7:1 AAA), minimum font sizes (11px), and touch target dimensions (44×44px) with severity-ranked violation tracking. - Design Token Workflow: Extract existing CSS values, calculate base units, and generate theme-aware CSS variables using VS Code color tokens for dark/light mode compatibility. - Use Case: When refactoring a VS Code extension webview, run the audit checklist to find contrast violations and missing focus indicators, then apply the CSS variable pattern to build a consistent, accessible design system. ## Quick Start Audit this webview's CSS for WCAG 2.1 AA violations and generate a design token system with accessible focus indicators.