Quick Summary Goal: Diagnose and fix UI/UX issues including layout, styling, responsiveness, and visual bugs. Workflow: 1. Identify — Locate the component/template causing the visual issue 2. Diagnose — Trace CSS/HTML/component logic to find root cause 3. Fix — Apply targeted fix (SCSS, template, component logic) 4. Verify — Check responsive behavior and cross-browser rendering Key Rules: - Debug Mindset: every claim needs evidence - Always use BEM classes on template elements - Check responsive breakpoints when fixing layout issues Pre-read (design system): Load + from so fixes use real toke…