@cnc_cbz/usefultools-plugin-official 1.0.2 → 1.0.3

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