@jaimevalasek/aioson 1.30.1 → 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.
Files changed (90) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/docs/design-previews/cognitive-core-ui-auth.html +95 -0
  3. package/docs/design-previews/cognitive-core-ui-kanban.html +231 -0
  4. package/docs/design-previews/cognitive-core-ui-list-detail.html +174 -0
  5. package/docs/design-previews/cognitive-core-ui-preview.css +1315 -0
  6. package/docs/design-previews/cognitive-core-ui-settings.html +142 -0
  7. package/docs/design-previews/cognitive-core-ui-website.html +190 -1009
  8. package/docs/design-previews/cognitive-core-ui.html +281 -463
  9. package/docs/design-previews/index.html +83 -31
  10. package/package.json +1 -1
  11. package/src/constants.js +567 -511
  12. package/template/.aioson/docs/play/README.md +2 -0
  13. package/template/.aioson/docs/play/agent-usage-guide.md +7 -1
  14. package/template/.aioson/docs/play/app-compatibility-guide.md +6 -1
  15. package/template/.aioson/docs/play/auth-services-and-testing.md +16 -1
  16. package/template/.aioson/docs/play/manifest-and-runtime.md +23 -0
  17. package/template/.aioson/skills/design/aurora-command-ui/SKILL.md +266 -243
  18. package/template/.aioson/skills/design/aurora-command-ui/references/art-direction.md +293 -293
  19. package/template/.aioson/skills/design/aurora-command-ui/references/components.md +827 -827
  20. package/template/.aioson/skills/design/aurora-command-ui/references/dashboards.md +250 -250
  21. package/template/.aioson/skills/design/aurora-command-ui/references/design-tokens.md +585 -585
  22. package/template/.aioson/skills/design/aurora-command-ui/references/motion.md +365 -365
  23. package/template/.aioson/skills/design/aurora-command-ui/references/patterns.md +485 -482
  24. package/template/.aioson/skills/design/aurora-command-ui/references/websites.md +386 -387
  25. package/template/.aioson/skills/design/bold-editorial-ui/SKILL.md +228 -205
  26. package/template/.aioson/skills/design/bold-editorial-ui/references/art-direction.md +338 -338
  27. package/template/.aioson/skills/design/bold-editorial-ui/references/components.md +977 -977
  28. package/template/.aioson/skills/design/bold-editorial-ui/references/dashboards.md +218 -218
  29. package/template/.aioson/skills/design/bold-editorial-ui/references/design-tokens.md +326 -326
  30. package/template/.aioson/skills/design/bold-editorial-ui/references/motion.md +461 -461
  31. package/template/.aioson/skills/design/bold-editorial-ui/references/patterns.md +293 -293
  32. package/template/.aioson/skills/design/bold-editorial-ui/references/websites.md +352 -352
  33. package/template/.aioson/skills/design/clean-saas-ui/SKILL.md +233 -210
  34. package/template/.aioson/skills/design/clean-saas-ui/references/art-direction.md +319 -319
  35. package/template/.aioson/skills/design/clean-saas-ui/references/components.md +365 -365
  36. package/template/.aioson/skills/design/clean-saas-ui/references/dashboards.md +196 -196
  37. package/template/.aioson/skills/design/clean-saas-ui/references/design-tokens.md +244 -244
  38. package/template/.aioson/skills/design/clean-saas-ui/references/motion.md +235 -235
  39. package/template/.aioson/skills/design/clean-saas-ui/references/patterns.md +215 -215
  40. package/template/.aioson/skills/design/clean-saas-ui/references/websites.md +295 -295
  41. package/template/.aioson/skills/design/cognitive-core-ui/SKILL.md +239 -203
  42. package/template/.aioson/skills/design/cognitive-core-ui/references/art-direction.md +339 -339
  43. package/template/.aioson/skills/design/cognitive-core-ui/references/components.md +417 -407
  44. package/template/.aioson/skills/design/cognitive-core-ui/references/dashboards.md +289 -272
  45. package/template/.aioson/skills/design/cognitive-core-ui/references/design-tokens.md +525 -524
  46. package/template/.aioson/skills/design/cognitive-core-ui/references/motion.md +279 -279
  47. package/template/.aioson/skills/design/cognitive-core-ui/references/patterns.md +355 -289
  48. package/template/.aioson/skills/design/cognitive-core-ui/references/websites.md +443 -437
  49. package/template/.aioson/skills/design/glassmorphism-ui/SKILL.md +245 -222
  50. package/template/.aioson/skills/design/glassmorphism-ui/references/art-direction.md +159 -159
  51. package/template/.aioson/skills/design/glassmorphism-ui/references/components.md +498 -498
  52. package/template/.aioson/skills/design/glassmorphism-ui/references/dashboards.md +236 -236
  53. package/template/.aioson/skills/design/glassmorphism-ui/references/design-tokens.md +274 -274
  54. package/template/.aioson/skills/design/glassmorphism-ui/references/motion.md +355 -355
  55. package/template/.aioson/skills/design/glassmorphism-ui/references/patterns.md +198 -198
  56. package/template/.aioson/skills/design/glassmorphism-ui/references/websites.md +307 -307
  57. package/template/.aioson/skills/design/interface-design/SKILL.md +68 -47
  58. package/template/.aioson/skills/design/interface-design/references/components-and-states.md +105 -105
  59. package/template/.aioson/skills/design/interface-design/references/design-directions.md +101 -101
  60. package/template/.aioson/skills/design/interface-design/references/handoff-and-quality.md +92 -71
  61. package/template/.aioson/skills/design/interface-design/references/intent-and-domain.md +74 -74
  62. package/template/.aioson/skills/design/interface-design/references/tokens-and-depth.md +173 -173
  63. package/template/.aioson/skills/design/neo-brutalist-ui/SKILL.md +236 -213
  64. package/template/.aioson/skills/design/neo-brutalist-ui/references/art-direction.md +228 -228
  65. package/template/.aioson/skills/design/neo-brutalist-ui/references/components.md +855 -855
  66. package/template/.aioson/skills/design/neo-brutalist-ui/references/dashboards.md +334 -334
  67. package/template/.aioson/skills/design/neo-brutalist-ui/references/design-tokens.md +342 -342
  68. package/template/.aioson/skills/design/neo-brutalist-ui/references/motion.md +286 -286
  69. package/template/.aioson/skills/design/neo-brutalist-ui/references/patterns.md +458 -458
  70. package/template/.aioson/skills/design/neo-brutalist-ui/references/websites.md +723 -723
  71. package/template/.aioson/skills/design/premium-command-center-ui/SKILL.md +83 -62
  72. package/template/.aioson/skills/design/premium-command-center-ui/references/operations.md +74 -74
  73. package/template/.aioson/skills/design/premium-command-center-ui/references/patterns.md +116 -116
  74. package/template/.aioson/skills/design/premium-command-center-ui/references/validation.md +47 -47
  75. package/template/.aioson/skills/design/premium-command-center-ui/references/visual-system.md +215 -215
  76. package/template/.aioson/skills/design/pt.squarespace.com/.skill-meta.json +31 -31
  77. package/template/.aioson/skills/design/pt.squarespace.com/SKILL.md +94 -66
  78. package/template/.aioson/skills/design/pt.squarespace.com/references/components.md +366 -366
  79. package/template/.aioson/skills/design/pt.squarespace.com/references/design-tokens.md +150 -150
  80. package/template/.aioson/skills/design/pt.squarespace.com/references/motion.md +270 -270
  81. package/template/.aioson/skills/design/pt.squarespace.com/references/patterns.md +189 -189
  82. package/template/.aioson/skills/design/pt.squarespace.com/references/websites.md +161 -161
  83. package/template/.aioson/skills/design/warm-craft-ui/SKILL.md +232 -209
  84. package/template/.aioson/skills/design/warm-craft-ui/references/art-direction.md +324 -324
  85. package/template/.aioson/skills/design/warm-craft-ui/references/components.md +508 -508
  86. package/template/.aioson/skills/design/warm-craft-ui/references/dashboards.md +223 -223
  87. package/template/.aioson/skills/design/warm-craft-ui/references/design-tokens.md +374 -374
  88. package/template/.aioson/skills/design/warm-craft-ui/references/motion.md +356 -356
  89. package/template/.aioson/skills/design/warm-craft-ui/references/patterns.md +288 -288
  90. package/template/.aioson/skills/design/warm-craft-ui/references/websites.md +289 -289
