get-shit-pretty 0.7.0 → 0.7.3

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.
Files changed (112) hide show
  1. package/README.md +301 -124
  2. package/bin/install.js +1 -1
  3. package/gsp/agents/gsp-accessibility-auditor.md +1 -60
  4. package/gsp/agents/gsp-brand-auditor.md +1 -61
  5. package/gsp/agents/gsp-brand-creative-director.md +10 -0
  6. package/gsp/agents/gsp-brand-engineer.md +1 -122
  7. package/gsp/agents/gsp-brand-researcher.md +11 -0
  8. package/gsp/agents/gsp-brand-strategist.md +1 -65
  9. package/gsp/agents/gsp-project-builder.md +17 -0
  10. package/gsp/agents/gsp-project-critic.md +11 -0
  11. package/gsp/agents/gsp-project-designer.md +11 -0
  12. package/gsp/agents/gsp-project-researcher.md +1 -74
  13. package/gsp/agents/gsp-project-reviewer.md +12 -0
  14. package/gsp/hooks/hooks.json +32 -14
  15. package/gsp/skills/get-shit-pretty/SKILL.md +2 -5
  16. package/gsp/skills/gsp-accessibility/SKILL.md +0 -1
  17. package/gsp/skills/gsp-accessibility-audit/SKILL.md +9 -8
  18. package/gsp/skills/gsp-accessibility-audit/methodology/gsp-accessibility-auditor.md +59 -0
  19. package/gsp/skills/gsp-add-reference/SKILL.md +0 -1
  20. package/gsp/skills/gsp-art/SKILL.md +13 -10
  21. package/gsp/skills/gsp-brand-audit/SKILL.md +4 -2
  22. package/gsp/skills/gsp-brand-audit/methodology/gsp-brand-auditor.md +61 -0
  23. package/gsp/skills/gsp-brand-brief/SKILL.md +129 -0
  24. package/gsp/skills/gsp-brand-guidelines/SKILL.md +13 -11
  25. package/gsp/skills/gsp-brand-guidelines/methodology/gsp-brand-engineer.md +122 -0
  26. package/gsp/skills/gsp-brand-identity/SKILL.md +19 -18
  27. package/gsp/{agents/gsp-creative-director.md → skills/gsp-brand-identity/methodology/gsp-brand-creative-director.md} +0 -9
  28. package/gsp/skills/gsp-brand-refine/SKILL.md +0 -1
  29. package/gsp/skills/gsp-brand-research/SKILL.md +13 -13
  30. package/gsp/{agents/gsp-researcher.md → skills/gsp-brand-research/methodology/gsp-brand-researcher.md} +0 -10
  31. package/gsp/skills/gsp-brand-strategy/SKILL.md +14 -14
  32. package/gsp/skills/gsp-brand-strategy/methodology/gsp-brand-strategist.md +65 -0
  33. package/gsp/skills/gsp-brand-sync/SKILL.md +60 -10
  34. package/gsp/skills/gsp-color/SKILL.md +0 -1
  35. package/gsp/skills/gsp-design-system/SKILL.md +0 -1
  36. package/gsp/skills/gsp-doctor/SKILL.md +0 -1
  37. package/gsp/skills/gsp-help/SKILL.md +10 -7
  38. package/gsp/skills/gsp-icons/SKILL.md +0 -1
  39. package/gsp/skills/gsp-logo/SKILL.md +0 -1
  40. package/gsp/skills/gsp-phase-transition/SKILL.md +0 -3
  41. package/gsp/skills/gsp-pretty/SKILL.md +25 -24
  42. package/gsp/skills/gsp-progress/SKILL.md +0 -1
  43. package/gsp/skills/gsp-project-brief/SKILL.md +51 -22
  44. package/gsp/skills/gsp-project-build/SKILL.md +216 -74
  45. package/gsp/skills/gsp-project-build/bento-grid.md +114 -0
  46. package/gsp/{agents/gsp-builder.md → skills/gsp-project-build/methodology/gsp-project-builder.md} +14 -16
  47. package/gsp/skills/gsp-project-critique/SKILL.md +21 -17
  48. package/gsp/{agents/gsp-critic.md → skills/gsp-project-critique/methodology/gsp-project-critic.md} +0 -11
  49. package/gsp/skills/gsp-project-design/SKILL.md +9 -6
  50. package/gsp/{agents/gsp-designer.md → skills/gsp-project-design/methodology/gsp-project-designer.md} +0 -11
  51. package/gsp/skills/gsp-project-research/SKILL.md +4 -2
  52. package/gsp/skills/gsp-project-research/methodology/gsp-project-researcher.md +73 -0
  53. package/gsp/skills/gsp-project-review/SKILL.md +8 -5
  54. package/gsp/{agents/gsp-reviewer.md → skills/gsp-project-review/methodology/gsp-project-reviewer.md} +0 -12
  55. package/gsp/skills/gsp-scaffold/SKILL.md +0 -1
  56. package/gsp/skills/gsp-start/SKILL.md +59 -210
  57. package/gsp/skills/gsp-style/SKILL.md +1 -2
  58. package/gsp/skills/gsp-style/styles/INDEX.yml +7 -1
  59. package/gsp/skills/gsp-style/styles/academia.md +751 -787
  60. package/gsp/skills/gsp-style/styles/art-deco.md +316 -352
  61. package/gsp/skills/gsp-style/styles/bauhaus.md +189 -225
  62. package/gsp/skills/gsp-style/styles/bold-typography.md +433 -469
  63. package/gsp/skills/gsp-style/styles/botanical.md +141 -177
  64. package/gsp/skills/gsp-style/styles/claymorphism.md +377 -413
  65. package/gsp/skills/gsp-style/styles/cyberpunk.md +419 -455
  66. package/gsp/skills/gsp-style/styles/enterprise.md +224 -260
  67. package/gsp/skills/gsp-style/styles/flat-design.md +119 -155
  68. package/gsp/skills/gsp-style/styles/fluent.md +0 -31
  69. package/gsp/skills/gsp-style/styles/glassmorphism.md +0 -36
  70. package/gsp/skills/gsp-style/styles/humanist-literary.md +0 -28
  71. package/gsp/skills/gsp-style/styles/industrial.md +406 -438
  72. package/gsp/skills/gsp-style/styles/kinetic.md +531 -563
  73. package/gsp/skills/gsp-style/styles/liquid-glass.md +0 -36
  74. package/gsp/skills/gsp-style/styles/luxury.md +402 -438
  75. package/gsp/skills/gsp-style/styles/material.md +555 -591
  76. package/gsp/skills/gsp-style/styles/maximalism.md +875 -911
  77. package/gsp/skills/gsp-style/styles/minimal-dark.md +442 -478
  78. package/gsp/skills/gsp-style/styles/modern-dark.md +390 -426
  79. package/gsp/skills/gsp-style/styles/monochrome.md +472 -504
  80. package/gsp/skills/gsp-style/styles/neubrutalism.md +354 -390
  81. package/gsp/skills/gsp-style/styles/neumorphism.md +195 -231
  82. package/gsp/skills/gsp-style/styles/newsprint.md +529 -565
  83. package/gsp/skills/gsp-style/styles/nothing.md +445 -0
  84. package/gsp/skills/gsp-style/styles/nothing.yml +146 -0
  85. package/gsp/skills/gsp-style/styles/organic.md +177 -213
  86. package/gsp/skills/gsp-style/styles/playful-geometric.md +211 -247
  87. package/gsp/skills/gsp-style/styles/professional.md +503 -539
  88. package/gsp/skills/gsp-style/styles/retro.md +664 -700
  89. package/gsp/skills/gsp-style/styles/saas.md +490 -526
  90. package/gsp/skills/gsp-style/styles/sketch.md +189 -225
  91. package/gsp/skills/gsp-style/styles/swiss-minimalist.md +195 -227
  92. package/gsp/skills/gsp-style/styles/terminal.md +99 -135
  93. package/gsp/skills/gsp-style/styles/vaporwave.md +356 -392
  94. package/gsp/skills/gsp-style/styles/web3.md +337 -373
  95. package/gsp/skills/gsp-typography/SKILL.md +0 -1
  96. package/gsp/skills/gsp-update/SKILL.md +0 -1
  97. package/gsp/skills/gsp-visuals/SKILL.md +0 -1
  98. package/gsp/templates/branding/config.json +3 -2
  99. package/gsp/templates/exports-index.md +0 -7
  100. package/gsp/templates/phases/build.md +13 -4
  101. package/gsp/templates/projects/config.json +3 -2
  102. package/gsp/templates/projects/roadmap.md +0 -7
  103. package/gsp/templates/projects/state.md +0 -4
  104. package/package.json +1 -1
  105. package/scripts/lint-check.sh +1 -1
  106. package/gsp/agents/gsp-ascii-artist.md +0 -66
  107. package/gsp/agents/gsp-brand-syncer.md +0 -126
  108. package/gsp/agents/gsp-campaign-director.md +0 -79
  109. package/gsp/agents/gsp-scoper.md +0 -85
  110. package/gsp/skills/gsp-launch/SKILL.md +0 -97
  111. package/gsp/skills/gsp-start/questioning.md +0 -87
  112. package/gsp/templates/phases/launch.md +0 -55
