@cnc_cbz/usefultools-plugin-official 1.0.1 → 1.0.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.
@@ -665,3 +665,2208 @@ ${sourceText.value}`;
665
665
  export {
666
666
  _sfc_main as default
667
667
  };
668
+
669
+ ;(function(){var s=document.createElement("style");s.textContent=`/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
670
+ @layer properties {
671
+ @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
672
+ *, :before, :after, ::backdrop {
673
+ --tw-translate-x: 0;
674
+ --tw-translate-y: 0;
675
+ --tw-translate-z: 0;
676
+ --tw-rotate-x: initial;
677
+ --tw-rotate-y: initial;
678
+ --tw-rotate-z: initial;
679
+ --tw-skew-x: initial;
680
+ --tw-skew-y: initial;
681
+ --tw-space-y-reverse: 0;
682
+ --tw-border-style: solid;
683
+ --tw-leading: initial;
684
+ --tw-font-weight: initial;
685
+ --tw-tracking: initial;
686
+ --tw-shadow: 0 0 #0000;
687
+ --tw-shadow-color: initial;
688
+ --tw-shadow-alpha: 100%;
689
+ --tw-inset-shadow: 0 0 #0000;
690
+ --tw-inset-shadow-color: initial;
691
+ --tw-inset-shadow-alpha: 100%;
692
+ --tw-ring-color: initial;
693
+ --tw-ring-shadow: 0 0 #0000;
694
+ --tw-inset-ring-color: initial;
695
+ --tw-inset-ring-shadow: 0 0 #0000;
696
+ --tw-ring-inset: initial;
697
+ --tw-ring-offset-width: 0px;
698
+ --tw-ring-offset-color: #fff;
699
+ --tw-ring-offset-shadow: 0 0 #0000;
700
+ --tw-outline-style: solid;
701
+ --tw-duration: initial;
702
+ --tw-scale-x: 1;
703
+ --tw-scale-y: 1;
704
+ --tw-scale-z: 1;
705
+ --tw-blur: initial;
706
+ --tw-brightness: initial;
707
+ --tw-contrast: initial;
708
+ --tw-grayscale: initial;
709
+ --tw-hue-rotate: initial;
710
+ --tw-invert: initial;
711
+ --tw-opacity: initial;
712
+ --tw-saturate: initial;
713
+ --tw-sepia: initial;
714
+ --tw-drop-shadow: initial;
715
+ --tw-drop-shadow-color: initial;
716
+ --tw-drop-shadow-alpha: 100%;
717
+ --tw-drop-shadow-size: initial;
718
+ }
719
+ }
720
+ }
721
+
722
+ @layer theme {
723
+ :root, :host {
724
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
725
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
726
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
727
+ "Courier New", monospace;
728
+ --color-gray-100: oklch(96.7% .003 264.542);
729
+ --color-gray-200: oklch(92.8% .006 264.531);
730
+ --color-gray-300: oklch(87.2% .01 258.338);
731
+ --color-gray-400: oklch(70.7% .022 261.325);
732
+ --color-gray-500: oklch(55.1% .027 264.364);
733
+ --color-gray-600: oklch(44.6% .03 256.802);
734
+ --color-gray-700: oklch(37.3% .034 259.733);
735
+ --color-black: #000;
736
+ --color-white: #fff;
737
+ --spacing: .25rem;
738
+ --container-lg: 32rem;
739
+ --text-xs: .75rem;
740
+ --text-xs--line-height: calc(1 / .75);
741
+ --text-sm: .875rem;
742
+ --text-sm--line-height: calc(1.25 / .875);
743
+ --text-base: 1rem;
744
+ --text-base--line-height: calc(1.5 / 1);
745
+ --text-lg: 1.125rem;
746
+ --text-lg--line-height: calc(1.75 / 1.125);
747
+ --text-xl: 1.25rem;
748
+ --text-xl--line-height: calc(1.75 / 1.25);
749
+ --text-2xl: 1.5rem;
750
+ --text-2xl--line-height: calc(2 / 1.5);
751
+ --text-3xl: 1.875rem;
752
+ --text-3xl--line-height: calc(2.25 / 1.875);
753
+ --text-5xl: 3rem;
754
+ --text-5xl--line-height: 1;
755
+ --font-weight-bold: 700;
756
+ --font-weight-black: 900;
757
+ --tracking-wider: .05em;
758
+ --tracking-widest: .1em;
759
+ --leading-relaxed: 1.625;
760
+ --radius-sm: .25rem;
761
+ --radius-lg: .5rem;
762
+ --radius-xl: .75rem;
763
+ --animate-spin: spin 1s linear infinite;
764
+ --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
765
+ --default-transition-duration: .15s;
766
+ --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
767
+ --default-font-family: var(--font-sans);
768
+ --default-mono-font-family: var(--font-mono);
769
+ --color-primary: #f9b11f;
770
+ --color-bg-dark: #231c0f;
771
+ --color-electric-blue: #3b82f6;
772
+ --color-neon-green: #84cc16;
773
+ --color-vibrant-purple: #a855f7;
774
+ --color-deep-charcoal: #1f1a14;
775
+ --color-coral-red: #ff6b6b;
776
+ --color-hot-pink: #ec4899;
777
+ --font-display: "Space Grotesk", sans-serif;
778
+ }
779
+ }
780
+
781
+ @layer base {
782
+ *, :after, :before, ::backdrop {
783
+ box-sizing: border-box;
784
+ border: 0 solid;
785
+ margin: 0;
786
+ padding: 0;
787
+ }
788
+
789
+ ::file-selector-button {
790
+ box-sizing: border-box;
791
+ border: 0 solid;
792
+ margin: 0;
793
+ padding: 0;
794
+ }
795
+
796
+ html, :host {
797
+ -webkit-text-size-adjust: 100%;
798
+ tab-size: 4;
799
+ line-height: 1.5;
800
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
801
+ font-feature-settings: var(--default-font-feature-settings, normal);
802
+ font-variation-settings: var(--default-font-variation-settings, normal);
803
+ -webkit-tap-highlight-color: transparent;
804
+ }
805
+
806
+ hr {
807
+ height: 0;
808
+ color: inherit;
809
+ border-top-width: 1px;
810
+ }
811
+
812
+ abbr:where([title]) {
813
+ -webkit-text-decoration: underline dotted;
814
+ text-decoration: underline dotted;
815
+ }
816
+
817
+ h1, h2, h3, h4, h5, h6 {
818
+ font-size: inherit;
819
+ font-weight: inherit;
820
+ }
821
+
822
+ a {
823
+ color: inherit;
824
+ -webkit-text-decoration: inherit;
825
+ -webkit-text-decoration: inherit;
826
+ -webkit-text-decoration: inherit;
827
+ text-decoration: inherit;
828
+ }
829
+
830
+ b, strong {
831
+ font-weight: bolder;
832
+ }
833
+
834
+ code, kbd, samp, pre {
835
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
836
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
837
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
838
+ font-size: 1em;
839
+ }
840
+
841
+ small {
842
+ font-size: 80%;
843
+ }
844
+
845
+ sub, sup {
846
+ vertical-align: baseline;
847
+ font-size: 75%;
848
+ line-height: 0;
849
+ position: relative;
850
+ }
851
+
852
+ sub {
853
+ bottom: -.25em;
854
+ }
855
+
856
+ sup {
857
+ top: -.5em;
858
+ }
859
+
860
+ table {
861
+ text-indent: 0;
862
+ border-color: inherit;
863
+ border-collapse: collapse;
864
+ }
865
+
866
+ :-moz-focusring {
867
+ outline: auto;
868
+ }
869
+
870
+ progress {
871
+ vertical-align: baseline;
872
+ }
873
+
874
+ summary {
875
+ display: list-item;
876
+ }
877
+
878
+ ol, ul, menu {
879
+ list-style: none;
880
+ }
881
+
882
+ img, svg, video, canvas, audio, iframe, embed, object {
883
+ vertical-align: middle;
884
+ display: block;
885
+ }
886
+
887
+ img, video {
888
+ max-width: 100%;
889
+ height: auto;
890
+ }
891
+
892
+ button, input, select, optgroup, textarea {
893
+ font: inherit;
894
+ font-feature-settings: inherit;
895
+ font-variation-settings: inherit;
896
+ letter-spacing: inherit;
897
+ color: inherit;
898
+ opacity: 1;
899
+ background-color: #0000;
900
+ border-radius: 0;
901
+ }
902
+
903
+ ::file-selector-button {
904
+ font: inherit;
905
+ font-feature-settings: inherit;
906
+ font-variation-settings: inherit;
907
+ letter-spacing: inherit;
908
+ color: inherit;
909
+ opacity: 1;
910
+ background-color: #0000;
911
+ border-radius: 0;
912
+ }
913
+
914
+ :where(select:is([multiple], [size])) optgroup {
915
+ font-weight: bolder;
916
+ }
917
+
918
+ :where(select:is([multiple], [size])) optgroup option {
919
+ padding-inline-start: 20px;
920
+ }
921
+
922
+ ::file-selector-button {
923
+ margin-inline-end: 4px;
924
+ }
925
+
926
+ ::placeholder {
927
+ opacity: 1;
928
+ }
929
+
930
+ @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
931
+ ::placeholder {
932
+ color: currentColor;
933
+ }
934
+
935
+ @supports (color: color-mix(in lab, red, red)) {
936
+ ::placeholder {
937
+ color: color-mix(in oklab, currentcolor 50%, transparent);
938
+ }
939
+ }
940
+ }
941
+
942
+ textarea {
943
+ resize: vertical;
944
+ }
945
+
946
+ ::-webkit-search-decoration {
947
+ -webkit-appearance: none;
948
+ }
949
+
950
+ ::-webkit-date-and-time-value {
951
+ min-height: 1lh;
952
+ text-align: inherit;
953
+ }
954
+
955
+ ::-webkit-datetime-edit {
956
+ display: inline-flex;
957
+ }
958
+
959
+ ::-webkit-datetime-edit-fields-wrapper {
960
+ padding: 0;
961
+ }
962
+
963
+ ::-webkit-datetime-edit {
964
+ padding-block: 0;
965
+ }
966
+
967
+ ::-webkit-datetime-edit-year-field {
968
+ padding-block: 0;
969
+ }
970
+
971
+ ::-webkit-datetime-edit-month-field {
972
+ padding-block: 0;
973
+ }
974
+
975
+ ::-webkit-datetime-edit-day-field {
976
+ padding-block: 0;
977
+ }
978
+
979
+ ::-webkit-datetime-edit-hour-field {
980
+ padding-block: 0;
981
+ }
982
+
983
+ ::-webkit-datetime-edit-minute-field {
984
+ padding-block: 0;
985
+ }
986
+
987
+ ::-webkit-datetime-edit-second-field {
988
+ padding-block: 0;
989
+ }
990
+
991
+ ::-webkit-datetime-edit-millisecond-field {
992
+ padding-block: 0;
993
+ }
994
+
995
+ ::-webkit-datetime-edit-meridiem-field {
996
+ padding-block: 0;
997
+ }
998
+
999
+ ::-webkit-calendar-picker-indicator {
1000
+ line-height: 1;
1001
+ }
1002
+
1003
+ :-moz-ui-invalid {
1004
+ box-shadow: none;
1005
+ }
1006
+
1007
+ button, input:where([type="button"], [type="reset"], [type="submit"]) {
1008
+ appearance: button;
1009
+ }
1010
+
1011
+ ::file-selector-button {
1012
+ appearance: button;
1013
+ }
1014
+
1015
+ ::-webkit-inner-spin-button {
1016
+ height: auto;
1017
+ }
1018
+
1019
+ ::-webkit-outer-spin-button {
1020
+ height: auto;
1021
+ }
1022
+
1023
+ [hidden]:where(:not([hidden="until-found"])) {
1024
+ display: none !important;
1025
+ }
1026
+ }
1027
+
1028
+ @layer components;
1029
+
1030
+ @layer utilities {
1031
+ .pointer-events-none {
1032
+ pointer-events: none;
1033
+ }
1034
+
1035
+ .sr-only {
1036
+ clip-path: inset(50%);
1037
+ white-space: nowrap;
1038
+ border-width: 0;
1039
+ width: 1px;
1040
+ height: 1px;
1041
+ margin: -1px;
1042
+ padding: 0;
1043
+ position: absolute;
1044
+ overflow: hidden;
1045
+ }
1046
+
1047
+ .absolute {
1048
+ position: absolute;
1049
+ }
1050
+
1051
+ .fixed {
1052
+ position: fixed;
1053
+ }
1054
+
1055
+ .relative {
1056
+ position: relative;
1057
+ }
1058
+
1059
+ .inset-0 {
1060
+ inset: calc(var(--spacing) * 0);
1061
+ }
1062
+
1063
+ .start {
1064
+ inset-inline-start: var(--spacing);
1065
+ }
1066
+
1067
+ .end {
1068
+ inset-inline-end: var(--spacing);
1069
+ }
1070
+
1071
+ .top-1\\/2 {
1072
+ top: 50%;
1073
+ }
1074
+
1075
+ .left-2 {
1076
+ left: calc(var(--spacing) * 2);
1077
+ }
1078
+
1079
+ .z-50 {
1080
+ z-index: 50;
1081
+ }
1082
+
1083
+ .-mx-1 {
1084
+ margin-inline: calc(var(--spacing) * -1);
1085
+ }
1086
+
1087
+ .mx-0\\.5 {
1088
+ margin-inline: calc(var(--spacing) * .5);
1089
+ }
1090
+
1091
+ .mt-0\\.5 {
1092
+ margin-top: calc(var(--spacing) * .5);
1093
+ }
1094
+
1095
+ .mt-1 {
1096
+ margin-top: calc(var(--spacing) * 1);
1097
+ }
1098
+
1099
+ .mt-2 {
1100
+ margin-top: calc(var(--spacing) * 2);
1101
+ }
1102
+
1103
+ .mt-3 {
1104
+ margin-top: calc(var(--spacing) * 3);
1105
+ }
1106
+
1107
+ .mr-1 {
1108
+ margin-right: calc(var(--spacing) * 1);
1109
+ }
1110
+
1111
+ .mr-2 {
1112
+ margin-right: calc(var(--spacing) * 2);
1113
+ }
1114
+
1115
+ .mr-3 {
1116
+ margin-right: calc(var(--spacing) * 3);
1117
+ }
1118
+
1119
+ .mb-1 {
1120
+ margin-bottom: calc(var(--spacing) * 1);
1121
+ }
1122
+
1123
+ .mb-1\\.5 {
1124
+ margin-bottom: calc(var(--spacing) * 1.5);
1125
+ }
1126
+
1127
+ .mb-2 {
1128
+ margin-bottom: calc(var(--spacing) * 2);
1129
+ }
1130
+
1131
+ .mb-3 {
1132
+ margin-bottom: calc(var(--spacing) * 3);
1133
+ }
1134
+
1135
+ .ml-0\\.5 {
1136
+ margin-left: calc(var(--spacing) * .5);
1137
+ }
1138
+
1139
+ .ml-1 {
1140
+ margin-left: calc(var(--spacing) * 1);
1141
+ }
1142
+
1143
+ .ml-1\\.5 {
1144
+ margin-left: calc(var(--spacing) * 1.5);
1145
+ }
1146
+
1147
+ .ml-2 {
1148
+ margin-left: calc(var(--spacing) * 2);
1149
+ }
1150
+
1151
+ .ml-auto {
1152
+ margin-left: auto;
1153
+ }
1154
+
1155
+ .block {
1156
+ display: block;
1157
+ }
1158
+
1159
+ .flex {
1160
+ display: flex;
1161
+ }
1162
+
1163
+ .grid {
1164
+ display: grid;
1165
+ }
1166
+
1167
+ .hidden {
1168
+ display: none;
1169
+ }
1170
+
1171
+ .inline {
1172
+ display: inline;
1173
+ }
1174
+
1175
+ .inline-block {
1176
+ display: inline-block;
1177
+ }
1178
+
1179
+ .inline-flex {
1180
+ display: inline-flex;
1181
+ }
1182
+
1183
+ .table {
1184
+ display: table;
1185
+ }
1186
+
1187
+ .h-2 {
1188
+ height: calc(var(--spacing) * 2);
1189
+ }
1190
+
1191
+ .h-3 {
1192
+ height: calc(var(--spacing) * 3);
1193
+ }
1194
+
1195
+ .h-3\\.5 {
1196
+ height: calc(var(--spacing) * 3.5);
1197
+ }
1198
+
1199
+ .h-4 {
1200
+ height: calc(var(--spacing) * 4);
1201
+ }
1202
+
1203
+ .h-7 {
1204
+ height: calc(var(--spacing) * 7);
1205
+ }
1206
+
1207
+ .h-8 {
1208
+ height: calc(var(--spacing) * 8);
1209
+ }
1210
+
1211
+ .h-9 {
1212
+ height: calc(var(--spacing) * 9);
1213
+ }
1214
+
1215
+ .h-10 {
1216
+ height: calc(var(--spacing) * 10);
1217
+ }
1218
+
1219
+ .h-12 {
1220
+ height: calc(var(--spacing) * 12);
1221
+ }
1222
+
1223
+ .h-16 {
1224
+ height: calc(var(--spacing) * 16);
1225
+ }
1226
+
1227
+ .h-85 {
1228
+ height: calc(var(--spacing) * 85);
1229
+ }
1230
+
1231
+ .h-full {
1232
+ height: 100%;
1233
+ }
1234
+
1235
+ .max-h-40 {
1236
+ max-height: calc(var(--spacing) * 40);
1237
+ }
1238
+
1239
+ .max-h-60 {
1240
+ max-height: calc(var(--spacing) * 60);
1241
+ }
1242
+
1243
+ .max-h-\\[200px\\] {
1244
+ max-height: 200px;
1245
+ }
1246
+
1247
+ .max-h-full {
1248
+ max-height: 100%;
1249
+ }
1250
+
1251
+ .min-h-0 {
1252
+ min-height: calc(var(--spacing) * 0);
1253
+ }
1254
+
1255
+ .min-h-\\[80px\\] {
1256
+ min-height: 80px;
1257
+ }
1258
+
1259
+ .min-h-\\[180px\\] {
1260
+ min-height: 180px;
1261
+ }
1262
+
1263
+ .min-h-\\[200px\\] {
1264
+ min-height: 200px;
1265
+ }
1266
+
1267
+ .w-2 {
1268
+ width: calc(var(--spacing) * 2);
1269
+ }
1270
+
1271
+ .w-3 {
1272
+ width: calc(var(--spacing) * 3);
1273
+ }
1274
+
1275
+ .w-3\\.5 {
1276
+ width: calc(var(--spacing) * 3.5);
1277
+ }
1278
+
1279
+ .w-4 {
1280
+ width: calc(var(--spacing) * 4);
1281
+ }
1282
+
1283
+ .w-5 {
1284
+ width: calc(var(--spacing) * 5);
1285
+ }
1286
+
1287
+ .w-8 {
1288
+ width: calc(var(--spacing) * 8);
1289
+ }
1290
+
1291
+ .w-9 {
1292
+ width: calc(var(--spacing) * 9);
1293
+ }
1294
+
1295
+ .w-10 {
1296
+ width: calc(var(--spacing) * 10);
1297
+ }
1298
+
1299
+ .w-14 {
1300
+ width: calc(var(--spacing) * 14);
1301
+ }
1302
+
1303
+ .w-16 {
1304
+ width: calc(var(--spacing) * 16);
1305
+ }
1306
+
1307
+ .w-20 {
1308
+ width: calc(var(--spacing) * 20);
1309
+ }
1310
+
1311
+ .w-24 {
1312
+ width: calc(var(--spacing) * 24);
1313
+ }
1314
+
1315
+ .w-28 {
1316
+ width: calc(var(--spacing) * 28);
1317
+ }
1318
+
1319
+ .w-32 {
1320
+ width: calc(var(--spacing) * 32);
1321
+ }
1322
+
1323
+ .w-72 {
1324
+ width: calc(var(--spacing) * 72);
1325
+ }
1326
+
1327
+ .w-full {
1328
+ width: 100%;
1329
+ }
1330
+
1331
+ .max-w-70 {
1332
+ max-width: calc(var(--spacing) * 70);
1333
+ }
1334
+
1335
+ .max-w-full {
1336
+ max-width: 100%;
1337
+ }
1338
+
1339
+ .max-w-lg {
1340
+ max-width: var(--container-lg);
1341
+ }
1342
+
1343
+ .min-w-0 {
1344
+ min-width: calc(var(--spacing) * 0);
1345
+ }
1346
+
1347
+ .min-w-\\[200px\\] {
1348
+ min-width: 200px;
1349
+ }
1350
+
1351
+ .flex-1 {
1352
+ flex: 1;
1353
+ }
1354
+
1355
+ .shrink-0 {
1356
+ flex-shrink: 0;
1357
+ }
1358
+
1359
+ .border-collapse {
1360
+ border-collapse: collapse;
1361
+ }
1362
+
1363
+ .translate-x-0\\.5 {
1364
+ --tw-translate-x: calc(var(--spacing) * .5);
1365
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1366
+ }
1367
+
1368
+ .-translate-y-1\\/2 {
1369
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
1370
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1371
+ }
1372
+
1373
+ .translate-y-0\\.5 {
1374
+ --tw-translate-y: calc(var(--spacing) * .5);
1375
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1376
+ }
1377
+
1378
+ .transform {
1379
+ transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
1380
+ }
1381
+
1382
+ .animate-pulse {
1383
+ animation: var(--animate-pulse);
1384
+ }
1385
+
1386
+ .animate-spin {
1387
+ animation: var(--animate-spin);
1388
+ }
1389
+
1390
+ .cursor-grab {
1391
+ cursor: grab;
1392
+ }
1393
+
1394
+ .cursor-pointer {
1395
+ cursor: pointer;
1396
+ }
1397
+
1398
+ .resize {
1399
+ resize: both;
1400
+ }
1401
+
1402
+ .resize-none {
1403
+ resize: none;
1404
+ }
1405
+
1406
+ .appearance-none {
1407
+ appearance: none;
1408
+ }
1409
+
1410
+ .grid-cols-1 {
1411
+ grid-template-columns: repeat(1, minmax(0, 1fr));
1412
+ }
1413
+
1414
+ .grid-cols-2 {
1415
+ grid-template-columns: repeat(2, minmax(0, 1fr));
1416
+ }
1417
+
1418
+ .grid-cols-4 {
1419
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1420
+ }
1421
+
1422
+ .grid-cols-5 {
1423
+ grid-template-columns: repeat(5, minmax(0, 1fr));
1424
+ }
1425
+
1426
+ .grid-cols-\\[1fr_60px_1fr\\] {
1427
+ grid-template-columns: 1fr 60px 1fr;
1428
+ }
1429
+
1430
+ .flex-col {
1431
+ flex-direction: column;
1432
+ }
1433
+
1434
+ .flex-wrap {
1435
+ flex-wrap: wrap;
1436
+ }
1437
+
1438
+ .items-baseline {
1439
+ align-items: baseline;
1440
+ }
1441
+
1442
+ .items-center {
1443
+ align-items: center;
1444
+ }
1445
+
1446
+ .justify-between {
1447
+ justify-content: space-between;
1448
+ }
1449
+
1450
+ .justify-center {
1451
+ justify-content: center;
1452
+ }
1453
+
1454
+ .justify-end {
1455
+ justify-content: flex-end;
1456
+ }
1457
+
1458
+ .gap-0\\.5 {
1459
+ gap: calc(var(--spacing) * .5);
1460
+ }
1461
+
1462
+ .gap-1 {
1463
+ gap: calc(var(--spacing) * 1);
1464
+ }
1465
+
1466
+ .gap-1\\.5 {
1467
+ gap: calc(var(--spacing) * 1.5);
1468
+ }
1469
+
1470
+ .gap-2 {
1471
+ gap: calc(var(--spacing) * 2);
1472
+ }
1473
+
1474
+ .gap-3 {
1475
+ gap: calc(var(--spacing) * 3);
1476
+ }
1477
+
1478
+ .gap-4 {
1479
+ gap: calc(var(--spacing) * 4);
1480
+ }
1481
+
1482
+ .gap-5 {
1483
+ gap: calc(var(--spacing) * 5);
1484
+ }
1485
+
1486
+ :where(.space-y-0\\.5 > :not(:last-child)) {
1487
+ --tw-space-y-reverse: 0;
1488
+ margin-block-start: calc(calc(var(--spacing) * .5) * var(--tw-space-y-reverse));
1489
+ margin-block-end: calc(calc(var(--spacing) * .5) * calc(1 - var(--tw-space-y-reverse)));
1490
+ }
1491
+
1492
+ :where(.space-y-1 > :not(:last-child)) {
1493
+ --tw-space-y-reverse: 0;
1494
+ margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
1495
+ margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
1496
+ }
1497
+
1498
+ :where(.space-y-1\\.5 > :not(:last-child)) {
1499
+ --tw-space-y-reverse: 0;
1500
+ margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
1501
+ margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
1502
+ }
1503
+
1504
+ :where(.space-y-2 > :not(:last-child)) {
1505
+ --tw-space-y-reverse: 0;
1506
+ margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
1507
+ margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
1508
+ }
1509
+
1510
+ .gap-x-6 {
1511
+ column-gap: calc(var(--spacing) * 6);
1512
+ }
1513
+
1514
+ .gap-y-1 {
1515
+ row-gap: calc(var(--spacing) * 1);
1516
+ }
1517
+
1518
+ .truncate {
1519
+ text-overflow: ellipsis;
1520
+ white-space: nowrap;
1521
+ overflow: hidden;
1522
+ }
1523
+
1524
+ .overflow-auto {
1525
+ overflow: auto;
1526
+ }
1527
+
1528
+ .overflow-hidden {
1529
+ overflow: hidden;
1530
+ }
1531
+
1532
+ .overflow-y-auto {
1533
+ overflow-y: auto;
1534
+ }
1535
+
1536
+ .rounded {
1537
+ border-radius: .25rem;
1538
+ }
1539
+
1540
+ .rounded-full {
1541
+ border-radius: 3.40282e38px;
1542
+ }
1543
+
1544
+ .rounded-lg {
1545
+ border-radius: var(--radius-lg);
1546
+ }
1547
+
1548
+ .rounded-sm {
1549
+ border-radius: var(--radius-sm);
1550
+ }
1551
+
1552
+ .rounded-xl {
1553
+ border-radius: var(--radius-xl);
1554
+ }
1555
+
1556
+ .border {
1557
+ border-style: var(--tw-border-style);
1558
+ border-width: 1px;
1559
+ }
1560
+
1561
+ .border-2 {
1562
+ border-style: var(--tw-border-style);
1563
+ border-width: 2px;
1564
+ }
1565
+
1566
+ .border-4 {
1567
+ border-style: var(--tw-border-style);
1568
+ border-width: 4px;
1569
+ }
1570
+
1571
+ .border-r {
1572
+ border-right-style: var(--tw-border-style);
1573
+ border-right-width: 1px;
1574
+ }
1575
+
1576
+ .border-b {
1577
+ border-bottom-style: var(--tw-border-style);
1578
+ border-bottom-width: 1px;
1579
+ }
1580
+
1581
+ .border-b-2 {
1582
+ border-bottom-style: var(--tw-border-style);
1583
+ border-bottom-width: 2px;
1584
+ }
1585
+
1586
+ .border-l {
1587
+ border-left-style: var(--tw-border-style);
1588
+ border-left-width: 1px;
1589
+ }
1590
+
1591
+ .border-dashed {
1592
+ --tw-border-style: dashed;
1593
+ border-style: dashed;
1594
+ }
1595
+
1596
+ .border-black {
1597
+ border-color: var(--color-black);
1598
+ }
1599
+
1600
+ .border-coral-red {
1601
+ border-color: var(--color-coral-red);
1602
+ }
1603
+
1604
+ .border-coral-red\\/40 {
1605
+ border-color: #ff6b6b66;
1606
+ }
1607
+
1608
+ @supports (color: color-mix(in lab, red, red)) {
1609
+ .border-coral-red\\/40 {
1610
+ border-color: color-mix(in oklab, var(--color-coral-red) 40%, transparent);
1611
+ }
1612
+ }
1613
+
1614
+ .border-electric-blue\\/40 {
1615
+ border-color: #3b82f666;
1616
+ }
1617
+
1618
+ @supports (color: color-mix(in lab, red, red)) {
1619
+ .border-electric-blue\\/40 {
1620
+ border-color: color-mix(in oklab, var(--color-electric-blue) 40%, transparent);
1621
+ }
1622
+ }
1623
+
1624
+ .border-gray-600 {
1625
+ border-color: var(--color-gray-600);
1626
+ }
1627
+
1628
+ .border-gray-700 {
1629
+ border-color: var(--color-gray-700);
1630
+ }
1631
+
1632
+ .border-neon-green {
1633
+ border-color: var(--color-neon-green);
1634
+ }
1635
+
1636
+ .border-neon-green\\/40 {
1637
+ border-color: #84cc1666;
1638
+ }
1639
+
1640
+ @supports (color: color-mix(in lab, red, red)) {
1641
+ .border-neon-green\\/40 {
1642
+ border-color: color-mix(in oklab, var(--color-neon-green) 40%, transparent);
1643
+ }
1644
+ }
1645
+
1646
+ .border-primary {
1647
+ border-color: var(--color-primary);
1648
+ }
1649
+
1650
+ .border-transparent {
1651
+ border-color: #0000;
1652
+ }
1653
+
1654
+ .border-white\\/5 {
1655
+ border-color: #ffffff0d;
1656
+ }
1657
+
1658
+ @supports (color: color-mix(in lab, red, red)) {
1659
+ .border-white\\/5 {
1660
+ border-color: color-mix(in oklab, var(--color-white) 5%, transparent);
1661
+ }
1662
+ }
1663
+
1664
+ .border-white\\/10 {
1665
+ border-color: #ffffff1a;
1666
+ }
1667
+
1668
+ @supports (color: color-mix(in lab, red, red)) {
1669
+ .border-white\\/10 {
1670
+ border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
1671
+ }
1672
+ }
1673
+
1674
+ .border-white\\/20 {
1675
+ border-color: #fff3;
1676
+ }
1677
+
1678
+ @supports (color: color-mix(in lab, red, red)) {
1679
+ .border-white\\/20 {
1680
+ border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
1681
+ }
1682
+ }
1683
+
1684
+ .bg-bg-dark {
1685
+ background-color: var(--color-bg-dark);
1686
+ }
1687
+
1688
+ .bg-black\\/60 {
1689
+ background-color: #0009;
1690
+ }
1691
+
1692
+ @supports (color: color-mix(in lab, red, red)) {
1693
+ .bg-black\\/60 {
1694
+ background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
1695
+ }
1696
+ }
1697
+
1698
+ .bg-coral-red {
1699
+ background-color: var(--color-coral-red);
1700
+ }
1701
+
1702
+ .bg-coral-red\\/10 {
1703
+ background-color: #ff6b6b1a;
1704
+ }
1705
+
1706
+ @supports (color: color-mix(in lab, red, red)) {
1707
+ .bg-coral-red\\/10 {
1708
+ background-color: color-mix(in oklab, var(--color-coral-red) 10%, transparent);
1709
+ }
1710
+ }
1711
+
1712
+ .bg-coral-red\\/12 {
1713
+ background-color: #ff6b6b1f;
1714
+ }
1715
+
1716
+ @supports (color: color-mix(in lab, red, red)) {
1717
+ .bg-coral-red\\/12 {
1718
+ background-color: color-mix(in oklab, var(--color-coral-red) 12%, transparent);
1719
+ }
1720
+ }
1721
+
1722
+ .bg-coral-red\\/15 {
1723
+ background-color: #ff6b6b26;
1724
+ }
1725
+
1726
+ @supports (color: color-mix(in lab, red, red)) {
1727
+ .bg-coral-red\\/15 {
1728
+ background-color: color-mix(in oklab, var(--color-coral-red) 15%, transparent);
1729
+ }
1730
+ }
1731
+
1732
+ .bg-coral-red\\/20 {
1733
+ background-color: #ff6b6b33;
1734
+ }
1735
+
1736
+ @supports (color: color-mix(in lab, red, red)) {
1737
+ .bg-coral-red\\/20 {
1738
+ background-color: color-mix(in oklab, var(--color-coral-red) 20%, transparent);
1739
+ }
1740
+ }
1741
+
1742
+ .bg-deep-charcoal {
1743
+ background-color: var(--color-deep-charcoal);
1744
+ }
1745
+
1746
+ .bg-electric-blue {
1747
+ background-color: var(--color-electric-blue);
1748
+ }
1749
+
1750
+ .bg-electric-blue\\/20 {
1751
+ background-color: #3b82f633;
1752
+ }
1753
+
1754
+ @supports (color: color-mix(in lab, red, red)) {
1755
+ .bg-electric-blue\\/20 {
1756
+ background-color: color-mix(in oklab, var(--color-electric-blue) 20%, transparent);
1757
+ }
1758
+ }
1759
+
1760
+ .bg-hot-pink {
1761
+ background-color: var(--color-hot-pink);
1762
+ }
1763
+
1764
+ .bg-neon-green {
1765
+ background-color: var(--color-neon-green);
1766
+ }
1767
+
1768
+ .bg-neon-green\\/10 {
1769
+ background-color: #84cc161a;
1770
+ }
1771
+
1772
+ @supports (color: color-mix(in lab, red, red)) {
1773
+ .bg-neon-green\\/10 {
1774
+ background-color: color-mix(in oklab, var(--color-neon-green) 10%, transparent);
1775
+ }
1776
+ }
1777
+
1778
+ .bg-neon-green\\/12 {
1779
+ background-color: #84cc161f;
1780
+ }
1781
+
1782
+ @supports (color: color-mix(in lab, red, red)) {
1783
+ .bg-neon-green\\/12 {
1784
+ background-color: color-mix(in oklab, var(--color-neon-green) 12%, transparent);
1785
+ }
1786
+ }
1787
+
1788
+ .bg-primary {
1789
+ background-color: var(--color-primary);
1790
+ }
1791
+
1792
+ .bg-primary\\/10 {
1793
+ background-color: #f9b11f1a;
1794
+ }
1795
+
1796
+ @supports (color: color-mix(in lab, red, red)) {
1797
+ .bg-primary\\/10 {
1798
+ background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
1799
+ }
1800
+ }
1801
+
1802
+ .bg-primary\\/15 {
1803
+ background-color: #f9b11f26;
1804
+ }
1805
+
1806
+ @supports (color: color-mix(in lab, red, red)) {
1807
+ .bg-primary\\/15 {
1808
+ background-color: color-mix(in oklab, var(--color-primary) 15%, transparent);
1809
+ }
1810
+ }
1811
+
1812
+ .bg-primary\\/20 {
1813
+ background-color: #f9b11f33;
1814
+ }
1815
+
1816
+ @supports (color: color-mix(in lab, red, red)) {
1817
+ .bg-primary\\/20 {
1818
+ background-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
1819
+ }
1820
+ }
1821
+
1822
+ .bg-transparent {
1823
+ background-color: #0000;
1824
+ }
1825
+
1826
+ .bg-vibrant-purple {
1827
+ background-color: var(--color-vibrant-purple);
1828
+ }
1829
+
1830
+ .bg-white {
1831
+ background-color: var(--color-white);
1832
+ }
1833
+
1834
+ .bg-white\\/5 {
1835
+ background-color: #ffffff0d;
1836
+ }
1837
+
1838
+ @supports (color: color-mix(in lab, red, red)) {
1839
+ .bg-white\\/5 {
1840
+ background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
1841
+ }
1842
+ }
1843
+
1844
+ .bg-white\\/10 {
1845
+ background-color: #ffffff1a;
1846
+ }
1847
+
1848
+ @supports (color: color-mix(in lab, red, red)) {
1849
+ .bg-white\\/10 {
1850
+ background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
1851
+ }
1852
+ }
1853
+
1854
+ .bg-white\\/\\[0\\.02\\] {
1855
+ background-color: #ffffff05;
1856
+ }
1857
+
1858
+ @supports (color: color-mix(in lab, red, red)) {
1859
+ .bg-white\\/\\[0\\.02\\] {
1860
+ background-color: color-mix(in oklab, var(--color-white) 2%, transparent);
1861
+ }
1862
+ }
1863
+
1864
+ .bg-white\\/\\[0\\.03\\] {
1865
+ background-color: #ffffff08;
1866
+ }
1867
+
1868
+ @supports (color: color-mix(in lab, red, red)) {
1869
+ .bg-white\\/\\[0\\.03\\] {
1870
+ background-color: color-mix(in oklab, var(--color-white) 3%, transparent);
1871
+ }
1872
+ }
1873
+
1874
+ .bg-\\[url\\(\\'data\\:image\\/svg\\+xml\\;charset\\=utf-8\\,\\%3Csvg\\%20xmlns\\%3D\\%22http\\%3A\\%2F\\%2Fwww\\.w3\\.org\\%2F2000\\%2Fsvg\\%22\\%20width\\%3D\\%2212\\%22\\%20height\\%3D\\%2212\\%22\\%20viewBox\\%3D\\%220\\%200\\%2024\\%2024\\%22\\%20fill\\%3D\\%22\\%23999\\%22\\%3E\\%3Cpath\\%20d\\%3D\\%22M7\\%2010l5\\%205\\%205-5z\\%22\\%2F\\%3E\\%3C\\%2Fsvg\\%3E\\'\\)\\] {
1875
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23999%22%3E%3Cpath%20d%3D%22M7%2010l5%205%205-5z%22%2F%3E%3C%2Fsvg%3E");
1876
+ }
1877
+
1878
+ .bg-\\[right_4px_center\\] {
1879
+ background-position: right 4px center;
1880
+ }
1881
+
1882
+ .bg-no-repeat {
1883
+ background-repeat: no-repeat;
1884
+ }
1885
+
1886
+ .object-contain {
1887
+ object-fit: contain;
1888
+ }
1889
+
1890
+ .p-1\\.5 {
1891
+ padding: calc(var(--spacing) * 1.5);
1892
+ }
1893
+
1894
+ .p-2 {
1895
+ padding: calc(var(--spacing) * 2);
1896
+ }
1897
+
1898
+ .p-2\\.5 {
1899
+ padding: calc(var(--spacing) * 2.5);
1900
+ }
1901
+
1902
+ .p-3 {
1903
+ padding: calc(var(--spacing) * 3);
1904
+ }
1905
+
1906
+ .p-4 {
1907
+ padding: calc(var(--spacing) * 4);
1908
+ }
1909
+
1910
+ .p-5 {
1911
+ padding: calc(var(--spacing) * 5);
1912
+ }
1913
+
1914
+ .p-6 {
1915
+ padding: calc(var(--spacing) * 6);
1916
+ }
1917
+
1918
+ .px-1 {
1919
+ padding-inline: calc(var(--spacing) * 1);
1920
+ }
1921
+
1922
+ .px-1\\.5 {
1923
+ padding-inline: calc(var(--spacing) * 1.5);
1924
+ }
1925
+
1926
+ .px-2 {
1927
+ padding-inline: calc(var(--spacing) * 2);
1928
+ }
1929
+
1930
+ .px-2\\.5 {
1931
+ padding-inline: calc(var(--spacing) * 2.5);
1932
+ }
1933
+
1934
+ .px-3 {
1935
+ padding-inline: calc(var(--spacing) * 3);
1936
+ }
1937
+
1938
+ .px-4 {
1939
+ padding-inline: calc(var(--spacing) * 4);
1940
+ }
1941
+
1942
+ .px-5 {
1943
+ padding-inline: calc(var(--spacing) * 5);
1944
+ }
1945
+
1946
+ .py-0\\.5 {
1947
+ padding-block: calc(var(--spacing) * .5);
1948
+ }
1949
+
1950
+ .py-1 {
1951
+ padding-block: calc(var(--spacing) * 1);
1952
+ }
1953
+
1954
+ .py-1\\.5 {
1955
+ padding-block: calc(var(--spacing) * 1.5);
1956
+ }
1957
+
1958
+ .py-2 {
1959
+ padding-block: calc(var(--spacing) * 2);
1960
+ }
1961
+
1962
+ .py-2\\.5 {
1963
+ padding-block: calc(var(--spacing) * 2.5);
1964
+ }
1965
+
1966
+ .py-3 {
1967
+ padding-block: calc(var(--spacing) * 3);
1968
+ }
1969
+
1970
+ .py-6 {
1971
+ padding-block: calc(var(--spacing) * 6);
1972
+ }
1973
+
1974
+ .py-8 {
1975
+ padding-block: calc(var(--spacing) * 8);
1976
+ }
1977
+
1978
+ .pr-1 {
1979
+ padding-right: calc(var(--spacing) * 1);
1980
+ }
1981
+
1982
+ .pr-1\\.5 {
1983
+ padding-right: calc(var(--spacing) * 1.5);
1984
+ }
1985
+
1986
+ .pr-2 {
1987
+ padding-right: calc(var(--spacing) * 2);
1988
+ }
1989
+
1990
+ .pr-4 {
1991
+ padding-right: calc(var(--spacing) * 4);
1992
+ }
1993
+
1994
+ .pr-6 {
1995
+ padding-right: calc(var(--spacing) * 6);
1996
+ }
1997
+
1998
+ .pl-1\\.5 {
1999
+ padding-left: calc(var(--spacing) * 1.5);
2000
+ }
2001
+
2002
+ .pl-2 {
2003
+ padding-left: calc(var(--spacing) * 2);
2004
+ }
2005
+
2006
+ .pl-4 {
2007
+ padding-left: calc(var(--spacing) * 4);
2008
+ }
2009
+
2010
+ .pl-8 {
2011
+ padding-left: calc(var(--spacing) * 8);
2012
+ }
2013
+
2014
+ .text-center {
2015
+ text-align: center;
2016
+ }
2017
+
2018
+ .text-left {
2019
+ text-align: left;
2020
+ }
2021
+
2022
+ .text-right {
2023
+ text-align: right;
2024
+ }
2025
+
2026
+ .font-mono {
2027
+ font-family: var(--font-mono);
2028
+ }
2029
+
2030
+ .text-2xl {
2031
+ font-size: var(--text-2xl);
2032
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
2033
+ }
2034
+
2035
+ .text-3xl {
2036
+ font-size: var(--text-3xl);
2037
+ line-height: var(--tw-leading, var(--text-3xl--line-height));
2038
+ }
2039
+
2040
+ .text-5xl {
2041
+ font-size: var(--text-5xl);
2042
+ line-height: var(--tw-leading, var(--text-5xl--line-height));
2043
+ }
2044
+
2045
+ .text-base {
2046
+ font-size: var(--text-base);
2047
+ line-height: var(--tw-leading, var(--text-base--line-height));
2048
+ }
2049
+
2050
+ .text-lg {
2051
+ font-size: var(--text-lg);
2052
+ line-height: var(--tw-leading, var(--text-lg--line-height));
2053
+ }
2054
+
2055
+ .text-sm {
2056
+ font-size: var(--text-sm);
2057
+ line-height: var(--tw-leading, var(--text-sm--line-height));
2058
+ }
2059
+
2060
+ .text-xl {
2061
+ font-size: var(--text-xl);
2062
+ line-height: var(--tw-leading, var(--text-xl--line-height));
2063
+ }
2064
+
2065
+ .text-xs {
2066
+ font-size: var(--text-xs);
2067
+ line-height: var(--tw-leading, var(--text-xs--line-height));
2068
+ }
2069
+
2070
+ .text-\\[9px\\] {
2071
+ font-size: 9px;
2072
+ }
2073
+
2074
+ .text-\\[10px\\] {
2075
+ font-size: 10px;
2076
+ }
2077
+
2078
+ .text-\\[11px\\] {
2079
+ font-size: 11px;
2080
+ }
2081
+
2082
+ .leading-6 {
2083
+ --tw-leading: calc(var(--spacing) * 6);
2084
+ line-height: calc(var(--spacing) * 6);
2085
+ }
2086
+
2087
+ .leading-none {
2088
+ --tw-leading: 1;
2089
+ line-height: 1;
2090
+ }
2091
+
2092
+ .leading-relaxed {
2093
+ --tw-leading: var(--leading-relaxed);
2094
+ line-height: var(--leading-relaxed);
2095
+ }
2096
+
2097
+ .font-black {
2098
+ --tw-font-weight: var(--font-weight-black);
2099
+ font-weight: var(--font-weight-black);
2100
+ }
2101
+
2102
+ .font-bold {
2103
+ --tw-font-weight: var(--font-weight-bold);
2104
+ font-weight: var(--font-weight-bold);
2105
+ }
2106
+
2107
+ .tracking-wider {
2108
+ --tw-tracking: var(--tracking-wider);
2109
+ letter-spacing: var(--tracking-wider);
2110
+ }
2111
+
2112
+ .tracking-widest {
2113
+ --tw-tracking: var(--tracking-widest);
2114
+ letter-spacing: var(--tracking-widest);
2115
+ }
2116
+
2117
+ .break-all {
2118
+ word-break: break-all;
2119
+ }
2120
+
2121
+ .whitespace-nowrap {
2122
+ white-space: nowrap;
2123
+ }
2124
+
2125
+ .whitespace-pre {
2126
+ white-space: pre;
2127
+ }
2128
+
2129
+ .whitespace-pre-wrap {
2130
+ white-space: pre-wrap;
2131
+ }
2132
+
2133
+ .text-black {
2134
+ color: var(--color-black);
2135
+ }
2136
+
2137
+ .text-coral-red {
2138
+ color: var(--color-coral-red);
2139
+ }
2140
+
2141
+ .text-coral-red\\/40 {
2142
+ color: #ff6b6b66;
2143
+ }
2144
+
2145
+ @supports (color: color-mix(in lab, red, red)) {
2146
+ .text-coral-red\\/40 {
2147
+ color: color-mix(in oklab, var(--color-coral-red) 40%, transparent);
2148
+ }
2149
+ }
2150
+
2151
+ .text-coral-red\\/70 {
2152
+ color: #ff6b6bb3;
2153
+ }
2154
+
2155
+ @supports (color: color-mix(in lab, red, red)) {
2156
+ .text-coral-red\\/70 {
2157
+ color: color-mix(in oklab, var(--color-coral-red) 70%, transparent);
2158
+ }
2159
+ }
2160
+
2161
+ .text-coral-red\\/90 {
2162
+ color: #ff6b6be6;
2163
+ }
2164
+
2165
+ @supports (color: color-mix(in lab, red, red)) {
2166
+ .text-coral-red\\/90 {
2167
+ color: color-mix(in oklab, var(--color-coral-red) 90%, transparent);
2168
+ }
2169
+ }
2170
+
2171
+ .text-electric-blue {
2172
+ color: var(--color-electric-blue);
2173
+ }
2174
+
2175
+ .text-gray-100 {
2176
+ color: var(--color-gray-100);
2177
+ }
2178
+
2179
+ .text-gray-200 {
2180
+ color: var(--color-gray-200);
2181
+ }
2182
+
2183
+ .text-gray-300 {
2184
+ color: var(--color-gray-300);
2185
+ }
2186
+
2187
+ .text-gray-400 {
2188
+ color: var(--color-gray-400);
2189
+ }
2190
+
2191
+ .text-gray-500 {
2192
+ color: var(--color-gray-500);
2193
+ }
2194
+
2195
+ .text-gray-600 {
2196
+ color: var(--color-gray-600);
2197
+ }
2198
+
2199
+ .text-gray-700 {
2200
+ color: var(--color-gray-700);
2201
+ }
2202
+
2203
+ .text-hot-pink {
2204
+ color: var(--color-hot-pink);
2205
+ }
2206
+
2207
+ .text-neon-green {
2208
+ color: var(--color-neon-green);
2209
+ }
2210
+
2211
+ .text-neon-green\\/40 {
2212
+ color: #84cc1666;
2213
+ }
2214
+
2215
+ @supports (color: color-mix(in lab, red, red)) {
2216
+ .text-neon-green\\/40 {
2217
+ color: color-mix(in oklab, var(--color-neon-green) 40%, transparent);
2218
+ }
2219
+ }
2220
+
2221
+ .text-neon-green\\/70 {
2222
+ color: #84cc16b3;
2223
+ }
2224
+
2225
+ @supports (color: color-mix(in lab, red, red)) {
2226
+ .text-neon-green\\/70 {
2227
+ color: color-mix(in oklab, var(--color-neon-green) 70%, transparent);
2228
+ }
2229
+ }
2230
+
2231
+ .text-neon-green\\/90 {
2232
+ color: #84cc16e6;
2233
+ }
2234
+
2235
+ @supports (color: color-mix(in lab, red, red)) {
2236
+ .text-neon-green\\/90 {
2237
+ color: color-mix(in oklab, var(--color-neon-green) 90%, transparent);
2238
+ }
2239
+ }
2240
+
2241
+ .text-primary {
2242
+ color: var(--color-primary);
2243
+ }
2244
+
2245
+ .text-primary\\/70 {
2246
+ color: #f9b11fb3;
2247
+ }
2248
+
2249
+ @supports (color: color-mix(in lab, red, red)) {
2250
+ .text-primary\\/70 {
2251
+ color: color-mix(in oklab, var(--color-primary) 70%, transparent);
2252
+ }
2253
+ }
2254
+
2255
+ .text-primary\\/80 {
2256
+ color: #f9b11fcc;
2257
+ }
2258
+
2259
+ @supports (color: color-mix(in lab, red, red)) {
2260
+ .text-primary\\/80 {
2261
+ color: color-mix(in oklab, var(--color-primary) 80%, transparent);
2262
+ }
2263
+ }
2264
+
2265
+ .text-transparent {
2266
+ color: #0000;
2267
+ }
2268
+
2269
+ .text-vibrant-purple {
2270
+ color: var(--color-vibrant-purple);
2271
+ }
2272
+
2273
+ .text-white {
2274
+ color: var(--color-white);
2275
+ }
2276
+
2277
+ .uppercase {
2278
+ text-transform: uppercase;
2279
+ }
2280
+
2281
+ .italic {
2282
+ font-style: italic;
2283
+ }
2284
+
2285
+ .placeholder-gray-600::placeholder {
2286
+ color: var(--color-gray-600);
2287
+ }
2288
+
2289
+ .accent-primary {
2290
+ accent-color: var(--color-primary);
2291
+ }
2292
+
2293
+ .opacity-0 {
2294
+ opacity: 0;
2295
+ }
2296
+
2297
+ .opacity-40 {
2298
+ opacity: .4;
2299
+ }
2300
+
2301
+ .opacity-60 {
2302
+ opacity: .6;
2303
+ }
2304
+
2305
+ .opacity-70 {
2306
+ opacity: .7;
2307
+ }
2308
+
2309
+ .shadow-hard {
2310
+ --tw-shadow: 4px 4px 0 0 var(--tw-shadow-color, #000);
2311
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2312
+ }
2313
+
2314
+ .shadow-hard-sm {
2315
+ --tw-shadow: 2px 2px 0 0 var(--tw-shadow-color, #000);
2316
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2317
+ }
2318
+
2319
+ .shadow-hard-xl {
2320
+ --tw-shadow: 8px 8px 0 0 var(--tw-shadow-color, #000);
2321
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2322
+ }
2323
+
2324
+ .shadow-none {
2325
+ --tw-shadow: 0 0 #0000;
2326
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2327
+ }
2328
+
2329
+ .ring {
2330
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2331
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2332
+ }
2333
+
2334
+ .outline {
2335
+ outline-style: var(--tw-outline-style);
2336
+ outline-width: 1px;
2337
+ }
2338
+
2339
+ .transition {
2340
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
2341
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2342
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2343
+ }
2344
+
2345
+ .transition-all {
2346
+ transition-property: all;
2347
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2348
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2349
+ }
2350
+
2351
+ .transition-colors {
2352
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
2353
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2354
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2355
+ }
2356
+
2357
+ .transition-opacity {
2358
+ transition-property: opacity;
2359
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2360
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2361
+ }
2362
+
2363
+ .transition-transform {
2364
+ transition-property: transform, translate, scale, rotate;
2365
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2366
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2367
+ }
2368
+
2369
+ .duration-300 {
2370
+ --tw-duration: .3s;
2371
+ transition-duration: .3s;
2372
+ }
2373
+
2374
+ .outline-none {
2375
+ --tw-outline-style: none;
2376
+ outline-style: none;
2377
+ }
2378
+
2379
+ .select-all {
2380
+ -webkit-user-select: all;
2381
+ user-select: all;
2382
+ }
2383
+
2384
+ .select-none {
2385
+ -webkit-user-select: none;
2386
+ user-select: none;
2387
+ }
2388
+
2389
+ @media (hover: hover) {
2390
+ .group-hover\\:text-primary:is(:where(.group):hover *) {
2391
+ color: var(--color-primary);
2392
+ }
2393
+
2394
+ .group-hover\\:opacity-100:is(:where(.group):hover *) {
2395
+ opacity: 1;
2396
+ }
2397
+ }
2398
+
2399
+ .peer-checked\\:border-primary:is(:where(.peer):checked ~ *) {
2400
+ border-color: var(--color-primary);
2401
+ }
2402
+
2403
+ .peer-checked\\:bg-primary:is(:where(.peer):checked ~ *) {
2404
+ background-color: var(--color-primary);
2405
+ }
2406
+
2407
+ .peer-checked\\:text-black:is(:where(.peer):checked ~ *) {
2408
+ color: var(--color-black);
2409
+ }
2410
+
2411
+ .last\\:border-b-0:last-child {
2412
+ border-bottom-style: var(--tw-border-style);
2413
+ border-bottom-width: 0;
2414
+ }
2415
+
2416
+ @media (hover: hover) {
2417
+ .hover\\:translate-x-0\\.5:hover {
2418
+ --tw-translate-x: calc(var(--spacing) * .5);
2419
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2420
+ }
2421
+
2422
+ .hover\\:translate-x-\\[2px\\]:hover {
2423
+ --tw-translate-x: 2px;
2424
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2425
+ }
2426
+
2427
+ .hover\\:translate-y-0\\.5:hover {
2428
+ --tw-translate-y: calc(var(--spacing) * .5);
2429
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2430
+ }
2431
+
2432
+ .hover\\:translate-y-\\[2px\\]:hover {
2433
+ --tw-translate-y: 2px;
2434
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2435
+ }
2436
+
2437
+ .hover\\:scale-110:hover {
2438
+ --tw-scale-x: 110%;
2439
+ --tw-scale-y: 110%;
2440
+ --tw-scale-z: 110%;
2441
+ scale: var(--tw-scale-x) var(--tw-scale-y);
2442
+ }
2443
+
2444
+ .hover\\:border-coral-red:hover {
2445
+ border-color: var(--color-coral-red);
2446
+ }
2447
+
2448
+ .hover\\:border-gray-600:hover {
2449
+ border-color: var(--color-gray-600);
2450
+ }
2451
+
2452
+ .hover\\:border-neon-green:hover {
2453
+ border-color: var(--color-neon-green);
2454
+ }
2455
+
2456
+ .hover\\:border-primary:hover {
2457
+ border-color: var(--color-primary);
2458
+ }
2459
+
2460
+ .hover\\:border-primary\\/50:hover {
2461
+ border-color: #f9b11f80;
2462
+ }
2463
+
2464
+ @supports (color: color-mix(in lab, red, red)) {
2465
+ .hover\\:border-primary\\/50:hover {
2466
+ border-color: color-mix(in oklab, var(--color-primary) 50%, transparent);
2467
+ }
2468
+ }
2469
+
2470
+ .hover\\:border-vibrant-purple:hover {
2471
+ border-color: var(--color-vibrant-purple);
2472
+ }
2473
+
2474
+ .hover\\:border-white:hover {
2475
+ border-color: var(--color-white);
2476
+ }
2477
+
2478
+ .hover\\:bg-primary\\/5:hover {
2479
+ background-color: #f9b11f0d;
2480
+ }
2481
+
2482
+ @supports (color: color-mix(in lab, red, red)) {
2483
+ .hover\\:bg-primary\\/5:hover {
2484
+ background-color: color-mix(in oklab, var(--color-primary) 5%, transparent);
2485
+ }
2486
+ }
2487
+
2488
+ .hover\\:bg-white\\/5:hover {
2489
+ background-color: #ffffff0d;
2490
+ }
2491
+
2492
+ @supports (color: color-mix(in lab, red, red)) {
2493
+ .hover\\:bg-white\\/5:hover {
2494
+ background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
2495
+ }
2496
+ }
2497
+
2498
+ .hover\\:bg-white\\/10:hover {
2499
+ background-color: #ffffff1a;
2500
+ }
2501
+
2502
+ @supports (color: color-mix(in lab, red, red)) {
2503
+ .hover\\:bg-white\\/10:hover {
2504
+ background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
2505
+ }
2506
+ }
2507
+
2508
+ .hover\\:text-coral-red:hover {
2509
+ color: var(--color-coral-red);
2510
+ }
2511
+
2512
+ .hover\\:text-gray-300:hover {
2513
+ color: var(--color-gray-300);
2514
+ }
2515
+
2516
+ .hover\\:text-neon-green:hover {
2517
+ color: var(--color-neon-green);
2518
+ }
2519
+
2520
+ .hover\\:text-primary:hover {
2521
+ color: var(--color-primary);
2522
+ }
2523
+
2524
+ .hover\\:text-vibrant-purple:hover {
2525
+ color: var(--color-vibrant-purple);
2526
+ }
2527
+
2528
+ .hover\\:text-white:hover {
2529
+ color: var(--color-white);
2530
+ }
2531
+
2532
+ .hover\\:shadow-none:hover {
2533
+ --tw-shadow: 0 0 #0000;
2534
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2535
+ }
2536
+
2537
+ .hover\\:brightness-125:hover {
2538
+ --tw-brightness: brightness(125%);
2539
+ 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, );
2540
+ }
2541
+ }
2542
+
2543
+ .focus\\:translate-x-1:focus {
2544
+ --tw-translate-x: calc(var(--spacing) * 1);
2545
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2546
+ }
2547
+
2548
+ .focus\\:translate-x-\\[4px\\]:focus {
2549
+ --tw-translate-x: 4px;
2550
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2551
+ }
2552
+
2553
+ .focus\\:translate-y-1:focus {
2554
+ --tw-translate-y: calc(var(--spacing) * 1);
2555
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2556
+ }
2557
+
2558
+ .focus\\:translate-y-\\[4px\\]:focus {
2559
+ --tw-translate-y: 4px;
2560
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2561
+ }
2562
+
2563
+ .focus\\:border-primary:focus {
2564
+ border-color: var(--color-primary);
2565
+ }
2566
+
2567
+ .focus\\:border-vibrant-purple:focus {
2568
+ border-color: var(--color-vibrant-purple);
2569
+ }
2570
+
2571
+ .focus\\:shadow-none:focus {
2572
+ --tw-shadow: 0 0 #0000;
2573
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2574
+ }
2575
+
2576
+ .active\\:cursor-grabbing:active {
2577
+ cursor: grabbing;
2578
+ }
2579
+
2580
+ @media (min-width: 40rem) {
2581
+ .sm\\:grid-cols-2 {
2582
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2583
+ }
2584
+
2585
+ .sm\\:grid-cols-3 {
2586
+ grid-template-columns: repeat(3, minmax(0, 1fr));
2587
+ }
2588
+
2589
+ .sm\\:flex-row {
2590
+ flex-direction: row;
2591
+ }
2592
+ }
2593
+
2594
+ @media (min-width: 48rem) {
2595
+ .md\\:grid-cols-2 {
2596
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2597
+ }
2598
+ }
2599
+
2600
+ @media (min-width: 64rem) {
2601
+ .lg\\:grid-cols-2 {
2602
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2603
+ }
2604
+
2605
+ .lg\\:grid-cols-4 {
2606
+ grid-template-columns: repeat(4, minmax(0, 1fr));
2607
+ }
2608
+ }
2609
+
2610
+ @media (min-width: 80rem) {
2611
+ .xl\\:grid-cols-3 {
2612
+ grid-template-columns: repeat(3, minmax(0, 1fr));
2613
+ }
2614
+ }
2615
+ }
2616
+
2617
+ @property --tw-translate-x {
2618
+ syntax: "*";
2619
+ inherits: false;
2620
+ initial-value: 0;
2621
+ }
2622
+
2623
+ @property --tw-translate-y {
2624
+ syntax: "*";
2625
+ inherits: false;
2626
+ initial-value: 0;
2627
+ }
2628
+
2629
+ @property --tw-translate-z {
2630
+ syntax: "*";
2631
+ inherits: false;
2632
+ initial-value: 0;
2633
+ }
2634
+
2635
+ @property --tw-rotate-x {
2636
+ syntax: "*";
2637
+ inherits: false
2638
+ }
2639
+
2640
+ @property --tw-rotate-y {
2641
+ syntax: "*";
2642
+ inherits: false
2643
+ }
2644
+
2645
+ @property --tw-rotate-z {
2646
+ syntax: "*";
2647
+ inherits: false
2648
+ }
2649
+
2650
+ @property --tw-skew-x {
2651
+ syntax: "*";
2652
+ inherits: false
2653
+ }
2654
+
2655
+ @property --tw-skew-y {
2656
+ syntax: "*";
2657
+ inherits: false
2658
+ }
2659
+
2660
+ @property --tw-space-y-reverse {
2661
+ syntax: "*";
2662
+ inherits: false;
2663
+ initial-value: 0;
2664
+ }
2665
+
2666
+ @property --tw-border-style {
2667
+ syntax: "*";
2668
+ inherits: false;
2669
+ initial-value: solid;
2670
+ }
2671
+
2672
+ @property --tw-leading {
2673
+ syntax: "*";
2674
+ inherits: false
2675
+ }
2676
+
2677
+ @property --tw-font-weight {
2678
+ syntax: "*";
2679
+ inherits: false
2680
+ }
2681
+
2682
+ @property --tw-tracking {
2683
+ syntax: "*";
2684
+ inherits: false
2685
+ }
2686
+
2687
+ @property --tw-shadow {
2688
+ syntax: "*";
2689
+ inherits: false;
2690
+ initial-value: 0 0 #0000;
2691
+ }
2692
+
2693
+ @property --tw-shadow-color {
2694
+ syntax: "*";
2695
+ inherits: false
2696
+ }
2697
+
2698
+ @property --tw-shadow-alpha {
2699
+ syntax: "<percentage>";
2700
+ inherits: false;
2701
+ initial-value: 100%;
2702
+ }
2703
+
2704
+ @property --tw-inset-shadow {
2705
+ syntax: "*";
2706
+ inherits: false;
2707
+ initial-value: 0 0 #0000;
2708
+ }
2709
+
2710
+ @property --tw-inset-shadow-color {
2711
+ syntax: "*";
2712
+ inherits: false
2713
+ }
2714
+
2715
+ @property --tw-inset-shadow-alpha {
2716
+ syntax: "<percentage>";
2717
+ inherits: false;
2718
+ initial-value: 100%;
2719
+ }
2720
+
2721
+ @property --tw-ring-color {
2722
+ syntax: "*";
2723
+ inherits: false
2724
+ }
2725
+
2726
+ @property --tw-ring-shadow {
2727
+ syntax: "*";
2728
+ inherits: false;
2729
+ initial-value: 0 0 #0000;
2730
+ }
2731
+
2732
+ @property --tw-inset-ring-color {
2733
+ syntax: "*";
2734
+ inherits: false
2735
+ }
2736
+
2737
+ @property --tw-inset-ring-shadow {
2738
+ syntax: "*";
2739
+ inherits: false;
2740
+ initial-value: 0 0 #0000;
2741
+ }
2742
+
2743
+ @property --tw-ring-inset {
2744
+ syntax: "*";
2745
+ inherits: false
2746
+ }
2747
+
2748
+ @property --tw-ring-offset-width {
2749
+ syntax: "<length>";
2750
+ inherits: false;
2751
+ initial-value: 0;
2752
+ }
2753
+
2754
+ @property --tw-ring-offset-color {
2755
+ syntax: "*";
2756
+ inherits: false;
2757
+ initial-value: #fff;
2758
+ }
2759
+
2760
+ @property --tw-ring-offset-shadow {
2761
+ syntax: "*";
2762
+ inherits: false;
2763
+ initial-value: 0 0 #0000;
2764
+ }
2765
+
2766
+ @property --tw-outline-style {
2767
+ syntax: "*";
2768
+ inherits: false;
2769
+ initial-value: solid;
2770
+ }
2771
+
2772
+ @property --tw-duration {
2773
+ syntax: "*";
2774
+ inherits: false
2775
+ }
2776
+
2777
+ @property --tw-scale-x {
2778
+ syntax: "*";
2779
+ inherits: false;
2780
+ initial-value: 1;
2781
+ }
2782
+
2783
+ @property --tw-scale-y {
2784
+ syntax: "*";
2785
+ inherits: false;
2786
+ initial-value: 1;
2787
+ }
2788
+
2789
+ @property --tw-scale-z {
2790
+ syntax: "*";
2791
+ inherits: false;
2792
+ initial-value: 1;
2793
+ }
2794
+
2795
+ @property --tw-blur {
2796
+ syntax: "*";
2797
+ inherits: false
2798
+ }
2799
+
2800
+ @property --tw-brightness {
2801
+ syntax: "*";
2802
+ inherits: false
2803
+ }
2804
+
2805
+ @property --tw-contrast {
2806
+ syntax: "*";
2807
+ inherits: false
2808
+ }
2809
+
2810
+ @property --tw-grayscale {
2811
+ syntax: "*";
2812
+ inherits: false
2813
+ }
2814
+
2815
+ @property --tw-hue-rotate {
2816
+ syntax: "*";
2817
+ inherits: false
2818
+ }
2819
+
2820
+ @property --tw-invert {
2821
+ syntax: "*";
2822
+ inherits: false
2823
+ }
2824
+
2825
+ @property --tw-opacity {
2826
+ syntax: "*";
2827
+ inherits: false
2828
+ }
2829
+
2830
+ @property --tw-saturate {
2831
+ syntax: "*";
2832
+ inherits: false
2833
+ }
2834
+
2835
+ @property --tw-sepia {
2836
+ syntax: "*";
2837
+ inherits: false
2838
+ }
2839
+
2840
+ @property --tw-drop-shadow {
2841
+ syntax: "*";
2842
+ inherits: false
2843
+ }
2844
+
2845
+ @property --tw-drop-shadow-color {
2846
+ syntax: "*";
2847
+ inherits: false
2848
+ }
2849
+
2850
+ @property --tw-drop-shadow-alpha {
2851
+ syntax: "<percentage>";
2852
+ inherits: false;
2853
+ initial-value: 100%;
2854
+ }
2855
+
2856
+ @property --tw-drop-shadow-size {
2857
+ syntax: "*";
2858
+ inherits: false
2859
+ }
2860
+
2861
+ @keyframes spin {
2862
+ to {
2863
+ transform: rotate(360deg);
2864
+ }
2865
+ }
2866
+
2867
+ @keyframes pulse {
2868
+ 50% {
2869
+ opacity: .5;
2870
+ }
2871
+ }
2872
+ `;document.head.appendChild(s)})();