vibrant-tool 0.1.3 → 0.1.4

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.
@@ -5,6 +5,9 @@
5
5
  --tw-translate-x: 0;
6
6
  --tw-translate-y: 0;
7
7
  --tw-translate-z: 0;
8
+ --tw-scale-x: 1;
9
+ --tw-scale-y: 1;
10
+ --tw-scale-z: 1;
8
11
  --tw-rotate-x: initial;
9
12
  --tw-rotate-y: initial;
10
13
  --tw-rotate-z: initial;
@@ -67,22 +70,17 @@
67
70
  --tw-backdrop-sepia: initial;
68
71
  --tw-duration: initial;
69
72
  --tw-ease: initial;
70
- --tw-scale-x: 1;
71
- --tw-scale-y: 1;
72
- --tw-scale-z: 1;
73
73
  }
74
74
  }
75
75
 
76
76
  :root, :host {
77
77
  --color-red-400: oklch(70.4% .191 22.216);
78
78
  --color-red-500: oklch(63.7% .237 25.331);
79
- --color-amber-500: oklch(76.9% .188 70.08);
80
79
  --color-yellow-400: oklch(85.2% .199 91.936);
81
80
  --color-green-600: oklch(62.7% .194 149.214);
82
81
  --color-green-700: oklch(52.7% .154 150.069);
83
82
  --color-emerald-200: oklch(90.5% .093 164.15);
84
- --color-cyan-50: oklch(98.4% .019 200.873);
85
- --color-cyan-500: oklch(71.5% .143 215.221);
83
+ --color-emerald-400: oklch(76.5% .177 163.223);
86
84
  --color-cyan-600: oklch(60.9% .126 221.723);
87
85
  --color-blue-200: oklch(88.2% .059 254.128);
88
86
  --color-blue-400: oklch(70.7% .165 254.624);
@@ -105,6 +103,7 @@
105
103
  --color-neutral-200: oklch(92.2% 0 0);
106
104
  --color-neutral-300: oklch(87% 0 0);
107
105
  --color-neutral-400: oklch(70.8% 0 0);
106
+ --color-neutral-500: oklch(55.6% 0 0);
108
107
  --color-neutral-600: oklch(43.9% 0 0);
109
108
  --color-neutral-700: oklch(37.1% 0 0);
110
109
  --color-neutral-800: oklch(26.9% 0 0);
@@ -450,10 +449,6 @@
450
449
  inset-inline-end: var(--spacing);
451
450
  }
452
451
 
453
- .-top-1\.5 {
454
- top: calc(var(--spacing) * -1.5);
455
- }
456
-
457
452
  .-top-2\.5 {
458
453
  top: calc(var(--spacing) * -2.5);
459
454
  }
@@ -498,6 +493,10 @@
498
493
  top: 112px;
499
494
  }
500
495
 
496
+ .top-full {
497
+ top: 100%;
498
+ }
499
+
501
500
  .-right-1\.5 {
502
501
  right: calc(var(--spacing) * -1.5);
503
502
  }
@@ -566,6 +565,10 @@
566
565
  left: 50%;
567
566
  }
568
567
 
568
+ .left-2\.5 {
569
+ left: calc(var(--spacing) * 2.5);
570
+ }
571
+
569
572
  .left-4 {
570
573
  left: calc(var(--spacing) * 4);
571
574
  }
@@ -574,6 +577,10 @@
574
577
  z-index: calc(10 * -1);
575
578
  }
576
579
 
580
+ .z-10 {
581
+ z-index: 10;
582
+ }
583
+
577
584
  .z-40 {
578
585
  z-index: 40;
579
586
  }
@@ -704,6 +711,10 @@
704
711
  margin-bottom: calc(var(--spacing) * 1);
705
712
  }
706
713
 
714
+ .mb-1\.5 {
715
+ margin-bottom: calc(var(--spacing) * 1.5);
716
+ }
717
+
707
718
  .mb-2 {
708
719
  margin-bottom: calc(var(--spacing) * 2);
709
720
  }
@@ -820,10 +831,6 @@
820
831
  height: calc(var(--spacing) * 10);
821
832
  }
822
833
 
823
- .h-12 {
824
- height: calc(var(--spacing) * 12);
825
- }
826
-
827
834
  .h-14 {
828
835
  height: calc(var(--spacing) * 14);
829
836
  }
@@ -852,10 +859,6 @@
852
859
  height: calc(var(--spacing) * 40);
