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