@@ -1,165 +1,165 @@
1
- # Websites — Squarespace Homepage
2
-
3
- ## Page Topology
4
-
5
- ```
6
- 1. Header — Sticky navigation with transparency transition
7
- 2. Hero — Full-viewport dark section with video background + CTA
8
- 3. Grow Your Business — Feature grid with icons (6 product areas)
9
- 4. One Platform — Platform card carousel (videos + images)
10
- 5. Get Started — Teal CTA section with template thumbnails
11
- 6. Your Domain — Domain search input
12
- 7. How To — Step-by-step how-to guide section
13
- 8. Customers Served — Statistics row (large numbers)
14
- 9. Made With SQSP — Showcase of customer sites
15
- 10. FAQ — Accordion FAQ section
16
- 11. Support — Support options grid
17
- 12. Conversion — Final dark CTA section with video
18
- 13. Footer — 4-column links + legal
19
- ```
20
-
21
- ## Section Details
22
-
23
- ### Header
24
- - **Type:** Sticky navigation
25
- - **Background:** Transparent initially, solid white on scroll
26
- - **Content:** Logo (left), Nav links (center), CTAs (right)
27
- - **Mobile:** Hamburger with drawer
28
-
29
- ### Hero (#homepage-hero)
30
- - **Background:** Black `rgb(0, 0, 0)` + `<video>` background + `rgba(0,0,0,0.52)` overlay
31
- - **Video:** `video-desktop.webm/mp4` (desktop), `video-mobile.webm/mp4` (< 768px)
32
- - **Height:** ~1007px viewport height
33
- - **Content:**
1
+ # Websites — Squarespace Homepage
2
+
3
+ ## Page Topology
4
+
5
+ ```
6
+ 1. Header — Sticky navigation with transparency transition
7
+ 2. Hero — Full-viewport dark section with video background + CTA
8
+ 3. Grow Your Business — Feature grid with icons (6 product areas)
9
+ 4. One Platform — Platform card carousel (videos + images)
10
+ 5. Get Started — Teal CTA section with template thumbnails
11
+ 6. Your Domain — Domain search input
12
+ 7. How To — Step-by-step how-to guide section
13
+ 8. Customers Served — Statistics row (large numbers)
14
+ 9. Made With SQSP — Showcase of customer sites
15
+ 10. FAQ — Accordion FAQ section
16
+ 11. Support — Support options grid
17
+ 12. Conversion — Final dark CTA section with video
18
+ 13. Footer — 4-column links + legal
19
+ ```
20
+
21
+ ## Section Details
22
+
23
+ ### Header
24
+ - **Type:** Sticky navigation
25
+ - **Background:** Transparent initially, solid white on scroll
26
+ - **Content:** Logo (left), Nav links (center), CTAs (right)
27
+ - **Mobile:** Hamburger with drawer
28
+
29
+ ### Hero (#homepage-hero)
30
+ - **Background:** Black `rgb(0, 0, 0)` + `<video>` background + `rgba(0,0,0,0.52)` overlay
31
+ - **Video:** `video-desktop.webm/mp4` (desktop), `video-mobile.webm/mp4` (< 768px)
32
+ - **Height:** ~1007px viewport height
33
+ - **Content:**
34
34
  - H1: "A website makes it happen" (`var(--text-3xl)`, `var(--font-light)`, white)