853
860
  }
854
861
 
855
- .h-48 {
856
- height: calc(var(--spacing) * 48);
857
- }
858
-
859
862
  .h-\[0\.5px\] {
860
863
  height: .5px;
861
864
  }
@@ -876,6 +879,10 @@
876
879
  height: 85vh;
877
880
  }
878
881
 
882
+ .h-\[135px\] {
883
+ height: 135px;
884
+ }
885
+
879
886
  .h-\[calc\(100dvh-180px\)\] {
880
887
  height: calc(100dvh - 180px);
881
888
  }
@@ -884,18 +891,22 @@
884
891
  height: calc(100vh - 56px);
885
892
  }
886
893
 
887
- .h-\[calc\(100vh-122px\)\] {
888
- height: calc(100vh - 122px);
889
- }
890
-
891
894
  .h-\[calc\(100vh-125px\)\] {
892
895
  height: calc(100vh - 125px);
893
896
  }
894
897
 
898
+ .h-\[calc\(100vh-126px\)\] {
899
+ height: calc(100vh - 126px);
900
+ }
901
+
895
902
  .h-\[calc\(100vh-160px\)\] {
896
903
  height: calc(100vh - 160px);
897
904
  }
898
905
 
906
+ .h-\[calc\(100vh-165px\)\] {
907
+ height: calc(100vh - 165px);
908
+ }
909
+
899
910
  .h-\[calc\(100vh-200px\)\] {
900
911
  height: calc(100vh - 200px);
901
912
  }
@@ -960,10 +971,6 @@
960
971
  width: calc(var(--spacing) * 4);
961
972
  }
962
973
 
963
- .w-5 {
964
- width: calc(var(--spacing) * 5);
965
- }
966
-
967
974
  .w-6 {
968
975
  width: calc(var(--spacing) * 6);
969
976
  }
@@ -984,10 +991,6 @@
984
991
  width: calc(var(--spacing) * 11);
985
992
  }
986
993
 
987
- .w-12 {
988
- width: calc(var(--spacing) * 12);
989
- }
990
-
991
994
  .w-14 {
992
995
  width: calc(var(--spacing) * 14);
993
996
  }
@@ -1028,8 +1031,8 @@
1028
1031
  width: 260px;
1029
1032
  }
1030
1033
 
1031
- .w-\[290px\] {
1032
- width: 290px;
1034
+ .w-\[270px\] {
1035
+ width: 270px;
1033
1036
  }
1034
1037
 
1035
1038
  .w-auto {
@@ -1068,15 +1071,23 @@
1068
1071
  min-width: 70px;
1069
1072
  }
1070
1073
 
1074
+ .min-w-\[72px\] {
1075
+ min-width: 72px;
1076
+ }
1077
+
1071
1078
  .min-w-\[86px\] {
1072
1079
  min-width: 86px;
1073
1080
  }
1074
1081
 
1082
+ .min-w-\[90px\] {
1083
+ min-width: 90px;
1084
+ }
1085
+
1075
1086
  .flex-1 {
1076
1087
  flex: 1;
1077
1088
  }
1078
1089
 
1079
- .flex-shrink-0, .shrink-0 {
1090
+ .shrink-0 {
1080
1091
  flex-shrink: 0;
1081
1092
  }
1082
1093
 
@@ -1095,6 +1106,13 @@
1095
1106
  translate: var(--tw-translate-x) var(--tw-translate-y);
1096
1107
  }
1097
1108
 
1109
+ .scale-105 {
1110
+ --tw-scale-x: 105%;
1111
+ --tw-scale-y: 105%;
1112
+ --tw-scale-z: 105%;
1113
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1114
+ }
1115
+
1098
1116
  .transform {
1099
1117
  transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
1100
1118
  }
@@ -1123,10 +1141,6 @@
1123
1141
  cursor: grab;
1124
1142
  }
1125
1143
 
1126
- .cursor-help {
1127
- cursor: help;
1128
- }
1129
-
1130
1144
  .cursor-not-allowed {
1131
1145
  cursor: not-allowed;
1132
1146
  }
@@ -1135,6 +1149,10 @@
1135
1149
  cursor: pointer;
1136
1150
  }
1137
1151
 
1152
+ .touch-none {
1153
+ touch-action: none;
1154
+ }
1155
+
1138
1156
  .resize {
1139
1157
  resize: both;
1140
1158
  }
