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