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