@jaimevalasek/aioson 1.30.1 → 1.33.1

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 (136) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/README.md +19 -6
  3. package/docs/design-previews/cognitive-core-ui-auth.html +95 -0
  4. package/docs/design-previews/cognitive-core-ui-kanban.html +231 -0
  5. package/docs/design-previews/cognitive-core-ui-list-detail.html +174 -0
  6. package/docs/design-previews/cognitive-core-ui-preview.css +1315 -0
  7. package/docs/design-previews/cognitive-core-ui-settings.html +142 -0
  8. package/docs/design-previews/cognitive-core-ui-website.html +190 -1009
  9. package/docs/design-previews/cognitive-core-ui.html +281 -463
  10. package/docs/design-previews/index.html +83 -31
  11. package/docs/en/5-reference/cli-reference.md +1 -1
  12. package/docs/pt/5-referencia/comandos-cli.md +1 -1
  13. package/docs/pt/5-referencia/harness-retro.md +2 -1
  14. package/package.json +1 -1
  15. package/src/cli.js +38 -21
  16. package/src/commands/classify.js +389 -327
  17. package/src/commands/harness-retro-promote.js +387 -0
  18. package/src/commands/prototype-check.js +163 -0
  19. package/src/commands/verify-implementation.js +428 -0
  20. package/src/commands/workflow-next.js +222 -9
  21. package/src/constants.js +569 -511
  22. package/src/lib/retro/retro-render.js +10 -1
  23. package/src/lib/retro/retro-sources.js +45 -27
  24. package/src/lib/retro/verification-reports.js +230 -0
  25. package/src/runtime-store.js +13 -9
  26. package/src/verification/evidence-bundle.js +251 -0
  27. package/src/verification/ledger-store.js +221 -0
  28. package/src/verification/path-policy.js +74 -0
  29. package/src/verification/policy-engine.js +95 -0
  30. package/src/verification/prompt-package.js +314 -0
  31. package/src/verification/redaction.js +77 -0
  32. package/src/verification/report-parser.js +132 -0
  33. package/src/verification/report-store.js +97 -0
  34. package/src/verification/result.js +16 -0
  35. package/src/verification/runners/index.js +319 -0
  36. package/src/verification/runtime-telemetry.js +144 -0
  37. package/src/verification/schema.js +276 -0
  38. package/src/verification/source-discovery.js +153 -0
  39. package/template/.aioson/agents/analyst.md +9 -6
  40. package/template/.aioson/agents/briefing-refiner.md +22 -0
  41. package/template/.aioson/agents/briefing.md +69 -12
  42. package/template/.aioson/agents/design-hybrid-forge.md +18 -14
  43. package/template/.aioson/agents/dev.md +23 -10
  44. package/template/.aioson/agents/deyvin.md +3 -2
  45. package/template/.aioson/agents/product.md +15 -11
  46. package/template/.aioson/agents/qa.md +13 -4
  47. package/template/.aioson/agents/scope-check.md +19 -5
  48. package/template/.aioson/agents/sheldon.md +4 -3
  49. package/template/.aioson/agents/ux-ui.md +3 -2
  50. package/template/.aioson/docs/feature-expansion-taxonomy.md +31 -3
  51. package/template/.aioson/docs/play/README.md +2 -0
  52. package/template/.aioson/docs/play/agent-usage-guide.md +7 -1
  53. package/template/.aioson/docs/play/app-compatibility-guide.md +6 -1
  54. package/template/.aioson/docs/play/auth-services-and-testing.md +16 -1
  55. package/template/.aioson/docs/play/manifest-and-runtime.md +23 -0
  56. package/template/.aioson/docs/prototype-contract.md +81 -0
  57. package/template/.aioson/skills/design/aurora-command-ui/SKILL.md +266 -243
  58. package/template/.aioson/skills/design/aurora-command-ui/references/art-direction.md +293 -293
  59. package/template/.aioson/skills/design/aurora-command-ui/references/components.md +827 -827
  60. package/template/.aioson/skills/design/aurora-command-ui/references/dashboards.md +250 -250
  61. package/template/.aioson/skills/design/aurora-command-ui/references/design-tokens.md +585 -585
  62. package/template/.aioson/skills/design/aurora-command-ui/references/motion.md +365 -365
  63. package/template/.aioson/skills/design/aurora-command-ui/references/patterns.md +485 -482
  64. package/template/.aioson/skills/design/aurora-command-ui/references/websites.md +386 -387
  65. package/template/.aioson/skills/design/bold-editorial-ui/SKILL.md +228 -205
  66. package/template/.aioson/skills/design/bold-editorial-ui/references/art-direction.md +338 -338
  67. package/template/.aioson/skills/design/bold-editorial-ui/references/components.md +977 -977
  68. package/template/.aioson/skills/design/bold-editorial-ui/references/dashboards.md +218 -218
  69. package/template/.aioson/skills/design/bold-editorial-ui/references/design-tokens.md +326 -326
  70. package/template/.aioson/skills/design/bold-editorial-ui/references/motion.md +461 -461
  71. package/template/.aioson/skills/design/bold-editorial-ui/references/patterns.md +293 -293
  72. package/template/.aioson/skills/design/bold-editorial-ui/references/websites.md +352 -352
  73. package/template/.aioson/skills/design/clean-saas-ui/SKILL.md +233 -210
  74. package/template/.aioson/skills/design/clean-saas-ui/references/art-direction.md +319 -319
  75. package/template/.aioson/skills/design/clean-saas-ui/references/components.md +365 -365
  76. package/template/.aioson/skills/design/clean-saas-ui/references/dashboards.md +196 -196
  77. package/template/.aioson/skills/design/clean-saas-ui/references/design-tokens.md +244 -244
  78. package/template/.aioson/skills/design/clean-saas-ui/references/motion.md +235 -235
  79. package/template/.aioson/skills/design/clean-saas-ui/references/patterns.md +215 -215
  80. package/template/.aioson/skills/design/clean-saas-ui/references/websites.md +295 -295
  81. package/template/.aioson/skills/design/cognitive-core-ui/SKILL.md +239 -203
  82. package/template/.aioson/skills/design/cognitive-core-ui/references/art-direction.md +339 -339
  83. package/template/.aioson/skills/design/cognitive-core-ui/references/components.md +417 -407
  84. package/template/.aioson/skills/design/cognitive-core-ui/references/dashboards.md +289 -272
  85. package/template/.aioson/skills/design/cognitive-core-ui/references/design-tokens.md +525 -524
  86. package/template/.aioson/skills/design/cognitive-core-ui/references/motion.md +279 -279
  87. package/template/.aioson/skills/design/cognitive-core-ui/references/patterns.md +355 -289
  88. package/template/.aioson/skills/design/cognitive-core-ui/references/websites.md +443 -437
  89. package/template/.aioson/skills/design/glassmorphism-ui/SKILL.md +245 -222
  90. package/template/.aioson/skills/design/glassmorphism-ui/references/art-direction.md +159 -159
  91. package/template/.aioson/skills/design/glassmorphism-ui/references/components.md +498 -498
  92. package/template/.aioson/skills/design/glassmorphism-ui/references/dashboards.md +236 -236
  93. package/template/.aioson/skills/design/glassmorphism-ui/references/design-tokens.md +274 -274
  94. package/template/.aioson/skills/design/glassmorphism-ui/references/motion.md +355 -355
  95. package/template/.aioson/skills/design/glassmorphism-ui/references/patterns.md +198 -198
  96. package/template/.aioson/skills/design/glassmorphism-ui/references/websites.md +307 -307
  97. package/template/.aioson/skills/design/interface-design/SKILL.md +68 -47
  98. package/template/.aioson/skills/design/interface-design/references/components-and-states.md +105 -105
  99. package/template/.aioson/skills/design/interface-design/references/design-directions.md +101 -101
  100. package/template/.aioson/skills/design/interface-design/references/handoff-and-quality.md +92 -71
  101. package/template/.aioson/skills/design/interface-design/references/intent-and-domain.md +74 -74
  102. package/template/.aioson/skills/design/interface-design/references/tokens-and-depth.md +173 -173
  103. package/template/.aioson/skills/design/neo-brutalist-ui/SKILL.md +236 -213
  104. package/template/.aioson/skills/design/neo-brutalist-ui/references/art-direction.md +228 -228
  105. package/template/.aioson/skills/design/neo-brutalist-ui/references/components.md +855 -855
  106. package/template/.aioson/skills/design/neo-brutalist-ui/references/dashboards.md +334 -334
  107. package/template/.aioson/skills/design/neo-brutalist-ui/references/design-tokens.md +342 -342
  108. package/template/.aioson/skills/design/neo-brutalist-ui/references/motion.md +286 -286
  109. package/template/.aioson/skills/design/neo-brutalist-ui/references/patterns.md +458 -458
  110. package/template/.aioson/skills/design/neo-brutalist-ui/references/websites.md +723 -723
  111. package/template/.aioson/skills/design/premium-command-center-ui/SKILL.md +83 -62
  112. package/template/.aioson/skills/design/premium-command-center-ui/references/operations.md +74 -74
  113. package/template/.aioson/skills/design/premium-command-center-ui/references/patterns.md +116 -116
  114. package/template/.aioson/skills/design/premium-command-center-ui/references/validation.md +47 -47
  115. package/template/.aioson/skills/design/premium-command-center-ui/references/visual-system.md +215 -215
  116. package/template/.aioson/skills/design/pt.squarespace.com/.skill-meta.json +31 -31
  117. package/template/.aioson/skills/design/pt.squarespace.com/SKILL.md +94 -66
  118. package/template/.aioson/skills/design/pt.squarespace.com/references/components.md +366 -366
  119. package/template/.aioson/skills/design/pt.squarespace.com/references/design-tokens.md +150 -150
  120. package/template/.aioson/skills/design/pt.squarespace.com/references/motion.md +270 -270
  121. package/template/.aioson/skills/design/pt.squarespace.com/references/patterns.md +189 -189
  122. package/template/.aioson/skills/design/pt.squarespace.com/references/websites.md +161 -161
  123. package/template/.aioson/skills/design/warm-craft-ui/SKILL.md +232 -209
  124. package/template/.aioson/skills/design/warm-craft-ui/references/art-direction.md +324 -324
  125. package/template/.aioson/skills/design/warm-craft-ui/references/components.md +508 -508
  126. package/template/.aioson/skills/design/warm-craft-ui/references/dashboards.md +223 -223
  127. package/template/.aioson/skills/design/warm-craft-ui/references/design-tokens.md +374 -374
  128. package/template/.aioson/skills/design/warm-craft-ui/references/motion.md +356 -356
  129. package/template/.aioson/skills/design/warm-craft-ui/references/patterns.md +288 -288
  130. package/template/.aioson/skills/design/warm-craft-ui/references/websites.md +289 -289
  131. package/template/.aioson/skills/process/briefing-expansion-scout/SKILL.md +25 -3
  132. package/template/.aioson/skills/process/design-hybrid-forge/SKILL.md +5 -3
  133. package/template/.aioson/skills/process/design-hybrid-forge/references/external-source-ingestion.md +89 -0
  134. package/template/.aioson/skills/process/product-scope-expansion/SKILL.md +29 -2
  135. package/template/.aioson/skills/process/prototype-forge/SKILL.md +92 -0
  136. package/template/.aioson/skills/process/sheldon-expansion-audit/SKILL.md +23 -2