@@ -1159,8 +1177,12 @@
1159
1177
  grid-template-columns: repeat(4, minmax(0, 1fr));
1160
1178
  }
1161
1179
 
1162
- .grid-cols-5 {
1163
- grid-template-columns: repeat(5, minmax(0, 1fr));
1180
+ .grid-cols-6 {
1181
+ grid-template-columns: repeat(6, minmax(0, 1fr));
1182
+ }
1183
+
1184
+ .grid-cols-8 {
1185
+ grid-template-columns: repeat(8, minmax(0, 1fr));
1164
1186
  }
1165
1187
 
1166
1188
  .flex-col {
@@ -1175,10 +1197,6 @@
1175
1197
  align-items: center;
1176
1198
  }
1177
1199
 
1178
- .items-start {
1179
- align-items: flex-start;
1180
- }
1181
-
1182
1200
  .justify-between {
1183
1201
  justify-content: space-between;
1184
1202
  }
@@ -1219,6 +1237,12 @@
1219
1237
  gap: calc(var(--spacing) * 5);
1220
1238
  }
1221
1239
 
1240
+ :where(.space-y-1\.5 > :not(:last-child)) {
1241
+ --tw-space-y-reverse: 0;
1242
+ margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
1243
+ margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
1244
+ }
1245
+
1222
1246
  :where(.space-y-2 > :not(:last-child)) {
1223
1247
  --tw-space-y-reverse: 0;
1224
1248
  margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
@@ -1350,6 +1374,11 @@
1350
1374
  border-bottom-width: 1px;
1351
1375
  }
1352
1376
 
1377
+ .border-dashed {
1378
+ --tw-border-style: dashed;
1379
+ border-style: dashed;
1380
+ }
1381
+
1353
1382
  .border-\[\#02bc71\] {
1354
1383
  border-color: #02bc71;
1355
1384
  }
@@ -1366,6 +1395,10 @@
1366
1395
  border-color: var(--color-blue-500);
1367
1396
  }
1368
1397
 
1398
+ .border-gray-100 {
1399
+ border-color: var(--color-gray-100);
1400
+ }
1401
+
1369
1402
  .border-gray-200 {
1370
1403
  border-color: var(--color-gray-200);
1371
1404
  }
@@ -1374,10 +1407,6 @@
1374
1407
  border-color: var(--color-gray-300);
1375
1408
  }
1376
1409
 
1377
- .border-gray-400 {
1378
- border-color: var(--color-gray-400);
1379
- }
1380
-
1381
1410
  .border-gray-600 {
1382
1411
  border-color: var(--color-gray-600);
1383
1412
  }
@@ -1398,6 +1427,16 @@
1398
1427
  border-color: var(--color-neutral-700);
1399
1428
  }
1400
1429
 
1430
+ .border-neutral-700\/80 {
1431
+ border-color: #404040cc;
1432
+ }
1433
+
1434
+ @supports (color: color-mix(in lab, red, red)) {
1435
+ .border-neutral-700\/80 {
1436
+ border-color: color-mix(in oklab, var(--color-neutral-700) 80%, transparent);
1437
+ }
1438
+ }
1439
+
1401
1440
  .border-neutral-800 {
1402
1441
  border-color: var(--color-neutral-800);
1403
1442
  }
@@ -1458,6 +1497,10 @@
1458
1497
  border-top-color: #0000;
1459
1498
  }
1460
1499
 
1500
+ .bg-\[\#1d1d1d\] {
1501
+ background-color: #1d1d1d;
1502
+ }
1503
+
1461
1504
  .bg-\[\#1e1e1e\] {
1462
1505
  background-color: #1e1e1e;
1463
1506
  }
@@ -1494,10 +1537,6 @@
1494
1537
  background-color: #e4e6eb;
1495
1538
  }
1496
1539
 
1497
- .bg-amber-500 {
1498
- background-color: var(--color-amber-500);
1499
- }
1500
-
1501
1540
  .bg-black {
1502
1541
  background-color: var(--color-black);
1503
1542
  }
@@ -1560,10 +1599,6 @@
1560
1599
  background-color: var(--color-blue-600);
1561
1600
  }
1562
1601
 
1563
- .bg-cyan-50 {
1564
- background-color: var(--color-cyan-50);
1565
- }
1566
-
1567
1602
  .bg-gray-50 {
1568
1603
  background-color: var(--color-gray-50);
1569
1604
  }