@@ -1,392 +1,356 @@
1
- <role>
2
- You are an expert frontend engineer, UI/UX designer, visual design specialist, and typography expert. Your goal is to help the user integrate a design system into an existing codebase in a way that is visually consistent, maintainable, and idiomatic to their tech stack.
3
-
4
- Before proposing or writing any code, first build a clear mental model of the current system:
5
-
6
- - Identify the tech stack (e.g. React, Next.js, Vue, Tailwind, shadcn/ui, etc.).
7
- - Understand the existing design tokens (colors, spacing, typography, radii, shadows), global styles, and utility patterns.
8
- - Review the current component architecture (atoms/molecules/organisms, layout primitives, etc.) and naming conventions.
9
- - Note any constraints (legacy CSS, design library in use, performance or bundle-size considerations).
10
-
11
- Ask the user focused questions to understand the user's goals. Do they want:
12
-
13
- - a specific component or page redesigned in the new style,
14
- - existing components refactored to the new system, or
15
- - new pages/features built entirely in the new style?
16
-
17
- Once you understand the context and scope, do the following:
18
-
19
- - Propose a concise implementation plan that follows best practices, prioritizing:
20
- - centralizing design tokens,
21
- - reusability and composability of components,
22
- - minimizing duplication and one-off styles,
23
- - long-term maintainability and clear naming.
24
- - When writing code, match the user’s existing patterns (folder structure, naming, styling approach, and component patterns).
25
- - Explain your reasoning briefly as you go, so the user understands *why* you’re making certain architectural or design choices.
26
-
27
- Always aim to:
28
-
29
- - Preserve or improve accessibility.
30
- - Maintain visual consistency with the provided design system.
31
- - Leave the codebase in a cleaner, more coherent state than you found it.
32
- - Ensure layouts are responsive and usable across devices.
33
- - Make deliberate, creative design choices (layout, motion, interaction details, and typography) that express the design system’s personality instead of producing a generic or boilerplate UI.
34
-
35
- </role>
36
-
37
- <design-system>
38
- # Vaporwave / Outrun Design System
39
-
40
- ## 1. Design Philosophy
41
-
42
- **"Digital Nostalgia meets Neon FutureA synthetic reality drenched in retro-futuristic excess."**
43
-
44
- This is a bold celebration of 1980s retro-futurism, vaporwave aesthetics, and early computer graphics. The design transports users to a synthetic digital dimension where neon lights pierce through infinite grids, CRT scanlines distort reality, and every interaction feels like commanding a vintage terminal from the year 2088.
45
-
46
- ### Core Aesthetic DNA
47
-
48
- **Visual Language**: High-contrast maximalism with unapologetic neon saturation. Nothing is subtle. Every element glows, transforms, or pulses with digital energy. The design rejects minimalism in favor of dense, layered visual effects that create depth through overlapping gradients, glows, scanlines, and perspective distortions.
49
-
50
- **Emotional Tone**: Nostalgic yet futuristic. Simultaneously retro (80s arcade cabinets, VHS tapes, early Windows UIs) and forward-looking (cyberpunk cityscapes, holographic interfaces, digital utopias). The mood is dreamy, synthetic, slightly surreal — like navigating a computer from a past vision of the future.
51
-
52
- **Design Pillars**:
53
-
54
- 1. **The Infinite Grid**: Perspective-transformed wireframe grids that recede toward the horizon, creating spatial depth and that iconic outrun highway feeling
55
- 2. **Neon Glow Supremacy**: Hot magenta (#FF00FF), electric cyan (#00FFFF), and sunset orange (#FF9900) with aggressive drop shadows and box shadows that make elements appear to emit light
56
- 3. **CRT Scanlines & Distortion**: Global overlay of horizontal scanlines and subtle RGB chromatic aberration mimicking old CRT monitors
57
- 4. **Terminal/Command-Line Interfaces**: Text prefixed with ">" symbols, monospace fonts, window chrome with colored dots, status bars — everything references DOS prompts and early GUIs
58
- 5. **Geometric Transformation**: Skewed containers, rotated icons, perspective grids — elements are rarely perfectly aligned; they feel kinetic and dimensional
59
- 6. **Gradient Mania**: Multi-stop gradients everywhere — text fills, backgrounds, borders, glows. Especially the iconic sunset gradient (yellow → orange → pink → purple)
60
-
61
- ### Interaction Philosophy
62
-
63
- **Hover States Are Theatrical**: Buttons don't just change color — they un-skew, explode with glow, scale up, and invert colors. Icons rotate. Cards lift off the page. Every interaction is a micro-event.
64
-
65
- **Sound Design (Visual)**: If this design had sound, it would be the hum of neon tubes, the buzz of CRT static, retro synthesizers, and lo-fi beats. The visual design echoes this through pulsing animations, glitch effects, and rhythmic repetition (scanlines, grid patterns).
66
-
67
- ### The "Anti-Patterns" (What This Is NOT)
68
-
69
- - **Not Flat**: Aggressive use of shadows, glows, gradients, and depth
70
- - **Not Minimalist**: Dense with effects, borders, patterns, and overlays
71
- - **Not Corporate**: Playful, artistic, experimental — this is a portfolio piece, not a bank
72
- - **Not Muted**: Colors are 100% saturated; contrasts are extreme
73
-
74
- ## 2. Design Token System (The DNA)
75
-
76
- ### Colors (Dark Mode Only)
77
-
78
- **Philosophy**: Maximum saturation, high contrast, pure digital primaries. These aren't subtle brand colors — they're neon tubes glowing in a dark void.
79
-
80
- * **Background (The Void)**: `#090014` — Near-black with a subtle purple tint. This is the infinite digital space where everything floats.
81
- * **Foreground (Chrome Text)**: `#E0E0E0` — Light silver-gray for body text. Readable yet retro.
82
- * **Card Background (Glass Panels)**: `rgba(26, 16, 60, 0.8)` or `#1a103c` Semi-transparent deep purple. Enables glass-morphism with backdrop blur.
83
- * **Primary Accent (Hot Magenta)**: `#FF00FF` — Pure magenta. Used for primary CTAs, highlights, avatars, feature icons, accent borders. This is THE hero color.
84
- * **Secondary Accent (Electric Cyan)**: `#00FFFF` Pure cyan. Used for links, focus rings, secondary borders, hover states, card title glows. Complements magenta perfectly.
85
- * **Tertiary Accent (Sunset Orange)**: `#FF9900` — Vibrant orange. Used sparingly for special highlights, "sun" gradients, and attention-grabbing elements.
86
- * **Border (Default)**: `#2D1B4E` — Muted dark purple. Non-interactive borders and dividers.
87
- * **Border (Active)**: `#00FFFF` or `#FF00FF` — Neon borders for interactive/hovered elements.
88
-
89
- **Gradient Combinations**:
90
-
91
- - **Sunset Gradient**: `linear-gradient(to right, #FF9900, #FF00FF, #00FFFF)` The signature vaporwave gradient used for text fills
92
- - **Glow Gradient**: `linear-gradient(to bottom, #FF9900, #FF00FF)` — Used for the floating "sun" background element
93
- - **Accent Bar**: `linear-gradient(to right, #FF00FF, #00FFFF)` — Sharp gradient for top borders and accent lines
94
-
95
- ### Typography
96
-
97
- **Font Philosophy**: Fonts must evoke both retro computing terminals and futuristic sci-fi interfaces. Geometric sans-serifs for impact, monospace for authenticity.
98
-
99
- * **Headings**: `"Orbitron", sans-serif` (weights: 400, 500, 700, 900)
100
- - Geometric, wide, futuristic letterforms
101
- - Used for: Page titles, section headings, card titles, pricing
102
- - Characteristics: All-caps preferred, extreme weights (black/900), tight tracking on large sizes
103
- * **Body/UI/Code**: `"Share Tech Mono", monospace` (weight: 400)
104
- - Technical, terminal-like, fixed-width
105
- - Used for: Body text, buttons, labels, input fields, status text
106
- - Characteristics: Uppercase for UI elements, normal case for body copy, wide letter-spacing (tracking)
107
-
108
- **Type Scale & Hierarchy**:
109
-
110
- - **Hero Headlines**: `text-5xl` to `text-9xl` (80px-128px) with responsive scaling. Split across multiple lines for drama.
111
- - **Section Headings**: `text-3xl` to `text-6xl` (30px-60px). Always bold/black weight.
112
- - **Card/Component Titles**: `text-2xl` (24px). Cyan color with text glow.
113
- - **Body Text**: `text-lg` to `text-xl` (18px-20px). Generous line-height for readability.
114
- - **UI Labels/Buttons**: `text-sm` to `text-lg`, all-caps, wide tracking (`tracking-wider`, `tracking-widest`).
115
-
116
- **Text Effects**:
117
-
118
- - **Glow on Headings**: `drop-shadow-[0_0_10px_rgba(255,255,255,0.5)]` for white text, `drop-shadow-[0_0_30px_rgba(255,0,255,0.6)]` for gradient text
119
- - **Card Title Glow**: `drop-shadow-[0_0_5px_rgba(0,255,255,0.8)]` on cyan titles
120
- - **Gradient Text Fill**: Use `bg-gradient-to-r from-[#FF9900] via-[#FF00FF] to-[#00FFFF] bg-clip-text text-transparent` for hero statements
121
-
122
- ### Radius & Borders
123
-
124
- **Border Philosophy**: Sharp, geometric, high-contrast. Borders are neon light tubes, not subtle dividers.
125
-
126
- * **Border Radius**: `rounded-none` (0px) is primary. Vaporwave is aggressively geometric and angular. Occasional `rounded-full` for dots/circles only.
127
- * **Border Width**: `border-2` (2px) is standard. Heavier borders (`border-4`) for emphasis or outer containers.
128
- * **Border Colors**:
129
- - Default/Inactive: `#2D1B4E` (dark purple, subtle)
130
- - Interactive/Hover: `#00FFFF` (cyan) or `#FF00FF` (magenta)
131
- - Top Accent Bars: Gradient or solid cyan (`border-t-2 border-t-[#00FFFF]`)
132
- * **Multi-Border Patterns**: Cards often have a colored top border (`border-t-2`) plus subtle side borders in different colors for layered effect
133
-
134
- ### Shadows & Effects (The Glow)
135
-
136
- **Effect Philosophy**: Everything emits light. Shadows are colored glows, not dark drops.
137
-
138
- * **Box Shadows (Neon Glow)**:
139
- - **Magenta Glow**: `shadow-[0_0_10px_#FF00FF]` or `shadow-[0_0_20px_#FF00FF]` for intense glow
140
- - **Cyan Glow**: `shadow-[0_0_20px_rgba(0,255,255,0.2)]` for containers, `shadow-[0_0_15px_#00FFFF]` for inputs
141
- - **Large Area Glow**: `shadow-[0_0_50px_rgba(0,255,255,0.2)]` for major containers like final CTA
142
- * **Text Shadows (See Typography section)**
143
- * **Hover State Glows**: Buttons and interactive elements dramatically increase glow intensity on hover (2x-3x the base glow)
144
-
145
- ### Textures & Background Patterns
146
-
147
- **Pattern Philosophy**: The void is never empty. Layers of grids, scanlines, dots, and gradients create dimensional depth.
148
-
149
- * **Perspective Grid Floor**:
150
- ```css
151
- background-image: linear-gradient(transparent 95%, #FF00FF 95%), linear-gradient(90deg, transparent 95%, #FF00FF 95%);
152
- background-size: 40px 40px;
153
- transform: perspective(500px) rotateX(60deg) translateY(-100px) scale(2);
154
- mask-image: linear-gradient(to bottom, transparent, black);
155
- ```
156
-
157
- Creates the iconic receding grid effect
158
- * **Floating Sun**: Massive blurred gradient orb (`h-[600px] w-[600px] blur-[100px] bg-gradient-to-b from-[#FF9900] to-[#FF00FF] opacity-20`)
159
- * **Global Scanlines Overlay**:
160
- ```css
161
- background: linear-gradient(rgba(18,16,20,0) 50%, rgba(0,0,0,0.25) 50%);
162
- background-size: 100% 4px;
163
- ```
164
-
165
- Applied as fixed overlay to entire page for CRT effect
166
- * **RGB Chromatic Aberration** (subtle): `linear-gradient(90deg, rgba(255,0,0,0.06), rgba(0,255,0,0.02), rgba(0,0,255,0.06))`
167
- * **Dot Patterns**: `radial-gradient(#FF00FF 1px, transparent 1px)` with `background-size: 20px 20px` for section backgrounds
168
- * **Gradient Overlays on Images**: Duotone effect via `bg-gradient-to-br from-[#FF00FF] to-[#00FFFF] opacity-20 mix-blend-overlay`
169
-
170
- ## 3. Component Stylings
171
-
172
- ### Buttons
173
-
174
- **Primary Button** (`variant="primary"`):
175
-
176
- ```tsx
177
- // Skewed container that un-skews on hover
178
- -skew-x-12 transform
179
- border-2 border-[#00FFFF]
180
- bg-transparent
181
- text-[#00FFFF]
182
- rounded-none
183
- uppercase tracking-wider font-mono
184
-
185
- // Hover state
186
- hover:skew-x-0
187
- hover:bg-[#00FFFF]
188
- hover:text-black
189
- hover:shadow-[0_0_20px_#00FFFF]
190
-
191
- // Inner content is counter-skewed
192
- <span className="inline-block skew-x-12 transform">{children}</span>
193
- ```
194
-
195
- **Secondary Button** (`variant="secondary"`):
196
-
197
- ```tsx
198
- -skew-x-12 transform
199
- border-2 border-[#FF00FF]
200
- bg-[#FF00FF]
201
- text-white
202
- rounded-none
203
-
204
- hover:skew-x-0
205
- hover:scale-105
206
- hover:opacity-80
207
- ```
208
-
209
- **Outline Button** (`variant="outline"`):
210
-
211
- ```tsx
212
- border-2 border-[#FF00FF]
213
- bg-transparent
214
- text-[#FF00FF]
215
- rounded-none
216
-
217
- hover:bg-[#FF00FF]
218
- hover:text-white
219
- ```
220
-
221
- **Ghost Button** (`variant="ghost"`):
222
-
223
- ```tsx
224
- text-[#E0E0E0]
225
- rounded-none
226
-
227
- hover:bg-[rgba(0,255,255,0.1)]
228
- hover:text-[#00FFFF]
229
- ```
230
-
231
- **Sizes**: `sm` (h-9), `default` (h-12), `lg` (h-14), `icon` (h-10 w-10)
232
-
233
- ### Cards / Containers
234
-
235
- **Standard Card**:
236
-
237
- ```tsx
238
- border border-[#FF00FF]/30
239
- border-t-2 border-t-[#00FFFF] // Laser accent on top
240
- bg-[#1a103c]/80
241
- backdrop-blur-md
242
- p-6
243
-
244
- // Card Title (cyan with glow)
245
- font-heading font-semibold text-2xl
246
- text-[#00FFFF]
247
- drop-shadow-[0_0_5px_rgba(0,255,255,0.8)]
248
-
249
- // Card Description
250
- font-mono text-[#E0E0E0]/70 text-sm
251
- ```
252
-
253
- **Terminal Window Container** (Product Detail style):
254
-
255
- ```tsx
256
- // Outer border with glow
257
- border-2 border-[#00FFFF]
258
- bg-black/80
259
- shadow-[0_0_20px_rgba(0,255,255,0.2)]
260
-
261
- // Title bar
262
- bg-[#00FFFF]/10
263
- border-b border-[#00FFFF]
264
- px-4 py-2
265
-
266
- // Window control dots
267
- <div className="flex gap-2">
268
- <div className="h-3 w-3 rounded-full bg-[#FF00FF]" />
269
- <div className="h-3 w-3 rounded-full bg-[#00FFFF]" />
270
- <div className="h-3 w-3 rounded-full bg-[#FF9900]" />
271
- </div>
272
- ```
273
-
274
- **File Explorer Window** (Benefits section):
275
-
276
- ```tsx
277
- // Container
278
- border-2 border-[#E0E0E0]/20
279
- bg-[#1a103c]/90
280
- backdrop-blur
281
-
282
- // Title bar
283
- bg-[#E0E0E0]/10
284
- border-b-2 border-[#E0E0E0]/20
285
-
286
- // Status bar
287
- border-t-2 border-[#E0E0E0]/20
288
- bg-[#090014]
289
- text-[#E0E0E0]/50 text-xs
290
- ```
291
-
292
- ### Inputs
293
-
294
- **Terminal-Style Input**:
295
-
296
- ```tsx
297
- border-b-2 border-[#FF00FF] // Underline only
298
- bg-black
299
- text-[#00FFFF] font-mono text-lg
300
- px-3 py-2
301
-
302
- placeholder:text-[#FF00FF]/50
303
-
304
- focus-visible:border-[#00FFFF]
305
- focus-visible:shadow-[0_0_15px_#00FFFF]
306
- focus-visible:outline-none
307
- ```
308
-
309
- ## 4. Non-Generic "Bold" Choices (The "Wow" Factor)
310
-
311
- These are mandatory unique design signatures that prevent the Vaporwave style from looking generic:
312
-
313
- 1. **Aggressive Skewing**: Buttons and badges use `-skew-x-12` transform, creating dynamic diagonal shapes that un-skew on hover for a kinetic morphing effect
314
- 2. **Global CRT Scanlines**: Fixed overlay across entire viewport with horizontal line pattern and RGB chromatic aberration
315
- 3. **Perspective Grid Backgrounds**: Multiple sections use CSS perspective transforms to create the iconic receding grid floor effect
316
- 4. **Gradient Text Fills**: Hero headlines use multi-stop gradient backgrounds clipped to text (`bg-clip-text text-transparent`)
317
- 5. **Rotating Icon Containers**: Feature icons sit inside `rotate-45` diamond containers that spin to `rotate-90` on hover
318
- 6. **Dual-Border Patterns**: Cards combine a bright cyan top border with subtle pink side borders for layered neon tube aesthetic
319
- 7. **Terminal/Window Chrome**: Multiple UI patterns mimic vintage OS interfaces (window title bars with colored dots, file explorer layouts, command prompts)
320
- 8. **Massive Blurred Sun**: Giant gradient orb in background (`600px` diameter with `blur-[100px]`) creates atmospheric depth
321
- 9. **IRC-Style Elements**: Testimonials use chat message formatting with `<username>` angle bracket syntax
322
- 10. **Alternating Timeline Layout**: How It Works section uses alternating left-right layout with central checkpoint line
323
- 11. **Glowing Hover Amplification**: Interactive elements don't just highlight — they explode with 2-3x glow intensity and trigger color inversions
324
-
325
- ## 5. Animation & Motion
326
-
327
- **Philosophy**: Snappy, mechanical, retro-digital. Like a CRT monitor warming up or old computer software responding to input.
328
-
329
- * **Transition Speed**: `duration-200 ease-linear` — Fast, unnatural, digital. No organic easing curves.
330
- * **Hover Transformations**:
331
- - Buttons: Un-skew, fill with color, invert text, explode glow
332
- - Cards: Translate upward (`-translate-y-2`), increase shadow
333
- - Icons: Rotate 45° or scale
334
- - Links: Add underline, change color, add glow
335
- * **Continuous Animations**:
336
- - Trust indicator: `animate-pulse` for attention
337
- - Terminal cursor: Could add blinking effect
338
- - Icons: `animate-pulse` on placeholders
339
- * **Transform Origins**: Use `transform-origin` carefully on perspective grids (`top center`, `bottom center`)
340
- * **Transition Classes**: `transition-all`, `transition-colors`, `transition-transform` depending on what's changing
341
-
342
- ## 6. Layout Strategy & Spacing
343
-
344
- **Container Width**: `max-w-7xl` for main content, `max-w-6xl` for pricing, `max-w-4xl` for FAQ/Final CTA, `max-w-5xl` for hero
345
-
346
- **Spacing System**:
347
-
348
- * **Section Padding**: `py-20 sm:py-32` (80px-128px vertical rhythm)
349
- * **Component Gaps**: `gap-8` (32px) for grids, `gap-12` (48px) for larger spacing
350
- * **Inner Padding**: Cards use `p-6` or `p-8`, containers use `px-4` on mobile
351
- * **Margins**: Generous headings have `mb-8` to `mb-20` depending on size
352
-
353
- **Grid Usage**:
354
-
355
- * Features: `grid-cols-1 md:grid-cols-3`
356
- * Stats: `grid-cols-1 md:grid-cols-2 lg:grid-cols-4`
357
- * Blog: `grid-cols-1 md:grid-cols-3`
358
- * Benefits: `grid-cols-1 md:grid-cols-2 lg:grid-cols-3`
359
- * Pricing: `grid-cols-1 md:grid-cols-3`
360
-
361
- **Z-Index Layering** (back to front):
362
-
363
- 1. Background grid (fixed, `z-0`)
364
- 2. Floating sun gradient (fixed)
365
- 3. Section backgrounds
366
- 4. Content (`z-10` for nav/sections)
367
- 5. Scanline overlay (fixed, `z-50`)
368
-
369
- ## 7. Responsive Strategy
370
-
371
- **Breakpoints**: Mobile-first approach using `sm:`, `md:`, `lg:` prefixes
372
-
373
- **Mobile Adaptations** (< 640px):
374
-
375
- * **Typography**: Scale down headings by 1-2 sizes (e.g., `text-5xl` instead of `text-8xl`)
376
- * **Spacing**: Reduce section padding from `py-32` to `py-20`, margins from `mb-20` to `mb-12`
377
- * **Grids**: Stack to single column (`grid-cols-1`)
378
- * **Buttons**: Full-width CTA buttons in hero, stacked vertically
379
- * **Timeline**: Left-aligned with offset instead of alternating layout
380
- * **Borders**: Maintain neon borders (essential to vibe)
381
- * **Glow Effects**: Slightly reduce intensity to prevent overwhelming small screens
382
- * **Grid Backgrounds**: Keep perspective grids but simplify (they add essential atmosphere)
383
- * **Touch Targets**: Buttons maintain minimum 44px height via `h-12` and `h-14` sizes
384
-
385
- **Tablet** (640px - 1024px):
386
-
387
- * **Grids**: Often 2 columns before jumping to 3/4
388
- * **Typography**: Mid-range sizes
389
- * **Navigation**: Show full menu on tablets
390
-
391
- **Key**: The vaporwave aesthetic MUST survive on mobile. Neon glows, borders, and grid backgrounds are non-negotiable even on small screens.
392
- `</design-system>`
1
+ <design-system>
2
+ # Vaporwave / Outrun Design System
3
+
4
+ ## 1. Design Philosophy
5
+
6
+ **"Digital Nostalgia meets Neon Future A synthetic reality drenched in retro-futuristic excess."**
7
+
8
+ This is a bold celebration of 1980s retro-futurism, vaporwave aesthetics, and early computer graphics. The design transports users to a synthetic digital dimension where neon lights pierce through infinite grids, CRT scanlines distort reality, and every interaction feels like commanding a vintage terminal from the year 2088.
9
+
10
+ ### Core Aesthetic DNA
11
+
12
+ **Visual Language**: High-contrast maximalism with unapologetic neon saturation. Nothing is subtle. Every element glows, transforms, or pulses with digital energy. The design rejects minimalism in favor of dense, layered visual effects that create depth through overlapping gradients, glows, scanlines, and perspective distortions.
13
+
14
+ **Emotional Tone**: Nostalgic yet futuristic. Simultaneously retro (80s arcade cabinets, VHS tapes, early Windows UIs) and forward-looking (cyberpunk cityscapes, holographic interfaces, digital utopias). The mood is dreamy, synthetic, slightly surreal — like navigating a computer from a past vision of the future.
15
+
16
+ **Design Pillars**:
17
+
18
+ 1. **The Infinite Grid**: Perspective-transformed wireframe grids that recede toward the horizon, creating spatial depth and that iconic outrun highway feeling
19
+ 2. **Neon Glow Supremacy**: Hot magenta (#FF00FF), electric cyan (#00FFFF), and sunset orange (#FF9900) with aggressive drop shadows and box shadows that make elements appear to emit light
20
+ 3. **CRT Scanlines & Distortion**: Global overlay of horizontal scanlines and subtle RGB chromatic aberration mimicking old CRT monitors
21
+ 4. **Terminal/Command-Line Interfaces**: Text prefixed with ">" symbols, monospace fonts, window chrome with colored dots, status bars — everything references DOS prompts and early GUIs
22
+ 5. **Geometric Transformation**: Skewed containers, rotated icons, perspective grids — elements are rarely perfectly aligned; they feel kinetic and dimensional
23
+ 6. **Gradient Mania**: Multi-stop gradients everywhere text fills, backgrounds, borders, glows. Especially the iconic sunset gradient (yellow → orange → pink → purple)
24
+
25
+ ### Interaction Philosophy
26
+
27
+ **Hover States Are Theatrical**: Buttons don't just change color — they un-skew, explode with glow, scale up, and invert colors. Icons rotate. Cards lift off the page. Every interaction is a micro-event.
28
+
29
+ **Sound Design (Visual)**: If this design had sound, it would be the hum of neon tubes, the buzz of CRT static, retro synthesizers, and lo-fi beats. The visual design echoes this through pulsing animations, glitch effects, and rhythmic repetition (scanlines, grid patterns).
30
+
31
+ ### The "Anti-Patterns" (What This Is NOT)
32
+
33
+ - **Not Flat**: Aggressive use of shadows, glows, gradients, and depth
34
+ - **Not Minimalist**: Dense with effects, borders, patterns, and overlays
35
+ - **Not Corporate**: Playful, artistic, experimental — this is a portfolio piece, not a bank
36
+ - **Not Muted**: Colors are 100% saturated; contrasts are extreme
37
+
38
+ ## 2. Design Token System (The DNA)
39
+
40
+ ### Colors (Dark Mode Only)
41
+
42
+ **Philosophy**: Maximum saturation, high contrast, pure digital primaries. These aren't subtle brand colors they're neon tubes glowing in a dark void.
43
+
44
+ * **Background (The Void)**: `#090014` Near-black with a subtle purple tint. This is the infinite digital space where everything floats.
45
+ * **Foreground (Chrome Text)**: `#E0E0E0` — Light silver-gray for body text. Readable yet retro.
46
+ * **Card Background (Glass Panels)**: `rgba(26, 16, 60, 0.8)` or `#1a103c` — Semi-transparent deep purple. Enables glass-morphism with backdrop blur.
47
+ * **Primary Accent (Hot Magenta)**: `#FF00FF` — Pure magenta. Used for primary CTAs, highlights, avatars, feature icons, accent borders. This is THE hero color.
48
+ * **Secondary Accent (Electric Cyan)**: `#00FFFF` Pure cyan. Used for links, focus rings, secondary borders, hover states, card title glows. Complements magenta perfectly.
49
+ * **Tertiary Accent (Sunset Orange)**: `#FF9900` — Vibrant orange. Used sparingly for special highlights, "sun" gradients, and attention-grabbing elements.
50
+ * **Border (Default)**: `#2D1B4E` Muted dark purple. Non-interactive borders and dividers.
51
+ * **Border (Active)**: `#00FFFF` or `#FF00FF` — Neon borders for interactive/hovered elements.
52
+
53
+ **Gradient Combinations**:
54
+
55
+ - **Sunset Gradient**: `linear-gradient(to right, #FF9900, #FF00FF, #00FFFF)` The signature vaporwave gradient used for text fills
56
+ - **Glow Gradient**: `linear-gradient(to bottom, #FF9900, #FF00FF)` Used for the floating "sun" background element
57
+ - **Accent Bar**: `linear-gradient(to right, #FF00FF, #00FFFF)` Sharp gradient for top borders and accent lines
58
+
59
+ ### Typography
60
+
61
+ **Font Philosophy**: Fonts must evoke both retro computing terminals and futuristic sci-fi interfaces. Geometric sans-serifs for impact, monospace for authenticity.
62
+
63
+ * **Headings**: `"Orbitron", sans-serif` (weights: 400, 500, 700, 900)
64
+ - Geometric, wide, futuristic letterforms
65
+ - Used for: Page titles, section headings, card titles, pricing
66
+ - Characteristics: All-caps preferred, extreme weights (black/900), tight tracking on large sizes
67
+ * **Body/UI/Code**: `"Share Tech Mono", monospace` (weight: 400)
68
+ - Technical, terminal-like, fixed-width
69
+ - Used for: Body text, buttons, labels, input fields, status text
70
+ - Characteristics: Uppercase for UI elements, normal case for body copy, wide letter-spacing (tracking)
71
+
72
+ **Type Scale & Hierarchy**:
73
+
74
+ - **Hero Headlines**: `text-5xl` to `text-9xl` (80px-128px) with responsive scaling. Split across multiple lines for drama.
75
+ - **Section Headings**: `text-3xl` to `text-6xl` (30px-60px). Always bold/black weight.
76
+ - **Card/Component Titles**: `text-2xl` (24px). Cyan color with text glow.
77
+ - **Body Text**: `text-lg` to `text-xl` (18px-20px). Generous line-height for readability.
78
+ - **UI Labels/Buttons**: `text-sm` to `text-lg`, all-caps, wide tracking (`tracking-wider`, `tracking-widest`).
79
+
80
+ **Text Effects**:
81
+
82
+ - **Glow on Headings**: `drop-shadow-[0_0_10px_rgba(255,255,255,0.5)]` for white text, `drop-shadow-[0_0_30px_rgba(255,0,255,0.6)]` for gradient text
83
+ - **Card Title Glow**: `drop-shadow-[0_0_5px_rgba(0,255,255,0.8)]` on cyan titles
84
+ - **Gradient Text Fill**: Use `bg-gradient-to-r from-[#FF9900] via-[#FF00FF] to-[#00FFFF] bg-clip-text text-transparent` for hero statements
85
+
86
+ ### Radius & Borders
87
+
88
+ **Border Philosophy**: Sharp, geometric, high-contrast. Borders are neon light tubes, not subtle dividers.
89
+
90
+ * **Border Radius**: `rounded-none` (0px) is primary. Vaporwave is aggressively geometric and angular. Occasional `rounded-full` for dots/circles only.
91
+ * **Border Width**: `border-2` (2px) is standard. Heavier borders (`border-4`) for emphasis or outer containers.
92
+ * **Border Colors**:
93
+ - Default/Inactive: `#2D1B4E` (dark purple, subtle)
94
+ - Interactive/Hover: `#00FFFF` (cyan) or `#FF00FF` (magenta)
95
+ - Top Accent Bars: Gradient or solid cyan (`border-t-2 border-t-[#00FFFF]`)
96
+ * **Multi-Border Patterns**: Cards often have a colored top border (`border-t-2`) plus subtle side borders in different colors for layered effect
97
+
98
+ ### Shadows & Effects (The Glow)
99
+
100
+ **Effect Philosophy**: Everything emits light. Shadows are colored glows, not dark drops.
101
+
102
+ * **Box Shadows (Neon Glow)**:
103
+ - **Magenta Glow**: `shadow-[0_0_10px_#FF00FF]` or `shadow-[0_0_20px_#FF00FF]` for intense glow
104
+ - **Cyan Glow**: `shadow-[0_0_20px_rgba(0,255,255,0.2)]` for containers, `shadow-[0_0_15px_#00FFFF]` for inputs
105
+ - **Large Area Glow**: `shadow-[0_0_50px_rgba(0,255,255,0.2)]` for major containers like final CTA
106
+ * **Text Shadows (See Typography section)**
107
+ * **Hover State Glows**: Buttons and interactive elements dramatically increase glow intensity on hover (2x-3x the base glow)
108
+
109
+ ### Textures & Background Patterns
110
+
111
+ **Pattern Philosophy**: The void is never empty. Layers of grids, scanlines, dots, and gradients create dimensional depth.
112
+
113
+ * **Perspective Grid Floor**:
114
+ ```css
115
+ background-image: linear-gradient(transparent 95%, #FF00FF 95%), linear-gradient(90deg, transparent 95%, #FF00FF 95%);
116
+ background-size: 40px 40px;
117
+ transform: perspective(500px) rotateX(60deg) translateY(-100px) scale(2);
118
+ mask-image: linear-gradient(to bottom, transparent, black);
119
+ ```
120
+
121
+ Creates the iconic receding grid effect
122
+ * **Floating Sun**: Massive blurred gradient orb (`h-[600px] w-[600px] blur-[100px] bg-gradient-to-b from-[#FF9900] to-[#FF00FF] opacity-20`)
123
+ * **Global Scanlines Overlay**:
124
+ ```css
125
+ background: linear-gradient(rgba(18,16,20,0) 50%, rgba(0,0,0,0.25) 50%);
126
+ background-size: 100% 4px;
127
+ ```
128
+
129
+ Applied as fixed overlay to entire page for CRT effect
130
+ * **RGB Chromatic Aberration** (subtle): `linear-gradient(90deg, rgba(255,0,0,0.06), rgba(0,255,0,0.02), rgba(0,0,255,0.06))`
131
+ * **Dot Patterns**: `radial-gradient(#FF00FF 1px, transparent 1px)` with `background-size: 20px 20px` for section backgrounds
132
+ * **Gradient Overlays on Images**: Duotone effect via `bg-gradient-to-br from-[#FF00FF] to-[#00FFFF] opacity-20 mix-blend-overlay`
133
+
134
+ ## 3. Component Stylings
135
+
136
+ ### Buttons
137
+
138
+ **Primary Button** (`variant="primary"`):
139
+
140
+ ```tsx
141
+ // Skewed container that un-skews on hover
142
+ -skew-x-12 transform
143
+ border-2 border-[#00FFFF]
144
+ bg-transparent
145
+ text-[#00FFFF]
146
+ rounded-none
147
+ uppercase tracking-wider font-mono
148
+
149
+ // Hover state
150
+ hover:skew-x-0
151
+ hover:bg-[#00FFFF]
152
+ hover:text-black
153
+ hover:shadow-[0_0_20px_#00FFFF]
154
+
155
+ // Inner content is counter-skewed
156
+ <span className="inline-block skew-x-12 transform">{children}</span>
157
+ ```
158
+
159
+ **Secondary Button** (`variant="secondary"`):
160
+
161
+ ```tsx
162
+ -skew-x-12 transform
163
+ border-2 border-[#FF00FF]
164
+ bg-[#FF00FF]
165
+ text-white
166
+ rounded-none
167
+
168
+ hover:skew-x-0
169
+ hover:scale-105
170
+ hover:opacity-80
171
+ ```
172
+
173
+ **Outline Button** (`variant="outline"`):
174
+
175
+ ```tsx
176
+ border-2 border-[#FF00FF]
177
+ bg-transparent
178
+ text-[#FF00FF]
179
+ rounded-none
180
+
181
+ hover:bg-[#FF00FF]
182
+ hover:text-white
183
+ ```
184
+
185
+ **Ghost Button** (`variant="ghost"`):
186
+
187
+ ```tsx
188
+ text-[#E0E0E0]
189
+ rounded-none
190
+
191
+ hover:bg-[rgba(0,255,255,0.1)]
192
+ hover:text-[#00FFFF]
193
+ ```
194
+
195
+ **Sizes**: `sm` (h-9), `default` (h-12), `lg` (h-14), `icon` (h-10 w-10)
196
+
197
+ ### Cards / Containers
198
+
199
+ **Standard Card**:
200
+
201
+ ```tsx
202
+ border border-[#FF00FF]/30
203
+ border-t-2 border-t-[#00FFFF] // Laser accent on top
204
+ bg-[#1a103c]/80
205
+ backdrop-blur-md
206
+ p-6
207
+
208
+ // Card Title (cyan with glow)
209
+ font-heading font-semibold text-2xl
210
+ text-[#00FFFF]
211
+ drop-shadow-[0_0_5px_rgba(0,255,255,0.8)]
212
+
213
+ // Card Description
214
+ font-mono text-[#E0E0E0]/70 text-sm
215
+ ```
216
+
217
+ **Terminal Window Container** (Product Detail style):
218
+
219
+ ```tsx
220
+ // Outer border with glow
221
+ border-2 border-[#00FFFF]
222
+ bg-black/80
223
+ shadow-[0_0_20px_rgba(0,255,255,0.2)]
224
+
225
+ // Title bar
226
+ bg-[#00FFFF]/10
227
+ border-b border-[#00FFFF]
228
+ px-4 py-2
229
+
230
+ // Window control dots
231
+ <div className="flex gap-2">
232
+ <div className="h-3 w-3 rounded-full bg-[#FF00FF]" />
233
+ <div className="h-3 w-3 rounded-full bg-[#00FFFF]" />
234
+ <div className="h-3 w-3 rounded-full bg-[#FF9900]" />
235
+ </div>
236
+ ```
237
+
238
+ **File Explorer Window** (Benefits section):
239
+
240
+ ```tsx
241
+ // Container
242
+ border-2 border-[#E0E0E0]/20
243
+ bg-[#1a103c]/90
244
+ backdrop-blur
245
+
246
+ // Title bar
247
+ bg-[#E0E0E0]/10
248
+ border-b-2 border-[#E0E0E0]/20
249
+
250
+ // Status bar
251
+ border-t-2 border-[#E0E0E0]/20
252
+ bg-[#090014]
253
+ text-[#E0E0E0]/50 text-xs
254
+ ```
255
+
256
+ ### Inputs
257
+
258
+ **Terminal-Style Input**:
259
+
260
+ ```tsx
261
+ border-b-2 border-[#FF00FF] // Underline only
262
+ bg-black
263
+ text-[#00FFFF] font-mono text-lg
264
+ px-3 py-2
265
+
266
+ placeholder:text-[#FF00FF]/50
267
+
268
+ focus-visible:border-[#00FFFF]
269
+ focus-visible:shadow-[0_0_15px_#00FFFF]
270
+ focus-visible:outline-none
271
+ ```
272
+
273
+ ## 4. Non-Generic "Bold" Choices (The "Wow" Factor)
274
+
275
+ These are mandatory unique design signatures that prevent the Vaporwave style from looking generic:
276
+
277
+ 1. **Aggressive Skewing**: Buttons and badges use `-skew-x-12` transform, creating dynamic diagonal shapes that un-skew on hover for a kinetic morphing effect
278
+ 2. **Global CRT Scanlines**: Fixed overlay across entire viewport with horizontal line pattern and RGB chromatic aberration
279
+ 3. **Perspective Grid Backgrounds**: Multiple sections use CSS perspective transforms to create the iconic receding grid floor effect
280
+ 4. **Gradient Text Fills**: Hero headlines use multi-stop gradient backgrounds clipped to text (`bg-clip-text text-transparent`)
281
+ 5. **Rotating Icon Containers**: Feature icons sit inside `rotate-45` diamond containers that spin to `rotate-90` on hover
282
+ 6. **Dual-Border Patterns**: Cards combine a bright cyan top border with subtle pink side borders for layered neon tube aesthetic
283
+ 7. **Terminal/Window Chrome**: Multiple UI patterns mimic vintage OS interfaces (window title bars with colored dots, file explorer layouts, command prompts)
284
+ 8. **Massive Blurred Sun**: Giant gradient orb in background (`600px` diameter with `blur-[100px]`) creates atmospheric depth
285
+ 9. **IRC-Style Elements**: Testimonials use chat message formatting with `<username>` angle bracket syntax
286
+ 10. **Alternating Timeline Layout**: How It Works section uses alternating left-right layout with central checkpoint line
287
+ 11. **Glowing Hover Amplification**: Interactive elements don't just highlight — they explode with 2-3x glow intensity and trigger color inversions
288
+
289
+ ## 5. Animation & Motion
290
+
291
+ **Philosophy**: Snappy, mechanical, retro-digital. Like a CRT monitor warming up or old computer software responding to input.
292
+
293
+ * **Transition Speed**: `duration-200 ease-linear` — Fast, unnatural, digital. No organic easing curves.
294
+ * **Hover Transformations**:
295
+ - Buttons: Un-skew, fill with color, invert text, explode glow
296
+ - Cards: Translate upward (`-translate-y-2`), increase shadow
297
+ - Icons: Rotate 45° or scale
298
+ - Links: Add underline, change color, add glow
299
+ * **Continuous Animations**:
300
+ - Trust indicator: `animate-pulse` for attention
301
+ - Terminal cursor: Could add blinking effect
302
+ - Icons: `animate-pulse` on placeholders
303
+ * **Transform Origins**: Use `transform-origin` carefully on perspective grids (`top center`, `bottom center`)
304
+ * **Transition Classes**: `transition-all`, `transition-colors`, `transition-transform` depending on what's changing
305
+
306
+ ## 6. Layout Strategy & Spacing
307
+
308
+ **Container Width**: `max-w-7xl` for main content, `max-w-6xl` for pricing, `max-w-4xl` for FAQ/Final CTA, `max-w-5xl` for hero
309
+
310
+ **Spacing System**:
311
+
312
+ * **Section Padding**: `py-20 sm:py-32` (80px-128px vertical rhythm)
313
+ * **Component Gaps**: `gap-8` (32px) for grids, `gap-12` (48px) for larger spacing
314
+ * **Inner Padding**: Cards use `p-6` or `p-8`, containers use `px-4` on mobile
315
+ * **Margins**: Generous headings have `mb-8` to `mb-20` depending on size
316
+
317
+ **Grid Usage**:
318
+
319
+ * Features: `grid-cols-1 md:grid-cols-3`
320
+ * Stats: `grid-cols-1 md:grid-cols-2 lg:grid-cols-4`
321
+ * Blog: `grid-cols-1 md:grid-cols-3`
322
+ * Benefits: `grid-cols-1 md:grid-cols-2 lg:grid-cols-3`
323
+ * Pricing: `grid-cols-1 md:grid-cols-3`
324
+
325
+ **Z-Index Layering** (back to front):
326
+
327
+ 1. Background grid (fixed, `z-0`)
328
+ 2. Floating sun gradient (fixed)
329
+ 3. Section backgrounds
330
+ 4. Content (`z-10` for nav/sections)
331
+ 5. Scanline overlay (fixed, `z-50`)
332
+
333
+ ## 7. Responsive Strategy
334
+
335
+ **Breakpoints**: Mobile-first approach using `sm:`, `md:`, `lg:` prefixes
336
+
337
+ **Mobile Adaptations** (< 640px):
338
+
339
+ * **Typography**: Scale down headings by 1-2 sizes (e.g., `text-5xl` instead of `text-8xl`)
340
+ * **Spacing**: Reduce section padding from `py-32` to `py-20`, margins from `mb-20` to `mb-12`
341
+ * **Grids**: Stack to single column (`grid-cols-1`)
342
+ * **Buttons**: Full-width CTA buttons in hero, stacked vertically
343
+ * **Timeline**: Left-aligned with offset instead of alternating layout
344
+ * **Borders**: Maintain neon borders (essential to vibe)
345
+ * **Glow Effects**: Slightly reduce intensity to prevent overwhelming small screens
346
+ * **Grid Backgrounds**: Keep perspective grids but simplify (they add essential atmosphere)
347
+ * **Touch Targets**: Buttons maintain minimum 44px height via `h-12` and `h-14` sizes
348
+
349
+ **Tablet** (640px - 1024px):
350
+
351
+ * **Grids**: Often 2 columns before jumping to 3/4
352
+ * **Typography**: Mid-range sizes
353
+ * **Navigation**: Show full menu on tablets
354
+
355
+ **Key**: The vaporwave aesthetic MUST survive on mobile. Neon glows, borders, and grid backgrounds are non-negotiable even on small screens.
356
+ `</design-system>`