Implement responsive designs with breakpoints and mobile-first patterns
## CRITICAL GUIDELINES ### Windows File Path Requirements **MANDATORY: Always Use Backslashes on Windows for File Paths** When using Edit or Write tools on Windows, you MUST use backslashes (`\`) in file paths, NOT forward slashes (`/`). --- # Tailwind CSS Responsive Design ## Purpose Implement responsive layouts using Tailwind's mobile-first breakpoint system. ## Workflow ### 1. Understand Requirements Ask user about: - **Breakpoints needed**: Mobile, tablet, desktop, wide - **Layout type**: Grid, flexbox, container - **Content priority**: What shows/hides at each size - **Custom ...