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