@@ -1676,6 +1711,16 @@
1676
1711
  background-color: var(--color-neutral-900);
1677
1712
  }
1678
1713
 
1714
+ .bg-neutral-900\/40 {
1715
+ background-color: #17171766;
1716
+ }
1717
+
1718
+ @supports (color: color-mix(in lab, red, red)) {
1719
+ .bg-neutral-900\/40 {
1720
+ background-color: color-mix(in oklab, var(--color-neutral-900) 40%, transparent);
1721
+ }
1722
+ }
1723
+
1679
1724
  .bg-neutral-900\/70 {
1680
1725
  background-color: #171717b3;
1681
1726
  }
@@ -1814,6 +1859,10 @@
1814
1859
  object-fit: cover;
1815
1860
  }
1816
1861
 
1862
+ .p-0 {
1863
+ padding: calc(var(--spacing) * 0);
1864
+ }
1865
+
1817
1866
  .p-0\.5 {
1818
1867
  padding: calc(var(--spacing) * .5);
1819
1868
  }
@@ -1830,10 +1879,18 @@
1830
1879
  padding: calc(var(--spacing) * 2);
1831
1880
  }
1832
1881
 
1882
+ .p-2\.5 {
1883
+ padding: calc(var(--spacing) * 2.5);
1884
+ }
1885
+
1833
1886
  .p-3 {
1834
1887
  padding: calc(var(--spacing) * 3);
1835
1888
  }
1836
1889
 
1890
+ .p-3\.5 {
1891
+ padding: calc(var(--spacing) * 3.5);
1892
+ }
1893
+
1837
1894
  .p-4 {
1838
1895
  padding: calc(var(--spacing) * 4);
1839
1896
  }
@@ -1862,6 +1919,10 @@
1862
1919
  padding-inline: calc(var(--spacing) * 2);
1863
1920
  }
1864
1921
 
1922
+ .px-2\.5 {
1923
+ padding-inline: calc(var(--spacing) * 2.5);
1924
+ }
1925
+
1865
1926
  .px-3 {
1866
1927
  padding-inline: calc(var(--spacing) * 3);
1867
1928
  }
@@ -1918,6 +1979,14 @@
1918
1979
  padding-block: 5px;
1919
1980
  }
1920
1981
 
1982
+ .pt-1 {
1983
+ padding-top: calc(var(--spacing) * 1);
1984
+ }
1985
+
1986
+ .pt-2 {
1987
+ padding-top: calc(var(--spacing) * 2);
1988
+ }
1989
+
1921
1990
  .pt-4 {
1922
1991
  padding-top: calc(var(--spacing) * 4);
1923
1992
  }
@@ -1930,10 +1999,18 @@
1930
1999
  padding-right: calc(var(--spacing) * 2);
1931
2000
  }
1932
2001
 
2002
+ .pr-3 {
2003
+ padding-right: calc(var(--spacing) * 3);
2004
+ }
2005
+
1933
2006
  .pr-8 {
1934
2007
  padding-right: calc(var(--spacing) * 8);
1935
2008
  }
1936
2009
 
2010
+ .pb-1 {
2011
+ padding-bottom: calc(var(--spacing) * 1);
2012
+ }
2013
+
1937
2014
  .pb-3 {
1938
2015
  padding-bottom: calc(var(--spacing) * 3);
1939
2016
  }
@@ -1962,6 +2039,14 @@
1962
2039
  padding-bottom: calc(var(--spacing) * 14);
1963
2040
  }
1964
2041
 
2042
+ .pl-1 {
2043
+ padding-left: calc(var(--spacing) * 1);
2044
+ }
2045
+
2046
+ .pl-6 {
2047
+ padding-left: calc(var(--spacing) * 6);
2048
+ }
2049
+
1965
2050
  .text-center {
1966
2051
  text-align: center;
1967
2052
  }
@@ -1974,6 +2059,14 @@
1974
2059
  text-align: right;
1975
2060
  }
1976
2061
 
2062
+ .font-mono {
2063
+ font-family: var(--font-geist-mono);
2064
+ }
2065
+
2066
+ .font-sans {
2067
+ font-family: var(--font-geist-sans);
2068
+ }
2069
+
1977
2070
  .text-2xl {
1978
2071
  font-size: var(--text-2xl);
1979
2072
  line-height: var(--tw-leading, var(--text-2xl--line-height));
@@ -2009,14 +2102,6 @@
2009
2102
  line-height: var(--tw-leading, var(--text-xs--line-height));
2010
2103
  }
