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