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