@sidekick-coder/zenith-kit 0.0.12 → 0.0.13

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,4756 @@
1
+ /*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
2
+ @layer properties {
3
+ @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
4
+ *, :before, :after, ::backdrop {
5
+ --tw-translate-x: 0;
6
+ --tw-translate-y: 0;
7
+ --tw-translate-z: 0;
8
+ --tw-rotate-x: initial;
9
+ --tw-rotate-y: initial;
10
+ --tw-rotate-z: initial;
11
+ --tw-skew-x: initial;
12
+ --tw-skew-y: initial;
13
+ --tw-space-y-reverse: 0;
14
+ --tw-space-x-reverse: 0;
15
+ --tw-border-style: solid;
16
+ --tw-leading: initial;
17
+ --tw-font-weight: initial;
18
+ --tw-tracking: initial;
19
+ --tw-ordinal: initial;
20
+ --tw-slashed-zero: initial;
21
+ --tw-numeric-figure: initial;
22
+ --tw-numeric-spacing: initial;
23
+ --tw-numeric-fraction: initial;
24
+ --tw-shadow: 0 0 #0000;
25
+ --tw-shadow-color: initial;
26
+ --tw-shadow-alpha: 100%;
27
+ --tw-inset-shadow: 0 0 #0000;
28
+ --tw-inset-shadow-color: initial;
29
+ --tw-inset-shadow-alpha: 100%;
30
+ --tw-ring-color: initial;
31
+ --tw-ring-shadow: 0 0 #0000;
32
+ --tw-inset-ring-color: initial;
33
+ --tw-inset-ring-shadow: 0 0 #0000;
34
+ --tw-ring-inset: initial;
35
+ --tw-ring-offset-width: 0px;
36
+ --tw-ring-offset-color: #fff;
37
+ --tw-ring-offset-shadow: 0 0 #0000;
38
+ --tw-outline-style: solid;
39
+ --tw-blur: initial;
40
+ --tw-brightness: initial;
41
+ --tw-contrast: initial;
42
+ --tw-grayscale: initial;
43
+ --tw-hue-rotate: initial;
44
+ --tw-invert: initial;
45
+ --tw-opacity: initial;
46
+ --tw-saturate: initial;
47
+ --tw-sepia: initial;
48
+ --tw-drop-shadow: initial;
49
+ --tw-drop-shadow-color: initial;
50
+ --tw-drop-shadow-alpha: 100%;
51
+ --tw-drop-shadow-size: initial;
52
+ --tw-duration: initial;
53
+ --tw-ease: initial;
54
+ --tw-content: "";
55
+ --tw-scale-x: 1;
56
+ --tw-scale-y: 1;
57
+ --tw-scale-z: 1;
58
+ --tw-animation-delay: 0s;
59
+ --tw-animation-direction: normal;
60
+ --tw-animation-duration: initial;
61
+ --tw-animation-fill-mode: none;
62
+ --tw-animation-iteration-count: 1;
63
+ --tw-enter-blur: 0;
64
+ --tw-enter-opacity: 1;
65
+ --tw-enter-rotate: 0;
66
+ --tw-enter-scale: 1;
67
+ --tw-enter-translate-x: 0;
68
+ --tw-enter-translate-y: 0;
69
+ --tw-exit-blur: 0;
70
+ --tw-exit-opacity: 1;
71
+ --tw-exit-rotate: 0;
72
+ --tw-exit-scale: 1;
73
+ --tw-exit-translate-x: 0;
74
+ --tw-exit-translate-y: 0;
75
+ }
76
+ }
77
+ }
78
+
79
+ @layer theme {
80
+ :root, :host {
81
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
82
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
83
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
84
+ "Courier New", monospace;
85
+ --color-red-600: oklch(57.7% .245 27.325);
86
+ --color-yellow-500: oklch(79.5% .184 86.047);
87
+ --color-black: #000;
88
+ --color-white: #fff;
89
+ --spacing: .25rem;
90
+ --container-xs: 20rem;
91
+ --container-sm: 24rem;
92
+ --container-md: 28rem;
93
+ --container-lg: 32rem;
94
+ --text-xs: .75rem;
95
+ --text-xs--line-height: calc(1 / .75);
96
+ --text-sm: .875rem;
97
+ --text-sm--line-height: calc(1.25 / .875);
98
+ --text-base: 1rem;
99
+ --text-base--line-height: calc(1.5 / 1);
100
+ --text-lg: 1.125rem;
101
+ --text-lg--line-height: calc(1.75 / 1.125);
102
+ --font-weight-normal: 400;
103
+ --font-weight-medium: 500;
104
+ --font-weight-semibold: 600;
105
+ --tracking-tight: -.025em;
106
+ --tracking-widest: .1em;
107
+ --leading-tight: 1.25;
108
+ --leading-relaxed: 1.625;
109
+ --radius-xs: .125rem;
110
+ --ease-in-out: cubic-bezier(.4, 0, .2, 1);
111
+ --animate-spin: spin 1s linear infinite;
112
+ --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
113
+ --default-transition-duration: .15s;
114
+ --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
115
+ --default-font-family: var(--font-sans);
116
+ --default-mono-font-family: var(--font-mono);
117
+ }
118
+ }
119
+
120
+ @layer base {
121
+ *, :after, :before, ::backdrop {
122
+ box-sizing: border-box;
123
+ border: 0 solid;
124
+ margin: 0;
125
+ padding: 0;
126
+ }
127
+
128
+ ::file-selector-button {
129
+ box-sizing: border-box;
130
+ border: 0 solid;
131
+ margin: 0;
132
+ padding: 0;
133
+ }
134
+
135
+ html, :host {
136
+ -webkit-text-size-adjust: 100%;
137
+ tab-size: 4;
138
+ line-height: 1.5;
139
+ 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");
140
+ font-feature-settings: var(--default-font-feature-settings, normal);
141
+ font-variation-settings: var(--default-font-variation-settings, normal);
142
+ -webkit-tap-highlight-color: transparent;
143
+ }
144
+
145
+ hr {
146
+ height: 0;
147
+ color: inherit;
148
+ border-top-width: 1px;
149
+ }
150
+
151
+ abbr:where([title]) {
152
+ -webkit-text-decoration: underline dotted;
153
+ text-decoration: underline dotted;
154
+ }
155
+
156
+ h1, h2, h3, h4, h5, h6 {
157
+ font-size: inherit;
158
+ font-weight: inherit;
159
+ }
160
+
161
+ a {
162
+ color: inherit;
163
+ -webkit-text-decoration: inherit;
164
+ -webkit-text-decoration: inherit;
165
+ -webkit-text-decoration: inherit;
166
+ text-decoration: inherit;
167
+ }
168
+
169
+ b, strong {
170
+ font-weight: bolder;
171
+ }
172
+
173
+ code, kbd, samp, pre {
174
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
175
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
176
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
177
+ font-size: 1em;
178
+ }
179
+
180
+ small {
181
+ font-size: 80%;
182
+ }
183
+
184
+ sub, sup {
185
+ vertical-align: baseline;
186
+ font-size: 75%;
187
+ line-height: 0;
188
+ position: relative;
189
+ }
190
+
191
+ sub {
192
+ bottom: -.25em;
193
+ }
194
+
195
+ sup {
196
+ top: -.5em;
197
+ }
198
+
199
+ table {
200
+ text-indent: 0;
201
+ border-color: inherit;
202
+ border-collapse: collapse;
203
+ }
204
+
205
+ :-moz-focusring {
206
+ outline: auto;
207
+ }
208
+
209
+ progress {
210
+ vertical-align: baseline;
211
+ }
212
+
213
+ summary {
214
+ display: list-item;
215
+ }
216
+
217
+ ol, ul, menu {
218
+ list-style: none;
219
+ }
220
+
221
+ img, svg, video, canvas, audio, iframe, embed, object {
222
+ vertical-align: middle;
223
+ display: block;
224
+ }
225
+
226
+ img, video {
227
+ max-width: 100%;
228
+ height: auto;
229
+ }
230
+
231
+ button, input, select, optgroup, textarea {
232
+ font: inherit;
233
+ font-feature-settings: inherit;
234
+ font-variation-settings: inherit;
235
+ letter-spacing: inherit;
236
+ color: inherit;
237
+ opacity: 1;
238
+ background-color: #0000;
239
+ border-radius: 0;
240
+ }
241
+
242
+ ::file-selector-button {
243
+ font: inherit;
244
+ font-feature-settings: inherit;
245
+ font-variation-settings: inherit;
246
+ letter-spacing: inherit;
247
+ color: inherit;
248
+ opacity: 1;
249
+ background-color: #0000;
250
+ border-radius: 0;
251
+ }
252
+
253
+ :where(select:is([multiple], [size])) optgroup {
254
+ font-weight: bolder;
255
+ }
256
+
257
+ :where(select:is([multiple], [size])) optgroup option {
258
+ padding-inline-start: 20px;
259
+ }
260
+
261
+ ::file-selector-button {
262
+ margin-inline-end: 4px;
263
+ }
264
+
265
+ ::placeholder {
266
+ opacity: 1;
267
+ }
268
+
269
+ @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
270
+ ::placeholder {
271
+ color: currentColor;
272
+ }
273
+
274
+ @supports (color: color-mix(in lab, red, red)) {
275
+ ::placeholder {
276
+ color: color-mix(in oklab, currentcolor 50%, transparent);
277
+ }
278
+ }
279
+ }
280
+
281
+ textarea {
282
+ resize: vertical;
283
+ }
284
+
285
+ ::-webkit-search-decoration {
286
+ -webkit-appearance: none;
287
+ }
288
+
289
+ ::-webkit-date-and-time-value {
290
+ min-height: 1lh;
291
+ text-align: inherit;
292
+ }
293
+
294
+ ::-webkit-datetime-edit {
295
+ display: inline-flex;
296
+ }
297
+
298
+ ::-webkit-datetime-edit-fields-wrapper {
299
+ padding: 0;
300
+ }
301
+
302
+ ::-webkit-datetime-edit {
303
+ padding-block: 0;
304
+ }
305
+
306
+ ::-webkit-datetime-edit-year-field {
307
+ padding-block: 0;
308
+ }
309
+
310
+ ::-webkit-datetime-edit-month-field {
311
+ padding-block: 0;
312
+ }
313
+
314
+ ::-webkit-datetime-edit-day-field {
315
+ padding-block: 0;
316
+ }
317
+
318
+ ::-webkit-datetime-edit-hour-field {
319
+ padding-block: 0;
320
+ }
321
+
322
+ ::-webkit-datetime-edit-minute-field {
323
+ padding-block: 0;
324
+ }
325
+
326
+ ::-webkit-datetime-edit-second-field {
327
+ padding-block: 0;
328
+ }
329
+
330
+ ::-webkit-datetime-edit-millisecond-field {
331
+ padding-block: 0;
332
+ }
333
+
334
+ ::-webkit-datetime-edit-meridiem-field {
335
+ padding-block: 0;
336
+ }
337
+
338
+ ::-webkit-calendar-picker-indicator {
339
+ line-height: 1;
340
+ }
341
+
342
+ :-moz-ui-invalid {
343
+ box-shadow: none;
344
+ }
345
+
346
+ button, input:where([type="button"], [type="reset"], [type="submit"]) {
347
+ appearance: button;
348
+ }
349
+
350
+ ::file-selector-button {
351
+ appearance: button;
352
+ }
353
+
354
+ ::-webkit-inner-spin-button {
355
+ height: auto;
356
+ }
357
+
358
+ ::-webkit-outer-spin-button {
359
+ height: auto;
360
+ }
361
+
362
+ [hidden]:where(:not([hidden="until-found"])) {
363
+ display: none !important;
364
+ }
365
+ }
366
+
367
+ @layer components;
368
+
369
+ @layer utilities {
370
+ .\@container\/card-header {
371
+ container: card-header / inline-size;
372
+ }
373
+
374
+ .pointer-events-none {
375
+ pointer-events: none;
376
+ }
377
+
378
+ .visible {
379
+ visibility: visible;
380
+ }
381
+
382
+ .sr-only {
383
+ clip-path: inset(50%);
384
+ white-space: nowrap;
385
+ border-width: 0;
386
+ width: 1px;
387
+ height: 1px;
388
+ margin: -1px;
389
+ padding: 0;
390
+ position: absolute;
391
+ overflow: hidden;
392
+ }
393
+
394
+ .absolute {
395
+ position: absolute;
396
+ }
397
+
398
+ .fixed {
399
+ position: fixed;
400
+ }
401
+
402
+ .relative {
403
+ position: relative;
404
+ }
405
+
406
+ .static {
407
+ position: static;
408
+ }
409
+
410
+ .inset-0 {
411
+ inset: calc(var(--spacing) * 0);
412
+ }
413
+
414
+ .inset-x-0 {
415
+ inset-inline: calc(var(--spacing) * 0);
416
+ }
417
+
418
+ .inset-y-0 {
419
+ inset-block: calc(var(--spacing) * 0);
420
+ }
421
+
422
+ .start {
423
+ inset-inline-start: var(--spacing);
424
+ }
425
+
426
+ .end {
427
+ inset-inline-end: var(--spacing);
428
+ }
429
+
430
+ .-top-12 {
431
+ top: calc(var(--spacing) * -12);
432
+ }
433
+
434
+ .top-0 {
435
+ top: calc(var(--spacing) * 0);
436
+ }
437
+
438
+ .top-1\.5 {
439
+ top: calc(var(--spacing) * 1.5);
440
+ }
441
+
442
+ .top-1\/2 {
443
+ top: 50%;
444
+ }
445
+
446
+ .top-3\.5 {
447
+ top: calc(var(--spacing) * 3.5);
448
+ }
449
+
450
+ .top-4 {
451
+ top: calc(var(--spacing) * 4);
452
+ }
453
+
454
+ .top-\[1px\] {
455
+ top: 1px;
456
+ }
457
+
458
+ .top-\[50\%\] {
459
+ top: 50%;
460
+ }
461
+
462
+ .top-\[60\%\] {
463
+ top: 60%;
464
+ }
465
+
466
+ .top-full {
467
+ top: 100%;
468
+ }
469
+
470
+ .-right-12 {
471
+ right: calc(var(--spacing) * -12);
472
+ }
473
+
474
+ .right-0 {
475
+ right: calc(var(--spacing) * 0);
476
+ }
477
+
478
+ .right-1 {
479
+ right: calc(var(--spacing) * 1);
480
+ }
481
+
482
+ .right-2 {
483
+ right: calc(var(--spacing) * 2);
484
+ }
485
+
486
+ .right-3 {
487
+ right: calc(var(--spacing) * 3);
488
+ }
489
+
490
+ .right-4 {
491
+ right: calc(var(--spacing) * 4);
492
+ }
493
+
494
+ .-bottom-12 {
495
+ bottom: calc(var(--spacing) * -12);
496
+ }
497
+
498
+ .bottom-0 {
499
+ bottom: calc(var(--spacing) * 0);
500
+ }
501
+
502
+ .-left-12 {
503
+ left: calc(var(--spacing) * -12);
504
+ }
505
+
506
+ .left-0 {
507
+ left: calc(var(--spacing) * 0);
508
+ }
509
+
510
+ .left-1 {
511
+ left: calc(var(--spacing) * 1);
512
+ }
513
+
514
+ .left-1\/2 {
515
+ left: 50%;
516
+ }
517
+
518
+ .left-2 {
519
+ left: calc(var(--spacing) * 2);
520
+ }
521
+
522
+ .left-\[50\%\] {
523
+ left: 50%;
524
+ }
525
+
526
+ .isolate {
527
+ isolation: isolate;
528
+ }
529
+
530
+ .z-10 {
531
+ z-index: 10;
532
+ }
533
+
534
+ .z-20 {
535
+ z-index: 20;
536
+ }
537
+
538
+ .z-50 {
539
+ z-index: 50;
540
+ }
541
+
542
+ .z-\[1\] {
543
+ z-index: 1;
544
+ }
545
+
546
+ .order-1 {
547
+ order: 1;
548
+ }
549
+
550
+ .order-2 {
551
+ order: 2;
552
+ }
553
+
554
+ .col-start-2 {
555
+ grid-column-start: 2;
556
+ }
557
+
558
+ .row-span-2 {
559
+ grid-row: span 2 / span 2;
560
+ }
561
+
562
+ .row-start-1 {
563
+ grid-row-start: 1;
564
+ }
565
+
566
+ .container {
567
+ width: 100%;
568
+ }
569
+
570
+ @media (min-width: 40rem) {
571
+ .container {
572
+ max-width: 40rem;
573
+ }
574
+ }
575
+
576
+ @media (min-width: 48rem) {
577
+ .container {
578
+ max-width: 48rem;
579
+ }
580
+ }
581
+
582
+ @media (min-width: 64rem) {
583
+ .container {
584
+ max-width: 64rem;
585
+ }
586
+ }
587
+
588
+ @media (min-width: 80rem) {
589
+ .container {
590
+ max-width: 80rem;
591
+ }
592
+ }
593
+
594
+ @media (min-width: 96rem) {
595
+ .container {
596
+ max-width: 96rem;
597
+ }
598
+ }
599
+
600
+ .-mx-1 {
601
+ margin-inline: calc(var(--spacing) * -1);
602
+ }
603
+
604
+ .mx-2 {
605
+ margin-inline: calc(var(--spacing) * 2);
606
+ }
607
+
608
+ .mx-3\.5 {
609
+ margin-inline: calc(var(--spacing) * 3.5);
610
+ }
611
+
612
+ .mx-auto {
613
+ margin-inline: auto;
614
+ }
615
+
616
+ .my-1 {
617
+ margin-block: calc(var(--spacing) * 1);
618
+ }
619
+
620
+ .my-8 {
621
+ margin-block: calc(var(--spacing) * 8);
622
+ }
623
+
624
+ .-mt-4 {
625
+ margin-top: calc(var(--spacing) * -4);
626
+ }
627
+
628
+ .mt-0\.5 {
629
+ margin-top: calc(var(--spacing) * .5);
630
+ }
631
+
632
+ .mt-1 {
633
+ margin-top: calc(var(--spacing) * 1);
634
+ }
635
+
636
+ .mt-1\.5 {
637
+ margin-top: calc(var(--spacing) * 1.5);
638
+ }
639
+
640
+ .mt-2 {
641
+ margin-top: calc(var(--spacing) * 2);
642
+ }
643
+
644
+ .mt-3 {
645
+ margin-top: calc(var(--spacing) * 3);
646
+ }
647
+
648
+ .mt-4 {
649
+ margin-top: calc(var(--spacing) * 4);
650
+ }
651
+
652
+ .mt-auto {
653
+ margin-top: auto;
654
+ }
655
+
656
+ .mr-1 {
657
+ margin-right: calc(var(--spacing) * 1);
658
+ }
659
+
660
+ .mr-2 {
661
+ margin-right: calc(var(--spacing) * 2);
662
+ }
663
+
664
+ .mb-2 {
665
+ margin-bottom: calc(var(--spacing) * 2);
666
+ }
667
+
668
+ .mb-4 {
669
+ margin-bottom: calc(var(--spacing) * 4);
670
+ }
671
+
672
+ .-ml-1 {
673
+ margin-left: calc(var(--spacing) * -1);
674
+ }
675
+
676
+ .-ml-4 {
677
+ margin-left: calc(var(--spacing) * -4);
678
+ }
679
+
680
+ .ml-1 {
681
+ margin-left: calc(var(--spacing) * 1);
682
+ }
683
+
684
+ .ml-2 {
685
+ margin-left: calc(var(--spacing) * 2);
686
+ }
687
+
688
+ .ml-auto {
689
+ margin-left: auto;
690
+ }
691
+
692
+ .line-clamp-1 {
693
+ -webkit-line-clamp: 1;
694
+ -webkit-box-orient: vertical;
695
+ display: -webkit-box;
696
+ overflow: hidden;
697
+ }
698
+
699
+ .block {
700
+ display: block;
701
+ }
702
+
703
+ .contents {
704
+ display: contents;
705
+ }
706
+
707
+ .flex {
708
+ display: flex;
709
+ }
710
+
711
+ .grid {
712
+ display: grid;
713
+ }
714
+
715
+ .hidden {
716
+ display: none;
717
+ }
718
+
719
+ .inline {
720
+ display: inline;
721
+ }
722
+
723
+ .inline-block {
724
+ display: inline-block;
725
+ }
726
+
727
+ .inline-flex {
728
+ display: inline-flex;
729
+ }
730
+
731
+ .table {
732
+ display: table;
733
+ }
734
+
735
+ .table-caption {
736
+ display: table-caption;
737
+ }
738
+
739
+ .table-cell {
740
+ display: table-cell;
741
+ }
742
+
743
+ .table-row {
744
+ display: table-row;
745
+ }
746
+
747
+ .field-sizing-content {
748
+ field-sizing: content;
749
+ }
750
+
751
+ .aspect-square {
752
+ aspect-ratio: 1;
753
+ }
754
+
755
+ .size-2 {
756
+ width: calc(var(--spacing) * 2);
757
+ height: calc(var(--spacing) * 2);
758
+ }
759
+
760
+ .size-2\.5 {
761
+ width: calc(var(--spacing) * 2.5);
762
+ height: calc(var(--spacing) * 2.5);
763
+ }
764
+
765
+ .size-3 {
766
+ width: calc(var(--spacing) * 3);
767
+ height: calc(var(--spacing) * 3);
768
+ }
769
+
770
+ .size-3\.5 {
771
+ width: calc(var(--spacing) * 3.5);
772
+ height: calc(var(--spacing) * 3.5);
773
+ }
774
+
775
+ .size-4 {
776
+ width: calc(var(--spacing) * 4);
777
+ height: calc(var(--spacing) * 4);
778
+ }
779
+
780
+ .size-5 {
781
+ width: calc(var(--spacing) * 5);
782
+ height: calc(var(--spacing) * 5);
783
+ }
784
+
785
+ .size-6 {
786
+ width: calc(var(--spacing) * 6);
787
+ height: calc(var(--spacing) * 6);
788
+ }
789
+
790
+ .size-7 {
791
+ width: calc(var(--spacing) * 7);
792
+ height: calc(var(--spacing) * 7);
793
+ }
794
+
795
+ .size-8 {
796
+ width: calc(var(--spacing) * 8);
797
+ height: calc(var(--spacing) * 8);
798
+ }
799
+
800
+ .size-9 {
801
+ width: calc(var(--spacing) * 9);
802
+ height: calc(var(--spacing) * 9);
803
+ }
804
+
805
+ .size-10 {
806
+ width: calc(var(--spacing) * 10);
807
+ height: calc(var(--spacing) * 10);
808
+ }
809
+
810
+ .size-12 {
811
+ width: calc(var(--spacing) * 12);
812
+ height: calc(var(--spacing) * 12);
813
+ }
814
+
815
+ .size-32 {
816
+ width: calc(var(--spacing) * 32);
817
+ height: calc(var(--spacing) * 32);
818
+ }
819
+
820
+ .size-full {
821
+ width: 100%;
822
+ height: 100%;
823
+ }
824
+
825
+ .\!h-8 {
826
+ height: calc(var(--spacing) * 8) !important;
827
+ }
828
+
829
+ .\!h-10 {
830
+ height: calc(var(--spacing) * 10) !important;
831
+ }
832
+
833
+ .h-1\.5 {
834
+ height: calc(var(--spacing) * 1.5);
835
+ }
836
+
837
+ .h-2 {
838
+ height: calc(var(--spacing) * 2);
839
+ }
840
+
841
+ .h-2\.5 {
842
+ height: calc(var(--spacing) * 2.5);
843
+ }
844
+
845
+ .h-3 {
846
+ height: calc(var(--spacing) * 3);
847
+ }
848
+
849
+ .h-4 {
850
+ height: calc(var(--spacing) * 4);
851
+ }
852
+
853
+ .h-5 {
854
+ height: calc(var(--spacing) * 5);
855
+ }
856
+
857
+ .h-6 {
858
+ height: calc(var(--spacing) * 6);
859
+ }
860
+
861
+ .h-7 {
862
+ height: calc(var(--spacing) * 7);
863
+ }
864
+
865
+ .h-8 {
866
+ height: calc(var(--spacing) * 8);
867
+ }
868
+
869
+ .h-9 {
870
+ height: calc(var(--spacing) * 9);
871
+ }
872
+
873
+ .h-10 {
874
+ height: calc(var(--spacing) * 10);
875
+ }
876
+
877
+ .h-12 {
878
+ height: calc(var(--spacing) * 12);
879
+ }
880
+
881
+ .h-16 {
882
+ height: calc(var(--spacing) * 16);
883
+ }
884
+
885
+ .h-48 {
886
+ height: calc(var(--spacing) * 48);
887
+ }
888
+
889
+ .h-\[1\.15rem\] {
890
+ height: 1.15rem;
891
+ }
892
+
893
+ .h-\[100dvw\] {
894
+ height: 100dvw;
895
+ }
896
+
897
+ .h-\[calc\(100\%-1px\)\] {
898
+ height: calc(100% - 1px);
899
+ }
900
+
901
+ .h-\[var\(--reka-navigation-menu-viewport-height\)\] {
902
+ height: var(--reka-navigation-menu-viewport-height);
903
+ }
904
+
905
+ .h-\[var\(--reka-select-trigger-height\)\] {
906
+ height: var(--reka-select-trigger-height);
907
+ }
908
+
909
+ .h-auto {
910
+ height: auto;
911
+ }
912
+
913
+ .h-full {
914
+ height: 100%;
915
+ }
916
+
917
+ .h-px {
918
+ height: 1px;
919
+ }
920
+
921
+ .h-svh {
922
+ height: 100svh;
923
+ }
924
+
925
+ .max-h-\(--reka-context-menu-content-available-height\) {
926
+ max-height: var(--reka-context-menu-content-available-height);
927
+ }
928
+
929
+ .max-h-\(--reka-dropdown-menu-content-available-height\) {
930
+ max-height: var(--reka-dropdown-menu-content-available-height);
931
+ }
932
+
933
+ .max-h-\(--reka-select-content-available-height\) {
934
+ max-height: var(--reka-select-content-available-height);
935
+ }
936
+
937
+ .max-h-48 {
938
+ max-height: calc(var(--spacing) * 48);
939
+ }
940
+
941
+ .max-h-60 {
942
+ max-height: calc(var(--spacing) * 60);
943
+ }
944
+
945
+ .max-h-92 {
946
+ max-height: calc(var(--spacing) * 92);
947
+ }
948
+
949
+ .max-h-\[80dvh\] {
950
+ max-height: 80dvh;
951
+ }
952
+
953
+ .max-h-\[80vh\] {
954
+ max-height: 80vh;
955
+ }
956
+
957
+ .max-h-\[300px\] {
958
+ max-height: 300px;
959
+ }
960
+
961
+ .min-h-0 {
962
+ min-height: calc(var(--spacing) * 0);
963
+ }
964
+
965
+ .min-h-4 {
966
+ min-height: calc(var(--spacing) * 4);
967
+ }
968
+
969
+ .min-h-5 {
970
+ min-height: calc(var(--spacing) * 5);
971
+ }
972
+
973
+ .min-h-10 {
974
+ min-height: calc(var(--spacing) * 10);
975
+ }
976
+
977
+ .min-h-16 {
978
+ min-height: calc(var(--spacing) * 16);
979
+ }
980
+
981
+ .min-h-20 {
982
+ min-height: calc(var(--spacing) * 20);
983
+ }
984
+
985
+ .min-h-svh {
986
+ min-height: 100svh;
987
+ }
988
+
989
+ .w-\(--sidebar-width\) {
990
+ width: var(--sidebar-width);
991
+ }
992
+
993
+ .w-1 {
994
+ width: calc(var(--spacing) * 1);
995
+ }
996
+
997
+ .w-2 {
998
+ width: calc(var(--spacing) * 2);
999
+ }
1000
+
1001
+ .w-2\.5 {
1002
+ width: calc(var(--spacing) * 2.5);
1003
+ }
1004
+
1005
+ .w-3 {
1006
+ width: calc(var(--spacing) * 3);
1007
+ }
1008
+
1009
+ .w-3\/4 {
1010
+ width: 75%;
1011
+ }
1012
+
1013
+ .w-4 {
1014
+ width: calc(var(--spacing) * 4);
1015
+ }
1016
+
1017
+ .w-5 {
1018
+ width: calc(var(--spacing) * 5);
1019
+ }
1020
+
1021
+ .w-6 {
1022
+ width: calc(var(--spacing) * 6);
1023
+ }
1024
+
1025
+ .w-7 {
1026
+ width: calc(var(--spacing) * 7);
1027
+ }
1028
+
1029
+ .w-8 {
1030
+ width: calc(var(--spacing) * 8);
1031
+ }
1032
+
1033
+ .w-9 {
1034
+ width: calc(var(--spacing) * 9);
1035
+ }
1036
+
1037
+ .w-16 {
1038
+ width: calc(var(--spacing) * 16);
1039
+ }
1040
+
1041
+ .w-64 {
1042
+ width: calc(var(--spacing) * 64);
1043
+ }
1044
+
1045
+ .w-72 {
1046
+ width: calc(var(--spacing) * 72);
1047
+ }
1048
+
1049
+ .w-\[--radix-dropdown-menu-trigger-width\] {
1050
+ width: --radix-dropdown-menu-trigger-width;
1051
+ }
1052
+
1053
+ .w-\[50px\] {
1054
+ width: 50px;
1055
+ }
1056
+
1057
+ .w-\[100px\] {
1058
+ width: 100px;
1059
+ }
1060
+
1061
+ .w-\[200px\] {
1062
+ width: 200px;
1063
+ }
1064
+
1065
+ .w-auto {
1066
+ width: auto;
1067
+ }
1068
+
1069
+ .w-fit {
1070
+ width: fit-content;
1071
+ }
1072
+
1073
+ .w-full {
1074
+ width: 100%;
1075
+ }
1076
+
1077
+ .w-max {
1078
+ width: max-content;
1079
+ }
1080
+
1081
+ .w-md {
1082
+ width: var(--container-md);
1083
+ }
1084
+
1085
+ .w-px {
1086
+ width: 1px;
1087
+ }
1088
+
1089
+ .max-w-\(--skeleton-width\) {
1090
+ max-width: var(--skeleton-width);
1091
+ }
1092
+
1093
+ .max-w-\[calc\(100\%-2rem\)\] {
1094
+ max-width: calc(100% - 2rem);
1095
+ }
1096
+
1097
+ .max-w-lg {
1098
+ max-width: var(--container-lg);
1099
+ }
1100
+
1101
+ .max-w-max {
1102
+ max-width: max-content;
1103
+ }
1104
+
1105
+ .max-w-sm {
1106
+ max-width: var(--container-sm);
1107
+ }
1108
+
1109
+ .max-w-xs {
1110
+ max-width: var(--container-xs);
1111
+ }
1112
+
1113
+ .min-w-0 {
1114
+ min-width: calc(var(--spacing) * 0);
1115
+ }
1116
+
1117
+ .min-w-5 {
1118
+ min-width: calc(var(--spacing) * 5);
1119
+ }
1120
+
1121
+ .min-w-8 {
1122
+ min-width: calc(var(--spacing) * 8);
1123
+ }
1124
+
1125
+ .min-w-9 {
1126
+ min-width: calc(var(--spacing) * 9);
1127
+ }
1128
+
1129
+ .min-w-10 {
1130
+ min-width: calc(var(--spacing) * 10);
1131
+ }
1132
+
1133
+ .min-w-56 {
1134
+ min-width: calc(var(--spacing) * 56);
1135
+ }
1136
+
1137
+ .min-w-\[8rem\] {
1138
+ min-width: 8rem;
1139
+ }
1140
+
1141
+ .min-w-\[12rem\] {
1142
+ min-width: 12rem;
1143
+ }
1144
+
1145
+ .min-w-\[132px\] {
1146
+ min-width: 132px;
1147
+ }
1148
+
1149
+ .min-w-\[var\(--reka-select-trigger-width\)\] {
1150
+ min-width: var(--reka-select-trigger-width);
1151
+ }
1152
+
1153
+ .min-w-auto {
1154
+ min-width: auto;
1155
+ }
1156
+
1157
+ .flex-1 {
1158
+ flex: 1;
1159
+ }
1160
+
1161
+ .flex-shrink-0, .shrink-0 {
1162
+ flex-shrink: 0;
1163
+ }
1164
+
1165
+ .grow {
1166
+ flex-grow: 1;
1167
+ }
1168
+
1169
+ .grow-0 {
1170
+ flex-grow: 0;
1171
+ }
1172
+
1173
+ .basis-full {
1174
+ flex-basis: 100%;
1175
+ }
1176
+
1177
+ .caption-bottom {
1178
+ caption-side: bottom;
1179
+ }
1180
+
1181
+ .border-collapse {
1182
+ border-collapse: collapse;
1183
+ }
1184
+
1185
+ .origin-\(--reka-combobox-content-transform-origin\) {
1186
+ transform-origin: var(--reka-combobox-content-transform-origin);
1187
+ }
1188
+
1189
+ .origin-\(--reka-context-menu-content-transform-origin\) {
1190
+ transform-origin: var(--reka-context-menu-content-transform-origin);
1191
+ }
1192
+
1193
+ .origin-\(--reka-dropdown-menu-content-transform-origin\) {
1194
+ transform-origin: var(--reka-dropdown-menu-content-transform-origin);
1195
+ }
1196
+
1197
+ .origin-\(--reka-menubar-content-transform-origin\) {
1198
+ transform-origin: var(--reka-menubar-content-transform-origin);
1199
+ }
1200
+
1201
+ .origin-\(--reka-popover-content-transform-origin\) {
1202
+ transform-origin: var(--reka-popover-content-transform-origin);
1203
+ }
1204
+
1205
+ .-translate-x-1\/2 {
1206
+ --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
1207
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1208
+ }
1209
+
1210
+ .-translate-x-px {
1211
+ --tw-translate-x: -1px;
1212
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1213
+ }
1214
+
1215
+ .translate-x-\[-50\%\] {
1216
+ --tw-translate-x: -50%;
1217
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1218
+ }
1219
+
1220
+ .translate-x-px {
1221
+ --tw-translate-x: 1px;
1222
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1223
+ }
1224
+
1225
+ .-translate-y-1\/2 {
1226
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
1227
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1228
+ }
1229
+
1230
+ .translate-y-0\.5 {
1231
+ --tw-translate-y: calc(var(--spacing) * .5);
1232
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1233
+ }
1234
+
1235
+ .translate-y-\[-50\%\] {
1236
+ --tw-translate-y: -50%;
1237
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1238
+ }
1239
+
1240
+ .translate-y-\[calc\(-50\%_-_2px\)\] {
1241
+ --tw-translate-y: calc(-50% - 2px);
1242
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1243
+ }
1244
+
1245
+ .rotate-45 {
1246
+ rotate: 45deg;
1247
+ }
1248
+
1249
+ .rotate-90 {
1250
+ rotate: 90deg;
1251
+ }
1252
+
1253
+ .rotate-180 {
1254
+ rotate: 180deg;
1255
+ }
1256
+
1257
+ .transform {
1258
+ transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
1259
+ }
1260
+
1261
+ .animate-in {
1262
+ 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);
1263
+ }
1264
+
1265
+ .animate-pulse {
1266
+ animation: var(--animate-pulse);
1267
+ }
1268
+
1269
+ .animate-spin {
1270
+ animation: var(--animate-spin);
1271
+ }
1272
+
1273
+ .cursor-crosshair {
1274
+ cursor: crosshair;
1275
+ }
1276
+
1277
+ .cursor-default {
1278
+ cursor: default;
1279
+ }
1280
+
1281
+ .cursor-pointer {
1282
+ cursor: pointer;
1283
+ }
1284
+
1285
+ .touch-none {
1286
+ touch-action: none;
1287
+ }
1288
+
1289
+ .scroll-my-1 {
1290
+ scroll-margin-block: calc(var(--spacing) * 1);
1291
+ }
1292
+
1293
+ .scroll-py-1 {
1294
+ scroll-padding-block: calc(var(--spacing) * 1);
1295
+ }
1296
+
1297
+ .list-none {
1298
+ list-style-type: none;
1299
+ }
1300
+
1301
+ .auto-rows-min {
1302
+ grid-auto-rows: min-content;
1303
+ }
1304
+
1305
+ .grid-cols-10 {
1306
+ grid-template-columns: repeat(10, minmax(0, 1fr));
1307
+ }
1308
+
1309
+ .grid-cols-\[0_1fr\] {
1310
+ grid-template-columns: 0 1fr;
1311
+ }
1312
+
1313
+ .grid-rows-\[auto_auto\] {
1314
+ grid-template-rows: auto auto;
1315
+ }
1316
+
1317
+ .flex-col {
1318
+ flex-direction: column;
1319
+ }
1320
+
1321
+ .flex-col-reverse {
1322
+ flex-direction: column-reverse;
1323
+ }
1324
+
1325
+ .flex-row {
1326
+ flex-direction: row;
1327
+ }
1328
+
1329
+ .flex-wrap {
1330
+ flex-wrap: wrap;
1331
+ }
1332
+
1333
+ .place-items-center {
1334
+ place-items: center;
1335
+ }
1336
+
1337
+ .items-baseline {
1338
+ align-items: baseline;
1339
+ }
1340
+
1341
+ .items-center {
1342
+ align-items: center;
1343
+ }
1344
+
1345
+ .items-end {
1346
+ align-items: flex-end;
1347
+ }
1348
+
1349
+ .items-start {
1350
+ align-items: flex-start;
1351
+ }
1352
+
1353
+ .justify-between {
1354
+ justify-content: space-between;
1355
+ }
1356
+
1357
+ .justify-center {
1358
+ justify-content: center;
1359
+ }
1360
+
1361
+ .justify-end {
1362
+ justify-content: flex-end;
1363
+ }
1364
+
1365
+ .justify-start {
1366
+ justify-content: flex-start;
1367
+ }
1368
+
1369
+ .justify-items-start {
1370
+ justify-items: start;
1371
+ }
1372
+
1373
+ .gap-0 {
1374
+ gap: calc(var(--spacing) * 0);
1375
+ }
1376
+
1377
+ .gap-1 {
1378
+ gap: calc(var(--spacing) * 1);
1379
+ }
1380
+
1381
+ .gap-1\.5 {
1382
+ gap: calc(var(--spacing) * 1.5);
1383
+ }
1384
+
1385
+ .gap-2 {
1386
+ gap: calc(var(--spacing) * 2);
1387
+ }
1388
+
1389
+ .gap-3 {
1390
+ gap: calc(var(--spacing) * 3);
1391
+ }
1392
+
1393
+ .gap-4 {
1394
+ gap: calc(var(--spacing) * 4);
1395
+ }
1396
+
1397
+ .gap-6 {
1398
+ gap: calc(var(--spacing) * 6);
1399
+ }
1400
+
1401
+ :where(.space-y-1 > :not(:last-child)) {
1402
+ --tw-space-y-reverse: 0;
1403
+ margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
1404
+ margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
1405
+ }
1406
+
1407
+ :where(.space-y-2 > :not(:last-child)) {
1408
+ --tw-space-y-reverse: 0;
1409
+ margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
1410
+ margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
1411
+ }
1412
+
1413
+ :where(.space-y-3 > :not(:last-child)) {
1414
+ --tw-space-y-reverse: 0;
1415
+ margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
1416
+ margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
1417
+ }
1418
+
1419
+ :where(.space-y-4 > :not(:last-child)) {
1420
+ --tw-space-y-reverse: 0;
1421
+ margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
1422
+ margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
1423
+ }
1424
+
1425
+ .gap-x-4 {
1426
+ column-gap: calc(var(--spacing) * 4);
1427
+ }
1428
+
1429
+ :where(.space-x-1 > :not(:last-child)) {
1430
+ --tw-space-x-reverse: 0;
1431
+ margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
1432
+ margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
1433
+ }
1434
+
1435
+ :where(.space-x-2 > :not(:last-child)) {
1436
+ --tw-space-x-reverse: 0;
1437
+ margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
1438
+ margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
1439
+ }
1440
+
1441
+ .gap-y-0\.5 {
1442
+ row-gap: calc(var(--spacing) * .5);
1443
+ }
1444
+
1445
+ .gap-y-4 {
1446
+ row-gap: calc(var(--spacing) * 4);
1447
+ }
1448
+
1449
+ .self-start {
1450
+ align-self: flex-start;
1451
+ }
1452
+
1453
+ .justify-self-end {
1454
+ justify-self: flex-end;
1455
+ }
1456
+
1457
+ .truncate {
1458
+ text-overflow: ellipsis;
1459
+ white-space: nowrap;
1460
+ overflow: hidden;
1461
+ }
1462
+
1463
+ .overflow-auto {
1464
+ overflow: auto;
1465
+ }
1466
+
1467
+ .overflow-hidden {
1468
+ overflow: hidden;
1469
+ }
1470
+
1471
+ .overflow-x-hidden {
1472
+ overflow-x: hidden;
1473
+ }
1474
+
1475
+ .overflow-y-auto {
1476
+ overflow-y: auto;
1477
+ }
1478
+
1479
+ .rounded {
1480
+ border-radius: .25rem;
1481
+ }
1482
+
1483
+ .rounded-\[2px\] {
1484
+ border-radius: 2px;
1485
+ }
1486
+
1487
+ .rounded-\[4px\] {
1488
+ border-radius: 4px;
1489
+ }
1490
+
1491
+ .rounded-\[inherit\] {
1492
+ border-radius: inherit;
1493
+ }
1494
+
1495
+ .rounded-full {
1496
+ border-radius: 3.40282e38px;
1497
+ }
1498
+
1499
+ .rounded-lg {
1500
+ border-radius: var(--radius);
1501
+ }
1502
+
1503
+ .rounded-md {
1504
+ border-radius: calc(var(--radius) - 2px);
1505
+ }
1506
+
1507
+ .rounded-none {
1508
+ border-radius: 0;
1509
+ }
1510
+
1511
+ .rounded-sm {
1512
+ border-radius: calc(var(--radius) - 4px);
1513
+ }
1514
+
1515
+ .rounded-xl {
1516
+ border-radius: calc(var(--radius) + 4px);
1517
+ }
1518
+
1519
+ .rounded-xs {
1520
+ border-radius: var(--radius-xs);
1521
+ }
1522
+
1523
+ .rounded-l {
1524
+ border-top-left-radius: .25rem;
1525
+ border-bottom-left-radius: .25rem;
1526
+ }
1527
+
1528
+ .rounded-l-none {
1529
+ border-top-left-radius: 0;
1530
+ border-bottom-left-radius: 0;
1531
+ }
1532
+
1533
+ .rounded-tl-sm {
1534
+ border-top-left-radius: calc(var(--radius) - 4px);
1535
+ }
1536
+
1537
+ .border {
1538
+ border-style: var(--tw-border-style);
1539
+ border-width: 1px;
1540
+ }
1541
+
1542
+ .border-0 {
1543
+ border-style: var(--tw-border-style);
1544
+ border-width: 0;
1545
+ }
1546
+
1547
+ .border-2 {
1548
+ border-style: var(--tw-border-style);
1549
+ border-width: 2px;
1550
+ }
1551
+
1552
+ .border-y {
1553
+ border-block-style: var(--tw-border-style);
1554
+ border-block-width: 1px;
1555
+ }
1556
+
1557
+ .border-t {
1558
+ border-top-style: var(--tw-border-style);
1559
+ border-top-width: 1px;
1560
+ }
1561
+
1562
+ .border-r {
1563
+ border-right-style: var(--tw-border-style);
1564
+ border-right-width: 1px;
1565
+ }
1566
+
1567
+ .border-b {
1568
+ border-bottom-style: var(--tw-border-style);
1569
+ border-bottom-width: 1px;
1570
+ }
1571
+
1572
+ .border-l {
1573
+ border-left-style: var(--tw-border-style);
1574
+ border-left-width: 1px;
1575
+ }
1576
+
1577
+ .border-border {
1578
+ border-color: var(--border);
1579
+ }
1580
+
1581
+ .border-input {
1582
+ border-color: var(--input);
1583
+ }
1584
+
1585
+ .border-primary {
1586
+ border-color: var(--primary);
1587
+ }
1588
+
1589
+ .border-sidebar-border, .border-sidebar-border\/70 {
1590
+ border-color: var(--sidebar-border);
1591
+ }
1592
+
1593
+ @supports (color: color-mix(in lab, red, red)) {
1594
+ .border-sidebar-border\/70 {
1595
+ border-color: color-mix(in oklab, var(--sidebar-border) 70%, transparent);
1596
+ }
1597
+ }
1598
+
1599
+ .border-transparent {
1600
+ border-color: #0000;
1601
+ }
1602
+
1603
+ .border-white {
1604
+ border-color: var(--color-white);
1605
+ }
1606
+
1607
+ .border-t-transparent {
1608
+ border-top-color: #0000;
1609
+ }
1610
+
1611
+ .border-l-transparent {
1612
+ border-left-color: #0000;
1613
+ }
1614
+
1615
+ .bg-background {
1616
+ background-color: var(--background);
1617
+ }
1618
+
1619
+ .bg-black\/80 {
1620
+ background-color: #000c;
1621
+ }
1622
+
1623
+ @supports (color: color-mix(in lab, red, red)) {
1624
+ .bg-black\/80 {
1625
+ background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
1626
+ }
1627
+ }
1628
+
1629
+ .bg-border {
1630
+ background-color: var(--border);
1631
+ }
1632
+
1633
+ .bg-card {
1634
+ background-color: var(--card);
1635
+ }
1636
+
1637
+ .bg-destructive {
1638
+ background-color: var(--destructive);
1639
+ }
1640
+
1641
+ .bg-muted, .bg-muted\/50 {
1642
+ background-color: var(--muted);
1643
+ }
1644
+
1645
+ @supports (color: color-mix(in lab, red, red)) {
1646
+ .bg-muted\/50 {
1647
+ background-color: color-mix(in oklab, var(--muted) 50%, transparent);
1648
+ }
1649
+ }
1650
+
1651
+ .bg-popover {
1652
+ background-color: var(--popover);
1653
+ }
1654
+
1655
+ .bg-primary, .bg-primary\/10 {
1656
+ background-color: var(--primary);
1657
+ }
1658
+
1659
+ @supports (color: color-mix(in lab, red, red)) {
1660
+ .bg-primary\/10 {
1661
+ background-color: color-mix(in oklab, var(--primary) 10%, transparent);
1662
+ }
1663
+ }
1664
+
1665
+ .bg-primary\/20 {
1666
+ background-color: var(--primary);
1667
+ }
1668
+
1669
+ @supports (color: color-mix(in lab, red, red)) {
1670
+ .bg-primary\/20 {
1671
+ background-color: color-mix(in oklab, var(--primary) 20%, transparent);
1672
+ }
1673
+ }
1674
+
1675
+ .bg-secondary {
1676
+ background-color: var(--secondary);
1677
+ }
1678
+
1679
+ .bg-sidebar {
1680
+ background-color: var(--sidebar);
1681
+ }
1682
+
1683
+ .bg-sidebar-border {
1684
+ background-color: var(--sidebar-border);
1685
+ }
1686
+
1687
+ .bg-transparent {
1688
+ background-color: #0000;
1689
+ }
1690
+
1691
+ .bg-white {
1692
+ background-color: var(--color-white);
1693
+ }
1694
+
1695
+ .bg-yellow-500\/10 {
1696
+ background-color: #edb2001a;
1697
+ }
1698
+
1699
+ @supports (color: color-mix(in lab, red, red)) {
1700
+ .bg-yellow-500\/10 {
1701
+ background-color: color-mix(in oklab, var(--color-yellow-500) 10%, transparent);
1702
+ }
1703
+ }
1704
+
1705
+ .fill-current {
1706
+ fill: currentColor;
1707
+ }
1708
+
1709
+ .fill-primary {
1710
+ fill: var(--primary);
1711
+ }
1712
+
1713
+ .object-contain {
1714
+ object-fit: contain;
1715
+ }
1716
+
1717
+ .object-cover {
1718
+ object-fit: cover;
1719
+ }
1720
+
1721
+ .p-0 {
1722
+ padding: calc(var(--spacing) * 0);
1723
+ }
1724
+
1725
+ .p-0\.5 {
1726
+ padding: calc(var(--spacing) * .5);
1727
+ }
1728
+
1729
+ .p-1 {
1730
+ padding: calc(var(--spacing) * 1);
1731
+ }
1732
+
1733
+ .p-2 {
1734
+ padding: calc(var(--spacing) * 2);
1735
+ }
1736
+
1737
+ .p-3 {
1738
+ padding: calc(var(--spacing) * 3);
1739
+ }
1740
+
1741
+ .p-4 {
1742
+ padding: calc(var(--spacing) * 4);
1743
+ }
1744
+
1745
+ .p-5 {
1746
+ padding: calc(var(--spacing) * 5);
1747
+ }
1748
+
1749
+ .p-6 {
1750
+ padding: calc(var(--spacing) * 6);
1751
+ }
1752
+
1753
+ .p-8 {
1754
+ padding: calc(var(--spacing) * 8);
1755
+ }
1756
+
1757
+ .p-\[3px\] {
1758
+ padding: 3px;
1759
+ }
1760
+
1761
+ .p-px {
1762
+ padding: 1px;
1763
+ }
1764
+
1765
+ .px-1 {
1766
+ padding-inline: calc(var(--spacing) * 1);
1767
+ }
1768
+
1769
+ .px-1\.5 {
1770
+ padding-inline: calc(var(--spacing) * 1.5);
1771
+ }
1772
+
1773
+ .px-2 {
1774
+ padding-inline: calc(var(--spacing) * 2);
1775
+ }
1776
+
1777
+ .px-2\.5 {
1778
+ padding-inline: calc(var(--spacing) * 2.5);
1779
+ }
1780
+
1781
+ .px-3 {
1782
+ padding-inline: calc(var(--spacing) * 3);
1783
+ }
1784
+
1785
+ .px-4 {
1786
+ padding-inline: calc(var(--spacing) * 4);
1787
+ }
1788
+
1789
+ .px-6 {
1790
+ padding-inline: calc(var(--spacing) * 6);
1791
+ }
1792
+
1793
+ .py-0 {
1794
+ padding-block: calc(var(--spacing) * 0);
1795
+ }
1796
+
1797
+ .py-0\.5 {
1798
+ padding-block: calc(var(--spacing) * .5);
1799
+ }
1800
+
1801
+ .py-1 {
1802
+ padding-block: calc(var(--spacing) * 1);
1803
+ }
1804
+
1805
+ .py-1\.5 {
1806
+ padding-block: calc(var(--spacing) * 1.5);
1807
+ }
1808
+
1809
+ .py-2 {
1810
+ padding-block: calc(var(--spacing) * 2);
1811
+ }
1812
+
1813
+ .py-3 {
1814
+ padding-block: calc(var(--spacing) * 3);
1815
+ }
1816
+
1817
+ .py-4 {
1818
+ padding-block: calc(var(--spacing) * 4);
1819
+ }
1820
+
1821
+ .py-6 {
1822
+ padding-block: calc(var(--spacing) * 6);
1823
+ }
1824
+
1825
+ .py-10 {
1826
+ padding-block: calc(var(--spacing) * 10);
1827
+ }
1828
+
1829
+ .pt-0 {
1830
+ padding-top: calc(var(--spacing) * 0);
1831
+ }
1832
+
1833
+ .pt-1 {
1834
+ padding-top: calc(var(--spacing) * 1);
1835
+ }
1836
+
1837
+ .pt-4 {
1838
+ padding-top: calc(var(--spacing) * 4);
1839
+ }
1840
+
1841
+ .pr-2 {
1842
+ padding-right: calc(var(--spacing) * 2);
1843
+ }
1844
+
1845
+ .pr-2\.5 {
1846
+ padding-right: calc(var(--spacing) * 2.5);
1847
+ }
1848
+
1849
+ .pr-8 {
1850
+ padding-right: calc(var(--spacing) * 8);
1851
+ }
1852
+
1853
+ .pb-4 {
1854
+ padding-bottom: calc(var(--spacing) * 4);
1855
+ }
1856
+
1857
+ .pl-2 {
1858
+ padding-left: calc(var(--spacing) * 2);
1859
+ }
1860
+
1861
+ .pl-4 {
1862
+ padding-left: calc(var(--spacing) * 4);
1863
+ }
1864
+
1865
+ .pl-8 {
1866
+ padding-left: calc(var(--spacing) * 8);
1867
+ }
1868
+
1869
+ .text-center {
1870
+ text-align: center;
1871
+ }
1872
+
1873
+ .text-left {
1874
+ text-align: left;
1875
+ }
1876
+
1877
+ .align-middle {
1878
+ vertical-align: middle;
1879
+ }
1880
+
1881
+ .font-mono {
1882
+ font-family: var(--font-mono);
1883
+ }
1884
+
1885
+ .text-base {
1886
+ font-size: var(--text-base);
1887
+ line-height: var(--tw-leading, var(--text-base--line-height));
1888
+ }
1889
+
1890
+ .text-lg {
1891
+ font-size: var(--text-lg);
1892
+ line-height: var(--tw-leading, var(--text-lg--line-height));
1893
+ }
1894
+
1895
+ .text-sm {
1896
+ font-size: var(--text-sm);
1897
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1898
+ }
1899
+
1900
+ .text-xs {
1901
+ font-size: var(--text-xs);
1902
+ line-height: var(--tw-leading, var(--text-xs--line-height));
1903
+ }
1904
+
1905
+ .text-\[0\.8rem\] {
1906
+ font-size: .8rem;
1907
+ }
1908
+
1909
+ .leading-none {
1910
+ --tw-leading: 1;
1911
+ line-height: 1;
1912
+ }
1913
+
1914
+ .leading-tight {
1915
+ --tw-leading: var(--leading-tight);
1916
+ line-height: var(--leading-tight);
1917
+ }
1918
+
1919
+ .font-medium {
1920
+ --tw-font-weight: var(--font-weight-medium);
1921
+ font-weight: var(--font-weight-medium);
1922
+ }
1923
+
1924
+ .font-normal {
1925
+ --tw-font-weight: var(--font-weight-normal);
1926
+ font-weight: var(--font-weight-normal);
1927
+ }
1928
+
1929
+ .font-semibold {
1930
+ --tw-font-weight: var(--font-weight-semibold);
1931
+ font-weight: var(--font-weight-semibold);
1932
+ }
1933
+
1934
+ .tracking-tight {
1935
+ --tw-tracking: var(--tracking-tight);
1936
+ letter-spacing: var(--tracking-tight);
1937
+ }
1938
+
1939
+ .tracking-widest {
1940
+ --tw-tracking: var(--tracking-widest);
1941
+ letter-spacing: var(--tracking-widest);
1942
+ }
1943
+
1944
+ .text-balance {
1945
+ text-wrap: balance;
1946
+ }
1947
+
1948
+ .break-words {
1949
+ overflow-wrap: break-word;
1950
+ }
1951
+
1952
+ .whitespace-nowrap {
1953
+ white-space: nowrap;
1954
+ }
1955
+
1956
+ .whitespace-pre-wrap {
1957
+ white-space: pre-wrap;
1958
+ }
1959
+
1960
+ .text-card-foreground {
1961
+ color: var(--card-foreground);
1962
+ }
1963
+
1964
+ .text-current {
1965
+ color: currentColor;
1966
+ }
1967
+
1968
+ .text-destructive {
1969
+ color: var(--destructive);
1970
+ }
1971
+
1972
+ .text-destructive-foreground {
1973
+ color: var(--destructive-foreground);
1974
+ }
1975
+
1976
+ .text-foreground {
1977
+ color: var(--foreground);
1978
+ }
1979
+
1980
+ .text-muted-foreground, .text-muted-foreground\/50 {
1981
+ color: var(--muted-foreground);
1982
+ }
1983
+
1984
+ @supports (color: color-mix(in lab, red, red)) {
1985
+ .text-muted-foreground\/50 {
1986
+ color: color-mix(in oklab, var(--muted-foreground) 50%, transparent);
1987
+ }
1988
+ }
1989
+
1990
+ .text-popover-foreground {
1991
+ color: var(--popover-foreground);
1992
+ }
1993
+
1994
+ .text-primary {
1995
+ color: var(--primary);
1996
+ }
1997
+
1998
+ .text-primary-foreground {
1999
+ color: var(--primary-foreground);
2000
+ }
2001
+
2002
+ .text-red-600 {
2003
+ color: var(--color-red-600);
2004
+ }
2005
+
2006
+ .text-secondary-foreground {
2007
+ color: var(--secondary-foreground);
2008
+ }
2009
+
2010
+ .text-sidebar-foreground, .text-sidebar-foreground\/70 {
2011
+ color: var(--sidebar-foreground);
2012
+ }
2013
+
2014
+ @supports (color: color-mix(in lab, red, red)) {
2015
+ .text-sidebar-foreground\/70 {
2016
+ color: color-mix(in oklab, var(--sidebar-foreground) 70%, transparent);
2017
+ }
2018
+ }
2019
+
2020
+ .text-sidebar-primary-foreground {
2021
+ color: var(--sidebar-primary-foreground);
2022
+ }
2023
+
2024
+ .text-white {
2025
+ color: var(--color-white);
2026
+ }
2027
+
2028
+ .text-yellow-500 {
2029
+ color: var(--color-yellow-500);
2030
+ }
2031
+
2032
+ .uppercase {
2033
+ text-transform: uppercase;
2034
+ }
2035
+
2036
+ .tabular-nums {
2037
+ --tw-numeric-spacing: tabular-nums;
2038
+ font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
2039
+ }
2040
+
2041
+ .underline-offset-4 {
2042
+ text-underline-offset: 4px;
2043
+ }
2044
+
2045
+ .opacity-0 {
2046
+ opacity: 0;
2047
+ }
2048
+
2049
+ .opacity-50 {
2050
+ opacity: .5;
2051
+ }
2052
+
2053
+ .opacity-70 {
2054
+ opacity: .7;
2055
+ }
2056
+
2057
+ .shadow {
2058
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
2059
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2060
+ }
2061
+
2062
+ .shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\] {
2063
+ --tw-shadow: 0 0 0 1px var(--tw-shadow-color, hsl(var(--sidebar-border)));
2064
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2065
+ }
2066
+
2067
+ .shadow-lg {
2068
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
2069
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2070
+ }
2071
+
2072
+ .shadow-md {
2073
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
2074
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2075
+ }
2076
+
2077
+ .shadow-none {
2078
+ --tw-shadow: 0 0 #0000;
2079
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2080
+ }
2081
+
2082
+ .shadow-sm {
2083
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
2084
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2085
+ }
2086
+
2087
+ .shadow-xs {
2088
+ --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);
2089
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2090
+ }
2091
+
2092
+ .ring-0 {
2093
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2094
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2095
+ }
2096
+
2097
+ .ring-ring\/10 {
2098
+ --tw-ring-color: var(--ring);
2099
+ }
2100
+
2101
+ @supports (color: color-mix(in lab, red, red)) {
2102
+ .ring-ring\/10 {
2103
+ --tw-ring-color: color-mix(in oklab, var(--ring) 10%, transparent);
2104
+ }
2105
+ }
2106
+
2107
+ .ring-ring\/50 {
2108
+ --tw-ring-color: var(--ring);
2109
+ }
2110
+
2111
+ @supports (color: color-mix(in lab, red, red)) {
2112
+ .ring-ring\/50 {
2113
+ --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
2114
+ }
2115
+ }
2116
+
2117
+ .ring-sidebar-ring {
2118
+ --tw-ring-color: var(--sidebar-ring);
2119
+ }
2120
+
2121
+ .ring-offset-background {
2122
+ --tw-ring-offset-color: var(--background);
2123
+ }
2124
+
2125
+ .outline-hidden {
2126
+ --tw-outline-style: none;
2127
+ outline-style: none;
2128
+ }
2129
+
2130
+ @media (forced-colors: active) {
2131
+ .outline-hidden {
2132
+ outline-offset: 2px;
2133
+ outline: 2px solid #0000;
2134
+ }
2135
+ }
2136
+
2137
+ .outline {
2138
+ outline-style: var(--tw-outline-style);
2139
+ outline-width: 1px;
2140
+ }
2141
+
2142
+ .outline-ring\/50 {
2143
+ outline-color: var(--ring);
2144
+ }
2145
+
2146
+ @supports (color: color-mix(in lab, red, red)) {
2147
+ .outline-ring\/50 {
2148
+ outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
2149
+ }
2150
+ }
2151
+
2152
+ .blur {
2153
+ --tw-blur: blur(8px);
2154
+ filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
2155
+ }
2156
+
2157
+ .filter {
2158
+ filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
2159
+ }
2160
+
2161
+ .transition {
2162
+ 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;
2163
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2164
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2165
+ }
2166
+
2167
+ .transition-\[color\,box-shadow\] {
2168
+ transition-property: color, box-shadow;
2169
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2170
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2171
+ }
2172
+
2173
+ .transition-\[left\,right\,width\] {
2174
+ transition-property: left, right, width;
2175
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2176
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2177
+ }
2178
+
2179
+ .transition-\[margin\,opacity\] {
2180
+ transition-property: margin, opacity;
2181
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2182
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2183
+ }
2184
+
2185
+ .transition-\[width\,height\,padding\] {
2186
+ transition-property: width, height, padding;
2187
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2188
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2189
+ }
2190
+
2191
+ .transition-\[width\,height\] {
2192
+ transition-property: width, height;
2193
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2194
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2195
+ }
2196
+
2197
+ .transition-\[width\] {
2198
+ transition-property: width;
2199
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2200
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2201
+ }
2202
+
2203
+ .transition-all {
2204
+ transition-property: all;
2205
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2206
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2207
+ }
2208
+
2209
+ .transition-colors {
2210
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
2211
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2212
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2213
+ }
2214
+
2215
+ .transition-opacity {
2216
+ transition-property: opacity;
2217
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2218
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2219
+ }
2220
+
2221
+ .transition-shadow {
2222
+ transition-property: box-shadow;
2223
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2224
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2225
+ }
2226
+
2227
+ .transition-transform {
2228
+ transition-property: transform, translate, scale, rotate;
2229
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2230
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2231
+ }
2232
+
2233
+ .transition-none {
2234
+ transition-property: none;
2235
+ }
2236
+
2237
+ .duration-200 {
2238
+ --tw-duration: .2s;
2239
+ transition-duration: .2s;
2240
+ }
2241
+
2242
+ .duration-300 {
2243
+ --tw-duration: .3s;
2244
+ transition-duration: .3s;
2245
+ }
2246
+
2247
+ .ease-in-out {
2248
+ --tw-ease: var(--ease-in-out);
2249
+ transition-timing-function: var(--ease-in-out);
2250
+ }
2251
+
2252
+ .ease-linear {
2253
+ --tw-ease: linear;
2254
+ transition-timing-function: linear;
2255
+ }
2256
+
2257
+ .fade-in-0 {
2258
+ --tw-enter-opacity: 0;
2259
+ }
2260
+
2261
+ .outline-none {
2262
+ --tw-outline-style: none;
2263
+ outline-style: none;
2264
+ }
2265
+
2266
+ .select-none {
2267
+ -webkit-user-select: none;
2268
+ user-select: none;
2269
+ }
2270
+
2271
+ .zoom-in-95 {
2272
+ --tw-enter-scale: .95;
2273
+ }
2274
+
2275
+ .group-focus-within\/menu-item\:opacity-100:is(:where(.group\/menu-item):focus-within *) {
2276
+ opacity: 1;
2277
+ }
2278
+
2279
+ @media (hover: hover) {
2280
+ .group-hover\:opacity-100:is(:where(.group):hover *), .group-hover\/menu-item\:opacity-100:is(:where(.group\/menu-item):hover *) {
2281
+ opacity: 1;
2282
+ }
2283
+ }
2284
+
2285
+ .group-has-data-\[collapsible\=icon\]\/sidebar-wrapper\:h-12:is(:where(.group\/sidebar-wrapper):has([data-collapsible="icon"]) *) {
2286
+ height: calc(var(--spacing) * 12);
2287
+ }
2288
+
2289
+ .group-has-data-\[collapsible\=icon\]\/sidebar-wrapper\:max-w-\[calc\(100dvw-var\(--sidebar-width-icon\)\)\]:is(:where(.group\/sidebar-wrapper):has([data-collapsible="icon"]) *) {
2290
+ max-width: calc(100dvw - var(--sidebar-width-icon));
2291
+ }
2292
+
2293
+ .group-has-data-\[sidebar\=menu-action\]\/menu-item\:pr-8:is(:where(.group\/menu-item):has([data-sidebar="menu-action"]) *) {
2294
+ padding-right: calc(var(--spacing) * 8);
2295
+ }
2296
+
2297
+ .group-data-\[collapsible\=icon\]\:-mt-8:is(:where(.group)[data-collapsible="icon"] *) {
2298
+ margin-top: calc(var(--spacing) * -8);
2299
+ }
2300
+
2301
+ .group-data-\[collapsible\=icon\]\:hidden:is(:where(.group)[data-collapsible="icon"] *) {
2302
+ display: none;
2303
+ }
2304
+
2305
+ .group-data-\[collapsible\=icon\]\:size-8\!:is(:where(.group)[data-collapsible="icon"] *) {
2306
+ width: calc(var(--spacing) * 8) !important;
2307
+ height: calc(var(--spacing) * 8) !important;
2308
+ }
2309
+
2310
+ .group-data-\[collapsible\=icon\]\:w-\(--sidebar-width-icon\):is(:where(.group)[data-collapsible="icon"] *) {
2311
+ width: var(--sidebar-width-icon);
2312
+ }
2313
+
2314
+ .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\)\]:is(:where(.group)[data-collapsible="icon"] *) {
2315
+ width: calc(var(--sidebar-width-icon) + (calc(var(--spacing) * 4)));
2316
+ }
2317
+
2318
+ .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\+2px\)\]:is(:where(.group)[data-collapsible="icon"] *) {
2319
+ width: calc(var(--sidebar-width-icon) + (calc(var(--spacing) * 4)) + 2px);
2320
+ }
2321
+
2322
+ .group-data-\[collapsible\=icon\]\:overflow-hidden:is(:where(.group)[data-collapsible="icon"] *) {
2323
+ overflow: hidden;
2324
+ }
2325
+
2326
+ .group-data-\[collapsible\=icon\]\:p-0\!:is(:where(.group)[data-collapsible="icon"] *) {
2327
+ padding: calc(var(--spacing) * 0) !important;
2328
+ }
2329
+
2330
+ .group-data-\[collapsible\=icon\]\:p-2\!:is(:where(.group)[data-collapsible="icon"] *) {
2331
+ padding: calc(var(--spacing) * 2) !important;
2332
+ }
2333
+
2334
+ .group-data-\[collapsible\=icon\]\:opacity-0:is(:where(.group)[data-collapsible="icon"] *) {
2335
+ opacity: 0;
2336
+ }
2337
+
2338
+ .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible="offcanvas"] *) {
2339
+ right: calc(var(--sidebar-width) * -1);
2340
+ }
2341
+
2342
+ .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible="offcanvas"] *) {
2343
+ left: calc(var(--sidebar-width) * -1);
2344
+ }
2345
+
2346
+ .group-data-\[collapsible\=offcanvas\]\:w-0:is(:where(.group)[data-collapsible="offcanvas"] *) {
2347
+ width: calc(var(--spacing) * 0);
2348
+ }
2349
+
2350
+ .group-data-\[collapsible\=offcanvas\]\:translate-x-0:is(:where(.group)[data-collapsible="offcanvas"] *) {
2351
+ --tw-translate-x: calc(var(--spacing) * 0);
2352
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2353
+ }
2354
+
2355
+ .group-data-\[disabled\]\:bg-muted:is(:where(.group)[data-disabled] *) {
2356
+ background-color: var(--muted);
2357
+ }
2358
+
2359
+ .group-data-\[disabled\]\:text-muted-foreground:is(:where(.group)[data-disabled] *) {
2360
+ color: var(--muted-foreground);
2361
+ }
2362
+
2363
+ .group-data-\[disabled\]\:opacity-50:is(:where(.group)[data-disabled] *) {
2364
+ opacity: .5;
2365
+ }
2366
+
2367
+ .group-data-\[disabled\=true\]\:pointer-events-none:is(:where(.group)[data-disabled="true"] *) {
2368
+ pointer-events: none;
2369
+ }
2370
+
2371
+ .group-data-\[disabled\=true\]\:opacity-50:is(:where(.group)[data-disabled="true"] *) {
2372
+ opacity: .5;
2373
+ }
2374
+
2375
+ .group-data-\[side\=left\]\:-right-4:is(:where(.group)[data-side="left"] *) {
2376
+ right: calc(var(--spacing) * -4);
2377
+ }
2378
+
2379
+ .group-data-\[side\=left\]\:border-r:is(:where(.group)[data-side="left"] *) {
2380
+ border-right-style: var(--tw-border-style);
2381
+ border-right-width: 1px;
2382
+ }
2383
+
2384
+ .group-data-\[side\=right\]\:left-0:is(:where(.group)[data-side="right"] *) {
2385
+ left: calc(var(--spacing) * 0);
2386
+ }
2387
+
2388
+ .group-data-\[side\=right\]\:rotate-180:is(:where(.group)[data-side="right"] *) {
2389
+ rotate: 180deg;
2390
+ }
2391
+
2392
+ .group-data-\[side\=right\]\:border-l:is(:where(.group)[data-side="right"] *) {
2393
+ border-left-style: var(--tw-border-style);
2394
+ border-left-width: 1px;
2395
+ }
2396
+
2397
+ .group-data-\[state\=active\]\:bg-primary:is(:where(.group)[data-state="active"] *) {
2398
+ background-color: var(--primary);
2399
+ }
2400
+
2401
+ .group-data-\[state\=active\]\:text-primary-foreground:is(:where(.group)[data-state="active"] *) {
2402
+ color: var(--primary-foreground);
2403
+ }
2404
+
2405
+ .group-data-\[state\=completed\]\:bg-accent:is(:where(.group)[data-state="completed"] *) {
2406
+ background-color: var(--accent);
2407
+ }
2408
+
2409
+ .group-data-\[state\=completed\]\:bg-accent-foreground:is(:where(.group)[data-state="completed"] *) {
2410
+ background-color: var(--accent-foreground);
2411
+ }
2412
+
2413
+ .group-data-\[state\=completed\]\:text-accent-foreground:is(:where(.group)[data-state="completed"] *) {
2414
+ color: var(--accent-foreground);
2415
+ }
2416
+
2417
+ .group-data-\[state\=open\]\:rotate-180:is(:where(.group)[data-state="open"] *) {
2418
+ rotate: 180deg;
2419
+ }
2420
+
2421
+ .group-data-\[variant\=floating\]\:rounded-lg:is(:where(.group)[data-variant="floating"] *) {
2422
+ border-radius: var(--radius);
2423
+ }
2424
+
2425
+ .group-data-\[variant\=floating\]\:border:is(:where(.group)[data-variant="floating"] *) {
2426
+ border-style: var(--tw-border-style);
2427
+ border-width: 1px;
2428
+ }
2429
+
2430
+ .group-data-\[variant\=floating\]\:border-sidebar-border:is(:where(.group)[data-variant="floating"] *) {
2431
+ border-color: var(--sidebar-border);
2432
+ }
2433
+
2434
+ .group-data-\[variant\=floating\]\:shadow-sm:is(:where(.group)[data-variant="floating"] *) {
2435
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
2436
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2437
+ }
2438
+
2439
+ .group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:block:is(:where(.group\/drawer-content)[data-vaul-drawer-direction="bottom"] *) {
2440
+ display: block;
2441
+ }
2442
+
2443
+ .group-data-\[viewport\=false\]\/navigation-menu\:top-full:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
2444
+ top: 100%;
2445
+ }
2446
+
2447
+ .group-data-\[viewport\=false\]\/navigation-menu\:mt-1\.5:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
2448
+ margin-top: calc(var(--spacing) * 1.5);
2449
+ }
2450
+
2451
+ .group-data-\[viewport\=false\]\/navigation-menu\:overflow-hidden:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
2452
+ overflow: hidden;
2453
+ }
2454
+
2455
+ .group-data-\[viewport\=false\]\/navigation-menu\:rounded-md:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
2456
+ border-radius: calc(var(--radius) - 2px);
2457
+ }
2458
+
2459
+ .group-data-\[viewport\=false\]\/navigation-menu\:border:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
2460
+ border-style: var(--tw-border-style);
2461
+ border-width: 1px;
2462
+ }
2463
+
2464
+ .group-data-\[viewport\=false\]\/navigation-menu\:bg-popover:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
2465
+ background-color: var(--popover);
2466
+ }
2467
+
2468
+ .group-data-\[viewport\=false\]\/navigation-menu\:text-popover-foreground:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
2469
+ color: var(--popover-foreground);
2470
+ }
2471
+
2472
+ .group-data-\[viewport\=false\]\/navigation-menu\:shadow:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
2473
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
2474
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2475
+ }
2476
+
2477
+ .group-data-\[viewport\=false\]\/navigation-menu\:duration-200:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
2478
+ --tw-duration: .2s;
2479
+ transition-duration: .2s;
2480
+ }
2481
+
2482
+ @media (hover: hover) {
2483
+ .peer-hover\/menu-button\:text-sidebar-accent-foreground:is(:where(.peer\/menu-button):hover ~ *) {
2484
+ color: var(--sidebar-accent-foreground);
2485
+ }
2486
+ }
2487
+
2488
+ .peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled ~ *) {
2489
+ cursor: not-allowed;
2490
+ }
2491
+
2492
+ .peer-disabled\:opacity-50:is(:where(.peer):disabled ~ *) {
2493
+ opacity: .5;
2494
+ }
2495
+
2496
+ .peer-disabled\:opacity-70:is(:where(.peer):disabled ~ *) {
2497
+ opacity: .7;
2498
+ }
2499
+
2500
+ .peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground:is(:where(.peer\/menu-button)[data-active="true"] ~ *) {
2501
+ color: var(--sidebar-accent-foreground);
2502
+ }
2503
+
2504
+ .peer-data-\[size\=default\]\/menu-button\:top-1\.5:is(:where(.peer\/menu-button)[data-size="default"] ~ *) {
2505
+ top: calc(var(--spacing) * 1.5);
2506
+ }
2507
+
2508
+ .peer-data-\[size\=lg\]\/menu-button\:top-2\.5:is(:where(.peer\/menu-button)[data-size="lg"] ~ *) {
2509
+ top: calc(var(--spacing) * 2.5);
2510
+ }
2511
+
2512
+ .peer-data-\[size\=sm\]\/menu-button\:top-1:is(:where(.peer\/menu-button)[data-size="sm"] ~ *) {
2513
+ top: calc(var(--spacing) * 1);
2514
+ }
2515
+
2516
+ .selection\:bg-primary ::selection {
2517
+ background-color: var(--primary);
2518
+ }
2519
+
2520
+ .selection\:bg-primary::selection {
2521
+ background-color: var(--primary);
2522
+ }
2523
+
2524
+ .selection\:text-primary-foreground ::selection {
2525
+ color: var(--primary-foreground);
2526
+ }
2527
+
2528
+ .selection\:text-primary-foreground::selection {
2529
+ color: var(--primary-foreground);
2530
+ }
2531
+
2532
+ .file\:inline-flex::file-selector-button {
2533
+ display: inline-flex;
2534
+ }
2535
+
2536
+ .file\:h-7::file-selector-button {
2537
+ height: calc(var(--spacing) * 7);
2538
+ }
2539
+
2540
+ .file\:border-0::file-selector-button {
2541
+ border-style: var(--tw-border-style);
2542
+ border-width: 0;
2543
+ }
2544
+
2545
+ .file\:bg-transparent::file-selector-button {
2546
+ background-color: #0000;
2547
+ }
2548
+
2549
+ .file\:text-sm::file-selector-button {
2550
+ font-size: var(--text-sm);
2551
+ line-height: var(--tw-leading, var(--text-sm--line-height));
2552
+ }
2553
+
2554
+ .file\:font-medium::file-selector-button {
2555
+ --tw-font-weight: var(--font-weight-medium);
2556
+ font-weight: var(--font-weight-medium);
2557
+ }
2558
+
2559
+ .file\:text-foreground::file-selector-button {
2560
+ color: var(--foreground);
2561
+ }
2562
+
2563
+ .placeholder\:text-muted-foreground::placeholder {
2564
+ color: var(--muted-foreground);
2565
+ }
2566
+
2567
+ .after\:absolute:after {
2568
+ content: var(--tw-content);
2569
+ position: absolute;
2570
+ }
2571
+
2572
+ .after\:-inset-2:after {
2573
+ content: var(--tw-content);
2574
+ inset: calc(var(--spacing) * -2);
2575
+ }
2576
+
2577
+ .after\:inset-y-0:after {
2578
+ content: var(--tw-content);
2579
+ inset-block: calc(var(--spacing) * 0);
2580
+ }
2581
+
2582
+ .after\:left-1\/2:after {
2583
+ content: var(--tw-content);
2584
+ left: 50%;
2585
+ }
2586
+
2587
+ .after\:w-1:after {
2588
+ content: var(--tw-content);
2589
+ width: calc(var(--spacing) * 1);
2590
+ }
2591
+
2592
+ .after\:w-\[2px\]:after {
2593
+ content: var(--tw-content);
2594
+ width: 2px;
2595
+ }
2596
+
2597
+ .after\:-translate-x-1\/2:after {
2598
+ content: var(--tw-content);
2599
+ --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
2600
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2601
+ }
2602
+
2603
+ .group-data-\[collapsible\=offcanvas\]\:after\:left-full:is(:where(.group)[data-collapsible="offcanvas"] *):after {
2604
+ content: var(--tw-content);
2605
+ left: 100%;
2606
+ }
2607
+
2608
+ .first\:rounded-l-md:first-child {
2609
+ border-top-left-radius: calc(var(--radius) - 2px);
2610
+ border-bottom-left-radius: calc(var(--radius) - 2px);
2611
+ }
2612
+
2613
+ .first\:border-l:first-child {
2614
+ border-left-style: var(--tw-border-style);
2615
+ border-left-width: 1px;
2616
+ }
2617
+
2618
+ .last\:rounded-r-md:last-child {
2619
+ border-top-right-radius: calc(var(--radius) - 2px);
2620
+ border-bottom-right-radius: calc(var(--radius) - 2px);
2621
+ }
2622
+
2623
+ .last\:border-b-0:last-child {
2624
+ border-bottom-style: var(--tw-border-style);
2625
+ border-bottom-width: 0;
2626
+ }
2627
+
2628
+ .focus-within\:relative:focus-within {
2629
+ position: relative;
2630
+ }
2631
+
2632
+ .focus-within\:z-20:focus-within {
2633
+ z-index: 20;
2634
+ }
2635
+
2636
+ @media (hover: hover) {
2637
+ .hover\:scale-110:hover {
2638
+ --tw-scale-x: 110%;
2639
+ --tw-scale-y: 110%;
2640
+ --tw-scale-z: 110%;
2641
+ scale: var(--tw-scale-x) var(--tw-scale-y);
2642
+ }
2643
+
2644
+ .hover\:bg-accent:hover {
2645
+ background-color: var(--accent);
2646
+ }
2647
+
2648
+ .hover\:bg-destructive\/90:hover {
2649
+ background-color: var(--destructive);
2650
+ }
2651
+
2652
+ @supports (color: color-mix(in lab, red, red)) {
2653
+ .hover\:bg-destructive\/90:hover {
2654
+ background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
2655
+ }
2656
+ }
2657
+
2658
+ .hover\:bg-muted:hover, .hover\:bg-muted\/50:hover {
2659
+ background-color: var(--muted);
2660
+ }
2661
+
2662
+ @supports (color: color-mix(in lab, red, red)) {
2663
+ .hover\:bg-muted\/50:hover {
2664
+ background-color: color-mix(in oklab, var(--muted) 50%, transparent);
2665
+ }
2666
+ }
2667
+
2668
+ .hover\:bg-primary\/90:hover {
2669
+ background-color: var(--primary);
2670
+ }
2671
+
2672
+ @supports (color: color-mix(in lab, red, red)) {
2673
+ .hover\:bg-primary\/90:hover {
2674
+ background-color: color-mix(in oklab, var(--primary) 90%, transparent);
2675
+ }
2676
+ }
2677
+
2678
+ .hover\:bg-secondary:hover, .hover\:bg-secondary\/80:hover {
2679
+ background-color: var(--secondary);
2680
+ }
2681
+
2682
+ @supports (color: color-mix(in lab, red, red)) {
2683
+ .hover\:bg-secondary\/80:hover {
2684
+ background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
2685
+ }
2686
+ }
2687
+
2688
+ .hover\:bg-sidebar-accent:hover {
2689
+ background-color: var(--sidebar-accent);
2690
+ }
2691
+
2692
+ .hover\:text-accent-foreground:hover {
2693
+ color: var(--accent-foreground);
2694
+ }
2695
+
2696
+ .hover\:text-foreground:hover {
2697
+ color: var(--foreground);
2698
+ }
2699
+
2700
+ .hover\:text-muted-foreground:hover {
2701
+ color: var(--muted-foreground);
2702
+ }
2703
+
2704
+ .hover\:text-sidebar-accent-foreground:hover {
2705
+ color: var(--sidebar-accent-foreground);
2706
+ }
2707
+
2708
+ .hover\:underline:hover {
2709
+ text-decoration-line: underline;
2710
+ }
2711
+
2712
+ .hover\:opacity-100:hover {
2713
+ opacity: 1;
2714
+ }
2715
+
2716
+ .hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover {
2717
+ --tw-shadow: 0 0 0 1px var(--tw-shadow-color, hsl(var(--sidebar-accent)));
2718
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2719
+ }
2720
+
2721
+ .hover\:ring-4:hover {
2722
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2723
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2724
+ }
2725
+
2726
+ .hover\:group-data-\[collapsible\=offcanvas\]\:bg-sidebar:hover:is(:where(.group)[data-collapsible="offcanvas"] *) {
2727
+ background-color: var(--sidebar);
2728
+ }
2729
+
2730
+ .hover\:after\:bg-sidebar-border:hover:after {
2731
+ content: var(--tw-content);
2732
+ background-color: var(--sidebar-border);
2733
+ }
2734
+ }
2735
+
2736
+ .focus\:z-10:focus {
2737
+ z-index: 10;
2738
+ }
2739
+
2740
+ .focus\:border-ring:focus {
2741
+ border-color: var(--ring);
2742
+ }
2743
+
2744
+ .focus\:bg-accent:focus {
2745
+ background-color: var(--accent);
2746
+ }
2747
+
2748
+ .focus\:text-accent-foreground:focus {
2749
+ color: var(--accent-foreground);
2750
+ }
2751
+
2752
+ .focus\:ring-2:focus {
2753
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2754
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2755
+ }
2756
+
2757
+ .focus\:ring-\[3px\]:focus {
2758
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2759
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2760
+ }
2761
+
2762
+ .focus\:ring-ring:focus, .focus\:ring-ring\/50:focus {
2763
+ --tw-ring-color: var(--ring);
2764
+ }
2765
+
2766
+ @supports (color: color-mix(in lab, red, red)) {
2767
+ .focus\:ring-ring\/50:focus {
2768
+ --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
2769
+ }
2770
+ }
2771
+
2772
+ .focus\:ring-offset-2:focus {
2773
+ --tw-ring-offset-width: 2px;
2774
+ --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2775
+ }
2776
+
2777
+ .focus\:outline-hidden:focus {
2778
+ --tw-outline-style: none;
2779
+ outline-style: none;
2780
+ }
2781
+
2782
+ @media (forced-colors: active) {
2783
+ .focus\:outline-hidden:focus {
2784
+ outline-offset: 2px;
2785
+ outline: 2px solid #0000;
2786
+ }
2787
+ }
2788
+
2789
+ .focus\:outline-none:focus {
2790
+ --tw-outline-style: none;
2791
+ outline-style: none;
2792
+ }
2793
+
2794
+ .focus-visible\:z-10:focus-visible {
2795
+ z-index: 10;
2796
+ }
2797
+
2798
+ .focus-visible\:border-ring:focus-visible {
2799
+ border-color: var(--ring);
2800
+ }
2801
+
2802
+ .focus-visible\:ring-1:focus-visible {
2803
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2804
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2805
+ }
2806
+
2807
+ .focus-visible\:ring-2:focus-visible {
2808
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2809
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2810
+ }
2811
+
2812
+ .focus-visible\:ring-4:focus-visible {
2813
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2814
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2815
+ }
2816
+
2817
+ .focus-visible\:ring-\[3px\]:focus-visible {
2818
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2819
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2820
+ }
2821
+
2822
+ .focus-visible\:ring-destructive\/20:focus-visible {
2823
+ --tw-ring-color: var(--destructive);
2824
+ }
2825
+
2826
+ @supports (color: color-mix(in lab, red, red)) {
2827
+ .focus-visible\:ring-destructive\/20:focus-visible {
2828
+ --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
2829
+ }
2830
+ }
2831
+
2832
+ .focus-visible\:ring-ring:focus-visible, .focus-visible\:ring-ring\/50:focus-visible {
2833
+ --tw-ring-color: var(--ring);
2834
+ }
2835
+
2836
+ @supports (color: color-mix(in lab, red, red)) {
2837
+ .focus-visible\:ring-ring\/50:focus-visible {
2838
+ --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
2839
+ }
2840
+ }
2841
+
2842
+ .focus-visible\:ring-offset-1:focus-visible {
2843
+ --tw-ring-offset-width: 1px;
2844
+ --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2845
+ }
2846
+
2847
+ .focus-visible\:outline-hidden:focus-visible {
2848
+ --tw-outline-style: none;
2849
+ outline-style: none;
2850
+ }
2851
+
2852
+ @media (forced-colors: active) {
2853
+ .focus-visible\:outline-hidden:focus-visible {
2854
+ outline-offset: 2px;
2855
+ outline: 2px solid #0000;
2856
+ }
2857
+ }
2858
+
2859
+ .focus-visible\:outline-1:focus-visible {
2860
+ outline-style: var(--tw-outline-style);
2861
+ outline-width: 1px;
2862
+ }
2863
+
2864
+ .focus-visible\:outline-ring:focus-visible {
2865
+ outline-color: var(--ring);
2866
+ }
2867
+
2868
+ .focus-visible\:outline-none:focus-visible {
2869
+ --tw-outline-style: none;
2870
+ outline-style: none;
2871
+ }
2872
+
2873
+ .active\:bg-sidebar-accent:active {
2874
+ background-color: var(--sidebar-accent);
2875
+ }
2876
+
2877
+ .active\:text-sidebar-accent-foreground:active {
2878
+ color: var(--sidebar-accent-foreground);
2879
+ }
2880
+
2881
+ .disabled\:pointer-events-none:disabled {
2882
+ pointer-events: none;
2883
+ }
2884
+
2885
+ .disabled\:cursor-not-allowed:disabled {
2886
+ cursor: not-allowed;
2887
+ }
2888
+
2889
+ .disabled\:opacity-20:disabled {
2890
+ opacity: .2;
2891
+ }
2892
+
2893
+ .disabled\:opacity-50:disabled {
2894
+ opacity: .5;
2895
+ }
2896
+
2897
+ :where([data-side="left"]) .in-data-\[side\=left\]\:cursor-w-resize {
2898
+ cursor: w-resize;
2899
+ }
2900
+
2901
+ :where([data-side="right"]) .in-data-\[side\=right\]\:cursor-e-resize {
2902
+ cursor: e-resize;
2903
+ }
2904
+
2905
+ .has-disabled\:opacity-50:has(:disabled) {
2906
+ opacity: .5;
2907
+ }
2908
+
2909
+ .has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\]:has([data-slot="card-action"]) {
2910
+ grid-template-columns: 1fr auto;
2911
+ }
2912
+
2913
+ .has-data-\[variant\=inset\]\:bg-sidebar:has([data-variant="inset"]) {
2914
+ background-color: var(--sidebar);
2915
+ }
2916
+
2917
+ .has-\[\>svg\]\:grid-cols-\[calc\(var\(--spacing\)\*4\)_1fr\]:has( > svg) {
2918
+ grid-template-columns: calc(var(--spacing) * 4) 1fr;
2919
+ }
2920
+
2921
+ .has-\[\>svg\]\:gap-x-3:has( > svg) {
2922
+ column-gap: calc(var(--spacing) * 3);
2923
+ }
2924
+
2925
+ .has-\[\>svg\]\:px-2\.5:has( > svg) {
2926
+ padding-inline: calc(var(--spacing) * 2.5);
2927
+ }
2928
+
2929
+ .has-\[\>svg\]\:px-3:has( > svg) {
2930
+ padding-inline: calc(var(--spacing) * 3);
2931
+ }
2932
+
2933
+ .has-\[\>svg\]\:px-4:has( > svg) {
2934
+ padding-inline: calc(var(--spacing) * 4);
2935
+ }
2936
+
2937
+ .aria-disabled\:pointer-events-none[aria-disabled="true"] {
2938
+ pointer-events: none;
2939
+ }
2940
+
2941
+ .aria-disabled\:opacity-50[aria-disabled="true"] {
2942
+ opacity: .5;
2943
+ }
2944
+
2945
+ .aria-invalid\:border-destructive[aria-invalid="true"] {
2946
+ border-color: var(--destructive);
2947
+ }
2948
+
2949
+ .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
2950
+ --tw-ring-color: var(--destructive);
2951
+ }
2952
+
2953
+ @supports (color: color-mix(in lab, red, red)) {
2954
+ .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
2955
+ --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
2956
+ }
2957
+ }
2958
+
2959
+ .focus\:aria-invalid\:border-destructive:focus[aria-invalid="true"] {
2960
+ border-color: var(--destructive);
2961
+ }
2962
+
2963
+ .focus\:aria-invalid\:ring-destructive\/20:focus[aria-invalid="true"] {
2964
+ --tw-ring-color: var(--destructive);
2965
+ }
2966
+
2967
+ @supports (color: color-mix(in lab, red, red)) {
2968
+ .focus\:aria-invalid\:ring-destructive\/20:focus[aria-invalid="true"] {
2969
+ --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
2970
+ }
2971
+ }
2972
+
2973
+ .aria-selected\:opacity-100[aria-selected="true"] {
2974
+ opacity: 1;
2975
+ }
2976
+
2977
+ .data-\[active\=true\]\:bg-accent\/50[data-active="true"] {
2978
+ background-color: var(--accent);
2979
+ }
2980
+
2981
+ @supports (color: color-mix(in lab, red, red)) {
2982
+ .data-\[active\=true\]\:bg-accent\/50[data-active="true"] {
2983
+ background-color: color-mix(in oklab, var(--accent) 50%, transparent);
2984
+ }
2985
+ }
2986
+
2987
+ .data-\[active\=true\]\:bg-sidebar-accent[data-active="true"] {
2988
+ background-color: var(--sidebar-accent);
2989
+ }
2990
+
2991
+ .data-\[active\=true\]\:font-medium[data-active="true"] {
2992
+ --tw-font-weight: var(--font-weight-medium);
2993
+ font-weight: var(--font-weight-medium);
2994
+ }
2995
+
2996
+ .data-\[active\=true\]\:text-accent-foreground[data-active="true"] {
2997
+ color: var(--accent-foreground);
2998
+ }
2999
+
3000
+ .data-\[active\=true\]\:text-sidebar-accent-foreground[data-active="true"] {
3001
+ color: var(--sidebar-accent-foreground);
3002
+ }
3003
+
3004
+ @media (hover: hover) {
3005
+ .data-\[active\=true\]\:hover\:bg-accent[data-active="true"]:hover {
3006
+ background-color: var(--accent);
3007
+ }
3008
+ }
3009
+
3010
+ .data-\[active\=true\]\:focus\:bg-accent[data-active="true"]:focus {
3011
+ background-color: var(--accent);
3012
+ }
3013
+
3014
+ .data-\[disabled\]\:pointer-events-none[data-disabled] {
3015
+ pointer-events: none;
3016
+ }
3017
+
3018
+ .data-\[disabled\]\:text-muted-foreground[data-disabled] {
3019
+ color: var(--muted-foreground);
3020
+ }
3021
+
3022
+ .data-\[disabled\]\:opacity-50[data-disabled] {
3023
+ opacity: .5;
3024
+ }
3025
+
3026
+ .data-\[error\=true\]\:text-destructive-foreground[data-error="true"] {
3027
+ color: var(--destructive-foreground);
3028
+ }
3029
+
3030
+ .data-\[highlighted\]\:bg-accent[data-highlighted] {
3031
+ background-color: var(--accent);
3032
+ }
3033
+
3034
+ .data-\[highlighted\]\:text-accent-foreground[data-highlighted] {
3035
+ color: var(--accent-foreground);
3036
+ }
3037
+
3038
+ .data-\[inset\]\:pl-8[data-inset] {
3039
+ padding-left: calc(var(--spacing) * 8);
3040
+ }
3041
+
3042
+ .data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion="from-end"] {
3043
+ --tw-enter-translate-x: calc(52*var(--spacing));
3044
+ }
3045
+
3046
+ .data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion="from-start"] {
3047
+ --tw-enter-translate-x: calc(52*var(--spacing)*-1);
3048
+ }
3049
+
3050
+ .data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion="to-end"] {
3051
+ --tw-exit-translate-x: calc(52*var(--spacing));
3052
+ }
3053
+
3054
+ .data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion="to-start"] {
3055
+ --tw-exit-translate-x: calc(52*var(--spacing)*-1);
3056
+ }
3057
+
3058
+ .data-\[motion\^\=from-\]\:animate-in[data-motion^="from-"] {
3059
+ 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);
3060
+ }
3061
+
3062
+ .data-\[motion\^\=from-\]\:fade-in[data-motion^="from-"] {
3063
+ --tw-enter-opacity: 0;
3064
+ }
3065
+
3066
+ .data-\[motion\^\=to-\]\:animate-out[data-motion^="to-"] {
3067
+ 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);
3068
+ }
3069
+
3070
+ .data-\[motion\^\=to-\]\:fade-out[data-motion^="to-"] {
3071
+ --tw-exit-opacity: 0;
3072
+ }
3073
+
3074
+ .data-\[orientation\=horizontal\]\:h-1\.5[data-orientation="horizontal"] {
3075
+ height: calc(var(--spacing) * 1.5);
3076
+ }
3077
+
3078
+ .data-\[orientation\=horizontal\]\:h-full[data-orientation="horizontal"] {
3079
+ height: 100%;
3080
+ }
3081
+
3082
+ .data-\[orientation\=horizontal\]\:h-px[data-orientation="horizontal"] {
3083
+ height: 1px;
3084
+ }
3085
+
3086
+ .data-\[orientation\=horizontal\]\:w-full[data-orientation="horizontal"] {
3087
+ width: 100%;
3088
+ }
3089
+
3090
+ .data-\[orientation\=vertical\]\:h-full[data-orientation="vertical"] {
3091
+ height: 100%;
3092
+ }
3093
+
3094
+ .data-\[orientation\=vertical\]\:h-px[data-orientation="vertical"] {
3095
+ height: 1px;
3096
+ }
3097
+
3098
+ .data-\[orientation\=vertical\]\:min-h-44[data-orientation="vertical"] {
3099
+ min-height: calc(var(--spacing) * 44);
3100
+ }
3101
+
3102
+ .data-\[orientation\=vertical\]\:w-1\.5[data-orientation="vertical"] {
3103
+ width: calc(var(--spacing) * 1.5);
3104
+ }
3105
+
3106
+ .data-\[orientation\=vertical\]\:w-auto[data-orientation="vertical"] {
3107
+ width: auto;
3108
+ }
3109
+
3110
+ .data-\[orientation\=vertical\]\:w-full[data-orientation="vertical"] {
3111
+ width: 100%;
3112
+ }
3113
+
3114
+ .data-\[orientation\=vertical\]\:w-px[data-orientation="vertical"] {
3115
+ width: 1px;
3116
+ }
3117
+
3118
+ .data-\[orientation\=vertical\]\:flex-col[data-orientation="vertical"] {
3119
+ flex-direction: column;
3120
+ }
3121
+
3122
+ .data-\[orientation\=vertical\]\:after\:left-0[data-orientation="vertical"]:after {
3123
+ content: var(--tw-content);
3124
+ left: calc(var(--spacing) * 0);
3125
+ }
3126
+
3127
+ .data-\[orientation\=vertical\]\:after\:h-1[data-orientation="vertical"]:after {
3128
+ content: var(--tw-content);
3129
+ height: calc(var(--spacing) * 1);
3130
+ }
3131
+
3132
+ .data-\[orientation\=vertical\]\:after\:w-full[data-orientation="vertical"]:after {
3133
+ content: var(--tw-content);
3134
+ width: 100%;
3135
+ }
3136
+
3137
+ .data-\[orientation\=vertical\]\:after\:translate-x-0[data-orientation="vertical"]:after {
3138
+ content: var(--tw-content);
3139
+ --tw-translate-x: calc(var(--spacing) * 0);
3140
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3141
+ }
3142
+
3143
+ .data-\[orientation\=vertical\]\:after\:-translate-y-1\/2[data-orientation="vertical"]:after {
3144
+ content: var(--tw-content);
3145
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
3146
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3147
+ }
3148
+
3149
+ .data-\[outside-view\]\:text-muted-foreground[data-outside-view], .data-\[placeholder\]\:text-muted-foreground[data-placeholder] {
3150
+ color: var(--muted-foreground);
3151
+ }
3152
+
3153
+ .data-\[selected\]\:bg-primary[data-selected] {
3154
+ background-color: var(--primary);
3155
+ }
3156
+
3157
+ .data-\[selected\]\:text-primary-foreground[data-selected] {
3158
+ color: var(--primary-foreground);
3159
+ }
3160
+
3161
+ .data-\[selected\]\:opacity-100[data-selected] {
3162
+ opacity: 1;
3163
+ }
3164
+
3165
+ @media (hover: hover) {
3166
+ .data-\[selected\]\:hover\:bg-primary[data-selected]:hover {
3167
+ background-color: var(--primary);
3168
+ }
3169
+
3170
+ .data-\[selected\]\:hover\:text-primary-foreground[data-selected]:hover {
3171
+ color: var(--primary-foreground);
3172
+ }
3173
+ }
3174
+
3175
+ .data-\[selected\]\:focus\:bg-primary[data-selected]:focus {
3176
+ background-color: var(--primary);
3177
+ }
3178
+
3179
+ .data-\[selected\]\:focus\:text-primary-foreground[data-selected]:focus {
3180
+ color: var(--primary-foreground);
3181
+ }
3182
+
3183
+ .data-\[selection-end\]\:bg-primary[data-selection-end] {
3184
+ background-color: var(--primary);
3185
+ }
3186
+
3187
+ .data-\[selection-end\]\:text-primary-foreground[data-selection-end] {
3188
+ color: var(--primary-foreground);
3189
+ }
3190
+
3191
+ @media (hover: hover) {
3192
+ .data-\[selection-end\]\:hover\:bg-primary[data-selection-end]:hover {
3193
+ background-color: var(--primary);
3194
+ }
3195
+
3196
+ .data-\[selection-end\]\:hover\:text-primary-foreground[data-selection-end]:hover {
3197
+ color: var(--primary-foreground);
3198
+ }
3199
+ }
3200
+
3201
+ .data-\[selection-end\]\:focus\:bg-primary[data-selection-end]:focus {
3202
+ background-color: var(--primary);
3203
+ }
3204
+
3205
+ .data-\[selection-end\]\:focus\:text-primary-foreground[data-selection-end]:focus {
3206
+ color: var(--primary-foreground);
3207
+ }
3208
+
3209
+ .data-\[selection-start\]\:bg-primary[data-selection-start] {
3210
+ background-color: var(--primary);
3211
+ }
3212
+
3213
+ .data-\[selection-start\]\:text-primary-foreground[data-selection-start] {
3214
+ color: var(--primary-foreground);
3215
+ }
3216
+
3217
+ @media (hover: hover) {
3218
+ .data-\[selection-start\]\:hover\:bg-primary[data-selection-start]:hover {
3219
+ background-color: var(--primary);
3220
+ }
3221
+
3222
+ .data-\[selection-start\]\:hover\:text-primary-foreground[data-selection-start]:hover {
3223
+ color: var(--primary-foreground);
3224
+ }
3225
+ }
3226
+
3227
+ .data-\[selection-start\]\:focus\:bg-primary[data-selection-start]:focus {
3228
+ background-color: var(--primary);
3229
+ }
3230
+
3231
+ .data-\[selection-start\]\:focus\:text-primary-foreground[data-selection-start]:focus {
3232
+ color: var(--primary-foreground);
3233
+ }
3234
+
3235
+ .data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
3236
+ --tw-translate-y: calc(var(--spacing) * 1);
3237
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3238
+ }
3239
+
3240
+ .data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
3241
+ --tw-enter-translate-y: calc(2*var(--spacing)*-1);
3242
+ }
3243
+
3244
+ .data-\[side\=left\]\:-translate-x-1[data-side="left"] {
3245
+ --tw-translate-x: calc(var(--spacing) * -1);
3246
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3247
+ }
3248
+
3249
+ .data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
3250
+ --tw-enter-translate-x: calc(2*var(--spacing));
3251
+ }
3252
+
3253
+ .data-\[side\=right\]\:translate-x-1[data-side="right"] {
3254
+ --tw-translate-x: calc(var(--spacing) * 1);
3255
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3256
+ }
3257
+
3258
+ .data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
3259
+ --tw-enter-translate-x: calc(2*var(--spacing)*-1);
3260
+ }
3261
+
3262
+ .data-\[side\=top\]\:-translate-y-1[data-side="top"] {
3263
+ --tw-translate-y: calc(var(--spacing) * -1);
3264
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3265
+ }
3266
+
3267
+ .data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
3268
+ --tw-enter-translate-y: calc(2*var(--spacing));
3269
+ }
3270
+
3271
+ .data-\[size\=default\]\:h-10[data-size="default"] {
3272
+ height: calc(var(--spacing) * 10);
3273
+ }
3274
+
3275
+ .data-\[size\=sm\]\:h-8[data-size="sm"] {
3276
+ height: calc(var(--spacing) * 8);
3277
+ }
3278
+
3279
+ :is(.\*\:data-\[slot\=alert-description\]\:text-destructive\/90 > *)[data-slot="alert-description"] {
3280
+ color: var(--destructive);
3281
+ }
3282
+
3283
+ @supports (color: color-mix(in lab, red, red)) {
3284
+ :is(.\*\:data-\[slot\=alert-description\]\:text-destructive\/90 > *)[data-slot="alert-description"] {
3285
+ color: color-mix(in oklab, var(--destructive) 90%, transparent);
3286
+ }
3287
+ }
3288
+
3289
+ :is(.\*\:data-\[slot\=alert-description\]\:text-yellow-500\/90 > *)[data-slot="alert-description"] {
3290
+ color: #edb200e6;
3291
+ }
3292
+
3293
+ @supports (color: color-mix(in lab, red, red)) {
3294
+ :is(.\*\:data-\[slot\=alert-description\]\:text-yellow-500\/90 > *)[data-slot="alert-description"] {
3295
+ color: color-mix(in oklab, var(--color-yellow-500) 90%, transparent);
3296
+ }
3297
+ }
3298
+
3299
+ :is(.\*\*\:data-\[slot\=navigation-menu-link\]\:focus\:ring-0 *)[data-slot="navigation-menu-link"]:focus {
3300
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
3301
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3302
+ }
3303
+
3304
+ :is(.\*\*\:data-\[slot\=navigation-menu-link\]\:focus\:outline-none *)[data-slot="navigation-menu-link"]:focus {
3305
+ --tw-outline-style: none;
3306
+ outline-style: none;
3307
+ }
3308
+
3309
+ :is(.\*\:data-\[slot\=select-value\]\:line-clamp-1 > *)[data-slot="select-value"] {
3310
+ -webkit-line-clamp: 1;
3311
+ -webkit-box-orient: vertical;
3312
+ display: -webkit-box;
3313
+ overflow: hidden;
3314
+ }
3315
+
3316
+ :is(.\*\:data-\[slot\=select-value\]\:flex > *)[data-slot="select-value"] {
3317
+ display: flex;
3318
+ }
3319
+
3320
+ :is(.\*\:data-\[slot\=select-value\]\:items-center > *)[data-slot="select-value"] {
3321
+ align-items: center;
3322
+ }
3323
+
3324
+ :is(.\*\:data-\[slot\=select-value\]\:gap-2 > *)[data-slot="select-value"] {
3325
+ gap: calc(var(--spacing) * 2);
3326
+ }
3327
+
3328
+ .data-\[state\=active\]\:bg-background[data-state="active"] {
3329
+ background-color: var(--background);
3330
+ }
3331
+
3332
+ .data-\[state\=active\]\:shadow-sm[data-state="active"] {
3333
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
3334
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3335
+ }
3336
+
3337
+ .data-\[state\=active\]\:ring-2[data-state="active"] {
3338
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
3339
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3340
+ }
3341
+
3342
+ .data-\[state\=active\]\:ring-ring[data-state="active"] {
3343
+ --tw-ring-color: var(--ring);
3344
+ }
3345
+
3346
+ .data-\[state\=active\]\:ring-offset-2[data-state="active"] {
3347
+ --tw-ring-offset-width: 2px;
3348
+ --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3349
+ }
3350
+
3351
+ .data-\[state\=checked\]\:translate-x-\[calc\(100\%-2px\)\][data-state="checked"] {
3352
+ --tw-translate-x: calc(100% - 2px);
3353
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3354
+ }
3355
+
3356
+ .data-\[state\=checked\]\:border-primary[data-state="checked"] {
3357
+ border-color: var(--primary);
3358
+ }
3359
+
3360
+ .data-\[state\=checked\]\:bg-primary[data-state="checked"] {
3361
+ background-color: var(--primary);
3362
+ }
3363
+
3364
+ .data-\[state\=checked\]\:text-primary-foreground[data-state="checked"] {
3365
+ color: var(--primary-foreground);
3366
+ }
3367
+
3368
+ .data-\[state\=closed\]\:animate-accordion-up[data-state="closed"] {
3369
+ animation: .2s ease-out accordion-up;
3370
+ }
3371
+
3372
+ .data-\[state\=closed\]\:animate-out[data-state="closed"] {
3373
+ 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);
3374
+ }
3375
+
3376
+ .data-\[state\=closed\]\:duration-300[data-state="closed"] {
3377
+ --tw-duration: .3s;
3378
+ transition-duration: .3s;
3379
+ }
3380
+
3381
+ .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
3382
+ --tw-exit-opacity: 0;
3383
+ }
3384
+
3385
+ .data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
3386
+ --tw-exit-scale: .95;
3387
+ }
3388
+
3389
+ .data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
3390
+ --tw-exit-translate-y: 100%;
3391
+ }
3392
+
3393
+ .data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
3394
+ --tw-exit-translate-x: -100%;
3395
+ }
3396
+
3397
+ .data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
3398
+ --tw-exit-translate-x: 100%;
3399
+ }
3400
+
3401
+ .data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
3402
+ --tw-exit-translate-y: -100%;
3403
+ }
3404
+
3405
+ .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:animate-out:is(:where(.group\/navigation-menu)[data-viewport="false"] *)[data-state="closed"] {
3406
+ 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);
3407
+ }
3408
+
3409
+ .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:fade-out-0:is(:where(.group\/navigation-menu)[data-viewport="false"] *)[data-state="closed"] {
3410
+ --tw-exit-opacity: 0;
3411
+ }
3412
+
3413
+ .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:zoom-out-95:is(:where(.group\/navigation-menu)[data-viewport="false"] *)[data-state="closed"] {
3414
+ --tw-exit-scale: .95;
3415
+ }
3416
+
3417
+ .data-\[state\=hidden\]\:animate-out[data-state="hidden"] {
3418
+ 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);
3419
+ }
3420
+
3421
+ .data-\[state\=hidden\]\:fade-out[data-state="hidden"] {
3422
+ --tw-exit-opacity: 0;
3423
+ }
3424
+
3425
+ .data-\[state\=on\]\:bg-accent[data-state="on"] {
3426
+ background-color: var(--accent);
3427
+ }
3428
+
3429
+ .data-\[state\=on\]\:text-accent-foreground[data-state="on"] {
3430
+ color: var(--accent-foreground);
3431
+ }
3432
+
3433
+ .data-\[state\=open\]\:animate-accordion-down[data-state="open"] {
3434
+ animation: .2s ease-out accordion-down;
3435
+ }
3436
+
3437
+ .data-\[state\=open\]\:animate-in[data-state="open"] {
3438
+ 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);
3439
+ }
3440
+
3441
+ .data-\[state\=open\]\:bg-accent[data-state="open"], .data-\[state\=open\]\:bg-accent\/50[data-state="open"] {
3442
+ background-color: var(--accent);
3443
+ }
3444
+
3445
+ @supports (color: color-mix(in lab, red, red)) {
3446
+ .data-\[state\=open\]\:bg-accent\/50[data-state="open"] {
3447
+ background-color: color-mix(in oklab, var(--accent) 50%, transparent);
3448
+ }
3449
+ }
3450
+
3451
+ .data-\[state\=open\]\:bg-secondary[data-state="open"] {
3452
+ background-color: var(--secondary);
3453
+ }
3454
+
3455
+ .data-\[state\=open\]\:bg-sidebar-accent[data-state="open"] {
3456
+ background-color: var(--sidebar-accent);
3457
+ }
3458
+
3459
+ .data-\[state\=open\]\:text-accent-foreground[data-state="open"] {
3460
+ color: var(--accent-foreground);
3461
+ }
3462
+
3463
+ .data-\[state\=open\]\:text-muted-foreground[data-state="open"] {
3464
+ color: var(--muted-foreground);
3465
+ }
3466
+
3467
+ .data-\[state\=open\]\:text-sidebar-accent-foreground[data-state="open"] {
3468
+ color: var(--sidebar-accent-foreground);
3469
+ }
3470
+
3471
+ .data-\[state\=open\]\:opacity-100[data-state="open"] {
3472
+ opacity: 1;
3473
+ }
3474
+
3475
+ .data-\[state\=open\]\:duration-500[data-state="open"] {
3476
+ --tw-duration: .5s;
3477
+ transition-duration: .5s;
3478
+ }
3479
+
3480
+ .data-\[state\=open\]\:fade-in-0[data-state="open"] {
3481
+ --tw-enter-opacity: 0;
3482
+ }
3483
+
3484
+ .data-\[state\=open\]\:zoom-in-90[data-state="open"] {
3485
+ --tw-enter-scale: .9;
3486
+ }
3487
+
3488
+ .data-\[state\=open\]\:zoom-in-95[data-state="open"] {
3489
+ --tw-enter-scale: .95;
3490
+ }
3491
+
3492
+ .data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
3493
+ --tw-enter-translate-y: 100%;
3494
+ }
3495
+
3496
+ .data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
3497
+ --tw-enter-translate-x: -100%;
3498
+ }
3499
+
3500
+ .data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
3501
+ --tw-enter-translate-x: 100%;
3502
+ }
3503
+
3504
+ .data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
3505
+ --tw-enter-translate-y: -100%;
3506
+ }
3507
+
3508
+ .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:animate-in:is(:where(.group\/navigation-menu)[data-viewport="false"] *)[data-state="open"] {
3509
+ 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);
3510
+ }
3511
+
3512
+ .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:fade-in-0:is(:where(.group\/navigation-menu)[data-viewport="false"] *)[data-state="open"] {
3513
+ --tw-enter-opacity: 0;
3514
+ }
3515
+
3516
+ .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:zoom-in-95:is(:where(.group\/navigation-menu)[data-viewport="false"] *)[data-state="open"] {
3517
+ --tw-enter-scale: .95;
3518
+ }
3519
+
3520
+ @media (hover: hover) {
3521
+ .data-\[state\=open\]\:hover\:bg-accent[data-state="open"]:hover {
3522
+ background-color: var(--accent);
3523
+ }
3524
+
3525
+ .data-\[state\=open\]\:hover\:bg-sidebar-accent[data-state="open"]:hover {
3526
+ background-color: var(--sidebar-accent);
3527
+ }
3528
+
3529
+ .data-\[state\=open\]\:hover\:text-sidebar-accent-foreground[data-state="open"]:hover {
3530
+ color: var(--sidebar-accent-foreground);
3531
+ }
3532
+ }
3533
+
3534
+ .data-\[state\=open\]\:focus\:bg-accent[data-state="open"]:focus {
3535
+ background-color: var(--accent);
3536
+ }
3537
+
3538
+ .data-\[state\=selected\]\:bg-muted[data-state="selected"] {
3539
+ background-color: var(--muted);
3540
+ }
3541
+
3542
+ .data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
3543
+ --tw-translate-x: calc(var(--spacing) * 0);
3544
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3545
+ }
3546
+
3547
+ .data-\[state\=unchecked\]\:bg-input[data-state="unchecked"] {
3548
+ background-color: var(--input);
3549
+ }
3550
+
3551
+ .data-\[state\=visible\]\:animate-in[data-state="visible"] {
3552
+ 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);
3553
+ }
3554
+
3555
+ .data-\[state\=visible\]\:fade-in[data-state="visible"] {
3556
+ --tw-enter-opacity: 0;
3557
+ }
3558
+
3559
+ .data-\[unavailable\]\:text-destructive-foreground[data-unavailable] {
3560
+ color: var(--destructive-foreground);
3561
+ }
3562
+
3563
+ .data-\[unavailable\]\:line-through[data-unavailable] {
3564
+ text-decoration-line: line-through;
3565
+ }
3566
+
3567
+ .data-\[variant\=destructive\]\:text-destructive-foreground[data-variant="destructive"] {
3568
+ color: var(--destructive-foreground);
3569
+ }
3570
+
3571
+ .data-\[variant\=destructive\]\:focus\:bg-destructive\/10[data-variant="destructive"]:focus {
3572
+ background-color: var(--destructive);
3573
+ }
3574
+
3575
+ @supports (color: color-mix(in lab, red, red)) {
3576
+ .data-\[variant\=destructive\]\:focus\:bg-destructive\/10[data-variant="destructive"]:focus {
3577
+ background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
3578
+ }
3579
+ }
3580
+
3581
+ .data-\[variant\=destructive\]\:focus\:text-destructive-foreground[data-variant="destructive"]:focus {
3582
+ color: var(--destructive-foreground);
3583
+ }
3584
+
3585
+ .data-\[variant\=outline\]\:border-l-0[data-variant="outline"] {
3586
+ border-left-style: var(--tw-border-style);
3587
+ border-left-width: 0;
3588
+ }
3589
+
3590
+ .data-\[variant\=outline\]\:shadow-xs[data-variant="outline"] {
3591
+ --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);
3592
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3593
+ }
3594
+
3595
+ .data-\[variant\=outline\]\:first\:border-l[data-variant="outline"]:first-child {
3596
+ border-left-style: var(--tw-border-style);
3597
+ border-left-width: 1px;
3598
+ }
3599
+
3600
+ .data-\[vaul-drawer-direction\=bottom\]\:inset-x-0[data-vaul-drawer-direction="bottom"] {
3601
+ inset-inline: calc(var(--spacing) * 0);
3602
+ }
3603
+
3604
+ .data-\[vaul-drawer-direction\=bottom\]\:bottom-0[data-vaul-drawer-direction="bottom"] {
3605
+ bottom: calc(var(--spacing) * 0);
3606
+ }
3607
+
3608
+ .data-\[vaul-drawer-direction\=bottom\]\:mt-24[data-vaul-drawer-direction="bottom"] {
3609
+ margin-top: calc(var(--spacing) * 24);
3610
+ }
3611
+
3612
+ .data-\[vaul-drawer-direction\=bottom\]\:max-h-\[80vh\][data-vaul-drawer-direction="bottom"] {
3613
+ max-height: 80vh;
3614
+ }
3615
+
3616
+ .data-\[vaul-drawer-direction\=bottom\]\:rounded-t-lg[data-vaul-drawer-direction="bottom"] {
3617
+ border-top-left-radius: var(--radius);
3618
+ border-top-right-radius: var(--radius);
3619
+ }
3620
+
3621
+ .data-\[vaul-drawer-direction\=left\]\:inset-y-0[data-vaul-drawer-direction="left"] {
3622
+ inset-block: calc(var(--spacing) * 0);
3623
+ }
3624
+
3625
+ .data-\[vaul-drawer-direction\=left\]\:left-0[data-vaul-drawer-direction="left"] {
3626
+ left: calc(var(--spacing) * 0);
3627
+ }
3628
+
3629
+ .data-\[vaul-drawer-direction\=left\]\:w-3\/4[data-vaul-drawer-direction="left"] {
3630
+ width: 75%;
3631
+ }
3632
+
3633
+ .data-\[vaul-drawer-direction\=right\]\:inset-y-0[data-vaul-drawer-direction="right"] {
3634
+ inset-block: calc(var(--spacing) * 0);
3635
+ }
3636
+
3637
+ .data-\[vaul-drawer-direction\=right\]\:right-0[data-vaul-drawer-direction="right"] {
3638
+ right: calc(var(--spacing) * 0);
3639
+ }
3640
+
3641
+ .data-\[vaul-drawer-direction\=right\]\:w-3\/4[data-vaul-drawer-direction="right"] {
3642
+ width: 75%;
3643
+ }
3644
+
3645
+ .data-\[vaul-drawer-direction\=top\]\:inset-x-0[data-vaul-drawer-direction="top"] {
3646
+ inset-inline: calc(var(--spacing) * 0);
3647
+ }
3648
+
3649
+ .data-\[vaul-drawer-direction\=top\]\:top-0[data-vaul-drawer-direction="top"] {
3650
+ top: calc(var(--spacing) * 0);
3651
+ }
3652
+
3653
+ .data-\[vaul-drawer-direction\=top\]\:mb-24[data-vaul-drawer-direction="top"] {
3654
+ margin-bottom: calc(var(--spacing) * 24);
3655
+ }
3656
+
3657
+ .data-\[vaul-drawer-direction\=top\]\:max-h-\[80vh\][data-vaul-drawer-direction="top"] {
3658
+ max-height: 80vh;
3659
+ }
3660
+
3661
+ .data-\[vaul-drawer-direction\=top\]\:rounded-b-lg[data-vaul-drawer-direction="top"] {
3662
+ border-bottom-right-radius: var(--radius);
3663
+ border-bottom-left-radius: var(--radius);
3664
+ }
3665
+
3666
+ @media (min-width: 40rem) {
3667
+ .sm\:order-1 {
3668
+ order: 1;
3669
+ }
3670
+
3671
+ .sm\:order-2 {
3672
+ order: 2;
3673
+ }
3674
+
3675
+ .sm\:mt-0 {
3676
+ margin-top: calc(var(--spacing) * 0);
3677
+ }
3678
+
3679
+ .sm\:block {
3680
+ display: block;
3681
+ }
3682
+
3683
+ .sm\:flex {
3684
+ display: flex;
3685
+ }
3686
+
3687
+ .sm\:hidden {
3688
+ display: none;
3689
+ }
3690
+
3691
+ .sm\:h-4 {
3692
+ height: calc(var(--spacing) * 4);
3693
+ }
3694
+
3695
+ .sm\:w-4 {
3696
+ width: calc(var(--spacing) * 4);
3697
+ }
3698
+
3699
+ .sm\:max-w-\[500px\] {
3700
+ max-width: 500px;
3701
+ }
3702
+
3703
+ .sm\:max-w-lg {
3704
+ max-width: var(--container-lg);
3705
+ }
3706
+
3707
+ .sm\:max-w-sm {
3708
+ max-width: var(--container-sm);
3709
+ }
3710
+
3711
+ .sm\:flex-row {
3712
+ flex-direction: row;
3713
+ }
3714
+
3715
+ .sm\:flex-row\! {
3716
+ flex-direction: row !important;
3717
+ }
3718
+
3719
+ .sm\:justify-end {
3720
+ justify-content: flex-end;
3721
+ }
3722
+
3723
+ .sm\:gap-2 {
3724
+ gap: calc(var(--spacing) * 2);
3725
+ }
3726
+
3727
+ .sm\:gap-2\.5 {
3728
+ gap: calc(var(--spacing) * 2.5);
3729
+ }
3730
+
3731
+ :where(.sm\:space-y-0 > :not(:last-child)) {
3732
+ --tw-space-y-reverse: 0;
3733
+ margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
3734
+ margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
3735
+ }
3736
+
3737
+ .sm\:gap-x-4 {
3738
+ column-gap: calc(var(--spacing) * 4);
3739
+ }
3740
+
3741
+ :where(.sm\:space-x-2 > :not(:last-child)) {
3742
+ --tw-space-x-reverse: 0;
3743
+ margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
3744
+ margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
3745
+ }
3746
+
3747
+ .sm\:gap-y-0 {
3748
+ row-gap: calc(var(--spacing) * 0);
3749
+ }
3750
+
3751
+ .sm\:rounded-lg {
3752
+ border-radius: var(--radius);
3753
+ }
3754
+
3755
+ .sm\:pr-2\.5 {
3756
+ padding-right: calc(var(--spacing) * 2.5);
3757
+ }
3758
+
3759
+ .sm\:text-left {
3760
+ text-align: left;
3761
+ }
3762
+
3763
+ .data-\[vaul-drawer-direction\=left\]\:sm\:max-w-sm[data-vaul-drawer-direction="left"], .data-\[vaul-drawer-direction\=right\]\:sm\:max-w-sm[data-vaul-drawer-direction="right"] {
3764
+ max-width: var(--container-sm);
3765
+ }
3766
+ }
3767
+
3768
+ @media (min-width: 48rem) {
3769
+ .md\:absolute {
3770
+ position: absolute;
3771
+ }
3772
+
3773
+ .md\:block {
3774
+ display: block;
3775
+ }
3776
+
3777
+ .md\:flex {
3778
+ display: flex;
3779
+ }
3780
+
3781
+ .md\:hidden {
3782
+ display: none;
3783
+ }
3784
+
3785
+ .md\:w-\[var\(--reka-navigation-menu-viewport-width\)\] {
3786
+ width: var(--reka-navigation-menu-viewport-width);
3787
+ }
3788
+
3789
+ .md\:w-auto {
3790
+ width: auto;
3791
+ }
3792
+
3793
+ .md\:w-full {
3794
+ width: 100%;
3795
+ }
3796
+
3797
+ .md\:px-4 {
3798
+ padding-inline: calc(var(--spacing) * 4);
3799
+ }
3800
+
3801
+ .md\:text-sm {
3802
+ font-size: var(--text-sm);
3803
+ line-height: var(--tw-leading, var(--text-sm--line-height));
3804
+ }
3805
+
3806
+ .md\:opacity-0 {
3807
+ opacity: 0;
3808
+ }
3809
+
3810
+ .md\:peer-data-\[variant\=inset\]\:m-2:is(:where(.peer)[data-variant="inset"] ~ *) {
3811
+ margin: calc(var(--spacing) * 2);
3812
+ }
3813
+
3814
+ .md\:peer-data-\[variant\=inset\]\:ml-0:is(:where(.peer)[data-variant="inset"] ~ *) {
3815
+ margin-left: calc(var(--spacing) * 0);
3816
+ }
3817
+
3818
+ .md\:peer-data-\[variant\=inset\]\:rounded-xl:is(:where(.peer)[data-variant="inset"] ~ *) {
3819
+ border-radius: calc(var(--radius) + 4px);
3820
+ }
3821
+
3822
+ .md\:peer-data-\[variant\=inset\]\:shadow-sm:is(:where(.peer)[data-variant="inset"] ~ *) {
3823
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
3824
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3825
+ }
3826
+
3827
+ .md\:peer-data-\[variant\=inset\]\:peer-data-\[state\=collapsed\]\:ml-2:is(:where(.peer)[data-variant="inset"] ~ *):is(:where(.peer)[data-state="collapsed"] ~ *) {
3828
+ margin-left: calc(var(--spacing) * 2);
3829
+ }
3830
+
3831
+ .md\:after\:hidden:after {
3832
+ content: var(--tw-content);
3833
+ display: none;
3834
+ }
3835
+ }
3836
+
3837
+ @media (min-width: 64rem) {
3838
+ .lg\:max-w-\[calc\(100dvw-8px-var\(--sidebar-width\)\)\] {
3839
+ max-width: calc(100dvw - 8px - var(--sidebar-width));
3840
+ }
3841
+ }
3842
+
3843
+ .dark\:border-input:is(.dark *) {
3844
+ border-color: var(--input);
3845
+ }
3846
+
3847
+ .dark\:bg-destructive\/60:is(.dark *) {
3848
+ background-color: var(--destructive);
3849
+ }
3850
+
3851
+ @supports (color: color-mix(in lab, red, red)) {
3852
+ .dark\:bg-destructive\/60:is(.dark *) {
3853
+ background-color: color-mix(in oklab, var(--destructive) 60%, transparent);
3854
+ }
3855
+ }
3856
+
3857
+ .dark\:bg-input\/30:is(.dark *) {
3858
+ background-color: var(--input);
3859
+ }
3860
+
3861
+ @supports (color: color-mix(in lab, red, red)) {
3862
+ .dark\:bg-input\/30:is(.dark *) {
3863
+ background-color: color-mix(in oklab, var(--input) 30%, transparent);
3864
+ }
3865
+ }
3866
+
3867
+ .dark\:text-black:is(.dark *) {
3868
+ color: var(--color-black);
3869
+ }
3870
+
3871
+ .dark\:text-destructive:is(.dark *) {
3872
+ color: var(--destructive);
3873
+ }
3874
+
3875
+ .dark\:text-muted-foreground:is(.dark *) {
3876
+ color: var(--muted-foreground);
3877
+ }
3878
+
3879
+ .dark\:ring-ring\/20:is(.dark *) {
3880
+ --tw-ring-color: var(--ring);
3881
+ }
3882
+
3883
+ @supports (color: color-mix(in lab, red, red)) {
3884
+ .dark\:ring-ring\/20:is(.dark *) {
3885
+ --tw-ring-color: color-mix(in oklab, var(--ring) 20%, transparent);
3886
+ }
3887
+ }
3888
+
3889
+ .dark\:outline-ring\/40:is(.dark *) {
3890
+ outline-color: var(--ring);
3891
+ }
3892
+
3893
+ @supports (color: color-mix(in lab, red, red)) {
3894
+ .dark\:outline-ring\/40:is(.dark *) {
3895
+ outline-color: color-mix(in oklab, var(--ring) 40%, transparent);
3896
+ }
3897
+ }
3898
+
3899
+ @media (hover: hover) {
3900
+ .dark\:hover\:bg-accent\/50:is(.dark *):hover {
3901
+ background-color: var(--accent);
3902
+ }
3903
+
3904
+ @supports (color: color-mix(in lab, red, red)) {
3905
+ .dark\:hover\:bg-accent\/50:is(.dark *):hover {
3906
+ background-color: color-mix(in oklab, var(--accent) 50%, transparent);
3907
+ }
3908
+ }
3909
+
3910
+ .dark\:hover\:bg-input\/50:is(.dark *):hover {
3911
+ background-color: var(--input);
3912
+ }
3913
+
3914
+ @supports (color: color-mix(in lab, red, red)) {
3915
+ .dark\:hover\:bg-input\/50:is(.dark *):hover {
3916
+ background-color: color-mix(in oklab, var(--input) 50%, transparent);
3917
+ }
3918
+ }
3919
+ }
3920
+
3921
+ .dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
3922
+ --tw-ring-color: var(--destructive);
3923
+ }
3924
+
3925
+ @supports (color: color-mix(in lab, red, red)) {
3926
+ .dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
3927
+ --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
3928
+ }
3929
+ }
3930
+
3931
+ .dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid="true"] {
3932
+ --tw-ring-color: var(--destructive);
3933
+ }
3934
+
3935
+ @supports (color: color-mix(in lab, red, red)) {
3936
+ .dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid="true"] {
3937
+ --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
3938
+ }
3939
+ }
3940
+
3941
+ .dark\:focus\:aria-invalid\:ring-destructive\/40:is(.dark *):focus[aria-invalid="true"] {
3942
+ --tw-ring-color: var(--destructive);
3943
+ }
3944
+
3945
+ @supports (color: color-mix(in lab, red, red)) {
3946
+ .dark\:focus\:aria-invalid\:ring-destructive\/40:is(.dark *):focus[aria-invalid="true"] {
3947
+ --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
3948
+ }
3949
+ }
3950
+
3951
+ .dark\:data-\[state\=active\]\:border-input:is(.dark *)[data-state="active"] {
3952
+ border-color: var(--input);
3953
+ }
3954
+
3955
+ .dark\:data-\[state\=active\]\:bg-input\/30:is(.dark *)[data-state="active"] {
3956
+ background-color: var(--input);
3957
+ }
3958
+
3959
+ @supports (color: color-mix(in lab, red, red)) {
3960
+ .dark\:data-\[state\=active\]\:bg-input\/30:is(.dark *)[data-state="active"] {
3961
+ background-color: color-mix(in oklab, var(--input) 30%, transparent);
3962
+ }
3963
+ }
3964
+
3965
+ .dark\:data-\[state\=active\]\:text-foreground:is(.dark *)[data-state="active"] {
3966
+ color: var(--foreground);
3967
+ }
3968
+
3969
+ .dark\:data-\[state\=checked\]\:bg-primary-foreground:is(.dark *)[data-state="checked"] {
3970
+ background-color: var(--primary-foreground);
3971
+ }
3972
+
3973
+ .dark\:data-\[state\=unchecked\]\:bg-foreground:is(.dark *)[data-state="unchecked"] {
3974
+ background-color: var(--foreground);
3975
+ }
3976
+
3977
+ .dark\:data-\[state\=unchecked\]\:bg-input\/80:is(.dark *)[data-state="unchecked"] {
3978
+ background-color: var(--input);
3979
+ }
3980
+
3981
+ @supports (color: color-mix(in lab, red, red)) {
3982
+ .dark\:data-\[state\=unchecked\]\:bg-input\/80:is(.dark *)[data-state="unchecked"] {
3983
+ background-color: color-mix(in oklab, var(--input) 80%, transparent);
3984
+ }
3985
+ }
3986
+
3987
+ .dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/40:is(.dark *)[data-variant="destructive"]:focus {
3988
+ background-color: var(--destructive);
3989
+ }
3990
+
3991
+ @supports (color: color-mix(in lab, red, red)) {
3992
+ .dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/40:is(.dark *)[data-variant="destructive"]:focus {
3993
+ background-color: color-mix(in oklab, var(--destructive) 40%, transparent);
3994
+ }
3995
+ }
3996
+
3997
+ .\[\&_p\]\:leading-relaxed p {
3998
+ --tw-leading: var(--leading-relaxed);
3999
+ line-height: var(--leading-relaxed);
4000
+ }
4001
+
4002
+ .\[\&_svg\]\:pointer-events-none svg {
4003
+ pointer-events: none;
4004
+ }
4005
+
4006
+ .\[\&_svg\]\:shrink-0 svg {
4007
+ flex-shrink: 0;
4008
+ }
4009
+
4010
+ .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*="size-"]) {
4011
+ width: calc(var(--spacing) * 4);
4012
+ height: calc(var(--spacing) * 4);
4013
+ }
4014
+
4015
+ .\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted-foreground svg:not([class*="text-"]) {
4016
+ color: var(--muted-foreground);
4017
+ }
4018
+
4019
+ .\[\&_svg\:not\(\[class\*\=\\\'size-\\\'\]\)\]\:size-4 svg:not([class*="'size-'"]) {
4020
+ width: calc(var(--spacing) * 4);
4021
+ height: calc(var(--spacing) * 4);
4022
+ }
4023
+
4024
+ .\[\&_tr\]\:border-b tr {
4025
+ border-bottom-style: var(--tw-border-style);
4026
+ border-bottom-width: 1px;
4027
+ }
4028
+
4029
+ .\[\&_tr\:last-child\]\:border-0 tr:last-child {
4030
+ border-style: var(--tw-border-style);
4031
+ border-width: 0;
4032
+ }
4033
+
4034
+ .\[\&\:has\(\[data-selected\]\)\]\:rounded-md:has([data-selected]) {
4035
+ border-radius: calc(var(--radius) - 2px);
4036
+ }
4037
+
4038
+ .\[\&\:has\(\[data-selected\]\)\]\:bg-accent:has([data-selected]) {
4039
+ background-color: var(--accent);
4040
+ }
4041
+
4042
+ .first\:\[\&\:has\(\[data-selected\]\)\]\:rounded-l-md:first-child:has([data-selected]) {
4043
+ border-top-left-radius: calc(var(--radius) - 2px);
4044
+ border-bottom-left-radius: calc(var(--radius) - 2px);
4045
+ }
4046
+
4047
+ .last\:\[\&\:has\(\[data-selected\]\)\]\:rounded-r-md:last-child:has([data-selected]), .\[\&\:has\(\[data-selected\]\[data-selection-end\]\)\]\:rounded-r-md:has([data-selected][data-selection-end]) {
4048
+ border-top-right-radius: calc(var(--radius) - 2px);
4049
+ border-bottom-right-radius: calc(var(--radius) - 2px);
4050
+ }
4051
+
4052
+ .\[\&\:has\(\[data-selected\]\[data-selection-start\]\)\]\:rounded-l-md:has([data-selected][data-selection-start]) {
4053
+ border-top-left-radius: calc(var(--radius) - 2px);
4054
+ border-bottom-left-radius: calc(var(--radius) - 2px);
4055
+ }
4056
+
4057
+ .\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role="checkbox"]) {
4058
+ padding-right: calc(var(--spacing) * 0);
4059
+ }
4060
+
4061
+ .\[\.border-b\]\:pb-6.border-b {
4062
+ padding-bottom: calc(var(--spacing) * 6);
4063
+ }
4064
+
4065
+ .\[\.border-t\]\:pt-6.border-t {
4066
+ padding-top: calc(var(--spacing) * 6);
4067
+ }
4068
+
4069
+ :is(.\*\:\[span\]\:last\:flex > *):is(span):last-child {
4070
+ display: flex;
4071
+ }
4072
+
4073
+ :is(.\*\:\[span\]\:last\:items-center > *):is(span):last-child {
4074
+ align-items: center;
4075
+ }
4076
+
4077
+ :is(.\*\:\[span\]\:last\:gap-2 > *):is(span):last-child {
4078
+ gap: calc(var(--spacing) * 2);
4079
+ }
4080
+
4081
+ :is(.data-\[variant\=destructive\]\:\*\:\[svg\]\:\!text-destructive-foreground[data-variant="destructive"] > *):is(svg) {
4082
+ color: var(--destructive-foreground) !important;
4083
+ }
4084
+
4085
+ .\[\&\>\[data-slot\=input\]\]\:has-\[\[data-slot\=decrement\]\]\:pl-5 > [data-slot="input"]:has([data-slot="decrement"]) {
4086
+ padding-left: calc(var(--spacing) * 5);
4087
+ }
4088
+
4089
+ .\[\&\>\[data-slot\=input\]\]\:has-\[\[data-slot\=increment\]\]\:pr-5 > [data-slot="input"]:has([data-slot="increment"]) {
4090
+ padding-right: calc(var(--spacing) * 5);
4091
+ }
4092
+
4093
+ .\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\] > [role="checkbox"] {
4094
+ --tw-translate-y: 2px;
4095
+ translate: var(--tw-translate-x) var(--tw-translate-y);
4096
+ }
4097
+
4098
+ .\[\&\>button\]\:hidden > button {
4099
+ display: none;
4100
+ }
4101
+
4102
+ .\[\&\>span\:last-child\]\:truncate > span:last-child {
4103
+ text-overflow: ellipsis;
4104
+ white-space: nowrap;
4105
+ overflow: hidden;
4106
+ }
4107
+
4108
+ .\[\&\>svg\]\:pointer-events-none > svg {
4109
+ pointer-events: none;
4110
+ }
4111
+
4112
+ .\[\&\>svg\]\:size-3 > svg {
4113
+ width: calc(var(--spacing) * 3);
4114
+ height: calc(var(--spacing) * 3);
4115
+ }
4116
+
4117
+ .\[\&\>svg\]\:size-3\.5 > svg {
4118
+ width: calc(var(--spacing) * 3.5);
4119
+ height: calc(var(--spacing) * 3.5);
4120
+ }
4121
+
4122
+ .\[\&\>svg\]\:size-4 > svg {
4123
+ width: calc(var(--spacing) * 4);
4124
+ height: calc(var(--spacing) * 4);
4125
+ }
4126
+
4127
+ .\[\&\>svg\]\:shrink-0 > svg {
4128
+ flex-shrink: 0;
4129
+ }
4130
+
4131
+ .\[\&\>svg\]\:translate-y-0\.5 > svg {
4132
+ --tw-translate-y: calc(var(--spacing) * .5);
4133
+ translate: var(--tw-translate-x) var(--tw-translate-y);
4134
+ }
4135
+
4136
+ .\[\&\>svg\]\:text-current > svg {
4137
+ color: currentColor;
4138
+ }
4139
+
4140
+ .\[\&\>svg\]\:text-sidebar-accent-foreground > svg {
4141
+ color: var(--sidebar-accent-foreground);
4142
+ }
4143
+
4144
+ .\[\&\>svg\]\:text-yellow-500 > svg {
4145
+ color: var(--color-yellow-500);
4146
+ }
4147
+
4148
+ .\[\&\>tr\]\:last\:border-b-0 > tr:last-child {
4149
+ border-bottom-style: var(--tw-border-style);
4150
+ border-bottom-width: 0;
4151
+ }
4152
+
4153
+ .\[\&\[data-orientation\=vertical\]\>div\]\:rotate-90[data-orientation="vertical"] > div {
4154
+ rotate: 90deg;
4155
+ }
4156
+
4157
+ .\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state="open"] > svg {
4158
+ rotate: 180deg;
4159
+ }
4160
+
4161
+ .\[\&\[data-today\]\:not\(\[data-selected\]\)\]\:bg-accent[data-today]:not([data-selected]) {
4162
+ background-color: var(--accent);
4163
+ }
4164
+
4165
+ .\[\&\[data-today\]\:not\(\[data-selected\]\)\]\:text-accent-foreground[data-today]:not([data-selected]) {
4166
+ color: var(--accent-foreground);
4167
+ }
4168
+
4169
+ [data-side="left"][data-collapsible="offcanvas"] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2 {
4170
+ right: calc(var(--spacing) * -2);
4171
+ }
4172
+
4173
+ [data-side="left"][data-state="collapsed"] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize {
4174
+ cursor: e-resize;
4175
+ }
4176
+
4177
+ [data-side="right"][data-collapsible="offcanvas"] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2 {
4178
+ left: calc(var(--spacing) * -2);
4179
+ }
4180
+
4181
+ [data-side="right"][data-state="collapsed"] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize {
4182
+ cursor: w-resize;
4183
+ }
4184
+
4185
+ @media (hover: hover) {
4186
+ a.\[a\&\]\:hover\:bg-accent:hover {
4187
+ background-color: var(--accent);
4188
+ }
4189
+
4190
+ a.\[a\&\]\:hover\:bg-destructive\/90:hover {
4191
+ background-color: var(--destructive);
4192
+ }
4193
+
4194
+ @supports (color: color-mix(in lab, red, red)) {
4195
+ a.\[a\&\]\:hover\:bg-destructive\/90:hover {
4196
+ background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
4197
+ }
4198
+ }
4199
+
4200
+ a.\[a\&\]\:hover\:bg-primary\/90:hover {
4201
+ background-color: var(--primary);
4202
+ }
4203
+
4204
+ @supports (color: color-mix(in lab, red, red)) {
4205
+ a.\[a\&\]\:hover\:bg-primary\/90:hover {
4206
+ background-color: color-mix(in oklab, var(--primary) 90%, transparent);
4207
+ }
4208
+ }
4209
+
4210
+ a.\[a\&\]\:hover\:bg-secondary\/90:hover {
4211
+ background-color: var(--secondary);
4212
+ }
4213
+
4214
+ @supports (color: color-mix(in lab, red, red)) {
4215
+ a.\[a\&\]\:hover\:bg-secondary\/90:hover {
4216
+ background-color: color-mix(in oklab, var(--secondary) 90%, transparent);
4217
+ }
4218
+ }
4219
+
4220
+ a.\[a\&\]\:hover\:text-accent-foreground:hover {
4221
+ color: var(--accent-foreground);
4222
+ }
4223
+ }
4224
+ }
4225
+
4226
+ @property --tw-animation-delay {
4227
+ syntax: "*";
4228
+ inherits: false;
4229
+ initial-value: 0s;
4230
+ }
4231
+
4232
+ @property --tw-animation-direction {
4233
+ syntax: "*";
4234
+ inherits: false;
4235
+ initial-value: normal;
4236
+ }
4237
+
4238
+ @property --tw-animation-duration {
4239
+ syntax: "*";
4240
+ inherits: false
4241
+ }
4242
+
4243
+ @property --tw-animation-fill-mode {
4244
+ syntax: "*";
4245
+ inherits: false;
4246
+ initial-value: none;
4247
+ }
4248
+
4249
+ @property --tw-animation-iteration-count {
4250
+ syntax: "*";
4251
+ inherits: false;
4252
+ initial-value: 1;
4253
+ }
4254
+
4255
+ @property --tw-enter-blur {
4256
+ syntax: "*";
4257
+ inherits: false;
4258
+ initial-value: 0;
4259
+ }
4260
+
4261
+ @property --tw-enter-opacity {
4262
+ syntax: "*";
4263
+ inherits: false;
4264
+ initial-value: 1;
4265
+ }
4266
+
4267
+ @property --tw-enter-rotate {
4268
+ syntax: "*";
4269
+ inherits: false;
4270
+ initial-value: 0;
4271
+ }
4272
+
4273
+ @property --tw-enter-scale {
4274
+ syntax: "*";
4275
+ inherits: false;
4276
+ initial-value: 1;
4277
+ }
4278
+
4279
+ @property --tw-enter-translate-x {
4280
+ syntax: "*";
4281
+ inherits: false;
4282
+ initial-value: 0;
4283
+ }
4284
+
4285
+ @property --tw-enter-translate-y {
4286
+ syntax: "*";
4287
+ inherits: false;
4288
+ initial-value: 0;
4289
+ }
4290
+
4291
+ @property --tw-exit-blur {
4292
+ syntax: "*";
4293
+ inherits: false;
4294
+ initial-value: 0;
4295
+ }
4296
+
4297
+ @property --tw-exit-opacity {
4298
+ syntax: "*";
4299
+ inherits: false;
4300
+ initial-value: 1;
4301
+ }
4302
+
4303
+ @property --tw-exit-rotate {
4304
+ syntax: "*";
4305
+ inherits: false;
4306
+ initial-value: 0;
4307
+ }
4308
+
4309
+ @property --tw-exit-scale {
4310
+ syntax: "*";
4311
+ inherits: false;
4312
+ initial-value: 1;
4313
+ }
4314
+
4315
+ @property --tw-exit-translate-x {
4316
+ syntax: "*";
4317
+ inherits: false;
4318
+ initial-value: 0;
4319
+ }
4320
+
4321
+ @property --tw-exit-translate-y {
4322
+ syntax: "*";
4323
+ inherits: false;
4324
+ initial-value: 0;
4325
+ }
4326
+
4327
+ :root {
4328
+ --background: oklch(100% 0 0);
4329
+ --foreground: oklch(14.1% .005 285.823);
4330
+ --card: oklch(100% 0 0);
4331
+ --card-foreground: oklch(14.1% .005 285.823);
4332
+ --popover: oklch(100% 0 0);
4333
+ --popover-foreground: oklch(14.1% .005 285.823);
4334
+ --primary: oklch(21% .006 285.885);
4335
+ --primary-foreground: oklch(98.5% 0 0);
4336
+ --secondary: oklch(96.7% .001 286.375);
4337
+ --secondary-foreground: oklch(21% .006 285.885);
4338
+ --muted: oklch(96.7% .001 286.375);
4339
+ --muted-foreground: oklch(55.2% .016 285.938);
4340
+ --accent: oklch(96.7% .001 286.375);
4341
+ --accent-foreground: oklch(21% .006 285.885);
4342
+ --destructive: oklch(57.7% .245 27.325);
4343
+ --destructive-foreground: oklch(57.7% .245 27.325);
4344
+ --border: oklch(92% .004 286.32);
4345
+ --input: oklch(92% .004 286.32);
4346
+ --ring: oklch(70.5% .015 286.067);
4347
+ --chart-1: oklch(64.6% .222 41.116);
4348
+ --chart-2: oklch(60% .118 184.704);
4349
+ --chart-3: oklch(39.8% .07 227.392);
4350
+ --chart-4: oklch(82.8% .189 84.429);
4351
+ --chart-5: oklch(76.9% .188 70.08);
4352
+ --radius: .625rem;
4353
+ --sidebar: oklch(98.5% 0 0);
4354
+ --sidebar-foreground: oklch(14.1% .005 285.823);
4355
+ --sidebar-primary: oklch(21% .006 285.885);
4356
+ --sidebar-primary-foreground: oklch(98.5% 0 0);
4357
+ --sidebar-accent: oklch(96.7% .001 286.375);
4358
+ --sidebar-accent-foreground: oklch(21% .006 285.885);
4359
+ --sidebar-border: oklch(92% .004 286.32);
4360
+ --sidebar-ring: oklch(70.5% .015 286.067);
4361
+ }
4362
+
4363
+ .dark {
4364
+ --background: oklch(14.1% .005 285.823);
4365
+ --foreground: oklch(98.5% 0 0);
4366
+ --card: oklch(14.1% .005 285.823);
4367
+ --card-foreground: oklch(98.5% 0 0);
4368
+ --popover: oklch(14.1% .005 285.823);
4369
+ --popover-foreground: oklch(98.5% 0 0);
4370
+ --primary: oklch(98.5% 0 0);
4371
+ --primary-foreground: oklch(21% .006 285.885);
4372
+ --secondary: oklch(27.4% .006 286.033);
4373
+ --secondary-foreground: oklch(98.5% 0 0);
4374
+ --muted: oklch(27.4% .006 286.033);
4375
+ --muted-foreground: oklch(70.5% .015 286.067);
4376
+ --accent: oklch(27.4% .006 286.033);
4377
+ --accent-foreground: oklch(98.5% 0 0);
4378
+ --destructive: oklch(39.6% .141 25.723);
4379
+ --destructive-foreground: oklch(63.7% .237 25.331);
4380
+ --border: oklch(27.4% .006 286.033);
4381
+ --input: oklch(27.4% .006 286.033);
4382
+ --ring: oklch(44.2% .017 285.786);
4383
+ --chart-1: oklch(48.8% .243 264.376);
4384
+ --chart-2: oklch(69.6% .17 162.48);
4385
+ --chart-3: oklch(76.9% .188 70.08);
4386
+ --chart-4: oklch(62.7% .265 303.9);
4387
+ --chart-5: oklch(64.5% .246 16.439);
4388
+ --sidebar: oklch(21% .006 285.885);
4389
+ --sidebar-foreground: oklch(98.5% 0 0);
4390
+ --sidebar-primary: oklch(48.8% .243 264.376);
4391
+ --sidebar-primary-foreground: oklch(98.5% 0 0);
4392
+ --sidebar-accent: oklch(27.4% .006 286.033);
4393
+ --sidebar-accent-foreground: oklch(98.5% 0 0);
4394
+ --sidebar-border: oklch(27.4% .006 286.033);
4395
+ --sidebar-ring: oklch(44.2% .017 285.786);
4396
+ }
4397
+
4398
+ * {
4399
+ border-color: var(--border);
4400
+ outline-color: var(--ring);
4401
+ }
4402
+
4403
+ @supports (color: color-mix(in lab, red, red)) {
4404
+ * {
4405
+ outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
4406
+ }
4407
+ }
4408
+
4409
+ body {
4410
+ background-color: var(--background);
4411
+ color: var(--foreground);
4412
+ }
4413
+
4414
+ button, a {
4415
+ cursor: pointer;
4416
+ }
4417
+
4418
+ iconify-icon {
4419
+ width: 1em;
4420
+ height: 1em;
4421
+ display: inline-block;
4422
+ }
4423
+
4424
+ @property --tw-translate-x {
4425
+ syntax: "*";
4426
+ inherits: false;
4427
+ initial-value: 0;
4428
+ }
4429
+
4430
+ @property --tw-translate-y {
4431
+ syntax: "*";
4432
+ inherits: false;
4433
+ initial-value: 0;
4434
+ }
4435
+
4436
+ @property --tw-translate-z {
4437
+ syntax: "*";
4438
+ inherits: false;
4439
+ initial-value: 0;
4440
+ }
4441
+
4442
+ @property --tw-rotate-x {
4443
+ syntax: "*";
4444
+ inherits: false
4445
+ }
4446
+
4447
+ @property --tw-rotate-y {
4448
+ syntax: "*";
4449
+ inherits: false
4450
+ }
4451
+
4452
+ @property --tw-rotate-z {
4453
+ syntax: "*";
4454
+ inherits: false
4455
+ }
4456
+
4457
+ @property --tw-skew-x {
4458
+ syntax: "*";
4459
+ inherits: false
4460
+ }
4461
+
4462
+ @property --tw-skew-y {
4463
+ syntax: "*";
4464
+ inherits: false
4465
+ }
4466
+
4467
+ @property --tw-space-y-reverse {
4468
+ syntax: "*";
4469
+ inherits: false;
4470
+ initial-value: 0;
4471
+ }
4472
+
4473
+ @property --tw-space-x-reverse {
4474
+ syntax: "*";
4475
+ inherits: false;
4476
+ initial-value: 0;
4477
+ }
4478
+
4479
+ @property --tw-border-style {
4480
+ syntax: "*";
4481
+ inherits: false;
4482
+ initial-value: solid;
4483
+ }
4484
+
4485
+ @property --tw-leading {
4486
+ syntax: "*";
4487
+ inherits: false
4488
+ }
4489
+
4490
+ @property --tw-font-weight {
4491
+ syntax: "*";
4492
+ inherits: false
4493
+ }
4494
+
4495
+ @property --tw-tracking {
4496
+ syntax: "*";
4497
+ inherits: false
4498
+ }
4499
+
4500
+ @property --tw-ordinal {
4501
+ syntax: "*";
4502
+ inherits: false
4503
+ }
4504
+
4505
+ @property --tw-slashed-zero {
4506
+ syntax: "*";
4507
+ inherits: false
4508
+ }
4509
+
4510
+ @property --tw-numeric-figure {
4511
+ syntax: "*";
4512
+ inherits: false
4513
+ }
4514
+
4515
+ @property --tw-numeric-spacing {
4516
+ syntax: "*";
4517
+ inherits: false
4518
+ }
4519
+
4520
+ @property --tw-numeric-fraction {
4521
+ syntax: "*";
4522
+ inherits: false
4523
+ }
4524
+
4525
+ @property --tw-shadow {
4526
+ syntax: "*";
4527
+ inherits: false;
4528
+ initial-value: 0 0 #0000;
4529
+ }
4530
+
4531
+ @property --tw-shadow-color {
4532
+ syntax: "*";
4533
+ inherits: false
4534
+ }
4535
+
4536
+ @property --tw-shadow-alpha {
4537
+ syntax: "<percentage>";
4538
+ inherits: false;
4539
+ initial-value: 100%;
4540
+ }
4541
+
4542
+ @property --tw-inset-shadow {
4543
+ syntax: "*";
4544
+ inherits: false;
4545
+ initial-value: 0 0 #0000;
4546
+ }
4547
+
4548
+ @property --tw-inset-shadow-color {
4549
+ syntax: "*";
4550
+ inherits: false
4551
+ }
4552
+
4553
+ @property --tw-inset-shadow-alpha {
4554
+ syntax: "<percentage>";
4555
+ inherits: false;
4556
+ initial-value: 100%;
4557
+ }
4558
+
4559
+ @property --tw-ring-color {
4560
+ syntax: "*";
4561
+ inherits: false
4562
+ }
4563
+
4564
+ @property --tw-ring-shadow {
4565
+ syntax: "*";
4566
+ inherits: false;
4567
+ initial-value: 0 0 #0000;
4568
+ }
4569
+
4570
+ @property --tw-inset-ring-color {
4571
+ syntax: "*";
4572
+ inherits: false
4573
+ }
4574
+
4575
+ @property --tw-inset-ring-shadow {
4576
+ syntax: "*";
4577
+ inherits: false;
4578
+ initial-value: 0 0 #0000;
4579
+ }
4580
+
4581
+ @property --tw-ring-inset {
4582
+ syntax: "*";
4583
+ inherits: false
4584
+ }
4585
+
4586
+ @property --tw-ring-offset-width {
4587
+ syntax: "<length>";
4588
+ inherits: false;
4589
+ initial-value: 0;
4590
+ }
4591
+
4592
+ @property --tw-ring-offset-color {
4593
+ syntax: "*";
4594
+ inherits: false;
4595
+ initial-value: #fff;
4596
+ }
4597
+
4598
+ @property --tw-ring-offset-shadow {
4599
+ syntax: "*";
4600
+ inherits: false;
4601
+ initial-value: 0 0 #0000;
4602
+ }
4603
+
4604
+ @property --tw-outline-style {
4605
+ syntax: "*";
4606
+ inherits: false;
4607
+ initial-value: solid;
4608
+ }
4609
+
4610
+ @property --tw-blur {
4611
+ syntax: "*";
4612
+ inherits: false
4613
+ }
4614
+
4615
+ @property --tw-brightness {
4616
+ syntax: "*";
4617
+ inherits: false
4618
+ }
4619
+
4620
+ @property --tw-contrast {
4621
+ syntax: "*";
4622
+ inherits: false
4623
+ }
4624
+
4625
+ @property --tw-grayscale {
4626
+ syntax: "*";
4627
+ inherits: false
4628
+ }
4629
+
4630
+ @property --tw-hue-rotate {
4631
+ syntax: "*";
4632
+ inherits: false
4633
+ }
4634
+
4635
+ @property --tw-invert {
4636
+ syntax: "*";
4637
+ inherits: false
4638
+ }
4639
+
4640
+ @property --tw-opacity {
4641
+ syntax: "*";
4642
+ inherits: false
4643
+ }
4644
+
4645
+ @property --tw-saturate {
4646
+ syntax: "*";
4647
+ inherits: false
4648
+ }
4649
+
4650
+ @property --tw-sepia {
4651
+ syntax: "*";
4652
+ inherits: false
4653
+ }
4654
+
4655
+ @property --tw-drop-shadow {
4656
+ syntax: "*";
4657
+ inherits: false
4658
+ }
4659
+
4660
+ @property --tw-drop-shadow-color {
4661
+ syntax: "*";
4662
+ inherits: false
4663
+ }
4664
+
4665
+ @property --tw-drop-shadow-alpha {
4666
+ syntax: "<percentage>";
4667
+ inherits: false;
4668
+ initial-value: 100%;
4669
+ }
4670
+
4671
+ @property --tw-drop-shadow-size {
4672
+ syntax: "*";
4673
+ inherits: false
4674
+ }
4675
+
4676
+ @property --tw-duration {
4677
+ syntax: "*";
4678
+ inherits: false
4679
+ }
4680
+
4681
+ @property --tw-ease {
4682
+ syntax: "*";
4683
+ inherits: false
4684
+ }
4685
+
4686
+ @property --tw-content {
4687
+ syntax: "*";
4688
+ inherits: false;
4689
+ initial-value: "";
4690
+ }
4691
+
4692
+ @property --tw-scale-x {
4693
+ syntax: "*";
4694
+ inherits: false;
4695
+ initial-value: 1;
4696
+ }
4697
+
4698
+ @property --tw-scale-y {
4699
+ syntax: "*";
4700
+ inherits: false;
4701
+ initial-value: 1;
4702
+ }
4703
+
4704
+ @property --tw-scale-z {
4705
+ syntax: "*";
4706
+ inherits: false;
4707
+ initial-value: 1;
4708
+ }
4709
+
4710
+ @keyframes spin {
4711
+ to {
4712
+ transform: rotate(360deg);
4713
+ }
4714
+ }
4715
+
4716
+ @keyframes pulse {
4717
+ 50% {
4718
+ opacity: .5;
4719
+ }
4720
+ }
4721
+
4722
+ @keyframes enter {
4723
+ from {
4724
+ opacity: var(--tw-enter-opacity, 1);
4725
+ 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));
4726
+ filter: blur(var(--tw-enter-blur, 0));
4727
+ }
4728
+ }
4729
+
4730
+ @keyframes exit {
4731
+ to {
4732
+ opacity: var(--tw-exit-opacity, 1);
4733
+ 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));
4734
+ filter: blur(var(--tw-exit-blur, 0));
4735
+ }
4736
+ }
4737
+
4738
+ @keyframes accordion-down {
4739
+ from {
4740
+ height: 0;
4741
+ }
4742
+
4743
+ to {
4744
+ height: var(--reka-accordion-content-height);
4745
+ }
4746
+ }
4747
+
4748
+ @keyframes accordion-up {
4749
+ from {
4750
+ height: var(--reka-accordion-content-height);
4751
+ }
4752
+
4753
+ to {
4754
+ height: 0;
4755
+ }
4756
+ }