UI/UX Pro Max - Design Intelligence
Overview
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.
Comprehensive design guide for web and mobile applications. Contains 50+ styles, 97 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 9 technology stacks. Searchable database with priority-based recommendations.
When to Apply
Reference these guidelines when:
- Designing new UI components or pages
- Choosing color palettes and typography
- Reviewing code for UX issues
- Building landing pages or dashboards
- Implementing accessibility requirements
Rule Categories by Priority
| Priority |
Category |
Impact |
Domain |
| 1 |
Accessibility |
CRITICAL |
ux |
| 2 |
Touch & Interaction |
CRITICAL |
ux |
| 3 |
Performance |
HIGH |
ux |
| 4 |
Layout & Responsive |
HIGH |
ux |
| 5 |
Typography & Color |
MEDIUM |
typography, color |
| 6 |
Animation |
MEDIUM |
ux |
| 7 |
Style Selection |
MEDIUM |
style, product |
| 8 |
Charts & Data |
LOW |
chart |
Quick Reference
1. Accessibility (CRITICAL)
color-contrast - Minimum 4.5:1 ratio for normal text
focus-states - Visible focus rings on interactive elements
alt-text - Descriptive alt text for meaningful images
aria-labels - aria-label for icon-only buttons
keyboard-nav - Tab order matches visual order
form-labels - Use label with for attribute
2. Touch & Interaction (CRITICAL)
touch-target-size - Minimum 44x44px touch targets
hover-vs-tap - Use click/tap for primary interactions
loading-buttons - Disable button during async operations
error-feedback - Clear error messages near problem
cursor-pointer - Add cursor-pointer to clickable elements
3. Performance (HIGH)
image-optimization - Use WebP, srcset, lazy loading
reduced-motion - Check prefers-reduced-motion
content-jumping - Reserve space for async content
4. Layout & Responsive (HIGH)
viewport-meta - width=device-width initial-scale=1
readable-font-size - Minimum 16px body text on mobile
horizontal-scroll - Ensure content fits viewport width
z-index-management - Define z-index scale (10, 20, 30, 50)
5. Typography & Color (MEDIUM)
line-height - Use 1.5-1.75 for body text
line-length - Limit to 65-75 characters per line
font-pairing - Match heading/body font personalities
6. Animation (MEDIUM)
duration-timing - Use 150-300ms for micro-interactions
transform-performance - Use transform/opacity, not width/height
loading-states - Skeleton screens or spinners
7. Style Selection (MEDIUM)
style-match - Match style to product type
consistency - Use same style across all pages
no-emoji-icons - Use SVG icons, not emojis
8. Charts & Data (LOW)
chart-type - Match chart type to data type
color-guidance - Use accessible color palettes
data-table - Provide table alternative for accessibility
How to Use
Search specific domains using the CLI tool below.
Prerequisites
Check if Python is installed:
python3 --version || python --version
If Python is not installed, install it based on user's OS:
macOS:
brew install python3
Ubuntu/Debian:
sudo apt update && sudo apt install python3
Windows:
winget install Python.Python.3.12
How to Use This Skill
When user requests UI/UX work (design, build, create, implement, review, fix, improve), follow this workflow:
Step 1: Analyze User Requirements
Extract key information from user request:
- Product type: SaaS, e-commerce, portfolio, dashboard, landing page, etc.
- Style keywords: minimal, playful, professional, elegant, dark mode, etc.
- Industry: healthcare, fintech, gaming, education, etc.
- Stack: React, Vue, Next.js, or default to
html-tailwind
Step 2: Generate Design System (REQUIRED)
Always start with --design-system to get comprehensive recommendations with reasoning:
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "<product_type> <industry> <keywords>" --design-system [-p "Project Name"]
This command:
- Searches 5 domains in parallel (product, style, color, landing, typography)
- Applies reasoning rules from
ui-reasoning.csv to select best matches
- Returns complete design system: pattern, style, colors, typography, effects
- Includes anti-patterns to avoid
Example:
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "beauty spa wellness service" --design-system -p "Serenity Spa"
Step 3: Supplement with Detailed Searches (as needed)
After getting the design system, use domain searches to get additional details:
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "<keyword>" --domain <domain> [-n <max_results>]
When to use detailed searches:
| Need |
Domain |
Example |
| More style options |
style |
--domain style "glassmorphism dark" |
| Chart recommendations |
chart |
--domain chart "real-time dashboard" |
| UX best practices |
ux |
--domain ux "animation accessibility" |
| Alternative fonts |
typography |
--domain typography "elegant luxury" |
| Landing structure |
landing |
--domain landing "hero social-proof" |
Step 4: Stack Guidelines (Default: html-tailwind)
Get implementation-specific best practices. If user doesn't specify a stack, default to html-tailwind.
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "<keyword>" --stack html-tailwind
Available stacks: html-tailwind, react, nextjs, vue, svelte, swiftui, react-native, flutter, shadcn
Search Reference
Available Domains
| Domain |
Use For |
Example Keywords |
product |
Product type recommendations |
SaaS, e-commerce, portfolio, healthcare, beauty, service |
style |
UI styles, colors, effects |
glassmorphism, minimalism, dark mode, brutalism |
typography |
Font pairings, Google Fonts |
elegant, playful, professional, modern |
color |
Color palettes by product type |
saas, ecommerce, healthcare, beauty, fintech, service |
landing |
Page structure, CTA strategies |
hero, hero-centric, testimonial, pricing, social-proof |
chart |
Chart types, library recommendations |
trend, comparison, timeline, funnel, pie |
ux |
Best practices, anti-patterns |
animation, accessibility, z-index, loading |
react |
React/Next.js performance |
waterfall, bundle, suspense, memo, rerender, cache |
web |
Web interface guidelines |
aria, focus, keyboard, semantic, virtualize |
prompt |
AI prompts, CSS keywords |
(style name) |
Available Stacks
| Stack |
Focus |
html-tailwind |
Tailwind utilities, responsive, a11y (DEFAULT) |
react |
State, hooks, performance, patterns |
nextjs |
SSR, routing, images, API routes |
vue |
Composition API, Pinia, Vue Router |
svelte |
Runes, stores, SvelteKit |
swiftui |
Views, State, Navigation, Animation |
react-native |
Components, Navigation, Lists |
flutter |
Widgets, State, Layout, Theming |
shadcn |
shadcn/ui components, theming, forms, patterns |
Example Workflow
User request: "Làm landing page cho dịch vụ chăm sóc da chuyên nghiệp"
Step 1: Analyze Requirements
- Product type: Beauty/Spa service
- Style keywords: elegant, professional, soft
- Industry: Beauty/Wellness
- Stack: html-tailwind (default)
Step 2: Generate Design System (REQUIRED)
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "beauty spa wellness service elegant" --design-system -p "Serenity Spa"
Output: Complete design system with pattern, style, colors, typography, effects, and anti-patterns.
Step 3: Supplement with Detailed Searches (as needed)
# Get UX guidelines for animation and accessibility
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "animation accessibility" --domain ux
# Get alternative typography options if needed
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "elegant luxury serif" --domain typography
Step 4: Stack Guidelines
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "layout responsive form" --stack html-tailwind
Then: Synthesize design system + detailed searches and implement the design.
Output Formats
The --design-system flag supports two output formats:
# ASCII box (default) - best for terminal display
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "fintech crypto" --design-system
# Markdown - best for documentation
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "fintech crypto" --design-system -f markdown
Tips for Better Results
- Be specific with keywords - "healthcare SaaS dashboard" > "app"
- Search multiple times - Different keywords reveal different insights
- Combine domains - Style + Typography + Color = Complete design system
- Always check UX - Search "animation", "z-index", "accessibility" for common issues
- Use stack flag - Get implementation-specific best practices
- Iterate - If first search doesn't match, try different keywords
Common Rules for Professional UI
These are frequently overlooked issues that make UI look unprofessional:
Icons & Visual Elements
| Rule |
Do |
Don't |
| No emoji icons |
Use SVG icons (Heroicons, Lucide, Simple Icons) |
Use emojis like 🎨 🚀 ⚙️ as UI icons |
| Stable hover states |
Use color/opacity transitions on hover |
Use scale transforms that shift layout |
| Correct brand logos |
Research official SVG from Simple Icons |
Guess or use incorrect logo paths |
| Consistent icon sizing |
Use fixed viewBox (24x24) with w-6 h-6 |
Mix different icon sizes randomly |
Interaction & Cursor
| Rule |
Do |
Don't |
| Cursor pointer |
Add cursor-pointer to all clickable/hoverable cards |
Leave default cursor on interactive elements |
| Hover feedback |
Provide visual feedback (color, shadow, border) |
No indication element is interactive |
| Smooth transitions |
Use transition-colors duration-200 |
Instant state changes or too slow (>500ms) |
Light/Dark Mode Contrast
| Rule |
Do |
Don't |
| Glass card light mode |
Use bg-white/80 or higher opacity |
Use bg-white/10 (too transparent) |
| Text contrast light |
Use #0F172A (slate-900) for text |
Use #94A3B8 (slate-400) for body text |
| Muted text light |
Use #475569 (slate-600) minimum |
Use gray-400 or lighter |
| Border visibility |
Use border-gray-200 in light mode |
Use border-white/10 (invisible) |
Layout & Spacing
| Rule |
Do |
Don't |
| Floating navbar |
Add top-4 left-4 right-4 spacing |
Stick navbar to top-0 left-0 right-0 |
| Content padding |
Account for fixed navbar height |
Let content hide behind fixed elements |
| Consistent max-width |
Use same max-w-6xl or max-w-7xl |
Mix different container widths |
Pre-Delivery Checklist
Before delivering UI code, verify these items:
Visual Quality
Interaction
Light/Dark Mode
Layout
Accessibility
1---2name: ui-ux-pro-max-53description: UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Nat...4---5
6# UI/UX Pro Max - Design Intelligence
7
8## Overview
9
10> UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.
11
12
13Comprehensive design guide for web and mobile applications. Contains 50+ styles, 97 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 9 technology stacks. Searchable database with priority-based recommendations.
14
15## When to Apply
16
17Reference these guidelines when:
18
19- Designing new UI components or pages
20- Choosing color palettes and typography
21- Reviewing code for UX issues
22- Building landing pages or dashboards
23- Implementing accessibility requirements
24
25## Rule Categories by Priority
26
27| Priority | Category | Impact | Domain |
28| -------- | ------------------- | -------- | --------------------- |
29| 1 | Accessibility | CRITICAL | `ux` |
30| 2 | Touch & Interaction | CRITICAL | `ux` |
31| 3 | Performance | HIGH | `ux` |
32| 4 | Layout & Responsive | HIGH | `ux` |
33| 5 | Typography & Color | MEDIUM | `typography`, `color` |
34| 6 | Animation | MEDIUM | `ux` |
35| 7 | Style Selection | MEDIUM | `style`, `product` |
36| 8 | Charts & Data | LOW | `chart` |
37
38## Quick Reference
39
40### 1. Accessibility (CRITICAL)
41
42- `color-contrast` - Minimum 4.5:1 ratio for normal text
43- `focus-states` - Visible focus rings on interactive elements
44- `alt-text` - Descriptive alt text for meaningful images
45- `aria-labels` - aria-label for icon-only buttons
46- `keyboard-nav` - Tab order matches visual order
47- `form-labels` - Use label with for attribute
48
49### 2. Touch & Interaction (CRITICAL)
50
51- `touch-target-size` - Minimum 44x44px touch targets
52- `hover-vs-tap` - Use click/tap for primary interactions
53- `loading-buttons` - Disable button during async operations
54- `error-feedback` - Clear error messages near problem
55- `cursor-pointer` - Add cursor-pointer to clickable elements
56
57### 3. Performance (HIGH)
58
59- `image-optimization` - Use WebP, srcset, lazy loading
60- `reduced-motion` - Check prefers-reduced-motion
61- `content-jumping` - Reserve space for async content
62
63### 4. Layout & Responsive (HIGH)
64
65- `viewport-meta` - width=device-width initial-scale=1
66- `readable-font-size` - Minimum 16px body text on mobile
67- `horizontal-scroll` - Ensure content fits viewport width
68- `z-index-management` - Define z-index scale (10, 20, 30, 50)
69
70### 5. Typography & Color (MEDIUM)
71
72- `line-height` - Use 1.5-1.75 for body text
73- `line-length` - Limit to 65-75 characters per line
74- `font-pairing` - Match heading/body font personalities
75
76### 6. Animation (MEDIUM)
77
78- `duration-timing` - Use 150-300ms for micro-interactions
79- `transform-performance` - Use transform/opacity, not width/height
80- `loading-states` - Skeleton screens or spinners
81
82### 7. Style Selection (MEDIUM)
83
84- `style-match` - Match style to product type
85- `consistency` - Use same style across all pages
86- `no-emoji-icons` - Use SVG icons, not emojis
87
88### 8. Charts & Data (LOW)
89
90- `chart-type` - Match chart type to data type
91- `color-guidance` - Use accessible color palettes
92- `data-table` - Provide table alternative for accessibility
93
94## How to Use
95
96Search specific domains using the CLI tool below.
97
98---
99
100## Prerequisites
101
102Check if Python is installed:
103
104```bash
105python3 --version || python --version
106```
107
108If Python is not installed, install it based on user's OS:
109
110**macOS:**
111
112```bash
113brew install python3
114```
115
116**Ubuntu/Debian:**
117
118```bash
119sudo apt update && sudo apt install python3
120```
121
122**Windows:**
123
124```powershell
125winget install Python.Python.3.12
126```
127
128---
129
130## How to Use This Skill
131
132When user requests UI/UX work (design, build, create, implement, review, fix, improve), follow this workflow:
133
134### Step 1: Analyze User Requirements
135
136Extract key information from user request:
137
138- **Product type**: SaaS, e-commerce, portfolio, dashboard, landing page, etc.
139- **Style keywords**: minimal, playful, professional, elegant, dark mode, etc.
140- **Industry**: healthcare, fintech, gaming, education, etc.
141- **Stack**: React, Vue, Next.js, or default to `html-tailwind`
142
143### Step 2: Generate Design System (REQUIRED)
144
145**Always start with `--design-system`** to get comprehensive recommendations with reasoning:
146
147```bash
148python3 .claude/skills/ui-ux-pro-max/scripts/search.py "<product_type> <industry> <keywords>" --design-system [-p "Project Name"]
149```
150
151This command:
152
1531. Searches 5 domains in parallel (product, style, color, landing, typography)
1542. Applies reasoning rules from `ui-reasoning.csv` to select best matches
1553. Returns complete design system: pattern, style, colors, typography, effects
1564. Includes anti-patterns to avoid
157
158**Example:**
159
160```bash
161python3 .claude/skills/ui-ux-pro-max/scripts/search.py "beauty spa wellness service" --design-system -p "Serenity Spa"
162```
163
164### Step 3: Supplement with Detailed Searches (as needed)
165
166After getting the design system, use domain searches to get additional details:
167
168```bash
169python3 .claude/skills/ui-ux-pro-max/scripts/search.py "<keyword>" --domain <domain> [-n <max_results>]
170```
171
172**When to use detailed searches:**
173
174| Need | Domain | Example |
175| --------------------- | ------------ | --------------------------------------- |
176| More style options | `style` | `--domain style "glassmorphism dark"` |
177| Chart recommendations | `chart` | `--domain chart "real-time dashboard"` |
178| UX best practices | `ux` | `--domain ux "animation accessibility"` |
179| Alternative fonts | `typography` | `--domain typography "elegant luxury"` |
180| Landing structure | `landing` | `--domain landing "hero social-proof"` |
181
182### Step 4: Stack Guidelines (Default: html-tailwind)
183
184Get implementation-specific best practices. If user doesn't specify a stack, **default to `html-tailwind`**.
185
186```bash
187python3 .claude/skills/ui-ux-pro-max/scripts/search.py "<keyword>" --stack html-tailwind
188```
189
190Available stacks: `html-tailwind`, `react`, `nextjs`, `vue`, `svelte`, `swiftui`, `react-native`, `flutter`, `shadcn`
191
192---
193
194## Search Reference
195
196### Available Domains
197
198| Domain | Use For | Example Keywords |
199| ------------ | ------------------------------------ | -------------------------------------------------------- |
200| `product` | Product type recommendations | SaaS, e-commerce, portfolio, healthcare, beauty, service |
201| `style` | UI styles, colors, effects | glassmorphism, minimalism, dark mode, brutalism |
202| `typography` | Font pairings, Google Fonts | elegant, playful, professional, modern |
203| `color` | Color palettes by product type | saas, ecommerce, healthcare, beauty, fintech, service |
204| `landing` | Page structure, CTA strategies | hero, hero-centric, testimonial, pricing, social-proof |
205| `chart` | Chart types, library recommendations | trend, comparison, timeline, funnel, pie |
206| `ux` | Best practices, anti-patterns | animation, accessibility, z-index, loading |
207| `react` | React/Next.js performance | waterfall, bundle, suspense, memo, rerender, cache |
208| `web` | Web interface guidelines | aria, focus, keyboard, semantic, virtualize |
209| `prompt` | AI prompts, CSS keywords | (style name) |
210
211### Available Stacks
212
213| Stack | Focus |
214| --------------- | ---------------------------------------------- |
215| `html-tailwind` | Tailwind utilities, responsive, a11y (DEFAULT) |
216| `react` | State, hooks, performance, patterns |
217| `nextjs` | SSR, routing, images, API routes |
218| `vue` | Composition API, Pinia, Vue Router |
219| `svelte` | Runes, stores, SvelteKit |
220| `swiftui` | Views, State, Navigation, Animation |
221| `react-native` | Components, Navigation, Lists |
222| `flutter` | Widgets, State, Layout, Theming |
223| `shadcn` | shadcn/ui components, theming, forms, patterns |
224
225---
226
227## Example Workflow
228
229**User request:** "Làm landing page cho dịch vụ chăm sóc da chuyên nghiệp"
230
231### Step 1: Analyze Requirements
232
233- Product type: Beauty/Spa service
234- Style keywords: elegant, professional, soft
235- Industry: Beauty/Wellness
236- Stack: html-tailwind (default)
237
238### Step 2: Generate Design System (REQUIRED)
239
240```bash
241python3 .claude/skills/ui-ux-pro-max/scripts/search.py "beauty spa wellness service elegant" --design-system -p "Serenity Spa"
242```
243
244**Output:** Complete design system with pattern, style, colors, typography, effects, and anti-patterns.
245
246### Step 3: Supplement with Detailed Searches (as needed)
247
248```bash
249# Get UX guidelines for animation and accessibility
250python3 .claude/skills/ui-ux-pro-max/scripts/search.py "animation accessibility" --domain ux
251
252# Get alternative typography options if needed
253python3 .claude/skills/ui-ux-pro-max/scripts/search.py "elegant luxury serif" --domain typography
254```
255
256### Step 4: Stack Guidelines
257
258```bash
259python3 .claude/skills/ui-ux-pro-max/scripts/search.py "layout responsive form" --stack html-tailwind
260```
261
262**Then:** Synthesize design system + detailed searches and implement the design.
263
264---
265
266## Output Formats
267
268The `--design-system` flag supports two output formats:
269
270```bash
271# ASCII box (default) - best for terminal display
272python3 .claude/skills/ui-ux-pro-max/scripts/search.py "fintech crypto" --design-system
273
274# Markdown - best for documentation
275python3 .claude/skills/ui-ux-pro-max/scripts/search.py "fintech crypto" --design-system -f markdown
276```
277
278---
279
280## Tips for Better Results
281
2821. **Be specific with keywords** - "healthcare SaaS dashboard" > "app"
2832. **Search multiple times** - Different keywords reveal different insights
2843. **Combine domains** - Style + Typography + Color = Complete design system
2854. **Always check UX** - Search "animation", "z-index", "accessibility" for common issues
2865. **Use stack flag** - Get implementation-specific best practices
2876. **Iterate** - If first search doesn't match, try different keywords
288
289---
290
291## Common Rules for Professional UI
292
293These are frequently overlooked issues that make UI look unprofessional:
294
295### Icons & Visual Elements
296
297| Rule | Do | Don't |
298| -------------------------- | ----------------------------------------------- | -------------------------------------- |
299| **No emoji icons** | Use SVG icons (Heroicons, Lucide, Simple Icons) | Use emojis like 🎨 🚀 ⚙️ as UI icons |
300| **Stable hover states** | Use color/opacity transitions on hover | Use scale transforms that shift layout |
301| **Correct brand logos** | Research official SVG from Simple Icons | Guess or use incorrect logo paths |
302| **Consistent icon sizing** | Use fixed viewBox (24x24) with w-6 h-6 | Mix different icon sizes randomly |
303
304### Interaction & Cursor
305
306| Rule | Do | Don't |
307| ---------------------- | ----------------------------------------------------- | -------------------------------------------- |
308| **Cursor pointer** | Add `cursor-pointer` to all clickable/hoverable cards | Leave default cursor on interactive elements |
309| **Hover feedback** | Provide visual feedback (color, shadow, border) | No indication element is interactive |
310| **Smooth transitions** | Use `transition-colors duration-200` | Instant state changes or too slow (>500ms) |
311
312### Light/Dark Mode Contrast
313
314| Rule | Do | Don't |
315| ------------------------- | ----------------------------------- | --------------------------------------- |
316| **Glass card light mode** | Use `bg-white/80` or higher opacity | Use `bg-white/10` (too transparent) |
317| **Text contrast light** | Use `#0F172A` (slate-900) for text | Use `#94A3B8` (slate-400) for body text |
318| **Muted text light** | Use `#475569` (slate-600) minimum | Use gray-400 or lighter |
319| **Border visibility** | Use `border-gray-200` in light mode | Use `border-white/10` (invisible) |
320
321### Layout & Spacing
322
323| Rule | Do | Don't |
324| ------------------------ | ----------------------------------- | -------------------------------------- |
325| **Floating navbar** | Add `top-4 left-4 right-4` spacing | Stick navbar to `top-0 left-0 right-0` |
326| **Content padding** | Account for fixed navbar height | Let content hide behind fixed elements |
327| **Consistent max-width** | Use same `max-w-6xl` or `max-w-7xl` | Mix different container widths |
328
329---
330
331## Pre-Delivery Checklist
332
333Before delivering UI code, verify these items:
334
335### Visual Quality
336
337- [ ] No emojis used as icons (use SVG instead)
338- [ ] All icons from consistent icon set (Heroicons/Lucide)
339- [ ] Brand logos are correct (verified from Simple Icons)
340- [ ] Hover states don't cause layout shift
341- [ ] Use theme colors directly (bg-primary) not var() wrapper
342
343### Interaction
344
345- [ ] All clickable elements have `cursor-pointer`
346- [ ] Hover states provide clear visual feedback
347- [ ] Transitions are smooth (150-300ms)
348- [ ] Focus states visible for keyboard navigation
349
350### Light/Dark Mode
351
352- [ ] Light mode text has sufficient contrast (4.5:1 minimum)
353- [ ] Glass/transparent elements visible in light mode
354- [ ] Borders visible in both modes
355- [ ] Test both modes before delivery
356
357### Layout
358
359- [ ] Floating elements have proper spacing from edges
360- [ ] No content hidden behind fixed navbars
361- [ ] Responsive at 375px, 768px, 1024px, 1440px
362- [ ] No horizontal scroll on mobile
363
364### Accessibility
365
366- [ ] All images have alt text
367- [ ] Form inputs have labels
368- [ ] Color is not the only indicator
369- [ ] `prefers-reduced-motion` respected