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