@jbpark/ui-kit 1.1.3

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