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