2011
2104
 
2012
- .text-\[8px\] {
2013
- font-size: 8px;
2014
- }
2015
-
2016
- .text-\[9px\] {
2017
- font-size: 9px;
2018
- }
2019
-
2020
2105
  .text-\[10px\] {
2021
2106
  font-size: 10px;
2022
2107
  }
@@ -2033,13 +2118,12 @@
2033
2118
  font-size: 13px;
2034
2119
  }
2035
2120
 
2036
- .text-\[20px\] {
2037
- font-size: 20px;
2121
+ .text-\[15px\] {
2122
+ font-size: 15px;
2038
2123
  }
2039
2124
 
2040
- .leading-none {
2041
- --tw-leading: 1;
2042
- line-height: 1;
2125
+ .text-\[20px\] {
2126
+ font-size: 20px;
2043
2127
  }
2044
2128
 
2045
2129
  .leading-relaxed {
@@ -2089,10 +2173,6 @@
2089
2173
  color: var(--color-blue-400);
2090
2174
  }
2091
2175
 
2092
- .text-cyan-600 {
2093
- color: var(--color-cyan-600);
2094
- }
2095
-
2096
2176
  .text-gray-200 {
2097
2177
  color: var(--color-gray-200);
2098
2178
  }
@@ -2141,6 +2221,10 @@
2141
2221
  color: var(--color-neutral-400);
2142
2222
  }
2143
2223
 
2224
+ .text-neutral-500 {
2225
+ color: var(--color-neutral-500);
2226
+ }
2227
+
2144
2228
  .text-neutral-800 {
2145
2229
  color: var(--color-neutral-800);
2146
2230
  }
@@ -2227,6 +2311,10 @@
2227
2311
  opacity: 1;
2228
2312
  }
2229
2313
 
2314
+ .mix-blend-difference {
2315
+ mix-blend-mode: difference;
2316
+ }
2317
+
2230
2318
  .mix-blend-overlay {
2231
2319
  mix-blend-mode: overlay;
2232
2320
  }
@@ -2251,6 +2339,16 @@
2251
2339
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2252
2340
  }
2253
2341
 
2342
+ .shadow-\[0_12px_30px_rgba\(0\,0\,0\,0\.35\)\] {
2343
+ --tw-shadow: 0 12px 30px var(--tw-shadow-color, #00000059);
2344
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2345
+ }
2346
+
2347
+ .shadow-inner {
2348
+ --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, #0000000d);
2349
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2350
+ }
2351
+
2254
2352
  .shadow-lg {
2255
2353
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
2256
2354
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -2271,6 +2369,11 @@
2271
2369
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2272
2370
  }
2273
2371
 
2372
+ .shadow-xs {
2373
+ --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);
2374
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2375
+ }
2376
+
2274
2377
  .ring-1 {
2275
2378
  --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2276
2379
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -2301,6 +2404,10 @@
2301
2404
  }
2302
2405
  }
2303
2406
 
2407
+ .ring-\[\#02bc71\] {
2408
+ --tw-ring-color: #02bc71;
2409
+ }
2410
+
2304
2411
  .ring-black\/5 {
2305
2412
  --tw-ring-color: #0000000d;
2306
2413
  }
@@ -2311,10 +2418,34 @@
2311
2418
  }
2312
2419
  }
2313
2420
 
2421
+ .ring-black\/30 {
2422
+ --tw-ring-color: #0000004d;
2423
+ }
2424
+
2425
+ @supports (color: color-mix(in lab, red, red)) {
2426
+ .ring-black\/30 {
2427
+ --tw-ring-color: color-mix(in oklab, var(--color-black) 30%, transparent);
2428
+ }
2429
+ }
2430
+
2431
+ .ring-black\/40 {
2432
+ --tw-ring-color: #0006;
2433
+ }
2434
+
2435
+ @supports (color: color-mix(in lab, red, red)) {
2436
+ .ring-black\/40 {
2437
+ --tw-ring-color: color-mix(in oklab, var(--color-black) 40%, transparent);
2438
+ }
2439
+ }
2440
+
2314
2441
  .ring-gray-400 {
2315
2442
  --tw-ring-color: var(--color-gray-400);
2316
2443
  }
2317
2444
 
