@jbpark/ui-kit 1.0.0 → 1.0.1

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