@cnc_cbz/usefultools-plugin-official 1.0.2 → 1.0.4

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