@docyrus/ui-pro-ai-assistant 0.0.3 → 0.0.6

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