35
35
  - P: "Start free. No credit card required." (`var(--text-xl)`, white)
36
36
  - CTA: "Start now" (`.cta--primary.cta--light` — white button, black text, mix-blend-mode hover)
37
-
38
- ### Grow Your Business (#grow-your-business)
39
- - **Background:** White or off-white
40
- - **Layout:** Content grid
41
- - **Content:** Feature highlights with icons
42
-
43
- ### One Platform (#one-platform)
44
- - **Background:** Off-white `rgb(245, 245, 244)`
45
- - **Layout:** Split layout (text + visual)
46
-
47
- ### Get Started (#get-started)
48
- - **Background:** Off-white `rgb(245, 245, 244)` with rotating template thumbnail cards
49
- - **Content:** Centered CTA + 3 template preview images (rotate/reseda/altaloma)
50
- - **Video:** `templates.webm/mp4` — template showcase animation
51
-
52
- ### Your Domain (#your-domain)
53
- - **Background:** Light gray `rgb(223, 221, 216)`
54
- - **Layout:** Inline input + button
37
+
38
+ ### Grow Your Business (#grow-your-business)
39
+ - **Background:** White or off-white
40
+ - **Layout:** Content grid
41
+ - **Content:** Feature highlights with icons
42
+
43
+ ### One Platform (#one-platform)
44
+ - **Background:** Off-white `rgb(245, 245, 244)`
45
+ - **Layout:** Split layout (text + visual)
46
+
47
+ ### Get Started (#get-started)
48
+ - **Background:** Off-white `rgb(245, 245, 244)` with rotating template thumbnail cards
49
+ - **Content:** Centered CTA + 3 template preview images (rotate/reseda/altaloma)
50
+ - **Video:** `templates.webm/mp4` — template showcase animation
51
+
52
+ ### Your Domain (#your-domain)
53
+ - **Background:** Light gray `rgb(223, 221, 216)`
54
+ - **Layout:** Inline input + button
55
55
  - **Input placeholder:** "Enter your domain"
