@cnc_cbz/usefultools-plugin-official 1.0.1 → 1.0.3

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