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