2445
+ .ring-neutral-600 {
2446
+ --tw-ring-color: var(--color-neutral-600);
2447
+ }
2448
+
2318
2449
  .blur {
2319
2450
  --tw-blur: blur(8px);
2320
2451
  filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
@@ -2465,6 +2596,13 @@
2465
2596
  }
2466
2597
 
2467
2598
  @media (hover: hover) {
2599
+ .hover\:scale-105:hover {
2600
+ --tw-scale-x: 105%;
2601
+ --tw-scale-y: 105%;
2602
+ --tw-scale-z: 105%;
2603
+ scale: var(--tw-scale-x) var(--tw-scale-y);
2604
+ }
2605
+
2468
2606
  .hover\:scale-110:hover {
2469
2607
  --tw-scale-x: 110%;
2470
2608
  --tw-scale-y: 110%;
@@ -2484,6 +2622,18 @@
2484
2622
  border-color: oklab(69.9534% -.154036 .0673199 / .4);
2485
2623
  }
2486
2624
 
2625
+ .hover\:border-neutral-400:hover {
2626
+ border-color: var(--color-neutral-400);
2627
+ }
2628
+
2629
+ .hover\:border-neutral-500:hover {
2630
+ border-color: var(--color-neutral-500);
2631
+ }
2632
+
2633
+ .hover\:border-neutral-700:hover {
2634
+ border-color: var(--color-neutral-700);
2635
+ }
2636
+
2487
2637
  .hover\:border-white:hover {
2488
2638
  border-color: var(--color-white);
2489
2639
  }
@@ -2554,6 +2704,14 @@
2554
2704
  color: var(--color-blue-400);
2555
2705
  }
2556
2706
 
2707
+ .hover\:text-cyan-600:hover {
2708
+ color: var(--color-cyan-600);
2709
+ }
2710
+
2711
+ .hover\:text-emerald-400:hover {
2712
+ color: var(--color-emerald-400);
2713
+ }
2714
+
2557
2715
  .hover\:text-gray-600:hover {
2558
2716
  color: var(--color-gray-600);
2559
2717
  }
@@ -2588,12 +2746,12 @@
2588
2746
  }
2589
2747
  }
2590
2748
 
