@parto-system-design/ui 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -1,12 +1,9 @@
1
- /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  .\@container\/field-group {
4
4
  container-type: inline-size;
5
5
  container-name: field-group;
6
6
  }
7
- .pointer-events-auto {
8
- pointer-events: auto;
9
- }
10
7
  .pointer-events-none {
11
8
  pointer-events: none;
12
9
  }
@@ -27,9 +24,6 @@
27
24
  white-space: nowrap;
28
25
  border-width: 0;
29
26
  }
30
- .\!absolute {
31
- position: absolute !important;
32
- }
33
27
  .absolute {
34
28
  position: absolute;
35
29
  }
@@ -39,20 +33,23 @@
39
33
  .relative {
40
34
  position: relative;
41
35
  }
42
- .\!start-auto {
43
- inset-inline-start: auto !important;
36
+ .static {
37
+ position: static;
38
+ }
39
+ .sticky {
40
+ position: sticky;
44
41
  }
45
42
  .start-1\/2 {
46
43
  inset-inline-start: calc(1/2 * 100%);
47
44
  }
48
45
  .top-1\/2 {
49
- top: calc(1/2 * 100%);
46
+ top: calc(1 / 2 * 100%);
50
47
  }
51
48
  .top-\[1px\] {
52
49
  top: 1px;
53
50
  }
54
- .top-\[4px\] {
55
- top: 4px;
51
+ .top-\[2px\] {
52
+ top: 2px;
56
53
  }
57
54
  .top-\[50\%\] {
58
55
  top: 50%;
@@ -64,7 +61,7 @@
64
61
  top: 100%;
65
62
  }
66
63
  .left-1\/2 {
67
- left: calc(1/2 * 100%);
64
+ left: calc(1 / 2 * 100%);
68
65
  }
69
66
  .left-\[50\%\] {
70
67
  left: 50%;
@@ -87,11 +84,11 @@
87
84
  .z-\[9999\] {
88
85
  z-index: 9999;
89
86
  }
90
- .order-1 {
91
- order: 1;
87
+ .z-overlay {
88
+ z-index: var(--z-overlay);
92
89
  }
93
- .order-2 {
94
- order: 2;
90
+ .z-sticky {
91
+ z-index: var(--z-sticky);
95
92
  }
96
93
  .order-first {
97
94
  order: -9999;
@@ -115,27 +112,30 @@
115
112
  .-my-\[1px\] {
116
113
  margin-block: calc(1px * -1);
117
114
  }
118
- .\!ms-auto {
119
- margin-inline-start: auto !important;
120
- }
121
115
  .-ms-\[1px\] {
122
116
  margin-inline-start: calc(1px * -1);
123
117
  }
124
118
  .ms-auto {
125
119
  margin-inline-start: auto;
126
120
  }
121
+ .mt-\[-1\.5rem\] {
122
+ margin-top: -1.5rem;
123
+ }
127
124
  .mt-auto {
128
125
  margin-top: auto;
129
126
  }
127
+ .line-clamp-2 {
128
+ overflow: hidden;
129
+ display: -webkit-box;
130
+ -webkit-box-orient: vertical;
131
+ -webkit-line-clamp: 2;
132
+ }
130
133
  .line-clamp-3 {
131
134
  overflow: hidden;
132
135
  display: -webkit-box;
133
136
  -webkit-box-orient: vertical;
134
137
  -webkit-line-clamp: 3;
135
138
  }
136
- .\!inline-flex {
137
- display: inline-flex !important;
138
- }
139
139
  .block {
140
140
  display: block;
141
141
  }
@@ -175,6 +175,10 @@
175
175
  .aspect-square {
176
176
  aspect-ratio: 1 / 1;
177
177
  }
178
+ .size-\[18px\] {
179
+ width: 18px;
180
+ height: 18px;
181
+ }
178
182
  .size-full {
179
183
  width: 100%;
180
184
  height: 100%;
@@ -182,15 +186,9 @@
182
186
  .h-\[1px\] {
183
187
  height: 1px;
184
188
  }
185
- .h-\[12px\] {
186
- height: 12px;
187
- }
188
189
  .h-\[16px\] {
189
190
  height: 16px;
190
191
  }
191
- .h-\[18px\] {
192
- height: 18px;
193
- }
194
192
  .h-\[20px\] {
195
193
  height: 20px;
196
194
  }
@@ -263,20 +261,29 @@
263
261
  .min-h-svh {
264
262
  min-height: 100svh;
265
263
  }
264
+ .w-\(--nav-panel-width\) {
265
+ width: var(--nav-panel-width);
266
+ }
267
+ .w-\(--nav-panel-width-mobile\) {
268
+ width: var(--nav-panel-width-mobile);
269
+ }
270
+ .w-\(--nav-rail-width\) {
271
+ width: var(--nav-rail-width);
272
+ }
266
273
  .w-\(--sidebar-width\) {
267
274
  width: var(--sidebar-width);
268
275
  }
269
276
  .w-1\/2 {
270
- width: calc(1/2 * 100%);
277
+ width: calc(1 / 2 * 100%);
271
278
  }
272
279
  .w-1\/3 {
273
- width: calc(1/3 * 100%);
280
+ width: calc(1 / 3 * 100%);
274
281
  }
275
282
  .w-1\/4 {
276
- width: calc(1/4 * 100%);
283
+ width: calc(1 / 4 * 100%);
277
284
  }
278
285
  .w-3\/4 {
279
- width: calc(3/4 * 100%);
286
+ width: calc(3 / 4 * 100%);
280
287
  }
281
288
  .w-\[--radix-popover-trigger-width\] {
282
289
  width: --radix-popover-trigger-width;
@@ -284,15 +291,6 @@
284
291
  .w-\[1px\] {
285
292
  width: 1px;
286
293
  }
287
- .w-\[12px\] {
288
- width: 12px;
289
- }
290
- .w-\[16px\] {
291
- width: 16px;
292
- }
293
- .w-\[18px\] {
294
- width: 18px;
295
- }
296
294
  .w-\[20\%\] {
297
295
  width: 20%;
298
296
  }
@@ -302,6 +300,9 @@
302
300
  .w-\[34px\] {
303
301
  width: 34px;
304
302
  }
303
+ .w-\[40px\] {
304
+ width: 40px;
305
+ }
305
306
  .w-\[44px\] {
306
307
  width: 44px;
307
308
  }
@@ -326,6 +327,9 @@
326
327
  .max-w-\(--skeleton-width\) {
327
328
  max-width: var(--skeleton-width);
328
329
  }
330
+ .max-w-\[120px\] {
331
+ max-width: 120px;
332
+ }
329
333
  .max-w-\[calc\(100\%-2rem\)\] {
330
334
  max-width: calc(100% - 2rem);
331
335
  }
@@ -338,15 +342,15 @@
338
342
  .min-w-\[8rem\] {
339
343
  min-width: 8rem;
340
344
  }
345
+ .min-w-\[9rem\] {
346
+ min-width: 9rem;
347
+ }
341
348
  .min-w-\[12rem\] {
342
349
  min-width: 12rem;
343
350
  }
344
351
  .min-w-\[80px\] {
345
352
  min-width: 80px;
346
353
  }
347
- .min-w-\[140px\] {
348
- min-width: 140px;
349
- }
350
354
  .min-w-\[220px\] {
351
355
  min-width: 220px;
352
356
  }
@@ -393,7 +397,11 @@
393
397
  transform-origin: 0;
394
398
  }
395
399
  .-translate-x-1\/2 {
396
- --tw-translate-x: calc(calc(1/2 * 100%) * -1);
400
+ --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
401
+ translate: var(--tw-translate-x) var(--tw-translate-y);
402
+ }
403
+ .-translate-x-full {
404
+ --tw-translate-x: -100%;
397
405
  translate: var(--tw-translate-x) var(--tw-translate-y);
398
406
  }
399
407
  .-translate-x-px {
@@ -409,13 +417,16 @@
409
417
  translate: var(--tw-translate-x) var(--tw-translate-y);
410
418
  }
411
419
  .-translate-y-1\/2 {
412
- --tw-translate-y: calc(calc(1/2 * 100%) * -1);
420
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
413
421
  translate: var(--tw-translate-x) var(--tw-translate-y);
414
422
  }
415
423
  .translate-y-\[-50\%\] {
416
424
  --tw-translate-y: -50%;
417
425
  translate: var(--tw-translate-x) var(--tw-translate-y);
418
426
  }
427
+ .-rotate-90 {
428
+ rotate: calc(90deg * -1);
429
+ }
419
430
  .rotate-45 {
420
431
  rotate: 45deg;
421
432
  }
@@ -425,12 +436,12 @@
425
436
  .rotate-180 {
426
437
  rotate: 180deg;
427
438
  }
428
- .\!transform-none {
429
- transform: none !important;
430
- }
431
439
  .transform {
432
440
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
433
441
  }
442
+ .animate-pulse-subtle {
443
+ animation: pulse-subtle 2s ease-in-out infinite;
444
+ }
434
445
  .cursor-default {
435
446
  cursor: default;
436
447
  }
@@ -479,18 +490,12 @@
479
490
  .flex-row {
480
491
  flex-direction: row;
481
492
  }
482
- .flex-row-reverse {
483
- flex-direction: row-reverse;
484
- }
485
493
  .flex-wrap {
486
494
  flex-wrap: wrap;
487
495
  }
488
496
  .place-content-center {
489
497
  place-content: center;
490
498
  }
491
- .\!items-center {
492
- align-items: center !important;
493
- }
494
499
  .items-baseline {
495
500
  align-items: baseline;
496
501
  }
@@ -506,9 +511,6 @@
506
511
  .items-stretch {
507
512
  align-items: stretch;
508
513
  }
509
- .\!justify-center {
510
- justify-content: center !important;
511
- }
512
514
  .justify-between {
513
515
  justify-content: space-between;
514
516
  }
@@ -521,19 +523,6 @@
521
523
  .justify-start {
522
524
  justify-content: flex-start;
523
525
  }
524
- .divide-x {
525
- :where(& > :not(:last-child)) {
526
- --tw-divide-x-reverse: 0;
527
- border-inline-style: var(--tw-border-style);
528
- border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
529
- border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
530
- }
531
- }
532
- .divide-border {
533
- :where(& > :not(:last-child)) {
534
- border-color: hsl(var(--border-default));
535
- }
536
- }
537
526
  .self-stretch {
538
527
  align-self: stretch;
539
528
  }
@@ -560,15 +549,12 @@
560
549
  .overflow-y-auto {
561
550
  overflow-y: auto;
562
551
  }
563
- .\!rounded-md {
564
- border-radius: calc(var(--radius) - 2px) !important;
565
- }
566
- .rounded-\[2px\] {
567
- border-radius: 2px;
568
- }
569
552
  .rounded-\[4px\] {
570
553
  border-radius: 4px;
571
554
  }
555
+ .rounded-\[10px\] {
556
+ border-radius: 10px;
557
+ }
572
558
  .rounded-\[calc\(var\(--radius\)-5px\)\] {
573
559
  border-radius: calc(var(--radius) - 5px);
574
560
  }
@@ -590,6 +576,9 @@
590
576
  .rounded-sm {
591
577
  border-radius: calc(var(--radius) - 4px);
592
578
  }
579
+ .rounded-xs {
580
+ border-radius: var(--borderradius-xs);
581
+ }
593
582
  .rounded-e-lg {
594
583
  border-start-end-radius: var(--radius);
595
584
  border-end-end-radius: var(--radius);
@@ -597,92 +586,81 @@
597
586
  .rounded-tl-sm {
598
587
  border-top-left-radius: calc(var(--radius) - 4px);
599
588
  }
600
- .\!border {
601
- border-style: var(--tw-border-style) !important;
602
- border-width: 1px !important;
603
- }
604
- .\!border-0 {
605
- border-style: var(--tw-border-style) !important;
606
- border-width: 0px !important;
607
- }
608
589
  .border {
609
590
  border-style: var(--tw-border-style);
610
- border-width: 1px;
591
+ border-width: var(--borderwidth-xs);
611
592
  }
612
593
  .border-0 {
613
594
  border-style: var(--tw-border-style);
614
- border-width: 0px;
595
+ border-width: var(--borderwidth-none);
615
596
  }
616
597
  .border-2 {
617
598
  border-style: var(--tw-border-style);
618
- border-width: 2px;
599
+ border-width: var(--borderwidth-sm);
619
600
  }
620
601
  .border-y {
621
602
  border-block-style: var(--tw-border-style);
622
- border-block-width: 1px;
603
+ border-block-width: var(--borderwidth-xs);
623
604
  }
624
605
  .border-s {
625
606
  border-inline-start-style: var(--tw-border-style);
626
- border-inline-start-width: 1px;
607
+ border-inline-start-width: var(--borderwidth-xs);
608
+ }
609
+ .border-s-2 {
610
+ border-inline-start-style: var(--tw-border-style);
611
+ border-inline-start-width: var(--borderwidth-sm);
627
612
  }
628
613
  .border-e {
629
614
  border-inline-end-style: var(--tw-border-style);
630
- border-inline-end-width: 1px;
615
+ border-inline-end-width: var(--borderwidth-xs);
631
616
  }
632
617
  .border-t {
633
618
  border-top-style: var(--tw-border-style);
634
- border-top-width: 1px;
619
+ border-top-width: var(--borderwidth-xs);
635
620
  }
636
- .border-r-\[12px\] {
621
+ .border-r-\[6px\] {
637
622
  border-right-style: var(--tw-border-style);
638
- border-right-width: 12px;
623
+ border-right-width: 6px;
639
624
  }
640
- .border-r-\[20px\] {
625
+ .border-r-\[10px\] {
641
626
  border-right-style: var(--tw-border-style);
642
- border-right-width: 20px;
627
+ border-right-width: 10px;
643
628
  }
644
629
  .border-b {
645
630
  border-bottom-style: var(--tw-border-style);
646
- border-bottom-width: 1px;
631
+ border-bottom-width: var(--borderwidth-xs);
647
632
  }
648
- .border-b-\[16px\] {
633
+ .border-b-\[8px\] {
649
634
  border-bottom-style: var(--tw-border-style);
650
- border-bottom-width: 16px;
635
+ border-bottom-width: 8px;
651
636
  }
652
- .border-b-\[24px\] {
637
+ .border-b-\[12px\] {
653
638
  border-bottom-style: var(--tw-border-style);
654
- border-bottom-width: 24px;
639
+ border-bottom-width: 12px;
655
640
  }
656
- .border-l {
641
+ .border-l-\[6px\] {
657
642
  border-left-style: var(--tw-border-style);
658
- border-left-width: 1px;
643
+ border-left-width: 6px;
659
644
  }
660
- .border-l-\[12px\] {
645
+ .border-l-\[10px\] {
661
646
  border-left-style: var(--tw-border-style);
662
- border-left-width: 12px;
663
- }
664
- .border-l-\[20px\] {
665
- border-left-style: var(--tw-border-style);
666
- border-left-width: 20px;
647
+ border-left-width: 10px;
667
648
  }
668
649
  .border-dashed {
669
650
  --tw-border-style: dashed;
670
651
  border-style: dashed;
671
652
  }
672
- .\!border {
673
- border-color: hsl(var(--border-default)) !important;
674
- }
675
- .\!border-brand-500 {
676
- border-color: hsl(var(--brand-500)) !important;
653
+ .border {
654
+ border-color: hsl(var(--border-default));
677
655
  }
678
- .\!border-destructive-500 {
679
- border-color: hsl(var(--destructive-500)) !important;
656
+ .border-\[hsl\(var\(--score-excellent\)\/0\.25\)\] {
657
+ border-color: hsl(var(--score-excellent)/0.25);
680
658
  }
681
- .\!border-warning-500 {
682
- border-color: hsl(var(--warning-500)) !important;
659
+ .border-\[hsl\(var\(--secondary-default\)\/0\.4\)\] {
660
+ border-color: hsl(var(--secondary-default)/0.4);
683
661
  }
684
- .border {
685
- border-color: hsl(var(--border-default));
662
+ .border-\[hsl\(var\(--sentiment-mixed\)\/0\.3\)\] {
663
+ border-color: hsl(var(--sentiment-mixed)/0.3);
686
664
  }
687
665
  .border-\[hsl\(var\(--sentiment-negative\)\/0\.3\)\] {
688
666
  border-color: hsl(var(--sentiment-negative)/0.3);
@@ -693,15 +671,27 @@
693
671
  .border-\[hsl\(var\(--sentiment-positive\)\/0\.3\)\] {
694
672
  border-color: hsl(var(--sentiment-positive)/0.3);
695
673
  }
674
+ .border-background {
675
+ border-color: hsl(var(--background-default));
676
+ }
696
677
  .border-border {
697
678
  border-color: hsl(var(--border-default));
698
679
  }
680
+ .border-border-muted {
681
+ border-color: hsl(var(--border-muted));
682
+ }
699
683
  .border-border\/50 {
700
684
  border-color: hsl(var(--border-default));
701
685
  @supports (color: color-mix(in lab, red, red)) {
702
686
  border-color: color-mix(in oklab, hsl(var(--border-default)) 50%, transparent);
703
687
  }
704
688
  }
689
+ .border-brand {
690
+ border-color: hsl(var(--brand-default));
691
+ }
692
+ .border-brand-300 {
693
+ border-color: hsl(var(--brand-300));
694
+ }
705
695
  .border-brand-500 {
706
696
  border-color: hsl(var(--brand-500));
707
697
  }
@@ -717,6 +707,9 @@
717
707
  .border-button-hover {
718
708
  border-color: hsl(var(--border-button-hover));
719
709
  }
710
+ .border-destructive-300 {
711
+ border-color: hsl(var(--destructive-300));
712
+ }
720
713
  .border-destructive-400 {
721
714
  border-color: hsl(var(--destructive-400));
722
715
  }
@@ -762,12 +755,18 @@
762
755
  .border-transparent {
763
756
  border-color: transparent;
764
757
  }
758
+ .border-warning-300 {
759
+ border-color: hsl(var(--warning-300));
760
+ }
765
761
  .border-warning-400 {
766
762
  border-color: hsl(var(--warning-400));
767
763
  }
768
764
  .border-warning-500 {
769
765
  border-color: hsl(var(--warning-500));
770
766
  }
767
+ .border-s-transparent {
768
+ border-inline-start-color: transparent;
769
+ }
771
770
  .border-t-transparent {
772
771
  border-top-color: transparent;
773
772
  }
@@ -783,23 +782,26 @@
783
782
  .border-l-transparent {
784
783
  border-left-color: transparent;
785
784
  }
786
- .\!bg-brand {
787
- background-color: hsl(var(--brand-default)) !important;
785
+ .bg {
786
+ background-color: hsl(var(--background-default));
787
+ }
788
+ .bg-\[hsl\(var\(--brand-default\)\)\] {
789
+ background-color: hsl(var(--brand-default));
788
790
  }
789
- .\!bg-brand-200 {
790
- background-color: hsl(var(--brand-200)) !important;
791
+ .bg-\[hsl\(var\(--score-excellent-bg\)\)\] {
792
+ background-color: hsl(var(--score-excellent-bg));
791
793
  }
792
- .\!bg-destructive-200 {
793
- background-color: hsl(var(--destructive-200)) !important;
794
+ .bg-\[hsl\(var\(--secondary-default\)\/0\.1\)\] {
795
+ background-color: hsl(var(--secondary-default)/0.1);
794
796
  }
795
- .\!bg-transparent {
796
- background-color: transparent !important;
797
+ .bg-\[hsl\(var\(--sentiment-mixed\)\)\] {
798
+ background-color: hsl(var(--sentiment-mixed));
797
799
  }
798
- .\!bg-warning-200 {
799
- background-color: hsl(var(--warning-200)) !important;
800
+ .bg-\[hsl\(var\(--sentiment-mixed\)\/0\.1\)\] {
801
+ background-color: hsl(var(--sentiment-mixed)/0.1);
800
802
  }
801
- .bg {
802
- background-color: hsl(var(--background-default));
803
+ .bg-\[hsl\(var\(--sentiment-mixed\)\/0\.12\)\] {
804
+ background-color: hsl(var(--sentiment-mixed)/0.12);
803
805
  }
804
806
  .bg-\[hsl\(var\(--sentiment-negative\)\)\] {
805
807
  background-color: hsl(var(--sentiment-negative));
@@ -840,12 +842,18 @@
840
842
  .bg-background {
841
843
  background-color: hsl(var(--background-default));
842
844
  }
845
+ .bg-background-muted {
846
+ background-color: hsl(var(--background-muted));
847
+ }
843
848
  .bg-background-surface-75 {
844
849
  background-color: hsl(var(--background-surface-75));
845
850
  }
846
851
  .bg-background-surface-100 {
847
852
  background-color: hsl(var(--background-surface-100));
848
853
  }
854
+ .bg-background-surface-200 {
855
+ background-color: hsl(var(--background-surface-200));
856
+ }
849
857
  .bg-background\/80 {
850
858
  background-color: hsl(var(--background-default));
851
859
  @supports (color: color-mix(in lab, red, red)) {
@@ -855,6 +863,9 @@
855
863
  .bg-border {
856
864
  background-color: hsl(var(--border-default));
857
865
  }
866
+ .bg-border-muted {
867
+ background-color: hsl(var(--border-muted));
868
+ }
858
869
  .bg-border-overlay {
859
870
  background-color: hsl(var(--border-overlay));
860
871
  }
@@ -870,8 +881,11 @@
870
881
  .bg-brand-500 {
871
882
  background-color: hsl(var(--brand-500));
872
883
  }
873
- .bg-brand-600 {
874
- background-color: hsl(var(--brand-600));
884
+ .bg-brand\/10 {
885
+ background-color: hsl(var(--brand-default));
886
+ @supports (color: color-mix(in lab, red, red)) {
887
+ background-color: color-mix(in oklab, hsl(var(--brand-default)) 10%, transparent);
888
+ }
875
889
  }
876
890
  .bg-card {
877
891
  background-color: hsl(var(--background-surface-100));
@@ -888,8 +902,17 @@
888
902
  .bg-destructive-500 {
889
903
  background-color: hsl(var(--destructive-500));
890
904
  }
891
- .bg-destructive-600 {
892
- background-color: hsl(var(--destructive-600));
905
+ .bg-destructive\/5 {
906
+ background-color: hsl(var(--destructive-default));
907
+ @supports (color: color-mix(in lab, red, red)) {
908
+ background-color: color-mix(in oklab, hsl(var(--destructive-default)) 5%, transparent);
909
+ }
910
+ }
911
+ .bg-destructive\/10 {
912
+ background-color: hsl(var(--destructive-default));
913
+ @supports (color: color-mix(in lab, red, red)) {
914
+ background-color: color-mix(in oklab, hsl(var(--destructive-default)) 10%, transparent);
915
+ }
893
916
  }
894
917
  .bg-foreground {
895
918
  background-color: hsl(var(--foreground-default));
@@ -903,9 +926,6 @@
903
926
  background-color: color-mix(in oklab, hsl(var(--foreground-default)) 2.6%, transparent);
904
927
  }
905
928
  }
906
- .bg-green-500 {
907
- background-color: #22c55e;
908
- }
909
929
  .bg-input {
910
930
  background-color: hsl(var(--background-control));
911
931
  }
@@ -933,6 +953,12 @@
933
953
  background-color: color-mix(in oklab, hsl(var(--background-muted)) 50%, transparent);
934
954
  }
935
955
  }
956
+ .bg-muted\/60 {
957
+ background-color: hsl(var(--background-muted));
958
+ @supports (color: color-mix(in lab, red, red)) {
959
+ background-color: color-mix(in oklab, hsl(var(--background-muted)) 60%, transparent);
960
+ }
961
+ }
936
962
  .bg-overlay {
937
963
  background-color: hsl(var(--background-overlay-default));
938
964
  }
@@ -942,17 +968,20 @@
942
968
  .bg-primary {
943
969
  background-color: hsl(var(--brand-default));
944
970
  }
945
- .bg-secondary {
946
- background-color: hsl(var(--secondary-default));
947
- }
948
971
  .bg-selection {
949
972
  background-color: hsl(var(--background-selection));
950
973
  }
951
974
  .bg-selection {
952
975
  background-color: hsl(var(--background-selection));
953
976
  }
977
+ .bg-sentiment-positive {
978
+ background-color: hsl(var(--sentiment-positive));
979
+ }
954
980
  .bg-sidebar {
955
- background-color: hsl(var(--background-dash-sidebar));
981
+ background-color: hsl(var(--background-sidebar));
982
+ }
983
+ .bg-sidebar-accent {
984
+ background-color: hsl(var(--background-selection));
956
985
  }
957
986
  .bg-sidebar-border {
958
987
  background-color: hsl(var(--border-muted));
@@ -972,9 +1001,6 @@
972
1001
  .bg-warning-500 {
973
1002
  background-color: hsl(var(--warning-500));
974
1003
  }
975
- .bg-warning-600 {
976
- background-color: hsl(var(--warning-600));
977
- }
978
1004
  .bg-gradient-to-br {
979
1005
  --tw-gradient-position: to bottom right in oklab;
980
1006
  background-image: linear-gradient(var(--tw-gradient-stops));
@@ -1004,12 +1030,21 @@
1004
1030
  .object-cover {
1005
1031
  object-fit: cover;
1006
1032
  }
1033
+ .object-center {
1034
+ object-position: center;
1035
+ }
1007
1036
  .p-px {
1008
1037
  padding: 1px;
1009
1038
  }
1010
1039
  .py-\[3px\] {
1011
1040
  padding-block: 3px;
1012
1041
  }
1042
+ .ps-\(--nav-rail-width\) {
1043
+ padding-inline-start: var(--nav-rail-width);
1044
+ }
1045
+ .ps-\[calc\(var\(--nav-rail-width\)\+var\(--nav-panel-width\)\)\] {
1046
+ padding-inline-start: calc(var(--nav-rail-width) + var(--nav-panel-width));
1047
+ }
1013
1048
  .text-center {
1014
1049
  text-align: center;
1015
1050
  }
@@ -1071,6 +1106,10 @@
1071
1106
  --tw-leading: 1;
1072
1107
  line-height: 1;
1073
1108
  }
1109
+ .font-\[var\(--font-sans\)\] {
1110
+ --tw-font-weight: var(--font-sans);
1111
+ font-weight: var(--font-sans);
1112
+ }
1074
1113
  .font-black {
1075
1114
  --tw-font-weight: 900;
1076
1115
  font-weight: 900;
@@ -1100,30 +1139,15 @@
1100
1139
  .whitespace-nowrap {
1101
1140
  white-space: nowrap;
1102
1141
  }
1103
- .\!text-brand-600 {
1104
- color: hsl(var(--brand-600)) !important;
1105
- }
1106
- .\!text-destructive-600 {
1107
- color: hsl(var(--destructive-600)) !important;
1108
- }
1109
- .\!text-foreground {
1110
- color: hsl(var(--foreground-default)) !important;
1111
- }
1112
- .\!text-foreground-contrast {
1113
- color: hsl(var(--foreground-contrast)) !important;
1114
- }
1115
- .\!text-foreground\/50 {
1116
- color: hsl(var(--foreground-default)) !important;
1117
- @supports (color: color-mix(in lab, red, red)) {
1118
- color: color-mix(in oklab, hsl(var(--foreground-default)) 50%, transparent) !important;
1119
- }
1120
- }
1121
- .\!text-warning-600 {
1122
- color: hsl(var(--warning-600)) !important;
1123
- }
1124
1142
  .text {
1125
1143
  color: hsl(var(--foreground-default));
1126
1144
  }
1145
+ .text-\[hsl\(var\(--secondary-default\)\)\] {
1146
+ color: hsl(var(--secondary-default));
1147
+ }
1148
+ .text-\[hsl\(var\(--sentiment-mixed\)\)\] {
1149
+ color: hsl(var(--sentiment-mixed));
1150
+ }
1127
1151
  .text-\[hsl\(var\(--sentiment-negative\)\)\] {
1128
1152
  color: hsl(var(--sentiment-negative));
1129
1153
  }
@@ -1145,9 +1169,6 @@
1145
1169
  .text-background-overlay {
1146
1170
  color: hsl(var(--background-overlay-default));
1147
1171
  }
1148
- .text-background-surface-200 {
1149
- color: hsl(var(--background-surface-200));
1150
- }
1151
1172
  .text-border-muted {
1152
1173
  color: hsl(var(--border-muted));
1153
1174
  }
@@ -1184,6 +1205,9 @@
1184
1205
  .text-foreground {
1185
1206
  color: hsl(var(--foreground-default));
1186
1207
  }
1208
+ .text-foreground-contrast {
1209
+ color: hsl(var(--foreground-contrast));
1210
+ }
1187
1211
  .text-foreground-light {
1188
1212
  color: hsl(var(--foreground-light));
1189
1213
  }
@@ -1229,7 +1253,10 @@
1229
1253
  .text-primary-foreground {
1230
1254
  color: hsl(var(--foreground-contrast));
1231
1255
  }
1232
- .text-secondary-foreground {
1256
+ .text-sentiment-positive {
1257
+ color: hsl(var(--sentiment-positive));
1258
+ }
1259
+ .text-sidebar-accent-foreground {
1233
1260
  color: hsl(var(--foreground-default));
1234
1261
  }
1235
1262
  .text-sidebar-foreground {
@@ -1263,9 +1290,6 @@
1263
1290
  .underline {
1264
1291
  text-decoration-line: underline;
1265
1292
  }
1266
- .\!opacity-100 {
1267
- opacity: 100% !important;
1268
- }
1269
1293
  .opacity-0 {
1270
1294
  opacity: 0%;
1271
1295
  }
@@ -1310,10 +1334,6 @@
1310
1334
  --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
1311
1335
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1312
1336
  }
1313
- .shadow-xl {
1314
- --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.08)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.04));
1315
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1316
- }
1317
1337
  .ring {
1318
1338
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1319
1339
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -1326,6 +1346,10 @@
1326
1346
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1327
1347
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1328
1348
  }
1349
+ .ring-4 {
1350
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1351
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1352
+ }
1329
1353
  .\[--tw-ring-color\:conic-gradient\(from_180deg\,hsl\(var\(--brand-default\)\)\,hsl\(var\(--brand-400\)\)\,hsl\(var\(--brand-default\)\)\)\] {
1330
1354
  --tw-ring-color: conic-gradient(from 180deg,hsl(var(--brand-default)),hsl(var(--brand-400)),hsl(var(--brand-default)));
1331
1355
  }
@@ -1335,6 +1359,9 @@
1335
1359
  .ring-border-control {
1336
1360
  --tw-ring-color: hsl(var(--border-control));
1337
1361
  }
1362
+ .ring-brand-200 {
1363
+ --tw-ring-color: hsl(var(--brand-200));
1364
+ }
1338
1365
  .ring-primary {
1339
1366
  --tw-ring-color: hsl(var(--brand-default));
1340
1367
  }
@@ -1395,6 +1422,21 @@
1395
1422
  transition-timing-function: var(--tw-ease, ease);
1396
1423
  transition-duration: var(--tw-duration, 0s);
1397
1424
  }
1425
+ .transition-\[padding\] {
1426
+ transition-property: padding;
1427
+ transition-timing-function: var(--tw-ease, ease);
1428
+ transition-duration: var(--tw-duration, 0s);
1429
+ }
1430
+ .transition-\[stroke-dashoffset\] {
1431
+ transition-property: stroke-dashoffset;
1432
+ transition-timing-function: var(--tw-ease, ease);
1433
+ transition-duration: var(--tw-duration, 0s);
1434
+ }
1435
+ .transition-\[transform\,visibility\] {
1436
+ transition-property: transform,visibility;
1437
+ transition-timing-function: var(--tw-ease, ease);
1438
+ transition-duration: var(--tw-duration, 0s);
1439
+ }
1398
1440
  .transition-\[width\,height\,padding\] {
1399
1441
  transition-property: width,height,padding;
1400
1442
  transition-timing-function: var(--tw-ease, ease);
@@ -1420,11 +1462,6 @@
1420
1462
  transition-timing-function: var(--tw-ease, ease);
1421
1463
  transition-duration: var(--tw-duration, 0s);
1422
1464
  }
1423
- .transition-shadow {
1424
- transition-property: box-shadow;
1425
- transition-timing-function: var(--tw-ease, ease);
1426
- transition-duration: var(--tw-duration, 0s);
1427
- }
1428
1465
  .transition-transform {
1429
1466
  transition-property: transform, translate, scale, rotate;
1430
1467
  transition-timing-function: var(--tw-ease, ease);
@@ -1433,6 +1470,14 @@
1433
1470
  .transition-none {
1434
1471
  transition-property: none;
1435
1472
  }
1473
+ .duration-100 {
1474
+ --tw-duration: 100ms;
1475
+ transition-duration: 100ms;
1476
+ }
1477
+ .duration-150 {
1478
+ --tw-duration: 150ms;
1479
+ transition-duration: 150ms;
1480
+ }
1436
1481
  .duration-200 {
1437
1482
  --tw-duration: 200ms;
1438
1483
  transition-duration: 200ms;
@@ -1449,6 +1494,10 @@
1449
1494
  --tw-duration: 1000ms;
1450
1495
  transition-duration: 1000ms;
1451
1496
  }
1497
+ .duration-fast {
1498
+ --tw-duration: var(--duration-fast);
1499
+ transition-duration: var(--duration-fast);
1500
+ }
1452
1501
  .ease-linear {
1453
1502
  --tw-ease: linear;
1454
1503
  transition-timing-function: linear;
@@ -1469,10 +1518,11 @@
1469
1518
  -webkit-user-select: none;
1470
1519
  user-select: none;
1471
1520
  }
1472
- .divide-x-reverse {
1473
- :where(& > :not(:last-child)) {
1474
- --tw-divide-x-reverse: 1;
1475
- }
1521
+ .duration-100 {
1522
+ animation-duration: 100ms;
1523
+ }
1524
+ .duration-150 {
1525
+ animation-duration: 150ms;
1476
1526
  }
1477
1527
  .duration-200 {
1478
1528
  animation-duration: 200ms;
@@ -1486,6 +1536,9 @@
1486
1536
  .duration-1000 {
1487
1537
  animation-duration: 1000ms;
1488
1538
  }
1539
+ .duration-fast {
1540
+ animation-duration: var(--duration-fast);
1541
+ }
1489
1542
  .ease-in-out {
1490
1543
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1491
1544
  }
@@ -1555,6 +1608,16 @@
1555
1608
  width: var(--sidebar-width-icon);
1556
1609
  }
1557
1610
  }
1611
+ .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+1rem\)\] {
1612
+ &:is(:where(.group)[data-collapsible="icon"] *) {
1613
+ width: calc(var(--sidebar-width-icon) + 1rem);
1614
+ }
1615
+ }
1616
+ .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+1rem\+2px\)\] {
1617
+ &:is(:where(.group)[data-collapsible="icon"] *) {
1618
+ width: calc(var(--sidebar-width-icon) + 1rem + 2px);
1619
+ }
1620
+ }
1558
1621
  .group-data-\[collapsible\=icon\]\:overflow-hidden {
1559
1622
  &:is(:where(.group)[data-collapsible="icon"] *) {
1560
1623
  overflow: hidden;
@@ -1595,20 +1658,10 @@
1595
1658
  opacity: 50%;
1596
1659
  }
1597
1660
  }
1598
- .group-data-\[expanded\=false\]\:opacity-0 {
1599
- &:is(:where(.group)[data-expanded="false"] *) {
1600
- opacity: 0%;
1601
- }
1602
- }
1603
- .group-data-\[front\=true\]\:\!opacity-100 {
1604
- &:is(:where(.group)[data-front="true"] *) {
1605
- opacity: 100% !important;
1606
- }
1607
- }
1608
1661
  .group-data-\[side\=left\]\:border-r {
1609
1662
  &:is(:where(.group)[data-side="left"] *) {
1610
1663
  border-right-style: var(--tw-border-style);
1611
- border-right-width: 1px;
1664
+ border-right-width: var(--borderwidth-xs);
1612
1665
  }
1613
1666
  }
1614
1667
  .group-data-\[side\=right\]\:rotate-180 {
@@ -1619,7 +1672,7 @@
1619
1672
  .group-data-\[side\=right\]\:border-l {
1620
1673
  &:is(:where(.group)[data-side="right"] *) {
1621
1674
  border-left-style: var(--tw-border-style);
1622
- border-left-width: 1px;
1675
+ border-left-width: var(--borderwidth-xs);
1623
1676
  }
1624
1677
  }
1625
1678
  .group-data-\[state\=open\]\:rotate-180 {
@@ -1635,7 +1688,7 @@
1635
1688
  .group-data-\[variant\=floating\]\:border {
1636
1689
  &:is(:where(.group)[data-variant="floating"] *) {
1637
1690
  border-style: var(--tw-border-style);
1638
- border-width: 1px;
1691
+ border-width: var(--borderwidth-xs);
1639
1692
  }
1640
1693
  }
1641
1694
  .group-data-\[variant\=floating\]\:border {
@@ -1687,7 +1740,7 @@
1687
1740
  .group-data-\[viewport\=false\]\/navigation-menu\:border {
1688
1741
  &:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
1689
1742
  border-style: var(--tw-border-style);
1690
- border-width: 1px;
1743
+ border-width: var(--borderwidth-xs);
1691
1744
  }
1692
1745
  }
1693
1746
  .group-data-\[viewport\=false\]\/navigation-menu\:border {
@@ -1722,6 +1775,112 @@
1722
1775
  animation-duration: 200ms;
1723
1776
  }
1724
1777
  }
1778
+ .group-\[\.toast\]\:bg-muted {
1779
+ &:is(:where(.group):is(.toast) *) {
1780
+ background-color: hsl(var(--background-muted));
1781
+ }
1782
+ }
1783
+ .group-\[\.toast\]\:bg-muted {
1784
+ &:is(:where(.group):is(.toast) *) {
1785
+ background-color: hsl(var(--background-muted));
1786
+ }
1787
+ }
1788
+ .group-\[\.toast\]\:bg-primary {
1789
+ &:is(:where(.group):is(.toast) *) {
1790
+ background-color: hsl(var(--brand-default));
1791
+ }
1792
+ }
1793
+ .group-\[\.toast\]\:text-muted-foreground {
1794
+ &:is(:where(.group):is(.toast) *) {
1795
+ color: hsl(var(--foreground-muted));
1796
+ }
1797
+ }
1798
+ .group-\[\.toast\]\:text-primary-foreground {
1799
+ &:is(:where(.group):is(.toast) *) {
1800
+ color: hsl(var(--foreground-contrast));
1801
+ }
1802
+ }
1803
+ .group-\[\.toaster\]\:border-\[hsl\(var\(--brand-default\)\/0\.4\)\] {
1804
+ &:is(:where(.group):is(.toaster) *) {
1805
+ border-color: hsl(var(--brand-default)/0.4);
1806
+ }
1807
+ }
1808
+ .group-\[\.toaster\]\:border-\[hsl\(var\(--destructive-500\)\/0\.4\)\] {
1809
+ &:is(:where(.group):is(.toaster) *) {
1810
+ border-color: hsl(var(--destructive-500)/0.4);
1811
+ }
1812
+ }
1813
+ .group-\[\.toaster\]\:border-\[hsl\(var\(--secondary-default\)\/0\.4\)\] {
1814
+ &:is(:where(.group):is(.toaster) *) {
1815
+ border-color: hsl(var(--secondary-default)/0.4);
1816
+ }
1817
+ }
1818
+ .group-\[\.toaster\]\:border-\[hsl\(var\(--warning-500\)\/0\.4\)\] {
1819
+ &:is(:where(.group):is(.toaster) *) {
1820
+ border-color: hsl(var(--warning-500)/0.4);
1821
+ }
1822
+ }
1823
+ .group-\[\.toaster\]\:border-border {
1824
+ &:is(:where(.group):is(.toaster) *) {
1825
+ border-color: hsl(var(--border-default));
1826
+ }
1827
+ }
1828
+ .group-\[\.toaster\]\:bg-\[hsl\(var\(--brand-default\)\/0\.06\)\] {
1829
+ &:is(:where(.group):is(.toaster) *) {
1830
+ background-color: hsl(var(--brand-default)/0.06);
1831
+ }
1832
+ }
1833
+ .group-\[\.toaster\]\:bg-\[hsl\(var\(--destructive-500\)\/0\.06\)\] {
1834
+ &:is(:where(.group):is(.toaster) *) {
1835
+ background-color: hsl(var(--destructive-500)/0.06);
1836
+ }
1837
+ }
1838
+ .group-\[\.toaster\]\:bg-\[hsl\(var\(--secondary-default\)\/0\.06\)\] {
1839
+ &:is(:where(.group):is(.toaster) *) {
1840
+ background-color: hsl(var(--secondary-default)/0.06);
1841
+ }
1842
+ }
1843
+ .group-\[\.toaster\]\:bg-\[hsl\(var\(--warning-500\)\/0\.06\)\] {
1844
+ &:is(:where(.group):is(.toaster) *) {
1845
+ background-color: hsl(var(--warning-500)/0.06);
1846
+ }
1847
+ }
1848
+ .group-\[\.toaster\]\:bg-background {
1849
+ &:is(:where(.group):is(.toaster) *) {
1850
+ background-color: hsl(var(--background-default));
1851
+ }
1852
+ }
1853
+ .group-\[\.toaster\]\:text-\[hsl\(var\(--brand-600\)\)\] {
1854
+ &:is(:where(.group):is(.toaster) *) {
1855
+ color: hsl(var(--brand-600));
1856
+ }
1857
+ }
1858
+ .group-\[\.toaster\]\:text-\[hsl\(var\(--destructive-600\)\)\] {
1859
+ &:is(:where(.group):is(.toaster) *) {
1860
+ color: hsl(var(--destructive-600));
1861
+ }
1862
+ }
1863
+ .group-\[\.toaster\]\:text-\[hsl\(var\(--secondary-default\)\)\] {
1864
+ &:is(:where(.group):is(.toaster) *) {
1865
+ color: hsl(var(--secondary-default));
1866
+ }
1867
+ }
1868
+ .group-\[\.toaster\]\:text-\[hsl\(var\(--warning\)\)\] {
1869
+ &:is(:where(.group):is(.toaster) *) {
1870
+ color: hsl(var(--warning));
1871
+ }
1872
+ }
1873
+ .group-\[\.toaster\]\:text-foreground {
1874
+ &:is(:where(.group):is(.toaster) *) {
1875
+ color: hsl(var(--foreground-default));
1876
+ }
1877
+ }
1878
+ .group-\[\.toaster\]\:shadow-lg {
1879
+ &:is(:where(.group):is(.toaster) *) {
1880
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.08)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.04));
1881
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1882
+ }
1883
+ }
1725
1884
  .peer-hover\/menu-button\:text-sidebar-accent-foreground {
1726
1885
  &:is(:where(.peer\/menu-button):hover ~ *) {
1727
1886
  @media (hover: hover) {
@@ -1763,7 +1922,7 @@
1763
1922
  .file\:border-0 {
1764
1923
  &::file-selector-button {
1765
1924
  border-style: var(--tw-border-style);
1766
- border-width: 0px;
1925
+ border-width: var(--borderwidth-none);
1767
1926
  }
1768
1927
  }
1769
1928
  .file\:bg-transparent {
@@ -1813,7 +1972,7 @@
1813
1972
  .after\:left-1\/2 {
1814
1973
  &::after {
1815
1974
  content: var(--tw-content);
1816
- left: calc(1/2 * 100%);
1975
+ left: calc(1 / 2 * 100%);
1817
1976
  }
1818
1977
  }
1819
1978
  .after\:w-\[2px\] {
@@ -1825,7 +1984,7 @@
1825
1984
  .after\:-translate-x-1\/2 {
1826
1985
  &::after {
1827
1986
  content: var(--tw-content);
1828
- --tw-translate-x: calc(calc(1/2 * 100%) * -1);
1987
+ --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
1829
1988
  translate: var(--tw-translate-x) var(--tw-translate-y);
1830
1989
  }
1831
1990
  }
@@ -1846,7 +2005,7 @@
1846
2005
  .first\:border-s {
1847
2006
  &:first-child {
1848
2007
  border-inline-start-style: var(--tw-border-style);
1849
- border-inline-start-width: 1px;
2008
+ border-inline-start-width: var(--borderwidth-xs);
1850
2009
  }
1851
2010
  }
1852
2011
  .last\:rounded-e-md {
@@ -1858,7 +2017,7 @@
1858
2017
  .last\:border-b-0 {
1859
2018
  &:last-child {
1860
2019
  border-bottom-style: var(--tw-border-style);
1861
- border-bottom-width: 0px;
2020
+ border-bottom-width: var(--borderwidth-none);
1862
2021
  }
1863
2022
  }
1864
2023
  .last\:border-none {
@@ -1893,9 +2052,9 @@
1893
2052
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1894
2053
  }
1895
2054
  }
1896
- .focus-within\:ring-background-control {
2055
+ .focus-within\:ring-ring {
1897
2056
  &:focus-within {
1898
- --tw-ring-color: hsl(var(--background-control));
2057
+ --tw-ring-color: hsl(var(--border-strong));
1899
2058
  }
1900
2059
  }
1901
2060
  .focus-within\:ring-offset-2 {
@@ -1904,9 +2063,9 @@
1904
2063
  --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1905
2064
  }
1906
2065
  }
1907
- .focus-within\:ring-offset-foreground-muted {
2066
+ .focus-within\:ring-offset-background {
1908
2067
  &:focus-within {
1909
- --tw-ring-offset-color: hsl(var(--foreground-muted));
2068
+ --tw-ring-offset-color: hsl(var(--background-default));
1910
2069
  }
1911
2070
  }
1912
2071
  .focus-within\:outline-none {
@@ -1974,47 +2133,6 @@
1974
2133
  }
1975
2134
  }
1976
2135
  }
1977
- .hover\:\!bg-brand-600 {
1978
- &:hover {
1979
- @media (hover: hover) {
1980
- background-color: hsl(var(--brand-600)) !important;
1981
- }
1982
- }
1983
- }
1984
- .hover\:\!bg-foreground\/10 {
1985
- &:hover {
1986
- @media (hover: hover) {
1987
- background-color: hsl(var(--foreground-default)) !important;
1988
- @supports (color: color-mix(in lab, red, red)) {
1989
- background-color: color-mix(in oklab, hsl(var(--foreground-default)) 10%, transparent) !important;
1990
- }
1991
- }
1992
- }
1993
- }
1994
- .hover\:\!bg-primary\/20 {
1995
- &:hover {
1996
- @media (hover: hover) {
1997
- background-color: hsl(var(--brand-default)) !important;
1998
- @supports (color: color-mix(in lab, red, red)) {
1999
- background-color: color-mix(in oklab, hsl(var(--brand-default)) 20%, transparent) !important;
2000
- }
2001
- }
2002
- }
2003
- }
2004
- .hover\:\!bg-selection {
2005
- &:hover {
2006
- @media (hover: hover) {
2007
- background-color: hsl(var(--background-selection)) !important;
2008
- }
2009
- }
2010
- }
2011
- .hover\:\!bg-selection {
2012
- &:hover {
2013
- @media (hover: hover) {
2014
- background-color: hsl(var(--background-selection)) !important;
2015
- }
2016
- }
2017
- }
2018
2136
  .hover\:bg-accent {
2019
2137
  &:hover {
2020
2138
  @media (hover: hover) {
@@ -2050,27 +2168,31 @@
2050
2168
  }
2051
2169
  }
2052
2170
  }
2053
- .hover\:bg-brand\/80 {
2171
+ .hover\:bg-destructive-300 {
2054
2172
  &:hover {
2055
2173
  @media (hover: hover) {
2056
- background-color: hsl(var(--brand-default));
2057
- @supports (color: color-mix(in lab, red, red)) {
2058
- background-color: color-mix(in oklab, hsl(var(--brand-default)) 80%, transparent);
2059
- }
2174
+ background-color: hsl(var(--destructive-300));
2060
2175
  }
2061
2176
  }
2062
2177
  }
2063
- .hover\:bg-destructive-300 {
2178
+ .hover\:bg-destructive-400 {
2064
2179
  &:hover {
2065
2180
  @media (hover: hover) {
2066
- background-color: hsl(var(--destructive-300));
2181
+ background-color: hsl(var(--destructive-400));
2067
2182
  }
2068
2183
  }
2069
2184
  }
2070
- .hover\:bg-destructive-400 {
2185
+ .hover\:bg-destructive-600 {
2071
2186
  &:hover {
2072
2187
  @media (hover: hover) {
2073
- background-color: hsl(var(--destructive-400));
2188
+ background-color: hsl(var(--destructive-600));
2189
+ }
2190
+ }
2191
+ }
2192
+ .hover\:bg-foreground-muted {
2193
+ &:hover {
2194
+ @media (hover: hover) {
2195
+ background-color: hsl(var(--foreground-muted));
2074
2196
  }
2075
2197
  }
2076
2198
  }
@@ -2105,16 +2227,6 @@
2105
2227
  }
2106
2228
  }
2107
2229
  }
2108
- .hover\:bg-secondary\/80 {
2109
- &:hover {
2110
- @media (hover: hover) {
2111
- background-color: hsl(var(--secondary-default));
2112
- @supports (color: color-mix(in lab, red, red)) {
2113
- background-color: color-mix(in oklab, hsl(var(--secondary-default)) 80%, transparent);
2114
- }
2115
- }
2116
- }
2117
- }
2118
2230
  .hover\:bg-selection {
2119
2231
  &:hover {
2120
2232
  @media (hover: hover) {
@@ -2150,20 +2262,6 @@
2150
2262
  }
2151
2263
  }
2152
2264
  }
2153
- .hover\:\!text-foreground {
2154
- &:hover {
2155
- @media (hover: hover) {
2156
- color: hsl(var(--foreground-default)) !important;
2157
- }
2158
- }
2159
- }
2160
- .hover\:\!text-primary {
2161
- &:hover {
2162
- @media (hover: hover) {
2163
- color: hsl(var(--brand-default)) !important;
2164
- }
2165
- }
2166
- }
2167
2265
  .hover\:text-accent-foreground {
2168
2266
  &:hover {
2169
2267
  @media (hover: hover) {
@@ -2228,10 +2326,10 @@
2228
2326
  }
2229
2327
  }
2230
2328
  }
2231
- .hover\:shadow-md {
2329
+ .hover\:shadow-lg {
2232
2330
  &:hover {
2233
2331
  @media (hover: hover) {
2234
- --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.07)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.05));
2332
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.08)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.04));
2235
2333
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2236
2334
  }
2237
2335
  }
@@ -2248,7 +2346,7 @@
2248
2346
  &:hover {
2249
2347
  @media (hover: hover) {
2250
2348
  &:is(:where(.group)[data-collapsible="offcanvas"] *) {
2251
- background-color: hsl(var(--background-dash-sidebar));
2349
+ background-color: hsl(var(--background-sidebar));
2252
2350
  }
2253
2351
  }
2254
2352
  }
@@ -2310,12 +2408,6 @@
2310
2408
  --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2311
2409
  }
2312
2410
  }
2313
- .focus\:\!outline-none {
2314
- &:focus {
2315
- --tw-outline-style: none !important;
2316
- outline-style: none !important;
2317
- }
2318
- }
2319
2411
  .focus\:outline-none {
2320
2412
  &:focus {
2321
2413
  --tw-outline-style: none;
@@ -2395,6 +2487,11 @@
2395
2487
  }
2396
2488
  }
2397
2489
  }
2490
+ .focus-visible\:ring-sidebar-ring {
2491
+ &:focus-visible {
2492
+ --tw-ring-color: hsl(var(--brand-default));
2493
+ }
2494
+ }
2398
2495
  .focus-visible\:ring-offset-1 {
2399
2496
  &:focus-visible {
2400
2497
  --tw-ring-offset-width: 1px;
@@ -2412,11 +2509,6 @@
2412
2509
  --tw-ring-offset-color: hsl(var(--background-default));
2413
2510
  }
2414
2511
  }
2415
- .focus-visible\:ring-offset-foreground-muted {
2416
- &:focus-visible {
2417
- --tw-ring-offset-color: hsl(var(--foreground-muted));
2418
- }
2419
- }
2420
2512
  .focus-visible\:outline-hidden {
2421
2513
  &:focus-visible {
2422
2514
  --tw-outline-style: none;
@@ -2439,6 +2531,16 @@
2439
2531
  outline-style: none;
2440
2532
  }
2441
2533
  }
2534
+ .active\:scale-\[0\.97\] {
2535
+ &:active {
2536
+ scale: 0.97;
2537
+ }
2538
+ }
2539
+ .active\:scale-\[0\.98\] {
2540
+ &:active {
2541
+ scale: 0.98;
2542
+ }
2543
+ }
2442
2544
  .active\:bg-sidebar-accent {
2443
2545
  &:active {
2444
2546
  background-color: hsl(var(--background-selection));
@@ -2449,6 +2551,12 @@
2449
2551
  color: hsl(var(--foreground-default));
2450
2552
  }
2451
2553
  }
2554
+ .active\:shadow-md {
2555
+ &:active {
2556
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.07)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.05));
2557
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2558
+ }
2559
+ }
2452
2560
  .disabled\:pointer-events-none {
2453
2561
  &:disabled {
2454
2562
  pointer-events: none;
@@ -2499,7 +2607,7 @@
2499
2607
  }
2500
2608
  .has-data-\[variant\=inset\]\:bg-sidebar {
2501
2609
  &:has(*[data-variant="inset"]) {
2502
- background-color: hsl(var(--background-dash-sidebar));
2610
+ background-color: hsl(var(--background-sidebar));
2503
2611
  }
2504
2612
  }
2505
2613
  .has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-2 {
@@ -2508,9 +2616,9 @@
2508
2616
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2509
2617
  }
2510
2618
  }
2511
- .has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-background-control {
2619
+ .has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-ring {
2512
2620
  &:has(*:is([data-slot=input-group-control]:focus-visible)) {
2513
- --tw-ring-color: hsl(var(--background-control));
2621
+ --tw-ring-color: hsl(var(--border-strong));
2514
2622
  }
2515
2623
  }
2516
2624
  .has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-offset-2 {
@@ -2519,9 +2627,9 @@
2519
2627
  --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2520
2628
  }
2521
2629
  }
2522
- .has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-offset-foreground-muted {
2630
+ .has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-offset-background {
2523
2631
  &:has(*:is([data-slot=input-group-control]:focus-visible)) {
2524
- --tw-ring-offset-color: hsl(var(--foreground-muted));
2632
+ --tw-ring-offset-color: hsl(var(--background-default));
2525
2633
  }
2526
2634
  }
2527
2635
  .has-\[\[data-slot\]\[aria-invalid\=true\]\]\:border-destructive-400 {
@@ -2582,7 +2690,7 @@
2582
2690
  .has-\[\>\[data-slot\=field\]\]\:border {
2583
2691
  &:has(>[data-slot=field]) {
2584
2692
  border-style: var(--tw-border-style);
2585
- border-width: 1px;
2693
+ border-width: var(--borderwidth-xs);
2586
2694
  }
2587
2695
  }
2588
2696
  .has-\[\>\[data-slot\=field\]\]\:border {
@@ -2921,7 +3029,7 @@
2921
3029
  &[data-panel-group-direction="vertical"] {
2922
3030
  &::after {
2923
3031
  content: var(--tw-content);
2924
- --tw-translate-y: calc(calc(1/2 * 100%) * -1);
3032
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
2925
3033
  translate: var(--tw-translate-x) var(--tw-translate-y);
2926
3034
  }
2927
3035
  }
@@ -3043,7 +3151,7 @@
3043
3151
  }
3044
3152
  .data-\[state\=closed\]\:animate-accordion-up {
3045
3153
  &[data-state="closed"] {
3046
- animation: accordion-up 0.2s ease-out;
3154
+ animation: accordion-up 0.2s cubic-bezier(0.4, 0, 0.2, 1);
3047
3155
  }
3048
3156
  }
3049
3157
  .data-\[state\=closed\]\:duration-300 {
@@ -3190,7 +3298,7 @@
3190
3298
  }
3191
3299
  .data-\[state\=open\]\:animate-accordion-down {
3192
3300
  &[data-state="open"] {
3193
- animation: accordion-down 0.2s ease-out;
3301
+ animation: accordion-down 0.2s cubic-bezier(0.4, 0, 0.2, 1);
3194
3302
  }
3195
3303
  }
3196
3304
  .data-\[state\=open\]\:border-button-hover {
@@ -3284,10 +3392,10 @@
3284
3392
  opacity: 100%;
3285
3393
  }
3286
3394
  }
3287
- .data-\[state\=open\]\:duration-500 {
3395
+ .data-\[state\=open\]\:duration-300 {
3288
3396
  &[data-state="open"] {
3289
- --tw-duration: 500ms;
3290
- transition-duration: 500ms;
3397
+ --tw-duration: 300ms;
3398
+ transition-duration: 300ms;
3291
3399
  }
3292
3400
  }
3293
3401
  .data-\[state\=open\]\:animate-in {
@@ -3300,9 +3408,9 @@
3300
3408
  --tw-enter-translate-y: initial;
3301
3409
  }
3302
3410
  }
3303
- .data-\[state\=open\]\:duration-500 {
3411
+ .data-\[state\=open\]\:duration-300 {
3304
3412
  &[data-state="open"] {
3305
- animation-duration: 500ms;
3413
+ animation-duration: 300ms;
3306
3414
  }
3307
3415
  }
3308
3416
  .data-\[state\=open\]\:fade-in-0 {
@@ -3492,29 +3600,29 @@
3492
3600
  .data-\[vaul-drawer-direction\=bottom\]\:border-t {
3493
3601
  &[data-vaul-drawer-direction="bottom"] {
3494
3602
  border-top-style: var(--tw-border-style);
3495
- border-top-width: 1px;
3603
+ border-top-width: var(--borderwidth-xs);
3496
3604
  }
3497
3605
  }
3498
3606
  .data-\[vaul-drawer-direction\=left\]\:w-3\/4 {
3499
3607
  &[data-vaul-drawer-direction="left"] {
3500
- width: calc(3/4 * 100%);
3608
+ width: calc(3 / 4 * 100%);
3501
3609
  }
3502
3610
  }
3503
3611
  .data-\[vaul-drawer-direction\=left\]\:border-e {
3504
3612
  &[data-vaul-drawer-direction="left"] {
3505
3613
  border-inline-end-style: var(--tw-border-style);
3506
- border-inline-end-width: 1px;
3614
+ border-inline-end-width: var(--borderwidth-xs);
3507
3615
  }
3508
3616
  }
3509
3617
  .data-\[vaul-drawer-direction\=right\]\:w-3\/4 {
3510
3618
  &[data-vaul-drawer-direction="right"] {
3511
- width: calc(3/4 * 100%);
3619
+ width: calc(3 / 4 * 100%);
3512
3620
  }
3513
3621
  }
3514
3622
  .data-\[vaul-drawer-direction\=right\]\:border-s {
3515
3623
  &[data-vaul-drawer-direction="right"] {
3516
3624
  border-inline-start-style: var(--tw-border-style);
3517
- border-inline-start-width: 1px;
3625
+ border-inline-start-width: var(--borderwidth-xs);
3518
3626
  }
3519
3627
  }
3520
3628
  .data-\[vaul-drawer-direction\=top\]\:max-h-\[80vh\] {
@@ -3531,7 +3639,12 @@
3531
3639
  .data-\[vaul-drawer-direction\=top\]\:border-b {
3532
3640
  &[data-vaul-drawer-direction="top"] {
3533
3641
  border-bottom-style: var(--tw-border-style);
3534
- border-bottom-width: 1px;
3642
+ border-bottom-width: var(--borderwidth-xs);
3643
+ }
3644
+ }
3645
+ .ltr\:rotate-180 {
3646
+ &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
3647
+ rotate: 180deg;
3535
3648
  }
3536
3649
  }
3537
3650
  .rtl\:origin-right {
@@ -3547,7 +3660,13 @@
3547
3660
  }
3548
3661
  .rtl\:translate-x-1\/2 {
3549
3662
  &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3550
- --tw-translate-x: calc(1/2 * 100%);
3663
+ --tw-translate-x: calc(1 / 2 * 100%);
3664
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3665
+ }
3666
+ }
3667
+ .rtl\:translate-x-full {
3668
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3669
+ --tw-translate-x: 100%;
3551
3670
  translate: var(--tw-translate-x) var(--tw-translate-y);
3552
3671
  }
3553
3672
  }
@@ -3556,15 +3675,83 @@
3556
3675
  rotate: 180deg;
3557
3676
  }
3558
3677
  }
3678
+ .rtl\:\[transform\:rotate\(-90deg\)_scaleX\(-1\)\] {
3679
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3680
+ transform: rotate(-90deg) scaleX(-1);
3681
+ }
3682
+ }
3683
+ .rtl\:space-x-reverse {
3684
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3685
+ :where(& > :not(:last-child)) {
3686
+ --tw-space-x-reverse: 1;
3687
+ }
3688
+ }
3689
+ }
3559
3690
  .rtl\:after\:translate-x-1\/2 {
3560
3691
  &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3561
3692
  &::after {
3562
3693
  content: var(--tw-content);
3563
- --tw-translate-x: calc(1/2 * 100%);
3694
+ --tw-translate-x: calc(1 / 2 * 100%);
3564
3695
  translate: var(--tw-translate-x) var(--tw-translate-y);
3565
3696
  }
3566
3697
  }
3567
3698
  }
3699
+ .data-\[motion\=from-end\]\:rtl\:slide-in-from-left-52 {
3700
+ &[data-motion="from-end"] {
3701
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3702
+ --tw-enter-translate-x: -13rem;
3703
+ }
3704
+ }
3705
+ }
3706
+ .data-\[motion\=from-start\]\:rtl\:slide-in-from-right-52 {
3707
+ &[data-motion="from-start"] {
3708
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3709
+ --tw-enter-translate-x: 13rem;
3710
+ }
3711
+ }
3712
+ }
3713
+ .data-\[motion\=to-end\]\:rtl\:slide-out-to-left-52 {
3714
+ &[data-motion="to-end"] {
3715
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3716
+ --tw-exit-translate-x: -13rem;
3717
+ }
3718
+ }
3719
+ }
3720
+ .data-\[motion\=to-start\]\:rtl\:slide-out-to-right-52 {
3721
+ &[data-motion="to-start"] {
3722
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3723
+ --tw-exit-translate-x: 13rem;
3724
+ }
3725
+ }
3726
+ }
3727
+ .data-\[state\=closed\]\:rtl\:slide-out-to-left {
3728
+ &[data-state="closed"] {
3729
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3730
+ --tw-exit-translate-x: -100%;
3731
+ }
3732
+ }
3733
+ }
3734
+ .data-\[state\=closed\]\:rtl\:slide-out-to-right {
3735
+ &[data-state="closed"] {
3736
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3737
+ --tw-exit-translate-x: 100%;
3738
+ }
3739
+ }
3740
+ }
3741
+ .data-\[state\=open\]\:rtl\:slide-in-from-left {
3742
+ &[data-state="open"] {
3743
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3744
+ --tw-enter-translate-x: -100%;
3745
+ }
3746
+ }
3747
+ }
3748
+ .data-\[state\=open\]\:rtl\:slide-in-from-right {
3749
+ &[data-state="open"] {
3750
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3751
+ --tw-enter-translate-x: 100%;
3752
+ }
3753
+ }
3754
+ }
3568
3755
  .dark\:border-brand-600 {
3569
3756
  &:is([data-theme*="dark"] *) {
3570
3757
  border-color: hsl(var(--brand-600));
@@ -3588,21 +3775,24 @@
3588
3775
  background-color: hsl(var(--brand-500));
3589
3776
  }
3590
3777
  }
3591
- .dark\:bg-destructive-400 {
3778
+ .dark\:bg-brand\/10 {
3592
3779
  &:is([data-theme*="dark"] *) {
3593
- background-color: hsl(var(--destructive-400));
3780
+ background-color: hsl(var(--brand-default));
3781
+ @supports (color: color-mix(in lab, red, red)) {
3782
+ background-color: color-mix(in oklab, hsl(var(--brand-default)) 10%, transparent);
3783
+ }
3594
3784
  }
3595
3785
  }
3596
- .dark\:bg-destructive-500 {
3786
+ .dark\:bg-destructive-400 {
3597
3787
  &:is([data-theme*="dark"] *) {
3598
- background-color: hsl(var(--destructive-500));
3788
+ background-color: hsl(var(--destructive-400));
3599
3789
  }
3600
3790
  }
3601
- .dark\:bg-input\/30 {
3791
+ .dark\:bg-destructive\/10 {
3602
3792
  &:is([data-theme*="dark"] *) {
3603
- background-color: hsl(var(--background-control));
3793
+ background-color: hsl(var(--destructive-default));
3604
3794
  @supports (color: color-mix(in lab, red, red)) {
3605
- background-color: color-mix(in oklab, hsl(var(--background-control)) 30%, transparent);
3795
+ background-color: color-mix(in oklab, hsl(var(--destructive-default)) 10%, transparent);
3606
3796
  }
3607
3797
  }
3608
3798
  }
@@ -3634,72 +3824,43 @@
3634
3824
  background-color: hsl(var(--warning-400));
3635
3825
  }
3636
3826
  }
3637
- .dark\:bg-warning-500 {
3638
- &:is([data-theme*="dark"] *) {
3639
- background-color: hsl(var(--warning-500));
3640
- }
3641
- }
3642
- .dark\:\!text-brand-400 {
3643
- &:is([data-theme*="dark"] *) {
3644
- color: hsl(var(--brand-400)) !important;
3645
- }
3646
- }
3647
- .dark\:\!text-destructive-400 {
3648
- &:is([data-theme*="dark"] *) {
3649
- color: hsl(var(--destructive-400)) !important;
3650
- }
3651
- }
3652
- .dark\:\!text-warning-400 {
3653
- &:is([data-theme*="dark"] *) {
3654
- color: hsl(var(--warning-400)) !important;
3655
- }
3656
- }
3657
3827
  .dark\:text-brand-400 {
3658
3828
  &:is([data-theme*="dark"] *) {
3659
3829
  color: hsl(var(--brand-400));
3660
3830
  }
3661
3831
  }
3662
- .dark\:hover\:border-brand {
3832
+ .dark\:hover\:border-brand-500 {
3663
3833
  &:is([data-theme*="dark"] *) {
3664
3834
  &:hover {
3665
3835
  @media (hover: hover) {
3666
- border-color: hsl(var(--brand-default));
3836
+ border-color: hsl(var(--brand-500));
3667
3837
  }
3668
3838
  }
3669
3839
  }
3670
3840
  }
3671
- .dark\:hover\:bg-brand\/50 {
3841
+ .dark\:hover\:bg-brand-600 {
3672
3842
  &:is([data-theme*="dark"] *) {
3673
3843
  &:hover {
3674
3844
  @media (hover: hover) {
3675
- background-color: hsl(var(--brand-default));
3676
- @supports (color: color-mix(in lab, red, red)) {
3677
- background-color: color-mix(in oklab, hsl(var(--brand-default)) 50%, transparent);
3678
- }
3845
+ background-color: hsl(var(--brand-600));
3679
3846
  }
3680
3847
  }
3681
3848
  }
3682
3849
  }
3683
- .dark\:hover\:bg-destructive\/50 {
3850
+ .dark\:hover\:bg-destructive-600 {
3684
3851
  &:is([data-theme*="dark"] *) {
3685
3852
  &:hover {
3686
3853
  @media (hover: hover) {
3687
- background-color: hsl(var(--destructive-default));
3688
- @supports (color: color-mix(in lab, red, red)) {
3689
- background-color: color-mix(in oklab, hsl(var(--destructive-default)) 50%, transparent);
3690
- }
3854
+ background-color: hsl(var(--destructive-600));
3691
3855
  }
3692
3856
  }
3693
3857
  }
3694
3858
  }
3695
- .dark\:hover\:bg-warning\/50 {
3859
+ .dark\:hover\:bg-warning-600 {
3696
3860
  &:is([data-theme*="dark"] *) {
3697
3861
  &:hover {
3698
3862
  @media (hover: hover) {
3699
- background-color: hsl(var(--warning-default));
3700
- @supports (color: color-mix(in lab, red, red)) {
3701
- background-color: color-mix(in oklab, hsl(var(--warning-default)) 50%, transparent);
3702
- }
3863
+ background-color: hsl(var(--warning-600));
3703
3864
  }
3704
3865
  }
3705
3866
  }
@@ -3714,6 +3875,16 @@
3714
3875
  }
3715
3876
  }
3716
3877
  }
3878
+ .dark\:aria-\[invalid\=true\]\:bg-destructive\/5 {
3879
+ &:is([data-theme*="dark"] *) {
3880
+ &[aria-invalid="true"] {
3881
+ background-color: hsl(var(--destructive-default));
3882
+ @supports (color: color-mix(in lab, red, red)) {
3883
+ background-color: color-mix(in oklab, hsl(var(--destructive-default)) 5%, transparent);
3884
+ }
3885
+ }
3886
+ }
3887
+ }
3717
3888
  .dark\:data-\[active\=true\]\:aria-invalid\:ring-destructive\/40 {
3718
3889
  &:is([data-theme*="dark"] *) {
3719
3890
  &[data-active="true"] {
@@ -3726,32 +3897,32 @@
3726
3897
  }
3727
3898
  }
3728
3899
  }
3729
- .dark\:data-\[state\=open\]\:bg-brand-500\/80 {
3900
+ .dark\:data-\[state\=open\]\:bg-brand-600\/80 {
3730
3901
  &:is([data-theme*="dark"] *) {
3731
3902
  &[data-state="open"] {
3732
- background-color: hsl(var(--brand-500));
3903
+ background-color: hsl(var(--brand-600));
3733
3904
  @supports (color: color-mix(in lab, red, red)) {
3734
- background-color: color-mix(in oklab, hsl(var(--brand-500)) 80%, transparent);
3905
+ background-color: color-mix(in oklab, hsl(var(--brand-600)) 80%, transparent);
3735
3906
  }
3736
3907
  }
3737
3908
  }
3738
3909
  }
3739
- .dark\:data-\[state\=open\]\:bg-destructive\/50 {
3910
+ .dark\:data-\[state\=open\]\:bg-destructive-600\/80 {
3740
3911
  &:is([data-theme*="dark"] *) {
3741
3912
  &[data-state="open"] {
3742
- background-color: hsl(var(--destructive-default));
3913
+ background-color: hsl(var(--destructive-600));
3743
3914
  @supports (color: color-mix(in lab, red, red)) {
3744
- background-color: color-mix(in oklab, hsl(var(--destructive-default)) 50%, transparent);
3915
+ background-color: color-mix(in oklab, hsl(var(--destructive-600)) 80%, transparent);
3745
3916
  }
3746
3917
  }
3747
3918
  }
3748
3919
  }
3749
- .dark\:data-\[state\=open\]\:bg-warning\/50 {
3920
+ .dark\:data-\[state\=open\]\:bg-warning-600\/80 {
3750
3921
  &:is([data-theme*="dark"] *) {
3751
3922
  &[data-state="open"] {
3752
- background-color: hsl(var(--warning-default));
3923
+ background-color: hsl(var(--warning-600));
3753
3924
  @supports (color: color-mix(in lab, red, red)) {
3754
- background-color: color-mix(in oklab, hsl(var(--warning-default)) 50%, transparent);
3925
+ background-color: color-mix(in oklab, hsl(var(--warning-600)) 80%, transparent);
3755
3926
  }
3756
3927
  }
3757
3928
  }
@@ -3785,49 +3956,51 @@
3785
3956
  color: hsl(var(--foreground-muted));
3786
3957
  }
3787
3958
  }
3788
- .\[\&_svg\]\:pointer-events-none {
3789
- & svg {
3790
- pointer-events: none;
3791
- }
3792
- }
3793
- .\[\&_svg\]\:h-\[14px\] {
3794
- & svg {
3795
- height: 14px;
3959
+ .\[\&_\[data-slot\=avatar\]\]\:text-base {
3960
+ & [data-slot=avatar] {
3961
+ font-size: 1rem;
3962
+ line-height: var(--tw-leading, 1.625rem);
3796
3963
  }
3797
3964
  }
3798
- .\[\&_svg\]\:h-\[18px\] {
3799
- & svg {
3800
- height: 18px;
3965
+ .\[\&_\[data-slot\=avatar\]\]\:text-sm {
3966
+ & [data-slot=avatar] {
3967
+ font-size: 0.875rem;
3968
+ line-height: var(--tw-leading, 1.375rem);
3801
3969
  }
3802
3970
  }
3803
- .\[\&_svg\]\:h-\[20px\] {
3804
- & svg {
3805
- height: 20px;
3971
+ .\[\&_\[data-slot\=avatar\]\]\:text-xs {
3972
+ & [data-slot=avatar] {
3973
+ font-size: 0.75rem;
3974
+ line-height: var(--tw-leading, 1.125rem);
3806
3975
  }
3807
3976
  }
3808
- .\[\&_svg\]\:h-\[24px\] {
3977
+ .\[\&_svg\]\:pointer-events-none {
3809
3978
  & svg {
3810
- height: 24px;
3979
+ pointer-events: none;
3811
3980
  }
3812
3981
  }
3813
- .\[\&_svg\]\:w-\[14px\] {
3982
+ .\[\&_svg\]\:size-\[14px\] {
3814
3983
  & svg {
3815
3984
  width: 14px;
3985
+ height: 14px;
3816
3986
  }
3817
3987
  }
3818
- .\[\&_svg\]\:w-\[18px\] {
3988
+ .\[\&_svg\]\:size-\[18px\] {
3819
3989
  & svg {
3820
3990
  width: 18px;
3991
+ height: 18px;
3821
3992
  }
3822
3993
  }
3823
- .\[\&_svg\]\:w-\[20px\] {
3994
+ .\[\&_svg\]\:size-\[20px\] {
3824
3995
  & svg {
3825
3996
  width: 20px;
3997
+ height: 20px;
3826
3998
  }
3827
3999
  }
3828
- .\[\&_svg\]\:w-\[24px\] {
4000
+ .\[\&_svg\]\:size-\[24px\] {
3829
4001
  & svg {
3830
4002
  width: 24px;
4003
+ height: 24px;
3831
4004
  }
3832
4005
  }
3833
4006
  .\[\&_svg\]\:shrink-0 {
@@ -3843,13 +4016,13 @@
3843
4016
  .\[\&_tr\]\:border-b {
3844
4017
  & tr {
3845
4018
  border-bottom-style: var(--tw-border-style);
3846
- border-bottom-width: 1px;
4019
+ border-bottom-width: var(--borderwidth-xs);
3847
4020
  }
3848
4021
  }
3849
4022
  .\[\&_tr\:last-child\]\:border-0 {
3850
4023
  & tr:last-child {
3851
4024
  border-style: var(--tw-border-style);
3852
- border-width: 0px;
4025
+ border-width: var(--borderwidth-none);
3853
4026
  }
3854
4027
  }
3855
4028
  .\[\&\:\:-webkit-search-cancel-button\]\:hidden {
@@ -3862,11 +4035,6 @@
3862
4035
  display: none;
3863
4036
  }
3864
4037
  }
3865
- .\[\&\:hover_svg\]\:\!text-primary {
3866
- &:hover svg {
3867
- color: hsl(var(--brand-default)) !important;
3868
- }
3869
- }
3870
4038
  .data-\[variant\=destructive\]\:\*\:\[svg\]\:\!text-destructive {
3871
4039
  &[data-variant="destructive"] {
3872
4040
  :is(& > *) {
@@ -3910,13 +4078,13 @@
3910
4078
  .\[\&\>\*\:not\(\:first-child\)\]\:border-s-0 {
3911
4079
  &>*:not(:first-child) {
3912
4080
  border-inline-start-style: var(--tw-border-style);
3913
- border-inline-start-width: 0px;
4081
+ border-inline-start-width: var(--borderwidth-none);
3914
4082
  }
3915
4083
  }
3916
4084
  .\[\&\>\*\:not\(\:first-child\)\]\:border-t-0 {
3917
4085
  &>*:not(:first-child) {
3918
4086
  border-top-style: var(--tw-border-style);
3919
- border-top-width: 0px;
4087
+ border-top-width: var(--borderwidth-none);
3920
4088
  }
3921
4089
  }
3922
4090
  .\[\&\>\*\:not\(\:last-child\)\]\:rounded-e-none {
@@ -3936,6 +4104,16 @@
3936
4104
  width: auto;
3937
4105
  }
3938
4106
  }
4107
+ .\[\&\>\[data-slot\=callout-icon\]\]\:text-\[hsl\(var\(--score-excellent\)\)\] {
4108
+ &>[data-slot=callout-icon] {
4109
+ color: hsl(var(--score-excellent));
4110
+ }
4111
+ }
4112
+ .\[\&\>\[data-slot\=callout-icon\]\]\:text-foreground-lighter {
4113
+ &>[data-slot=callout-icon] {
4114
+ color: hsl(var(--foreground-lighter));
4115
+ }
4116
+ }
3939
4117
  .\[\&\>\[data-slot\=field-label\]\]\:flex-auto {
3940
4118
  &>[data-slot=field-label] {
3941
4119
  flex: auto;
@@ -4021,11 +4199,6 @@
4021
4199
  flex-shrink: 0;
4022
4200
  }
4023
4201
  }
4024
- .\[\&\>svg\]\:text-blue-600 {
4025
- &>svg {
4026
- color: #2563eb;
4027
- }
4028
- }
4029
4202
  .\[\&\>svg\]\:text-brand-600 {
4030
4203
  &>svg {
4031
4204
  color: hsl(var(--brand-600));
@@ -4041,6 +4214,11 @@
4041
4214
  color: hsl(var(--foreground-default));
4042
4215
  }
4043
4216
  }
4217
+ .\[\&\>svg\]\:text-foreground-light {
4218
+ &>svg {
4219
+ color: hsl(var(--foreground-light));
4220
+ }
4221
+ }
4044
4222
  .\[\&\>svg\]\:text-sidebar-accent-foreground {
4045
4223
  &>svg {
4046
4224
  color: hsl(var(--foreground-default));
@@ -4051,18 +4229,11 @@
4051
4229
  color: hsl(var(--warning-600));
4052
4230
  }
4053
4231
  }
4054
- .dark\:\[\&\>svg\]\:text-blue-400 {
4055
- &:is([data-theme*="dark"] *) {
4056
- &>svg {
4057
- color: #60a5fa;
4058
- }
4059
- }
4060
- }
4061
4232
  .\[\&\>tr\]\:last\:border-b-0 {
4062
4233
  &>tr {
4063
4234
  &:last-child {
4064
4235
  border-bottom-style: var(--tw-border-style);
4065
- border-bottom-width: 0px;
4236
+ border-bottom-width: var(--borderwidth-none);
4066
4237
  }
4067
4238
  }
4068
4239
  }
@@ -4079,7 +4250,7 @@
4079
4250
  .\[\[data-bordered\]_\&\]\:border {
4080
4251
  [data-bordered] & {
4081
4252
  border-style: var(--tw-border-style);
4082
- border-width: 1px;
4253
+ border-width: var(--borderwidth-xs);
4083
4254
  }
4084
4255
  }
4085
4256
  .\[\[data-bordered\]_\&\]\:border {
@@ -4181,9 +4352,9 @@
4181
4352
  position: sticky;
4182
4353
  }
4183
4354
  }
4184
- .\[\[data-sticky-header\]_\&\]\:z-10 {
4355
+ .\[\[data-sticky-header\]_\&\]\:z-\[9\] {
4185
4356
  [data-sticky-header] & {
4186
- z-index: 10;
4357
+ z-index: 9;
4187
4358
  }
4188
4359
  }
4189
4360
  .\[\[data-variant\=default\]_\&\]\:rounded-md {
@@ -4216,7 +4387,7 @@
4216
4387
  .\[\[data-variant\=outline\]_\&\]\:border-e {
4217
4388
  [data-variant=outline] & {
4218
4389
  border-inline-end-style: var(--tw-border-style);
4219
- border-inline-end-width: 1px;
4390
+ border-inline-end-width: var(--borderwidth-xs);
4220
4391
  }
4221
4392
  }
4222
4393
  .\[\[data-variant\=outline\]_\&\]\:border-border {
@@ -4244,7 +4415,7 @@
4244
4415
  [data-variant=outline] & {
4245
4416
  &:last-child {
4246
4417
  border-inline-end-style: var(--tw-border-style);
4247
- border-inline-end-width: 0px;
4418
+ border-inline-end-width: var(--borderwidth-none);
4248
4419
  }
4249
4420
  }
4250
4421
  }
@@ -4263,7 +4434,7 @@
4263
4434
  .\[\[data-variant\=underline\]_\&\]\:border-b-2 {
4264
4435
  [data-variant=underline] & {
4265
4436
  border-bottom-style: var(--tw-border-style);
4266
- border-bottom-width: 2px;
4437
+ border-bottom-width: var(--borderwidth-sm);
4267
4438
  }
4268
4439
  }
4269
4440
  .\[\[data-variant\=underline\]_\&\]\:border-transparent {
@@ -4411,6 +4582,8 @@
4411
4582
  --icon-xs: 12px;
4412
4583
  --icon-sm: 16px;
4413
4584
  --icon-md: 18px;
4585
+ --icon-lg: 24px;
4586
+ --icon-xl: 32px;
4414
4587
  --iconwidth-default: 1px;
4415
4588
  --panel: 2px;
4416
4589
  --datatable-headericon: 16px;
@@ -4421,6 +4594,46 @@
4421
4594
  --xxl: 128px;
4422
4595
  --content-width-screen-xl: 1128px;
4423
4596
  --font-family-body: Inter;
4597
+ --text-caption: 0.75rem;
4598
+ --text-label: 0.875rem;
4599
+ --text-body: 0.875rem;
4600
+ --text-subheading: 1rem;
4601
+ --text-heading: 1.25rem;
4602
+ --text-display: 1.5rem;
4603
+ --leading-caption: 1rem;
4604
+ --leading-label: 1.25rem;
4605
+ --leading-body: 1.5rem;
4606
+ --leading-subheading: 1.5rem;
4607
+ --leading-heading: 1.75rem;
4608
+ --leading-display: 2rem;
4609
+ --weight-normal: 400;
4610
+ --weight-medium: 500;
4611
+ --weight-semibold: 600;
4612
+ --weight-bold: 700;
4613
+ --density-padding-y: 0.5rem;
4614
+ --density-padding-x: 0.75rem;
4615
+ --density-gap: 0.5rem;
4616
+ --density-text: 0.875rem;
4617
+ --z-dropdown: 50;
4618
+ --z-sticky: 100;
4619
+ --z-overlay: 200;
4620
+ --z-modal: 300;
4621
+ --z-popover: 400;
4622
+ --z-tooltip: 500;
4623
+ }
4624
+ [data-density="compact"] {
4625
+ --density-padding-y: 0.25rem;
4626
+ --density-padding-x: 0.5rem;
4627
+ --density-gap: 0.25rem;
4628
+ --density-text: 0.75rem;
4629
+ }
4630
+ [data-density="spacious"] {
4631
+ --density-padding-y: 0.75rem;
4632
+ --density-padding-x: 1rem;
4633
+ --density-gap: 0.75rem;
4634
+ --density-text: 1rem;
4635
+ }
4636
+ :root {
4424
4637
  --social-platform-instagram: #E1306C;
4425
4638
  --social-platform-tiktok: #FE2C55;
4426
4639
  --social-platform-youtube: #FF0000;
@@ -4452,6 +4665,16 @@
4452
4665
  --brand-400: 151.3deg 66.9% 66.9%;
4453
4666
  --brand-300: 147.5deg 72% 80.4%;
4454
4667
  --brand-200: 147.6deg 72.5% 90%;
4668
+ --brand-alpha-5: hsla(153, 60%, 53%, 0.05);
4669
+ --brand-alpha-10: hsla(153, 60%, 53%, 0.1);
4670
+ --brand-alpha-20: hsla(153, 60%, 53%, 0.2);
4671
+ --brand-alpha-30: hsla(153, 60%, 53%, 0.3);
4672
+ --destructive-alpha-5: hsla(10, 78%, 54%, 0.05);
4673
+ --destructive-alpha-10: hsla(10, 78%, 54%, 0.1);
4674
+ --destructive-alpha-20: hsla(10, 78%, 54%, 0.2);
4675
+ --warning-alpha-5: hsla(30, 80%, 48%, 0.05);
4676
+ --warning-alpha-10: hsla(30, 80%, 48%, 0.1);
4677
+ --warning-alpha-20: hsla(30, 80%, 48%, 0.2);
4455
4678
  --warning-default: 30.3deg 80.3% 47.8%;
4456
4679
  --warning-600: 30.3deg 80.3% 47.8%;
4457
4680
  --warning-500: 36.3deg 85.7% 67.1%;
@@ -4487,8 +4710,8 @@
4487
4710
  --border-overlay: 0deg 0% 91%;
4488
4711
  --border-secondary: 0deg 0% 92.9%;
4489
4712
  --border-muted: 0deg 0% 92.9%;
4490
- --background-dash-canvas: 0deg 0% 97.3%;
4491
- --background-dash-sidebar: 0deg 0% 98.8%;
4713
+ --background-canvas: 0deg 0% 97.3%;
4714
+ --background-sidebar: 0deg 0% 98.8%;
4492
4715
  --background-button-default: 0deg 0% 98.8%;
4493
4716
  --background-overlay-hover: 0deg 0% 95.3%;
4494
4717
  --background-overlay-default: 0deg 0% 98.8%;
@@ -4497,11 +4720,14 @@
4497
4720
  --background-default: 0deg 0% 98.8%;
4498
4721
  --background-200: 0deg 0% 97.3%;
4499
4722
  --foreground-default: 0deg 0% 9%;
4500
- --chart-1: 156.5deg 86.5% 26.1%;
4501
- --chart-2: 9.9deg 82% 43.5%;
4502
- --chart-3: 30.3deg 80.3% 47.8%;
4503
- --chart-4: 247.8deg 100% 70%;
4504
- --chart-5: var(--colors-gray-light-900);
4723
+ --chart-1: 153deg 55% 42%;
4724
+ --chart-2: 198deg 50% 48%;
4725
+ --chart-3: 240deg 40% 54%;
4726
+ --chart-4: 310deg 38% 52%;
4727
+ --chart-5: 355deg 45% 52%;
4728
+ --chart-6: 35deg 52% 48%;
4729
+ --chart-7: 75deg 38% 46%;
4730
+ --chart-8: 118deg 35% 46%;
4505
4731
  --engagement-excellent: 142deg 76% 19%;
4506
4732
  --engagement-excellent-hover: 143deg 72% 14%;
4507
4733
  --engagement-very-good: 142deg 71% 45%;
@@ -4518,6 +4744,22 @@
4518
4744
  --sentiment-positive: 142deg 71% 45%;
4519
4745
  --sentiment-negative: 0deg 84% 60%;
4520
4746
  --sentiment-neutral: 0deg 0% 43.5%;
4747
+ --sentiment-mixed: var(--warning);
4748
+ --score-excellent: 142deg 76% 26%;
4749
+ --score-excellent-bg: 142deg 76% 95%;
4750
+ --score-good: 84deg 81% 44%;
4751
+ --score-good-bg: 84deg 81% 94%;
4752
+ --score-moderate: 48deg 96% 50%;
4753
+ --score-moderate-bg: 48deg 96% 94%;
4754
+ --score-poor: 25deg 95% 53%;
4755
+ --score-poor-bg: 25deg 95% 94%;
4756
+ --score-critical: 0deg 84% 60%;
4757
+ --score-critical-bg: 0deg 84% 95%;
4758
+ --elevation-0: none;
4759
+ --elevation-1: 0 1px 2px 0 rgb(0 0 0 / 0.05);
4760
+ --elevation-2: 0 4px 6px -1px rgb(0 0 0 / 0.07), 0 2px 4px -2px rgb(0 0 0 / 0.05);
4761
+ --elevation-3: 0 10px 15px -3px rgb(0 0 0 / 0.08), 0 4px 6px -4px rgb(0 0 0 / 0.04);
4762
+ --elevation-4: 0 20px 25px -5px rgb(0 0 0 / 0.08), 0 8px 10px -6px rgb(0 0 0 / 0.04);
4521
4763
  }
4522
4764
  [data-theme='dark'], .dark {
4523
4765
  --helpers-os-appearance: Dark;
@@ -4544,6 +4786,16 @@
4544
4786
  --brand-400: 155.5deg 100% 9.6%;
4545
4787
  --brand-300: 155.1deg 100% 8%;
4546
4788
  --brand-200: 162deg 100% 2%;
4789
+ --brand-alpha-5: hsla(153, 60%, 53%, 0.05);
4790
+ --brand-alpha-10: hsla(153, 60%, 53%, 0.1);
4791
+ --brand-alpha-20: hsla(153, 60%, 53%, 0.2);
4792
+ --brand-alpha-30: hsla(153, 60%, 53%, 0.3);
4793
+ --destructive-alpha-5: hsla(10, 78%, 54%, 0.05);
4794
+ --destructive-alpha-10: hsla(10, 78%, 54%, 0.1);
4795
+ --destructive-alpha-20: hsla(10, 78%, 54%, 0.2);
4796
+ --warning-alpha-5: hsla(39, 100%, 43%, 0.05);
4797
+ --warning-alpha-10: hsla(39, 100%, 43%, 0.1);
4798
+ --warning-alpha-20: hsla(39, 100%, 43%, 0.2);
4547
4799
  --warning-default: 38.9deg 100% 42.9%;
4548
4800
  --warning-600: 38.9deg 100% 42.9%;
4549
4801
  --warning-500: 34.8deg 90.9% 21.6%;
@@ -4564,8 +4816,8 @@
4564
4816
  --border-secondary: 0deg 0% 14.1%;
4565
4817
  --border-muted: 0deg 0% 14.1%;
4566
4818
  --border-default: 0deg 0% 18%;
4567
- --background-dash-canvas: 0deg 0% 7.1%;
4568
- --background-dash-sidebar: 0deg 0% 9%;
4819
+ --background-canvas: 0deg 0% 7.1%;
4820
+ --background-sidebar: 0deg 0% 9%;
4569
4821
  --background-dialog-default: 0deg 0% 7.1%;
4570
4822
  --background-muted: 0deg 0% 14.1%;
4571
4823
  --background-overlay-hover: 0deg 0% 18%;
@@ -4589,11 +4841,14 @@
4589
4841
  --border-button-default: var(--colors-gray-dark-700);
4590
4842
  --background-button-default: var(--colors-gray-dark-500);
4591
4843
  --background-alternative-200: var(--colors-gray-dark-200);
4592
- --chart-1: 154.9deg 100% 19.2%;
4593
- --chart-2: 9.7deg 85.2% 62.9%;
4594
- --chart-3: 38.9deg 100% 42.9%;
4595
- --chart-4: 247.8deg 100% 70%;
4596
- --chart-5: var(--colors-gray-dark-1000);
4844
+ --chart-1: 153deg 60% 54%;
4845
+ --chart-2: 198deg 55% 60%;
4846
+ --chart-3: 240deg 45% 66%;
4847
+ --chart-4: 310deg 42% 64%;
4848
+ --chart-5: 355deg 50% 64%;
4849
+ --chart-6: 35deg 56% 60%;
4850
+ --chart-7: 75deg 42% 58%;
4851
+ --chart-8: 118deg 40% 58%;
4597
4852
  --engagement-excellent: 142deg 76% 26%;
4598
4853
  --engagement-excellent-hover: 142deg 76% 19%;
4599
4854
  --engagement-very-good: 142deg 71% 45%;
@@ -4610,99 +4865,22 @@
4610
4865
  --sentiment-positive: 142deg 71% 45%;
4611
4866
  --sentiment-negative: 0deg 84% 60%;
4612
4867
  --sentiment-neutral: 0deg 0% 53.7%;
4613
- color-scheme: dark;
4614
- }
4615
- [data-theme='classic-dark'] {
4616
- --helpers-os-appearance: Classic Dark;
4617
- --social-platform-twitter: #E7E9EA;
4618
- --social-platform-threads: #E7E9EA;
4619
- --shadow-tooltip: 0 2px 12px rgba(0, 0, 0, 0.45);
4620
- --shadow-tooltip-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.35), 0 8px 10px -6px rgba(0, 0, 0, 0.25);
4621
- --focus-ring-color: hsl(var(--brand-default));
4622
- --placeholder-color: hsl(var(--foreground-muted));
4623
- --disabled-opacity: 0.5;
4624
- --transition-base: 150ms ease;
4625
- --code-block-5: 13.8deg 89.7% 69.6%;
4626
- --code-block-4: 276.1deg 67.7% 74.5%;
4627
- --code-block-3: 83.8deg 61.7% 63.1%;
4628
- --code-block-2: 33.2deg 90.3% 75.7%;
4629
- --code-block-1: 170.8deg 43.1% 61.4%;
4630
- --secondary-default: 247.8deg 75% 65%;
4631
- --secondary-400: 248deg 52% 28%;
4632
- --secondary-200: 248deg 48% 13%;
4633
- --brand-link: 153.1deg 60.2% 52.7%;
4634
- --brand-default: 153.1deg 60.2% 52.7%;
4635
- --brand-600: 153deg 59.5% 70%;
4636
- --brand-500: 153.5deg 61.8% 21.6%;
4637
- --brand-400: 153.3deg 65.2% 13.5%;
4638
- --brand-300: 153.8deg 69.6% 9%;
4639
- --brand-200: 152.5deg 75% 6.3%;
4640
- --warning-default: 38.9deg 100% 42.9%;
4641
- --warning-600: 38.9deg 100% 42.9%;
4642
- --warning-500: 34.8deg 90.9% 21.6%;
4643
- --warning-400: 33.2deg 100% 14.5%;
4644
- --warning-300: 32.3deg 100% 10.2%;
4645
- --warning-200: 36.8deg 100% 6.1%;
4646
- --destructive-default: 10.2deg 77.9% 53.9%;
4647
- --destructive-600: 9.7deg 85.2% 62.9%;
4648
- --destructive-500: 7.9deg 71.6% 29%;
4649
- --destructive-400: 6.7deg 60% 20.6%;
4650
- --destructive-300: 7.5deg 51.3% 15.3%;
4651
- --destructive-200: 10.9deg 23.4% 9.2%;
4652
- --background-dash-sidebar: 0deg 0% 11%;
4653
- --background-dialog-default: 0deg 0% 11%;
4654
- --background-surface-75: 0deg 0% 12.5%;
4655
- --background-200: 0deg 0% 11%;
4656
- --foreground-contrast: 0deg 0% 11%;
4657
- --border-button-hover: var(--colors-gray-dark-800);
4658
- --border-button-default: var(--colors-gray-dark-700);
4659
- --border-stronger: var(--colors-gray-dark-800);
4660
- --border-strong: var(--colors-gray-dark-700);
4661
- --border-alternative: var(--colors-gray-dark-500);
4662
- --border-control: var(--colors-gray-dark-600);
4663
- --border-overlay: var(--colors-gray-dark-500);
4664
- --border-secondary: var(--colors-gray-dark-500);
4665
- --border-muted: var(--colors-gray-dark-500);
4666
- --border-default: var(--colors-gray-dark-600);
4667
- --background-dash-canvas: var(--colors-gray-dark-200);
4668
- --background-button-default: var(--colors-gray-dark-500);
4669
- --background-muted: var(--colors-gray-dark-400);
4670
- --background-overlay-hover: var(--colors-gray-dark-500);
4671
- --background-overlay-default: var(--colors-gray-dark-300);
4672
- --background-surface-400: var(--colors-gray-dark-700);
4673
- --background-surface-300: var(--colors-gray-dark-500);
4674
- --background-surface-200: var(--colors-gray-dark-400);
4675
- --background-surface-100: var(--colors-gray-dark-300);
4676
- --background-control: var(--colors-gray-dark-300);
4677
- --background-selection: var(--colors-gray-dark-600);
4678
- --background-alternative-default: var(--colors-gray-dark-100);
4679
- --background-alternative-200: var(--colors-gray-dark-200);
4680
- --background-default: var(--colors-gray-dark-200);
4681
- --foreground-muted: var(--colors-gray-dark-900);
4682
- --foreground-lighter: var(--colors-gray-dark-1000);
4683
- --foreground-light: var(--colors-gray-dark-1100);
4684
- --foreground-default: var(--colors-gray-dark-1200);
4685
- --chart-1: 154.9deg 100% 19.2%;
4686
- --chart-2: 9.7deg 85.2% 62.9%;
4687
- --chart-3: 38.9deg 100% 42.9%;
4688
- --chart-4: 247.8deg 100% 70%;
4689
- --chart-5: var(--colors-gray-dark-1000);
4690
- --engagement-excellent: 142deg 76% 26%;
4691
- --engagement-excellent-hover: 142deg 76% 19%;
4692
- --engagement-very-good: 142deg 71% 45%;
4693
- --engagement-very-good-hover: 142deg 72% 35%;
4694
- --engagement-good: 84deg 81% 44%;
4695
- --engagement-good-hover: 85deg 85% 35%;
4696
- --engagement-average: 48deg 96% 50%;
4697
- --engagement-average-hover: 48deg 96% 42%;
4698
- --engagement-low: 25deg 95% 53%;
4699
- --engagement-low-hover: 25deg 95% 45%;
4700
- --engagement-poor: 0deg 84% 60%;
4701
- --engagement-poor-hover: 0deg 72% 51%;
4702
- --engagement-inactive: 0deg 0% 24.3%;
4703
- --sentiment-positive: 142deg 71% 45%;
4704
- --sentiment-negative: 0deg 84% 60%;
4705
- --sentiment-neutral: 0deg 0% 53.7%;
4868
+ --sentiment-mixed: var(--warning);
4869
+ --score-excellent: 142deg 76% 36%;
4870
+ --score-excellent-bg: 142deg 76% 10%;
4871
+ --score-good: 84deg 81% 44%;
4872
+ --score-good-bg: 84deg 81% 12%;
4873
+ --score-moderate: 48deg 96% 50%;
4874
+ --score-moderate-bg: 48deg 96% 12%;
4875
+ --score-poor: 25deg 95% 53%;
4876
+ --score-poor-bg: 25deg 95% 12%;
4877
+ --score-critical: 0deg 84% 60%;
4878
+ --score-critical-bg: 0deg 84% 12%;
4879
+ --elevation-0: none;
4880
+ --elevation-1: 0 1px 3px 0 rgb(0 0 0 / 0.2);
4881
+ --elevation-2: 0 4px 8px -1px rgb(0 0 0 / 0.25), 0 2px 4px -2px rgb(0 0 0 / 0.15);
4882
+ --elevation-3: 0 10px 20px -3px rgb(0 0 0 / 0.3), 0 4px 8px -4px rgb(0 0 0 / 0.2);
4883
+ --elevation-4: 0 20px 30px -5px rgb(0 0 0 / 0.35), 0 8px 12px -6px rgb(0 0 0 / 0.25);
4706
4884
  color-scheme: dark;
4707
4885
  }
4708
4886
  @font-face {
@@ -4745,7 +4923,7 @@
4745
4923
  --input: var(--border-control);
4746
4924
  --ring: var(--brand-default);
4747
4925
  --radius: 0.5rem;
4748
- --sidebar: var(--background-dash-sidebar);
4926
+ --sidebar: var(--background-sidebar);
4749
4927
  --sidebar-foreground: var(--foreground-default);
4750
4928
  --sidebar-primary: var(--brand-default);
4751
4929
  --sidebar-primary-foreground: var(--foreground-contrast);
@@ -4753,6 +4931,9 @@
4753
4931
  --sidebar-accent-foreground: var(--foreground-default);
4754
4932
  --sidebar-border: var(--border-muted);
4755
4933
  --sidebar-ring: var(--brand-default);
4934
+ --nav-rail-width: 3.5rem;
4935
+ --nav-panel-width: 16rem;
4936
+ --nav-panel-width-mobile: 18rem;
4756
4937
  --chart-1: var(--chart-1);
4757
4938
  --chart-2: var(--chart-2);
4758
4939
  --chart-3: var(--chart-3);
@@ -5155,10 +5336,10 @@
5155
5336
  background-color: hsl(var(--background-dialog-default));
5156
5337
  }
5157
5338
  .bg-dash-sidebar {
5158
- background-color: hsl(var(--background-dash-sidebar));
5339
+ background-color: hsl(var(--background-sidebar));
5159
5340
  }
5160
5341
  .bg-dash-canvas {
5161
- background-color: hsl(var(--background-dash-canvas));
5342
+ background-color: hsl(var(--background-canvas));
5162
5343
  }
5163
5344
  .bg-studio {
5164
5345
  background-color: hsl(var(--background-200));
@@ -5265,15 +5446,6 @@
5265
5446
  .hover\:border-brand-600:hover {
5266
5447
  border-color: hsl(var(--brand-600));
5267
5448
  }
5268
- .dark .hover\:border-brand:hover, .dark\:hover\:border-brand:is(.dark *):hover {
5269
- border-color: hsl(var(--brand-default));
5270
- }
5271
- .hover\:bg-brand\/80:hover {
5272
- background-color: hsl(var(--brand-default) / 0.8);
5273
- }
5274
- .dark .hover\:bg-brand\/50:hover, .dark\:hover\:bg-brand\/50:is(.dark *):hover {
5275
- background-color: hsl(var(--brand-default) / 0.5);
5276
- }
5277
5449
  .text-brand-600 {
5278
5450
  color: hsl(var(--brand-600));
5279
5451
  }
@@ -5391,9 +5563,6 @@
5391
5563
  .dark .border-destructive-600, .dark\:border-destructive-600:is(.dark *) {
5392
5564
  border-color: hsl(var(--destructive-600));
5393
5565
  }
5394
- .border-border-strong {
5395
- border-color: hsl(var(--border-strong));
5396
- }
5397
5566
  .bg-brand-200\/10 {
5398
5567
  background-color: hsl(var(--brand-200) / 0.1);
5399
5568
  }
@@ -5516,9 +5685,6 @@
5516
5685
  .border-foreground-muted {
5517
5686
  border-color: hsl(var(--border-stronger));
5518
5687
  }
5519
- .border-border-strong {
5520
- border-color: hsl(var(--border-strong));
5521
- }
5522
5688
  .outline-brand-600 {
5523
5689
  outline-color: hsl(var(--brand-600));
5524
5690
  }
@@ -5584,6 +5750,46 @@
5584
5750
  line-height: 1.25;
5585
5751
  font-weight: 600;
5586
5752
  }
5753
+ .text-display-lg {
5754
+ font-size: 1.5rem;
5755
+ line-height: 1.2;
5756
+ font-weight: 700;
5757
+ letter-spacing: -0.025em;
5758
+ }
5759
+ .text-display-xl {
5760
+ font-size: 2.25rem;
5761
+ line-height: 1.1;
5762
+ font-weight: 700;
5763
+ letter-spacing: -0.03em;
5764
+ }
5765
+ .text-stat {
5766
+ font-size: 2rem;
5767
+ line-height: 1;
5768
+ font-weight: 700;
5769
+ letter-spacing: -0.02em;
5770
+ font-variant-numeric: tabular-nums;
5771
+ }
5772
+ }
5773
+ :root {
5774
+ --duration-fast: 150ms;
5775
+ --duration-normal: 200ms;
5776
+ --duration-slow: 300ms;
5777
+ --easing-standard: cubic-bezier(0.4, 0, 0.2, 1);
5778
+ --easing-decelerate: cubic-bezier(0, 0, 0.2, 1);
5779
+ --easing-accelerate: cubic-bezier(0.4, 0, 1, 1);
5780
+ }
5781
+ @media (prefers-reduced-motion: reduce) {
5782
+ :root {
5783
+ --duration-fast: 0ms;
5784
+ --duration-normal: 0ms;
5785
+ --duration-slow: 0ms;
5786
+ }
5787
+ *, ::before, ::after {
5788
+ animation-duration: 0.01ms !important;
5789
+ animation-iteration-count: 1 !important;
5790
+ transition-duration: 0.01ms !important;
5791
+ scroll-behavior: auto !important;
5792
+ }
5587
5793
  }
5588
5794
  @keyframes enter {
5589
5795
  from {
@@ -5632,11 +5838,6 @@
5632
5838
  syntax: "*";
5633
5839
  inherits: false;
5634
5840
  }
5635
- @property --tw-divide-x-reverse {
5636
- syntax: "*";
5637
- inherits: false;
5638
- initial-value: 0;
5639
- }
5640
5841
  @property --tw-border-style {
5641
5842
  syntax: "*";
5642
5843
  inherits: false;
@@ -5863,6 +6064,11 @@
5863
6064
  initial-value: "";
5864
6065
  inherits: false;
5865
6066
  }
6067
+ @property --tw-space-x-reverse {
6068
+ syntax: "*";
6069
+ inherits: false;
6070
+ initial-value: 0;
6071
+ }
5866
6072
  @layer properties {
5867
6073
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
5868
6074
  *, ::before, ::after, ::backdrop {
@@ -5874,7 +6080,6 @@
5874
6080
  --tw-rotate-z: initial;
5875
6081
  --tw-skew-x: initial;
5876
6082
  --tw-skew-y: initial;
5877
- --tw-divide-x-reverse: 0;
5878
6083
  --tw-border-style: solid;
5879
6084
  --tw-gradient-position: initial;
5880
6085
  --tw-gradient-from: #0000;
@@ -5926,6 +6131,7 @@
5926
6131
  --tw-scale-y: 1;
5927
6132
  --tw-scale-z: 1;
5928
6133
  --tw-content: "";
6134
+ --tw-space-x-reverse: 0;
5929
6135
  }
5930
6136
  }
5931
6137
  }