@owodesign/owoui 0.1.2 → 0.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.
@@ -1,4 +1,5 @@
1
1
  /*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
2
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
2
3
  @layer properties;
3
4
  @layer theme, base, components, utilities;
4
5
  @layer theme {
@@ -13,7 +14,6 @@
13
14
  --container-md: 28rem;
14
15
  --container-lg: 32rem;
15
16
  --container-2xl: 42rem;
16
- --container-4xl: 56rem;
17
17
  --text-xs: 0.75rem;
18
18
  --text-xs--line-height: calc(1 / 0.75);
19
19
  --text-sm: 0.875rem;
@@ -22,11 +22,24 @@
22
22
  --text-base--line-height: calc(1.5 / 1);
23
23
  --text-lg: 1.125rem;
24
24
  --text-lg--line-height: calc(1.75 / 1.125);
25
+ --text-xl: 1.25rem;
26
+ --text-xl--line-height: calc(1.75 / 1.25);
25
27
  --text-2xl: 1.5rem;
26
28
  --text-2xl--line-height: calc(2 / 1.5);
29
+ --text-3xl: 1.875rem;
30
+ --text-3xl--line-height: calc(2.25 / 1.875);
31
+ --text-4xl: 2.25rem;
32
+ --text-4xl--line-height: calc(2.5 / 2.25);
27
33
  --font-weight-medium: 500;
28
34
  --font-weight-semibold: 600;
35
+ --font-weight-bold: 700;
36
+ --font-weight-extrabold: 800;
37
+ --tracking-tighter: -0.05em;
38
+ --tracking-tight: -0.025em;
29
39
  --tracking-wider: 0.05em;
40
+ --tracking-widest: 0.1em;
41
+ --leading-tight: 1.25;
42
+ --leading-snug: 1.375;
30
43
  --leading-relaxed: 1.625;
31
44
  --radius-md: 0.375rem;
32
45
  --radius-lg: 0.5rem;
@@ -44,10 +57,9 @@
44
57
  --color-n600: #71717a;
45
58
  --color-n500: #a1a1aa;
46
59
  --color-n400: #d4d4d8;
47
- --color-n300: #e4e4e7;
48
- --color-brand-primary: #9f1239;
49
- --color-brand-primary-hover: #be123c;
50
- --color-surface-canvas: #fafafa;
60
+ --color-brand-primary: #1a1a1a;
61
+ --color-brand-primary-hover: #000000;
62
+ --color-surface-canvas: #ffffff;
51
63
  --color-surface-base: #ffffff;
52
64
  --color-surface-subtle: #fafaf9;
53
65
  --color-surface-raised: #ffffff;
@@ -277,6 +289,15 @@
277
289
  .top-0 {
278
290
  top: calc(var(--spacing) * 0);
279
291
  }
292
+ .top-1\/2 {
293
+ top: calc(1 / 2 * 100%);
294
+ }
295
+ .top-16 {
296
+ top: calc(var(--spacing) * 16);
297
+ }
298
+ .top-full {
299
+ top: 100%;
300
+ }
280
301
  .right-0 {
281
302
  right: calc(var(--spacing) * 0);
282
303
  }
@@ -289,12 +310,21 @@
289
310
  .left-0 {
290
311
  left: calc(var(--spacing) * 0);
291
312
  }
313
+ .left-2\.5 {
314
+ left: calc(var(--spacing) * 2.5);
315
+ }
316
+ .left-4 {
317
+ left: calc(var(--spacing) * 4);
318
+ }
292
319
  .z-10 {
293
320
  z-index: 10;
294
321
  }
295
322
  .z-20 {
296
323
  z-index: 20;
297
324
  }
325
+ .z-40 {
326
+ z-index: 40;
327
+ }
298
328
  .z-50 {
299
329
  z-index: 50;
300
330
  }
@@ -337,8 +367,8 @@
337
367
  .mt-3 {
338
368
  margin-top: calc(var(--spacing) * 3);
339
369
  }
340
- .mt-4 {
341
- margin-top: calc(var(--spacing) * 4);
370
+ .mt-auto {
371
+ margin-top: auto;
342
372
  }
343
373
  .-mr-1 {
344
374
  margin-right: calc(var(--spacing) * -1);
@@ -349,20 +379,29 @@
349
379
  .mb-1 {
350
380
  margin-bottom: calc(var(--spacing) * 1);
351
381
  }
352
- .mb-1\.5 {
353
- margin-bottom: calc(var(--spacing) * 1.5);
354
- }
355
382
  .mb-2 {
356
383
  margin-bottom: calc(var(--spacing) * 2);
357
384
  }
358
385
  .mb-3 {
359
386
  margin-bottom: calc(var(--spacing) * 3);
360
387
  }
361
- .mb-5 {
362
- margin-bottom: calc(var(--spacing) * 5);
388
+ .mb-4 {
389
+ margin-bottom: calc(var(--spacing) * 4);
390
+ }
391
+ .ml-2 {
392
+ margin-left: calc(var(--spacing) * 2);
363
393
  }
364
- .mb-8 {
365
- margin-bottom: calc(var(--spacing) * 8);
394
+ .ml-64 {
395
+ margin-left: calc(var(--spacing) * 64);
396
+ }
397
+ .ml-auto {
398
+ margin-left: auto;
399
+ }
400
+ .line-clamp-2 {
401
+ overflow: hidden;
402
+ display: -webkit-box;
403
+ -webkit-box-orient: vertical;
404
+ -webkit-line-clamp: 2;
366
405
  }
367
406
  .block {
368
407
  display: block;
@@ -382,6 +421,12 @@
382
421
  .inline-flex {
383
422
  display: inline-flex;
384
423
  }
424
+ .table {
425
+ display: table;
426
+ }
427
+ .h-2 {
428
+ height: calc(var(--spacing) * 2);
429
+ }
385
430
  .h-3 {
386
431
  height: calc(var(--spacing) * 3);
387
432
  }
@@ -412,18 +457,33 @@
412
457
  .h-14 {
413
458
  height: calc(var(--spacing) * 14);
414
459
  }
460
+ .h-16 {
461
+ height: calc(var(--spacing) * 16);
462
+ }
463
+ .h-24 {
464
+ height: calc(var(--spacing) * 24);
465
+ }
466
+ .h-28 {
467
+ height: calc(var(--spacing) * 28);
468
+ }
469
+ .h-48 {
470
+ height: calc(var(--spacing) * 48);
471
+ }
415
472
  .h-\[20rem\] {
416
473
  height: 20rem;
417
474
  }
418
475
  .h-\[26rem\] {
419
476
  height: 26rem;
420
477
  }
421
- .h-dvh {
422
- height: 100dvh;
478
+ .h-\[500px\] {
479
+ height: 500px;
423
480
  }
424
481
  .h-full {
425
482
  height: 100%;
426
483
  }
484
+ .max-h-52 {
485
+ max-height: calc(var(--spacing) * 52);
486
+ }
427
487
  .max-h-60 {
428
488
  max-height: calc(var(--spacing) * 60);
429
489
  }
@@ -445,12 +505,24 @@
445
505
  .min-h-dvh {
446
506
  min-height: 100dvh;
447
507
  }
508
+ .min-h-screen {
509
+ min-height: 100vh;
510
+ }
511
+ .w-2 {
512
+ width: calc(var(--spacing) * 2);
513
+ }
514
+ .w-2\/5 {
515
+ width: calc(2 / 5 * 100%);
516
+ }
448
517
  .w-3\.5 {
449
518
  width: calc(var(--spacing) * 3.5);
450
519
  }
451
520
  .w-3\/4 {
452
521
  width: calc(3 / 4 * 100%);
453
522
  }
523
+ .w-3\/5 {
524
+ width: calc(3 / 5 * 100%);
525
+ }
454
526
  .w-4 {
455
527
  width: calc(var(--spacing) * 4);
456
528
  }
@@ -481,6 +553,9 @@
481
553
  .w-14 {
482
554
  width: calc(var(--spacing) * 14);
483
555
  }
556
+ .w-16 {
557
+ width: calc(var(--spacing) * 16);
558
+ }
484
559
  .w-20 {
485
560
  width: calc(var(--spacing) * 20);
486
561
  }
@@ -490,15 +565,18 @@
490
565
  .w-32 {
491
566
  width: calc(var(--spacing) * 32);
492
567
  }
568
+ .w-36 {
569
+ width: calc(var(--spacing) * 36);
570
+ }
571
+ .w-44 {
572
+ width: calc(var(--spacing) * 44);
573
+ }
493
574
  .w-48 {
494
575
  width: calc(var(--spacing) * 48);
495
576
  }
496
577
  .w-64 {
497
578
  width: calc(var(--spacing) * 64);
498
579
  }
499
- .w-72 {
500
- width: calc(var(--spacing) * 72);
501
- }
502
580
  .w-80 {
503
581
  width: calc(var(--spacing) * 80);
504
582
  }
@@ -508,9 +586,6 @@
508
586
  .max-w-2xl {
509
587
  max-width: var(--container-2xl);
510
588
  }
511
- .max-w-4xl {
512
- max-width: var(--container-4xl);
513
- }
514
589
  .max-w-\[26rem\] {
515
590
  max-width: 26rem;
516
591
  }
@@ -520,6 +595,9 @@
520
595
  .max-w-\[200px\] {
521
596
  max-width: 200px;
522
597
  }
598
+ .max-w-\[1400px\] {
599
+ max-width: 1400px;
600
+ }
523
601
  .max-w-full {
524
602
  max-width: 100%;
525
603
  }
@@ -538,8 +616,8 @@
538
616
  .min-w-0 {
539
617
  min-width: calc(var(--spacing) * 0);
540
618
  }
541
- .min-w-\[120px\] {
542
- min-width: 120px;
619
+ .min-w-\[3ch\] {
620
+ min-width: 3ch;
543
621
  }
544
622
  .flex-1 {
545
623
  flex: 1;
@@ -547,6 +625,9 @@
547
625
  .shrink-0 {
548
626
  flex-shrink: 0;
549
627
  }
628
+ .border-collapse {
629
+ border-collapse: collapse;
630
+ }
550
631
  .-translate-x-full {
551
632
  --tw-translate-x: -100%;
552
633
  translate: var(--tw-translate-x) var(--tw-translate-y);
@@ -571,6 +652,10 @@
571
652
  --tw-translate-x: 100%;
572
653
  translate: var(--tw-translate-x) var(--tw-translate-y);
573
654
  }
655
+ .-translate-y-1\/2 {
656
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
657
+ translate: var(--tw-translate-x) var(--tw-translate-y);
658
+ }
574
659
  .rotate-180 {
575
660
  rotate: 180deg;
576
661
  }
@@ -586,6 +671,9 @@
586
671
  .animate-\[tooltip-in_0\.15s_var\(--ease-standard\)\] {
587
672
  animation: tooltip-in 0.15s var(--ease-standard);
588
673
  }
674
+ .animate-spin {
675
+ animation: var(--animate-spin);
676
+ }
589
677
  .cursor-default {
590
678
  cursor: default;
591
679
  }
@@ -601,6 +689,12 @@
601
689
  .resize {
602
690
  resize: both;
603
691
  }
692
+ .grid-cols-1 {
693
+ grid-template-columns: repeat(1, minmax(0, 1fr));
694
+ }
695
+ .grid-cols-2 {
696
+ grid-template-columns: repeat(2, minmax(0, 1fr));
697
+ }
604
698
  .grid-cols-\[auto_minmax\(0\,1fr\)\] {
605
699
  grid-template-columns: auto minmax(0,1fr);
606
700
  }
@@ -613,6 +707,9 @@
613
707
  .flex-wrap {
614
708
  flex-wrap: wrap;
615
709
  }
710
+ .items-baseline {
711
+ align-items: baseline;
712
+ }
616
713
  .items-center {
617
714
  align-items: center;
618
715
  }
@@ -649,12 +746,22 @@
649
746
  .gap-4 {
650
747
  gap: calc(var(--spacing) * 4);
651
748
  }
749
+ .gap-5 {
750
+ gap: calc(var(--spacing) * 5);
751
+ }
652
752
  .gap-6 {
653
753
  gap: calc(var(--spacing) * 6);
654
754
  }
655
755
  .gap-8 {
656
756
  gap: calc(var(--spacing) * 8);
657
757
  }
758
+ .space-y-1 {
759
+ :where(& > :not(:last-child)) {
760
+ --tw-space-y-reverse: 0;
761
+ margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
762
+ margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
763
+ }
764
+ }
658
765
  .space-y-2 {
659
766
  :where(& > :not(:last-child)) {
660
767
  --tw-space-y-reverse: 0;
@@ -676,6 +783,20 @@
676
783
  margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
677
784
  }
678
785
  }
786
+ .space-y-5 {
787
+ :where(& > :not(:last-child)) {
788
+ --tw-space-y-reverse: 0;
789
+ margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
790
+ margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
791
+ }
792
+ }
793
+ .space-y-6 {
794
+ :where(& > :not(:last-child)) {
795
+ --tw-space-y-reverse: 0;
796
+ margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
797
+ margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
798
+ }
799
+ }
679
800
  .space-y-8 {
680
801
  :where(& > :not(:last-child)) {
681
802
  --tw-space-y-reverse: 0;
@@ -683,6 +804,27 @@
683
804
  margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
684
805
  }
685
806
  }
807
+ .space-y-12 {
808
+ :where(& > :not(:last-child)) {
809
+ --tw-space-y-reverse: 0;
810
+ margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
811
+ margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
812
+ }
813
+ }
814
+ .divide-y {
815
+ :where(& > :not(:last-child)) {
816
+ --tw-divide-y-reverse: 0;
817
+ border-bottom-style: var(--tw-border-style);
818
+ border-top-style: var(--tw-border-style);
819
+ border-top-width: calc(1px * var(--tw-divide-y-reverse));
820
+ border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
821
+ }
822
+ }
823
+ .divide-\[var\(--ui-surface-border\)\] {
824
+ :where(& > :not(:last-child)) {
825
+ border-color: var(--ui-surface-border);
826
+ }
827
+ }
686
828
  .truncate {
687
829
  overflow: hidden;
688
830
  text-overflow: ellipsis;
@@ -694,18 +836,12 @@
694
836
  .overflow-hidden {
695
837
  overflow: hidden;
696
838
  }
697
- .overflow-visible {
698
- overflow: visible;
699
- }
700
839
  .overflow-x-auto {
701
840
  overflow-x: auto;
702
841
  }
703
842
  .overflow-y-auto {
704
843
  overflow-y: auto;
705
844
  }
706
- .overscroll-contain {
707
- overscroll-behavior: contain;
708
- }
709
845
  .rounded {
710
846
  border-radius: 0.25rem;
711
847
  }
@@ -721,18 +857,14 @@
721
857
  .rounded-xl {
722
858
  border-radius: var(--radius-xl);
723
859
  }
724
- .rounded-t-lg {
725
- border-top-left-radius: var(--radius-lg);
726
- border-top-right-radius: var(--radius-lg);
860
+ .rounded-t {
861
+ border-top-left-radius: 0.25rem;
862
+ border-top-right-radius: 0.25rem;
727
863
  }
728
864
  .rounded-t-md {
729
865
  border-top-left-radius: var(--radius-md);
730
866
  border-top-right-radius: var(--radius-md);
731
867
  }
732
- .rounded-b-lg {
733
- border-bottom-right-radius: var(--radius-lg);
734
- border-bottom-left-radius: var(--radius-lg);
735
- }
736
868
  .border {
737
869
  border-style: var(--tw-border-style);
738
870
  border-width: 1px;
@@ -773,21 +905,18 @@
773
905
  .border-\[var\(--ui-surface-border\)\] {
774
906
  border-color: var(--ui-surface-border);
775
907
  }
908
+ .border-\[var\(--ui-surface-border-muted\)\] {
909
+ border-color: var(--ui-surface-border-muted);
910
+ }
911
+ .border-\[var\(--ui-text-primary\)\] {
912
+ border-color: var(--ui-text-primary);
913
+ }
776
914
  .border-transparent {
777
915
  border-color: transparent;
778
916
  }
779
- .bg-\[color-mix\(in_srgb\,var\(--ui-accent-bg\)_10\%\,transparent\)\] {
780
- background-color: var(--ui-accent-bg);
781
- @supports (color: color-mix(in lab, red, red)) {
782
- background-color: color-mix(in srgb,var(--ui-accent-bg) 10%,transparent);
783
- }
784
- }
785
917
  .bg-\[var\(--color-code-block-bg\)\] {
786
918
  background-color: var(--color-code-block-bg);
787
919
  }
788
- .bg-\[var\(--color-n300\)\] {
789
- background-color: var(--color-n300);
790
- }
791
920
  .bg-\[var\(--color-overlay-strong\)\] {
792
921
  background-color: var(--color-overlay-strong);
793
922
  }
@@ -800,12 +929,15 @@
800
929
  .bg-\[var\(--color-surface-subtle\)\] {
801
930
  background-color: var(--color-surface-subtle);
802
931
  }
803
- .bg-\[var\(--ui-accent-bg\)\] {
804
- background-color: var(--ui-accent-bg);
932
+ .bg-\[var\(--ui-canvas-bg\)\] {
933
+ background-color: var(--ui-canvas-bg);
805
934
  }
806
935
  .bg-\[var\(--ui-surface-bg\)\] {
807
936
  background-color: var(--ui-surface-bg);
808
937
  }
938
+ .bg-\[var\(--ui-surface-bg-inset\)\] {
939
+ background-color: var(--ui-surface-bg-inset);
940
+ }
809
941
  .bg-\[var\(--ui-surface-bg-subtle\)\] {
810
942
  background-color: var(--ui-surface-bg-subtle);
811
943
  }
@@ -836,6 +968,15 @@
836
968
  .p-6 {
837
969
  padding: calc(var(--spacing) * 6);
838
970
  }
971
+ .p-8 {
972
+ padding: calc(var(--spacing) * 8);
973
+ }
974
+ .p-10 {
975
+ padding: calc(var(--spacing) * 10);
976
+ }
977
+ .p-12 {
978
+ padding: calc(var(--spacing) * 12);
979
+ }
839
980
  .px-1 {
840
981
  padding-inline: calc(var(--spacing) * 1);
841
982
  }
@@ -881,12 +1022,18 @@
881
1022
  .py-5 {
882
1023
  padding-block: calc(var(--spacing) * 5);
883
1024
  }
1025
+ .py-6 {
1026
+ padding-block: calc(var(--spacing) * 6);
1027
+ }
884
1028
  .py-8 {
885
1029
  padding-block: calc(var(--spacing) * 8);
886
1030
  }
887
1031
  .py-12 {
888
1032
  padding-block: calc(var(--spacing) * 12);
889
1033
  }
1034
+ .py-20 {
1035
+ padding-block: calc(var(--spacing) * 20);
1036
+ }
890
1037
  .pt-1 {
891
1038
  padding-top: calc(var(--spacing) * 1);
892
1039
  }
@@ -902,15 +1049,36 @@
902
1049
  .pt-5 {
903
1050
  padding-top: calc(var(--spacing) * 5);
904
1051
  }
1052
+ .pt-6 {
1053
+ padding-top: calc(var(--spacing) * 6);
1054
+ }
1055
+ .pt-16 {
1056
+ padding-top: calc(var(--spacing) * 16);
1057
+ }
1058
+ .pt-20 {
1059
+ padding-top: calc(var(--spacing) * 20);
1060
+ }
905
1061
  .pb-1 {
906
1062
  padding-bottom: calc(var(--spacing) * 1);
907
1063
  }
908
1064
  .pb-2 {
909
1065
  padding-bottom: calc(var(--spacing) * 2);
910
1066
  }
1067
+ .pb-3 {
1068
+ padding-bottom: calc(var(--spacing) * 3);
1069
+ }
1070
+ .pb-4 {
1071
+ padding-bottom: calc(var(--spacing) * 4);
1072
+ }
911
1073
  .pb-5 {
912
1074
  padding-bottom: calc(var(--spacing) * 5);
913
1075
  }
1076
+ .pb-6 {
1077
+ padding-bottom: calc(var(--spacing) * 6);
1078
+ }
1079
+ .pb-10 {
1080
+ padding-bottom: calc(var(--spacing) * 10);
1081
+ }
914
1082
  .pb-28 {
915
1083
  padding-bottom: calc(var(--spacing) * 28);
916
1084
  }
@@ -923,14 +1091,17 @@
923
1091
  .pb-48 {
924
1092
  padding-bottom: calc(var(--spacing) * 48);
925
1093
  }
1094
+ .pl-8 {
1095
+ padding-left: calc(var(--spacing) * 8);
1096
+ }
926
1097
  .text-center {
927
1098
  text-align: center;
928
1099
  }
929
1100
  .text-left {
930
1101
  text-align: left;
931
1102
  }
932
- .text-right {
933
- text-align: right;
1103
+ .font-\[family-name\:var\(--font-headline\)\] {
1104
+ font-family: var(--font-headline);
934
1105
  }
935
1106
  .font-mono {
936
1107
  font-family: var(--font-mono);
@@ -939,6 +1110,14 @@
939
1110
  font-size: var(--text-2xl);
940
1111
  line-height: var(--tw-leading, var(--text-2xl--line-height));
941
1112
  }
1113
+ .text-3xl {
1114
+ font-size: var(--text-3xl);
1115
+ line-height: var(--tw-leading, var(--text-3xl--line-height));
1116
+ }
1117
+ .text-4xl {
1118
+ font-size: var(--text-4xl);
1119
+ line-height: var(--tw-leading, var(--text-4xl--line-height));
1120
+ }
942
1121
  .text-base {
943
1122
  font-size: var(--text-base);
944
1123
  line-height: var(--tw-leading, var(--text-base--line-height));
@@ -951,6 +1130,10 @@
951
1130
  font-size: var(--text-sm);
952
1131
  line-height: var(--tw-leading, var(--text-sm--line-height));
953
1132
  }
1133
+ .text-xl {
1134
+ font-size: var(--text-xl);
1135
+ line-height: var(--tw-leading, var(--text-xl--line-height));
1136
+ }
954
1137
  .text-xs {
955
1138
  font-size: var(--text-xs);
956
1139
  line-height: var(--tw-leading, var(--text-xs--line-height));
@@ -965,6 +1148,22 @@
965
1148
  --tw-leading: var(--leading-relaxed);
966
1149
  line-height: var(--leading-relaxed);
967
1150
  }
1151
+ .leading-snug {
1152
+ --tw-leading: var(--leading-snug);
1153
+ line-height: var(--leading-snug);
1154
+ }
1155
+ .leading-tight {
1156
+ --tw-leading: var(--leading-tight);
1157
+ line-height: var(--leading-tight);
1158
+ }
1159
+ .font-bold {
1160
+ --tw-font-weight: var(--font-weight-bold);
1161
+ font-weight: var(--font-weight-bold);
1162
+ }
1163
+ .font-extrabold {
1164
+ --tw-font-weight: var(--font-weight-extrabold);
1165
+ font-weight: var(--font-weight-extrabold);
1166
+ }
968
1167
  .font-medium {
969
1168
  --tw-font-weight: var(--font-weight-medium);
970
1169
  font-weight: var(--font-weight-medium);
@@ -973,23 +1172,25 @@
973
1172
  --tw-font-weight: var(--font-weight-semibold);
974
1173
  font-weight: var(--font-weight-semibold);
975
1174
  }
976
- .tracking-\[0\.14em\] {
977
- --tw-tracking: 0.14em;
978
- letter-spacing: 0.14em;
1175
+ .tracking-\[0\.2em\] {
1176
+ --tw-tracking: 0.2em;
1177
+ letter-spacing: 0.2em;
1178
+ }
1179
+ .tracking-tight {
1180
+ --tw-tracking: var(--tracking-tight);
1181
+ letter-spacing: var(--tracking-tight);
979
1182
  }
980
- .tracking-\[0\.16em\] {
981
- --tw-tracking: 0.16em;
982
- letter-spacing: 0.16em;
1183
+ .tracking-tighter {
1184
+ --tw-tracking: var(--tracking-tighter);
1185
+ letter-spacing: var(--tracking-tighter);
983
1186
  }
984
1187
  .tracking-wider {
985
1188
  --tw-tracking: var(--tracking-wider);
986
1189
  letter-spacing: var(--tracking-wider);
987
1190
  }
988
- .text-balance {
989
- text-wrap: balance;
990
- }
991
- .text-pretty {
992
- text-wrap: pretty;
1191
+ .tracking-widest {
1192
+ --tw-tracking: var(--tracking-widest);
1193
+ letter-spacing: var(--tracking-widest);
993
1194
  }
994
1195
  .whitespace-pre-wrap {
995
1196
  white-space: pre-wrap;
@@ -997,9 +1198,6 @@
997
1198
  .text-\[var\(--badge-text\)\] {
998
1199
  color: var(--badge-text);
999
1200
  }
1000
- .text-\[var\(--color-n400\)\] {
1001
- color: var(--color-n400);
1002
- }
1003
1201
  .text-\[var\(--color-n500\)\] {
1004
1202
  color: var(--color-n500);
1005
1203
  }
@@ -1012,9 +1210,6 @@
1012
1210
  .text-\[var\(--color-n800\)\] {
1013
1211
  color: var(--color-n800);
1014
1212
  }
1015
- .text-\[var\(--color-n900\)\] {
1016
- color: var(--color-n900);
1017
- }
1018
1213
  .text-\[var\(--ui-accent-bg\)\] {
1019
1214
  color: var(--ui-accent-bg);
1020
1215
  }
@@ -1042,9 +1237,15 @@
1042
1237
  .uppercase {
1043
1238
  text-transform: uppercase;
1044
1239
  }
1240
+ .italic {
1241
+ font-style: italic;
1242
+ }
1045
1243
  .opacity-50 {
1046
1244
  opacity: 50%;
1047
1245
  }
1246
+ .opacity-60 {
1247
+ opacity: 60%;
1248
+ }
1048
1249
  .opacity-80 {
1049
1250
  opacity: 80%;
1050
1251
  }
@@ -1052,6 +1253,10 @@
1052
1253
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1053
1254
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1054
1255
  }
1256
+ .shadow-lg {
1257
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1258
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1259
+ }
1055
1260
  .shadow-sm {
1056
1261
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1057
1262
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -1081,6 +1286,11 @@
1081
1286
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1082
1287
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1083
1288
  }
1289
+ .transition-all {
1290
+ transition-property: all;
1291
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1292
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1293
+ }
1084
1294
  .transition-colors {
1085
1295
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
1086
1296
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
@@ -1113,12 +1323,6 @@
1113
1323
  color: var(--field-placeholder);
1114
1324
  }
1115
1325
  }
1116
- .last\:border-b-0 {
1117
- &:last-child {
1118
- border-bottom-style: var(--tw-border-style);
1119
- border-bottom-width: 0px;
1120
- }
1121
- }
1122
1326
  .hover\:bg-\[var\(--ui-surface-bg-inset\)\] {
1123
1327
  &:hover {
1124
1328
  @media (hover: hover) {
@@ -1126,6 +1330,20 @@
1126
1330
  }
1127
1331
  }
1128
1332
  }
1333
+ .hover\:bg-\[var\(--ui-surface-bg-subtle\)\] {
1334
+ &:hover {
1335
+ @media (hover: hover) {
1336
+ background-color: var(--ui-surface-bg-subtle);
1337
+ }
1338
+ }
1339
+ }
1340
+ .hover\:bg-\[var\(--ui-surface-container-highest\)\] {
1341
+ &:hover {
1342
+ @media (hover: hover) {
1343
+ background-color: var(--ui-surface-container-highest);
1344
+ }
1345
+ }
1346
+ }
1129
1347
  .hover\:text-\[var\(--ui-text-primary\)\] {
1130
1348
  &:hover {
1131
1349
  @media (hover: hover) {
@@ -1133,10 +1351,10 @@
1133
1351
  }
1134
1352
  }
1135
1353
  }
1136
- .hover\:text-\[var\(--ui-text-secondary\)\] {
1354
+ .hover\:opacity-80 {
1137
1355
  &:hover {
1138
1356
  @media (hover: hover) {
1139
- color: var(--ui-text-secondary);
1357
+ opacity: 80%;
1140
1358
  }
1141
1359
  }
1142
1360
  }
@@ -1207,11 +1425,6 @@
1207
1425
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1208
1426
  }
1209
1427
  }
1210
- .focus\:ring-\[var\(--ui-accent-bg\)\] {
1211
- &:focus {
1212
- --tw-ring-color: var(--ui-accent-bg);
1213
- }
1214
- }
1215
1428
  .focus\:outline-none {
1216
1429
  &:focus {
1217
1430
  --tw-outline-style: none;
@@ -1256,9 +1469,9 @@
1256
1469
  opacity: var(--button-disabled-opacity);
1257
1470
  }
1258
1471
  }
1259
- .motion-safe\:animate-spin {
1260
- @media (prefers-reduced-motion: no-preference) {
1261
- animation: var(--animate-spin);
1472
+ .sm\:block {
1473
+ @media (width >= 40rem) {
1474
+ display: block;
1262
1475
  }
1263
1476
  }
1264
1477
  .sm\:grid-cols-3 {
@@ -1266,9 +1479,24 @@
1266
1479
  grid-template-columns: repeat(3, minmax(0, 1fr));
1267
1480
  }
1268
1481
  }
1269
- .lg\:inline {
1270
- @media (width >= 64rem) {
1271
- display: inline;
1482
+ .md\:flex {
1483
+ @media (width >= 48rem) {
1484
+ display: flex;
1485
+ }
1486
+ }
1487
+ .md\:flex-row {
1488
+ @media (width >= 48rem) {
1489
+ flex-direction: row;
1490
+ }
1491
+ }
1492
+ .md\:items-center {
1493
+ @media (width >= 48rem) {
1494
+ align-items: center;
1495
+ }
1496
+ }
1497
+ .md\:justify-between {
1498
+ @media (width >= 48rem) {
1499
+ justify-content: space-between;
1272
1500
  }
1273
1501
  }
1274
1502
  .lg\:grid-cols-3 {
@@ -1276,49 +1504,28 @@
1276
1504
  grid-template-columns: repeat(3, minmax(0, 1fr));
1277
1505
  }
1278
1506
  }
1279
- }
1280
- :root {
1281
- --theme-surface-canvas: var(--color-surface-canvas);
1282
- --theme-surface-base: var(--color-surface-base);
1283
- --theme-surface-subtle: var(--color-surface-subtle);
1284
- --theme-surface-raised: var(--color-surface-raised);
1285
- --theme-surface-inset: var(--color-surface-inset);
1286
- --theme-surface-border: var(--color-surface-border);
1287
- --theme-surface-border-muted: rgba(0, 0, 0, 0.06);
1288
- --theme-surface-border-strong: var(--color-surface-ring);
1289
- --theme-canvas-bg-subtle: #f5f5f4;
1290
- --theme-surface-container: #f4f4f5;
1291
- --theme-surface-container-high: #ececed;
1292
- --theme-surface-container-highest: #e4e4e7;
1293
- --theme-text-primary: var(--color-n800);
1294
- --theme-text-secondary: var(--color-n600);
1295
- --theme-text-muted: var(--color-n500);
1296
- --theme-text-on-accent: var(--color-text-on-brand);
1297
- --theme-accent-bg: var(--color-brand-primary);
1298
- --theme-accent-bg-hover: var(--color-brand-primary-hover);
1299
- --theme-accent-bg-muted: color-mix(in srgb, #9f1239 10%, #ffffff);
1300
- @supports (color: color-mix(in lab, red, red)) {
1301
- --theme-accent-bg-muted: color-mix(in srgb, var(--color-brand-primary) 10%, var(--color-surface-base));
1507
+ .lg\:grid-cols-4 {
1508
+ @media (width >= 64rem) {
1509
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1510
+ }
1302
1511
  }
1303
- --theme-accent-border: color-mix(in srgb, #9f1239 40%, transparent);
1304
- @supports (color: color-mix(in lab, red, red)) {
1305
- --theme-accent-border: color-mix(in srgb, var(--color-brand-primary) 40%, transparent);
1512
+ .xl\:col-span-2 {
1513
+ @media (width >= 80rem) {
1514
+ grid-column: span 2 / span 2;
1515
+ }
1306
1516
  }
1307
- --theme-success-bg: var(--color-admin-success-bg);
1308
- --theme-success-border: var(--color-admin-success-border);
1309
- --theme-success-text: var(--color-admin-success-text);
1310
- --theme-warning-bg: var(--color-admin-warning-bg);
1311
- --theme-warning-border: var(--color-admin-warning-border);
1312
- --theme-warning-text: var(--color-admin-warning-text);
1313
- --theme-danger-bg: var(--color-admin-danger-bg);
1314
- --theme-danger-bg-emphasis: rgba(239, 68, 68, 0.18);
1315
- --theme-danger-border: var(--color-admin-danger-border);
1316
- --theme-danger-text: var(--color-admin-danger-text);
1317
- --theme-info-bg: var(--color-admin-info-bg);
1318
- --theme-info-border: var(--color-admin-info-border);
1319
- --theme-info-text: var(--color-admin-info-text);
1320
- --theme-control-focus-ring: var(--color-surface-ring);
1321
- --theme-control-focus-ring-offset: var(--color-surface-base);
1517
+ .xl\:grid-cols-3 {
1518
+ @media (width >= 80rem) {
1519
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1520
+ }
1521
+ }
1522
+ .xl\:grid-cols-4 {
1523
+ @media (width >= 80rem) {
1524
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1525
+ }
1526
+ }
1527
+ }
1528
+ :root {
1322
1529
  --preset-surface-bg: var(--theme-surface-base);
1323
1530
  --preset-surface-bg-subtle: var(--theme-surface-subtle);
1324
1531
  --preset-surface-bg-raised: var(--theme-surface-raised);
@@ -1494,7 +1701,7 @@
1494
1701
  @supports (color: color-mix(in lab, red, red)) {
1495
1702
  --workspace-transition-stale-bg: color-mix(in srgb, var(--color-overlay-soft) 72%, transparent);
1496
1703
  }
1497
- --tooltip-shadow: var(--ui-surface-shadow);
1704
+ --tooltip-shadow: var(--ui-surface-shadow-strong);
1498
1705
  --select-dropdown-shadow: var(--ui-surface-shadow-strong);
1499
1706
  --theme-picker-shadow: var(--ui-surface-shadow-strong);
1500
1707
  --drawer-panel-shadow: var(--ui-surface-shadow-strong);
@@ -1779,36 +1986,6 @@
1779
1986
  border: 0;
1780
1987
  background: var(--drawer-backdrop);
1781
1988
  }
1782
- .ui-empty-state {
1783
- --empty-state-bg: var(--ui-surface-bg-raised);
1784
- --empty-state-border: var(--ui-surface-border);
1785
- --empty-state-title: var(--ui-text-primary);
1786
- --empty-state-text: var(--ui-text-muted);
1787
- --empty-state-icon: var(--ui-text-muted);
1788
- background: var(--empty-state-bg);
1789
- border-color: var(--empty-state-border);
1790
- color: var(--empty-state-text);
1791
- }
1792
- .ui-empty-state__icon {
1793
- color: var(--empty-state-icon);
1794
- }
1795
- .ui-empty-state__title {
1796
- color: var(--empty-state-title);
1797
- }
1798
- .ui-empty-state[data-tone="notice"] {
1799
- --empty-state-bg: var(--ui-info-bg);
1800
- --empty-state-border: var(--ui-info-border);
1801
- --empty-state-title: var(--ui-info-text);
1802
- --empty-state-text: var(--ui-info-text);
1803
- --empty-state-icon: var(--ui-info-text);
1804
- }
1805
- .ui-empty-state[data-tone="warning"] {
1806
- --empty-state-bg: var(--ui-warning-bg);
1807
- --empty-state-border: var(--ui-warning-border);
1808
- --empty-state-title: var(--ui-warning-text);
1809
- --empty-state-text: var(--ui-warning-text);
1810
- --empty-state-icon: var(--ui-warning-text);
1811
- }
1812
1989
  .ui-field {
1813
1990
  --field-label: var(--ui-text-secondary);
1814
1991
  --field-help: var(--ui-text-muted);
@@ -1845,8 +2022,8 @@
1845
2022
  --icon-button-text: var(--ui-text-primary);
1846
2023
  }
1847
2024
  .ui-input {
1848
- --field-bg: var(--ui-surface-bg-inset);
1849
- --field-border: transparent;
2025
+ --field-bg: var(--ui-surface-bg);
2026
+ --field-border: var(--ui-surface-border);
1850
2027
  --field-text: var(--ui-text-primary);
1851
2028
  --field-placeholder: var(--ui-text-muted);
1852
2029
  --field-ring: var(--ui-control-focus-ring);
@@ -1903,17 +2080,17 @@
1903
2080
  --tw-ring-color: var(--segmented-ring);
1904
2081
  }
1905
2082
  .ui-select__trigger {
1906
- --select-bg: var(--ui-surface-bg-inset);
1907
- --select-border: transparent;
2083
+ --select-bg: var(--ui-surface-bg);
2084
+ --select-border: var(--ui-surface-border);
1908
2085
  --select-text: var(--ui-text-primary);
1909
2086
  --select-ring: var(--ui-control-focus-ring);
1910
2087
  background: var(--select-bg);
1911
- border: 1px solid var(--select-border);
2088
+ border: 0.5px solid var(--select-border);
1912
2089
  color: var(--select-text);
1913
2090
  --tw-ring-color: var(--select-ring);
1914
2091
  }
1915
2092
  .ui-select__trigger:hover:not(:disabled) {
1916
- --select-bg: var(--ui-surface-bg-subtle);
2093
+ --select-border: var(--ui-surface-border-strong);
1917
2094
  }
1918
2095
  .ui-select__trigger[data-open] {
1919
2096
  --select-border: var(--ui-surface-border-strong);
@@ -2038,6 +2215,12 @@
2038
2215
  .ui-status-notice__icon {
2039
2216
  color: var(--status-notice-icon);
2040
2217
  }
2218
+ .ui-status-notice__title {
2219
+ color: var(--ui-text-primary);
2220
+ }
2221
+ .ui-status-notice[data-layout="vertical"] .ui-status-notice__title {
2222
+ color: var(--status-notice-text);
2223
+ }
2041
2224
  .ui-status-notice[data-tone="info"] {
2042
2225
  --status-notice-bg: var(--feedback-info-bg);
2043
2226
  --status-notice-border: var(--feedback-info-border);
@@ -2172,11 +2355,18 @@
2172
2355
  background: var(--tooltip-bg);
2173
2356
  color: var(--tooltip-text);
2174
2357
  border: 1px solid var(--tooltip-border);
2175
- box-shadow: var(--tooltip-shadow);
2358
+ box-shadow: 0 0 0 1px var(--tooltip-border), var(--tooltip-shadow);
2359
+ @supports (color: color-mix(in lab, red, red)) {
2360
+ box-shadow: 0 0 0 1px color-mix(in srgb, var(--tooltip-border) 55%, transparent), var(--tooltip-shadow);
2361
+ }
2362
+ backdrop-filter: blur(10px);
2176
2363
  }
2177
2364
  .ui-tooltip__arrow {
2178
2365
  color: var(--tooltip-arrow-color);
2179
- filter: drop-shadow(0 1px 0 var(--tooltip-border));
2366
+ filter: drop-shadow(0 1px 0 var(--tooltip-border)) drop-shadow(0 0 0.5px var(--tooltip-border));
2367
+ @supports (color: color-mix(in lab, red, red)) {
2368
+ filter: drop-shadow(0 1px 0 var(--tooltip-border)) drop-shadow(0 0 0.5px color-mix(in srgb, var(--tooltip-border) 55%, transparent));
2369
+ }
2180
2370
  }
2181
2371
  @keyframes tooltip-in {
2182
2372
  from {
@@ -2189,47 +2379,6 @@
2189
2379
  }
2190
2380
  }
2191
2381
  :root {
2192
- --theme-surface-canvas: var(--color-surface-canvas);
2193
- --theme-surface-base: var(--color-surface-base);
2194
- --theme-surface-subtle: var(--color-surface-subtle);
2195
- --theme-surface-raised: var(--color-surface-raised);
2196
- --theme-surface-inset: var(--color-surface-inset);
2197
- --theme-surface-border: var(--color-surface-border);
2198
- --theme-surface-border-muted: rgba(0, 0, 0, 0.06);
2199
- --theme-surface-border-strong: var(--color-surface-ring);
2200
- --theme-canvas-bg-subtle: #f5f5f4;
2201
- --theme-surface-container: #f4f4f5;
2202
- --theme-surface-container-high: #ececed;
2203
- --theme-surface-container-highest: #e4e4e7;
2204
- --theme-text-primary: var(--color-n800);
2205
- --theme-text-secondary: var(--color-n600);
2206
- --theme-text-muted: var(--color-n500);
2207
- --theme-text-on-accent: var(--color-text-on-brand);
2208
- --theme-accent-bg: var(--color-brand-primary);
2209
- --theme-accent-bg-hover: var(--color-brand-primary-hover);
2210
- --theme-accent-bg-muted: color-mix(in srgb, #9f1239 10%, #ffffff);
2211
- @supports (color: color-mix(in lab, red, red)) {
2212
- --theme-accent-bg-muted: color-mix(in srgb, var(--color-brand-primary) 10%, var(--color-surface-base));
2213
- }
2214
- --theme-accent-border: color-mix(in srgb, #9f1239 40%, transparent);
2215
- @supports (color: color-mix(in lab, red, red)) {
2216
- --theme-accent-border: color-mix(in srgb, var(--color-brand-primary) 40%, transparent);
2217
- }
2218
- --theme-success-bg: var(--color-admin-success-bg);
2219
- --theme-success-border: var(--color-admin-success-border);
2220
- --theme-success-text: var(--color-admin-success-text);
2221
- --theme-warning-bg: var(--color-admin-warning-bg);
2222
- --theme-warning-border: var(--color-admin-warning-border);
2223
- --theme-warning-text: var(--color-admin-warning-text);
2224
- --theme-danger-bg: var(--color-admin-danger-bg);
2225
- --theme-danger-bg-emphasis: rgba(239, 68, 68, 0.18);
2226
- --theme-danger-border: var(--color-admin-danger-border);
2227
- --theme-danger-text: var(--color-admin-danger-text);
2228
- --theme-info-bg: var(--color-admin-info-bg);
2229
- --theme-info-border: var(--color-admin-info-border);
2230
- --theme-info-text: var(--color-admin-info-text);
2231
- --theme-control-focus-ring: var(--color-surface-ring);
2232
- --theme-control-focus-ring-offset: var(--color-surface-base);
2233
2382
  --preset-surface-bg: var(--theme-surface-base);
2234
2383
  --preset-surface-bg-subtle: var(--theme-surface-subtle);
2235
2384
  --preset-surface-bg-raised: var(--theme-surface-raised);
@@ -2405,12 +2554,51 @@
2405
2554
  @supports (color: color-mix(in lab, red, red)) {
2406
2555
  --workspace-transition-stale-bg: color-mix(in srgb, var(--color-overlay-soft) 72%, transparent);
2407
2556
  }
2408
- --tooltip-shadow: var(--ui-surface-shadow);
2557
+ --tooltip-shadow: var(--ui-surface-shadow-strong);
2409
2558
  --select-dropdown-shadow: var(--ui-surface-shadow-strong);
2410
2559
  --theme-picker-shadow: var(--ui-surface-shadow-strong);
2411
2560
  --drawer-panel-shadow: var(--ui-surface-shadow-strong);
2412
2561
  }
2413
- :root[data-theme="light"], .owoui-theme-light {
2562
+ :root, :root[data-theme="light"], .owoui-theme-light {
2563
+ --color-n900: #1a1a1a;
2564
+ --color-n800: #2d2d2d;
2565
+ --color-n700: #4a4a4a;
2566
+ --color-n600: #71717a;
2567
+ --color-n500: #a1a1aa;
2568
+ --color-n400: #d4d4d8;
2569
+ --color-n300: #e4e4e7;
2570
+ --color-brand-primary: #1a1a1a;
2571
+ --color-brand-primary-hover: #000000;
2572
+ --color-brand-accent: #4a4a4a;
2573
+ --color-surface-canvas: #ffffff;
2574
+ --color-surface-base: #ffffff;
2575
+ --color-surface-subtle: #fafaf9;
2576
+ --color-surface-raised: #ffffff;
2577
+ --color-surface-inset: #f5f5f4;
2578
+ --color-surface-border: #e5e7eb;
2579
+ --color-surface-ring: #d6d3d1;
2580
+ --color-surface-overlay: rgba(0, 0, 0, 0.4);
2581
+ --color-overlay-soft: rgba(244, 238, 230, 0.56);
2582
+ --color-overlay-strong: rgba(15, 23, 42, 0.18);
2583
+ --color-highlight-soft: rgba(255, 255, 255, 0.56);
2584
+ --color-highlight-sheen: rgba(255, 255, 255, 0.34);
2585
+ --color-text-on-brand: #ffffff;
2586
+ --color-code-block-bg: #f4f4f5;
2587
+ --color-code-block-border: #e4e4e7;
2588
+ --color-code-block-divider: #ececed;
2589
+ --color-code-inline-bg: #f4f4f5;
2590
+ --color-admin-success-bg: rgba(16, 185, 129, 0.10);
2591
+ --color-admin-success-border: rgba(16, 185, 129, 0.20);
2592
+ --color-admin-success-text: #047857;
2593
+ --color-admin-warning-bg: rgba(245, 158, 11, 0.10);
2594
+ --color-admin-warning-border: rgba(245, 158, 11, 0.20);
2595
+ --color-admin-warning-text: #b45309;
2596
+ --color-admin-danger-bg: rgba(239, 68, 68, 0.10);
2597
+ --color-admin-danger-border: rgba(239, 68, 68, 0.20);
2598
+ --color-admin-danger-text: #b91c1c;
2599
+ --color-admin-info-bg: rgba(14, 165, 233, 0.10);
2600
+ --color-admin-info-border: rgba(14, 165, 233, 0.20);
2601
+ --color-admin-info-text: #0369a1;
2414
2602
  --theme-surface-canvas: var(--color-surface-canvas);
2415
2603
  --theme-surface-base: var(--color-surface-base);
2416
2604
  --theme-surface-subtle: var(--color-surface-subtle);
@@ -2429,11 +2617,11 @@
2429
2617
  --theme-text-on-accent: var(--color-text-on-brand);
2430
2618
  --theme-accent-bg: var(--color-brand-primary);
2431
2619
  --theme-accent-bg-hover: var(--color-brand-primary-hover);
2432
- --theme-accent-bg-muted: color-mix(in srgb, #9f1239 10%, #ffffff);
2620
+ --theme-accent-bg-muted: color-mix(in srgb, #1a1a1a 10%, #ffffff);
2433
2621
  @supports (color: color-mix(in lab, red, red)) {
2434
2622
  --theme-accent-bg-muted: color-mix(in srgb, var(--color-brand-primary) 10%, var(--color-surface-base));
2435
2623
  }
2436
- --theme-accent-border: color-mix(in srgb, #9f1239 40%, transparent);
2624
+ --theme-accent-border: color-mix(in srgb, #1a1a1a 40%, transparent);
2437
2625
  @supports (color: color-mix(in lab, red, red)) {
2438
2626
  --theme-accent-border: color-mix(in srgb, var(--color-brand-primary) 40%, transparent);
2439
2627
  }
@@ -2454,47 +2642,6 @@
2454
2642
  --theme-control-focus-ring-offset: var(--color-surface-base);
2455
2643
  }
2456
2644
  :root {
2457
- --theme-surface-canvas: var(--color-surface-canvas);
2458
- --theme-surface-base: var(--color-surface-base);
2459
- --theme-surface-subtle: var(--color-surface-subtle);
2460
- --theme-surface-raised: var(--color-surface-raised);
2461
- --theme-surface-inset: var(--color-surface-inset);
2462
- --theme-surface-border: var(--color-surface-border);
2463
- --theme-surface-border-muted: rgba(0, 0, 0, 0.06);
2464
- --theme-surface-border-strong: var(--color-surface-ring);
2465
- --theme-canvas-bg-subtle: #f5f5f4;
2466
- --theme-surface-container: #f4f4f5;
2467
- --theme-surface-container-high: #ececed;
2468
- --theme-surface-container-highest: #e4e4e7;
2469
- --theme-text-primary: var(--color-n800);
2470
- --theme-text-secondary: var(--color-n600);
2471
- --theme-text-muted: var(--color-n500);
2472
- --theme-text-on-accent: var(--color-text-on-brand);
2473
- --theme-accent-bg: var(--color-brand-primary);
2474
- --theme-accent-bg-hover: var(--color-brand-primary-hover);
2475
- --theme-accent-bg-muted: color-mix(in srgb, #9f1239 10%, #ffffff);
2476
- @supports (color: color-mix(in lab, red, red)) {
2477
- --theme-accent-bg-muted: color-mix(in srgb, var(--color-brand-primary) 10%, var(--color-surface-base));
2478
- }
2479
- --theme-accent-border: color-mix(in srgb, #9f1239 40%, transparent);
2480
- @supports (color: color-mix(in lab, red, red)) {
2481
- --theme-accent-border: color-mix(in srgb, var(--color-brand-primary) 40%, transparent);
2482
- }
2483
- --theme-success-bg: var(--color-admin-success-bg);
2484
- --theme-success-border: var(--color-admin-success-border);
2485
- --theme-success-text: var(--color-admin-success-text);
2486
- --theme-warning-bg: var(--color-admin-warning-bg);
2487
- --theme-warning-border: var(--color-admin-warning-border);
2488
- --theme-warning-text: var(--color-admin-warning-text);
2489
- --theme-danger-bg: var(--color-admin-danger-bg);
2490
- --theme-danger-bg-emphasis: rgba(239, 68, 68, 0.18);
2491
- --theme-danger-border: var(--color-admin-danger-border);
2492
- --theme-danger-text: var(--color-admin-danger-text);
2493
- --theme-info-bg: var(--color-admin-info-bg);
2494
- --theme-info-border: var(--color-admin-info-border);
2495
- --theme-info-text: var(--color-admin-info-text);
2496
- --theme-control-focus-ring: var(--color-surface-ring);
2497
- --theme-control-focus-ring-offset: var(--color-surface-base);
2498
2645
  --preset-surface-bg: var(--theme-surface-base);
2499
2646
  --preset-surface-bg-subtle: var(--theme-surface-subtle);
2500
2647
  --preset-surface-bg-raised: var(--theme-surface-raised);
@@ -2670,7 +2817,7 @@
2670
2817
  @supports (color: color-mix(in lab, red, red)) {
2671
2818
  --workspace-transition-stale-bg: color-mix(in srgb, var(--color-overlay-soft) 72%, transparent);
2672
2819
  }
2673
- --tooltip-shadow: var(--ui-surface-shadow);
2820
+ --tooltip-shadow: var(--ui-surface-shadow-strong);
2674
2821
  --select-dropdown-shadow: var(--ui-surface-shadow-strong);
2675
2822
  --theme-picker-shadow: var(--ui-surface-shadow-strong);
2676
2823
  --drawer-panel-shadow: var(--ui-surface-shadow-strong);
@@ -2683,10 +2830,10 @@
2683
2830
  --color-n500: #71717a;
2684
2831
  --color-n400: #3f3f46;
2685
2832
  --color-n300: #27272a;
2686
- --color-brand-primary: #e11d48;
2687
- --color-brand-primary-hover: #f43f5e;
2688
- --color-brand-accent: #fb7185;
2689
- --color-surface-canvas: #09090b;
2833
+ --color-brand-primary: #c6c6c7;
2834
+ --color-brand-primary-hover: #d4d4d8;
2835
+ --color-brand-accent: #a1a1aa;
2836
+ --color-surface-canvas: #0e0e0e;
2690
2837
  --color-surface-base: #18181b;
2691
2838
  --color-surface-subtle: #1c1c1f;
2692
2839
  --color-surface-raised: #27272a;
@@ -2698,7 +2845,7 @@
2698
2845
  --color-overlay-strong: rgba(0, 0, 0, 0.56);
2699
2846
  --color-highlight-soft: rgba(255, 255, 255, 0.06);
2700
2847
  --color-highlight-sheen: rgba(255, 255, 255, 0.08);
2701
- --color-text-on-brand: #ffffff;
2848
+ --color-text-on-brand: #1a1a1a;
2702
2849
  --color-code-block-bg: #1e1e22;
2703
2850
  --color-code-block-border: #2d2d32;
2704
2851
  --color-code-block-divider: #27272c;
@@ -2733,11 +2880,11 @@
2733
2880
  --theme-text-on-accent: var(--color-text-on-brand);
2734
2881
  --theme-accent-bg: var(--color-brand-primary);
2735
2882
  --theme-accent-bg-hover: var(--color-brand-primary-hover);
2736
- --theme-accent-bg-muted: color-mix(in srgb, #9f1239 14%, #ffffff);
2883
+ --theme-accent-bg-muted: color-mix(in srgb, #1a1a1a 14%, #ffffff);
2737
2884
  @supports (color: color-mix(in lab, red, red)) {
2738
2885
  --theme-accent-bg-muted: color-mix(in srgb, var(--color-brand-primary) 14%, var(--color-surface-base));
2739
2886
  }
2740
- --theme-accent-border: color-mix(in srgb, #9f1239 50%, transparent);
2887
+ --theme-accent-border: color-mix(in srgb, #1a1a1a 50%, transparent);
2741
2888
  @supports (color: color-mix(in lab, red, red)) {
2742
2889
  --theme-accent-border: color-mix(in srgb, var(--color-brand-primary) 50%, transparent);
2743
2890
  }
@@ -2758,47 +2905,6 @@
2758
2905
  --theme-control-focus-ring-offset: var(--color-surface-base);
2759
2906
  }
2760
2907
  :root {
2761
- --theme-surface-canvas: var(--color-surface-canvas);
2762
- --theme-surface-base: var(--color-surface-base);
2763
- --theme-surface-subtle: var(--color-surface-subtle);
2764
- --theme-surface-raised: var(--color-surface-raised);
2765
- --theme-surface-inset: var(--color-surface-inset);
2766
- --theme-surface-border: var(--color-surface-border);
2767
- --theme-surface-border-muted: rgba(0, 0, 0, 0.06);
2768
- --theme-surface-border-strong: var(--color-surface-ring);
2769
- --theme-canvas-bg-subtle: #f5f5f4;
2770
- --theme-surface-container: #f4f4f5;
2771
- --theme-surface-container-high: #ececed;
2772
- --theme-surface-container-highest: #e4e4e7;
2773
- --theme-text-primary: var(--color-n800);
2774
- --theme-text-secondary: var(--color-n600);
2775
- --theme-text-muted: var(--color-n500);
2776
- --theme-text-on-accent: var(--color-text-on-brand);
2777
- --theme-accent-bg: var(--color-brand-primary);
2778
- --theme-accent-bg-hover: var(--color-brand-primary-hover);
2779
- --theme-accent-bg-muted: color-mix(in srgb, #9f1239 10%, #ffffff);
2780
- @supports (color: color-mix(in lab, red, red)) {
2781
- --theme-accent-bg-muted: color-mix(in srgb, var(--color-brand-primary) 10%, var(--color-surface-base));
2782
- }
2783
- --theme-accent-border: color-mix(in srgb, #9f1239 40%, transparent);
2784
- @supports (color: color-mix(in lab, red, red)) {
2785
- --theme-accent-border: color-mix(in srgb, var(--color-brand-primary) 40%, transparent);
2786
- }
2787
- --theme-success-bg: var(--color-admin-success-bg);
2788
- --theme-success-border: var(--color-admin-success-border);
2789
- --theme-success-text: var(--color-admin-success-text);
2790
- --theme-warning-bg: var(--color-admin-warning-bg);
2791
- --theme-warning-border: var(--color-admin-warning-border);
2792
- --theme-warning-text: var(--color-admin-warning-text);
2793
- --theme-danger-bg: var(--color-admin-danger-bg);
2794
- --theme-danger-bg-emphasis: rgba(239, 68, 68, 0.18);
2795
- --theme-danger-border: var(--color-admin-danger-border);
2796
- --theme-danger-text: var(--color-admin-danger-text);
2797
- --theme-info-bg: var(--color-admin-info-bg);
2798
- --theme-info-border: var(--color-admin-info-border);
2799
- --theme-info-text: var(--color-admin-info-text);
2800
- --theme-control-focus-ring: var(--color-surface-ring);
2801
- --theme-control-focus-ring-offset: var(--color-surface-base);
2802
2908
  --preset-surface-bg: var(--theme-surface-base);
2803
2909
  --preset-surface-bg-subtle: var(--theme-surface-subtle);
2804
2910
  --preset-surface-bg-raised: var(--theme-surface-raised);
@@ -2974,7 +3080,7 @@
2974
3080
  @supports (color: color-mix(in lab, red, red)) {
2975
3081
  --workspace-transition-stale-bg: color-mix(in srgb, var(--color-overlay-soft) 72%, transparent);
2976
3082
  }
2977
- --tooltip-shadow: var(--ui-surface-shadow);
3083
+ --tooltip-shadow: var(--ui-surface-shadow-strong);
2978
3084
  --select-dropdown-shadow: var(--ui-surface-shadow-strong);
2979
3085
  --theme-picker-shadow: var(--ui-surface-shadow-strong);
2980
3086
  --drawer-panel-shadow: var(--ui-surface-shadow-strong);
@@ -3003,47 +3109,6 @@
3003
3109
  --preset-control-border-width: 1px;
3004
3110
  }
3005
3111
  :root {
3006
- --theme-surface-canvas: var(--color-surface-canvas);
3007
- --theme-surface-base: var(--color-surface-base);
3008
- --theme-surface-subtle: var(--color-surface-subtle);
3009
- --theme-surface-raised: var(--color-surface-raised);
3010
- --theme-surface-inset: var(--color-surface-inset);
3011
- --theme-surface-border: var(--color-surface-border);
3012
- --theme-surface-border-muted: rgba(0, 0, 0, 0.06);
3013
- --theme-surface-border-strong: var(--color-surface-ring);
3014
- --theme-canvas-bg-subtle: #f5f5f4;
3015
- --theme-surface-container: #f4f4f5;
3016
- --theme-surface-container-high: #ececed;
3017
- --theme-surface-container-highest: #e4e4e7;
3018
- --theme-text-primary: var(--color-n800);
3019
- --theme-text-secondary: var(--color-n600);
3020
- --theme-text-muted: var(--color-n500);
3021
- --theme-text-on-accent: var(--color-text-on-brand);
3022
- --theme-accent-bg: var(--color-brand-primary);
3023
- --theme-accent-bg-hover: var(--color-brand-primary-hover);
3024
- --theme-accent-bg-muted: color-mix(in srgb, #9f1239 10%, #ffffff);
3025
- @supports (color: color-mix(in lab, red, red)) {
3026
- --theme-accent-bg-muted: color-mix(in srgb, var(--color-brand-primary) 10%, var(--color-surface-base));
3027
- }
3028
- --theme-accent-border: color-mix(in srgb, #9f1239 40%, transparent);
3029
- @supports (color: color-mix(in lab, red, red)) {
3030
- --theme-accent-border: color-mix(in srgb, var(--color-brand-primary) 40%, transparent);
3031
- }
3032
- --theme-success-bg: var(--color-admin-success-bg);
3033
- --theme-success-border: var(--color-admin-success-border);
3034
- --theme-success-text: var(--color-admin-success-text);
3035
- --theme-warning-bg: var(--color-admin-warning-bg);
3036
- --theme-warning-border: var(--color-admin-warning-border);
3037
- --theme-warning-text: var(--color-admin-warning-text);
3038
- --theme-danger-bg: var(--color-admin-danger-bg);
3039
- --theme-danger-bg-emphasis: rgba(239, 68, 68, 0.18);
3040
- --theme-danger-border: var(--color-admin-danger-border);
3041
- --theme-danger-text: var(--color-admin-danger-text);
3042
- --theme-info-bg: var(--color-admin-info-bg);
3043
- --theme-info-border: var(--color-admin-info-border);
3044
- --theme-info-text: var(--color-admin-info-text);
3045
- --theme-control-focus-ring: var(--color-surface-ring);
3046
- --theme-control-focus-ring-offset: var(--color-surface-base);
3047
3112
  --preset-surface-bg: var(--theme-surface-base);
3048
3113
  --preset-surface-bg-subtle: var(--theme-surface-subtle);
3049
3114
  --preset-surface-bg-raised: var(--theme-surface-raised);
@@ -3219,7 +3284,7 @@
3219
3284
  @supports (color: color-mix(in lab, red, red)) {
3220
3285
  --workspace-transition-stale-bg: color-mix(in srgb, var(--color-overlay-soft) 72%, transparent);
3221
3286
  }
3222
- --tooltip-shadow: var(--ui-surface-shadow);
3287
+ --tooltip-shadow: var(--ui-surface-shadow-strong);
3223
3288
  --select-dropdown-shadow: var(--ui-surface-shadow-strong);
3224
3289
  --theme-picker-shadow: var(--ui-surface-shadow-strong);
3225
3290
  --drawer-panel-shadow: var(--ui-surface-shadow-strong);
@@ -3248,47 +3313,6 @@
3248
3313
  --preset-control-border-width: 1px;
3249
3314
  }
3250
3315
  :root {
3251
- --theme-surface-canvas: var(--color-surface-canvas);
3252
- --theme-surface-base: var(--color-surface-base);
3253
- --theme-surface-subtle: var(--color-surface-subtle);
3254
- --theme-surface-raised: var(--color-surface-raised);
3255
- --theme-surface-inset: var(--color-surface-inset);
3256
- --theme-surface-border: var(--color-surface-border);
3257
- --theme-surface-border-muted: rgba(0, 0, 0, 0.06);
3258
- --theme-surface-border-strong: var(--color-surface-ring);
3259
- --theme-canvas-bg-subtle: #f5f5f4;
3260
- --theme-surface-container: #f4f4f5;
3261
- --theme-surface-container-high: #ececed;
3262
- --theme-surface-container-highest: #e4e4e7;
3263
- --theme-text-primary: var(--color-n800);
3264
- --theme-text-secondary: var(--color-n600);
3265
- --theme-text-muted: var(--color-n500);
3266
- --theme-text-on-accent: var(--color-text-on-brand);
3267
- --theme-accent-bg: var(--color-brand-primary);
3268
- --theme-accent-bg-hover: var(--color-brand-primary-hover);
3269
- --theme-accent-bg-muted: color-mix(in srgb, #9f1239 10%, #ffffff);
3270
- @supports (color: color-mix(in lab, red, red)) {
3271
- --theme-accent-bg-muted: color-mix(in srgb, var(--color-brand-primary) 10%, var(--color-surface-base));
3272
- }
3273
- --theme-accent-border: color-mix(in srgb, #9f1239 40%, transparent);
3274
- @supports (color: color-mix(in lab, red, red)) {
3275
- --theme-accent-border: color-mix(in srgb, var(--color-brand-primary) 40%, transparent);
3276
- }
3277
- --theme-success-bg: var(--color-admin-success-bg);
3278
- --theme-success-border: var(--color-admin-success-border);
3279
- --theme-success-text: var(--color-admin-success-text);
3280
- --theme-warning-bg: var(--color-admin-warning-bg);
3281
- --theme-warning-border: var(--color-admin-warning-border);
3282
- --theme-warning-text: var(--color-admin-warning-text);
3283
- --theme-danger-bg: var(--color-admin-danger-bg);
3284
- --theme-danger-bg-emphasis: rgba(239, 68, 68, 0.18);
3285
- --theme-danger-border: var(--color-admin-danger-border);
3286
- --theme-danger-text: var(--color-admin-danger-text);
3287
- --theme-info-bg: var(--color-admin-info-bg);
3288
- --theme-info-border: var(--color-admin-info-border);
3289
- --theme-info-text: var(--color-admin-info-text);
3290
- --theme-control-focus-ring: var(--color-surface-ring);
3291
- --theme-control-focus-ring-offset: var(--color-surface-base);
3292
3316
  --preset-surface-bg: var(--theme-surface-base);
3293
3317
  --preset-surface-bg-subtle: var(--theme-surface-subtle);
3294
3318
  --preset-surface-bg-raised: var(--theme-surface-raised);
@@ -3464,7 +3488,7 @@
3464
3488
  @supports (color: color-mix(in lab, red, red)) {
3465
3489
  --workspace-transition-stale-bg: color-mix(in srgb, var(--color-overlay-soft) 72%, transparent);
3466
3490
  }
3467
- --tooltip-shadow: var(--ui-surface-shadow);
3491
+ --tooltip-shadow: var(--ui-surface-shadow-strong);
3468
3492
  --select-dropdown-shadow: var(--ui-surface-shadow-strong);
3469
3493
  --theme-picker-shadow: var(--ui-surface-shadow-strong);
3470
3494
  --drawer-panel-shadow: var(--ui-surface-shadow-strong);
@@ -3514,47 +3538,6 @@
3514
3538
  --preset-control-border-width: 1px;
3515
3539
  }
3516
3540
  :root {
3517
- --theme-surface-canvas: var(--color-surface-canvas);
3518
- --theme-surface-base: var(--color-surface-base);
3519
- --theme-surface-subtle: var(--color-surface-subtle);
3520
- --theme-surface-raised: var(--color-surface-raised);
3521
- --theme-surface-inset: var(--color-surface-inset);
3522
- --theme-surface-border: var(--color-surface-border);
3523
- --theme-surface-border-muted: rgba(0, 0, 0, 0.06);
3524
- --theme-surface-border-strong: var(--color-surface-ring);
3525
- --theme-canvas-bg-subtle: #f5f5f4;
3526
- --theme-surface-container: #f4f4f5;
3527
- --theme-surface-container-high: #ececed;
3528
- --theme-surface-container-highest: #e4e4e7;
3529
- --theme-text-primary: var(--color-n800);
3530
- --theme-text-secondary: var(--color-n600);
3531
- --theme-text-muted: var(--color-n500);
3532
- --theme-text-on-accent: var(--color-text-on-brand);
3533
- --theme-accent-bg: var(--color-brand-primary);
3534
- --theme-accent-bg-hover: var(--color-brand-primary-hover);
3535
- --theme-accent-bg-muted: color-mix(in srgb, #9f1239 10%, #ffffff);
3536
- @supports (color: color-mix(in lab, red, red)) {
3537
- --theme-accent-bg-muted: color-mix(in srgb, var(--color-brand-primary) 10%, var(--color-surface-base));
3538
- }
3539
- --theme-accent-border: color-mix(in srgb, #9f1239 40%, transparent);
3540
- @supports (color: color-mix(in lab, red, red)) {
3541
- --theme-accent-border: color-mix(in srgb, var(--color-brand-primary) 40%, transparent);
3542
- }
3543
- --theme-success-bg: var(--color-admin-success-bg);
3544
- --theme-success-border: var(--color-admin-success-border);
3545
- --theme-success-text: var(--color-admin-success-text);
3546
- --theme-warning-bg: var(--color-admin-warning-bg);
3547
- --theme-warning-border: var(--color-admin-warning-border);
3548
- --theme-warning-text: var(--color-admin-warning-text);
3549
- --theme-danger-bg: var(--color-admin-danger-bg);
3550
- --theme-danger-bg-emphasis: rgba(239, 68, 68, 0.18);
3551
- --theme-danger-border: var(--color-admin-danger-border);
3552
- --theme-danger-text: var(--color-admin-danger-text);
3553
- --theme-info-bg: var(--color-admin-info-bg);
3554
- --theme-info-border: var(--color-admin-info-border);
3555
- --theme-info-text: var(--color-admin-info-text);
3556
- --theme-control-focus-ring: var(--color-surface-ring);
3557
- --theme-control-focus-ring-offset: var(--color-surface-base);
3558
3541
  --preset-surface-bg: var(--theme-surface-base);
3559
3542
  --preset-surface-bg-subtle: var(--theme-surface-subtle);
3560
3543
  --preset-surface-bg-raised: var(--theme-surface-raised);
@@ -3730,7 +3713,7 @@
3730
3713
  @supports (color: color-mix(in lab, red, red)) {
3731
3714
  --workspace-transition-stale-bg: color-mix(in srgb, var(--color-overlay-soft) 72%, transparent);
3732
3715
  }
3733
- --tooltip-shadow: var(--ui-surface-shadow);
3716
+ --tooltip-shadow: var(--ui-surface-shadow-strong);
3734
3717
  --select-dropdown-shadow: var(--ui-surface-shadow-strong);
3735
3718
  --theme-picker-shadow: var(--ui-surface-shadow-strong);
3736
3719
  --drawer-panel-shadow: var(--ui-surface-shadow-strong);
@@ -3788,6 +3771,10 @@
3788
3771
  --preset-control-radius-2xl: 2.25rem;
3789
3772
  --preset-control-border-width: 1px;
3790
3773
  }
3774
+ :root {
3775
+ --font-inter: 'Inter', sans-serif;
3776
+ --font-headline: 'Manrope', sans-serif;
3777
+ }
3791
3778
  @layer base {
3792
3779
  html,
3793
3780
  body,
@@ -3810,6 +3797,85 @@
3810
3797
  text-decoration: none;
3811
3798
  }
3812
3799
  }
3800
+ .sb-dot-grid {
3801
+ background-image: radial-gradient(
3802
+ circle at 1px 1px,
3803
+ var(--ui-surface-border) 0.5px,
3804
+ transparent 0
3805
+ );
3806
+ @supports (color: color-mix(in lab, red, red)) {
3807
+ background-image: radial-gradient(
3808
+ circle at 1px 1px,
3809
+ color-mix(in srgb, var(--ui-surface-border) 50%, transparent) 0.5px,
3810
+ transparent 0
3811
+ );
3812
+ }
3813
+ background-size: 20px 20px;
3814
+ }
3815
+ .sb-glass-btn.ui-icon-button {
3816
+ border-radius: var(--ui-control-radius-sm);
3817
+ border: 1px solid var(--ui-surface-border);
3818
+ background: var(--ui-surface-bg);
3819
+ @supports (color: color-mix(in lab, red, red)) {
3820
+ background: color-mix(in srgb, var(--ui-surface-bg) 80%, transparent);
3821
+ }
3822
+ backdrop-filter: blur(12px);
3823
+ color: var(--ui-text-muted);
3824
+ }
3825
+ .sb-glass-btn.ui-icon-button:hover:not(:disabled) {
3826
+ color: var(--ui-text-primary);
3827
+ background: var(--ui-surface-bg);
3828
+ }
3829
+ .sb-sidebar::-webkit-scrollbar {
3830
+ width: 4px;
3831
+ }
3832
+ .sb-sidebar::-webkit-scrollbar-track {
3833
+ background: transparent;
3834
+ }
3835
+ .sb-sidebar::-webkit-scrollbar-thumb {
3836
+ background: var(--ui-surface-border);
3837
+ border-radius: 10px;
3838
+ }
3839
+ .sb-controls .ui-select__trigger {
3840
+ min-height: unset;
3841
+ padding: 0.5rem 0.75rem;
3842
+ font-size: 0.875rem;
3843
+ line-height: 1.25rem;
3844
+ }
3845
+ .sb-theme-toggle.ui-icon-button {
3846
+ border-radius: 0.5rem;
3847
+ border: 1px solid var(--ui-surface-border);
3848
+ }
3849
+ .sb-sidebar-select .ui-select__trigger {
3850
+ min-height: unset;
3851
+ padding: 0.5rem 0.75rem;
3852
+ font-size: 0.75rem;
3853
+ line-height: 1rem;
3854
+ }
3855
+ .sb-copy-btn.ui-button {
3856
+ min-height: 2.5rem;
3857
+ font-size: 0.75rem;
3858
+ font-weight: 700;
3859
+ }
3860
+ .sb-search-input.ui-input {
3861
+ padding-top: 0.375rem;
3862
+ padding-bottom: 0.375rem;
3863
+ }
3864
+ .sb-code-toggle.ui-button {
3865
+ font-size: 0.6875rem;
3866
+ min-height: unset;
3867
+ padding: 0.25rem 0.625rem;
3868
+ }
3869
+ #sb-main::-webkit-scrollbar {
3870
+ width: 6px;
3871
+ }
3872
+ #sb-main::-webkit-scrollbar-track {
3873
+ background: transparent;
3874
+ }
3875
+ #sb-main::-webkit-scrollbar-thumb {
3876
+ background: var(--ui-surface-border);
3877
+ border-radius: 10px;
3878
+ }
3813
3879
  @property --tw-translate-x {
3814
3880
  syntax: "*";
3815
3881
  inherits: false;
@@ -3850,6 +3916,11 @@
3850
3916
  inherits: false;
3851
3917
  initial-value: 0;
3852
3918
  }
3919
+ @property --tw-divide-y-reverse {
3920
+ syntax: "*";
3921
+ inherits: false;
3922
+ initial-value: 0;
3923
+ }
3853
3924
  @property --tw-border-style {
3854
3925
  syntax: "*";
3855
3926
  inherits: false;
@@ -4051,6 +4122,7 @@
4051
4122
  --tw-skew-x: initial;
4052
4123
  --tw-skew-y: initial;
4053
4124
  --tw-space-y-reverse: 0;
4125
+ --tw-divide-y-reverse: 0;
4054
4126
  --tw-border-style: solid;
4055
4127
  --tw-leading: initial;
4056
4128
  --tw-font-weight: initial;
@@ -4097,4 +4169,3 @@
4097
4169
  }
4098
4170
  }
4099
4171
  }
4100
-