@@ -1,236 +1,236 @@
1
- # Dashboards — Glassmorphism UI
2
-
3
- Dashboard compositions and presets. All dashboards use the App Shell from `patterns.md`.
4
-
5
- ---
6
-
7
- ## General Rules for All Dashboards
8
-
9
- 1. **Background always gradient** — never solid. The gradient is what makes glass visible.
10
- 2. **Stat numbers**: sans-serif bold, optionally with gradient text (`var(--accent-gradient)` with `-webkit-background-clip: text`).
11
- 3. **Charts**: accent violet as primary, semi-transparent gradient fills, rgba grid lines.
12
- 4. **Cards**: glass with visible blur — the user must perceive the glass. Not solid cards with a blur filter.
13
- 5. **Card hover**: `glass-bg` → `glass-bg-hover` + `shadow-sm` → `shadow-md`, 200ms.
14
- 6. **One hero element** per dashboard: one card or number that is significantly larger/more prominent — the "anchor" the user reads first.
15
-
16
- ---
17
-
18
- ## Chart Color Palette
19
-
20
- ```css
21
- --chart-1: var(--accent); /* #7C3AED violet */
22
- --chart-2: var(--accent-secondary); /* #3B82F6 blue */
23
- --chart-3: #10B981; /* emerald */
24
- --chart-4: #F59E0B; /* amber */
25
- --chart-5: #EC4899; /* pink */
26
- --chart-6: #6366F1; /* indigo */
27
-
28
- /* Gradient area fills (for area/line charts) */
29
- --chart-fill-1: linear-gradient(180deg, rgba(124, 58, 237, 0.25) 0%, rgba(124, 58, 237, 0) 100%);
30
- --chart-fill-2: linear-gradient(180deg, rgba(59, 130, 246, 0.25) 0%, rgba(59, 130, 246, 0) 100%);
31
- --chart-fill-3: linear-gradient(180deg, rgba(16, 185, 129, 0.25) 0%, rgba(16, 185, 129, 0) 100%);
32
- --chart-fill-4: linear-gradient(180deg, rgba(245, 158, 11, 0.25) 0%, rgba(245, 158, 11, 0) 100%);
33
- ```
34
-
35
- ### Chart rules
36
- - **Area charts**: always gradient fill (top color → transparent), never solid fill. Makes chart feel part of the glass environment.
37
- - **Bar charts**: gradient fill (vertical, accent → accent-strong), top radius 4px.
38
- - **Donut charts**: accent palette, center area transparent (glass shows through).
39
- - **Line charts**: accent color line (2px), gradient fill below the line.
40
- - **Grid lines**: `rgba(255, 255, 255, 0.10)` on dark, `rgba(0, 0, 0, 0.06)` on light.
41
- - **Tooltips**: glass card (blur, transparent bg, luminous border) — never solid white box.
42
- - **Axis labels**: `var(--text-muted)`, `text-xs`.
43
-
44
- ---
45
-
46
- ## 1. Fintech Dashboard
47
-
48
- **Expression mode**: Crystal Dashboard
49
- **Feel**: premium, trustworthy, sophisticated
50
-
51
- Layout:
52
- ```
53
- Header: "My Portfolio" + date range + refresh icon
54
- Row 1: 4 stat glass cards (full-width)
55
- ├─ Total Value: large gradient text number + portfolio growth %
56
- ├─ Today's P&L: number + green/red trend
57
- ├─ Annual Return: % + sparkline (mini area chart)
58
- └─ Cash Balance: number + "available to invest"
59
-
60
- Row 2 (2 columns):
61
- Left (60%): Performance chart — area chart with gradient fill
62
- Time range tabs: 1D / 1W / 1M / 3M / 1Y / All
63
- X-axis: dates, Y-axis: portfolio value
64
- Gradient fill: accent-fill-1 (violet → transparent)
65
- Right (40%): Asset Allocation — donut chart glass card
66
- Donut center: "Total" label + value
67
- Legend: assets with colored indicators + %
68
-
69
- Row 3: Holdings glass table card
70
- Columns: Asset / Allocation / Price / 24h Change / Value / P&L
71
- Rows: 48px, ticker bold + full name text-muted, change colored green/red
72
- Search input above table (glass input)
73
- ```
74
-
75
- Signature: portfolio value number in gradient text (violet → blue), repeated in the donut center and in the hero stat card.
76
-
77
- ---
78
-
79
- ## 2. Crypto Dashboard
80
-
81
- **Expression mode**: Crystal Dashboard
82
- **Feel**: modern, fast-moving, high-information-density
83
-
84
- Layout:
85
- ```
86
- Header: "Crypto Portfolio" + total value (hero: text-4xl gradient) + 24h change badge
87
-
88
- Row 1: 4 compact glass stat cards
89
- ├─ BTC Price + 24h change sparkline
90
- ├─ ETH Price + change
91
- ├─ Portfolio BTC value
92
- └─ Unrealized P&L (green or red gradient text)
93
-
94
- Row 2 (main chart): Price chart glass card (full width)
95
- Pair selector: BTC/USD ETH/USD SOL/USD (glass chips)
96
- Time: 1H 4H 1D 1W (glass chip tabs)
97
- Chart: area with gradient fill, price overlay label on hover
98
- Volume bars: at bottom of chart area, rgba fill
99
-
100
- Row 3 (2 columns):
101
- Left (60%): Watchlist — glass cards in a list
102
- Each: coin icon + name + price + 24h sparkline + change %
103
- Sorted by: 24h performance (glass sort chips)
104
- Right (40%): Order Book glass card
105
- Bids: green, rgba green bg on rows
106
- Asks: red, rgba red bg on rows
107
- Spread: centered label between sections
108
-
109
- Row 4: Recent Transactions — glass table
110
- Columns: Asset / Type (buy/sell badge) / Amount / Price / Date / Status
111
- ```
112
-
113
- Signature: live-feeling price numbers with slight pulsing opacity animation on change, bid/ask rows with semantic glass tints.
114
-
115
- ---
116
-
117
- ## 3. Analytics Dashboard
118
-
119
- **Expression mode**: Crystal Dashboard
120
- **Feel**: efficient, data-rich, clear
121
-
122
- Layout:
123
- ```
124
- Header: "Analytics" + date range picker (glass input with calendar icon) + comparison toggle
125
-
126
- Metric strip (glass bar, full width): 4-5 metrics inline
127
- Sessions | Pageviews | Bounce Rate | Avg Duration | Conversions
128
- Dividers: 1px glass-border between metrics
129
- Each: label text-xs text-muted + value text-2xl weight-bold + trend arrow
130
-
131
- Primary trend chart (full width glass card):
132
- Line chart: sessions over time, comparison line dashed
133
- Gradient fill below primary line
134
- Legend: glass chips for each series
135
-
136
- Row (2 columns):
137
- Left (55%): Traffic Sources — horizontal bar chart glass card
138
- Sources: Organic / Direct / Referral / Social / Email
139
- Bar: gradient fill, label + % at end
140
- Right (45%): Top Pages — glass table
141
- Columns: Page / Views / Bounce / Duration
142
- Rows compact 40px
143
-
144
- Row: Geographic distribution — world map with glass overlay points
145
- OR: Country table glass card with flag + country + sessions + %
146
-
147
- Row: Device breakdown — 3 mini glass cards (Desktop / Mobile / Tablet)
148
- Each: device icon + % + bar progress
149
- ```
150
-
151
- Signature: metric strip as a standalone glass bar (not individual cards) — unusual, memorable, efficient.
152
-
153
- ---
154
-
155
- ## 4. Media Dashboard
156
-
157
- **Expression mode**: Media Player
158
- **Feel**: immersive, atmospheric, alive
159
-
160
- Special rule: **the background adapts to the dominant color of the current track/album**. Extract primary color → generate gradient → smooth transition on track change.
161
-
162
- Layout:
163
- ```
164
- Background: extracted album art color → aurora gradient (dynamic)
165
- Transition: 800ms when track changes
166
-
167
- Hero (top section): Now Playing glass card (centered, large)
168
- Album art: rounded (radius-2xl), 160px, with reflection effect below
169
- Track title: text-2xl weight-bold text-heading
170
- Artist: text-base text-secondary
171
- Progress bar (glass strip): current time / total time
172
- Controls: ← prev | play/pause (large glass button, accent gradient) | next →
173
- Volume: glass knob or slider
174
-
175
- Row 2 (3 columns):
176
- Left (25%): glass stat cards (small)
177
- ├─ Listening streak (days)
178
- ├─ Minutes today
179
- └─ Tracks played
180
- Center (50%): Main listening chart — area chart (weekly listening hours)
181
- Gradient fill matching current album color (not fixed violet)
182
- Right (25%): Recently Played — glass list
183
- Each: thumbnail + track + artist + duration
184
-
185
- Row 3 (2 columns):
186
- Left: Top Artists — glass cards grid (3x2)
187
- Each: avatar (rounded) + name + genre badge
188
- Right: Queue / Playlist — glass list
189
- Each: # + thumbnail + title + artist + duration + remove icon (hover)
190
- ```
191
-
192
- Signature: the entire dashboard color scheme shifts to match the current track — headline feature, not decoration.
193
-
194
- ---
195
-
196
- ## 5. Wellness Dashboard
197
-
198
- **Expression mode**: Zen Workspace (or Crystal if the product is data-rich)
199
- **Feel**: calm, focused, encouraging, clear
200
-
201
- Layout:
202
- ```
203
- Header: "Good morning, [Name]" + date + last sync timestamp
204
-
205
- Hero (prominent glass card, radius-2xl):
206
- Daily Wellness Score: circular progress (SVG or canvas)
207
- Center: score number text-4xl weight-bold + label text-sm text-secondary
208
- Ring: gradient stroke (green → accent), animated on load
209
- Context: "Better than yesterday" or "Getting there" — positive framing only
210
-
211
- Row 1: 4 mini glass stat cards
212
- Sleep: hours + sleep quality badge + moon icon
213
- Steps: number + goal progress bar + footprint icon
214
- Heart Rate: bpm + status badge (resting/elevated) + heart icon
215
- Hydration: glasses + goal % + drop icon
216
-
217
- Row 2 (2 columns):
218
- Left (60%): Activity Chart — 7-day area chart
219
- Two series: steps + activity minutes (different gradient fills)
220
- X-axis: days of week
221
- Highlight: today's bar/point with accent glow
222
- Right (40%): Sleep Analysis — bar chart
223
- Bars: sleep duration per night, 7 nights
224
- Color: semantic green for ≥7h, amber for 6-7h, red for <6h
225
- Reference line: 8h goal, dashed
226
-
227
- Row 3 (2 columns):
228
- Left: Weekly Comparison — glass table
229
- Metric / This week / Last week / Change
230
- Change: semantic green/red with arrow
231
- Right: Mood Tracker — glass card with emoji indicators
232
- 7 days × mood rating (1-5)
233
- Emoji circles with glass bg, selected state accent tinted
234
- ```
235
-
236
- Signature: circular progress score as the hero — large, centered, with animated ring. Reinforced by all metric cards using subtle circular mini-progress indicators.
1
+ # Dashboards — Glassmorphism UI
2
+
3
+ Dashboard compositions and presets. All dashboards use the App Shell from `patterns.md`.
4
+
5
+ ---
6
+
7
+ ## General Rules for All Dashboards
8
+
9
+ 1. **Background always gradient** — never solid. The gradient is what makes glass visible.
10
+ 2. **Stat numbers**: sans-serif bold, optionally with gradient text (`var(--accent-gradient)` with `-webkit-background-clip: text`).
11
+ 3. **Charts**: accent violet as primary, semi-transparent gradient fills, rgba grid lines.
12
+ 4. **Cards**: glass with visible blur — the user must perceive the glass. Not solid cards with a blur filter.
13
+ 5. **Card hover**: `glass-bg` → `glass-bg-hover` + `shadow-sm` → `shadow-md`, 200ms.
14
+ 6. **One hero element** per dashboard: one card or number that is significantly larger/more prominent — the "anchor" the user reads first.
15
+
16
+ ---
17
+
18
+ ## Chart Color Palette
19
+
20
+ ```css
21
+ --chart-1: var(--accent); /* #7C3AED violet */
22
+ --chart-2: var(--accent-secondary); /* #3B82F6 blue */
23
+ --chart-3: #10B981; /* emerald */
24
+ --chart-4: #F59E0B; /* amber */
25
+ --chart-5: #EC4899; /* pink */
26
+ --chart-6: #6366F1; /* indigo */
27
+
28
+ /* Gradient area fills (for area/line charts) */
29
+ --chart-fill-1: linear-gradient(180deg, rgba(124, 58, 237, 0.25) 0%, rgba(124, 58, 237, 0) 100%);
30
+ --chart-fill-2: linear-gradient(180deg, rgba(59, 130, 246, 0.25) 0%, rgba(59, 130, 246, 0) 100%);
31
+ --chart-fill-3: linear-gradient(180deg, rgba(16, 185, 129, 0.25) 0%, rgba(16, 185, 129, 0) 100%);
32
+ --chart-fill-4: linear-gradient(180deg, rgba(245, 158, 11, 0.25) 0%, rgba(245, 158, 11, 0) 100%);
33
+ ```
34
+
35
+ ### Chart rules
36
+ - **Area charts**: always gradient fill (top color → transparent), never solid fill. Makes chart feel part of the glass environment.
37
+ - **Bar charts**: gradient fill (vertical, accent → accent-strong), top radius 4px.
38
+ - **Donut charts**: accent palette, center area transparent (glass shows through).
39
+ - **Line charts**: accent color line (2px), gradient fill below the line.
40
+ - **Grid lines**: `rgba(255, 255, 255, 0.10)` on dark, `rgba(0, 0, 0, 0.06)` on light.
41
+ - **Tooltips**: glass card (blur, transparent bg, luminous border) — never solid white box.
42
+ - **Axis labels**: `var(--text-muted)`, `text-xs`.
43
+
44
+ ---
45
+
46
+ ## 1. Fintech Dashboard
47
+
48
+ **Expression mode**: Crystal Dashboard
49
+ **Feel**: premium, trustworthy, sophisticated
50
+
51
+ Layout:
52
+ ```
53
+ Header: "My Portfolio" + date range + refresh icon
54
+ Row 1: 4 stat glass cards (full-width)
55
+ ├─ Total Value: large gradient text number + portfolio growth %
56
+ ├─ Today's P&L: number + green/red trend
57
+ ├─ Annual Return: % + sparkline (mini area chart)
58
+ └─ Cash Balance: number + "available to invest"
59
+
60
+ Row 2 (2 columns):
61
+ Left (60%): Performance chart — area chart with gradient fill
62
+ Time range tabs: 1D / 1W / 1M / 3M / 1Y / All
63
+ X-axis: dates, Y-axis: portfolio value
64
+ Gradient fill: accent-fill-1 (violet → transparent)
65
+ Right (40%): Asset Allocation — donut chart glass card
66
+ Donut center: "Total" label + value
67
+ Legend: assets with colored indicators + %
68
+
69
+ Row 3: Holdings glass table card
70
+ Columns: Asset / Allocation / Price / 24h Change / Value / P&L
71
+ Rows: 48px, ticker bold + full name text-muted, change colored green/red
72
+ Search input above table (glass input)
73
+ ```
74
+
75
+ Signature: portfolio value number in gradient text (violet → blue), repeated in the donut center and in the hero stat card.
76
+
77
+ ---
78
+
79
+ ## 2. Crypto Dashboard
80
+
81
+ **Expression mode**: Crystal Dashboard
82
+ **Feel**: modern, fast-moving, high-information-density
83
+
84
+ Layout:
85
+ ```
86
+ Header: "Crypto Portfolio" + total value (hero: text-4xl gradient) + 24h change badge
87
+
88
+ Row 1: 4 compact glass stat cards
89
+ ├─ BTC Price + 24h change sparkline
90
+ ├─ ETH Price + change
91
+ ├─ Portfolio BTC value
92
+ └─ Unrealized P&L (green or red gradient text)
93
+
94
+ Row 2 (main chart): Price chart glass card (full width)
95
+ Pair selector: BTC/USD ETH/USD SOL/USD (glass chips)
96
+ Time: 1H 4H 1D 1W (glass chip tabs)
97
+ Chart: area with gradient fill, price overlay label on hover
98
+ Volume bars: at bottom of chart area, rgba fill
99
+
100
+ Row 3 (2 columns):
101
+ Left (60%): Watchlist — glass cards in a list
102
+ Each: coin icon + name + price + 24h sparkline + change %
103
+ Sorted by: 24h performance (glass sort chips)
104
+ Right (40%): Order Book glass card
105
+ Bids: green, rgba green bg on rows
106
+ Asks: red, rgba red bg on rows
107
+ Spread: centered label between sections
108
+
109
+ Row 4: Recent Transactions — glass table
110
+ Columns: Asset / Type (buy/sell badge) / Amount / Price / Date / Status
111
+ ```
112
+
113
+ Signature: live-feeling price numbers with slight pulsing opacity animation on change, bid/ask rows with semantic glass tints.
114
+
115
+ ---
116
+
117
+ ## 3. Analytics Dashboard
118
+
119
+ **Expression mode**: Crystal Dashboard
120
+ **Feel**: efficient, data-rich, clear
121
+
122
+ Layout:
123
+ ```
124
+ Header: "Analytics" + date range picker (glass input with calendar icon) + comparison toggle
125
+
126
+ Metric strip (glass bar, full width): 4-5 metrics inline
127
+ Sessions | Pageviews | Bounce Rate | Avg Duration | Conversions
128
+ Dividers: 1px glass-border between metrics
129
+ Each: label text-xs text-muted + value text-2xl weight-bold + trend arrow
130
+
131
+ Primary trend chart (full width glass card):
132
+ Line chart: sessions over time, comparison line dashed
133
+ Gradient fill below primary line
134
+ Legend: glass chips for each series
135
+
136
+ Row (2 columns):
137
+ Left (55%): Traffic Sources — horizontal bar chart glass card
138
+ Sources: Organic / Direct / Referral / Social / Email
139
+ Bar: gradient fill, label + % at end
140
+ Right (45%): Top Pages — glass table
141
+ Columns: Page / Views / Bounce / Duration
142
+ Rows compact 40px
143
+
144
+ Row: Geographic distribution — world map with glass overlay points
145
+ OR: Country table glass card with flag + country + sessions + %
146
+
147
+ Row: Device breakdown — 3 mini glass cards (Desktop / Mobile / Tablet)
148
+ Each: device icon + % + bar progress
149
+ ```
150
+
151
+ Signature: metric strip as a standalone glass bar (not individual cards) — unusual, memorable, efficient.
152
+
153
+ ---
154
+
155
+ ## 4. Media Dashboard
156
+
157
+ **Expression mode**: Media Player
158
+ **Feel**: immersive, atmospheric, alive
159
+
160
+ Special rule: **the background adapts to the dominant color of the current track/album**. Extract primary color → generate gradient → smooth transition on track change.
161
+
162
+ Layout:
163
+ ```
164
+ Background: extracted album art color → aurora gradient (dynamic)
165
+ Transition: 800ms when track changes
166
+
167
+ Hero (top section): Now Playing glass card (centered, large)
168
+ Album art: rounded (radius-2xl), 160px, with reflection effect below
169
+ Track title: text-2xl weight-bold text-heading
170
+ Artist: text-base text-secondary
171
+ Progress bar (glass strip): current time / total time
172
+ Controls: ← prev | play/pause (large glass button, accent gradient) | next →
173
+ Volume: glass knob or slider
174
+
175
+ Row 2 (3 columns):
176
+ Left (25%): glass stat cards (small)
177
+ ├─ Listening streak (days)
178
+ ├─ Minutes today
179
+ └─ Tracks played
180
+ Center (50%): Main listening chart — area chart (weekly listening hours)
181
+ Gradient fill matching current album color (not fixed violet)
182
+ Right (25%): Recently Played — glass list
183
+ Each: thumbnail + track + artist + duration
184
+
185
+ Row 3 (2 columns):
186
+ Left: Top Artists — glass cards grid (3x2)
187
+ Each: avatar (rounded) + name + genre badge
188
+ Right: Queue / Playlist — glass list
189
+ Each: # + thumbnail + title + artist + duration + remove icon (hover)
190
+ ```
191
+
192
+ Signature: the entire dashboard color scheme shifts to match the current track — headline feature, not decoration.
193
+
194
+ ---
195
+
196
+ ## 5. Wellness Dashboard
197
+
198
+ **Expression mode**: Zen Workspace (or Crystal if the product is data-rich)
199
+ **Feel**: calm, focused, encouraging, clear
200
+
201
+ Layout:
202
+ ```
203
+ Header: "Good morning, [Name]" + date + last sync timestamp
204
+
205
+ Hero (prominent glass card, radius-2xl):
206
+ Daily Wellness Score: circular progress (SVG or canvas)
207
+ Center: score number text-4xl weight-bold + label text-sm text-secondary
208
+ Ring: gradient stroke (green → accent), animated on load
209
+ Context: "Better than yesterday" or "Getting there" — positive framing only
210
+
211
+ Row 1: 4 mini glass stat cards
212
+ Sleep: hours + sleep quality badge + moon icon
213
+ Steps: number + goal progress bar + footprint icon
214
+ Heart Rate: bpm + status badge (resting/elevated) + heart icon
215
+ Hydration: glasses + goal % + drop icon
216
+
217
+ Row 2 (2 columns):
218
+ Left (60%): Activity Chart — 7-day area chart
219
+ Two series: steps + activity minutes (different gradient fills)
220
+ X-axis: days of week
221
+ Highlight: today's bar/point with accent glow
222
+ Right (40%): Sleep Analysis — bar chart
223
+ Bars: sleep duration per night, 7 nights
224
+ Color: semantic green for ≥7h, amber for 6-7h, red for <6h
225
+ Reference line: 8h goal, dashed
226
+
227
+ Row 3 (2 columns):
228
+ Left: Weekly Comparison — glass table
229
+ Metric / This week / Last week / Change
230
+ Change: semantic green/red with arrow
231
+ Right: Mood Tracker — glass card with emoji indicators
232
+ 7 days × mood rating (1-5)
233
+ Emoji circles with glass bg, selected state accent tinted
234
+ ```
235
+
236
+ Signature: circular progress score as the hero — large, centered, with animated ring. Reinforced by all metric cards using subtle circular mini-progress indicators.