ui-ux-master 1.2.1 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,552 @@
1
+ # UI Styles Catalog
2
+
3
+ Load this file when the user requests a specific visual style, asks what style fits their product, or when you need to select a visual direction beyond the 5 baseline directions in `references/visual-directions.md`.
4
+
5
+ Each entry includes: description, best-fit industries, key tokens, required effects, forbidden patterns, and accessibility notes.
6
+
7
+ ---
8
+
9
+ ## How to Use
10
+
11
+ 1. Match the user's product and emotional goal to a style.
12
+ 2. Read the style's token overrides and apply them on top of the selected visual direction baseline.
13
+ 3. Apply required effects — these are mandatory for the style to read correctly.
14
+ 4. Enforce forbidden patterns — violating them breaks the style's identity.
15
+
16
+ ---
17
+
18
+ ## Style Index
19
+
20
+ | # | Style Name | Mood | Best For |
21
+ |---|-----------|------|----------|
22
+ | 1 | Minimal Clean | Clear, quiet | SaaS, productivity, B2B |
23
+ | 2 | Glassmorphism | Layered, translucent | Dashboard, mobile, AI products |
24
+ | 3 | Liquid Glass | Fluid, premium | Apple-adjacent, premium apps |
25
+ | 4 | Neumorphism | Soft, tactile | IoT, audio apps, settings |
26
+ | 5 | Claymorphism | Playful, bubbly | Consumer apps, onboarding |
27
+ | 6 | Brutalism | Raw, loud | Portfolio, fashion, culture |
28
+ | 7 | Data Brutalism | Dense, systematic | Analytics, fintech, dashboards |
29
+ | 8 | Dark Mode Refined | Focused, premium | Dev tools, media, professional |
30
+ | 9 | Bento Grid | Modular, editorial | Portfolio, features, showcases |
31
+ | 10 | Soft UI Evolution | Depth, calm | Wellness, beauty, luxury services |
32
+ | 11 | Aurora Borealis | Luminous, ethereal | AI, creative tools, futuristic |
33
+ | 12 | Cyberpunk UI | Neon, edge | Gaming, crypto, nightlife |
34
+ | 13 | AI-Native UI | Generative, adaptive | AI products, chat, co-pilots |
35
+ | 14 | Organic Biophilic | Natural, earthy | Sustainability, food, wellness |
36
+ | 15 | Spatial UI (visionOS) | Depth, immersive | AR/VR, visionOS, spatial computing |
37
+ | 16 | Chromatic Aberration | Glitchy, artistic | Creative agencies, music |
38
+ | 17 | Editorial Typography | Text-led, authoritative | News, publishing, research |
39
+ | 18 | Retro / Neo-Retro | Nostalgic, warm | Food, lifestyle, indie brands |
40
+ | 19 | Swiss / International | Grid, rational | Corporate, architecture, print |
41
+ | 20 | Material You | Adaptive, expressive | Android apps, Google ecosystem |
42
+ | 21 | Fluent Design | Acrylic, layered | Windows apps, Microsoft |
43
+ | 22 | Neon Glow | Electric, night | Gaming, entertainment, crypto |
44
+ | 23 | Gradient Mesh | Vibrant, modern | SaaS marketing, AI startups |
45
+ | 24 | Voice-First Multimodal | Minimal, cue-driven | Voice apps, assistants |
46
+ | 25 | Monochromatic Bold | Singular, committed | Fashion, luxury, statements |
47
+ | 26 | Interactive Cursor Design | Playful, engaging | Portfolios, creative agencies |
48
+ | 27 | Micro-interaction Rich | Tactile, responsive | Consumer apps, onboarding |
49
+ | 28 | Skeleton-First | Perceived speed | Data-heavy apps, feeds |
50
+ | 29 | Card-Dominant | Scannable, modular | Marketplaces, media |
51
+ | 30 | Command Palette | Power-user, fast | Dev tools, productivity |
52
+
53
+ ---
54
+
55
+ ## Detailed Style Specs
56
+
57
+ ---
58
+
59
+ ### 1 — Minimal Clean
60
+
61
+ **Mood:** Clear, confident, frictionless. Every element earns its place.
62
+
63
+ **Best for:** B2B SaaS, productivity tools, admin panels, documentation sites.
64
+
65
+ **Token overrides:**
66
+ ```css
67
+ --color-bg: oklch(99% 0.002 264);
68
+ --color-surface: oklch(97% 0.003 264);
69
+ --color-border: oklch(90% 0.004 264);
70
+ --radius-md: 6px;
71
+ --shadow-md: 0 1px 4px oklch(0% 0 0 / 0.06);
72
+ --font-display: "Inter", system-ui, sans-serif;
73
+ --space-section: 80px;
74
+ ```
75
+
76
+ **Required effects:** Subtle border or 1px shadow for card depth. No background gradients.
77
+
78
+ **Forbidden:** Drop shadows deeper than 8px, decorative illustrations, gradient backgrounds, rounded corners > 12px on layout containers.
79
+
80
+ **Accessibility:** All text ≥ 15px body. Contrast ≥ 4.5:1. Focus rings visible on white background (use 2px offset ring in accent color).
81
+
82
+ ---
83
+
84
+ ### 2 — Glassmorphism
85
+
86
+ **Mood:** Layered depth, translucent surfaces, modern premium.
87
+
88
+ **Best for:** Dashboards, mobile apps, AI interfaces, premium SaaS.
89
+
90
+ **Token overrides:**
91
+ ```css
92
+ --color-surface: oklch(98% 0.005 264 / 0.6); /* semi-transparent */
93
+ --color-border: oklch(100% 0 0 / 0.18);
94
+ --backdrop-filter: blur(12px) saturate(1.4);
95
+ --shadow-md: 0 4px 24px oklch(0% 0 0 / 0.12);
96
+ --radius-lg: 16px;
97
+ ```
98
+
99
+ **Required effects:** `backdrop-filter: blur()` on all glass surfaces. White/light border at 15–25% opacity. Inner highlight: `inset 0 1px 0 oklch(100% 0 0 / 0.2)`.
100
+
101
+ **Forbidden:** Using on pure white backgrounds (glass needs a rich background to read). Dark text on dark glass without sufficient contrast. More than 3 layers of glass stacking.
102
+
103
+ **Accessibility:** Verify contrast carefully — glass backgrounds vary. Test at the darkest and lightest background state. Never rely on glass alone for interactive state — add a visible border on focus.
104
+
105
+ ---
106
+
107
+ ### 3 — Liquid Glass
108
+
109
+ **Mood:** Fluid, high-premium, Apple-adjacent. Glass that feels alive.
110
+
111
+ **Best for:** Premium consumer apps, iOS-adjacent design, creative tools, product showcases.
112
+
113
+ **Token overrides:**
114
+ ```css
115
+ --color-surface: oklch(97% 0.006 264 / 0.55);
116
+ --backdrop-filter: blur(20px) saturate(1.8) brightness(1.05);
117
+ --border-radius-card: 20px;
118
+ --shadow-lg: 0 8px 40px oklch(0% 0 0 / 0.18), inset 0 1px 0 oklch(100% 0 0 / 0.3);
119
+ --transition-all: all 300ms cubic-bezier(0.34, 1.56, 0.64, 1);
120
+ ```
121
+
122
+ **Required effects:** Specular highlight (top-edge inner glow). Spring-physics motion on interactive elements. Background must be an image, gradient, or rich color — never flat white.
123
+
124
+ **Forbidden:** On dark-only backgrounds without light variation. Accessibility note: requires APCA-level contrast checking, not just WCAG 4.5:1.
125
+
126
+ ---
127
+
128
+ ### 4 — Neumorphism
129
+
130
+ **Mood:** Soft, extruded, tactile. Like plastic or clay lit from above.
131
+
132
+ **Best for:** Audio/music UIs, smart home controls, settings panels, niche consumer apps.
133
+
134
+ **Token overrides:**
135
+ ```css
136
+ --color-bg: oklch(92% 0.008 264);
137
+ --color-surface: oklch(92% 0.008 264); /* same as bg — surfaces are bg-colored */
138
+ --shadow-raised: 4px 4px 10px oklch(75% 0.010 264), -4px -4px 10px oklch(100% 0 0 / 0.7);
139
+ --shadow-inset: inset 4px 4px 10px oklch(75% 0.010 264), inset -4px -4px 10px oklch(100% 0 0 / 0.7);
140
+ --radius-md: 12px;
141
+ ```
142
+
143
+ **Required effects:** Paired light/dark shadow on every raised element. Inset shadow for pressed/active states. Background and surface must match exactly.
144
+
145
+ **Forbidden:** High-saturation colors (ruins the monochrome shadow effect). Dark mode (neumorphism breaks on dark backgrounds). Using as the primary style for data-heavy screens.
146
+
147
+ **Accessibility warning:** Neumorphism has inherently low contrast between elements and background. Compensate with color or typography contrast for all interactive elements. Not recommended for accessibility-critical products.
148
+
149
+ ---
150
+
151
+ ### 5 — Claymorphism
152
+
153
+ **Mood:** Friendly, rounded, tactile, 3D-lite. Cute without being childish.
154
+
155
+ **Best for:** Consumer onboarding, mobile apps, gamified UIs, food/lifestyle brands.
156
+
157
+ **Token overrides:**
158
+ ```css
159
+ --radius-card: 24px;
160
+ --radius-btn: 14px;
161
+ --shadow-clay: 0 8px 0 oklch(75% 0.020 [hue]), /* bottom "thickness" shadow */
162
+ 0 12px 24px oklch(0% 0 0 / 0.14);
163
+ --color-surface: oklch(97% 0.015 [hue]); /* slightly tinted surfaces */
164
+ --font-display: "Nunito", "DM Sans", system-ui, sans-serif;
165
+ ```
166
+
167
+ **Required effects:** The "clay thickness" — a bottom shadow that creates 3D depth. Slightly tinted card surfaces (not pure white). Organic, slightly imperfect shapes.
168
+
169
+ **Forbidden:** Sharp corners, flat shadows, monochromatic color schemes, serif type for body.
170
+
171
+ ---
172
+
173
+ ### 6 — Brutalism
174
+
175
+ **Mood:** Raw, confrontational, anti-corporate. Uses design "mistakes" as aesthetics.
176
+
177
+ **Best for:** Creative portfolios, independent fashion, cultural institutions, experimental projects.
178
+
179
+ **Token overrides:**
180
+ ```css
181
+ --color-bg: oklch(99% 0 0); /* raw white */
182
+ --color-accent: oklch(52% 0.28 25); /* loud red or black */
183
+ --font-display: "Space Grotesk", "Courier New", monospace;
184
+ --font-weight-display: 900;
185
+ --radius-md: 0px; /* no rounding */
186
+ --border-width: 2px;
187
+ --shadow-brutal: 4px 4px 0 oklch(8% 0 0); /* hard offset shadow, no blur */
188
+ ```
189
+
190
+ **Required effects:** Hard offset box shadow (no blur). Visible borders everywhere. Intentionally asymmetric or broken grid usage.
191
+
192
+ **Forbidden:** Rounded corners, gentle shadows, polished illustrations, animation heavier than instant state changes.
193
+
194
+ ---
195
+
196
+ ### 7 — Data Brutalism
197
+
198
+ **Mood:** Dense, systematic, information-first. Brutalism meets analytics.
199
+
200
+ **Best for:** Financial terminals, analytics dashboards, developer consoles, data-intensive B2B.
201
+
202
+ **Token overrides:**
203
+ ```css
204
+ --font-display: "IBM Plex Mono", "Roboto Mono", monospace;
205
+ --font-body: "IBM Plex Sans", system-ui, sans-serif;
206
+ --color-bg: oklch(10% 0.005 264); /* near-black */
207
+ --color-accent: oklch(72% 0.22 142); /* green terminal */
208
+ --color-accent-2: oklch(72% 0.18 55); /* amber */
209
+ --radius-md: 2px;
210
+ --border-width: 1px;
211
+ --line-height-data: 1.3; /* tight for data density */
212
+ ```
213
+
214
+ **Required effects:** Monospace font for all data values. Grid-aligned layout with visible structure. High-density tables and charts as primary content.
215
+
216
+ **Forbidden:** Illustrations, decorative icons, rounded cards, soft shadows, large whitespace sections.
217
+
218
+ ---
219
+
220
+ ### 8 — Dark Mode Refined
221
+
222
+ **Mood:** Focused, premium, reduces eye strain. Elevation via lightness, not shadows.
223
+
224
+ **Best for:** Developer tools, code editors, media players, professional creative tools.
225
+
226
+ **Token overrides:** Use Direction 2 (Dark Technical) from `visual-directions.md` as base, then:
227
+ ```css
228
+ --color-surface-elevated: oklch(20% 0.007 264); /* elevated above --color-surface */
229
+ --color-surface-overlay: oklch(24% 0.008 264); /* modals, drawers */
230
+ --shadow-elevation: 0 0 0 1px var(--color-border); /* border replaces shadow on dark */
231
+ ```
232
+
233
+ **Required effects:** Elevation through lightness steps (darker = lower, lighter = higher — opposite of light mode). Focus rings must be visible on dark (use accent color at 100% opacity, never transparent).
234
+
235
+ **Forbidden:** Pure `#000000` black (use `oklch(8-10%)` instead for depth). White text at 100% opacity on dark (use `oklch(90-93%)`). Heavy drop shadows (they're invisible on dark anyway).
236
+
237
+ ---
238
+
239
+ ### 9 — Bento Grid
240
+
241
+ **Mood:** Modular, editorial, scannable. Dashboard-meets-editorial.
242
+
243
+ **Best for:** Feature showcases, portfolio sites, product pages, dashboards.
244
+
245
+ **Token overrides:**
246
+ ```css
247
+ --grid-gap: 12px;
248
+ --radius-card: 16px;
249
+ --color-surface: oklch(97% 0.003 264);
250
+ --color-surface-2: oklch(94% 0.004 264);
251
+ /* Cards vary in size: 1×1, 2×1, 1×2, 2×2 */
252
+ ```
253
+
254
+ **Required effects:** Asymmetric grid cells (mix of sizes). Each cell has a single focus — one metric, one feature, one visual. Background color variation between cells (not all the same color).
255
+
256
+ **Forbidden:** Equal-sized grid cells. Overfilling cells with multiple concepts. Adding a navbar that competes with the grid.
257
+
258
+ ---
259
+
260
+ ### 10 — Soft UI Evolution
261
+
262
+ **Mood:** Premium softness, tactile depth, calm luxury. Modern evolution of neumorphism with full color.
263
+
264
+ **Best for:** Wellness, beauty, spa, luxury services, lifestyle brands.
265
+
266
+ **Token overrides:**
267
+ ```css
268
+ --color-bg: oklch(97% 0.012 72); /* warm cream */
269
+ --color-surface: oklch(95% 0.014 72);
270
+ --shadow-soft: 0 4px 20px oklch(72% 0.018 72 / 0.15),
271
+ 0 1px 4px oklch(72% 0.018 72 / 0.08);
272
+ --radius-card: 20px;
273
+ --font-display: "Cormorant Garamond", Georgia, serif;
274
+ ```
275
+
276
+ **Required effects:** Multi-layered soft shadows. Warm-tinted surfaces. Generous whitespace. Typography with elegance — display serif for headings.
277
+
278
+ **Forbidden:** Hard borders, sharp corners, bright saturated colors, monospace type.
279
+
280
+ ---
281
+
282
+ ### 11 — Aurora Borealis
283
+
284
+ **Mood:** Luminous, ethereal, generative. Light that moves like aurora.
285
+
286
+ **Best for:** AI products, creative tools, futuristic SaaS, high-concept landing pages.
287
+
288
+ **Token overrides:**
289
+ ```css
290
+ --color-bg: oklch(8% 0.008 264);
291
+ --gradient-aurora: radial-gradient(ellipse at 20% 50%,
292
+ oklch(55% 0.22 280 / 0.4) 0%,
293
+ oklch(55% 0.18 180 / 0.3) 40%,
294
+ transparent 70%),
295
+ radial-gradient(ellipse at 80% 20%,
296
+ oklch(60% 0.20 320 / 0.35) 0%,
297
+ transparent 60%);
298
+ --color-text-primary: oklch(92% 0.005 264);
299
+ --color-accent: oklch(72% 0.22 142);
300
+ ```
301
+
302
+ **Required effects:** Animated or static aurora gradient on the background. Dark base — aurora only reads on near-black. Subtle animation (`@keyframes aurora` shifting gradient positions, 8–12s duration, `prefers-reduced-motion` respected).
303
+
304
+ **Forbidden:** On light backgrounds. Saturating the entire UI with gradients — the aurora is the background only. Accessibility: ensure text contrast against the gradient is verified at its darkest and lightest point.
305
+
306
+ ---
307
+
308
+ ### 12 — Cyberpunk UI
309
+
310
+ **Mood:** Neon on dark, gritty, near-future.
311
+
312
+ **Best for:** Gaming, crypto, nightlife, esports, dark-culture brands.
313
+
314
+ **Token overrides:**
315
+ ```css
316
+ --color-bg: oklch(6% 0.006 264);
317
+ --color-accent: oklch(68% 0.32 180); /* cyan */
318
+ --color-accent-2: oklch(62% 0.32 300); /* magenta */
319
+ --font-display: "Rajdhani", "Exo 2", system-ui, sans-serif;
320
+ --border-style: 1px solid oklch(68% 0.32 180 / 0.6);
321
+ --shadow-neon: 0 0 8px oklch(68% 0.32 180 / 0.6), 0 0 24px oklch(68% 0.32 180 / 0.3);
322
+ ```
323
+
324
+ **Required effects:** Neon glow on accent elements only (not everything). Scanline or texture overlay (CSS `background-image: repeating-linear-gradient`). Angular/diagonal design elements.
325
+
326
+ **Forbidden:** On light backgrounds. Using neon glow on body text (illegible). Applying to professional/trust-critical products.
327
+
328
+ ---
329
+
330
+ ### 13 — AI-Native UI
331
+
332
+ **Mood:** Generative, adaptive, streaming-first. Designed for AI output.
333
+
334
+ **Best for:** AI chat interfaces, co-pilots, agents, LLM-powered tools.
335
+
336
+ **Token overrides:**
337
+ ```css
338
+ --color-bg: oklch(10% 0.005 264);
339
+ --color-bubble-user: oklch(52% 0.18 264); /* user message */
340
+ --color-bubble-ai: oklch(18% 0.007 264); /* AI message */
341
+ --color-streaming: oklch(72% 0.22 142); /* streaming cursor */
342
+ --radius-bubble: 18px 18px 4px 18px; /* chat bubble shape */
343
+ --font-mono: "Geist Mono", monospace; /* code blocks */
344
+ ```
345
+
346
+ **Required effects:** Streaming text animation (blinking cursor or typewriter). Distinct visual treatment for user vs. AI messages. Code blocks in monospace with syntax highlighting. Tool use / thinking states visually distinct from final output.
347
+
348
+ **Forbidden:** Treating AI output the same as static content. No loading states for generation. Showing raw JSON to users without formatting.
349
+
350
+ ---
351
+
352
+ ### 14 — Organic Biophilic
353
+
354
+ **Mood:** Natural, grounded, earthy. Design inspired by living systems.
355
+
356
+ **Best for:** Sustainability brands, food and beverage, outdoor/nature, wellness.
357
+
358
+ **Token overrides:**
359
+ ```css
360
+ --color-bg: oklch(96% 0.018 90); /* warm sand */
361
+ --color-accent: oklch(42% 0.14 142); /* forest green */
362
+ --color-accent-2: oklch(62% 0.16 55); /* warm terracotta */
363
+ --font-display: "Fraunces", Georgia, serif;
364
+ --radius-card: 4px 20px 4px 20px; /* organic, irregular */
365
+ --texture: url("noise.svg"); /* paper/grain texture overlay */
366
+ ```
367
+
368
+ **Required effects:** Grain/texture overlay (subtle SVG noise, 3–5% opacity). Organic shapes — no perfect rectangles. Earthy, desaturated color palette.
369
+
370
+ **Forbidden:** Neon colors, harsh geometry, tech-minimal style, monospace type.
371
+
372
+ ---
373
+
374
+ ### 15 — Spatial UI (visionOS)
375
+
376
+ **Mood:** Depth, immersive, physical-digital blend. For spatial/AR contexts.
377
+
378
+ **Best for:** visionOS apps, AR interfaces, spatial computing, immersive web.
379
+
380
+ **Token overrides:**
381
+ ```css
382
+ --color-surface: oklch(98% 0.004 264 / 0.5); /* glass panel */
383
+ --backdrop-filter: blur(40px) saturate(2.0);
384
+ --shadow-spatial: 0 24px 80px oklch(0% 0 0 / 0.35);
385
+ --radius-panel: 24px;
386
+ --font-display: "SF Pro Display", system-ui, sans-serif;
387
+ --depth-layer-1: translateZ(0px);
388
+ --depth-layer-2: translateZ(20px);
389
+ --depth-layer-3: translateZ(40px);
390
+ ```
391
+
392
+ **Required effects:** Z-depth layering for panels. Translucent glass panels. Generous touch/gaze targets (min 44pt). Motion parallax on scroll.
393
+
394
+ **Forbidden:** Hard shadows (use ambient). Flat 2D layouts without depth cues. Small touch targets.
395
+
396
+ ---
397
+
398
+ ### 16 — Editorial Typography
399
+
400
+ **Mood:** Text-first, authoritative, journalistic.
401
+
402
+ **Best for:** News, publishing, research, long-form content, documentation.
403
+
404
+ **Token overrides:** Use Direction 3 (Warm Editorial) from `visual-directions.md` as base. Additional:
405
+ ```css
406
+ --font-display: "Playfair Display", "Libre Baskerville", Georgia, serif;
407
+ --font-body: "Source Serif 4", Georgia, serif; /* body also serif */
408
+ --line-height-body: 1.85;
409
+ --max-prose-width: 68ch;
410
+ --drop-cap: font-size 4em, line-height 0.85, float left, margin-right 0.1em;
411
+ --text-4xl: 64px;
412
+ --letter-spacing-headline: -0.03em;
413
+ ```
414
+
415
+ **Required effects:** Drop cap on article opening (optional). Pull quotes with large decorative quotation marks. Generous leading. Clear section break treatments (rule lines, space, or ornamental dividers).
416
+
417
+ **Forbidden:** Mixing too many type styles. Sans-serif body for long-form editorial. Cramped line-height.
418
+
419
+ ---
420
+
421
+ ### 17 — Retro / Neo-Retro
422
+
423
+ **Mood:** Nostalgic warmth, handcrafted, vintage.
424
+
425
+ **Best for:** Food & beverage, indie brands, music, lifestyle, coffee shops.
426
+
427
+ **Token overrides:**
428
+ ```css
429
+ --color-bg: oklch(95% 0.025 72); /* aged paper */
430
+ --color-accent: oklch(48% 0.22 42); /* rust orange */
431
+ --color-accent-2: oklch(35% 0.14 142); /* forest green */
432
+ --font-display: "Abril Fatface", "DM Serif Display", serif;
433
+ --font-body: "Lato", system-ui, sans-serif;
434
+ --texture: sepia filter + noise overlay;
435
+ --border-style: 2px dashed oklch(72% 0.016 72); /* vintage dashed border */
436
+ ```
437
+
438
+ **Required effects:** Texture overlay (paper grain). Slightly muted/sepia color treatment. Hand-drawn or stamp-style decorative elements (SVG).
439
+
440
+ **Forbidden:** Crisp tech-minimal elements, neon colors, very fine hairline typography.
441
+
442
+ ---
443
+
444
+ ### 18 — Swiss / International
445
+
446
+ **Mood:** Grid-perfect, rational, classical modernism.
447
+
448
+ **Best for:** Architecture firms, corporate identities, art institutions, print-adjacent brands.
449
+
450
+ **Token overrides:**
451
+ ```css
452
+ --font-display: "Helvetica Neue", "Aktiv Grotesk", Arial, sans-serif;
453
+ --font-weight-display: 700;
454
+ --color-accent: oklch(52% 0.22 25); /* red — classic Swiss accent */
455
+ --radius-md: 0px;
456
+ --grid-columns: 12;
457
+ --grid-gap: 20px;
458
+ --margin-page: 40px;
459
+ --letter-spacing-caps: 0.12em;
460
+ ```
461
+
462
+ **Required effects:** Strict 12-column grid. Black and white dominant with one accent color. Capital letters with generous tracking for labels. No decorative elements — content is decoration.
463
+
464
+ **Forbidden:** Rounded corners, gradients, illustrations, more than 2 typefaces, decorative icons.
465
+
466
+ ---
467
+
468
+ ### 19 — Gradient Mesh
469
+
470
+ **Mood:** Vibrant, modern, startup energy. Aurora-lite for light backgrounds.
471
+
472
+ **Best for:** SaaS marketing sites, AI startup landing pages, modern tech brands.
473
+
474
+ **Token overrides:**
475
+ ```css
476
+ --color-bg: oklch(99% 0.002 264);
477
+ --gradient-hero: radial-gradient(ellipse at 30% 40%,
478
+ oklch(78% 0.16 280 / 0.35),
479
+ transparent 60%),
480
+ radial-gradient(ellipse at 70% 60%,
481
+ oklch(72% 0.18 190 / 0.3),
482
+ transparent 55%);
483
+ --font-display: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
484
+ --color-accent: oklch(55% 0.22 264);
485
+ ```
486
+
487
+ **Required effects:** Soft mesh gradient in hero section only. White/near-white surface for content areas. The gradient is a background accent, not a surface for text.
488
+
489
+ **Forbidden:** Text directly on the gradient without a solid backing. Using gradients on every section. Purple + pink gradient specifically (overused AI cliché — use different hues).
490
+
491
+ ---
492
+
493
+ ### 20 — Command Palette
494
+
495
+ **Mood:** Power-user, keyboard-first, instant.
496
+
497
+ **Best for:** Developer tools, productivity apps, IDE-adjacent, anything with complex navigation.
498
+
499
+ **Token overrides:**
500
+ ```css
501
+ --color-bg: oklch(10% 0.005 264);
502
+ --color-surface-palette: oklch(14% 0.006 264);
503
+ --color-surface-highlight: oklch(22% 0.010 264);
504
+ --font-mono: "Geist Mono", "JetBrains Mono", monospace;
505
+ --font-body: "Geist", "Inter", system-ui, sans-serif;
506
+ --radius-palette: 12px;
507
+ --shadow-palette: 0 24px 64px oklch(0% 0 0 / 0.6);
508
+ ```
509
+
510
+ **Required effects:** Always-accessible command palette (⌘K / Ctrl+K). Keyboard shortcut hints in UI. Selected state clearly highlighted (not just a color change — use background fill). Instant response — no loading spinners for palette open.
511
+
512
+ **Forbidden:** Mouse-only interactions as the primary pattern. Slow open animation on the palette (max 100ms). Hiding keyboard shortcuts entirely.
513
+
514
+ ---
515
+
516
+ ## Style Selection Guide
517
+
518
+ When the user has not specified a style, use this decision tree:
519
+
520
+ ```
521
+ What is the product category?
522
+
523
+ SaaS / B2B / Admin → Minimal Clean (1) or Data Brutalism (7) or Dark Mode Refined (8)
524
+ Consumer App / Mobile → Claymorphism (5) or Soft UI Evolution (10) or Material You (20)
525
+ AI / Developer Tool → AI-Native UI (13) or Dark Technical + Command Palette (20)
526
+ Dashboard / Analytics → Data Brutalism (7) or Bento Grid (9) or Dark Mode Refined (8)
527
+ Landing Page / Marketing → Gradient Mesh (19) or Bento Grid (9) or Aurora Borealis (11)
528
+ Wellness / Beauty / Luxury → Soft UI Evolution (10) or Organic Biophilic (14) or Editorial Typography (16)
529
+ Portfolio / Creative → Brutalism (6) or Bento Grid (9) or Chromatic Aberration (16)
530
+ Gaming / Crypto → Cyberpunk UI (12) or Neon Glow or Dark + Aurora (11)
531
+ Publishing / Editorial → Editorial Typography (16) or Warm Editorial direction
532
+ Food / Lifestyle → Retro / Neo-Retro (17) or Organic Biophilic (14)
533
+ Enterprise / Corporate → Swiss / International (18) or Minimal Clean (1)
534
+ AR / Spatial → Spatial UI (15) or Liquid Glass (3)
535
+ ```
536
+
537
+ **Always verify:** The chosen style must not conflict with accessibility requirements. Styles 4 (Neumorphism), 6 (Brutalism), 12 (Cyberpunk), and 15 (Spatial) require extra contrast verification.
538
+
539
+ ---
540
+
541
+ ## Style Anti-Pattern Cross-Reference
542
+
543
+ | If you see this... | The style is broken |
544
+ |---|---|
545
+ | Glass on white background | Glassmorphism misapplied |
546
+ | Neon glow on body text | Cyberpunk misapplied |
547
+ | Neumorphism in dark mode | Fundamental incompatibility |
548
+ | Gradient mesh on every section | Gradient Mesh overextended |
549
+ | Bento grid with equal-sized cells | Bento misapplied |
550
+ | Swiss/International with rounded corners | Swiss misapplied |
551
+ | Aurora borealis on light background | Aurora misapplied |
552
+ | Claymorphism without clay thickness shadow | Missing the defining effect |