@krrli/cm-designsystem 1.34.10 → 1.34.12

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.
@@ -0,0 +1,2068 @@
1
+ /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
2
+ @layer properties {
3
+ @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
4
+ *, :before, :after, ::backdrop {
5
+ --tw-translate-x: 0;
6
+ --tw-translate-y: 0;
7
+ --tw-translate-z: 0;
8
+ --tw-rotate-x: initial;
9
+ --tw-rotate-y: initial;
10
+ --tw-rotate-z: initial;
11
+ --tw-skew-x: initial;
12
+ --tw-skew-y: initial;
13
+ --tw-border-style: solid;
14
+ --tw-gradient-position: initial;
15
+ --tw-gradient-from: #0000;
16
+ --tw-gradient-via: #0000;
17
+ --tw-gradient-to: #0000;
18
+ --tw-gradient-stops: initial;
19
+ --tw-gradient-via-stops: initial;
20
+ --tw-gradient-from-position: 0%;
21
+ --tw-gradient-via-position: 50%;
22
+ --tw-gradient-to-position: 100%;
23
+ --tw-font-weight: initial;
24
+ --tw-tracking: initial;
25
+ --tw-shadow: 0 0 #0000;
26
+ --tw-shadow-color: initial;
27
+ --tw-shadow-alpha: 100%;
28
+ --tw-inset-shadow: 0 0 #0000;
29
+ --tw-inset-shadow-color: initial;
30
+ --tw-inset-shadow-alpha: 100%;
31
+ --tw-ring-color: initial;
32
+ --tw-ring-shadow: 0 0 #0000;
33
+ --tw-inset-ring-color: initial;
34
+ --tw-inset-ring-shadow: 0 0 #0000;
35
+ --tw-ring-inset: initial;
36
+ --tw-ring-offset-width: 0px;
37
+ --tw-ring-offset-color: #fff;
38
+ --tw-ring-offset-shadow: 0 0 #0000;
39
+ --tw-outline-style: solid;
40
+ --tw-duration: initial;
41
+ --tw-ease: initial;
42
+ --tw-scale-x: 1;
43
+ --tw-scale-y: 1;
44
+ --tw-scale-z: 1;
45
+ }
46
+ }
47
+ }
48
+
49
+ @layer theme {
50
+ :root, :host {
51
+ --tracking-normal: 0em;
52
+ --radius-xs: .125rem;
53
+ --radius-sm: .25rem;
54
+ --radius-md: .375rem;
55
+ --radius-lg: .5rem;
56
+ --radius-xl: .75rem;
57
+ --radius-2xl: 1rem;
58
+ --ease-out: cubic-bezier(0, 0, .2, 1);
59
+ --ease-in-out: cubic-bezier(.4, 0, .2, 1);
60
+ --default-transition-duration: .15s;
61
+ --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
62
+ --color-black: oklch(0% 0 0);
63
+ --color-white: oklch(100% 0 0);
64
+ --color-error: oklch(57.7% .245 27.325);
65
+ --color-slate-50: oklch(98.4% .003 247.858);
66
+ --color-slate-100: oklch(96.8% .007 247.896);
67
+ --color-slate-200: oklch(92.9% .013 255.508);
68
+ --color-slate-300: oklch(86.9% .022 252.894);
69
+ --color-slate-400: oklch(70.4% .04 256.788);
70
+ --color-slate-500: oklch(55.4% .046 257.417);
71
+ --color-slate-600: oklch(44.6% .043 257.281);
72
+ --color-slate-700: oklch(37.2% .044 257.287);
73
+ --color-slate-800: oklch(27.9% .041 260.031);
74
+ --color-slate-900: oklch(20.8% .042 265.755);
75
+ --color-slate-950: oklch(12.9% .042 264.695);
76
+ --color-pink-50: oklch(97.1% .014 343.198);
77
+ --color-pink-100: oklch(94.8% .028 342.258);
78
+ --color-pink-200: oklch(89.9% .061 343.231);
79
+ --color-pink-300: oklch(82.3% .12 346.018);
80
+ --color-pink-400: oklch(71.8% .202 349.761);
81
+ --color-pink-500: oklch(65.6% .241 354.308);
82
+ --color-pink-600: oklch(59.2% .249 .584);
83
+ --color-pink-700: oklch(52.5% .223 3.958);
84
+ --color-pink-800: oklch(45.9% .187 3.815);
85
+ --color-pink-900: oklch(40.8% .153 2.432);
86
+ --color-pink-950: oklch(28.4% .109 3.907);
87
+ --color-violet-50: oklch(96.9% .016 293.756);
88
+ --color-violet-100: oklch(94.3% .029 294.588);
89
+ --color-violet-200: oklch(89.4% .057 293.283);
90
+ --color-violet-300: oklch(81.1% .111 293.571);
91
+ --color-violet-400: oklch(70.2% .183 293.541);
92
+ --color-violet-500: oklch(60.6% .25 292.717);
93
+ --color-violet-600: oklch(54.1% .281 293.009);
94
+ --color-violet-700: oklch(49.1% .27 292.581);
95
+ --color-violet-800: oklch(43.2% .232 292.759);
96
+ --color-violet-900: oklch(38% .189 293.745);
97
+ --color-violet-950: oklch(28.3% .141 291.089);
98
+ --spacing: 4px;
99
+ --font-poppins: Poppins, sans-serif;
100
+ --font-weight-medium: 500;
101
+ --font-weight-semibold: 600;
102
+ --font-weight-bold: 700;
103
+ }
104
+ }
105
+
106
+ @layer base {
107
+ *, :after, :before, ::backdrop {
108
+ box-sizing: border-box;
109
+ border: 0 solid;
110
+ margin: 0;
111
+ padding: 0;
112
+ }
113
+
114
+ ::file-selector-button {
115
+ box-sizing: border-box;
116
+ border: 0 solid;
117
+ margin: 0;
118
+ padding: 0;
119
+ }
120
+
121
+ html, :host {
122
+ -webkit-text-size-adjust: 100%;
123
+ tab-size: 4;
124
+ line-height: 1.5;
125
+ 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");
126
+ font-feature-settings: var(--default-font-feature-settings, normal);
127
+ font-variation-settings: var(--default-font-variation-settings, normal);
128
+ -webkit-tap-highlight-color: transparent;
129
+ }
130
+
131
+ hr {
132
+ height: 0;
133
+ color: inherit;
134
+ border-top-width: 1px;
135
+ }
136
+
137
+ abbr:where([title]) {
138
+ -webkit-text-decoration: underline dotted;
139
+ text-decoration: underline dotted;
140
+ }
141
+
142
+ h1, h2, h3, h4, h5, h6 {
143
+ font-size: inherit;
144
+ font-weight: inherit;
145
+ }
146
+
147
+ a {
148
+ color: inherit;
149
+ -webkit-text-decoration: inherit;
150
+ -webkit-text-decoration: inherit;
151
+ -webkit-text-decoration: inherit;
152
+ text-decoration: inherit;
153
+ }
154
+
155
+ b, strong {
156
+ font-weight: bolder;
157
+ }
158
+
159
+ code, kbd, samp, pre {
160
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
161
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
162
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
163
+ font-size: 1em;
164
+ }
165
+
166
+ small {
167
+ font-size: 80%;
168
+ }
169
+
170
+ sub, sup {
171
+ vertical-align: baseline;
172
+ font-size: 75%;
173
+ line-height: 0;
174
+ position: relative;
175
+ }
176
+
177
+ sub {
178
+ bottom: -.25em;
179
+ }
180
+
181
+ sup {
182
+ top: -.5em;
183
+ }
184
+
185
+ table {
186
+ text-indent: 0;
187
+ border-color: inherit;
188
+ border-collapse: collapse;
189
+ }
190
+
191
+ :-moz-focusring {
192
+ outline: auto;
193
+ }
194
+
195
+ progress {
196
+ vertical-align: baseline;
197
+ }
198
+
199
+ summary {
200
+ display: list-item;
201
+ }
202
+
203
+ ol, ul, menu {
204
+ list-style: none;
205
+ }
206
+
207
+ img, svg, video, canvas, audio, iframe, embed, object {
208
+ vertical-align: middle;
209
+ display: block;
210
+ }
211
+
212
+ img, video {
213
+ max-width: 100%;
214
+ height: auto;
215
+ }
216
+
217
+ button, input, select, optgroup, textarea {
218
+ font: inherit;
219
+ font-feature-settings: inherit;
220
+ font-variation-settings: inherit;
221
+ letter-spacing: inherit;
222
+ color: inherit;
223
+ opacity: 1;
224
+ background-color: #0000;
225
+ border-radius: 0;
226
+ }
227
+
228
+ ::file-selector-button {
229
+ font: inherit;
230
+ font-feature-settings: inherit;
231
+ font-variation-settings: inherit;
232
+ letter-spacing: inherit;
233
+ color: inherit;
234
+ opacity: 1;
235
+ background-color: #0000;
236
+ border-radius: 0;
237
+ }
238
+
239
+ :where(select:is([multiple], [size])) optgroup {
240
+ font-weight: bolder;
241
+ }
242
+
243
+ :where(select:is([multiple], [size])) optgroup option {
244
+ padding-inline-start: 20px;
245
+ }
246
+
247
+ ::file-selector-button {
248
+ margin-inline-end: 4px;
249
+ }
250
+
251
+ ::placeholder {
252
+ opacity: 1;
253
+ }
254
+
255
+ @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
256
+ ::placeholder {
257
+ color: currentColor;
258
+ }
259
+
260
+ @supports (color: color-mix(in lab, red, red)) {
261
+ ::placeholder {
262
+ color: color-mix(in oklab, currentcolor 50%, transparent);
263
+ }
264
+ }
265
+ }
266
+
267
+ textarea {
268
+ resize: vertical;
269
+ }
270
+
271
+ ::-webkit-search-decoration {
272
+ -webkit-appearance: none;
273
+ }
274
+
275
+ ::-webkit-date-and-time-value {
276
+ min-height: 1lh;
277
+ text-align: inherit;
278
+ }
279
+
280
+ ::-webkit-datetime-edit {
281
+ display: inline-flex;
282
+ }
283
+
284
+ ::-webkit-datetime-edit-fields-wrapper {
285
+ padding: 0;
286
+ }
287
+
288
+ ::-webkit-datetime-edit {
289
+ padding-block: 0;
290
+ }
291
+
292
+ ::-webkit-datetime-edit-year-field {
293
+ padding-block: 0;
294
+ }
295
+
296
+ ::-webkit-datetime-edit-month-field {
297
+ padding-block: 0;
298
+ }
299
+
300
+ ::-webkit-datetime-edit-day-field {
301
+ padding-block: 0;
302
+ }
303
+
304
+ ::-webkit-datetime-edit-hour-field {
305
+ padding-block: 0;
306
+ }
307
+
308
+ ::-webkit-datetime-edit-minute-field {
309
+ padding-block: 0;
310
+ }
311
+
312
+ ::-webkit-datetime-edit-second-field {
313
+ padding-block: 0;
314
+ }
315
+
316
+ ::-webkit-datetime-edit-millisecond-field {
317
+ padding-block: 0;
318
+ }
319
+
320
+ ::-webkit-datetime-edit-meridiem-field {
321
+ padding-block: 0;
322
+ }
323
+
324
+ ::-webkit-calendar-picker-indicator {
325
+ line-height: 1;
326
+ }
327
+
328
+ :-moz-ui-invalid {
329
+ box-shadow: none;
330
+ }
331
+
332
+ button, input:where([type="button"], [type="reset"], [type="submit"]) {
333
+ appearance: button;
334
+ }
335
+
336
+ ::file-selector-button {
337
+ appearance: button;
338
+ }
339
+
340
+ ::-webkit-inner-spin-button {
341
+ height: auto;
342
+ }
343
+
344
+ ::-webkit-outer-spin-button {
345
+ height: auto;
346
+ }
347
+
348
+ [hidden]:where(:not([hidden="until-found"])) {
349
+ display: none !important;
350
+ }
351
+
352
+ html {
353
+ font-family: var(--font-poppins);
354
+ color: var(--color-slate-600);
355
+ }
356
+ }
357
+
358
+ @layer components;
359
+
360
+ @layer utilities {
361
+ .visible {
362
+ visibility: visible;
363
+ }
364
+
365
+ .absolute {
366
+ position: absolute;
367
+ }
368
+
369
+ .fixed {
370
+ position: fixed;
371
+ }
372
+
373
+ .relative {
374
+ position: relative;
375
+ }
376
+
377
+ .static {
378
+ position: static;
379
+ }
380
+
381
+ .inset-0 {
382
+ inset: calc(var(--spacing) * 0);
383
+ }
384
+
385
+ .top-1\/2 {
386
+ top: 50%;
387
+ }
388
+
389
+ .top-4\.5 {
390
+ top: calc(var(--spacing) * 4.5);
391
+ }
392
+
393
+ .top-6 {
394
+ top: calc(var(--spacing) * 6);
395
+ }
396
+
397
+ .top-60 {
398
+ top: calc(var(--spacing) * 60);
399
+ }
400
+
401
+ .right-2 {
402
+ right: calc(var(--spacing) * 2);
403
+ }
404
+
405
+ .right-4 {
406
+ right: calc(var(--spacing) * 4);
407
+ }
408
+
409
+ .right-6 {
410
+ right: calc(var(--spacing) * 6);
411
+ }
412
+
413
+ .bottom-2 {
414
+ bottom: calc(var(--spacing) * 2);
415
+ }
416
+
417
+ .-left-8 {
418
+ left: calc(var(--spacing) * -8);
419
+ }
420
+
421
+ .left-1\/2 {
422
+ left: 50%;
423
+ }
424
+
425
+ .container {
426
+ width: 100%;
427
+ }
428
+
429
+ @media (min-width: 40rem) {
430
+ .container {
431
+ max-width: 40rem;
432
+ }
433
+ }
434
+
435
+ @media (min-width: 48rem) {
436
+ .container {
437
+ max-width: 48rem;
438
+ }
439
+ }
440
+
441
+ @media (min-width: 64rem) {
442
+ .container {
443
+ max-width: 64rem;
444
+ }
445
+ }
446
+
447
+ @media (min-width: 80rem) {
448
+ .container {
449
+ max-width: 80rem;
450
+ }
451
+ }
452
+
453
+ @media (min-width: 96rem) {
454
+ .container {
455
+ max-width: 96rem;
456
+ }
457
+ }
458
+
459
+ .m-1 {
460
+ margin: calc(var(--spacing) * 1);
461
+ }
462
+
463
+ .m-\[\`\<spacing\>\`\] {
464
+ margin: ` < spacing> ` ;
465
+ }
466
+
467
+ .-mt-0\.5 {
468
+ margin-top: calc(var(--spacing) * -.5);
469
+ }
470
+
471
+ .block {
472
+ display: block;
473
+ }
474
+
475
+ .contents {
476
+ display: contents;
477
+ }
478
+
479
+ .flex {
480
+ display: flex;
481
+ }
482
+
483
+ .grid {
484
+ display: grid;
485
+ }
486
+
487
+ .hidden {
488
+ display: none;
489
+ }
490
+
491
+ .inline-block {
492
+ display: inline-block;
493
+ }
494
+
495
+ .inline-flex {
496
+ display: inline-flex;
497
+ }
498
+
499
+ .h-3 {
500
+ height: calc(var(--spacing) * 3);
501
+ }
502
+
503
+ .h-4 {
504
+ height: calc(var(--spacing) * 4);
505
+ }
506
+
507
+ .h-8 {
508
+ height: calc(var(--spacing) * 8);
509
+ }
510
+
511
+ .h-10 {
512
+ height: calc(var(--spacing) * 10);
513
+ }
514
+
515
+ .h-11 {
516
+ height: calc(var(--spacing) * 11);
517
+ }
518
+
519
+ .h-16 {
520
+ height: calc(var(--spacing) * 16);
521
+ }
522
+
523
+ .h-24 {
524
+ height: calc(var(--spacing) * 24);
525
+ }
526
+
527
+ .h-31\.25 {
528
+ height: calc(var(--spacing) * 31.25);
529
+ }
530
+
531
+ .h-40 {
532
+ height: calc(var(--spacing) * 40);
533
+ }
534
+
535
+ .h-\[\`\<spacing\>\`\] {
536
+ height: ` < spacing> ` ;
537
+ }
538
+
539
+ .h-full {
540
+ height: 100%;
541
+ }
542
+
543
+ .min-h-10 {
544
+ min-height: calc(var(--spacing) * 10);
545
+ }
546
+
547
+ .w-3 {
548
+ width: calc(var(--spacing) * 3);
549
+ }
550
+
551
+ .w-4 {
552
+ width: calc(var(--spacing) * 4);
553
+ }
554
+
555
+ .w-8 {
556
+ width: calc(var(--spacing) * 8);
557
+ }
558
+
559
+ .w-10 {
560
+ width: calc(var(--spacing) * 10);
561
+ }
562
+
563
+ .w-16 {
564
+ width: calc(var(--spacing) * 16);
565
+ }
566
+
567
+ .w-24 {
568
+ width: calc(var(--spacing) * 24);
569
+ }
570
+
571
+ .w-31\.25 {
572
+ width: calc(var(--spacing) * 31.25);
573
+ }
574
+
575
+ .w-40 {
576
+ width: calc(var(--spacing) * 40);
577
+ }
578
+
579
+ .w-123 {
580
+ width: calc(var(--spacing) * 123);
581
+ }
582
+
583
+ .w-170 {
584
+ width: calc(var(--spacing) * 170);
585
+ }
586
+
587
+ .w-\[\`\<spacing\>\`\] {
588
+ width: ` < spacing> ` ;
589
+ }
590
+
591
+ .w-auto {
592
+ width: auto;
593
+ }
594
+
595
+ .w-fit {
596
+ width: fit-content;
597
+ }
598
+
599
+ .w-full {
600
+ width: 100%;
601
+ }
602
+
603
+ .max-w-\[680px\] {
604
+ max-width: 680px;
605
+ }
606
+
607
+ .min-w-0 {
608
+ min-width: calc(var(--spacing) * 0);
609
+ }
610
+
611
+ .min-w-10 {
612
+ min-width: calc(var(--spacing) * 10);
613
+ }
614
+
615
+ .flex-1 {
616
+ flex: 1;
617
+ }
618
+
619
+ .flex-shrink-0 {
620
+ flex-shrink: 0;
621
+ }
622
+
623
+ .-translate-x-1\/2 {
624
+ --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
625
+ translate: var(--tw-translate-x) var(--tw-translate-y);
626
+ }
627
+
628
+ .-translate-y-1 {
629
+ --tw-translate-y: calc(var(--spacing) * -1);
630
+ translate: var(--tw-translate-x) var(--tw-translate-y);
631
+ }
632
+
633
+ .-translate-y-1\/2 {
634
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
635
+ translate: var(--tw-translate-x) var(--tw-translate-y);
636
+ }
637
+
638
+ .translate-y-0 {
639
+ --tw-translate-y: calc(var(--spacing) * 0);
640
+ translate: var(--tw-translate-x) var(--tw-translate-y);
641
+ }
642
+
643
+ .rotate-15 {
644
+ rotate: 15deg;
645
+ }
646
+
647
+ .transform {
648
+ transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
649
+ }
650
+
651
+ .cursor-pointer {
652
+ cursor: pointer;
653
+ }
654
+
655
+ .resize-none {
656
+ resize: none;
657
+ }
658
+
659
+ .flex-col {
660
+ flex-direction: column;
661
+ }
662
+
663
+ .flex-row {
664
+ flex-direction: row;
665
+ }
666
+
667
+ .flex-wrap {
668
+ flex-wrap: wrap;
669
+ }
670
+
671
+ .items-center {
672
+ align-items: center;
673
+ }
674
+
675
+ .items-start {
676
+ align-items: flex-start;
677
+ }
678
+
679
+ .justify-between {
680
+ justify-content: space-between;
681
+ }
682
+
683
+ .justify-center {
684
+ justify-content: center;
685
+ }
686
+
687
+ .justify-start {
688
+ justify-content: flex-start;
689
+ }
690
+
691
+ .gap-0 {
692
+ gap: calc(var(--spacing) * 0);
693
+ }
694
+
695
+ .gap-1 {
696
+ gap: calc(var(--spacing) * 1);
697
+ }
698
+
699
+ .gap-2 {
700
+ gap: calc(var(--spacing) * 2);
701
+ }
702
+
703
+ .gap-3 {
704
+ gap: calc(var(--spacing) * 3);
705
+ }
706
+
707
+ .gap-4 {
708
+ gap: calc(var(--spacing) * 4);
709
+ }
710
+
711
+ .gap-5 {
712
+ gap: calc(var(--spacing) * 5);
713
+ }
714
+
715
+ .gap-6 {
716
+ gap: calc(var(--spacing) * 6);
717
+ }
718
+
719
+ .gap-12 {
720
+ gap: calc(var(--spacing) * 12);
721
+ }
722
+
723
+ .gap-16 {
724
+ gap: calc(var(--spacing) * 16);
725
+ }
726
+
727
+ .truncate {
728
+ text-overflow: ellipsis;
729
+ white-space: nowrap;
730
+ overflow: hidden;
731
+ }
732
+
733
+ .overflow-hidden {
734
+ overflow: hidden;
735
+ }
736
+
737
+ .rounded-2xl {
738
+ border-radius: var(--radius-2xl);
739
+ }
740
+
741
+ .rounded-full {
742
+ border-radius: 3.40282e38px;
743
+ }
744
+
745
+ .rounded-lg {
746
+ border-radius: var(--radius-lg);
747
+ }
748
+
749
+ .rounded-md {
750
+ border-radius: var(--radius-md);
751
+ }
752
+
753
+ .rounded-sm {
754
+ border-radius: var(--radius-sm);
755
+ }
756
+
757
+ .rounded-xl {
758
+ border-radius: var(--radius-xl);
759
+ }
760
+
761
+ .rounded-xs {
762
+ border-radius: var(--radius-xs);
763
+ }
764
+
765
+ .rounded-t-2xl {
766
+ border-top-left-radius: var(--radius-2xl);
767
+ border-top-right-radius: var(--radius-2xl);
768
+ }
769
+
770
+ .border {
771
+ border-style: var(--tw-border-style);
772
+ border-width: 1px;
773
+ }
774
+
775
+ .border-0 {
776
+ border-style: var(--tw-border-style);
777
+ border-width: 0;
778
+ }
779
+
780
+ .border-2 {
781
+ border-style: var(--tw-border-style);
782
+ border-width: 2px;
783
+ }
784
+
785
+ .border-6 {
786
+ border-style: var(--tw-border-style);
787
+ border-width: 6px;
788
+ }
789
+
790
+ .border-dashed {
791
+ --tw-border-style: dashed;
792
+ border-style: dashed;
793
+ }
794
+
795
+ .border-solid {
796
+ --tw-border-style: solid;
797
+ border-style: solid;
798
+ }
799
+
800
+ .border-slate-100 {
801
+ border-color: var(--color-slate-100);
802
+ }
803
+
804
+ .border-slate-200 {
805
+ border-color: var(--color-slate-200);
806
+ }
807
+
808
+ .bg-black {
809
+ background-color: var(--color-black);
810
+ }
811
+
812
+ .bg-black\/20 {
813
+ background-color: #0003;
814
+ }
815
+
816
+ @supports (color: color-mix(in lab, red, red)) {
817
+ .bg-black\/20 {
818
+ background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
819
+ }
820
+ }
821
+
822
+ .bg-error {
823
+ background-color: var(--color-error);
824
+ }
825
+
826
+ .bg-pink-50 {
827
+ background-color: var(--color-pink-50);
828
+ }
829
+
830
+ .bg-pink-100 {
831
+ background-color: var(--color-pink-100);
832
+ }
833
+
834
+ .bg-pink-200 {
835
+ background-color: var(--color-pink-200);
836
+ }
837
+
838
+ .bg-pink-300 {
839
+ background-color: var(--color-pink-300);
840
+ }
841
+
842
+ .bg-pink-400 {
843
+ background-color: var(--color-pink-400);
844
+ }
845
+
846
+ .bg-pink-500 {
847
+ background-color: var(--color-pink-500);
848
+ }
849
+
850
+ .bg-pink-600 {
851
+ background-color: var(--color-pink-600);
852
+ }
853
+
854
+ .bg-pink-700 {
855
+ background-color: var(--color-pink-700);
856
+ }
857
+
858
+ .bg-pink-800 {
859
+ background-color: var(--color-pink-800);
860
+ }
861
+
862
+ .bg-pink-900 {
863
+ background-color: var(--color-pink-900);
864
+ }
865
+
866
+ .bg-pink-950 {
867
+ background-color: var(--color-pink-950);
868
+ }
869
+
870
+ .bg-slate-50 {
871
+ background-color: var(--color-slate-50);
872
+ }
873
+
874
+ .bg-slate-100 {
875
+ background-color: var(--color-slate-100);
876
+ }
877
+
878
+ .bg-slate-200 {
879
+ background-color: var(--color-slate-200);
880
+ }
881
+
882
+ .bg-slate-300 {
883
+ background-color: var(--color-slate-300);
884
+ }
885
+
886
+ .bg-slate-400 {
887
+ background-color: var(--color-slate-400);
888
+ }
889
+
890
+ .bg-slate-500 {
891
+ background-color: var(--color-slate-500);
892
+ }
893
+
894
+ .bg-slate-600 {
895
+ background-color: var(--color-slate-600);
896
+ }
897
+
898
+ .bg-slate-700 {
899
+ background-color: var(--color-slate-700);
900
+ }
901
+
902
+ .bg-slate-800 {
903
+ background-color: var(--color-slate-800);
904
+ }
905
+
906
+ .bg-slate-900 {
907
+ background-color: var(--color-slate-900);
908
+ }
909
+
910
+ .bg-slate-950 {
911
+ background-color: var(--color-slate-950);
912
+ }
913
+
914
+ .bg-transparent {
915
+ background-color: #0000;
916
+ }
917
+
918
+ .bg-violet-50 {
919
+ background-color: var(--color-violet-50);
920
+ }
921
+
922
+ .bg-violet-100 {
923
+ background-color: var(--color-violet-100);
924
+ }
925
+
926
+ .bg-violet-200 {
927
+ background-color: var(--color-violet-200);
928
+ }
929
+
930
+ .bg-violet-300 {
931
+ background-color: var(--color-violet-300);
932
+ }
933
+
934
+ .bg-violet-400 {
935
+ background-color: var(--color-violet-400);
936
+ }
937
+
938
+ .bg-violet-500 {
939
+ background-color: var(--color-violet-500);
940
+ }
941
+
942
+ .bg-violet-600 {
943
+ background-color: var(--color-violet-600);
944
+ }
945
+
946
+ .bg-violet-600\/0 {
947
+ background-color: #0000;
948
+ }
949
+
950
+ @supports (color: color-mix(in lab, red, red)) {
951
+ .bg-violet-600\/0 {
952
+ background-color: color-mix(in oklab, var(--color-violet-600) 0%, transparent);
953
+ }
954
+ }
955
+
956
+ .bg-violet-700 {
957
+ background-color: var(--color-violet-700);
958
+ }
959
+
960
+ .bg-violet-800 {
961
+ background-color: var(--color-violet-800);
962
+ }
963
+
964
+ .bg-violet-900 {
965
+ background-color: var(--color-violet-900);
966
+ }
967
+
968
+ .bg-violet-950 {
969
+ background-color: var(--color-violet-950);
970
+ }
971
+
972
+ .bg-white {
973
+ background-color: var(--color-white);
974
+ }
975
+
976
+ .bg-linear-to-r {
977
+ --tw-gradient-position: to right;
978
+ }
979
+
980
+ @supports (background-image: linear-gradient(in lab, red, red)) {
981
+ .bg-linear-to-r {
982
+ --tw-gradient-position: to right in oklab;
983
+ }
984
+ }
985
+
986
+ .bg-linear-to-r {
987
+ background-image: linear-gradient(var(--tw-gradient-stops));
988
+ }
989
+
990
+ .from-pink-500 {
991
+ --tw-gradient-from: var(--color-pink-500);
992
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
993
+ }
994
+
995
+ .from-0\% {
996
+ --tw-gradient-from-position: 0%;
997
+ }
998
+
999
+ .to-violet-600 {
1000
+ --tw-gradient-to: var(--color-violet-600);
1001
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1002
+ }
1003
+
1004
+ .to-100\% {
1005
+ --tw-gradient-to-position: 100%;
1006
+ }
1007
+
1008
+ .object-cover {
1009
+ object-fit: cover;
1010
+ }
1011
+
1012
+ .p-0 {
1013
+ padding: calc(var(--spacing) * 0);
1014
+ }
1015
+
1016
+ .p-1 {
1017
+ padding: calc(var(--spacing) * 1);
1018
+ }
1019
+
1020
+ .p-2 {
1021
+ padding: calc(var(--spacing) * 2);
1022
+ }
1023
+
1024
+ .p-4 {
1025
+ padding: calc(var(--spacing) * 4);
1026
+ }
1027
+
1028
+ .p-8 {
1029
+ padding: calc(var(--spacing) * 8);
1030
+ }
1031
+
1032
+ .p-10 {
1033
+ padding: calc(var(--spacing) * 10);
1034
+ }
1035
+
1036
+ .p-\[\`\<spacing\>\`\] {
1037
+ padding: ` < spacing> ` ;
1038
+ }
1039
+
1040
+ .px-2 {
1041
+ padding-inline: calc(var(--spacing) * 2);
1042
+ }
1043
+
1044
+ .py-2 {
1045
+ padding-block: calc(var(--spacing) * 2);
1046
+ }
1047
+
1048
+ .pt-2 {
1049
+ padding-top: calc(var(--spacing) * 2);
1050
+ }
1051
+
1052
+ .pt-3 {
1053
+ padding-top: calc(var(--spacing) * 3);
1054
+ }
1055
+
1056
+ .pt-4 {
1057
+ padding-top: calc(var(--spacing) * 4);
1058
+ }
1059
+
1060
+ .pt-6 {
1061
+ padding-top: calc(var(--spacing) * 6);
1062
+ }
1063
+
1064
+ .pt-12 {
1065
+ padding-top: calc(var(--spacing) * 12);
1066
+ }
1067
+
1068
+ .pr-2 {
1069
+ padding-right: calc(var(--spacing) * 2);
1070
+ }
1071
+
1072
+ .pr-3 {
1073
+ padding-right: calc(var(--spacing) * 3);
1074
+ }
1075
+
1076
+ .pr-4 {
1077
+ padding-right: calc(var(--spacing) * 4);
1078
+ }
1079
+
1080
+ .pr-6 {
1081
+ padding-right: calc(var(--spacing) * 6);
1082
+ }
1083
+
1084
+ .pr-8 {
1085
+ padding-right: calc(var(--spacing) * 8);
1086
+ }
1087
+
1088
+ .pr-10 {
1089
+ padding-right: calc(var(--spacing) * 10);
1090
+ }
1091
+
1092
+ .pb-2 {
1093
+ padding-bottom: calc(var(--spacing) * 2);
1094
+ }
1095
+
1096
+ .pb-3 {
1097
+ padding-bottom: calc(var(--spacing) * 3);
1098
+ }
1099
+
1100
+ .pb-4 {
1101
+ padding-bottom: calc(var(--spacing) * 4);
1102
+ }
1103
+
1104
+ .pb-6 {
1105
+ padding-bottom: calc(var(--spacing) * 6);
1106
+ }
1107
+
1108
+ .pb-12 {
1109
+ padding-bottom: calc(var(--spacing) * 12);
1110
+ }
1111
+
1112
+ .pl-2 {
1113
+ padding-left: calc(var(--spacing) * 2);
1114
+ }
1115
+
1116
+ .pl-3 {
1117
+ padding-left: calc(var(--spacing) * 3);
1118
+ }
1119
+
1120
+ .pl-4 {
1121
+ padding-left: calc(var(--spacing) * 4);
1122
+ }
1123
+
1124
+ .pl-6 {
1125
+ padding-left: calc(var(--spacing) * 6);
1126
+ }
1127
+
1128
+ .pl-8 {
1129
+ padding-left: calc(var(--spacing) * 8);
1130
+ }
1131
+
1132
+ .align-middle {
1133
+ vertical-align: middle;
1134
+ }
1135
+
1136
+ .text-\[14px\]\/\[100\%\] {
1137
+ font-size: 14px;
1138
+ line-height: 100%;
1139
+ }
1140
+
1141
+ .text-\[16px\]\/\[100\%\] {
1142
+ font-size: 16px;
1143
+ line-height: 100%;
1144
+ }
1145
+
1146
+ .text-\[16px\]\/\[140\%\] {
1147
+ font-size: 16px;
1148
+ line-height: 140%;
1149
+ }
1150
+
1151
+ .text-\[20px\]\/\[100\%\] {
1152
+ font-size: 20px;
1153
+ line-height: 100%;
1154
+ }
1155
+
1156
+ .text-\[20px\]\/\[135\%\] {
1157
+ font-size: 20px;
1158
+ line-height: 135%;
1159
+ }
1160
+
1161
+ .text-\[20px\]\/\[145\%\] {
1162
+ font-size: 20px;
1163
+ line-height: 145%;
1164
+ }
1165
+
1166
+ .text-\[24px\]\/\[100\%\] {
1167
+ font-size: 24px;
1168
+ line-height: 100%;
1169
+ }
1170
+
1171
+ .text-\[24px\]\/\[125\%\] {
1172
+ font-size: 24px;
1173
+ line-height: 125%;
1174
+ }
1175
+
1176
+ .text-\[32px\]\/\[125\%\] {
1177
+ font-size: 32px;
1178
+ line-height: 125%;
1179
+ }
1180
+
1181
+ .text-\[40px\]\/\[125\%\] {
1182
+ font-size: 40px;
1183
+ line-height: 125%;
1184
+ }
1185
+
1186
+ .text-\[48px\]\/\[125\%\] {
1187
+ font-size: 48px;
1188
+ line-height: 125%;
1189
+ }
1190
+
1191
+ .font-bold {
1192
+ --tw-font-weight: var(--font-weight-bold);
1193
+ font-weight: var(--font-weight-bold);
1194
+ }
1195
+
1196
+ .font-medium {
1197
+ --tw-font-weight: var(--font-weight-medium);
1198
+ font-weight: var(--font-weight-medium);
1199
+ }
1200
+
1201
+ .font-semibold {
1202
+ --tw-font-weight: var(--font-weight-semibold);
1203
+ font-weight: var(--font-weight-semibold);
1204
+ }
1205
+
1206
+ .tracking-normal {
1207
+ --tw-tracking: var(--tracking-normal);
1208
+ letter-spacing: var(--tracking-normal);
1209
+ }
1210
+
1211
+ .text-wrap {
1212
+ text-wrap: wrap;
1213
+ }
1214
+
1215
+ .wrap-anywhere {
1216
+ overflow-wrap: anywhere;
1217
+ }
1218
+
1219
+ .whitespace-nowrap {
1220
+ white-space: nowrap;
1221
+ }
1222
+
1223
+ .whitespace-pre-wrap {
1224
+ white-space: pre-wrap;
1225
+ }
1226
+
1227
+ .text-black {
1228
+ color: var(--color-black);
1229
+ }
1230
+
1231
+ .text-error {
1232
+ color: var(--color-error);
1233
+ }
1234
+
1235
+ .text-inherit {
1236
+ color: inherit;
1237
+ }
1238
+
1239
+ .text-pink-50 {
1240
+ color: var(--color-pink-50);
1241
+ }
1242
+
1243
+ .text-pink-100 {
1244
+ color: var(--color-pink-100);
1245
+ }
1246
+
1247
+ .text-pink-200 {
1248
+ color: var(--color-pink-200);
1249
+ }
1250
+
1251
+ .text-pink-300 {
1252
+ color: var(--color-pink-300);
1253
+ }
1254
+
1255
+ .text-pink-400 {
1256
+ color: var(--color-pink-400);
1257
+ }
1258
+
1259
+ .text-pink-500 {
1260
+ color: var(--color-pink-500);
1261
+ }
1262
+
1263
+ .text-pink-600 {
1264
+ color: var(--color-pink-600);
1265
+ }
1266
+
1267
+ .text-pink-700 {
1268
+ color: var(--color-pink-700);
1269
+ }
1270
+
1271
+ .text-pink-800 {
1272
+ color: var(--color-pink-800);
1273
+ }
1274
+
1275
+ .text-pink-900 {
1276
+ color: var(--color-pink-900);
1277
+ }
1278
+
1279
+ .text-pink-950 {
1280
+ color: var(--color-pink-950);
1281
+ }
1282
+
1283
+ .text-slate-50 {
1284
+ color: var(--color-slate-50);
1285
+ }
1286
+
1287
+ .text-slate-100 {
1288
+ color: var(--color-slate-100);
1289
+ }
1290
+
1291
+ .text-slate-200 {
1292
+ color: var(--color-slate-200);
1293
+ }
1294
+
1295
+ .text-slate-300 {
1296
+ color: var(--color-slate-300);
1297
+ }
1298
+
1299
+ .text-slate-400 {
1300
+ color: var(--color-slate-400);
1301
+ }
1302
+
1303
+ .text-slate-500 {
1304
+ color: var(--color-slate-500);
1305
+ }
1306
+
1307
+ .text-slate-600 {
1308
+ color: var(--color-slate-600);
1309
+ }
1310
+
1311
+ .text-slate-700 {
1312
+ color: var(--color-slate-700);
1313
+ }
1314
+
1315
+ .text-slate-800 {
1316
+ color: var(--color-slate-800);
1317
+ }
1318
+
1319
+ .text-slate-900 {
1320
+ color: var(--color-slate-900);
1321
+ }
1322
+
1323
+ .text-slate-950 {
1324
+ color: var(--color-slate-950);
1325
+ }
1326
+
1327
+ .text-violet-50 {
1328
+ color: var(--color-violet-50);
1329
+ }
1330
+
1331
+ .text-violet-100 {
1332
+ color: var(--color-violet-100);
1333
+ }
1334
+
1335
+ .text-violet-200 {
1336
+ color: var(--color-violet-200);
1337
+ }
1338
+
1339
+ .text-violet-300 {
1340
+ color: var(--color-violet-300);
1341
+ }
1342
+
1343
+ .text-violet-400 {
1344
+ color: var(--color-violet-400);
1345
+ }
1346
+
1347
+ .text-violet-500 {
1348
+ color: var(--color-violet-500);
1349
+ }
1350
+
1351
+ .text-violet-600 {
1352
+ color: var(--color-violet-600);
1353
+ }
1354
+
1355
+ .text-violet-700 {
1356
+ color: var(--color-violet-700);
1357
+ }
1358
+
1359
+ .text-violet-800 {
1360
+ color: var(--color-violet-800);
1361
+ }
1362
+
1363
+ .text-violet-900 {
1364
+ color: var(--color-violet-900);
1365
+ }
1366
+
1367
+ .text-violet-950 {
1368
+ color: var(--color-violet-950);
1369
+ }
1370
+
1371
+ .text-white {
1372
+ color: var(--color-white);
1373
+ }
1374
+
1375
+ .underline {
1376
+ text-decoration-line: underline;
1377
+ }
1378
+
1379
+ .decoration-violet-600 {
1380
+ -webkit-text-decoration-color: var(--color-violet-600);
1381
+ -webkit-text-decoration-color: var(--color-violet-600);
1382
+ text-decoration-color: var(--color-violet-600);
1383
+ }
1384
+
1385
+ .underline-offset-2 {
1386
+ text-underline-offset: 2px;
1387
+ }
1388
+
1389
+ .opacity-0 {
1390
+ opacity: 0;
1391
+ }
1392
+
1393
+ .opacity-100 {
1394
+ opacity: 1;
1395
+ }
1396
+
1397
+ .ring {
1398
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1399
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1400
+ }
1401
+
1402
+ .ring-slate-200 {
1403
+ --tw-ring-color: var(--color-slate-200);
1404
+ }
1405
+
1406
+ .outline {
1407
+ outline-style: var(--tw-outline-style);
1408
+ outline-width: 1px;
1409
+ }
1410
+
1411
+ .transition {
1412
+ 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;
1413
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1414
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1415
+ }
1416
+
1417
+ .transition-all {
1418
+ transition-property: all;
1419
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1420
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1421
+ }
1422
+
1423
+ .transition-opacity {
1424
+ transition-property: opacity;
1425
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1426
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1427
+ }
1428
+
1429
+ .transition-transform {
1430
+ transition-property: transform, translate, scale, rotate;
1431
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1432
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1433
+ }
1434
+
1435
+ .duration-150 {
1436
+ --tw-duration: .15s;
1437
+ transition-duration: .15s;
1438
+ }
1439
+
1440
+ .duration-200 {
1441
+ --tw-duration: .2s;
1442
+ transition-duration: .2s;
1443
+ }
1444
+
1445
+ .duration-300 {
1446
+ --tw-duration: .3s;
1447
+ transition-duration: .3s;
1448
+ }
1449
+
1450
+ .duration-350 {
1451
+ --tw-duration: .35s;
1452
+ transition-duration: .35s;
1453
+ }
1454
+
1455
+ .duration-500 {
1456
+ --tw-duration: .5s;
1457
+ transition-duration: .5s;
1458
+ }
1459
+
1460
+ .ease-in-out {
1461
+ --tw-ease: var(--ease-in-out);
1462
+ transition-timing-function: var(--ease-in-out);
1463
+ }
1464
+
1465
+ .ease-out {
1466
+ --tw-ease: var(--ease-out);
1467
+ transition-timing-function: var(--ease-out);
1468
+ }
1469
+
1470
+ .select-none {
1471
+ -webkit-user-select: none;
1472
+ user-select: none;
1473
+ }
1474
+
1475
+ :is(.\*\*\:cursor-pointer *) {
1476
+ cursor: pointer;
1477
+ }
1478
+
1479
+ @media (hover: hover) {
1480
+ .group-hover\:block:is(:where(.group):hover *) {
1481
+ display: block;
1482
+ }
1483
+
1484
+ .group-hover\:hidden:is(:where(.group):hover *) {
1485
+ display: none;
1486
+ }
1487
+
1488
+ .group-hover\:rotate-0:is(:where(.group):hover *) {
1489
+ rotate: none;
1490
+ }
1491
+
1492
+ .group-hover\:rotate-90:is(:where(.group):hover *) {
1493
+ rotate: 90deg;
1494
+ }
1495
+
1496
+ .group-hover\:pr-6:is(:where(.group):hover *) {
1497
+ padding-right: calc(var(--spacing) * 6);
1498
+ }
1499
+
1500
+ .group-hover\:pl-6:is(:where(.group):hover *) {
1501
+ padding-left: calc(var(--spacing) * 6);
1502
+ }
1503
+
1504
+ .group-hover\:text-slate-800:is(:where(.group):hover *) {
1505
+ color: var(--color-slate-800);
1506
+ }
1507
+
1508
+ .group-hover\:opacity-100:is(:where(.group):hover *) {
1509
+ opacity: 1;
1510
+ }
1511
+ }
1512
+
1513
+ .placeholder\:text-\[16px\]\/\[100\%\]::placeholder {
1514
+ font-size: 16px;
1515
+ line-height: 100%;
1516
+ }
1517
+
1518
+ .placeholder\:text-\[20px\]\/\[135\%\]::placeholder {
1519
+ font-size: 20px;
1520
+ line-height: 135%;
1521
+ }
1522
+
1523
+ .placeholder\:font-medium::placeholder {
1524
+ --tw-font-weight: var(--font-weight-medium);
1525
+ font-weight: var(--font-weight-medium);
1526
+ }
1527
+
1528
+ .placeholder\:tracking-normal::placeholder {
1529
+ --tw-tracking: var(--tracking-normal);
1530
+ letter-spacing: var(--tracking-normal);
1531
+ }
1532
+
1533
+ .placeholder\:text-slate-300::placeholder {
1534
+ color: var(--color-slate-300);
1535
+ }
1536
+
1537
+ .placeholder\:text-slate-500::placeholder {
1538
+ color: var(--color-slate-500);
1539
+ }
1540
+
1541
+ .focus-within\:ring-violet-600:focus-within {
1542
+ --tw-ring-color: var(--color-violet-600);
1543
+ }
1544
+
1545
+ @media (hover: hover) {
1546
+ .hover\:scale-95:hover {
1547
+ --tw-scale-x: 95%;
1548
+ --tw-scale-y: 95%;
1549
+ --tw-scale-z: 95%;
1550
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1551
+ }
1552
+
1553
+ .hover\:scale-105:hover {
1554
+ --tw-scale-x: 105%;
1555
+ --tw-scale-y: 105%;
1556
+ --tw-scale-z: 105%;
1557
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1558
+ }
1559
+
1560
+ .hover\:bg-pink-50:hover {
1561
+ background-color: var(--color-pink-50);
1562
+ }
1563
+
1564
+ .hover\:bg-slate-100:hover {
1565
+ background-color: var(--color-slate-100);
1566
+ }
1567
+
1568
+ .hover\:bg-slate-300:hover {
1569
+ background-color: var(--color-slate-300);
1570
+ }
1571
+
1572
+ .hover\:bg-slate-700:hover {
1573
+ background-color: var(--color-slate-700);
1574
+ }
1575
+
1576
+ .hover\:bg-violet-50:hover {
1577
+ background-color: var(--color-violet-50);
1578
+ }
1579
+
1580
+ .hover\:bg-violet-600\/50:hover {
1581
+ background-color: #7f22fe80;
1582
+ }
1583
+
1584
+ @supports (color: color-mix(in lab, red, red)) {
1585
+ .hover\:bg-violet-600\/50:hover {
1586
+ background-color: color-mix(in oklab, var(--color-violet-600) 50%, transparent);
1587
+ }
1588
+ }
1589
+
1590
+ .hover\:bg-violet-700:hover {
1591
+ background-color: var(--color-violet-700);
1592
+ }
1593
+
1594
+ .hover\:to-80\%:hover {
1595
+ --tw-gradient-to-position: 80%;
1596
+ }
1597
+
1598
+ .hover\:text-pink-600:hover {
1599
+ color: var(--color-pink-600);
1600
+ }
1601
+
1602
+ .hover\:text-slate-600:hover {
1603
+ color: var(--color-slate-600);
1604
+ }
1605
+
1606
+ .hover\:text-violet-600:hover {
1607
+ color: var(--color-violet-600);
1608
+ }
1609
+
1610
+ .hover\:text-violet-900:hover {
1611
+ color: var(--color-violet-900);
1612
+ }
1613
+
1614
+ .hover\:decoration-violet-200:hover {
1615
+ -webkit-text-decoration-color: var(--color-violet-200);
1616
+ -webkit-text-decoration-color: var(--color-violet-200);
1617
+ text-decoration-color: var(--color-violet-200);
1618
+ }
1619
+
1620
+ .hover\:ring-2:hover {
1621
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1622
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1623
+ }
1624
+
1625
+ .hover\:ring-3:hover {
1626
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1627
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1628
+ }
1629
+
1630
+ .hover\:ring-slate-100:hover {
1631
+ --tw-ring-color: var(--color-slate-100);
1632
+ }
1633
+
1634
+ .hover\:ring-slate-200:hover {
1635
+ --tw-ring-color: var(--color-slate-200);
1636
+ }
1637
+
1638
+ .hover\:ring-slate-300:hover {
1639
+ --tw-ring-color: var(--color-slate-300);
1640
+ }
1641
+
1642
+ .hover\:ring-violet-100:hover {
1643
+ --tw-ring-color: var(--color-violet-100);
1644
+ }
1645
+
1646
+ .hover\:ring-violet-600:hover {
1647
+ --tw-ring-color: var(--color-violet-600);
1648
+ }
1649
+
1650
+ .hover\:transition-all:hover {
1651
+ transition-property: all;
1652
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1653
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1654
+ }
1655
+
1656
+ .hover\:duration-300:hover {
1657
+ --tw-duration: .3s;
1658
+ transition-duration: .3s;
1659
+ }
1660
+
1661
+ .hover\:duration-350:hover {
1662
+ --tw-duration: .35s;
1663
+ transition-duration: .35s;
1664
+ }
1665
+
1666
+ .hover\:ease-in-out:hover {
1667
+ --tw-ease: var(--ease-in-out);
1668
+ transition-timing-function: var(--ease-in-out);
1669
+ }
1670
+
1671
+ .hover\:ease-out:hover {
1672
+ --tw-ease: var(--ease-out);
1673
+ transition-timing-function: var(--ease-out);
1674
+ }
1675
+ }
1676
+
1677
+ .focus\:ring-2:focus {
1678
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1679
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1680
+ }
1681
+
1682
+ .focus\:ring-violet-600:focus {
1683
+ --tw-ring-color: var(--color-violet-600);
1684
+ }
1685
+
1686
+ .focus-visible\:ring-2:focus-visible {
1687
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1688
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1689
+ }
1690
+
1691
+ .focus-visible\:ring-slate-300:focus-visible {
1692
+ --tw-ring-color: var(--color-slate-300);
1693
+ }
1694
+
1695
+ .focus-visible\:ring-violet-600:focus-visible {
1696
+ --tw-ring-color: var(--color-violet-600);
1697
+ }
1698
+
1699
+ .focus-visible\:ring-offset-2:focus-visible {
1700
+ --tw-ring-offset-width: 2px;
1701
+ --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1702
+ }
1703
+
1704
+ .focus-visible\:outline-none:focus-visible {
1705
+ --tw-outline-style: none;
1706
+ outline-style: none;
1707
+ }
1708
+
1709
+ .active\:to-70\%:active {
1710
+ --tw-gradient-to-position: 70%;
1711
+ }
1712
+
1713
+ .active\:ring-4:active {
1714
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1715
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1716
+ }
1717
+
1718
+ .active\:ring-violet-200:active {
1719
+ --tw-ring-color: var(--color-violet-200);
1720
+ }
1721
+
1722
+ .active\:duration-300:active {
1723
+ --tw-duration: .3s;
1724
+ transition-duration: .3s;
1725
+ }
1726
+
1727
+ .disabled\:pointer-events-none:disabled {
1728
+ pointer-events: none;
1729
+ }
1730
+
1731
+ .disabled\:opacity-50:disabled {
1732
+ opacity: .5;
1733
+ }
1734
+
1735
+ @media (min-width: 40rem) {
1736
+ .sm\:block {
1737
+ display: block;
1738
+ }
1739
+
1740
+ .sm\:hidden {
1741
+ display: none;
1742
+ }
1743
+
1744
+ .sm\:min-w-\[320px\] {
1745
+ min-width: 320px;
1746
+ }
1747
+
1748
+ .sm\:flex-row {
1749
+ flex-direction: row;
1750
+ }
1751
+ }
1752
+
1753
+ @media (min-width: 48rem) {
1754
+ .md\:absolute {
1755
+ position: absolute;
1756
+ }
1757
+
1758
+ .md\:relative {
1759
+ position: relative;
1760
+ }
1761
+
1762
+ .md\:top-6 {
1763
+ top: calc(var(--spacing) * 6);
1764
+ }
1765
+
1766
+ .md\:-left-8 {
1767
+ left: calc(var(--spacing) * -8);
1768
+ }
1769
+
1770
+ .md\:inline {
1771
+ display: inline;
1772
+ }
1773
+
1774
+ .md\:w-148 {
1775
+ width: calc(var(--spacing) * 148);
1776
+ }
1777
+
1778
+ .md\:flex-row {
1779
+ flex-direction: row;
1780
+ }
1781
+
1782
+ .md\:gap-0 {
1783
+ gap: calc(var(--spacing) * 0);
1784
+ }
1785
+
1786
+ .md\:gap-2 {
1787
+ gap: calc(var(--spacing) * 2);
1788
+ }
1789
+
1790
+ .md\:gap-4 {
1791
+ gap: calc(var(--spacing) * 4);
1792
+ }
1793
+
1794
+ .md\:gap-6 {
1795
+ gap: calc(var(--spacing) * 6);
1796
+ }
1797
+
1798
+ .md\:gap-10 {
1799
+ gap: calc(var(--spacing) * 10);
1800
+ }
1801
+
1802
+ .md\:px-3 {
1803
+ padding-inline: calc(var(--spacing) * 3);
1804
+ }
1805
+
1806
+ .md\:pt-8 {
1807
+ padding-top: calc(var(--spacing) * 8);
1808
+ }
1809
+
1810
+ .md\:pr-12 {
1811
+ padding-right: calc(var(--spacing) * 12);
1812
+ }
1813
+
1814
+ .md\:pb-8 {
1815
+ padding-bottom: calc(var(--spacing) * 8);
1816
+ }
1817
+
1818
+ .md\:pl-12 {
1819
+ padding-left: calc(var(--spacing) * 12);
1820
+ }
1821
+
1822
+ .md\:text-\[18px\]\/\[140\%\] {
1823
+ font-size: 18px;
1824
+ line-height: 140%;
1825
+ }
1826
+
1827
+ .md\:text-\[24px\]\/\[145\%\] {
1828
+ font-size: 24px;
1829
+ line-height: 145%;
1830
+ }
1831
+ }
1832
+
1833
+ @media (min-width: 64rem) {
1834
+ .lg\:min-w-\[680px\] {
1835
+ min-width: 680px;
1836
+ }
1837
+ }
1838
+
1839
+ @media (hover: hover) {
1840
+ .group-hover\:\[\&\>g\]\:\[\&\>path\:first-child\]\:translate-x-0\.5:is(:where(.group):hover *) > g > path:first-child {
1841
+ --tw-translate-x: calc(var(--spacing) * .5);
1842
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1843
+ }
1844
+ }
1845
+ }
1846
+
1847
+ @property --tw-translate-x {
1848
+ syntax: "*";
1849
+ inherits: false;
1850
+ initial-value: 0;
1851
+ }
1852
+
1853
+ @property --tw-translate-y {
1854
+ syntax: "*";
1855
+ inherits: false;
1856
+ initial-value: 0;
1857
+ }
1858
+
1859
+ @property --tw-translate-z {
1860
+ syntax: "*";
1861
+ inherits: false;
1862
+ initial-value: 0;
1863
+ }
1864
+
1865
+ @property --tw-rotate-x {
1866
+ syntax: "*";
1867
+ inherits: false
1868
+ }
1869
+
1870
+ @property --tw-rotate-y {
1871
+ syntax: "*";
1872
+ inherits: false
1873
+ }
1874
+
1875
+ @property --tw-rotate-z {
1876
+ syntax: "*";
1877
+ inherits: false
1878
+ }
1879
+
1880
+ @property --tw-skew-x {
1881
+ syntax: "*";
1882
+ inherits: false
1883
+ }
1884
+
1885
+ @property --tw-skew-y {
1886
+ syntax: "*";
1887
+ inherits: false
1888
+ }
1889
+
1890
+ @property --tw-border-style {
1891
+ syntax: "*";
1892
+ inherits: false;
1893
+ initial-value: solid;
1894
+ }
1895
+
1896
+ @property --tw-gradient-position {
1897
+ syntax: "*";
1898
+ inherits: false
1899
+ }
1900
+
1901
+ @property --tw-gradient-from {
1902
+ syntax: "<color>";
1903
+ inherits: false;
1904
+ initial-value: #0000;
1905
+ }
1906
+
1907
+ @property --tw-gradient-via {
1908
+ syntax: "<color>";
1909
+ inherits: false;
1910
+ initial-value: #0000;
1911
+ }
1912
+
1913
+ @property --tw-gradient-to {
1914
+ syntax: "<color>";
1915
+ inherits: false;
1916
+ initial-value: #0000;
1917
+ }
1918
+
1919
+ @property --tw-gradient-stops {
1920
+ syntax: "*";
1921
+ inherits: false
1922
+ }
1923
+
1924
+ @property --tw-gradient-via-stops {
1925
+ syntax: "*";
1926
+ inherits: false
1927
+ }
1928
+
1929
+ @property --tw-gradient-from-position {
1930
+ syntax: "<length-percentage>";
1931
+ inherits: false;
1932
+ initial-value: 0%;
1933
+ }
1934
+
1935
+ @property --tw-gradient-via-position {
1936
+ syntax: "<length-percentage>";
1937
+ inherits: false;
1938
+ initial-value: 50%;
1939
+ }
1940
+
1941
+ @property --tw-gradient-to-position {
1942
+ syntax: "<length-percentage>";
1943
+ inherits: false;
1944
+ initial-value: 100%;
1945
+ }
1946
+
1947
+ @property --tw-font-weight {
1948
+ syntax: "*";
1949
+ inherits: false
1950
+ }
1951
+
1952
+ @property --tw-tracking {
1953
+ syntax: "*";
1954
+ inherits: false
1955
+ }
1956
+
1957
+ @property --tw-shadow {
1958
+ syntax: "*";
1959
+ inherits: false;
1960
+ initial-value: 0 0 #0000;
1961
+ }
1962
+
1963
+ @property --tw-shadow-color {
1964
+ syntax: "*";
1965
+ inherits: false
1966
+ }
1967
+
1968
+ @property --tw-shadow-alpha {
1969
+ syntax: "<percentage>";
1970
+ inherits: false;
1971
+ initial-value: 100%;
1972
+ }
1973
+
1974
+ @property --tw-inset-shadow {
1975
+ syntax: "*";
1976
+ inherits: false;
1977
+ initial-value: 0 0 #0000;
1978
+ }
1979
+
1980
+ @property --tw-inset-shadow-color {
1981
+ syntax: "*";
1982
+ inherits: false
1983
+ }
1984
+
1985
+ @property --tw-inset-shadow-alpha {
1986
+ syntax: "<percentage>";
1987
+ inherits: false;
1988
+ initial-value: 100%;
1989
+ }
1990
+
1991
+ @property --tw-ring-color {
1992
+ syntax: "*";
1993
+ inherits: false
1994
+ }
1995
+
1996
+ @property --tw-ring-shadow {
1997
+ syntax: "*";
1998
+ inherits: false;
1999
+ initial-value: 0 0 #0000;
2000
+ }
2001
+
2002
+ @property --tw-inset-ring-color {
2003
+ syntax: "*";
2004
+ inherits: false
2005
+ }
2006
+
2007
+ @property --tw-inset-ring-shadow {
2008
+ syntax: "*";
2009
+ inherits: false;
2010
+ initial-value: 0 0 #0000;
2011
+ }
2012
+
2013
+ @property --tw-ring-inset {
2014
+ syntax: "*";
2015
+ inherits: false
2016
+ }
2017
+
2018
+ @property --tw-ring-offset-width {
2019
+ syntax: "<length>";
2020
+ inherits: false;
2021
+ initial-value: 0;
2022
+ }
2023
+
2024
+ @property --tw-ring-offset-color {
2025
+ syntax: "*";
2026
+ inherits: false;
2027
+ initial-value: #fff;
2028
+ }
2029
+
2030
+ @property --tw-ring-offset-shadow {
2031
+ syntax: "*";
2032
+ inherits: false;
2033
+ initial-value: 0 0 #0000;
2034
+ }
2035
+
2036
+ @property --tw-outline-style {
2037
+ syntax: "*";
2038
+ inherits: false;
2039
+ initial-value: solid;
2040
+ }
2041
+
2042
+ @property --tw-duration {
2043
+ syntax: "*";
2044
+ inherits: false
2045
+ }
2046
+
2047
+ @property --tw-ease {
2048
+ syntax: "*";
2049
+ inherits: false
2050
+ }
2051
+
2052
+ @property --tw-scale-x {
2053
+ syntax: "*";
2054
+ inherits: false;
2055
+ initial-value: 1;
2056
+ }
2057
+
2058
+ @property --tw-scale-y {
2059
+ syntax: "*";
2060
+ inherits: false;
2061
+ initial-value: 1;
2062
+ }
2063
+
2064
+ @property --tw-scale-z {
2065
+ syntax: "*";
2066
+ inherits: false;
2067
+ initial-value: 1;
2068
+ }