56
-
57
- ### How To (#homepage-how-to)
58
- - **Background:** White `rgb(255, 255, 255)`
59
- - **Layout:** Numbered steps with icons
60
- - **Content:** Step-by-step guide to getting started with Squarespace
61
-
62
- ### Customers Served (#customers-served)
63
- - **Background:** Black `rgb(0, 0, 0)`
64
- - **Layout:** Horizontal stat row
65
- - **Content:** Large numbers + labels
66
- - **Animation:** `.stats__card` uses `fadeIn` 1.2s `var(--ease-sqsp-reveal)` on `.in-view`
67
-
68
- ### Made With SQSP (#made-with-sqsp)
69
- - **Background:** Off-white `rgb(245, 245, 244)`
70
- - **Layout:** Grid of customer site screenshots
71
- - **Content:** Customer-built site showcases with hover zoom effect
72
- - **Interaction:** `transform: scale(1.04)` on hover, 400ms `var(--ease-sqsp-reveal)`
73
-
74
- ### FAQ (#homepage-faq)
75
- - **Background:** White `rgb(255, 255, 255)`
76
- - **Layout:** Accordion list — question rows expand to reveal answers
77
- - **Animation:** CSS grid `grid-template-rows: 0fr → 1fr` (same accordion pattern as mobile nav)
78
- - **Interaction:** Click chevron → expand; click again → collapse
79
-
80
- ### Support (#support)
81
- - **Background:** Off-white
82
- - **Layout:** Grid of support options
83
- - **Content:** Links to help resources
84
-
85
- ### Conversion (#conversion)
86
- - **Background:** Dark `rgb(26, 26, 26)` (charcoal)
87
- - **Content:** Final headline + CTA
88
- - **Video:** `conversion-centered.mp4` plays in background
89
-
90
- ### Footer (.footer)
91
- - **Background:** Black
92
- - **Layout:** 4-column grid
93
- - **Columns:** Products, Solutions, Resources, Company
94
- - **Bottom:** Copyright, Privacy, Terms
95
- - **Height:** ~1019px
96
-
97
- ## Internal Links Discovered
98
-
99
- - `/preise` — Pricing page
100
- - `/templates` — Templates gallery
101
- - `/design-de-sites` — Design page
102
- - `/templates/comece-agora` — Start page
103
- - `/sites/construtor-de-sites-com-ai` — AI builder
104
- - `/design-inteligente` — Smart design
105
- - `/websites/criar-um-portfolio` — Portfolio builder
106
- - `/websites/crie-um-blog` — Blog builder
107
- - `/websites/analytics` — Analytics
108
-
109
- ## Typography Details
110
-
111
- ### Font Family: Clarkson
112
- - Clarkson is Squarespace's proprietary sans-serif
113
- - Clarkson Serif is the serif variant
114
- - Falls back to Helvetica Neue, Helvetica, Arial, sans-serif
115
-
116
- ### Font Weights Observed
117
- - 300 (light) — Hero H1
118
- - 400 (normal) — Body, H2, buttons
119
- - 500 (medium) — CTAs, emphasis
120
-
121
- ### Size Scale
122
- - Hero H1: `var(--text-3xl)` → 42px
123
- - H2: `var(--text-xl)` → 26px
124
- - H3: `var(--text-lg)` → 20px
125
- - Body: `var(--text-base)` → 16px
126
- - Small: `var(--text-sm)` → 14px
127
- - Caption: `var(--text-xs)` → 12px
128
-
129
- ## Color Palette (Hex)
130
-
131
- | Token | Hex |
132
- |-------|-----|
133
- | `--bg-inverse` | #000000 |
134
- | `--bg-charcoal` | #1A1A1A |
135
- | `--bg-teal` | #1E4C41 |
136
- | `--bg-surface` | #F5F5F4 |
137
- | `--bg-elevated` | #DFDDD8 |
138
- | `--text-primary` | #000000 |
139
- | `--text-inverse` | #FFFFFF |
140
- | `--text-muted` | #898989 |
141
- | `--text-light-gray` | #DDDDDD |
142
- | `--border` | #DDDDDD |
143
- | `--error` | #200603 |
144
-
145
- ## Interaction Summary
146
-
147
- 1. **Nav scroll:** Transparent → solid at 50px scroll via JS class toggle
148
- 2. **Mobile hamburger:** Click → `clip-path: polygon()` wipe animation (600ms) — NOT `translateX`
149
- 3. **Mobile accordion:** `grid-template-rows: 0fr → 1fr` CSS transition (700ms)
150
- 4. **CTA button hover:** `mix-blend-mode: difference` pseudo-element scales in (300ms) — NOT color transition
151
- 5. **Text link hover (`.cta--tertiary`):** Dual linear-gradient `background-position` slide (500ms)
152
- 6. **Section scroll-reveal:** `IntersectionObserver` adds `.in-view`, CSS handles `opacity + translateY` (800ms `--ease-sqsp-reveal`)
153
- 7. **Stats cards:** Staggered `fadeIn` with 0.1s per card delay
154
- 8. **Support arrow hover:** `supportHoverArrow` shimmy keyframe (1.1s infinite)
155
- 9. **AI dots:** `rotateAnimation` + `scaleAnimation{Large/Medium/Small}` coordinated (14s infinite)
156
- 10. **FAQ accordion:** Same `grid-template-rows` technique as mobile nav
157
-
158
- ## Design Signatures
159
-
160
- 1. **Zero border-radius** — Sharp corners everywhere
161
- 2. **Clarkson typography** — Distinctive proprietary font
162
- 3. **Dark heroes** — Black backgrounds with white text
163
- 4. **Teal accents** — Dark teal for CTAs and emphasis
164
- 5. **Minimal shadows** — Almost no shadows used
165
- 6. **Generous whitespace** — Large section padding
56
+
57
+ ### How To (#homepage-how-to)
58
+ - **Background:** White `rgb(255, 255, 255)`
59
+ - **Layout:** Numbered steps with icons
60
+ - **Content:** Step-by-step guide to getting started with Squarespace
61
+
62
+ ### Customers Served (#customers-served)
63
+ - **Background:** Black `rgb(0, 0, 0)`
64
+ - **Layout:** Horizontal stat row
65
+ - **Content:** Large numbers + labels
66
+ - **Animation:** `.stats__card` uses `fadeIn` 1.2s `var(--ease-sqsp-reveal)` on `.in-view`
67
+
68
+ ### Made With SQSP (#made-with-sqsp)
69
+ - **Background:** Off-white `rgb(245, 245, 244)`
70
+ - **Layout:** Grid of customer site screenshots
71
+ - **Content:** Customer-built site showcases with hover zoom effect
72
+ - **Interaction:** `transform: scale(1.04)` on hover, 400ms `var(--ease-sqsp-reveal)`
73
+
74
+ ### FAQ (#homepage-faq)
75
+ - **Background:** White `rgb(255, 255, 255)`
76
+ - **Layout:** Accordion list — question rows expand to reveal answers
77
+ - **Animation:** CSS grid `grid-template-rows: 0fr → 1fr` (same accordion pattern as mobile nav)
78
+ - **Interaction:** Click chevron → expand; click again → collapse
79
+
80
+ ### Support (#support)
81
+ - **Background:** Off-white
82
+ - **Layout:** Grid of support options
83
+ - **Content:** Links to help resources
84
+
85
+ ### Conversion (#conversion)
86
+ - **Background:** Dark `rgb(26, 26, 26)` (charcoal)
87
+ - **Content:** Final headline + CTA
88
+ - **Video:** `conversion-centered.mp4` plays in background
89
+
90
+ ### Footer (.footer)
91
+ - **Background:** Black
92
+ - **Layout:** 4-column grid
93
+ - **Columns:** Products, Solutions, Resources, Company
94
+ - **Bottom:** Copyright, Privacy, Terms
95
+ - **Height:** ~1019px
96
+
97
+ ## Internal Links Discovered
98
+
99
+ - `/preise` — Pricing page
100
+ - `/templates` — Templates gallery
101
+ - `/design-de-sites` — Design page
102
+ - `/templates/comece-agora` — Start page
103
+ - `/sites/construtor-de-sites-com-ai` — AI builder
104
+ - `/design-inteligente` — Smart design
105
+ - `/websites/criar-um-portfolio` — Portfolio builder
106
+ - `/websites/crie-um-blog` — Blog builder
107
+ - `/websites/analytics` — Analytics
108
+
109
+ ## Typography Details
110
+
111
+ ### Font Family: Clarkson
112
+ - Clarkson is Squarespace's proprietary sans-serif
113
+ - Clarkson Serif is the serif variant
114
+ - Falls back to Helvetica Neue, Helvetica, Arial, sans-serif
115
+
116
+ ### Font Weights Observed
117
+ - 300 (light) — Hero H1
118
+ - 400 (normal) — Body, H2, buttons
119
+ - 500 (medium) — CTAs, emphasis
120
+
121
+ ### Size Scale
122
+ - Hero H1: `var(--text-3xl)` → 42px
123
+ - H2: `var(--text-xl)` → 26px
124
+ - H3: `var(--text-lg)` → 20px
125
+ - Body: `var(--text-base)` → 16px
126
+ - Small: `var(--text-sm)` → 14px
127
+ - Caption: `var(--text-xs)` → 12px
128
+
129
+ ## Color Palette (Hex)
130
+
131
+ | Token | Hex |
132
+ |-------|-----|
133
+ | `--bg-inverse` | #000000 |
134
+ | `--bg-charcoal` | #1A1A1A |
135
+ | `--bg-teal` | #1E4C41 |
136
+ | `--bg-surface` | #F5F5F4 |
137
+ | `--bg-elevated` | #DFDDD8 |
138
+ | `--text-primary` | #000000 |
139
+ | `--text-inverse` | #FFFFFF |
140
+ | `--text-muted` | #898989 |
141
+ | `--text-light-gray` | #DDDDDD |
142
+ | `--border` | #DDDDDD |
143
+ | `--error` | #200603 |
144
+
145
+ ## Interaction Summary
146
+
147
+ 1. **Nav scroll:** Transparent → solid at 50px scroll via JS class toggle
148
+ 2. **Mobile hamburger:** Click → `clip-path: polygon()` wipe animation (600ms) — NOT `translateX`
149
+ 3. **Mobile accordion:** `grid-template-rows: 0fr → 1fr` CSS transition (700ms)
150
+ 4. **CTA button hover:** `mix-blend-mode: difference` pseudo-element scales in (300ms) — NOT color transition
151
+ 5. **Text link hover (`.cta--tertiary`):** Dual linear-gradient `background-position` slide (500ms)
152
+ 6. **Section scroll-reveal:** `IntersectionObserver` adds `.in-view`, CSS handles `opacity + translateY` (800ms `--ease-sqsp-reveal`)
153
+ 7. **Stats cards:** Staggered `fadeIn` with 0.1s per card delay
154
+ 8. **Support arrow hover:** `supportHoverArrow` shimmy keyframe (1.1s infinite)
155
+ 9. **AI dots:** `rotateAnimation` + `scaleAnimation{Large/Medium/Small}` coordinated (14s infinite)
156
+ 10. **FAQ accordion:** Same `grid-template-rows` technique as mobile nav
157
+
158
+ ## Design Signatures
159
+
160
+ 1. **Zero border-radius** — Sharp corners everywhere
161
+ 2. **Clarkson typography** — Distinctive proprietary font
162
+ 3. **Dark heroes** — Black backgrounds with white text
163
+ 4. **Teal accents** — Dark teal for CTAs and emphasis
164
+ 5. **Minimal shadows** — Almost no shadows used
165
+ 6. **Generous whitespace** — Large section padding