@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
@@ -0,0 +1,1315 @@
1
+ *, *::before, *::after {
2
+ box-sizing: border-box;
3
+ }
4
+
5
+ :root {
6
+ --cc-void: #070a10;
7
+ --cc-bg: #0a0f18;
8
+ --cc-surface: #0f1723;
9
+ --cc-surface-2: #131e2d;
10
+ --cc-surface-3: #192536;
11
+ --cc-inset: #0b111b;
12
+ --cc-border: rgba(221, 235, 255, 0.08);
13
+ --cc-border-strong: rgba(221, 235, 255, 0.16);
14
+ --cc-text: #e6edf7;
15
+ --cc-heading: #f7fbff;
16
+ --cc-muted: #8a98aa;
17
+ --cc-subtle: #5f6f83;
18
+ --cc-accent: #28d7e8;
19
+ --cc-accent-2: #64a8ff;
20
+ --cc-green: #3dd89f;
21
+ --cc-amber: #f5c451;
22
+ --cc-red: #ff6b6b;
23
+ --cc-violet: #a78bfa;
24
+ --cc-shadow: 0 18px 60px rgba(0, 0, 0, 0.42);
25
+ --cc-radius: 8px;
26
+ --cc-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
27
+ --cc-mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
28
+ }
29
+
30
+ html {
31
+ min-height: 100%;
32
+ background: var(--cc-void);
33
+ color: var(--cc-text);
34
+ font-family: var(--cc-font);
35
+ font-size: 15px;
36
+ line-height: 1.45;
37
+ letter-spacing: 0;
38
+ }
39
+
40
+ body {
41
+ min-height: 100%;
42
+ margin: 0;
43
+ background:
44
+ linear-gradient(135deg, rgba(40, 215, 232, 0.05), transparent 32%),
45
+ linear-gradient(180deg, #070a10 0%, #0a0f18 48%, #070a10 100%);
46
+ color: var(--cc-text);
47
+ }
48
+
49
+ a {
50
+ color: inherit;
51
+ text-decoration: none;
52
+ }
53
+
54
+ button,
55
+ input,
56
+ select,
57
+ textarea {
58
+ font: inherit;
59
+ }
60
+
61
+ button {
62
+ cursor: pointer;
63
+ }
64
+
65
+ .cc-page {
66
+ min-height: 100svh;
67
+ position: relative;
68
+ isolation: isolate;
69
+ }
70
+
71
+ .cc-page::before {
72
+ content: "";
73
+ position: fixed;
74
+ inset: 0;
75
+ z-index: -2;
76
+ pointer-events: none;
77
+ background:
78
+ linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
79
+ linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
80
+ background-size: 36px 36px;
81
+ mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), transparent 80%);
82
+ }
83
+
84
+ .cc-page::after {
85
+ content: "";
86
+ position: fixed;
87
+ inset: 0;
88
+ z-index: -1;
89
+ pointer-events: none;
90
+ background:
91
+ linear-gradient(115deg, rgba(40, 215, 232, 0.08), transparent 24%),
92
+ linear-gradient(245deg, rgba(167, 139, 250, 0.07), transparent 26%);
93
+ opacity: 0.7;
94
+ }
95
+
96
+ .cc-mono,
97
+ .eyebrow,
98
+ .metric-label,
99
+ .status-chip,
100
+ .nav-kicker,
101
+ .timeline-time,
102
+ .field-label,
103
+ .table-head,
104
+ .mini-code {
105
+ font-family: var(--cc-mono);
106
+ letter-spacing: 0;
107
+ }
108
+
109
+ .cc-shell {
110
+ display: grid;
111
+ grid-template-rows: auto minmax(0, 1fr);
112
+ min-height: 100svh;
113
+ background: rgba(7, 10, 16, 0.76);
114
+ }
115
+
116
+ .cc-topbar {
117
+ display: grid;
118
+ grid-template-columns: minmax(190px, 260px) minmax(0, 1fr) auto;
119
+ align-items: center;
120
+ gap: 16px;
121
+ min-height: 64px;
122
+ padding: 12px clamp(16px, 3vw, 28px);
123
+ border-bottom: 1px solid var(--cc-border);
124
+ background: rgba(10, 15, 24, 0.9);
125
+ backdrop-filter: blur(18px);
126
+ }
127
+
128
+ .brand {
129
+ display: inline-flex;
130
+ min-width: 0;
131
+ align-items: center;
132
+ gap: 12px;
133
+ }
134
+
135
+ .brand-mark {
136
+ width: 34px;
137
+ height: 34px;
138
+ flex: 0 0 auto;
139
+ display: grid;
140
+ place-items: center;
141
+ border-radius: var(--cc-radius);
142
+ background: linear-gradient(135deg, var(--cc-accent), var(--cc-accent-2));
143
+ color: #041018;
144
+ font-weight: 800;
145
+ box-shadow: 0 0 24px rgba(40, 215, 232, 0.28);
146
+ }
147
+
148
+ .brand-copy {
149
+ min-width: 0;
150
+ }
151
+
152
+ .brand-name {
153
+ color: var(--cc-heading);
154
+ font-weight: 800;
155
+ line-height: 1.05;
156
+ }
157
+
158
+ .brand-sub {
159
+ margin-top: 2px;
160
+ color: var(--cc-muted);
161
+ font-size: 0.72rem;
162
+ }
163
+
164
+ .top-nav {
165
+ min-width: 0;
166
+ display: flex;
167
+ align-items: center;
168
+ justify-content: center;
169
+ gap: 6px;
170
+ overflow-x: auto;
171
+ scrollbar-width: none;
172
+ }
173
+
174
+ .top-nav::-webkit-scrollbar {
175
+ display: none;
176
+ }
177
+
178
+ .nav-pill {
179
+ flex: 0 0 auto;
180
+ min-height: 34px;
181
+ display: inline-flex;
182
+ align-items: center;
183
+ justify-content: center;
184
+ padding: 0 12px;
185
+ border: 1px solid transparent;
186
+ border-radius: var(--cc-radius);
187
+ color: var(--cc-muted);
188
+ font-size: 0.82rem;
189
+ font-weight: 600;
190
+ }
191
+
192
+ .nav-pill.active {
193
+ border-color: rgba(40, 215, 232, 0.28);
194
+ background: rgba(40, 215, 232, 0.08);
195
+ color: var(--cc-accent);
196
+ }
197
+
198
+ .top-actions {
199
+ display: flex;
200
+ min-width: 0;
201
+ align-items: center;
202
+ justify-content: flex-end;
203
+ gap: 10px;
204
+ flex-wrap: wrap;
205
+ }
206
+
207
+ .status-chip,
208
+ .action-button,
209
+ .ghost-button,
210
+ .primary-button {
211
+ min-height: 34px;
212
+ display: inline-flex;
213
+ align-items: center;
214
+ justify-content: center;
215
+ gap: 8px;
216
+ border-radius: var(--cc-radius);
217
+ white-space: normal;
218
+ }
219
+
220
+ .status-chip {
221
+ padding: 0 10px;
222
+ border: 1px solid rgba(61, 216, 159, 0.25);
223
+ background: rgba(61, 216, 159, 0.08);
224
+ color: var(--cc-green);
225
+ font-size: 0.72rem;
226
+ }
227
+
228
+ .status-light {
229
+ width: 7px;
230
+ height: 7px;
231
+ flex: 0 0 auto;
232
+ border-radius: 999px;
233
+ background: currentColor;
234
+ box-shadow: 0 0 12px currentColor;
235
+ }
236
+
237
+ .action-button,
238
+ .ghost-button,
239
+ .primary-button {
240
+ border: 1px solid var(--cc-border-strong);
241
+ padding: 0 13px;
242
+ background: var(--cc-surface-2);
243
+ color: var(--cc-text);
244
+ font-weight: 700;
245
+ transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
246
+ }
247
+
248
+ .action-button:hover,
249
+ .ghost-button:hover,
250
+ .primary-button:hover {
251
+ transform: translateY(-1px);
252
+ border-color: rgba(40, 215, 232, 0.34);
253
+ }
254
+
255
+ .primary-button {
256
+ border-color: transparent;
257
+ background: linear-gradient(135deg, var(--cc-accent), var(--cc-accent-2));
258
+ color: #041018;
259
+ box-shadow: 0 0 24px rgba(40, 215, 232, 0.18);
260
+ }
261
+
262
+ .ghost-button {
263
+ background: rgba(255, 255, 255, 0.03);
264
+ color: var(--cc-muted);
265
+ }
266
+
267
+ .cc-layout {
268
+ display: grid;
269
+ grid-template-columns: minmax(190px, 236px) minmax(0, 1fr) minmax(250px, 310px);
270
+ min-height: 0;
271
+ }
272
+
273
+ .cc-layout.two-pane {
274
+ grid-template-columns: minmax(190px, 236px) minmax(0, 1fr);
275
+ }
276
+
277
+ .side-rail,
278
+ .right-rail,
279
+ .workspace,
280
+ .list-pane,
281
+ .detail-pane,
282
+ .settings-nav,
283
+ .settings-workspace {
284
+ min-width: 0;
285
+ }
286
+
287
+ .side-rail {
288
+ border-right: 1px solid var(--cc-border);
289
+ background: rgba(12, 18, 28, 0.86);
290
+ padding: 18px 12px;
291
+ overflow: auto;
292
+ }
293
+
294
+ .rail-group + .rail-group {
295
+ margin-top: 22px;
296
+ }
297
+
298
+ .rail-title,
299
+ .eyebrow,
300
+ .metric-label,
301
+ .field-label,
302
+ .table-head {
303
+ color: var(--cc-subtle);
304
+ font-size: 0.68rem;
305
+ font-weight: 700;
306
+ text-transform: uppercase;
307
+ }
308
+
309
+ .rail-title {
310
+ padding: 0 10px 8px;
311
+ }
312
+
313
+ .rail-link {
314
+ width: 100%;
315
+ min-height: 36px;
316
+ display: flex;
317
+ align-items: center;
318
+ gap: 9px;
319
+ padding: 7px 10px;
320
+ border-radius: var(--cc-radius);
321
+ color: var(--cc-muted);
322
+ font-weight: 600;
323
+ }
324
+
325
+ .rail-link.active {
326
+ background: rgba(40, 215, 232, 0.09);
327
+ color: var(--cc-accent);
328
+ }
329
+
330
+ .rail-glyph {
331
+ width: 8px;
332
+ height: 8px;
333
+ flex: 0 0 auto;
334
+ border-radius: 2px;
335
+ background: currentColor;
336
+ opacity: 0.82;
337
+ }
338
+
339
+ .workspace {
340
+ padding: clamp(16px, 2.5vw, 28px);
341
+ overflow: auto;
342
+ }
343
+
344
+ .workspace-stack {
345
+ display: grid;
346
+ gap: 18px;
347
+ }
348
+
349
+ .page-heading {
350
+ display: grid;
351
+ grid-template-columns: minmax(0, 1fr) auto;
352
+ gap: 16px;
353
+ align-items: end;
354
+ }
355
+
356
+ .page-heading h1,
357
+ .hero-copy h1,
358
+ .section-heading,
359
+ .auth-title {
360
+ margin: 0;
361
+ color: var(--cc-heading);
362
+ font-weight: 800;
363
+ line-height: 1.04;
364
+ letter-spacing: 0;
365
+ }
366
+
367
+ .page-heading h1 {
368
+ font-size: clamp(1.6rem, 2.4vw, 2.35rem);
369
+ }
370
+
371
+ .page-heading p,
372
+ .section-copy,
373
+ .hero-copy p,
374
+ .auth-copy,
375
+ .muted-copy {
376
+ margin: 8px 0 0;
377
+ color: var(--cc-muted);
378
+ }
379
+
380
+ .metric-grid {
381
+ display: grid;
382
+ grid-template-columns: repeat(auto-fit, minmax(172px, 1fr));
383
+ gap: 12px;
384
+ }
385
+
386
+ .metric-panel,
387
+ .content-panel,
388
+ .inset-panel,
389
+ .feature-panel,
390
+ .auth-panel,
391
+ .settings-panel {
392
+ min-width: 0;
393
+ border: 1px solid var(--cc-border);
394
+ border-radius: var(--cc-radius);
395
+ background: rgba(15, 23, 35, 0.9);
396
+ box-shadow: var(--cc-shadow);
397
+ }
398
+
399
+ .metric-panel {
400
+ padding: 16px;
401
+ box-shadow: none;
402
+ }
403
+
404
+ .metric-value {
405
+ margin-top: 9px;
406
+ color: var(--cc-heading);
407
+ font-size: clamp(1.55rem, 2vw, 2rem);
408
+ font-weight: 800;
409
+ line-height: 1;
410
+ }
411
+
412
+ .metric-note {
413
+ margin-top: 8px;
414
+ color: var(--cc-muted);
415
+ font-size: 0.82rem;
416
+ }
417
+
418
+ .metric-panel.accent {
419
+ border-color: rgba(40, 215, 232, 0.28);
420
+ background: linear-gradient(180deg, rgba(40, 215, 232, 0.1), rgba(15, 23, 35, 0.92));
421
+ }
422
+
423
+ .content-grid {
424
+ display: grid;
425
+ grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
426
+ gap: 18px;
427
+ }
428
+
429
+ .content-panel,
430
+ .settings-panel,
431
+ .auth-panel {
432
+ overflow: hidden;
433
+ }
434
+
435
+ .panel-header {
436
+ display: flex;
437
+ min-width: 0;
438
+ align-items: flex-start;
439
+ justify-content: space-between;
440
+ gap: 14px;
441
+ padding: 16px;
442
+ border-bottom: 1px solid var(--cc-border);
443
+ }
444
+
445
+ .panel-title {
446
+ margin: 0;
447
+ color: var(--cc-heading);
448
+ font-size: 1rem;
449
+ font-weight: 700;
450
+ line-height: 1.2;
451
+ }
452
+
453
+ .panel-subtitle {
454
+ margin: 5px 0 0;
455
+ color: var(--cc-muted);
456
+ font-size: 0.84rem;
457
+ }
458
+
459
+ .panel-body {
460
+ padding: 16px;
461
+ }
462
+
463
+ .inset-panel {
464
+ background: var(--cc-inset);
465
+ box-shadow: none;
466
+ }
467
+
468
+ .signal-chart {
469
+ position: relative;
470
+ min-height: 240px;
471
+ display: grid;
472
+ grid-template-rows: 1fr auto;
473
+ gap: 12px;
474
+ padding: 16px;
475
+ overflow: hidden;
476
+ }
477
+
478
+ .signal-chart::before {
479
+ content: "";
480
+ position: absolute;
481
+ inset: 16px 16px 48px;
482
+ background:
483
+ linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
484
+ linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
485
+ background-size: 100% 25%, 12.5% 100%;
486
+ opacity: 0.7;
487
+ }
488
+
489
+ .chart-bars {
490
+ position: relative;
491
+ z-index: 1;
492
+ display: grid;
493
+ grid-template-columns: repeat(16, minmax(5px, 1fr));
494
+ align-items: end;
495
+ gap: clamp(4px, 1vw, 9px);
496
+ min-height: 190px;
497
+ }
498
+
499
+ .bar {
500
+ min-height: 16px;
501
+ border-radius: 4px 4px 2px 2px;
502
+ background: linear-gradient(180deg, var(--cc-accent), rgba(40, 215, 232, 0.18));
503
+ animation: bar-breathe 3.6s ease-in-out infinite;
504
+ animation-delay: var(--delay, 0ms);
505
+ }
506
+
507
+ .bar.secondary {
508
+ background: linear-gradient(180deg, var(--cc-violet), rgba(167, 139, 250, 0.16));
509
+ }
510
+
511
+ @keyframes bar-breathe {
512
+ 0%, 100% { filter: brightness(1); }
513
+ 50% { filter: brightness(1.26); }
514
+ }
515
+
516
+ .chart-legend {
517
+ position: relative;
518
+ z-index: 1;
519
+ display: flex;
520
+ flex-wrap: wrap;
521
+ gap: 10px;
522
+ color: var(--cc-muted);
523
+ font-size: 0.78rem;
524
+ }
525
+
526
+ .legend-item {
527
+ display: inline-flex;
528
+ align-items: center;
529
+ gap: 6px;
530
+ }
531
+
532
+ .legend-dot {
533
+ width: 8px;
534
+ height: 8px;
535
+ border-radius: 999px;
536
+ background: var(--cc-accent);
537
+ }
538
+
539
+ .legend-dot.violet {
540
+ background: var(--cc-violet);
541
+ }
542
+
543
+ .queue-list,
544
+ .activity-list,
545
+ .settings-list {
546
+ display: grid;
547
+ gap: 10px;
548
+ }
549
+
550
+ .queue-row,
551
+ .activity-row,
552
+ .settings-row,
553
+ .trace-row,
554
+ .table-row {
555
+ min-width: 0;
556
+ border: 1px solid var(--cc-border);
557
+ border-radius: var(--cc-radius);
558
+ background: rgba(255, 255, 255, 0.025);
559
+ }
560
+
561
+ .queue-row,
562
+ .activity-row,
563
+ .settings-row {
564
+ display: grid;
565
+ gap: 8px;
566
+ padding: 12px;
567
+ }
568
+
569
+ .row-top {
570
+ display: flex;
571
+ min-width: 0;
572
+ align-items: center;
573
+ justify-content: space-between;
574
+ gap: 10px;
575
+ }
576
+
577
+ .row-title {
578
+ min-width: 0;
579
+ color: var(--cc-heading);
580
+ font-weight: 700;
581
+ overflow-wrap: anywhere;
582
+ }
583
+
584
+ .row-meta {
585
+ color: var(--cc-muted);
586
+ font-size: 0.82rem;
587
+ }
588
+
589
+ .tag {
590
+ display: inline-flex;
591
+ align-items: center;
592
+ justify-content: center;
593
+ min-height: 24px;
594
+ padding: 0 8px;
595
+ border-radius: 999px;
596
+ border: 1px solid var(--cc-border-strong);
597
+ color: var(--cc-muted);
598
+ font-size: 0.74rem;
599
+ font-weight: 700;
600
+ }
601
+
602
+ .tag.green { color: var(--cc-green); border-color: rgba(61, 216, 159, 0.28); background: rgba(61, 216, 159, 0.08); }
603
+ .tag.amber { color: var(--cc-amber); border-color: rgba(245, 196, 81, 0.28); background: rgba(245, 196, 81, 0.08); }
604
+ .tag.red { color: var(--cc-red); border-color: rgba(255, 107, 107, 0.28); background: rgba(255, 107, 107, 0.08); }
605
+ .tag.violet { color: var(--cc-violet); border-color: rgba(167, 139, 250, 0.28); background: rgba(167, 139, 250, 0.08); }
606
+ .tag.cyan { color: var(--cc-accent); border-color: rgba(40, 215, 232, 0.28); background: rgba(40, 215, 232, 0.08); }
607
+
608
+ .progress {
609
+ width: 100%;
610
+ height: 7px;
611
+ overflow: hidden;
612
+ border-radius: 999px;
613
+ background: rgba(255, 255, 255, 0.06);
614
+ }
615
+
616
+ .progress-fill {
617
+ height: 100%;
618
+ border-radius: inherit;
619
+ background: linear-gradient(90deg, var(--cc-accent), var(--cc-green));
620
+ }
621
+
622
+ .right-rail {
623
+ border-left: 1px solid var(--cc-border);
624
+ background: rgba(12, 18, 28, 0.78);
625
+ padding: 16px;
626
+ overflow: auto;
627
+ }
628
+
629
+ .rail-panel {
630
+ border: 1px solid var(--cc-border);
631
+ border-radius: var(--cc-radius);
632
+ background: rgba(15, 23, 35, 0.88);
633
+ overflow: hidden;
634
+ }
635
+
636
+ .rail-panel + .rail-panel {
637
+ margin-top: 12px;
638
+ }
639
+
640
+ .rail-panel .panel-body {
641
+ padding: 12px;
642
+ }
643
+
644
+ .timeline {
645
+ display: grid;
646
+ gap: 12px;
647
+ }
648
+
649
+ .timeline-item {
650
+ display: grid;
651
+ grid-template-columns: auto minmax(0, 1fr);
652
+ gap: 10px;
653
+ }
654
+
655
+ .timeline-pin {
656
+ width: 9px;
657
+ height: 9px;
658
+ margin-top: 5px;
659
+ border-radius: 999px;
660
+ background: var(--cc-accent);
661
+ box-shadow: 0 0 12px rgba(40, 215, 232, 0.58);
662
+ }
663
+
664
+ .timeline-title {
665
+ color: var(--cc-heading);
666
+ font-size: 0.84rem;
667
+ font-weight: 700;
668
+ overflow-wrap: anywhere;
669
+ }
670
+
671
+ .timeline-time {
672
+ margin-top: 2px;
673
+ color: var(--cc-subtle);
674
+ font-size: 0.68rem;
675
+ }
676
+
677
+ .data-table {
678
+ display: grid;
679
+ gap: 8px;
680
+ }
681
+
682
+ .table-row {
683
+ display: grid;
684
+ grid-template-columns: minmax(130px, 1fr) minmax(84px, 0.7fr) minmax(80px, 0.55fr) minmax(120px, 0.8fr);
685
+ gap: 12px;
686
+ align-items: center;
687
+ padding: 11px 12px;
688
+ }
689
+
690
+ .table-row.table-head {
691
+ border-color: transparent;
692
+ background: transparent;
693
+ color: var(--cc-subtle);
694
+ padding-block: 0;
695
+ }
696
+
697
+ .cell-primary {
698
+ min-width: 0;
699
+ }
700
+
701
+ .cell-title {
702
+ color: var(--cc-heading);
703
+ font-weight: 700;
704
+ overflow-wrap: anywhere;
705
+ }
706
+
707
+ .cell-sub {
708
+ margin-top: 2px;
709
+ color: var(--cc-muted);
710
+ font-size: 0.78rem;
711
+ }
712
+
713
+ .mini-code {
714
+ color: var(--cc-muted);
715
+ font-size: 0.78rem;
716
+ overflow-wrap: anywhere;
717
+ }
718
+
719
+ .landing-nav {
720
+ position: sticky;
721
+ top: 0;
722
+ z-index: 20;
723
+ display: grid;
724
+ grid-template-columns: minmax(190px, 1fr) auto auto;
725
+ gap: 18px;
726
+ align-items: center;
727
+ min-height: 66px;
728
+ padding: 12px clamp(16px, 4vw, 48px);
729
+ border-bottom: 1px solid var(--cc-border);
730
+ background: rgba(7, 10, 16, 0.88);
731
+ backdrop-filter: blur(18px);
732
+ }
733
+
734
+ .landing-links {
735
+ display: flex;
736
+ align-items: center;
737
+ justify-content: center;
738
+ gap: clamp(10px, 2vw, 24px);
739
+ color: var(--cc-muted);
740
+ font-weight: 600;
741
+ flex-wrap: wrap;
742
+ }
743
+
744
+ .landing-hero {
745
+ position: relative;
746
+ min-height: clamp(500px, calc(100svh - 240px), 720px);
747
+ display: grid;
748
+ align-items: center;
749
+ padding: clamp(48px, 8vw, 84px) clamp(16px, 4vw, 48px);
750
+ overflow: hidden;
751
+ }
752
+
753
+ .hero-product-scene {
754
+ position: absolute;
755
+ inset: 0;
756
+ z-index: -1;
757
+ display: grid;
758
+ grid-template-columns: minmax(80px, 0.7fr) minmax(440px, 1.35fr) minmax(120px, 0.8fr);
759
+ gap: 18px;
760
+ padding: 90px clamp(18px, 4vw, 58px) 36px;
761
+ opacity: 0.88;
762
+ transform: translateX(12%);
763
+ }
764
+
765
+ .hero-product-scene::after {
766
+ content: "";
767
+ position: absolute;
768
+ inset: 0;
769
+ background:
770
+ linear-gradient(90deg, rgba(7, 10, 16, 0.9), rgba(7, 10, 16, 0.48) 42%, rgba(7, 10, 16, 0.12)),
771
+ linear-gradient(180deg, rgba(7, 10, 16, 0.05), rgba(7, 10, 16, 0.58));
772
+ }
773
+
774
+ .scene-panel {
775
+ min-width: 0;
776
+ border: 1px solid var(--cc-border);
777
+ border-radius: var(--cc-radius);
778
+ background: rgba(15, 23, 35, 0.92);
779
+ overflow: hidden;
780
+ box-shadow: var(--cc-shadow);
781
+ }
782
+
783
+ .scene-main {
784
+ display: grid;
785
+ grid-template-rows: auto 1fr auto;
786
+ }
787
+
788
+ .scene-header {
789
+ padding: 14px;
790
+ border-bottom: 1px solid var(--cc-border);
791
+ color: var(--cc-heading);
792
+ font-weight: 700;
793
+ }
794
+
795
+ .scene-grid {
796
+ display: grid;
797
+ grid-template-columns: repeat(10, minmax(12px, 1fr));
798
+ align-items: end;
799
+ gap: 8px;
800
+ min-height: 260px;
801
+ padding: 18px;
802
+ }
803
+
804
+ .scene-bar {
805
+ border-radius: 4px 4px 2px 2px;
806
+ background: linear-gradient(180deg, var(--cc-accent), rgba(40, 215, 232, 0.14));
807
+ }
808
+
809
+ .scene-footer {
810
+ display: grid;
811
+ grid-template-columns: repeat(3, minmax(0, 1fr));
812
+ gap: 10px;
813
+ padding: 14px;
814
+ border-top: 1px solid var(--cc-border);
815
+ }
816
+
817
+ .scene-stat {
818
+ min-width: 0;
819
+ padding: 10px;
820
+ border: 1px solid var(--cc-border);
821
+ border-radius: var(--cc-radius);
822
+ background: rgba(255, 255, 255, 0.025);
823
+ }
824
+
825
+ .hero-copy {
826
+ max-width: 680px;
827
+ position: relative;
828
+ z-index: 1;
829
+ }
830
+
831
+ .hero-copy h1 {
832
+ font-size: clamp(2.5rem, 8vw, 6.2rem);
833
+ max-width: 10ch;
834
+ }
835
+
836
+ .hero-copy p {
837
+ max-width: 590px;
838
+ font-size: clamp(1rem, 1.6vw, 1.22rem);
839
+ }
840
+
841
+ .hero-actions {
842
+ display: flex;
843
+ flex-wrap: wrap;
844
+ gap: 12px;
845
+ margin-top: 28px;
846
+ }
847
+
848
+ .landing-section {
849
+ padding: clamp(48px, 8vw, 82px) clamp(16px, 4vw, 48px);
850
+ }
851
+
852
+ .section-inner {
853
+ max-width: 1180px;
854
+ margin: 0 auto;
855
+ }
856
+
857
+ .section-heading {
858
+ font-size: clamp(2rem, 4vw, 3.4rem);
859
+ }
860
+
861
+ .feature-grid {
862
+ display: grid;
863
+ grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
864
+ gap: 16px;
865
+ margin-top: 26px;
866
+ }
867
+
868
+ .feature-panel {
869
+ padding: 20px;
870
+ box-shadow: none;
871
+ }
872
+
873
+ .feature-panel h3 {
874
+ margin: 12px 0 8px;
875
+ color: var(--cc-heading);
876
+ font-size: 1.04rem;
877
+ }
878
+
879
+ .feature-panel p {
880
+ margin: 0;
881
+ color: var(--cc-muted);
882
+ }
883
+
884
+ .mini-metric {
885
+ color: var(--cc-accent);
886
+ font-size: 0.78rem;
887
+ font-weight: 800;
888
+ }
889
+
890
+ .list-detail-shell {
891
+ display: grid;
892
+ grid-template-columns: minmax(230px, 300px) minmax(0, 1fr) minmax(250px, 320px);
893
+ gap: 16px;
894
+ }
895
+
896
+ .list-pane,
897
+ .detail-pane {
898
+ border: 1px solid var(--cc-border);
899
+ border-radius: var(--cc-radius);
900
+ background: rgba(15, 23, 35, 0.9);
901
+ min-height: 0;
902
+ overflow: hidden;
903
+ }
904
+
905
+ .detail-hero {
906
+ display: grid;
907
+ grid-template-columns: minmax(0, 1fr) auto;
908
+ gap: 16px;
909
+ align-items: start;
910
+ padding: 18px;
911
+ border-bottom: 1px solid var(--cc-border);
912
+ }
913
+
914
+ .trace-map {
915
+ display: grid;
916
+ gap: 10px;
917
+ }
918
+
919
+ .trace-row {
920
+ display: grid;
921
+ grid-template-columns: auto minmax(0, 1fr) auto;
922
+ gap: 12px;
923
+ align-items: center;
924
+ padding: 12px;
925
+ }
926
+
927
+ .trace-step {
928
+ width: 28px;
929
+ height: 28px;
930
+ display: grid;
931
+ place-items: center;
932
+ border-radius: 999px;
933
+ background: rgba(40, 215, 232, 0.1);
934
+ color: var(--cc-accent);
935
+ font-weight: 800;
936
+ }
937
+
938
+ .auth-shell {
939
+ min-height: 100svh;
940
+ display: grid;
941
+ grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
942
+ gap: clamp(18px, 4vw, 54px);
943
+ align-items: center;
944
+ padding: clamp(20px, 5vw, 64px);
945
+ }
946
+
947
+ .auth-visual {
948
+ min-width: 0;
949
+ display: grid;
950
+ gap: 18px;
951
+ }
952
+
953
+ .auth-title {
954
+ font-size: clamp(2.1rem, 6vw, 5rem);
955
+ max-width: 11ch;
956
+ }
957
+
958
+ .auth-panel {
959
+ padding: clamp(18px, 4vw, 30px);
960
+ }
961
+
962
+ .auth-form {
963
+ display: grid;
964
+ gap: 14px;
965
+ margin-top: 24px;
966
+ }
967
+
968
+ .field {
969
+ display: grid;
970
+ gap: 7px;
971
+ }
972
+
973
+ .input {
974
+ min-height: 44px;
975
+ width: 100%;
976
+ border: 1px solid var(--cc-border-strong);
977
+ border-radius: var(--cc-radius);
978
+ background: var(--cc-inset);
979
+ color: var(--cc-text);
980
+ padding: 0 12px;
981
+ outline: none;
982
+ }
983
+
984
+ .input:focus {
985
+ border-color: rgba(40, 215, 232, 0.45);
986
+ box-shadow: 0 0 0 3px rgba(40, 215, 232, 0.12);
987
+ }
988
+
989
+ .settings-shell {
990
+ display: grid;
991
+ grid-template-columns: minmax(190px, 250px) minmax(0, 1fr);
992
+ gap: 16px;
993
+ }
994
+
995
+ .settings-nav,
996
+ .settings-workspace {
997
+ border: 1px solid var(--cc-border);
998
+ border-radius: var(--cc-radius);
999
+ background: rgba(15, 23, 35, 0.9);
1000
+ overflow: hidden;
1001
+ }
1002
+
1003
+ .settings-nav {
1004
+ padding: 12px;
1005
+ }
1006
+
1007
+ .settings-workspace {
1008
+ display: grid;
1009
+ gap: 0;
1010
+ }
1011
+
1012
+ .settings-row {
1013
+ grid-template-columns: minmax(0, 1fr) auto;
1014
+ align-items: center;
1015
+ }
1016
+
1017
+ .toggle {
1018
+ width: 44px;
1019
+ height: 24px;
1020
+ border-radius: 999px;
1021
+ border: 1px solid rgba(40, 215, 232, 0.24);
1022
+ background: rgba(40, 215, 232, 0.1);
1023
+ position: relative;
1024
+ }
1025
+
1026
+ .toggle::after {
1027
+ content: "";
1028
+ position: absolute;
1029
+ top: 3px;
1030
+ right: 3px;
1031
+ width: 16px;
1032
+ height: 16px;
1033
+ border-radius: 999px;
1034
+ background: var(--cc-accent);
1035
+ box-shadow: 0 0 14px rgba(40, 215, 232, 0.45);
1036
+ }
1037
+
1038
+ .toggle.off {
1039
+ border-color: var(--cc-border-strong);
1040
+ background: rgba(255, 255, 255, 0.04);
1041
+ }
1042
+
1043
+ .toggle.off::after {
1044
+ right: auto;
1045
+ left: 3px;
1046
+ background: var(--cc-subtle);
1047
+ box-shadow: none;
1048
+ }
1049
+
1050
+ .kanban-toolbar {
1051
+ display: flex;
1052
+ min-width: 0;
1053
+ align-items: center;
1054
+ justify-content: space-between;
1055
+ gap: 12px;
1056
+ flex-wrap: wrap;
1057
+ }
1058
+
1059
+ .kanban-board {
1060
+ display: grid;
1061
+ grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
1062
+ gap: 14px;
1063
+ align-items: start;
1064
+ }
1065
+
1066
+ .kanban-column {
1067
+ min-width: 0;
1068
+ border: 1px solid var(--cc-border);
1069
+ border-radius: var(--cc-radius);
1070
+ background: rgba(15, 23, 35, 0.74);
1071
+ overflow: hidden;
1072
+ }
1073
+
1074
+ .kanban-column-header {
1075
+ display: flex;
1076
+ min-width: 0;
1077
+ align-items: center;
1078
+ justify-content: space-between;
1079
+ gap: 10px;
1080
+ padding: 13px 14px;
1081
+ border-bottom: 1px solid var(--cc-border);
1082
+ background: rgba(255, 255, 255, 0.025);
1083
+ }
1084
+
1085
+ .kanban-column-title {
1086
+ min-width: 0;
1087
+ color: var(--cc-heading);
1088
+ font-weight: 700;
1089
+ overflow-wrap: anywhere;
1090
+ }
1091
+
1092
+ .kanban-column-count {
1093
+ flex: 0 0 auto;
1094
+ }
1095
+
1096
+ .kanban-stack {
1097
+ display: grid;
1098
+ gap: 10px;
1099
+ padding: 12px;
1100
+ }
1101
+
1102
+ .kanban-card {
1103
+ min-width: 0;
1104
+ display: grid;
1105
+ gap: 10px;
1106
+ padding: 12px;
1107
+ border: 1px solid var(--cc-border);
1108
+ border-radius: var(--cc-radius);
1109
+ background:
1110
+ linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
1111
+ var(--cc-inset);
1112
+ }
1113
+
1114
+ .kanban-card.featured {
1115
+ border-color: rgba(40, 215, 232, 0.28);
1116
+ box-shadow: inset 0 1px 0 rgba(40, 215, 232, 0.18);
1117
+ }
1118
+
1119
+ .kanban-card-title {
1120
+ color: var(--cc-heading);
1121
+ font-weight: 700;
1122
+ line-height: 1.25;
1123
+ overflow-wrap: anywhere;
1124
+ }
1125
+
1126
+ .kanban-card-meta {
1127
+ display: flex;
1128
+ min-width: 0;
1129
+ align-items: center;
1130
+ justify-content: space-between;
1131
+ gap: 10px;
1132
+ color: var(--cc-muted);
1133
+ font-size: 0.8rem;
1134
+ }
1135
+
1136
+ .avatar-group {
1137
+ display: flex;
1138
+ align-items: center;
1139
+ }
1140
+
1141
+ .avatar {
1142
+ width: 24px;
1143
+ height: 24px;
1144
+ display: grid;
1145
+ place-items: center;
1146
+ border: 1px solid var(--cc-border-strong);
1147
+ border-radius: 999px;
1148
+ background: var(--cc-surface-3);
1149
+ color: var(--cc-text);
1150
+ font-size: 0.68rem;
1151
+ font-weight: 800;
1152
+ }
1153
+
1154
+ .avatar + .avatar {
1155
+ margin-left: -6px;
1156
+ }
1157
+
1158
+ .kanban-swimlane {
1159
+ display: grid;
1160
+ gap: 8px;
1161
+ margin-top: 12px;
1162
+ padding-top: 12px;
1163
+ border-top: 1px solid var(--cc-border);
1164
+ }
1165
+
1166
+ .kanban-summary {
1167
+ display: grid;
1168
+ grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
1169
+ gap: 12px;
1170
+ }
1171
+
1172
+ .footer-note {
1173
+ color: var(--cc-subtle);
1174
+ font-size: 0.78rem;
1175
+ }
1176
+
1177
+ @media (max-width: 1180px) {
1178
+ .cc-layout {
1179
+ grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
1180
+ }
1181
+
1182
+ .right-rail {
1183
+ grid-column: 1 / -1;
1184
+ border-left: 0;
1185
+ border-top: 1px solid var(--cc-border);
1186
+ display: grid;
1187
+ grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
1188
+ gap: 12px;
1189
+ }
1190
+
1191
+ .rail-panel + .rail-panel {
1192
+ margin-top: 0;
1193
+ }
1194
+
1195
+ .content-grid,
1196
+ .list-detail-shell {
1197
+ grid-template-columns: 1fr;
1198
+ }
1199
+
1200
+ .list-detail-shell .right-rail {
1201
+ display: block;
1202
+ border: 1px solid var(--cc-border);
1203
+ border-radius: var(--cc-radius);
1204
+ }
1205
+ }
1206
+
1207
+ @media (max-width: 840px) {
1208
+ .cc-shell {
1209
+ min-height: auto;
1210
+ }
1211
+
1212
+ .cc-topbar,
1213
+ .landing-nav {
1214
+ grid-template-columns: 1fr;
1215
+ align-items: stretch;
1216
+ }
1217
+
1218
+ .top-nav,
1219
+ .landing-links,
1220
+ .top-actions {
1221
+ justify-content: flex-start;
1222
+ }
1223
+
1224
+ .top-nav {
1225
+ flex-wrap: wrap;
1226
+ overflow-x: visible;
1227
+ }
1228
+
1229
+ .cc-layout,
1230
+ .cc-layout.two-pane,
1231
+ .settings-shell,
1232
+ .auth-shell {
1233
+ grid-template-columns: 1fr;
1234
+ }
1235
+
1236
+ .side-rail {
1237
+ order: 2;
1238
+ }
1239
+
1240
+ .workspace {
1241
+ order: 1;
1242
+ }
1243
+
1244
+ .right-rail {
1245
+ order: 3;
1246
+ }
1247
+
1248
+ .side-rail {
1249
+ border-right: 0;
1250
+ border-bottom: 1px solid var(--cc-border);
1251
+ display: grid;
1252
+ grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
1253
+ gap: 12px;
1254
+ }
1255
+
1256
+ .rail-group + .rail-group {
1257
+ margin-top: 0;
1258
+ }
1259
+
1260
+ .page-heading,
1261
+ .detail-hero,
1262
+ .settings-row {
1263
+ grid-template-columns: 1fr;
1264
+ }
1265
+
1266
+ .table-row,
1267
+ .table-row.table-head {
1268
+ grid-template-columns: 1fr 1fr;
1269
+ }
1270
+
1271
+ .hero-product-scene {
1272
+ grid-template-columns: 1fr;
1273
+ transform: none;
1274
+ opacity: 0.46;
1275
+ }
1276
+
1277
+ .scene-panel:not(.scene-main) {
1278
+ display: none;
1279
+ }
1280
+
1281
+ .landing-hero {
1282
+ min-height: clamp(480px, calc(100svh - 220px), 640px);
1283
+ }
1284
+ }
1285
+
1286
+ @media (max-width: 560px) {
1287
+ html {
1288
+ font-size: 14px;
1289
+ }
1290
+
1291
+ .workspace,
1292
+ .right-rail {
1293
+ padding: 14px;
1294
+ }
1295
+
1296
+ .metric-grid,
1297
+ .feature-grid,
1298
+ .scene-footer {
1299
+ grid-template-columns: 1fr;
1300
+ }
1301
+
1302
+ .table-row,
1303
+ .table-row.table-head,
1304
+ .trace-row {
1305
+ grid-template-columns: 1fr;
1306
+ }
1307
+
1308
+ .chart-bars {
1309
+ grid-template-columns: repeat(8, minmax(8px, 1fr));
1310
+ }
1311
+
1312
+ .chart-bars .bar:nth-child(n + 9) {
1313
+ display: none;
1314
+ }
1315
+ }