@jaimevalasek/aioson 1.30.0 → 1.30.2
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.
- package/CHANGELOG.md +18 -0
- package/docs/design-previews/cognitive-core-ui-auth.html +95 -0
- package/docs/design-previews/cognitive-core-ui-kanban.html +231 -0
- package/docs/design-previews/cognitive-core-ui-list-detail.html +174 -0
- package/docs/design-previews/cognitive-core-ui-preview.css +1315 -0
- package/docs/design-previews/cognitive-core-ui-settings.html +142 -0
- package/docs/design-previews/cognitive-core-ui-website.html +190 -1009
- package/docs/design-previews/cognitive-core-ui.html +281 -463
- package/docs/design-previews/index.html +83 -31
- package/package.json +1 -1
- package/src/constants.js +578 -514
- package/template/.aioson/docs/integrations/dashboard-app-form-publish-mapping.md +183 -0
- package/template/.aioson/docs/play/README.md +74 -0
- package/template/.aioson/docs/play/agent-usage-guide.md +112 -0
- package/template/.aioson/docs/play/app-compatibility-guide.md +117 -0
- package/template/.aioson/docs/play/auth-services-and-testing.md +235 -0
- package/template/.aioson/docs/play/llm-data-and-bindings.md +238 -0
- package/template/.aioson/docs/play/manifest-and-runtime.md +267 -0
- package/template/.aioson/docs/play/source-map.md +104 -0
- package/template/.aioson/skills/design/aurora-command-ui/SKILL.md +266 -243
- package/template/.aioson/skills/design/aurora-command-ui/references/art-direction.md +293 -293
- package/template/.aioson/skills/design/aurora-command-ui/references/components.md +827 -827
- package/template/.aioson/skills/design/aurora-command-ui/references/dashboards.md +250 -250
- package/template/.aioson/skills/design/aurora-command-ui/references/design-tokens.md +585 -585
- package/template/.aioson/skills/design/aurora-command-ui/references/motion.md +365 -365
- package/template/.aioson/skills/design/aurora-command-ui/references/patterns.md +485 -482
- package/template/.aioson/skills/design/aurora-command-ui/references/websites.md +386 -387
- package/template/.aioson/skills/design/bold-editorial-ui/SKILL.md +228 -205
- package/template/.aioson/skills/design/bold-editorial-ui/references/art-direction.md +338 -338
- package/template/.aioson/skills/design/bold-editorial-ui/references/components.md +977 -977
- package/template/.aioson/skills/design/bold-editorial-ui/references/dashboards.md +218 -218
- package/template/.aioson/skills/design/bold-editorial-ui/references/design-tokens.md +326 -326
- package/template/.aioson/skills/design/bold-editorial-ui/references/motion.md +461 -461
- package/template/.aioson/skills/design/bold-editorial-ui/references/patterns.md +293 -293
- package/template/.aioson/skills/design/bold-editorial-ui/references/websites.md +352 -352
- package/template/.aioson/skills/design/clean-saas-ui/SKILL.md +233 -210
- package/template/.aioson/skills/design/clean-saas-ui/references/art-direction.md +319 -319
- package/template/.aioson/skills/design/clean-saas-ui/references/components.md +365 -365
- package/template/.aioson/skills/design/clean-saas-ui/references/dashboards.md +196 -196
- package/template/.aioson/skills/design/clean-saas-ui/references/design-tokens.md +244 -244
- package/template/.aioson/skills/design/clean-saas-ui/references/motion.md +235 -235
- package/template/.aioson/skills/design/clean-saas-ui/references/patterns.md +215 -215
- package/template/.aioson/skills/design/clean-saas-ui/references/websites.md +295 -295
- package/template/.aioson/skills/design/cognitive-core-ui/SKILL.md +239 -203
- package/template/.aioson/skills/design/cognitive-core-ui/references/art-direction.md +339 -339
- package/template/.aioson/skills/design/cognitive-core-ui/references/components.md +417 -407
- package/template/.aioson/skills/design/cognitive-core-ui/references/dashboards.md +289 -272
- package/template/.aioson/skills/design/cognitive-core-ui/references/design-tokens.md +525 -524
- package/template/.aioson/skills/design/cognitive-core-ui/references/motion.md +279 -279
- package/template/.aioson/skills/design/cognitive-core-ui/references/patterns.md +355 -289
- package/template/.aioson/skills/design/cognitive-core-ui/references/websites.md +443 -437
- package/template/.aioson/skills/design/glassmorphism-ui/SKILL.md +245 -222
- package/template/.aioson/skills/design/glassmorphism-ui/references/art-direction.md +159 -159
- package/template/.aioson/skills/design/glassmorphism-ui/references/components.md +498 -498
- package/template/.aioson/skills/design/glassmorphism-ui/references/dashboards.md +236 -236
- package/template/.aioson/skills/design/glassmorphism-ui/references/design-tokens.md +274 -274
- package/template/.aioson/skills/design/glassmorphism-ui/references/motion.md +355 -355
- package/template/.aioson/skills/design/glassmorphism-ui/references/patterns.md +198 -198
- package/template/.aioson/skills/design/glassmorphism-ui/references/websites.md +307 -307
- package/template/.aioson/skills/design/interface-design/SKILL.md +68 -47
- package/template/.aioson/skills/design/interface-design/references/components-and-states.md +105 -105
- package/template/.aioson/skills/design/interface-design/references/design-directions.md +101 -101
- package/template/.aioson/skills/design/interface-design/references/handoff-and-quality.md +92 -71
- package/template/.aioson/skills/design/interface-design/references/intent-and-domain.md +74 -74
- package/template/.aioson/skills/design/interface-design/references/tokens-and-depth.md +173 -173
- package/template/.aioson/skills/design/neo-brutalist-ui/SKILL.md +236 -213
- package/template/.aioson/skills/design/neo-brutalist-ui/references/art-direction.md +228 -228
- package/template/.aioson/skills/design/neo-brutalist-ui/references/components.md +855 -855
- package/template/.aioson/skills/design/neo-brutalist-ui/references/dashboards.md +334 -334
- package/template/.aioson/skills/design/neo-brutalist-ui/references/design-tokens.md +342 -342
- package/template/.aioson/skills/design/neo-brutalist-ui/references/motion.md +286 -286
- package/template/.aioson/skills/design/neo-brutalist-ui/references/patterns.md +458 -458
- package/template/.aioson/skills/design/neo-brutalist-ui/references/websites.md +723 -723
- package/template/.aioson/skills/design/premium-command-center-ui/SKILL.md +83 -62
- package/template/.aioson/skills/design/premium-command-center-ui/references/operations.md +74 -74
- package/template/.aioson/skills/design/premium-command-center-ui/references/patterns.md +116 -116
- package/template/.aioson/skills/design/premium-command-center-ui/references/validation.md +47 -47
- package/template/.aioson/skills/design/premium-command-center-ui/references/visual-system.md +215 -215
- package/template/.aioson/skills/design/pt.squarespace.com/.skill-meta.json +31 -31
- package/template/.aioson/skills/design/pt.squarespace.com/SKILL.md +94 -66
- package/template/.aioson/skills/design/pt.squarespace.com/references/components.md +366 -366
- package/template/.aioson/skills/design/pt.squarespace.com/references/design-tokens.md +150 -150
- package/template/.aioson/skills/design/pt.squarespace.com/references/motion.md +270 -270
- package/template/.aioson/skills/design/pt.squarespace.com/references/patterns.md +189 -189
- package/template/.aioson/skills/design/pt.squarespace.com/references/websites.md +161 -161
- package/template/.aioson/skills/design/warm-craft-ui/SKILL.md +232 -209
- package/template/.aioson/skills/design/warm-craft-ui/references/art-direction.md +324 -324
- package/template/.aioson/skills/design/warm-craft-ui/references/components.md +508 -508
- package/template/.aioson/skills/design/warm-craft-ui/references/dashboards.md +223 -223
- package/template/.aioson/skills/design/warm-craft-ui/references/design-tokens.md +374 -374
- package/template/.aioson/skills/design/warm-craft-ui/references/motion.md +356 -356
- package/template/.aioson/skills/design/warm-craft-ui/references/patterns.md +288 -288
- package/template/.aioson/skills/design/warm-craft-ui/references/websites.md +289 -289
|
@@ -1,387 +1,386 @@
|
|
|
1
|
-
# Websites & Landing Pages — Aurora Command UI
|
|
2
|
-
|
|
3
|
-
Landing pages, marketing sites, and product websites using the aurora-command-ui system.
|
|
4
|
-
|
|
5
|
-
Requires `design-tokens.md` + `components.md`.
|
|
6
|
-
|
|
7
|
-
---
|
|
8
|
-
|
|
9
|
-
## General rules
|
|
10
|
-
|
|
11
|
-
1. **Aurora gradient spans the full page** — `background-attachment: fixed`, no section resets the background.
|
|
12
|
-
2. **Glass nav becomes more opaque on scroll** — starts at `glass-blur-md`, opacity increases as user scrolls.
|
|
13
|
-
3. **Aurora
|
|
14
|
-
4. **Mono labels on section eyebrows** — every section starts with a mono uppercase label before the section heading.
|
|
15
|
-
5. **One gradient CTA per page** — the primary call-to-action button uses the full `--accent-gradient`. Do not overuse it.
|
|
16
|
-
6. **Section contrast through glass density** — vary glass opacity between sections to create visual rhythm. Not every section at the same blur level.
|
|
17
|
-
|
|
18
|
-
---
|
|
19
|
-
|
|
20
|
-
## Page shell (landing)
|
|
21
|
-
|
|
22
|
-
```css
|
|
23
|
-
.landing-shell {
|
|
24
|
-
min-height: 100vh;
|
|
25
|
-
background: var(--bg-gradient);
|
|
26
|
-
background-attachment: fixed;
|
|
27
|
-
font-family: var(--font-body);
|
|
28
|
-
color: var(--text-primary);
|
|
29
|
-
overflow-x: hidden;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
/* Glass navigation */
|
|
33
|
-
.landing-nav {
|
|
34
|
-
position: fixed;
|
|
35
|
-
top: 0;
|
|
36
|
-
left: 0;
|
|
37
|
-
right: 0;
|
|
38
|
-
z-index: var(--z-sticky);
|
|
39
|
-
height: 64px;
|
|
40
|
-
display: flex;
|
|
41
|
-
align-items: center;
|
|
42
|
-
justify-content: space-between;
|
|
43
|
-
padding: 0 var(--space-8);
|
|
44
|
-
background: rgba(8, 12, 22, 0.40);
|
|
45
|
-
backdrop-filter: var(--glass-blur-md);
|
|
46
|
-
border-bottom: 1px solid var(--glass-border);
|
|
47
|
-
transition: background 300ms ease, backdrop-filter 300ms ease;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
/* Nav becomes more opaque on scroll — add via JS */
|
|
51
|
-
.landing-nav.scrolled {
|
|
52
|
-
background: rgba(8, 12, 22, 0.80);
|
|
53
|
-
backdrop-filter: var(--glass-blur-lg);
|
|
54
|
-
}
|
|
55
|
-
```
|
|
56
|
-
|
|
57
|
-
---
|
|
58
|
-
|
|
59
|
-
## 1. Aurora Hero — Split Layout
|
|
60
|
-
|
|
61
|
-
For product launches, platform marketing. Avoids the generic centered hero.
|
|
62
|
-
|
|
63
|
-
```
|
|
64
|
-
┌─────────────────────────────────────────────────────────────────┐
|
|
65
|
-
│ GLASS NAV │
|
|
66
|
-
├─────────────────────────────────────────────────────────────────┤
|
|
67
|
-
│ │
|
|
68
|
-
│ LEFT (text side, 55%): RIGHT (visual side, 45%): │
|
|
69
|
-
│ [MONO: PLATFORM · V2.0 LAUNCH] [Glass product card / UI │
|
|
70
|
-
│ [Heading text-5xl tight] screenshot in glass frame, │
|
|
71
|
-
│ [Subheading text-xl muted] floating over aurora
|
|
72
|
-
│ [CTA Row: [Gradient Button] [Ghost Button]] │
|
|
73
|
-
│ [Social proof: 4,200+ teams] [Teal glow
|
|
74
|
-
│ │
|
|
75
|
-
└─────────────────────────────────────────────────────────────────┘
|
|
76
|
-
```
|
|
77
|
-
|
|
78
|
-
```css
|
|
79
|
-
.hero-section {
|
|
80
|
-
min-height: 100vh;
|
|
81
|
-
display: grid;
|
|
82
|
-
grid-template-columns: 55% 45%;
|
|
83
|
-
align-items: center;
|
|
84
|
-
padding: 0 var(--space-16);
|
|
85
|
-
padding-top: 80px; /* account for fixed nav */
|
|
86
|
-
position: relative;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.hero-text { padding-right: var(--space-12); }
|
|
90
|
-
|
|
91
|
-
.hero-heading {
|
|
92
|
-
font-size: var(--text-5xl);
|
|
93
|
-
font-weight: var(--weight-black);
|
|
94
|
-
line-height: var(--leading-tight);
|
|
95
|
-
letter-spacing: var(--tracking-tight);
|
|
96
|
-
color: var(--text-heading);
|
|
97
|
-
margin-bottom: var(--space-5);
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.hero-heading-accent {
|
|
101
|
-
background: var(--accent-gradient);
|
|
102
|
-
-webkit-background-clip: text;
|
|
103
|
-
-webkit-text-fill-color: transparent;
|
|
104
|
-
background-clip: text;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.hero-subheading {
|
|
108
|
-
font-size: var(--text-xl);
|
|
109
|
-
color: var(--text-secondary);
|
|
110
|
-
line-height: var(--leading-relaxed);
|
|
111
|
-
margin-bottom: var(--space-8);
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
/* Glass product frame */
|
|
115
|
-
.product-frame {
|
|
116
|
-
background: var(--glass-surface);
|
|
117
|
-
backdrop-filter: var(--glass-blur-md);
|
|
118
|
-
border: 1px solid var(--glass-border);
|
|
119
|
-
border-radius: var(--radius-2xl);
|
|
120
|
-
overflow: hidden;
|
|
121
|
-
position: relative;
|
|
122
|
-
box-shadow: var(--shadow-glow);
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.product-frame::before {
|
|
126
|
-
content: '';
|
|
127
|
-
position: absolute;
|
|
128
|
-
inset: 0;
|
|
129
|
-
background: var(--glass-highlight);
|
|
130
|
-
pointer-events: none;
|
|
131
|
-
z-index: 1;
|
|
132
|
-
border-radius: inherit;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
/*
|
|
136
|
-
.hero-
|
|
137
|
-
position: absolute;
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
filter: blur(
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
│
|
|
158
|
-
│
|
|
159
|
-
│
|
|
160
|
-
│
|
|
161
|
-
│
|
|
162
|
-
│
|
|
163
|
-
│
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
│
|
|
182
|
-
│ │
|
|
183
|
-
│ │
|
|
184
|
-
│
|
|
185
|
-
│
|
|
186
|
-
│
|
|
187
|
-
│
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
border:
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
│
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
border-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
font-
|
|
275
|
-
|
|
276
|
-
background:
|
|
277
|
-
-webkit-
|
|
278
|
-
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
font-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
text-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
│
|
|
305
|
-
│
|
|
306
|
-
│
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
-webkit-mask:
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
- **Do NOT**
|
|
383
|
-
- **Do NOT**
|
|
384
|
-
- **Do NOT**
|
|
385
|
-
- **Do NOT**
|
|
386
|
-
- **Do NOT**
|
|
387
|
-
- **Do NOT** put a plain solid white footer on an aurora background page.
|
|
1
|
+
# Websites & Landing Pages — Aurora Command UI
|
|
2
|
+
|
|
3
|
+
Landing pages, marketing sites, and product websites using the aurora-command-ui system.
|
|
4
|
+
|
|
5
|
+
Requires `design-tokens.md` + `components.md`.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## General rules
|
|
10
|
+
|
|
11
|
+
1. **Aurora gradient spans the full page** — `background-attachment: fixed`, no section resets the background.
|
|
12
|
+
2. **Glass nav becomes more opaque on scroll** — starts at `glass-blur-md`, opacity increases as user scrolls.
|
|
13
|
+
3. **Aurora field as environmental atmosphere** — page-level radial and linear gradient layers anchored to sections. Keep it broad, subtle, and never shaped like isolated circles.
|
|
14
|
+
4. **Mono labels on section eyebrows** — every section starts with a mono uppercase label before the section heading.
|
|
15
|
+
5. **One gradient CTA per page** — the primary call-to-action button uses the full `--accent-gradient`. Do not overuse it.
|
|
16
|
+
6. **Section contrast through glass density** — vary glass opacity between sections to create visual rhythm. Not every section at the same blur level.
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## Page shell (landing)
|
|
21
|
+
|
|
22
|
+
```css
|
|
23
|
+
.landing-shell {
|
|
24
|
+
min-height: 100vh;
|
|
25
|
+
background: var(--bg-gradient);
|
|
26
|
+
background-attachment: fixed;
|
|
27
|
+
font-family: var(--font-body);
|
|
28
|
+
color: var(--text-primary);
|
|
29
|
+
overflow-x: hidden;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
/* Glass navigation */
|
|
33
|
+
.landing-nav {
|
|
34
|
+
position: fixed;
|
|
35
|
+
top: 0;
|
|
36
|
+
left: 0;
|
|
37
|
+
right: 0;
|
|
38
|
+
z-index: var(--z-sticky);
|
|
39
|
+
height: 64px;
|
|
40
|
+
display: flex;
|
|
41
|
+
align-items: center;
|
|
42
|
+
justify-content: space-between;
|
|
43
|
+
padding: 0 var(--space-8);
|
|
44
|
+
background: rgba(8, 12, 22, 0.40);
|
|
45
|
+
backdrop-filter: var(--glass-blur-md);
|
|
46
|
+
border-bottom: 1px solid var(--glass-border);
|
|
47
|
+
transition: background 300ms ease, backdrop-filter 300ms ease;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
/* Nav becomes more opaque on scroll — add via JS */
|
|
51
|
+
.landing-nav.scrolled {
|
|
52
|
+
background: rgba(8, 12, 22, 0.80);
|
|
53
|
+
backdrop-filter: var(--glass-blur-lg);
|
|
54
|
+
}
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
## 1. Aurora Hero — Split Layout
|
|
60
|
+
|
|
61
|
+
For product launches, platform marketing. Avoids the generic centered hero.
|
|
62
|
+
|
|
63
|
+
```
|
|
64
|
+
┌─────────────────────────────────────────────────────────────────┐
|
|
65
|
+
│ GLASS NAV │
|
|
66
|
+
├─────────────────────────────────────────────────────────────────┤
|
|
67
|
+
│ │
|
|
68
|
+
│ LEFT (text side, 55%): RIGHT (visual side, 45%): │
|
|
69
|
+
│ [MONO: PLATFORM · V2.0 LAUNCH] [Glass product card / UI │
|
|
70
|
+
│ [Heading text-5xl tight] screenshot in glass frame, │
|
|
71
|
+
│ [Subheading text-xl muted] floating over ambient aurora field] │
|
|
72
|
+
│ [CTA Row: [Gradient Button] [Ghost Button]] │
|
|
73
|
+
│ [Social proof: 4,200+ teams] [Teal ambient glow behind frame] │
|
|
74
|
+
│ │
|
|
75
|
+
└─────────────────────────────────────────────────────────────────┘
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
```css
|
|
79
|
+
.hero-section {
|
|
80
|
+
min-height: 100vh;
|
|
81
|
+
display: grid;
|
|
82
|
+
grid-template-columns: 55% 45%;
|
|
83
|
+
align-items: center;
|
|
84
|
+
padding: 0 var(--space-16);
|
|
85
|
+
padding-top: 80px; /* account for fixed nav */
|
|
86
|
+
position: relative;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.hero-text { padding-right: var(--space-12); }
|
|
90
|
+
|
|
91
|
+
.hero-heading {
|
|
92
|
+
font-size: var(--text-5xl);
|
|
93
|
+
font-weight: var(--weight-black);
|
|
94
|
+
line-height: var(--leading-tight);
|
|
95
|
+
letter-spacing: var(--tracking-tight);
|
|
96
|
+
color: var(--text-heading);
|
|
97
|
+
margin-bottom: var(--space-5);
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.hero-heading-accent {
|
|
101
|
+
background: var(--accent-gradient);
|
|
102
|
+
-webkit-background-clip: text;
|
|
103
|
+
-webkit-text-fill-color: transparent;
|
|
104
|
+
background-clip: text;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.hero-subheading {
|
|
108
|
+
font-size: var(--text-xl);
|
|
109
|
+
color: var(--text-secondary);
|
|
110
|
+
line-height: var(--leading-relaxed);
|
|
111
|
+
margin-bottom: var(--space-8);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
/* Glass product frame */
|
|
115
|
+
.product-frame {
|
|
116
|
+
background: var(--glass-surface);
|
|
117
|
+
backdrop-filter: var(--glass-blur-md);
|
|
118
|
+
border: 1px solid var(--glass-border);
|
|
119
|
+
border-radius: var(--radius-2xl);
|
|
120
|
+
overflow: hidden;
|
|
121
|
+
position: relative;
|
|
122
|
+
box-shadow: var(--shadow-glow);
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.product-frame::before {
|
|
126
|
+
content: '';
|
|
127
|
+
position: absolute;
|
|
128
|
+
inset: 0;
|
|
129
|
+
background: var(--glass-highlight);
|
|
130
|
+
pointer-events: none;
|
|
131
|
+
z-index: 1;
|
|
132
|
+
border-radius: inherit;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
/* Ambient aurora field behind product frame */
|
|
136
|
+
.hero-ambient-field {
|
|
137
|
+
position: absolute;
|
|
138
|
+
inset: -12% -8% -10% 42%;
|
|
139
|
+
background:
|
|
140
|
+
radial-gradient(ellipse at 70% 35%, rgba(0,200,232,0.18), transparent 58%),
|
|
141
|
+
linear-gradient(135deg, rgba(124,58,237,0.16), transparent 62%);
|
|
142
|
+
filter: blur(36px);
|
|
143
|
+
opacity: 0.75;
|
|
144
|
+
pointer-events: none;
|
|
145
|
+
}
|
|
146
|
+
```
|
|
147
|
+
|
|
148
|
+
---
|
|
149
|
+
|
|
150
|
+
## 2. Aurora Hero — Centered (atmospheric)
|
|
151
|
+
|
|
152
|
+
For manifesto pages, product teasers, atmospheric launches.
|
|
153
|
+
|
|
154
|
+
```
|
|
155
|
+
┌─────────────────────────────────────────────────────────────────┐
|
|
156
|
+
│ [Teal aurora field — top center, full-width] │
|
|
157
|
+
│ │
|
|
158
|
+
│ [MONO: BUILT FOR SCALE] │
|
|
159
|
+
│ [Heading — text-5xl, 2–3 lines, center] │
|
|
160
|
+
│ [Subtext — text-xl, max-width 600px, center] │
|
|
161
|
+
│ [CTA Row — centered] │
|
|
162
|
+
│ │
|
|
163
|
+
│ [Glass feature strip — 3 items horizontal, below fold] │
|
|
164
|
+
└─────────────────────────────────────────────────────────────────┘
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
Use this variant only when the product visual is not available or the focus is the manifesto text. The aurora field creates the depth.
|
|
168
|
+
|
|
169
|
+
---
|
|
170
|
+
|
|
171
|
+
## 3. Feature Section — Glass Cards Grid
|
|
172
|
+
|
|
173
|
+
```
|
|
174
|
+
MONO EYEBROW: PLATFORM CAPABILITIES
|
|
175
|
+
Heading: The control center you always wanted. (text-4xl, left-aligned)
|
|
176
|
+
Subtext: One line max. (text-lg, muted)
|
|
177
|
+
|
|
178
|
+
GLASS CARDS GRID (3 col):
|
|
179
|
+
┌─────────────────────────────────────────────────────────────────┐
|
|
180
|
+
│ ┌────────────────┐ ┌────────────────┐ ┌────────────────┐ │
|
|
181
|
+
│ │ [Icon — teal] │ │ [Icon — teal] │ │ [Icon — violet]│ │
|
|
182
|
+
│ │ Feature title │ │ Feature title │ │ Feature title │ │
|
|
183
|
+
│ │ Short desc │ │ Short desc │ │ Short desc │ │
|
|
184
|
+
│ └────────────────┘ └────────────────┘ └────────────────┘ │
|
|
185
|
+
│ ┌────────────────┐ ┌────────────────┐ ┌────────────────┐ │
|
|
186
|
+
│ │ ... │ │ ... │ │ ... │ │
|
|
187
|
+
│ └────────────────┘ └────────────────┘ └────────────────┘ │
|
|
188
|
+
└─────────────────────────────────────────────────────────────────┘
|
|
189
|
+
```
|
|
190
|
+
|
|
191
|
+
```css
|
|
192
|
+
.features-section {
|
|
193
|
+
padding: var(--space-24) var(--space-16);
|
|
194
|
+
position: relative;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.features-grid {
|
|
198
|
+
display: grid;
|
|
199
|
+
grid-template-columns: repeat(3, 1fr);
|
|
200
|
+
gap: var(--space-4);
|
|
201
|
+
margin-top: var(--space-10);
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.feature-card {
|
|
205
|
+
background: var(--glass-surface);
|
|
206
|
+
backdrop-filter: var(--glass-blur-sm);
|
|
207
|
+
border: 1px solid var(--glass-border);
|
|
208
|
+
border-radius: var(--radius-xl);
|
|
209
|
+
padding: var(--space-6);
|
|
210
|
+
position: relative;
|
|
211
|
+
transition: background var(--transition-glass), box-shadow var(--transition-base);
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.feature-card:hover {
|
|
215
|
+
background: var(--glass-elevated);
|
|
216
|
+
box-shadow: var(--shadow-glow);
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.feature-card::before {
|
|
220
|
+
content: '';
|
|
221
|
+
position: absolute;
|
|
222
|
+
inset: 0;
|
|
223
|
+
border-radius: inherit;
|
|
224
|
+
background: var(--glass-highlight);
|
|
225
|
+
pointer-events: none;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.feature-icon {
|
|
229
|
+
width: 40px; height: 40px;
|
|
230
|
+
background: var(--accent-primary-dim);
|
|
231
|
+
border-radius: var(--radius-md);
|
|
232
|
+
display: flex;
|
|
233
|
+
align-items: center;
|
|
234
|
+
justify-content: center;
|
|
235
|
+
margin-bottom: var(--space-4);
|
|
236
|
+
color: var(--accent-primary);
|
|
237
|
+
}
|
|
238
|
+
```
|
|
239
|
+
|
|
240
|
+
---
|
|
241
|
+
|
|
242
|
+
## 4. Stats / Proof Rail
|
|
243
|
+
|
|
244
|
+
A horizontal glass strip showing key social proof numbers.
|
|
245
|
+
|
|
246
|
+
```
|
|
247
|
+
┌─────────────────────────────────────────────────────────────────┐
|
|
248
|
+
│ 4,200+ 99.9% <500ms SOC 2 Type II │
|
|
249
|
+
│ Teams using Uptime SLA Avg latency Certified │
|
|
250
|
+
└─────────────────────────────────────────────────────────────────┘
|
|
251
|
+
```
|
|
252
|
+
|
|
253
|
+
```css
|
|
254
|
+
.proof-rail {
|
|
255
|
+
background: var(--glass-surface);
|
|
256
|
+
backdrop-filter: var(--glass-blur-md);
|
|
257
|
+
border-top: 1px solid var(--glass-border);
|
|
258
|
+
border-bottom: 1px solid var(--glass-border);
|
|
259
|
+
display: grid;
|
|
260
|
+
grid-template-columns: repeat(4, 1fr);
|
|
261
|
+
padding: var(--space-8) var(--space-16);
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.proof-item {
|
|
265
|
+
text-align: center;
|
|
266
|
+
padding: var(--space-4);
|
|
267
|
+
border-right: 1px solid var(--glass-border);
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
.proof-item:last-child { border-right: none; }
|
|
271
|
+
|
|
272
|
+
.proof-number {
|
|
273
|
+
font-size: var(--text-3xl);
|
|
274
|
+
font-weight: var(--weight-bold);
|
|
275
|
+
background: var(--accent-gradient);
|
|
276
|
+
-webkit-background-clip: text;
|
|
277
|
+
-webkit-text-fill-color: transparent;
|
|
278
|
+
background-clip: text;
|
|
279
|
+
display: block;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.proof-label {
|
|
283
|
+
font-family: var(--font-mono);
|
|
284
|
+
font-size: 0.625rem;
|
|
285
|
+
letter-spacing: 0.10em;
|
|
286
|
+
text-transform: uppercase;
|
|
287
|
+
color: var(--text-muted);
|
|
288
|
+
margin-top: var(--space-1);
|
|
289
|
+
}
|
|
290
|
+
```
|
|
291
|
+
|
|
292
|
+
---
|
|
293
|
+
|
|
294
|
+
## 5. Pricing Section
|
|
295
|
+
|
|
296
|
+
Three glass cards. Center card is elevated/featured with gradient border.
|
|
297
|
+
|
|
298
|
+
```
|
|
299
|
+
MONO: PRICING PLANS
|
|
300
|
+
Heading: Start free. Scale confidently.
|
|
301
|
+
|
|
302
|
+
┌──────────────┐ ┌──────────────────┐ ┌──────────────┐
|
|
303
|
+
│ STARTER │ │ PRO (featured) │ │ ENTERPRISE │
|
|
304
|
+
│ $0/mo │ │ $49/mo (grad) │ │ Custom │
|
|
305
|
+
│ Features... │ │ Features... │ │ Features... │
|
|
306
|
+
│ [Ghost btn] │ │ [Gradient btn] │ │ [Ghost btn] │
|
|
307
|
+
└──────────────┘ └──────────────────┘ └──────────────┘
|
|
308
|
+
```
|
|
309
|
+
|
|
310
|
+
```css
|
|
311
|
+
.pricing-grid {
|
|
312
|
+
display: grid;
|
|
313
|
+
grid-template-columns: repeat(3, 1fr);
|
|
314
|
+
gap: var(--space-4);
|
|
315
|
+
align-items: start;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
.pricing-card-featured {
|
|
319
|
+
background: var(--glass-elevated);
|
|
320
|
+
backdrop-filter: var(--glass-blur-lg);
|
|
321
|
+
border-radius: var(--radius-2xl);
|
|
322
|
+
padding: var(--space-8);
|
|
323
|
+
position: relative;
|
|
324
|
+
box-shadow: var(--shadow-glow-strong);
|
|
325
|
+
/* Gradient border */
|
|
326
|
+
background-clip: padding-box;
|
|
327
|
+
border: 1px solid transparent;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
.pricing-card-featured::after {
|
|
331
|
+
content: '';
|
|
332
|
+
position: absolute;
|
|
333
|
+
inset: 0;
|
|
334
|
+
border-radius: inherit;
|
|
335
|
+
padding: 1px;
|
|
336
|
+
background: var(--accent-gradient);
|
|
337
|
+
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
338
|
+
-webkit-mask-composite: xor;
|
|
339
|
+
mask-composite: exclude;
|
|
340
|
+
pointer-events: none;
|
|
341
|
+
}
|
|
342
|
+
```
|
|
343
|
+
|
|
344
|
+
---
|
|
345
|
+
|
|
346
|
+
## 6. Testimonials Section
|
|
347
|
+
|
|
348
|
+
```
|
|
349
|
+
MONO: TRUSTED BY TEAMS WORLDWIDE
|
|
350
|
+
Heading: The command center that teams rely on.
|
|
351
|
+
|
|
352
|
+
[Glass testimonial cards — masonry or 3-col grid]
|
|
353
|
+
Each card:
|
|
354
|
+
Quote text (italic, text-base)
|
|
355
|
+
Avatar + Name + Role/Company
|
|
356
|
+
Teal-electric accent line at top of card
|
|
357
|
+
```
|
|
358
|
+
|
|
359
|
+
---
|
|
360
|
+
|
|
361
|
+
## 7. Footer
|
|
362
|
+
|
|
363
|
+
Minimal. Glass strip at the bottom of the aurora background.
|
|
364
|
+
|
|
365
|
+
```css
|
|
366
|
+
.footer {
|
|
367
|
+
background: var(--glass-shell);
|
|
368
|
+
backdrop-filter: var(--glass-blur-md);
|
|
369
|
+
border-top: 1px solid var(--glass-border);
|
|
370
|
+
padding: var(--space-8) var(--space-16);
|
|
371
|
+
display: grid;
|
|
372
|
+
grid-template-columns: 1fr auto;
|
|
373
|
+
align-items: center;
|
|
374
|
+
}
|
|
375
|
+
```
|
|
376
|
+
|
|
377
|
+
---
|
|
378
|
+
|
|
379
|
+
## Anti-patterns
|
|
380
|
+
|
|
381
|
+
- **Do NOT** reset the background in each section — the aurora gradient must flow continuously top to bottom.
|
|
382
|
+
- **Do NOT** use a centered hero with generic "Modern Platform" headline as the only opening move. Use split layout, offset frame, or atmospheric centered with real copy.
|
|
383
|
+
- **Do NOT** repeat the same glass card layout in every section. Vary: glass strip, glass split, proof rail, centered manifesto.
|
|
384
|
+
- **Do NOT** add neon glows or saturated circular aurora shapes. The field is atmospheric, not decorative neon.
|
|
385
|
+
- **Do NOT** use glass pricing cards without the featured-card distinction. The featured card must feel more elevated than the others.
|
|
386
|
+
- **Do NOT** put a plain solid white footer on an aurora background page.
|