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