2591
- .focus\:border-blue-500:focus {
2592
- border-color: var(--color-blue-500);
2749
+ .focus\:border-\[\#02bc71\]:focus {
2750
+ border-color: #02bc71;
2593
2751
  }
2594
2752
 
2595
- .focus\:border-cyan-500:focus {
2596
- border-color: var(--color-cyan-500);
2753
+ .focus\:border-blue-500:focus {
2754
+ border-color: var(--color-blue-500);
2597
2755
  }
2598
2756
 
2599
2757
  .focus\:border-red-500:focus {
@@ -2610,12 +2768,12 @@
2610
2768
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2611
2769
  }
2612
2770
 
2613
- .focus\:ring-blue-500:focus {
2614
- --tw-ring-color: var(--color-blue-500);
2771
+ .focus\:ring-\[\#02bc71\]:focus {
2772
+ --tw-ring-color: #02bc71;
2615
2773
  }
2616
2774
 
2617
- .focus\:ring-cyan-500:focus {
2618
- --tw-ring-color: var(--color-cyan-500);
2775
+ .focus\:ring-blue-500:focus {
2776
+ --tw-ring-color: var(--color-blue-500);
2619
2777
  }
2620
2778
 
2621
2779
  .focus\:ring-red-500:focus {
@@ -2982,6 +3140,24 @@ div[class*="driver-stage"], div[id*="driver-stage"], .driver-active-element, #dr
2982
3140
  initial-value: 0;
2983
3141
  }
2984
3142
 
3143
+ @property --tw-scale-x {
3144
+ syntax: "*";
3145
+ inherits: false;
3146
+ initial-value: 1;
3147
+ }
3148
+
3149
+ @property --tw-scale-y {
3150
+ syntax: "*";
3151
+ inherits: false;
3152
+ initial-value: 1;
3153
+ }
3154
+
3155
+ @property --tw-scale-z {
3156
+ syntax: "*";
3157
+ inherits: false;
3158
+ initial-value: 1;
3159
+ }
3160
+
2985
3161
  @property --tw-rotate-x {
2986
3162
  syntax: "*";
2987
3163
  inherits: false
@@ -3310,24 +3486,6 @@ div[class*="driver-stage"], div[id*="driver-stage"], .driver-active-element, #dr
3310
3486
  inherits: false
3311
3487
  }
3312
3488
 
3313
- @property --tw-scale-x {
3314
- syntax: "*";
3315
- inherits: false;
3316
- initial-value: 1;
3317
- }
3318
-
3319
- @property --tw-scale-y {
3320
- syntax: "*";
3321
- inherits: false;
3322
- initial-value: 1;
3323
- }
3324
-
3325
- @property --tw-scale-z {
3326
- syntax: "*";
3327
- inherits: false;
3328
- initial-value: 1;
3329
- }
3330
-
3331
3489
  @keyframes spin {
3332
3490
  to {
3333
3491
  transform: rotate(360deg);
@@ -3346,4 +3504,87 @@ div[class*="driver-stage"], div[id*="driver-stage"], .driver-active-element, #dr
3346
3504
  opacity: .5;
3347
3505
  }
3348
3506
  }
3349
- .driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.driver-popover-title{font:19px/normal sans-serif;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:.2s}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#727272;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px/normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-5px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}
3507
+ .driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.driver-popover-title{font:19px/normal sans-serif;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:.2s}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#727272;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px/normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-5px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}
3508
+ /* Color Picker Styling */
3509
+ .pqc-checkerboard {
3510
+ background-color: #ffffff;
3511
+ background-image: linear-gradient(45deg, #e5e7eb 25%, transparent 25%),
3512
+ linear-gradient(-45deg, #e5e7eb 25%, transparent 25%),
3513
+ linear-gradient(45deg, transparent 75%, #e5e7eb 75%),
3514
+ linear-gradient(-45deg, transparent 75%, #e5e7eb 75%);
3515
+ background-size: 8px 8px;
3516
+ background-position: 0 0, 0 4px, 4px -4px, -4px 0px;
3517
+ }
3518
+
3519
+ /* Channel Slider & Row Styles */
3520
+ .pqc-channel-row {
3521
+ display: flex;
3522
+ align-items: center;
3523
+ gap: 8px;
3524
+ margin-bottom: 5px;
3525
+ }
3526
+
3527
+ .pqc-channel-label {
3528
+ width: 14px;
3529
+ font-size: 11px;
3530
+ font-weight: 700;
3531
+ text-align: center;
3532
+ flex-shrink: 0;
3533
+ user-select: none;
3534
+ }
3535
+
3536
+ .pqc-slider {
3537
+ position: relative;
3538
+ flex: 1;
3539
+ height: 12px;
3540
+ border-radius: 6px;
3541
+ background: var(--pqc-_grad, #ddd);
3542
+ cursor: pointer;
3543
+ touch-action: none;
3544
+ box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
3545
+ outline: none;
3546
+ }
3547
+
3548
+ .pqc-slider:focus-visible {
3549
+ box-shadow: 0 0 0 2px rgba(6, 182, 212, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
3550
+ }
3551
+
3552
+ .pqc-slider-thumb {
3553
+ position: absolute;
3554
+ top: 50%;
3555
+ left: var(--pqc-_x, 0%);
3556
+ width: 14px;
3557
+ height: 14px;
3558
+ border-radius: 50%;
3559
+ background: #ffffff;
3560
+ border: 2px solid #ffffff;
3561
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.2);
3562
+ transform: translate(-50%, -50%);
3563
+ pointer-events: none;
3564
+ transition: transform 0.05s ease;
3565
+ }
3566
+
3567
+ .pqc-slider:active .pqc-slider-thumb {
3568
+ transform: translate(-50%, -50%) scale(1.15);
3569
+ }
3570
+
3571
+ .pqc-channel-input {
3572
+ width: 42px;
3573
+ height: 22px;
3574
+ padding: 1px 3px;
3575
+ font-size: 11px;
3576
+ font-weight: 600;
3577
+ text-align: center;
3578
+ border: 1px solid #d1d5db;
3579
+ border-radius: 5px;
3580
+ background: #ffffff;
3581
+ color: #1f2937;
3582
+ outline: none;
3583
+ transition: border-color 0.15s, box-shadow 0.15s;
3584
+ flex-shrink: 0;
3585
+ }
3586
+
3587
+ .pqc-channel-input:focus {
3588
+ border-color: #06b6d4;
3589
+ box-shadow: 0 0 0 2px rgba(6, 182, 212, 0.2);
3590
+ }