Evaluate UI/UX against the "Neural Flux" design system and "Wow Factor" requirements.
Use this skill to validate every UI component before implementation.
index.css)| Variable | Value | Usage |
|---|---|---|
--neon-violet |
#a855f7 |
Primary accent, glows, gradients |
--neon-cyan |
#22d3ee |
Secondary accent, highlights |
--neon-blue |
#3b82f6 |
Links, interactive elements |
--neon-pink |
#ec4899 |
Tertiary accent |
--neon-green |
#10b981 |
Success states |
--color-void |
#030308 |
Background base |
--text-primary |
#f0f0f5 |
Main text |
--text-secondary |
#9ca3af |
Subdued text |
--text-muted |
#4b5563 |
Dimmed labels |
--glass-bg |
rgba(15, 15, 26, 0.45) |
Glass card backgrounds |
--glass-border |
rgba(255,255,255,0.08) |
Glass borders |
❌ NEVER hardcode hex values in JSX data arrays. Use CSS variables via
style={{ '--project-color': color }}and reference in CSS asvar(--project-color).
Space Grotesk (--font-primary)JetBrains Mono (--font-mono)clamp() — e.g., --text-4xl: clamp(2rem, 5vw, 3.5rem)| Class | Effect |
|---|---|
.glass |
Glassmorphism: backdrop-filter: blur(var(--blur-md)) + glass border |
.glass-strong |
Heavier glass: blur(var(--blur-lg)) + stronger border |
.gradient-text |
Violet gradient on text via background-clip: text |
.gradient-text-aurora |
Multi-color aurora gradient text |
.mono |
Applies --font-mono for data/code feel |
min-height: 100vh with responsive padding.motion_guide for configs)?data-cursor for custom cursor interaction?transform/opacity only (no top/left/width/height).--font-primary or --font-mono.--neon-violet").