@theaiplatform/miniapp-sdk 0.0.0 → 0.0.2

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,3761 @@
1
+ /*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root, :host {
6
+ --color-yellow-500: oklch(79.5% 0.184 86.047);
7
+ --color-green-500: oklch(72.3% 0.219 149.579);
8
+ --color-black: #000;
9
+ --color-white: #fff;
10
+ --spacing: 0.25rem;
11
+ --container-sm: 24rem;
12
+ --container-lg: 32rem;
13
+ --text-xs: 0.75rem;
14
+ --text-xs--line-height: calc(1 / 0.75);
15
+ --text-sm: 0.875rem;
16
+ --text-sm--line-height: calc(1.25 / 0.875);
17
+ --text-base: 1rem;
18
+ --text-base--line-height: calc(1.5 / 1);
19
+ --text-lg: 1.125rem;
20
+ --text-lg--line-height: calc(1.75 / 1.125);
21
+ --text-xl: 1.25rem;
22
+ --text-xl--line-height: calc(1.75 / 1.25);
23
+ --text-2xl: 1.5rem;
24
+ --text-2xl--line-height: calc(2 / 1.5);
25
+ --text-3xl: 1.875rem;
26
+ --text-3xl--line-height: calc(2.25 / 1.875);
27
+ --text-4xl: 2.25rem;
28
+ --text-4xl--line-height: calc(2.5 / 2.25);
29
+ --font-weight-normal: 400;
30
+ --font-weight-medium: 500;
31
+ --font-weight-semibold: 600;
32
+ --font-weight-bold: 700;
33
+ --tracking-tight: -0.025em;
34
+ --tracking-normal: 0em;
35
+ --leading-tight: 1.25;
36
+ --leading-snug: 1.375;
37
+ --leading-normal: 1.5;
38
+ --leading-relaxed: 1.625;
39
+ --radius-xs: 0.125rem;
40
+ --radius-2xl: 1rem;
41
+ --radius-3xl: 1.5rem;
42
+ --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
43
+ --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
44
+ --default-transition-duration: 150ms;
45
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
46
+ --default-font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
47
+ --default-mono-font-family: 'Chivo Mono', ui-monospace, SFMono-Regular, monospace;
48
+ --shadow-button-primary: var(--shadow-button-primary-value);
49
+ --shadow-button-secondary: var(--shadow-button-secondary-value);
50
+ --shadow-button-secondary-hover: var(--shadow-button-secondary-hover-value);
51
+ --shadow-button-outline: var(--shadow-button-outline-value);
52
+ --shadow-button-outline-hover: var(--shadow-button-outline-hover-value);
53
+ --z-popover: 200;
54
+ --z-modal: 200;
55
+ --z-tooltip: 250;
56
+ }
57
+ }
58
+ @layer base {
59
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
60
+ box-sizing: border-box;
61
+ margin: 0;
62
+ padding: 0;
63
+ border: 0 solid;
64
+ }
65
+ html, :host {
66
+ line-height: 1.5;
67
+ -webkit-text-size-adjust: 100%;
68
+ tab-size: 4;
69
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
70
+ font-feature-settings: var(--default-font-feature-settings, normal);
71
+ font-variation-settings: var(--default-font-variation-settings, normal);
72
+ -webkit-tap-highlight-color: transparent;
73
+ }
74
+ hr {
75
+ height: 0;
76
+ color: inherit;
77
+ border-top-width: 1px;
78
+ }
79
+ abbr:where([title]) {
80
+ -webkit-text-decoration: underline dotted;
81
+ text-decoration: underline dotted;
82
+ }
83
+ h1, h2, h3, h4, h5, h6 {
84
+ font-size: inherit;
85
+ font-weight: inherit;
86
+ }
87
+ a {
88
+ color: inherit;
89
+ -webkit-text-decoration: inherit;
90
+ text-decoration: inherit;
91
+ }
92
+ b, strong {
93
+ font-weight: bolder;
94
+ }
95
+ code, kbd, samp, pre {
96
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
97
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
98
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
99
+ font-size: 1em;
100
+ }
101
+ small {
102
+ font-size: 80%;
103
+ }
104
+ sub, sup {
105
+ font-size: 75%;
106
+ line-height: 0;
107
+ position: relative;
108
+ vertical-align: baseline;
109
+ }
110
+ sub {
111
+ bottom: -0.25em;
112
+ }
113
+ sup {
114
+ top: -0.5em;
115
+ }
116
+ table {
117
+ text-indent: 0;
118
+ border-color: inherit;
119
+ border-collapse: collapse;
120
+ }
121
+ :-moz-focusring {
122
+ outline: auto;
123
+ }
124
+ progress {
125
+ vertical-align: baseline;
126
+ }
127
+ summary {
128
+ display: list-item;
129
+ }
130
+ ol, ul, menu {
131
+ list-style: none;
132
+ }
133
+ img, svg, video, canvas, audio, iframe, embed, object {
134
+ display: block;
135
+ vertical-align: middle;
136
+ }
137
+ img, video {
138
+ max-width: 100%;
139
+ height: auto;
140
+ }
141
+ button, input, select, optgroup, textarea, ::file-selector-button {
142
+ font: inherit;
143
+ font-feature-settings: inherit;
144
+ font-variation-settings: inherit;
145
+ letter-spacing: inherit;
146
+ color: inherit;
147
+ border-radius: 0;
148
+ background-color: transparent;
149
+ opacity: 1;
150
+ }
151
+ :where(select:is([multiple], [size])) optgroup {
152
+ font-weight: bolder;
153
+ }
154
+ :where(select:is([multiple], [size])) optgroup option {
155
+ padding-inline-start: 20px;
156
+ }
157
+ ::file-selector-button {
158
+ margin-inline-end: 4px;
159
+ }
160
+ ::placeholder {
161
+ opacity: 1;
162
+ }
163
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
164
+ ::placeholder {
165
+ color: currentcolor;
166
+ @supports (color: color-mix(in lab, red, red)) {
167
+ color: color-mix(in oklab, currentcolor 50%, transparent);
168
+ }
169
+ }
170
+ }
171
+ textarea {
172
+ resize: vertical;
173
+ }
174
+ ::-webkit-search-decoration {
175
+ -webkit-appearance: none;
176
+ }
177
+ ::-webkit-date-and-time-value {
178
+ min-height: 1lh;
179
+ text-align: inherit;
180
+ }
181
+ ::-webkit-datetime-edit {
182
+ display: inline-flex;
183
+ }
184
+ ::-webkit-datetime-edit-fields-wrapper {
185
+ padding: 0;
186
+ }
187
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
188
+ padding-block: 0;
189
+ }
190
+ ::-webkit-calendar-picker-indicator {
191
+ line-height: 1;
192
+ }
193
+ :-moz-ui-invalid {
194
+ box-shadow: none;
195
+ }
196
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
197
+ appearance: button;
198
+ }
199
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
200
+ height: auto;
201
+ }
202
+ [hidden]:where(:not([hidden="until-found"])) {
203
+ display: none !important;
204
+ }
205
+ }
206
+ @layer utilities {
207
+ .\@container\/field-group {
208
+ container-type: inline-size;
209
+ container-name: field-group;
210
+ }
211
+ .pointer-events-auto {
212
+ pointer-events: auto;
213
+ }
214
+ .pointer-events-none {
215
+ pointer-events: none;
216
+ }
217
+ .collapse {
218
+ visibility: collapse;
219
+ }
220
+ .invisible {
221
+ visibility: hidden;
222
+ }
223
+ .visible {
224
+ visibility: visible;
225
+ }
226
+ .sr-only {
227
+ position: absolute;
228
+ width: 1px;
229
+ height: 1px;
230
+ padding: 0;
231
+ margin: -1px;
232
+ overflow: hidden;
233
+ clip-path: inset(50%);
234
+ white-space: nowrap;
235
+ border-width: 0;
236
+ }
237
+ .absolute {
238
+ position: absolute;
239
+ }
240
+ .fixed {
241
+ position: fixed;
242
+ }
243
+ .relative {
244
+ position: relative;
245
+ }
246
+ .static {
247
+ position: static;
248
+ }
249
+ .sticky {
250
+ position: sticky;
251
+ }
252
+ .inset-0 {
253
+ inset: calc(var(--spacing) * 0);
254
+ }
255
+ .inset-x-0 {
256
+ inset-inline: calc(var(--spacing) * 0);
257
+ }
258
+ .inset-y-0 {
259
+ inset-block: calc(var(--spacing) * 0);
260
+ }
261
+ .top-0 {
262
+ top: calc(var(--spacing) * 0);
263
+ }
264
+ .top-1\/2 {
265
+ top: calc(1 / 2 * 100%);
266
+ }
267
+ .top-2 {
268
+ top: calc(var(--spacing) * 2);
269
+ }
270
+ .top-3 {
271
+ top: calc(var(--spacing) * 3);
272
+ }
273
+ .top-4 {
274
+ top: calc(var(--spacing) * 4);
275
+ }
276
+ .top-\[50\%\] {
277
+ top: 50%;
278
+ }
279
+ .right-0 {
280
+ right: calc(var(--spacing) * 0);
281
+ }
282
+ .right-2 {
283
+ right: calc(var(--spacing) * 2);
284
+ }
285
+ .right-3 {
286
+ right: calc(var(--spacing) * 3);
287
+ }
288
+ .right-4 {
289
+ right: calc(var(--spacing) * 4);
290
+ }
291
+ .bottom-0 {
292
+ bottom: calc(var(--spacing) * 0);
293
+ }
294
+ .bottom-2 {
295
+ bottom: calc(var(--spacing) * 2);
296
+ }
297
+ .left-0 {
298
+ left: calc(var(--spacing) * 0);
299
+ }
300
+ .left-2 {
301
+ left: calc(var(--spacing) * 2);
302
+ }
303
+ .left-\[50\%\] {
304
+ left: 50%;
305
+ }
306
+ .z-\(--z-modal\) {
307
+ z-index: var(--z-modal);
308
+ }
309
+ .z-\(--z-popover\) {
310
+ z-index: var(--z-popover);
311
+ }
312
+ .z-\(--z-tooltip\) {
313
+ z-index: var(--z-tooltip);
314
+ }
315
+ .z-10 {
316
+ z-index: 10;
317
+ }
318
+ .order-first {
319
+ order: -9999;
320
+ }
321
+ .order-last {
322
+ order: 9999;
323
+ }
324
+ .container {
325
+ width: 100%;
326
+ @media (width >= 40rem) {
327
+ max-width: 40rem;
328
+ }
329
+ @media (width >= 48rem) {
330
+ max-width: 48rem;
331
+ }
332
+ @media (width >= 64rem) {
333
+ max-width: 64rem;
334
+ }
335
+ @media (width >= 80rem) {
336
+ max-width: 80rem;
337
+ }
338
+ @media (width >= 96rem) {
339
+ max-width: 96rem;
340
+ }
341
+ }
342
+ .\!m-0 {
343
+ margin: calc(var(--spacing) * 0) !important;
344
+ }
345
+ .m-0 {
346
+ margin: calc(var(--spacing) * 0);
347
+ }
348
+ .-mx-1 {
349
+ margin-inline: calc(var(--spacing) * -1);
350
+ }
351
+ .mx-auto {
352
+ margin-inline: auto;
353
+ }
354
+ .-my-2 {
355
+ margin-block: calc(var(--spacing) * -2);
356
+ }
357
+ .my-0 {
358
+ margin-block: calc(var(--spacing) * 0);
359
+ }
360
+ .my-1 {
361
+ margin-block: calc(var(--spacing) * 1);
362
+ }
363
+ .mt-0\.5 {
364
+ margin-top: calc(var(--spacing) * 0.5);
365
+ }
366
+ .mt-2 {
367
+ margin-top: calc(var(--spacing) * 2);
368
+ }
369
+ .mt-4 {
370
+ margin-top: calc(var(--spacing) * 4);
371
+ }
372
+ .mt-auto {
373
+ margin-top: auto;
374
+ }
375
+ .mb-1 {
376
+ margin-bottom: calc(var(--spacing) * 1);
377
+ }
378
+ .mb-3 {
379
+ margin-bottom: calc(var(--spacing) * 3);
380
+ }
381
+ .ml-4 {
382
+ margin-left: calc(var(--spacing) * 4);
383
+ }
384
+ .line-clamp-2 {
385
+ overflow: hidden;
386
+ display: -webkit-box;
387
+ -webkit-box-orient: vertical;
388
+ -webkit-line-clamp: 2;
389
+ }
390
+ .block {
391
+ display: block;
392
+ }
393
+ .flex {
394
+ display: flex;
395
+ }
396
+ .grid {
397
+ display: grid;
398
+ }
399
+ .hidden {
400
+ display: none;
401
+ }
402
+ .inline-flex {
403
+ display: inline-flex;
404
+ }
405
+ .table {
406
+ display: table;
407
+ }
408
+ .table-cell {
409
+ display: table-cell;
410
+ }
411
+ .table-row {
412
+ display: table-row;
413
+ }
414
+ .table-row-group {
415
+ display: table-row-group;
416
+ }
417
+ .aspect-square {
418
+ aspect-ratio: 1 / 1;
419
+ }
420
+ .size-2\.5 {
421
+ width: calc(var(--spacing) * 2.5);
422
+ height: calc(var(--spacing) * 2.5);
423
+ }
424
+ .size-3 {
425
+ width: calc(var(--spacing) * 3);
426
+ height: calc(var(--spacing) * 3);
427
+ }
428
+ .size-4 {
429
+ width: calc(var(--spacing) * 4);
430
+ height: calc(var(--spacing) * 4);
431
+ }
432
+ .size-6 {
433
+ width: calc(var(--spacing) * 6);
434
+ height: calc(var(--spacing) * 6);
435
+ }
436
+ .size-8 {
437
+ width: calc(var(--spacing) * 8);
438
+ height: calc(var(--spacing) * 8);
439
+ }
440
+ .size-10 {
441
+ width: calc(var(--spacing) * 10);
442
+ height: calc(var(--spacing) * 10);
443
+ }
444
+ .size-full {
445
+ width: 100%;
446
+ height: 100%;
447
+ }
448
+ .h-2 {
449
+ height: calc(var(--spacing) * 2);
450
+ }
451
+ .h-2\.5 {
452
+ height: calc(var(--spacing) * 2.5);
453
+ }
454
+ .h-3\.5 {
455
+ height: calc(var(--spacing) * 3.5);
456
+ }
457
+ .h-4 {
458
+ height: calc(var(--spacing) * 4);
459
+ }
460
+ .h-5 {
461
+ height: calc(var(--spacing) * 5);
462
+ }
463
+ .h-6 {
464
+ height: calc(var(--spacing) * 6);
465
+ }
466
+ .h-8 {
467
+ height: calc(var(--spacing) * 8);
468
+ }
469
+ .h-9 {
470
+ height: calc(var(--spacing) * 9);
471
+ }
472
+ .h-10 {
473
+ height: calc(var(--spacing) * 10);
474
+ }
475
+ .h-11 {
476
+ height: calc(var(--spacing) * 11);
477
+ }
478
+ .h-12 {
479
+ height: calc(var(--spacing) * 12);
480
+ }
481
+ .h-\[1px\] {
482
+ height: 1px;
483
+ }
484
+ .h-\[calc\(100\%-1px\)\] {
485
+ height: calc(100% - 1px);
486
+ }
487
+ .h-auto {
488
+ height: auto;
489
+ }
490
+ .h-full {
491
+ height: 100%;
492
+ }
493
+ .h-px {
494
+ height: 1px;
495
+ }
496
+ .max-h-16 {
497
+ max-height: calc(var(--spacing) * 16);
498
+ }
499
+ .max-h-64 {
500
+ max-height: calc(var(--spacing) * 64);
501
+ }
502
+ .max-h-96 {
503
+ max-height: calc(var(--spacing) * 96);
504
+ }
505
+ .max-h-\[--radix-select-content-available-height\] {
506
+ max-height: --radix-select-content-available-height;
507
+ }
508
+ .max-h-\[min\(var\(--radix-select-content-available-height\)\,24rem\)\] {
509
+ max-height: min(var(--radix-select-content-available-height), 24rem);
510
+ }
511
+ .max-h-full {
512
+ max-height: 100%;
513
+ }
514
+ .min-h-0 {
515
+ min-height: calc(var(--spacing) * 0);
516
+ }
517
+ .min-h-12 {
518
+ min-height: calc(var(--spacing) * 12);
519
+ }
520
+ .min-h-\[80px\] {
521
+ min-height: 80px;
522
+ }
523
+ .w-2 {
524
+ width: calc(var(--spacing) * 2);
525
+ }
526
+ .w-2\.5 {
527
+ width: calc(var(--spacing) * 2.5);
528
+ }
529
+ .w-3 {
530
+ width: calc(var(--spacing) * 3);
531
+ }
532
+ .w-3\.5 {
533
+ width: calc(var(--spacing) * 3.5);
534
+ }
535
+ .w-3\/4 {
536
+ width: calc(3 / 4 * 100%);
537
+ }
538
+ .w-4 {
539
+ width: calc(var(--spacing) * 4);
540
+ }
541
+ .w-5 {
542
+ width: calc(var(--spacing) * 5);
543
+ }
544
+ .w-6 {
545
+ width: calc(var(--spacing) * 6);
546
+ }
547
+ .w-8 {
548
+ width: calc(var(--spacing) * 8);
549
+ }
550
+ .w-9 {
551
+ width: calc(var(--spacing) * 9);
552
+ }
553
+ .w-10 {
554
+ width: calc(var(--spacing) * 10);
555
+ }
556
+ .w-\[1px\] {
557
+ width: 1px;
558
+ }
559
+ .w-fit {
560
+ width: fit-content;
561
+ }
562
+ .w-full {
563
+ width: 100%;
564
+ }
565
+ .w-px {
566
+ width: 1px;
567
+ }
568
+ .max-w-full {
569
+ max-width: 100%;
570
+ }
571
+ .max-w-lg {
572
+ max-width: var(--container-lg);
573
+ }
574
+ .min-w-0 {
575
+ min-width: calc(var(--spacing) * 0);
576
+ }
577
+ .min-w-9 {
578
+ min-width: calc(var(--spacing) * 9);
579
+ }
580
+ .min-w-10 {
581
+ min-width: calc(var(--spacing) * 10);
582
+ }
583
+ .min-w-11 {
584
+ min-width: calc(var(--spacing) * 11);
585
+ }
586
+ .min-w-\[2\.5rem\] {
587
+ min-width: 2.5rem;
588
+ }
589
+ .min-w-\[8rem\] {
590
+ min-width: 8rem;
591
+ }
592
+ .min-w-\[var\(--radix-select-trigger-width\)\] {
593
+ min-width: var(--radix-select-trigger-width);
594
+ }
595
+ .flex-1 {
596
+ flex: 1;
597
+ }
598
+ .shrink-0 {
599
+ flex-shrink: 0;
600
+ }
601
+ .grow {
602
+ flex-grow: 1;
603
+ }
604
+ .basis-full {
605
+ flex-basis: 100%;
606
+ }
607
+ .caption-bottom {
608
+ caption-side: bottom;
609
+ }
610
+ .origin-\[--radix-tooltip-content-transform-origin\] {
611
+ transform-origin: --radix-tooltip-content-transform-origin;
612
+ }
613
+ .translate-x-\[-50\%\] {
614
+ --tw-translate-x: -50%;
615
+ translate: var(--tw-translate-x) var(--tw-translate-y);
616
+ }
617
+ .-translate-y-1\/2 {
618
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
619
+ translate: var(--tw-translate-x) var(--tw-translate-y);
620
+ }
621
+ .translate-y-\[-50\%\] {
622
+ --tw-translate-y: -50%;
623
+ translate: var(--tw-translate-x) var(--tw-translate-y);
624
+ }
625
+ .transform {
626
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
627
+ }
628
+ .animate-in {
629
+ animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
630
+ }
631
+ .animate-pulse {
632
+ animation: var(--animate-pulse);
633
+ }
634
+ .cursor-default {
635
+ cursor: default;
636
+ }
637
+ .cursor-pointer {
638
+ cursor: pointer;
639
+ }
640
+ .cursor-text {
641
+ cursor: text;
642
+ }
643
+ .touch-none {
644
+ touch-action: none;
645
+ }
646
+ .resize-none {
647
+ resize: none;
648
+ }
649
+ .list-disc {
650
+ list-style-type: disc;
651
+ }
652
+ .appearance-none {
653
+ appearance: none;
654
+ }
655
+ .flex-col {
656
+ flex-direction: column;
657
+ }
658
+ .flex-col-reverse {
659
+ flex-direction: column-reverse;
660
+ }
661
+ .flex-row {
662
+ flex-direction: row;
663
+ }
664
+ .flex-wrap {
665
+ flex-wrap: wrap;
666
+ }
667
+ .items-center {
668
+ align-items: center;
669
+ }
670
+ .items-start {
671
+ align-items: flex-start;
672
+ }
673
+ .items-stretch {
674
+ align-items: stretch;
675
+ }
676
+ .justify-between {
677
+ justify-content: space-between;
678
+ }
679
+ .justify-center {
680
+ justify-content: center;
681
+ }
682
+ .justify-end {
683
+ justify-content: flex-end;
684
+ }
685
+ .justify-start {
686
+ justify-content: flex-start;
687
+ }
688
+ .gap-0 {
689
+ gap: calc(var(--spacing) * 0);
690
+ }
691
+ .gap-1 {
692
+ gap: calc(var(--spacing) * 1);
693
+ }
694
+ .gap-1\.5 {
695
+ gap: calc(var(--spacing) * 1.5);
696
+ }
697
+ .gap-2 {
698
+ gap: calc(var(--spacing) * 2);
699
+ }
700
+ .gap-2\.5 {
701
+ gap: calc(var(--spacing) * 2.5);
702
+ }
703
+ .gap-3 {
704
+ gap: calc(var(--spacing) * 3);
705
+ }
706
+ .gap-4 {
707
+ gap: calc(var(--spacing) * 4);
708
+ }
709
+ .gap-6 {
710
+ gap: calc(var(--spacing) * 6);
711
+ }
712
+ .gap-7 {
713
+ gap: calc(var(--spacing) * 7);
714
+ }
715
+ .space-y-1 {
716
+ :where(& > :not(:last-child)) {
717
+ --tw-space-y-reverse: 0;
718
+ margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
719
+ margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
720
+ }
721
+ }
722
+ .space-y-1\.5 {
723
+ :where(& > :not(:last-child)) {
724
+ --tw-space-y-reverse: 0;
725
+ margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
726
+ margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
727
+ }
728
+ }
729
+ .space-y-2 {
730
+ :where(& > :not(:last-child)) {
731
+ --tw-space-y-reverse: 0;
732
+ margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
733
+ margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
734
+ }
735
+ }
736
+ .space-y-3 {
737
+ :where(& > :not(:last-child)) {
738
+ --tw-space-y-reverse: 0;
739
+ margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
740
+ margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
741
+ }
742
+ }
743
+ .self-stretch {
744
+ align-self: stretch;
745
+ }
746
+ .truncate {
747
+ overflow: hidden;
748
+ text-overflow: ellipsis;
749
+ white-space: nowrap;
750
+ }
751
+ .\!overflow-auto {
752
+ overflow: auto !important;
753
+ }
754
+ .\!overflow-hidden {
755
+ overflow: hidden !important;
756
+ }
757
+ .\!overflow-visible {
758
+ overflow: visible !important;
759
+ }
760
+ .overflow-auto {
761
+ overflow: auto;
762
+ }
763
+ .overflow-hidden {
764
+ overflow: hidden;
765
+ }
766
+ .overflow-x-auto {
767
+ overflow-x: auto;
768
+ }
769
+ .overflow-x-hidden {
770
+ overflow-x: hidden;
771
+ }
772
+ .overflow-y-auto {
773
+ overflow-y: auto;
774
+ }
775
+ .rounded-2xl {
776
+ border-radius: var(--radius-2xl);
777
+ }
778
+ .rounded-3xl {
779
+ border-radius: var(--radius-3xl);
780
+ }
781
+ .rounded-\[calc\(var\(--radius\)-5px\)\] {
782
+ border-radius: calc(var(--radius) - 5px);
783
+ }
784
+ .rounded-\[inherit\] {
785
+ border-radius: inherit;
786
+ }
787
+ .rounded-full {
788
+ border-radius: calc(infinity * 1px);
789
+ }
790
+ .rounded-lg {
791
+ border-radius: var(--radius);
792
+ }
793
+ .rounded-md {
794
+ border-radius: calc(var(--radius) - 2px);
795
+ }
796
+ .rounded-none {
797
+ border-radius: 0;
798
+ }
799
+ .rounded-sm {
800
+ border-radius: calc(var(--radius) - 4px);
801
+ }
802
+ .rounded-xs {
803
+ border-radius: var(--radius-xs);
804
+ }
805
+ .border {
806
+ border-style: var(--tw-border-style);
807
+ border-width: 1px;
808
+ }
809
+ .border-0 {
810
+ border-style: var(--tw-border-style);
811
+ border-width: 0px;
812
+ }
813
+ .border-2 {
814
+ border-style: var(--tw-border-style);
815
+ border-width: 2px;
816
+ }
817
+ .border-x-0 {
818
+ border-inline-style: var(--tw-border-style);
819
+ border-inline-width: 0px;
820
+ }
821
+ .border-t {
822
+ border-top-style: var(--tw-border-style);
823
+ border-top-width: 1px;
824
+ }
825
+ .border-r {
826
+ border-right-style: var(--tw-border-style);
827
+ border-right-width: 1px;
828
+ }
829
+ .border-b {
830
+ border-bottom-style: var(--tw-border-style);
831
+ border-bottom-width: 1px;
832
+ }
833
+ .border-b-0 {
834
+ border-bottom-style: var(--tw-border-style);
835
+ border-bottom-width: 0px;
836
+ }
837
+ .border-l {
838
+ border-left-style: var(--tw-border-style);
839
+ border-left-width: 1px;
840
+ }
841
+ .border-dashed {
842
+ --tw-border-style: dashed;
843
+ border-style: dashed;
844
+ }
845
+ .border-border {
846
+ border-color: var(--border);
847
+ }
848
+ .border-destructive\/50 {
849
+ border-color: var(--destructive);
850
+ @supports (color: color-mix(in lab, red, red)) {
851
+ border-color: color-mix(in oklab, var(--destructive) 50%, transparent);
852
+ }
853
+ }
854
+ .border-info\/50 {
855
+ border-color: var(--info);
856
+ @supports (color: color-mix(in lab, red, red)) {
857
+ border-color: color-mix(in oklab, var(--info) 50%, transparent);
858
+ }
859
+ }
860
+ .border-input {
861
+ border-color: var(--input);
862
+ }
863
+ .border-input-border-error {
864
+ border-color: var(--input-border-error);
865
+ }
866
+ .border-primary {
867
+ border-color: var(--primary);
868
+ }
869
+ .border-success\/50 {
870
+ border-color: var(--success);
871
+ @supports (color: color-mix(in lab, red, red)) {
872
+ border-color: color-mix(in oklab, var(--success) 50%, transparent);
873
+ }
874
+ }
875
+ .border-surface-border-1 {
876
+ border-color: var(--surface-border-1);
877
+ }
878
+ .border-transparent {
879
+ border-color: transparent;
880
+ }
881
+ .border-warning\/50 {
882
+ border-color: var(--warning);
883
+ @supports (color: color-mix(in lab, red, red)) {
884
+ border-color: color-mix(in oklab, var(--warning) 50%, transparent);
885
+ }
886
+ }
887
+ .border-workspace-divider {
888
+ border-color: var(--workspace-divider);
889
+ }
890
+ .border-t-transparent {
891
+ border-top-color: transparent;
892
+ }
893
+ .border-l-transparent {
894
+ border-left-color: transparent;
895
+ }
896
+ .bg-accent {
897
+ background-color: var(--accent);
898
+ }
899
+ .bg-background {
900
+ background-color: var(--background);
901
+ }
902
+ .bg-background\/95 {
903
+ background-color: var(--background);
904
+ @supports (color: color-mix(in lab, red, red)) {
905
+ background-color: color-mix(in oklab, var(--background) 95%, transparent);
906
+ }
907
+ }
908
+ .bg-black\/50 {
909
+ background-color: color-mix(in srgb, #000 50%, transparent);
910
+ @supports (color: color-mix(in lab, red, red)) {
911
+ background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
912
+ }
913
+ }
914
+ .bg-border {
915
+ background-color: var(--border);
916
+ }
917
+ .bg-button-borderless-default {
918
+ background-color: var(--button-borderless-default);
919
+ }
920
+ .bg-button-tertiary-default {
921
+ background-color: var(--button-tertiary-default);
922
+ }
923
+ .bg-card {
924
+ background-color: var(--card);
925
+ }
926
+ .bg-card\/40 {
927
+ background-color: var(--card);
928
+ @supports (color: color-mix(in lab, red, red)) {
929
+ background-color: color-mix(in oklab, var(--card) 40%, transparent);
930
+ }
931
+ }
932
+ .bg-destructive {
933
+ background-color: var(--destructive);
934
+ }
935
+ .bg-destructive\/10 {
936
+ background-color: var(--destructive);
937
+ @supports (color: color-mix(in lab, red, red)) {
938
+ background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
939
+ }
940
+ }
941
+ .bg-info {
942
+ background-color: var(--info);
943
+ }
944
+ .bg-info\/10 {
945
+ background-color: var(--info);
946
+ @supports (color: color-mix(in lab, red, red)) {
947
+ background-color: color-mix(in oklab, var(--info) 10%, transparent);
948
+ }
949
+ }
950
+ .bg-input {
951
+ background-color: var(--input);
952
+ }
953
+ .bg-input-background {
954
+ background-color: var(--input-background);
955
+ }
956
+ .bg-muted {
957
+ background-color: var(--muted);
958
+ }
959
+ .bg-muted-foreground {
960
+ background-color: var(--muted-foreground);
961
+ }
962
+ .bg-muted\/50 {
963
+ background-color: var(--muted);
964
+ @supports (color: color-mix(in lab, red, red)) {
965
+ background-color: color-mix(in oklab, var(--muted) 50%, transparent);
966
+ }
967
+ }
968
+ .bg-popover {
969
+ background-color: var(--popover);
970
+ }
971
+ .bg-primary {
972
+ background-color: var(--primary);
973
+ }
974
+ .bg-secondary {
975
+ background-color: var(--secondary);
976
+ }
977
+ .bg-sidebar\/50 {
978
+ background-color: var(--sidebar);
979
+ @supports (color: color-mix(in lab, red, red)) {
980
+ background-color: color-mix(in oklab, var(--sidebar) 50%, transparent);
981
+ }
982
+ }
983
+ .bg-success {
984
+ background-color: var(--success);
985
+ }
986
+ .bg-success\/10 {
987
+ background-color: var(--success);
988
+ @supports (color: color-mix(in lab, red, red)) {
989
+ background-color: color-mix(in oklab, var(--success) 10%, transparent);
990
+ }
991
+ }
992
+ .bg-surface-level-1 {
993
+ background-color: var(--surface-level-1);
994
+ }
995
+ .bg-surface-level-2 {
996
+ background-color: var(--surface-level-2);
997
+ }
998
+ .bg-tooltip-chrome {
999
+ background-color: var(--tooltip-chrome);
1000
+ }
1001
+ .bg-transparent {
1002
+ background-color: transparent;
1003
+ }
1004
+ .bg-warning {
1005
+ background-color: var(--warning);
1006
+ }
1007
+ .bg-warning\/10 {
1008
+ background-color: var(--warning);
1009
+ @supports (color: color-mix(in lab, red, red)) {
1010
+ background-color: color-mix(in oklab, var(--warning) 10%, transparent);
1011
+ }
1012
+ }
1013
+ .fill-white {
1014
+ fill: var(--color-white);
1015
+ }
1016
+ .p-0 {
1017
+ padding: calc(var(--spacing) * 0);
1018
+ }
1019
+ .p-1 {
1020
+ padding: calc(var(--spacing) * 1);
1021
+ }
1022
+ .p-2 {
1023
+ padding: calc(var(--spacing) * 2);
1024
+ }
1025
+ .p-3 {
1026
+ padding: calc(var(--spacing) * 3);
1027
+ }
1028
+ .p-4 {
1029
+ padding: calc(var(--spacing) * 4);
1030
+ }
1031
+ .p-6 {
1032
+ padding: calc(var(--spacing) * 6);
1033
+ }
1034
+ .p-8 {
1035
+ padding: calc(var(--spacing) * 8);
1036
+ }
1037
+ .p-\[3px\] {
1038
+ padding: 3px;
1039
+ }
1040
+ .p-px {
1041
+ padding: 1px;
1042
+ }
1043
+ .px-1\.5 {
1044
+ padding-inline: calc(var(--spacing) * 1.5);
1045
+ }
1046
+ .px-2 {
1047
+ padding-inline: calc(var(--spacing) * 2);
1048
+ }
1049
+ .px-2\.5 {
1050
+ padding-inline: calc(var(--spacing) * 2.5);
1051
+ }
1052
+ .px-3 {
1053
+ padding-inline: calc(var(--spacing) * 3);
1054
+ }
1055
+ .px-4 {
1056
+ padding-inline: calc(var(--spacing) * 4);
1057
+ }
1058
+ .px-5 {
1059
+ padding-inline: calc(var(--spacing) * 5);
1060
+ }
1061
+ .px-8 {
1062
+ padding-inline: calc(var(--spacing) * 8);
1063
+ }
1064
+ .py-0\.5 {
1065
+ padding-block: calc(var(--spacing) * 0.5);
1066
+ }
1067
+ .py-1 {
1068
+ padding-block: calc(var(--spacing) * 1);
1069
+ }
1070
+ .py-1\.5 {
1071
+ padding-block: calc(var(--spacing) * 1.5);
1072
+ }
1073
+ .py-2 {
1074
+ padding-block: calc(var(--spacing) * 2);
1075
+ }
1076
+ .py-2\.5 {
1077
+ padding-block: calc(var(--spacing) * 2.5);
1078
+ }
1079
+ .py-3 {
1080
+ padding-block: calc(var(--spacing) * 3);
1081
+ }
1082
+ .pt-0 {
1083
+ padding-top: calc(var(--spacing) * 0);
1084
+ }
1085
+ .pt-3 {
1086
+ padding-top: calc(var(--spacing) * 3);
1087
+ }
1088
+ .pt-6 {
1089
+ padding-top: calc(var(--spacing) * 6);
1090
+ }
1091
+ .pr-2 {
1092
+ padding-right: calc(var(--spacing) * 2);
1093
+ }
1094
+ .pr-4 {
1095
+ padding-right: calc(var(--spacing) * 4);
1096
+ }
1097
+ .pr-8 {
1098
+ padding-right: calc(var(--spacing) * 8);
1099
+ }
1100
+ .pr-10 {
1101
+ padding-right: calc(var(--spacing) * 10);
1102
+ }
1103
+ .pb-0 {
1104
+ padding-bottom: calc(var(--spacing) * 0);
1105
+ }
1106
+ .pl-2 {
1107
+ padding-left: calc(var(--spacing) * 2);
1108
+ }
1109
+ .pl-8 {
1110
+ padding-left: calc(var(--spacing) * 8);
1111
+ }
1112
+ .text-center {
1113
+ text-align: center;
1114
+ }
1115
+ .text-left {
1116
+ text-align: left;
1117
+ }
1118
+ .text-right {
1119
+ text-align: right;
1120
+ }
1121
+ .align-middle {
1122
+ vertical-align: middle;
1123
+ }
1124
+ .font-mono {
1125
+ font-family: 'Chivo Mono', ui-monospace, SFMono-Regular, monospace;
1126
+ }
1127
+ .text-2xl {
1128
+ font-size: var(--text-2xl);
1129
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
1130
+ }
1131
+ .text-3xl {
1132
+ font-size: var(--text-3xl);
1133
+ line-height: var(--tw-leading, var(--text-3xl--line-height));
1134
+ }
1135
+ .text-4xl {
1136
+ font-size: var(--text-4xl);
1137
+ line-height: var(--tw-leading, var(--text-4xl--line-height));
1138
+ }
1139
+ .text-base {
1140
+ font-size: var(--text-base);
1141
+ line-height: var(--tw-leading, var(--text-base--line-height));
1142
+ }
1143
+ .text-lg {
1144
+ font-size: var(--text-lg);
1145
+ line-height: var(--tw-leading, var(--text-lg--line-height));
1146
+ }
1147
+ .text-sm {
1148
+ font-size: var(--text-sm);
1149
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1150
+ }
1151
+ .text-xl {
1152
+ font-size: var(--text-xl);
1153
+ line-height: var(--tw-leading, var(--text-xl--line-height));
1154
+ }
1155
+ .text-xs {
1156
+ font-size: var(--text-xs);
1157
+ line-height: var(--tw-leading, var(--text-xs--line-height));
1158
+ }
1159
+ .leading-6 {
1160
+ --tw-leading: calc(var(--spacing) * 6);
1161
+ line-height: calc(var(--spacing) * 6);
1162
+ }
1163
+ .leading-7 {
1164
+ --tw-leading: calc(var(--spacing) * 7);
1165
+ line-height: calc(var(--spacing) * 7);
1166
+ }
1167
+ .leading-8 {
1168
+ --tw-leading: calc(var(--spacing) * 8);
1169
+ line-height: calc(var(--spacing) * 8);
1170
+ }
1171
+ .leading-11 {
1172
+ --tw-leading: calc(var(--spacing) * 11);
1173
+ line-height: calc(var(--spacing) * 11);
1174
+ }
1175
+ .leading-none {
1176
+ --tw-leading: 1;
1177
+ line-height: 1;
1178
+ }
1179
+ .leading-normal {
1180
+ --tw-leading: var(--leading-normal);
1181
+ line-height: var(--leading-normal);
1182
+ }
1183
+ .leading-snug {
1184
+ --tw-leading: var(--leading-snug);
1185
+ line-height: var(--leading-snug);
1186
+ }
1187
+ .leading-tight {
1188
+ --tw-leading: var(--leading-tight);
1189
+ line-height: var(--leading-tight);
1190
+ }
1191
+ .font-bold {
1192
+ --tw-font-weight: var(--font-weight-bold);
1193
+ font-weight: var(--font-weight-bold);
1194
+ }
1195
+ .font-medium {
1196
+ --tw-font-weight: var(--font-weight-medium);
1197
+ font-weight: var(--font-weight-medium);
1198
+ }
1199
+ .font-normal {
1200
+ --tw-font-weight: var(--font-weight-normal);
1201
+ font-weight: var(--font-weight-normal);
1202
+ }
1203
+ .font-semibold {
1204
+ --tw-font-weight: var(--font-weight-semibold);
1205
+ font-weight: var(--font-weight-semibold);
1206
+ }
1207
+ .tracking-\[-0\.025em\] {
1208
+ --tw-tracking: -0.025em;
1209
+ letter-spacing: -0.025em;
1210
+ }
1211
+ .tracking-normal {
1212
+ --tw-tracking: var(--tracking-normal);
1213
+ letter-spacing: var(--tracking-normal);
1214
+ }
1215
+ .tracking-tight {
1216
+ --tw-tracking: var(--tracking-tight);
1217
+ letter-spacing: var(--tracking-tight);
1218
+ }
1219
+ .text-balance {
1220
+ text-wrap: balance;
1221
+ }
1222
+ .break-words {
1223
+ overflow-wrap: break-word;
1224
+ }
1225
+ .whitespace-nowrap {
1226
+ white-space: nowrap;
1227
+ }
1228
+ .whitespace-pre {
1229
+ white-space: pre;
1230
+ }
1231
+ .text-card-foreground {
1232
+ color: var(--card-foreground);
1233
+ }
1234
+ .text-current {
1235
+ color: currentcolor;
1236
+ }
1237
+ .text-destructive {
1238
+ color: var(--destructive);
1239
+ }
1240
+ .text-destructive-foreground {
1241
+ color: var(--destructive-foreground);
1242
+ }
1243
+ .text-foreground {
1244
+ color: var(--foreground);
1245
+ }
1246
+ .text-foreground\/60 {
1247
+ color: var(--foreground);
1248
+ @supports (color: color-mix(in lab, red, red)) {
1249
+ color: color-mix(in oklab, var(--foreground) 60%, transparent);
1250
+ }
1251
+ }
1252
+ .text-green-500 {
1253
+ color: var(--color-green-500);
1254
+ }
1255
+ .text-info-accent-foreground {
1256
+ color: var(--info-accent-foreground);
1257
+ }
1258
+ .text-info-foreground {
1259
+ color: var(--info-foreground);
1260
+ }
1261
+ .text-muted-foreground {
1262
+ color: var(--muted-foreground);
1263
+ }
1264
+ .text-popover-foreground {
1265
+ color: var(--popover-foreground);
1266
+ }
1267
+ .text-primary {
1268
+ color: var(--primary);
1269
+ }
1270
+ .text-primary-foreground {
1271
+ color: var(--primary-foreground);
1272
+ }
1273
+ .text-secondary-foreground {
1274
+ color: var(--secondary-foreground);
1275
+ }
1276
+ .text-success-accent-foreground {
1277
+ color: var(--success-accent-foreground);
1278
+ }
1279
+ .text-success-foreground {
1280
+ color: var(--success-foreground);
1281
+ }
1282
+ .text-tooltip-chrome-foreground {
1283
+ color: var(--tooltip-chrome-foreground);
1284
+ }
1285
+ .text-warning-accent-foreground {
1286
+ color: var(--warning-accent-foreground);
1287
+ }
1288
+ .text-warning-foreground {
1289
+ color: var(--warning-foreground);
1290
+ }
1291
+ .text-white {
1292
+ color: var(--color-white);
1293
+ }
1294
+ .text-yellow-500 {
1295
+ color: var(--color-yellow-500);
1296
+ }
1297
+ .tabular-nums {
1298
+ --tw-numeric-spacing: tabular-nums;
1299
+ font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1300
+ }
1301
+ .underline-offset-4 {
1302
+ text-underline-offset: 4px;
1303
+ }
1304
+ .opacity-0 {
1305
+ opacity: 0%;
1306
+ }
1307
+ .opacity-50 {
1308
+ opacity: 50%;
1309
+ }
1310
+ .opacity-65 {
1311
+ opacity: 65%;
1312
+ }
1313
+ .opacity-70 {
1314
+ opacity: 70%;
1315
+ }
1316
+ .shadow-\(--shadow-button-outline\) {
1317
+ --tw-shadow: var(--shadow-button-outline);
1318
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1319
+ }
1320
+ .shadow-\(--shadow-button-primary\) {
1321
+ --tw-shadow: var(--shadow-button-primary);
1322
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1323
+ }
1324
+ .shadow-\(--shadow-button-secondary\) {
1325
+ --tw-shadow: var(--shadow-button-secondary);
1326
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1327
+ }
1328
+ .shadow-input-rest {
1329
+ --tw-shadow: var(--shadow-input-rest-value);
1330
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1331
+ }
1332
+ .shadow-lg {
1333
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1334
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1335
+ }
1336
+ .shadow-md {
1337
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1338
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1339
+ }
1340
+ .shadow-none {
1341
+ --tw-shadow: 0 0 #0000;
1342
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1343
+ }
1344
+ .shadow-popover {
1345
+ --tw-shadow: var(--shadow-popover-value);
1346
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1347
+ }
1348
+ .shadow-sm {
1349
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1350
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1351
+ }
1352
+ .shadow-xs {
1353
+ --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
1354
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1355
+ }
1356
+ .ring-1 {
1357
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1358
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1359
+ }
1360
+ .ring-destructive {
1361
+ --tw-ring-color: var(--destructive);
1362
+ }
1363
+ .ring-offset-background {
1364
+ --tw-ring-offset-color: var(--background);
1365
+ }
1366
+ .outline {
1367
+ outline-style: var(--tw-outline-style);
1368
+ outline-width: 1px;
1369
+ }
1370
+ .transition {
1371
+ 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;
1372
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1373
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1374
+ }
1375
+ .transition-\[box-shadow\,background-color\,border-color\,color\] {
1376
+ transition-property: box-shadow,background-color,border-color,color;
1377
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1378
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1379
+ }
1380
+ .transition-\[box-shadow\,border-color\] {
1381
+ transition-property: box-shadow,border-color;
1382
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1383
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1384
+ }
1385
+ .transition-\[color\,box-shadow\] {
1386
+ transition-property: color,box-shadow;
1387
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1388
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1389
+ }
1390
+ .transition-all {
1391
+ transition-property: all;
1392
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1393
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1394
+ }
1395
+ .transition-colors {
1396
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
1397
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1398
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1399
+ }
1400
+ .transition-opacity {
1401
+ transition-property: opacity;
1402
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1403
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1404
+ }
1405
+ .duration-100 {
1406
+ --tw-duration: 100ms;
1407
+ transition-duration: 100ms;
1408
+ }
1409
+ .duration-150 {
1410
+ --tw-duration: 150ms;
1411
+ transition-duration: 150ms;
1412
+ }
1413
+ .duration-200 {
1414
+ --tw-duration: 200ms;
1415
+ transition-duration: 200ms;
1416
+ }
1417
+ .ease-in-out {
1418
+ --tw-ease: var(--ease-in-out);
1419
+ transition-timing-function: var(--ease-in-out);
1420
+ }
1421
+ .fade-in-0 {
1422
+ --tw-enter-opacity: calc(0/100);
1423
+ --tw-enter-opacity: 0;
1424
+ }
1425
+ .outline-none {
1426
+ --tw-outline-style: none;
1427
+ outline-style: none;
1428
+ }
1429
+ .select-none {
1430
+ -webkit-user-select: none;
1431
+ user-select: none;
1432
+ }
1433
+ .zoom-in-95 {
1434
+ --tw-enter-scale: calc(95*1%);
1435
+ --tw-enter-scale: .95;
1436
+ }
1437
+ .group-hover\:opacity-100 {
1438
+ &:is(:where(.group):hover *) {
1439
+ @media (hover: hover) {
1440
+ opacity: 100%;
1441
+ }
1442
+ }
1443
+ }
1444
+ .group-has-\[\[data-orientation\=horizontal\]\]\/field\:text-balance {
1445
+ &:is(:where(.group\/field):has(*:is([data-orientation=horizontal])) *) {
1446
+ text-wrap: balance;
1447
+ }
1448
+ }
1449
+ .group-has-\[\[data-slot\=item-description\]\]\/item\:translate-y-0\.5 {
1450
+ &:is(:where(.group\/item):has(*:is([data-slot=item-description])) *) {
1451
+ --tw-translate-y: calc(var(--spacing) * 0.5);
1452
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1453
+ }
1454
+ }
1455
+ .group-has-\[\[data-slot\=item-description\]\]\/item\:self-start {
1456
+ &:is(:where(.group\/item):has(*:is([data-slot=item-description])) *) {
1457
+ align-self: flex-start;
1458
+ }
1459
+ }
1460
+ .group-data-\[disabled\=true\]\:pointer-events-none {
1461
+ &:is(:where(.group)[data-disabled="true"] *) {
1462
+ pointer-events: none;
1463
+ }
1464
+ }
1465
+ .group-data-\[disabled\=true\]\:opacity-50 {
1466
+ &:is(:where(.group)[data-disabled="true"] *) {
1467
+ opacity: 50%;
1468
+ }
1469
+ }
1470
+ .group-data-\[disabled\=true\]\/field\:opacity-50 {
1471
+ &:is(:where(.group\/field)[data-disabled="true"] *) {
1472
+ opacity: 50%;
1473
+ }
1474
+ }
1475
+ .group-data-\[disabled\=true\]\/input-group\:opacity-50 {
1476
+ &:is(:where(.group\/input-group)[data-disabled="true"] *) {
1477
+ opacity: 50%;
1478
+ }
1479
+ }
1480
+ .group-data-\[orientation\=horizontal\]\/tabs\:h-9 {
1481
+ &:is(:where(.group\/tabs)[data-orientation="horizontal"] *) {
1482
+ height: calc(var(--spacing) * 9);
1483
+ }
1484
+ }
1485
+ .group-data-\[orientation\=vertical\]\/tabs\:h-fit {
1486
+ &:is(:where(.group\/tabs)[data-orientation="vertical"] *) {
1487
+ height: fit-content;
1488
+ }
1489
+ }
1490
+ .group-data-\[orientation\=vertical\]\/tabs\:w-full {
1491
+ &:is(:where(.group\/tabs)[data-orientation="vertical"] *) {
1492
+ width: 100%;
1493
+ }
1494
+ }
1495
+ .group-data-\[orientation\=vertical\]\/tabs\:flex-col {
1496
+ &:is(:where(.group\/tabs)[data-orientation="vertical"] *) {
1497
+ flex-direction: column;
1498
+ }
1499
+ }
1500
+ .group-data-\[orientation\=vertical\]\/tabs\:justify-start {
1501
+ &:is(:where(.group\/tabs)[data-orientation="vertical"] *) {
1502
+ justify-content: flex-start;
1503
+ }
1504
+ }
1505
+ .group-data-\[variant\=line\]\/tabs-list\:bg-transparent {
1506
+ &:is(:where(.group\/tabs-list)[data-variant="line"] *) {
1507
+ background-color: transparent;
1508
+ }
1509
+ }
1510
+ .group-data-\[variant\=outline\]\/field-group\:-mb-2 {
1511
+ &:is(:where(.group\/field-group)[data-variant="outline"] *) {
1512
+ margin-bottom: calc(var(--spacing) * -2);
1513
+ }
1514
+ }
1515
+ .peer-disabled\:cursor-not-allowed {
1516
+ &:is(:where(.peer):disabled ~ *) {
1517
+ cursor: not-allowed;
1518
+ }
1519
+ }
1520
+ .peer-disabled\:opacity-50 {
1521
+ &:is(:where(.peer):disabled ~ *) {
1522
+ opacity: 50%;
1523
+ }
1524
+ }
1525
+ .file\:border-0 {
1526
+ &::file-selector-button {
1527
+ border-style: var(--tw-border-style);
1528
+ border-width: 0px;
1529
+ }
1530
+ }
1531
+ .file\:bg-transparent {
1532
+ &::file-selector-button {
1533
+ background-color: transparent;
1534
+ }
1535
+ }
1536
+ .file\:text-sm {
1537
+ &::file-selector-button {
1538
+ font-size: var(--text-sm);
1539
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1540
+ }
1541
+ }
1542
+ .file\:font-medium {
1543
+ &::file-selector-button {
1544
+ --tw-font-weight: var(--font-weight-medium);
1545
+ font-weight: var(--font-weight-medium);
1546
+ }
1547
+ }
1548
+ .placeholder\:text-muted-foreground {
1549
+ &::placeholder {
1550
+ color: var(--muted-foreground);
1551
+ }
1552
+ }
1553
+ .after\:absolute {
1554
+ &::after {
1555
+ content: var(--tw-content);
1556
+ position: absolute;
1557
+ }
1558
+ }
1559
+ .after\:inset-y-0 {
1560
+ &::after {
1561
+ content: var(--tw-content);
1562
+ inset-block: calc(var(--spacing) * 0);
1563
+ }
1564
+ }
1565
+ .after\:left-1\/2 {
1566
+ &::after {
1567
+ content: var(--tw-content);
1568
+ left: calc(1 / 2 * 100%);
1569
+ }
1570
+ }
1571
+ .after\:w-1 {
1572
+ &::after {
1573
+ content: var(--tw-content);
1574
+ width: calc(var(--spacing) * 1);
1575
+ }
1576
+ }
1577
+ .after\:-translate-x-1\/2 {
1578
+ &::after {
1579
+ content: var(--tw-content);
1580
+ --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
1581
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1582
+ }
1583
+ }
1584
+ .after\:bg-foreground {
1585
+ &::after {
1586
+ content: var(--tw-content);
1587
+ background-color: var(--foreground);
1588
+ }
1589
+ }
1590
+ .after\:opacity-0 {
1591
+ &::after {
1592
+ content: var(--tw-content);
1593
+ opacity: 0%;
1594
+ }
1595
+ }
1596
+ .after\:transition-opacity {
1597
+ &::after {
1598
+ content: var(--tw-content);
1599
+ transition-property: opacity;
1600
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1601
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1602
+ }
1603
+ }
1604
+ .group-data-\[orientation\=horizontal\]\/tabs\:after\:inset-x-0 {
1605
+ &:is(:where(.group\/tabs)[data-orientation="horizontal"] *) {
1606
+ &::after {
1607
+ content: var(--tw-content);
1608
+ inset-inline: calc(var(--spacing) * 0);
1609
+ }
1610
+ }
1611
+ }
1612
+ .group-data-\[orientation\=horizontal\]\/tabs\:after\:bottom-\[-5px\] {
1613
+ &:is(:where(.group\/tabs)[data-orientation="horizontal"] *) {
1614
+ &::after {
1615
+ content: var(--tw-content);
1616
+ bottom: -5px;
1617
+ }
1618
+ }
1619
+ }
1620
+ .group-data-\[orientation\=horizontal\]\/tabs\:after\:h-0\.5 {
1621
+ &:is(:where(.group\/tabs)[data-orientation="horizontal"] *) {
1622
+ &::after {
1623
+ content: var(--tw-content);
1624
+ height: calc(var(--spacing) * 0.5);
1625
+ }
1626
+ }
1627
+ }
1628
+ .group-data-\[orientation\=vertical\]\/tabs\:after\:inset-y-0 {
1629
+ &:is(:where(.group\/tabs)[data-orientation="vertical"] *) {
1630
+ &::after {
1631
+ content: var(--tw-content);
1632
+ inset-block: calc(var(--spacing) * 0);
1633
+ }
1634
+ }
1635
+ }
1636
+ .group-data-\[orientation\=vertical\]\/tabs\:after\:-right-1 {
1637
+ &:is(:where(.group\/tabs)[data-orientation="vertical"] *) {
1638
+ &::after {
1639
+ content: var(--tw-content);
1640
+ right: calc(var(--spacing) * -1);
1641
+ }
1642
+ }
1643
+ }
1644
+ .group-data-\[orientation\=vertical\]\/tabs\:after\:w-0\.5 {
1645
+ &:is(:where(.group\/tabs)[data-orientation="vertical"] *) {
1646
+ &::after {
1647
+ content: var(--tw-content);
1648
+ width: calc(var(--spacing) * 0.5);
1649
+ }
1650
+ }
1651
+ }
1652
+ .last\:mt-0 {
1653
+ &:last-child {
1654
+ margin-top: calc(var(--spacing) * 0);
1655
+ }
1656
+ }
1657
+ .focus-within\:shadow-input-focus {
1658
+ &:focus-within {
1659
+ --tw-shadow: var(--shadow-input-focus-value);
1660
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1661
+ }
1662
+ }
1663
+ .hover\:bg-accent {
1664
+ &:hover {
1665
+ @media (hover: hover) {
1666
+ background-color: var(--accent);
1667
+ }
1668
+ }
1669
+ }
1670
+ .hover\:bg-accent\/50 {
1671
+ &:hover {
1672
+ @media (hover: hover) {
1673
+ background-color: var(--accent);
1674
+ @supports (color: color-mix(in lab, red, red)) {
1675
+ background-color: color-mix(in oklab, var(--accent) 50%, transparent);
1676
+ }
1677
+ }
1678
+ }
1679
+ }
1680
+ .hover\:bg-button-borderless-hover {
1681
+ &:hover {
1682
+ @media (hover: hover) {
1683
+ background-color: var(--button-borderless-hover);
1684
+ }
1685
+ }
1686
+ }
1687
+ .hover\:bg-button-tertiary-hover {
1688
+ &:hover {
1689
+ @media (hover: hover) {
1690
+ background-color: var(--button-tertiary-hover);
1691
+ }
1692
+ }
1693
+ }
1694
+ .hover\:bg-destructive-hover {
1695
+ &:hover {
1696
+ @media (hover: hover) {
1697
+ background-color: var(--destructive-hover);
1698
+ }
1699
+ }
1700
+ }
1701
+ .hover\:bg-destructive\/80 {
1702
+ &:hover {
1703
+ @media (hover: hover) {
1704
+ background-color: var(--destructive);
1705
+ @supports (color: color-mix(in lab, red, red)) {
1706
+ background-color: color-mix(in oklab, var(--destructive) 80%, transparent);
1707
+ }
1708
+ }
1709
+ }
1710
+ }
1711
+ .hover\:bg-info\/80 {
1712
+ &:hover {
1713
+ @media (hover: hover) {
1714
+ background-color: var(--info);
1715
+ @supports (color: color-mix(in lab, red, red)) {
1716
+ background-color: color-mix(in oklab, var(--info) 80%, transparent);
1717
+ }
1718
+ }
1719
+ }
1720
+ }
1721
+ .hover\:bg-muted {
1722
+ &:hover {
1723
+ @media (hover: hover) {
1724
+ background-color: var(--muted);
1725
+ }
1726
+ }
1727
+ }
1728
+ .hover\:bg-muted-foreground\/10 {
1729
+ &:hover {
1730
+ @media (hover: hover) {
1731
+ background-color: var(--muted-foreground);
1732
+ @supports (color: color-mix(in lab, red, red)) {
1733
+ background-color: color-mix(in oklab, var(--muted-foreground) 10%, transparent);
1734
+ }
1735
+ }
1736
+ }
1737
+ }
1738
+ .hover\:bg-muted\/50 {
1739
+ &:hover {
1740
+ @media (hover: hover) {
1741
+ background-color: var(--muted);
1742
+ @supports (color: color-mix(in lab, red, red)) {
1743
+ background-color: color-mix(in oklab, var(--muted) 50%, transparent);
1744
+ }
1745
+ }
1746
+ }
1747
+ }
1748
+ .hover\:bg-primary-hover {
1749
+ &:hover {
1750
+ @media (hover: hover) {
1751
+ background-color: var(--primary-hover);
1752
+ }
1753
+ }
1754
+ }
1755
+ .hover\:bg-primary\/80 {
1756
+ &:hover {
1757
+ @media (hover: hover) {
1758
+ background-color: var(--primary);
1759
+ @supports (color: color-mix(in lab, red, red)) {
1760
+ background-color: color-mix(in oklab, var(--primary) 80%, transparent);
1761
+ }
1762
+ }
1763
+ }
1764
+ }
1765
+ .hover\:bg-secondary-hover {
1766
+ &:hover {
1767
+ @media (hover: hover) {
1768
+ background-color: var(--secondary-hover);
1769
+ }
1770
+ }
1771
+ }
1772
+ .hover\:bg-secondary\/80 {
1773
+ &:hover {
1774
+ @media (hover: hover) {
1775
+ background-color: var(--secondary);
1776
+ @supports (color: color-mix(in lab, red, red)) {
1777
+ background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
1778
+ }
1779
+ }
1780
+ }
1781
+ }
1782
+ .hover\:bg-success\/80 {
1783
+ &:hover {
1784
+ @media (hover: hover) {
1785
+ background-color: var(--success);
1786
+ @supports (color: color-mix(in lab, red, red)) {
1787
+ background-color: color-mix(in oklab, var(--success) 80%, transparent);
1788
+ }
1789
+ }
1790
+ }
1791
+ }
1792
+ .hover\:bg-warning\/80 {
1793
+ &:hover {
1794
+ @media (hover: hover) {
1795
+ background-color: var(--warning);
1796
+ @supports (color: color-mix(in lab, red, red)) {
1797
+ background-color: color-mix(in oklab, var(--warning) 80%, transparent);
1798
+ }
1799
+ }
1800
+ }
1801
+ }
1802
+ .hover\:text-accent-foreground {
1803
+ &:hover {
1804
+ @media (hover: hover) {
1805
+ color: var(--accent-foreground);
1806
+ }
1807
+ }
1808
+ }
1809
+ .hover\:text-foreground {
1810
+ &:hover {
1811
+ @media (hover: hover) {
1812
+ color: var(--foreground);
1813
+ }
1814
+ }
1815
+ }
1816
+ .hover\:text-muted-foreground {
1817
+ &:hover {
1818
+ @media (hover: hover) {
1819
+ color: var(--muted-foreground);
1820
+ }
1821
+ }
1822
+ }
1823
+ .hover\:underline {
1824
+ &:hover {
1825
+ @media (hover: hover) {
1826
+ text-decoration-line: underline;
1827
+ }
1828
+ }
1829
+ }
1830
+ .hover\:opacity-100 {
1831
+ &:hover {
1832
+ @media (hover: hover) {
1833
+ opacity: 100%;
1834
+ }
1835
+ }
1836
+ }
1837
+ .hover\:shadow-\(--shadow-button-outline-hover\) {
1838
+ &:hover {
1839
+ @media (hover: hover) {
1840
+ --tw-shadow: var(--shadow-button-outline-hover);
1841
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1842
+ }
1843
+ }
1844
+ }
1845
+ .hover\:shadow-\(--shadow-button-secondary-hover\) {
1846
+ &:hover {
1847
+ @media (hover: hover) {
1848
+ --tw-shadow: var(--shadow-button-secondary-hover);
1849
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1850
+ }
1851
+ }
1852
+ }
1853
+ .hover\:shadow-md {
1854
+ &:hover {
1855
+ @media (hover: hover) {
1856
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1857
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1858
+ }
1859
+ }
1860
+ }
1861
+ .focus\:ring-2 {
1862
+ &:focus {
1863
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1864
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1865
+ }
1866
+ }
1867
+ .focus\:ring-ring {
1868
+ &:focus {
1869
+ --tw-ring-color: var(--ring);
1870
+ }
1871
+ }
1872
+ .focus\:ring-offset-2 {
1873
+ &:focus {
1874
+ --tw-ring-offset-width: 2px;
1875
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1876
+ }
1877
+ }
1878
+ .focus\:outline-hidden {
1879
+ &:focus {
1880
+ --tw-outline-style: none;
1881
+ outline-style: none;
1882
+ @media (forced-colors: active) {
1883
+ outline: 2px solid transparent;
1884
+ outline-offset: 2px;
1885
+ }
1886
+ }
1887
+ }
1888
+ .focus\:outline-none {
1889
+ &:focus {
1890
+ --tw-outline-style: none;
1891
+ outline-style: none;
1892
+ }
1893
+ }
1894
+ .focus-visible\:border {
1895
+ &:focus-visible {
1896
+ border-style: var(--tw-border-style);
1897
+ border-width: 1px;
1898
+ }
1899
+ }
1900
+ .focus-visible\:border-input-border-focus {
1901
+ &:focus-visible {
1902
+ border-color: var(--input-border-focus);
1903
+ }
1904
+ }
1905
+ .focus-visible\:border-ring {
1906
+ &:focus-visible {
1907
+ border-color: var(--ring);
1908
+ }
1909
+ }
1910
+ .focus-visible\:opacity-100 {
1911
+ &:focus-visible {
1912
+ opacity: 100%;
1913
+ }
1914
+ }
1915
+ .focus-visible\:shadow-input-focus {
1916
+ &:focus-visible {
1917
+ --tw-shadow: var(--shadow-input-focus-value);
1918
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1919
+ }
1920
+ }
1921
+ .focus-visible\:shadow-none {
1922
+ &:focus-visible {
1923
+ --tw-shadow: 0 0 #0000;
1924
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1925
+ }
1926
+ }
1927
+ .focus-visible\:ring-0 {
1928
+ &:focus-visible {
1929
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1930
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1931
+ }
1932
+ }
1933
+ .focus-visible\:ring-2 {
1934
+ &:focus-visible {
1935
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1936
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1937
+ }
1938
+ }
1939
+ .focus-visible\:ring-\[3px\] {
1940
+ &:focus-visible {
1941
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1942
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1943
+ }
1944
+ }
1945
+ .focus-visible\:ring-ring {
1946
+ &:focus-visible {
1947
+ --tw-ring-color: var(--ring);
1948
+ }
1949
+ }
1950
+ .focus-visible\:ring-ring\/50 {
1951
+ &:focus-visible {
1952
+ --tw-ring-color: var(--ring);
1953
+ @supports (color: color-mix(in lab, red, red)) {
1954
+ --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
1955
+ }
1956
+ }
1957
+ }
1958
+ .focus-visible\:ring-offset-0 {
1959
+ &:focus-visible {
1960
+ --tw-ring-offset-width: 0px;
1961
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1962
+ }
1963
+ }
1964
+ .focus-visible\:ring-offset-2 {
1965
+ &:focus-visible {
1966
+ --tw-ring-offset-width: 2px;
1967
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1968
+ }
1969
+ }
1970
+ .focus-visible\:outline-1 {
1971
+ &:focus-visible {
1972
+ outline-style: var(--tw-outline-style);
1973
+ outline-width: 1px;
1974
+ }
1975
+ }
1976
+ .focus-visible\:outline-ring {
1977
+ &:focus-visible {
1978
+ outline-color: var(--ring);
1979
+ }
1980
+ }
1981
+ .focus-visible\:outline-none {
1982
+ &:focus-visible {
1983
+ --tw-outline-style: none;
1984
+ outline-style: none;
1985
+ }
1986
+ }
1987
+ .focus-visible\:ring-inset {
1988
+ &:focus-visible {
1989
+ --tw-ring-inset: inset;
1990
+ }
1991
+ }
1992
+ .active\:bg-accent\/90 {
1993
+ &:active {
1994
+ background-color: var(--accent);
1995
+ @supports (color: color-mix(in lab, red, red)) {
1996
+ background-color: color-mix(in oklab, var(--accent) 90%, transparent);
1997
+ }
1998
+ }
1999
+ }
2000
+ .active\:bg-button-borderless-hover {
2001
+ &:active {
2002
+ background-color: var(--button-borderless-hover);
2003
+ }
2004
+ }
2005
+ .active\:bg-button-tertiary-hover\/90 {
2006
+ &:active {
2007
+ background-color: var(--button-tertiary-hover);
2008
+ @supports (color: color-mix(in lab, red, red)) {
2009
+ background-color: color-mix(in oklab, var(--button-tertiary-hover) 90%, transparent);
2010
+ }
2011
+ }
2012
+ }
2013
+ .active\:bg-destructive\/90 {
2014
+ &:active {
2015
+ background-color: var(--destructive);
2016
+ @supports (color: color-mix(in lab, red, red)) {
2017
+ background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
2018
+ }
2019
+ }
2020
+ }
2021
+ .active\:bg-primary {
2022
+ &:active {
2023
+ background-color: var(--primary);
2024
+ }
2025
+ }
2026
+ .active\:bg-secondary\/90 {
2027
+ &:active {
2028
+ background-color: var(--secondary);
2029
+ @supports (color: color-mix(in lab, red, red)) {
2030
+ background-color: color-mix(in oklab, var(--secondary) 90%, transparent);
2031
+ }
2032
+ }
2033
+ }
2034
+ .active\:shadow-none {
2035
+ &:active {
2036
+ --tw-shadow: 0 0 #0000;
2037
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2038
+ }
2039
+ }
2040
+ .disabled\:pointer-events-none {
2041
+ &:disabled {
2042
+ pointer-events: none;
2043
+ }
2044
+ }
2045
+ .disabled\:cursor-not-allowed {
2046
+ &:disabled {
2047
+ cursor: not-allowed;
2048
+ }
2049
+ }
2050
+ .disabled\:opacity-50 {
2051
+ &:disabled {
2052
+ opacity: 50%;
2053
+ }
2054
+ }
2055
+ .has-data-\[state\=checked\]\:border-primary {
2056
+ &:has(*[data-state="checked"]) {
2057
+ border-color: var(--primary);
2058
+ }
2059
+ }
2060
+ .has-data-\[state\=checked\]\:bg-primary\/5 {
2061
+ &:has(*[data-state="checked"]) {
2062
+ background-color: var(--primary);
2063
+ @supports (color: color-mix(in lab, red, red)) {
2064
+ background-color: color-mix(in oklab, var(--primary) 5%, transparent);
2065
+ }
2066
+ }
2067
+ }
2068
+ .has-\[\[data-slot\]\[aria-invalid\=true\]\]\:border-destructive {
2069
+ &:has(*:is([data-slot][aria-invalid=true])) {
2070
+ border-color: var(--destructive);
2071
+ }
2072
+ }
2073
+ .has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/30 {
2074
+ &:has(*:is([data-slot][aria-invalid=true])) {
2075
+ --tw-ring-color: var(--destructive);
2076
+ @supports (color: color-mix(in lab, red, red)) {
2077
+ --tw-ring-color: color-mix(in oklab, var(--destructive) 30%, transparent);
2078
+ }
2079
+ }
2080
+ }
2081
+ .has-\[\[data-state\=checked\]\]\:bg-interactive-focus {
2082
+ &:has(*:is([data-state=checked])) {
2083
+ background-color: var(--interactive-focus);
2084
+ }
2085
+ }
2086
+ .has-\[\[data-state\=checked\]\]\:ring-1 {
2087
+ &:has(*:is([data-state=checked])) {
2088
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2089
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2090
+ }
2091
+ }
2092
+ .has-\[\[data-state\=checked\]\]\:ring-ring {
2093
+ &:has(*:is([data-state=checked])) {
2094
+ --tw-ring-color: var(--ring);
2095
+ }
2096
+ }
2097
+ .has-\[\>\[data-align\=block-end\]\]\:h-auto {
2098
+ &:has(>[data-align=block-end]) {
2099
+ height: auto;
2100
+ }
2101
+ }
2102
+ .has-\[\>\[data-align\=block-end\]\]\:flex-col {
2103
+ &:has(>[data-align=block-end]) {
2104
+ flex-direction: column;
2105
+ }
2106
+ }
2107
+ .has-\[\>\[data-align\=block-end\]\]\:gap-1 {
2108
+ &:has(>[data-align=block-end]) {
2109
+ gap: calc(var(--spacing) * 1);
2110
+ }
2111
+ }
2112
+ .has-\[\>\[data-align\=block-start\]\]\:h-auto {
2113
+ &:has(>[data-align=block-start]) {
2114
+ height: auto;
2115
+ }
2116
+ }
2117
+ .has-\[\>\[data-align\=block-start\]\]\:flex-col {
2118
+ &:has(>[data-align=block-start]) {
2119
+ flex-direction: column;
2120
+ }
2121
+ }
2122
+ .has-\[\>\[data-slot\=button-group\]\]\:gap-2 {
2123
+ &:has(>[data-slot=button-group]) {
2124
+ gap: calc(var(--spacing) * 2);
2125
+ }
2126
+ }
2127
+ .has-\[\>\[data-slot\=checkbox-group\]\]\:gap-3 {
2128
+ &:has(>[data-slot=checkbox-group]) {
2129
+ gap: calc(var(--spacing) * 3);
2130
+ }
2131
+ }
2132
+ .has-\[\>\[data-slot\=field-content\]\]\:items-start {
2133
+ &:has(>[data-slot=field-content]) {
2134
+ align-items: flex-start;
2135
+ }
2136
+ }
2137
+ .has-\[\>\[data-slot\=field\]\]\:w-full {
2138
+ &:has(>[data-slot=field]) {
2139
+ width: 100%;
2140
+ }
2141
+ }
2142
+ .has-\[\>\[data-slot\=field\]\]\:flex-col {
2143
+ &:has(>[data-slot=field]) {
2144
+ flex-direction: column;
2145
+ }
2146
+ }
2147
+ .has-\[\>\[data-slot\=field\]\]\:rounded-md {
2148
+ &:has(>[data-slot=field]) {
2149
+ border-radius: calc(var(--radius) - 2px);
2150
+ }
2151
+ }
2152
+ .has-\[\>\[data-slot\=field\]\]\:border {
2153
+ &:has(>[data-slot=field]) {
2154
+ border-style: var(--tw-border-style);
2155
+ border-width: 1px;
2156
+ }
2157
+ }
2158
+ .has-\[\>\[data-slot\=radio-group\]\]\:gap-3 {
2159
+ &:has(>[data-slot=radio-group]) {
2160
+ gap: calc(var(--spacing) * 3);
2161
+ }
2162
+ }
2163
+ .has-\[\>button\]\:mr-\[-0\.4rem\] {
2164
+ &:has(>button) {
2165
+ margin-right: -0.4rem;
2166
+ }
2167
+ }
2168
+ .has-\[\>button\]\:ml-\[-0\.45rem\] {
2169
+ &:has(>button) {
2170
+ margin-left: -0.45rem;
2171
+ }
2172
+ }
2173
+ .has-\[\>kbd\]\:mr-\[-0\.35rem\] {
2174
+ &:has(>kbd) {
2175
+ margin-right: -0.35rem;
2176
+ }
2177
+ }
2178
+ .has-\[\>kbd\]\:ml-\[-0\.35rem\] {
2179
+ &:has(>kbd) {
2180
+ margin-left: -0.35rem;
2181
+ }
2182
+ }
2183
+ .has-\[\>svg\]\:p-0 {
2184
+ &:has(>svg) {
2185
+ padding: calc(var(--spacing) * 0);
2186
+ }
2187
+ }
2188
+ .has-\[\>svg\]\:px-2 {
2189
+ &:has(>svg) {
2190
+ padding-inline: calc(var(--spacing) * 2);
2191
+ }
2192
+ }
2193
+ .has-\[\>svg\]\:px-2\.5 {
2194
+ &:has(>svg) {
2195
+ padding-inline: calc(var(--spacing) * 2.5);
2196
+ }
2197
+ }
2198
+ .has-\[\>textarea\]\:h-auto {
2199
+ &:has(>textarea) {
2200
+ height: auto;
2201
+ }
2202
+ }
2203
+ .aria-invalid\:border-input-border-error {
2204
+ &[aria-invalid="true"] {
2205
+ border-color: var(--input-border-error);
2206
+ }
2207
+ }
2208
+ .aria-invalid\:ring-1 {
2209
+ &[aria-invalid="true"] {
2210
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2211
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2212
+ }
2213
+ }
2214
+ .aria-invalid\:ring-destructive {
2215
+ &[aria-invalid="true"] {
2216
+ --tw-ring-color: var(--destructive);
2217
+ }
2218
+ }
2219
+ .data-\[disabled\]\:pointer-events-none {
2220
+ &[data-disabled] {
2221
+ pointer-events: none;
2222
+ }
2223
+ }
2224
+ .data-\[disabled\]\:opacity-50 {
2225
+ &[data-disabled] {
2226
+ opacity: 50%;
2227
+ }
2228
+ }
2229
+ .data-\[highlighted\]\:bg-sidebar-accent {
2230
+ &[data-highlighted] {
2231
+ background-color: var(--sidebar-accent);
2232
+ }
2233
+ }
2234
+ .data-\[highlighted\]\:text-sidebar-accent-foreground {
2235
+ &[data-highlighted] {
2236
+ color: var(--sidebar-accent-foreground);
2237
+ }
2238
+ }
2239
+ .data-\[invalid\=true\]\:text-destructive {
2240
+ &[data-invalid="true"] {
2241
+ color: var(--destructive);
2242
+ }
2243
+ }
2244
+ .data-\[orientation\=horizontal\]\:flex-col {
2245
+ &[data-orientation="horizontal"] {
2246
+ flex-direction: column;
2247
+ }
2248
+ }
2249
+ .data-\[orientation\=vertical\]\:h-auto {
2250
+ &[data-orientation="vertical"] {
2251
+ height: auto;
2252
+ }
2253
+ }
2254
+ .data-\[orientation\=vertical\]\:h-px {
2255
+ &[data-orientation="vertical"] {
2256
+ height: 1px;
2257
+ }
2258
+ }
2259
+ .data-\[orientation\=vertical\]\:w-full {
2260
+ &[data-orientation="vertical"] {
2261
+ width: 100%;
2262
+ }
2263
+ }
2264
+ .data-\[orientation\=vertical\]\:flex-col {
2265
+ &[data-orientation="vertical"] {
2266
+ flex-direction: column;
2267
+ }
2268
+ }
2269
+ .data-\[orientation\=vertical\]\:after\:left-0 {
2270
+ &[data-orientation="vertical"] {
2271
+ &::after {
2272
+ content: var(--tw-content);
2273
+ left: calc(var(--spacing) * 0);
2274
+ }
2275
+ }
2276
+ }
2277
+ .data-\[orientation\=vertical\]\:after\:h-1 {
2278
+ &[data-orientation="vertical"] {
2279
+ &::after {
2280
+ content: var(--tw-content);
2281
+ height: calc(var(--spacing) * 1);
2282
+ }
2283
+ }
2284
+ }
2285
+ .data-\[orientation\=vertical\]\:after\:w-full {
2286
+ &[data-orientation="vertical"] {
2287
+ &::after {
2288
+ content: var(--tw-content);
2289
+ width: 100%;
2290
+ }
2291
+ }
2292
+ }
2293
+ .data-\[orientation\=vertical\]\:after\:translate-x-0 {
2294
+ &[data-orientation="vertical"] {
2295
+ &::after {
2296
+ content: var(--tw-content);
2297
+ --tw-translate-x: calc(var(--spacing) * 0);
2298
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2299
+ }
2300
+ }
2301
+ }
2302
+ .data-\[orientation\=vertical\]\:after\:-translate-y-1\/2 {
2303
+ &[data-orientation="vertical"] {
2304
+ &::after {
2305
+ content: var(--tw-content);
2306
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
2307
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2308
+ }
2309
+ }
2310
+ }
2311
+ .data-\[placeholder\]\:text-muted-foreground {
2312
+ &[data-placeholder] {
2313
+ color: var(--muted-foreground);
2314
+ }
2315
+ }
2316
+ .data-\[side\=bottom\]\:origin-top {
2317
+ &[data-side="bottom"] {
2318
+ transform-origin: top;
2319
+ }
2320
+ }
2321
+ .data-\[side\=bottom\]\:translate-y-1 {
2322
+ &[data-side="bottom"] {
2323
+ --tw-translate-y: calc(var(--spacing) * 1);
2324
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2325
+ }
2326
+ }
2327
+ .data-\[side\=bottom\]\:slide-in-from-top-2 {
2328
+ &[data-side="bottom"] {
2329
+ --tw-enter-translate-y: calc(2*var(--spacing)*-1);
2330
+ }
2331
+ }
2332
+ .data-\[side\=left\]\:origin-right {
2333
+ &[data-side="left"] {
2334
+ transform-origin: 100%;
2335
+ }
2336
+ }
2337
+ .data-\[side\=left\]\:-translate-x-1 {
2338
+ &[data-side="left"] {
2339
+ --tw-translate-x: calc(var(--spacing) * -1);
2340
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2341
+ }
2342
+ }
2343
+ .data-\[side\=left\]\:slide-in-from-right-2 {
2344
+ &[data-side="left"] {
2345
+ --tw-enter-translate-x: calc(2*var(--spacing));
2346
+ }
2347
+ }
2348
+ .data-\[side\=right\]\:origin-left {
2349
+ &[data-side="right"] {
2350
+ transform-origin: 0;
2351
+ }
2352
+ }
2353
+ .data-\[side\=right\]\:translate-x-1 {
2354
+ &[data-side="right"] {
2355
+ --tw-translate-x: calc(var(--spacing) * 1);
2356
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2357
+ }
2358
+ }
2359
+ .data-\[side\=right\]\:slide-in-from-left-2 {
2360
+ &[data-side="right"] {
2361
+ --tw-enter-translate-x: calc(2*var(--spacing)*-1);
2362
+ }
2363
+ }
2364
+ .data-\[side\=top\]\:origin-bottom {
2365
+ &[data-side="top"] {
2366
+ transform-origin: bottom;
2367
+ }
2368
+ }
2369
+ .data-\[side\=top\]\:-translate-y-1 {
2370
+ &[data-side="top"] {
2371
+ --tw-translate-y: calc(var(--spacing) * -1);
2372
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2373
+ }
2374
+ }
2375
+ .data-\[side\=top\]\:slide-in-from-bottom-2 {
2376
+ &[data-side="top"] {
2377
+ --tw-enter-translate-y: calc(2*var(--spacing));
2378
+ }
2379
+ }
2380
+ .data-\[slot\=checkbox-group\]\:gap-3 {
2381
+ &[data-slot="checkbox-group"] {
2382
+ gap: calc(var(--spacing) * 3);
2383
+ }
2384
+ }
2385
+ .data-\[state\=active\]\:bg-background {
2386
+ &[data-state="active"] {
2387
+ background-color: var(--background);
2388
+ }
2389
+ }
2390
+ .data-\[state\=active\]\:text-foreground {
2391
+ &[data-state="active"] {
2392
+ color: var(--foreground);
2393
+ }
2394
+ }
2395
+ .group-data-\[variant\=default\]\/tabs-list\:data-\[state\=active\]\:shadow-sm {
2396
+ &:is(:where(.group\/tabs-list)[data-variant="default"] *) {
2397
+ &[data-state="active"] {
2398
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2399
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2400
+ }
2401
+ }
2402
+ }
2403
+ .group-data-\[variant\=line\]\/tabs-list\:data-\[state\=active\]\:bg-transparent {
2404
+ &:is(:where(.group\/tabs-list)[data-variant="line"] *) {
2405
+ &[data-state="active"] {
2406
+ background-color: transparent;
2407
+ }
2408
+ }
2409
+ }
2410
+ .group-data-\[variant\=line\]\/tabs-list\:data-\[state\=active\]\:shadow-none {
2411
+ &:is(:where(.group\/tabs-list)[data-variant="line"] *) {
2412
+ &[data-state="active"] {
2413
+ --tw-shadow: 0 0 #0000;
2414
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2415
+ }
2416
+ }
2417
+ }
2418
+ .group-data-\[variant\=line\]\/tabs-list\:data-\[state\=active\]\:after\:opacity-100 {
2419
+ &:is(:where(.group\/tabs-list)[data-variant="line"] *) {
2420
+ &[data-state="active"] {
2421
+ &::after {
2422
+ content: var(--tw-content);
2423
+ opacity: 100%;
2424
+ }
2425
+ }
2426
+ }
2427
+ }
2428
+ .data-\[state\=checked\]\:border-primary {
2429
+ &[data-state="checked"] {
2430
+ border-color: var(--primary);
2431
+ }
2432
+ }
2433
+ .data-\[state\=checked\]\:bg-primary {
2434
+ &[data-state="checked"] {
2435
+ background-color: var(--primary);
2436
+ }
2437
+ }
2438
+ .data-\[state\=checked\]\:text-primary-foreground {
2439
+ &[data-state="checked"] {
2440
+ color: var(--primary-foreground);
2441
+ }
2442
+ }
2443
+ .data-\[state\=closed\]\:pointer-events-none {
2444
+ &[data-state="closed"] {
2445
+ pointer-events: none;
2446
+ }
2447
+ }
2448
+ .data-\[state\=closed\]\:animate-out {
2449
+ &[data-state="closed"] {
2450
+ animation: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
2451
+ }
2452
+ }
2453
+ .data-\[state\=closed\]\:duration-300 {
2454
+ &[data-state="closed"] {
2455
+ --tw-duration: 300ms;
2456
+ transition-duration: 300ms;
2457
+ }
2458
+ }
2459
+ .data-\[state\=closed\]\:fade-out-0 {
2460
+ &[data-state="closed"] {
2461
+ --tw-exit-opacity: calc(0/100);
2462
+ --tw-exit-opacity: 0;
2463
+ }
2464
+ }
2465
+ .data-\[state\=closed\]\:zoom-out-95 {
2466
+ &[data-state="closed"] {
2467
+ --tw-exit-scale: calc(95*1%);
2468
+ --tw-exit-scale: .95;
2469
+ }
2470
+ }
2471
+ .data-\[state\=closed\]\:slide-out-to-bottom {
2472
+ &[data-state="closed"] {
2473
+ --tw-exit-translate-y: 100%;
2474
+ }
2475
+ }
2476
+ .data-\[state\=closed\]\:slide-out-to-left {
2477
+ &[data-state="closed"] {
2478
+ --tw-exit-translate-x: -100%;
2479
+ }
2480
+ }
2481
+ .data-\[state\=closed\]\:slide-out-to-right {
2482
+ &[data-state="closed"] {
2483
+ --tw-exit-translate-x: 100%;
2484
+ }
2485
+ }
2486
+ .data-\[state\=closed\]\:slide-out-to-top {
2487
+ &[data-state="closed"] {
2488
+ --tw-exit-translate-y: -100%;
2489
+ }
2490
+ }
2491
+ .data-\[state\=instant-open\]\:animate-none {
2492
+ &[data-state="instant-open"] {
2493
+ animation: none;
2494
+ }
2495
+ }
2496
+ .data-\[state\=on\]\:bg-accent {
2497
+ &[data-state="on"] {
2498
+ background-color: var(--accent);
2499
+ }
2500
+ }
2501
+ .data-\[state\=on\]\:bg-background {
2502
+ &[data-state="on"] {
2503
+ background-color: var(--background);
2504
+ }
2505
+ }
2506
+ .data-\[state\=on\]\:text-accent-foreground {
2507
+ &[data-state="on"] {
2508
+ color: var(--accent-foreground);
2509
+ }
2510
+ }
2511
+ .data-\[state\=on\]\:text-foreground {
2512
+ &[data-state="on"] {
2513
+ color: var(--foreground);
2514
+ }
2515
+ }
2516
+ .data-\[state\=on\]\:shadow-sm {
2517
+ &[data-state="on"] {
2518
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2519
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2520
+ }
2521
+ }
2522
+ .data-\[state\=open\]\:pointer-events-auto {
2523
+ &[data-state="open"] {
2524
+ pointer-events: auto;
2525
+ }
2526
+ }
2527
+ .data-\[state\=open\]\:animate-in {
2528
+ &[data-state="open"] {
2529
+ animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
2530
+ }
2531
+ }
2532
+ .data-\[state\=open\]\:bg-secondary {
2533
+ &[data-state="open"] {
2534
+ background-color: var(--secondary);
2535
+ }
2536
+ }
2537
+ .data-\[state\=open\]\:duration-500 {
2538
+ &[data-state="open"] {
2539
+ --tw-duration: 500ms;
2540
+ transition-duration: 500ms;
2541
+ }
2542
+ }
2543
+ .data-\[state\=open\]\:fade-in-0 {
2544
+ &[data-state="open"] {
2545
+ --tw-enter-opacity: calc(0/100);
2546
+ --tw-enter-opacity: 0;
2547
+ }
2548
+ }
2549
+ .data-\[state\=open\]\:zoom-in-95 {
2550
+ &[data-state="open"] {
2551
+ --tw-enter-scale: calc(95*1%);
2552
+ --tw-enter-scale: .95;
2553
+ }
2554
+ }
2555
+ .data-\[state\=open\]\:slide-in-from-bottom {
2556
+ &[data-state="open"] {
2557
+ --tw-enter-translate-y: 100%;
2558
+ }
2559
+ }
2560
+ .data-\[state\=open\]\:slide-in-from-left {
2561
+ &[data-state="open"] {
2562
+ --tw-enter-translate-x: -100%;
2563
+ }
2564
+ }
2565
+ .data-\[state\=open\]\:slide-in-from-right {
2566
+ &[data-state="open"] {
2567
+ --tw-enter-translate-x: 100%;
2568
+ }
2569
+ }
2570
+ .data-\[state\=open\]\:slide-in-from-top {
2571
+ &[data-state="open"] {
2572
+ --tw-enter-translate-y: -100%;
2573
+ }
2574
+ }
2575
+ .data-\[state\=selected\]\:bg-muted {
2576
+ &[data-state="selected"] {
2577
+ background-color: var(--muted);
2578
+ }
2579
+ }
2580
+ .data-\[variant\=label\]\:text-sm {
2581
+ &[data-variant="label"] {
2582
+ font-size: var(--text-sm);
2583
+ line-height: var(--tw-leading, var(--text-sm--line-height));
2584
+ }
2585
+ }
2586
+ .data-\[variant\=legend\]\:text-base {
2587
+ &[data-variant="legend"] {
2588
+ font-size: var(--text-base);
2589
+ line-height: var(--tw-leading, var(--text-base--line-height));
2590
+ }
2591
+ }
2592
+ .data-\[variant\=line\]\:rounded-none {
2593
+ &[data-variant="line"] {
2594
+ border-radius: 0;
2595
+ }
2596
+ }
2597
+ .nth-last-2\:-mt-1 {
2598
+ &:nth-last-child(2) {
2599
+ margin-top: calc(var(--spacing) * -1);
2600
+ }
2601
+ }
2602
+ .motion-reduce\:animate-none {
2603
+ @media (prefers-reduced-motion: reduce) {
2604
+ animation: none;
2605
+ }
2606
+ }
2607
+ .sm\:mt-0 {
2608
+ @media (width >= 40rem) {
2609
+ margin-top: calc(var(--spacing) * 0);
2610
+ }
2611
+ }
2612
+ .sm\:max-w-sm {
2613
+ @media (width >= 40rem) {
2614
+ max-width: var(--container-sm);
2615
+ }
2616
+ }
2617
+ .sm\:flex-row {
2618
+ @media (width >= 40rem) {
2619
+ flex-direction: row;
2620
+ }
2621
+ }
2622
+ .sm\:justify-end {
2623
+ @media (width >= 40rem) {
2624
+ justify-content: flex-end;
2625
+ }
2626
+ }
2627
+ .sm\:space-x-2 {
2628
+ @media (width >= 40rem) {
2629
+ :where(& > :not(:last-child)) {
2630
+ --tw-space-x-reverse: 0;
2631
+ margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
2632
+ margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
2633
+ }
2634
+ }
2635
+ }
2636
+ .sm\:rounded-lg {
2637
+ @media (width >= 40rem) {
2638
+ border-radius: var(--radius);
2639
+ }
2640
+ }
2641
+ .sm\:p-6 {
2642
+ @media (width >= 40rem) {
2643
+ padding: calc(var(--spacing) * 6);
2644
+ }
2645
+ }
2646
+ .sm\:p-10 {
2647
+ @media (width >= 40rem) {
2648
+ padding: calc(var(--spacing) * 10);
2649
+ }
2650
+ }
2651
+ .sm\:text-left {
2652
+ @media (width >= 40rem) {
2653
+ text-align: left;
2654
+ }
2655
+ }
2656
+ .md\:text-sm {
2657
+ @media (width >= 48rem) {
2658
+ font-size: var(--text-sm);
2659
+ line-height: var(--tw-leading, var(--text-sm--line-height));
2660
+ }
2661
+ }
2662
+ .\@md\/field-group\:flex-row {
2663
+ @container field-group (width >= 28rem) {
2664
+ flex-direction: row;
2665
+ }
2666
+ }
2667
+ .\@md\/field-group\:items-center {
2668
+ @container field-group (width >= 28rem) {
2669
+ align-items: center;
2670
+ }
2671
+ }
2672
+ .\@md\/field-group\:has-\[\>\[data-slot\=field-content\]\]\:items-start {
2673
+ @container field-group (width >= 28rem) {
2674
+ &:has(>[data-slot=field-content]) {
2675
+ align-items: flex-start;
2676
+ }
2677
+ }
2678
+ }
2679
+ .dark\:text-muted-foreground {
2680
+ &:where(.dark, .dark *) {
2681
+ color: var(--muted-foreground);
2682
+ }
2683
+ }
2684
+ .dark\:hover\:text-foreground {
2685
+ &:where(.dark, .dark *) {
2686
+ &:hover {
2687
+ @media (hover: hover) {
2688
+ color: var(--foreground);
2689
+ }
2690
+ }
2691
+ }
2692
+ }
2693
+ .dark\:has-data-\[state\=checked\]\:bg-primary\/10 {
2694
+ &:where(.dark, .dark *) {
2695
+ &:has(*[data-state="checked"]) {
2696
+ background-color: var(--primary);
2697
+ @supports (color: color-mix(in lab, red, red)) {
2698
+ background-color: color-mix(in oklab, var(--primary) 10%, transparent);
2699
+ }
2700
+ }
2701
+ }
2702
+ }
2703
+ .dark\:data-\[state\=active\]\:border-input {
2704
+ &:where(.dark, .dark *) {
2705
+ &[data-state="active"] {
2706
+ border-color: var(--input);
2707
+ }
2708
+ }
2709
+ }
2710
+ .dark\:data-\[state\=active\]\:bg-input\/30 {
2711
+ &:where(.dark, .dark *) {
2712
+ &[data-state="active"] {
2713
+ background-color: var(--input);
2714
+ @supports (color: color-mix(in lab, red, red)) {
2715
+ background-color: color-mix(in oklab, var(--input) 30%, transparent);
2716
+ }
2717
+ }
2718
+ }
2719
+ }
2720
+ .dark\:data-\[state\=active\]\:text-foreground {
2721
+ &:where(.dark, .dark *) {
2722
+ &[data-state="active"] {
2723
+ color: var(--foreground);
2724
+ }
2725
+ }
2726
+ }
2727
+ .dark\:group-data-\[variant\=line\]\/tabs-list\:data-\[state\=active\]\:border-transparent {
2728
+ &:where(.dark, .dark *) {
2729
+ &:is(:where(.group\/tabs-list)[data-variant="line"] *) {
2730
+ &[data-state="active"] {
2731
+ border-color: transparent;
2732
+ }
2733
+ }
2734
+ }
2735
+ }
2736
+ .dark\:group-data-\[variant\=line\]\/tabs-list\:data-\[state\=active\]\:bg-transparent {
2737
+ &:where(.dark, .dark *) {
2738
+ &:is(:where(.group\/tabs-list)[data-variant="line"] *) {
2739
+ &[data-state="active"] {
2740
+ background-color: transparent;
2741
+ }
2742
+ }
2743
+ }
2744
+ }
2745
+ .\[\&_img\]\:size-full {
2746
+ & img {
2747
+ width: 100%;
2748
+ height: 100%;
2749
+ }
2750
+ }
2751
+ .\[\&_img\]\:object-cover {
2752
+ & img {
2753
+ object-fit: cover;
2754
+ }
2755
+ }
2756
+ .\[\&_p\]\:leading-relaxed {
2757
+ & p {
2758
+ --tw-leading: var(--leading-relaxed);
2759
+ line-height: var(--leading-relaxed);
2760
+ }
2761
+ }
2762
+ .\[\&_svg\]\:pointer-events-none {
2763
+ & svg {
2764
+ pointer-events: none;
2765
+ }
2766
+ }
2767
+ .\[\&_svg\]\:size-4 {
2768
+ & svg {
2769
+ width: calc(var(--spacing) * 4);
2770
+ height: calc(var(--spacing) * 4);
2771
+ }
2772
+ }
2773
+ .\[\&_svg\]\:shrink-0 {
2774
+ & svg {
2775
+ flex-shrink: 0;
2776
+ }
2777
+ }
2778
+ .\[\&_svg\]\:text-current {
2779
+ & svg {
2780
+ color: currentcolor;
2781
+ }
2782
+ }
2783
+ .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 {
2784
+ & svg:not([class*='size-']) {
2785
+ width: calc(var(--spacing) * 4);
2786
+ height: calc(var(--spacing) * 4);
2787
+ }
2788
+ }
2789
+ .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\:not\(\[width\]\)\]\:size-4 {
2790
+ & svg:not([class*='size-']):not([width]) {
2791
+ width: calc(var(--spacing) * 4);
2792
+ height: calc(var(--spacing) * 4);
2793
+ }
2794
+ }
2795
+ .\[\&_svg\:not\(\[width\]\)\]\:size-4 {
2796
+ & svg:not([width]) {
2797
+ width: calc(var(--spacing) * 4);
2798
+ height: calc(var(--spacing) * 4);
2799
+ }
2800
+ }
2801
+ .\[\&_td\]\:p-1 {
2802
+ & td {
2803
+ padding: calc(var(--spacing) * 1);
2804
+ }
2805
+ }
2806
+ .\[\&_th\]\:h-8 {
2807
+ & th {
2808
+ height: calc(var(--spacing) * 8);
2809
+ }
2810
+ }
2811
+ .\[\&_th\]\:px-2 {
2812
+ & th {
2813
+ padding-inline: calc(var(--spacing) * 2);
2814
+ }
2815
+ }
2816
+ .\[\&_th\]\:text-xs {
2817
+ & th {
2818
+ font-size: var(--text-xs);
2819
+ line-height: var(--tw-leading, var(--text-xs--line-height));
2820
+ }
2821
+ }
2822
+ .\[\&_tr\]\:border-b {
2823
+ & tr {
2824
+ border-bottom-style: var(--tw-border-style);
2825
+ border-bottom-width: 1px;
2826
+ }
2827
+ }
2828
+ .\[\&_tr\:last-child\]\:border-0 {
2829
+ & tr:last-child {
2830
+ border-style: var(--tw-border-style);
2831
+ border-width: 0px;
2832
+ }
2833
+ }
2834
+ .\[\&\+\[data-slot\=item-content\]\]\:flex-none {
2835
+ &+[data-slot=item-content] {
2836
+ flex: none;
2837
+ }
2838
+ }
2839
+ .\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0 {
2840
+ &:has([role=checkbox]) {
2841
+ padding-right: calc(var(--spacing) * 0);
2842
+ }
2843
+ }
2844
+ .\[a\]\:transition-colors {
2845
+ &:is(a) {
2846
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
2847
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2848
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2849
+ }
2850
+ }
2851
+ .\[a\]\:hover\:bg-accent\/50 {
2852
+ &:is(a) {
2853
+ &:hover {
2854
+ @media (hover: hover) {
2855
+ background-color: var(--accent);
2856
+ @supports (color: color-mix(in lab, red, red)) {
2857
+ background-color: color-mix(in oklab, var(--accent) 50%, transparent);
2858
+ }
2859
+ }
2860
+ }
2861
+ }
2862
+ }
2863
+ .\[button\]\:cursor-pointer {
2864
+ &:is(button) {
2865
+ cursor: pointer;
2866
+ }
2867
+ }
2868
+ .\[button\]\:transition-colors {
2869
+ &:is(button) {
2870
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
2871
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2872
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2873
+ }
2874
+ }
2875
+ .\[button\]\:hover\:bg-accent\/50 {
2876
+ &:is(button) {
2877
+ &:hover {
2878
+ @media (hover: hover) {
2879
+ background-color: var(--accent);
2880
+ @supports (color: color-mix(in lab, red, red)) {
2881
+ background-color: color-mix(in oklab, var(--accent) 50%, transparent);
2882
+ }
2883
+ }
2884
+ }
2885
+ }
2886
+ }
2887
+ .\[\&\>\*\]\:w-full {
2888
+ &>* {
2889
+ width: 100%;
2890
+ }
2891
+ }
2892
+ .\[\&\>\*\]\:focus-visible\:relative {
2893
+ &>* {
2894
+ &:focus-visible {
2895
+ position: relative;
2896
+ }
2897
+ }
2898
+ }
2899
+ .\[\&\>\*\]\:focus-visible\:z-10 {
2900
+ &>* {
2901
+ &:focus-visible {
2902
+ z-index: 10;
2903
+ }
2904
+ }
2905
+ }
2906
+ .\@md\/field-group\:\[\&\>\*\]\:w-auto {
2907
+ @container field-group (width >= 28rem) {
2908
+ &>* {
2909
+ width: auto;
2910
+ }
2911
+ }
2912
+ }
2913
+ .\[\&\>\*\:not\(\:first-child\)\]\:rounded-t-none {
2914
+ &>*:not(:first-child) {
2915
+ border-top-left-radius: 0;
2916
+ border-top-right-radius: 0;
2917
+ }
2918
+ }
2919
+ .\[\&\>\*\:not\(\:first-child\)\]\:rounded-l-none {
2920
+ &>*:not(:first-child) {
2921
+ border-top-left-radius: 0;
2922
+ border-bottom-left-radius: 0;
2923
+ }
2924
+ }
2925
+ .\[\&\>\*\:not\(\:first-child\)\]\:border-t-0 {
2926
+ &>*:not(:first-child) {
2927
+ border-top-style: var(--tw-border-style);
2928
+ border-top-width: 0px;
2929
+ }
2930
+ }
2931
+ .\[\&\>\*\:not\(\:first-child\)\]\:border-l-0 {
2932
+ &>*:not(:first-child) {
2933
+ border-left-style: var(--tw-border-style);
2934
+ border-left-width: 0px;
2935
+ }
2936
+ }
2937
+ .\[\&\>\*\:not\(\:last-child\)\]\:rounded-r-none {
2938
+ &>*:not(:last-child) {
2939
+ border-top-right-radius: 0;
2940
+ border-bottom-right-radius: 0;
2941
+ }
2942
+ }
2943
+ .\[\&\>\*\:not\(\:last-child\)\]\:rounded-b-none {
2944
+ &>*:not(:last-child) {
2945
+ border-bottom-right-radius: 0;
2946
+ border-bottom-left-radius: 0;
2947
+ }
2948
+ }
2949
+ .\[\&\>\.sr-only\]\:w-auto {
2950
+ &>.sr-only {
2951
+ width: auto;
2952
+ }
2953
+ }
2954
+ .\[\&\>\[data-slot\=field-group\]\]\:gap-4 {
2955
+ &>[data-slot=field-group] {
2956
+ gap: calc(var(--spacing) * 4);
2957
+ }
2958
+ }
2959
+ .\[\&\>\[data-slot\=field-label\]\]\:flex-auto {
2960
+ &>[data-slot=field-label] {
2961
+ flex: auto;
2962
+ }
2963
+ }
2964
+ .\@md\/field-group\:\[\&\>\[data-slot\=field-label\]\]\:flex-auto {
2965
+ @container field-group (width >= 28rem) {
2966
+ &>[data-slot=field-label] {
2967
+ flex: auto;
2968
+ }
2969
+ }
2970
+ }
2971
+ .\[\&\>\[data-slot\=field\]\]\:p-4 {
2972
+ &>[data-slot=field] {
2973
+ padding: calc(var(--spacing) * 4);
2974
+ }
2975
+ }
2976
+ .has-\[select\[aria-hidden\=true\]\:last-child\]\:\[\&\>\[data-slot\=select-trigger\]\:last-of-type\]\:rounded-r-md {
2977
+ &:has(*:is(select[aria-hidden=true]:last-child)) {
2978
+ &>[data-slot=select-trigger]:last-of-type {
2979
+ border-top-right-radius: calc(var(--radius) - 2px);
2980
+ border-bottom-right-radius: calc(var(--radius) - 2px);
2981
+ }
2982
+ }
2983
+ }
2984
+ .\[\&\>\[data-slot\=select-trigger\]\:not\(\[class\*\=\'w-\'\]\)\]\:w-fit {
2985
+ &>[data-slot=select-trigger]:not([class*='w-']) {
2986
+ width: fit-content;
2987
+ }
2988
+ }
2989
+ .has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px {
2990
+ &:has(>[data-slot=field-content]) {
2991
+ &>[role=checkbox],[role=radio] {
2992
+ margin-top: 1px;
2993
+ }
2994
+ }
2995
+ }
2996
+ .\@md\/field-group\:has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px {
2997
+ @container field-group (width >= 28rem) {
2998
+ &:has(>[data-slot=field-content]) {
2999
+ &>[role=checkbox],[role=radio] {
3000
+ margin-top: 1px;
3001
+ }
3002
+ }
3003
+ }
3004
+ }
3005
+ .\[\&\>a\]\:underline {
3006
+ &>a {
3007
+ text-decoration-line: underline;
3008
+ }
3009
+ }
3010
+ .\[\&\>a\]\:underline-offset-4 {
3011
+ &>a {
3012
+ text-underline-offset: 4px;
3013
+ }
3014
+ }
3015
+ .\[\&\>a\:hover\]\:text-primary {
3016
+ &>a:hover {
3017
+ color: var(--primary);
3018
+ }
3019
+ }
3020
+ .\[\&\>div\]\:\!block {
3021
+ &>div {
3022
+ display: block !important;
3023
+ }
3024
+ }
3025
+ .\[\&\>input\]\:flex-1 {
3026
+ &>input {
3027
+ flex: 1;
3028
+ }
3029
+ }
3030
+ .has-\[\>\[data-align\=block-end\]\]\:\[\&\>input\]\:pt-3 {
3031
+ &:has(>[data-align=block-end]) {
3032
+ &>input {
3033
+ padding-top: calc(var(--spacing) * 3);
3034
+ }
3035
+ }
3036
+ }
3037
+ .has-\[\>\[data-align\=block-start\]\]\:\[\&\>input\]\:pb-3 {
3038
+ &:has(>[data-align=block-start]) {
3039
+ &>input {
3040
+ padding-bottom: calc(var(--spacing) * 3);
3041
+ }
3042
+ }
3043
+ }
3044
+ .has-\[\>\[data-align\=inline-end\]\]\:\[\&\>input\]\:pr-2 {
3045
+ &:has(>[data-align=inline-end]) {
3046
+ &>input {
3047
+ padding-right: calc(var(--spacing) * 2);
3048
+ }
3049
+ }
3050
+ }
3051
+ .has-\[\>\[data-align\=inline-start\]\]\:\[\&\>input\]\:pl-2 {
3052
+ &:has(>[data-align=inline-start]) {
3053
+ &>input {
3054
+ padding-left: calc(var(--spacing) * 2);
3055
+ }
3056
+ }
3057
+ }
3058
+ .\[\&\>kbd\]\:rounded-\[calc\(var\(--radius\)-5px\)\] {
3059
+ &>kbd {
3060
+ border-radius: calc(var(--radius) - 5px);
3061
+ }
3062
+ }
3063
+ .\[\&\>span\]\:min-w-0 {
3064
+ &>span {
3065
+ min-width: calc(var(--spacing) * 0);
3066
+ }
3067
+ }
3068
+ .\[\&\>span\]\:flex-1 {
3069
+ &>span {
3070
+ flex: 1;
3071
+ }
3072
+ }
3073
+ .\[\&\>span\]\:truncate {
3074
+ &>span {
3075
+ overflow: hidden;
3076
+ text-overflow: ellipsis;
3077
+ white-space: nowrap;
3078
+ }
3079
+ }
3080
+ .\[\&\>span\]\:text-left {
3081
+ &>span {
3082
+ text-align: left;
3083
+ }
3084
+ }
3085
+ .\[\&\>svg\]\:absolute {
3086
+ &>svg {
3087
+ position: absolute;
3088
+ }
3089
+ }
3090
+ .\[\&\>svg\]\:top-4 {
3091
+ &>svg {
3092
+ top: calc(var(--spacing) * 4);
3093
+ }
3094
+ }
3095
+ .\[\&\>svg\]\:left-4 {
3096
+ &>svg {
3097
+ left: calc(var(--spacing) * 4);
3098
+ }
3099
+ }
3100
+ .\[\&\>svg\]\:text-destructive {
3101
+ &>svg {
3102
+ color: var(--destructive);
3103
+ }
3104
+ }
3105
+ .\[\&\>svg\]\:text-foreground {
3106
+ &>svg {
3107
+ color: var(--foreground);
3108
+ }
3109
+ }
3110
+ .\[\&\>svg\]\:text-info {
3111
+ &>svg {
3112
+ color: var(--info);
3113
+ }
3114
+ }
3115
+ .\[\&\>svg\]\:text-success {
3116
+ &>svg {
3117
+ color: var(--success);
3118
+ }
3119
+ }
3120
+ .\[\&\>svg\]\:text-warning {
3121
+ &>svg {
3122
+ color: var(--warning);
3123
+ }
3124
+ }
3125
+ .\[\&\>svg\+div\]\:translate-y-\[-3px\] {
3126
+ &>svg+div {
3127
+ --tw-translate-y: -3px;
3128
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3129
+ }
3130
+ }
3131
+ .\[\&\>svg\:not\(\[class\*\=\'size-\'\]\)\:not\(\[width\]\)\]\:size-3\.5 {
3132
+ &>svg:not([class*='size-']):not([width]) {
3133
+ width: calc(var(--spacing) * 3.5);
3134
+ height: calc(var(--spacing) * 3.5);
3135
+ }
3136
+ }
3137
+ .\[\&\>svg\:not\(\[class\*\=\'size-\'\]\)\:not\(\[width\]\)\]\:size-4 {
3138
+ &>svg:not([class*='size-']):not([width]) {
3139
+ width: calc(var(--spacing) * 4);
3140
+ height: calc(var(--spacing) * 4);
3141
+ }
3142
+ }
3143
+ .\[\&\>svg\~\*\]\:pl-7 {
3144
+ &>svg~* {
3145
+ padding-left: calc(var(--spacing) * 7);
3146
+ }
3147
+ }
3148
+ .\[\&\>tr\]\:last\:border-b-0 {
3149
+ &>tr {
3150
+ &:last-child {
3151
+ border-bottom-style: var(--tw-border-style);
3152
+ border-bottom-width: 0px;
3153
+ }
3154
+ }
3155
+ }
3156
+ .\[\&\[data-orientation\=vertical\]\>div\]\:rotate-90 {
3157
+ &[data-orientation=vertical]>div {
3158
+ rotate: 90deg;
3159
+ }
3160
+ }
3161
+ .\[\[data-variant\=legend\]\+\&\]\:-mt-1\.5 {
3162
+ [data-variant=legend]+& {
3163
+ margin-top: calc(var(--spacing) * -1.5);
3164
+ }
3165
+ }
3166
+ }
3167
+ @property --tw-animation-delay {
3168
+ syntax: "*";
3169
+ inherits: false;
3170
+ initial-value: 0s;
3171
+ }
3172
+ @property --tw-animation-direction {
3173
+ syntax: "*";
3174
+ inherits: false;
3175
+ initial-value: normal;
3176
+ }
3177
+ @property --tw-animation-duration {
3178
+ syntax: "*";
3179
+ inherits: false;
3180
+ }
3181
+ @property --tw-animation-fill-mode {
3182
+ syntax: "*";
3183
+ inherits: false;
3184
+ initial-value: none;
3185
+ }
3186
+ @property --tw-animation-iteration-count {
3187
+ syntax: "*";
3188
+ inherits: false;
3189
+ initial-value: 1;
3190
+ }
3191
+ @property --tw-enter-blur {
3192
+ syntax: "*";
3193
+ inherits: false;
3194
+ initial-value: 0;
3195
+ }
3196
+ @property --tw-enter-opacity {
3197
+ syntax: "*";
3198
+ inherits: false;
3199
+ initial-value: 1;
3200
+ }
3201
+ @property --tw-enter-rotate {
3202
+ syntax: "*";
3203
+ inherits: false;
3204
+ initial-value: 0;
3205
+ }
3206
+ @property --tw-enter-scale {
3207
+ syntax: "*";
3208
+ inherits: false;
3209
+ initial-value: 1;
3210
+ }
3211
+ @property --tw-enter-translate-x {
3212
+ syntax: "*";
3213
+ inherits: false;
3214
+ initial-value: 0;
3215
+ }
3216
+ @property --tw-enter-translate-y {
3217
+ syntax: "*";
3218
+ inherits: false;
3219
+ initial-value: 0;
3220
+ }
3221
+ @property --tw-exit-blur {
3222
+ syntax: "*";
3223
+ inherits: false;
3224
+ initial-value: 0;
3225
+ }
3226
+ @property --tw-exit-opacity {
3227
+ syntax: "*";
3228
+ inherits: false;
3229
+ initial-value: 1;
3230
+ }
3231
+ @property --tw-exit-rotate {
3232
+ syntax: "*";
3233
+ inherits: false;
3234
+ initial-value: 0;
3235
+ }
3236
+ @property --tw-exit-scale {
3237
+ syntax: "*";
3238
+ inherits: false;
3239
+ initial-value: 1;
3240
+ }
3241
+ @property --tw-exit-translate-x {
3242
+ syntax: "*";
3243
+ inherits: false;
3244
+ initial-value: 0;
3245
+ }
3246
+ @property --tw-exit-translate-y {
3247
+ syntax: "*";
3248
+ inherits: false;
3249
+ initial-value: 0;
3250
+ }
3251
+ :root {
3252
+ color-scheme: light;
3253
+ --app-font-size: 16px;
3254
+ --background: hsl(0 0% 100%);
3255
+ --foreground: hsl(240 3.7% 15.9%);
3256
+ --card: oklch(1 0 0);
3257
+ --card-foreground: var(--foreground);
3258
+ --popover: hsl(0 0% 100%);
3259
+ --popover-foreground: var(--foreground);
3260
+ --popover-accent: hsl(240 4.8% 95.9%);
3261
+ --tooltip-chrome: hsl(240 3.7% 15.9%);
3262
+ --tooltip-chrome-foreground: hsl(0 0% 100%);
3263
+ --primary: #155dfc;
3264
+ --primary-foreground: hsl(0 0% 100%);
3265
+ --primary-hover: #1447e6;
3266
+ --primary-accent: hsl(214 100% 97%);
3267
+ --primary-accent-foreground: hsl(221 83% 53%);
3268
+ --secondary: hsl(0 0% 100%);
3269
+ --secondary-foreground: hsl(240 5.9% 10%);
3270
+ --secondary-hover: hsl(240 4.8% 95.9%);
3271
+ --muted: hsl(240 4.9% 96.1%);
3272
+ --muted-foreground: hsl(240 3.8% 46.1%);
3273
+ --accent: hsl(240 4.8% 95.9%);
3274
+ --accent-foreground: hsl(240 5.9% 10%);
3275
+ --destructive: hsl(0 72% 51%);
3276
+ --destructive-foreground: hsl(0 0% 100%);
3277
+ --destructive-hover: hsl(0 84% 60%);
3278
+ --destructive-accent: hsl(0 84.2% 95%);
3279
+ --destructive-accent-foreground: var(--destructive);
3280
+ --warning: oklch(75% 0.15 90);
3281
+ --warning-foreground: oklch(30% 0.08 85);
3282
+ --warning-accent: oklch(95% 0.02 90);
3283
+ --warning-accent-foreground: var(--warning);
3284
+ --success: oklch(69.59% 0.0596 162.48);
3285
+ --success-foreground: oklch(37.8% 0.0292 168.94);
3286
+ --success-accent: oklch(95% 0.02 162);
3287
+ --success-accent-foreground: var(--success);
3288
+ --info: oklch(70% 0.15 200);
3289
+ --info-foreground: oklch(20% 0.05 200);
3290
+ --info-accent: oklch(95% 0.02 200);
3291
+ --info-accent-foreground: var(--info);
3292
+ --border: hsl(240 5.9% 90%);
3293
+ --border-focus: hsl(221 83% 53%);
3294
+ --border-error: var(--destructive);
3295
+ --input: hsl(240 5.9% 90%);
3296
+ --input-background: hsl(0 0% 100%);
3297
+ --input-border-focus: hsl(221 83% 53%);
3298
+ --input-border-error: var(--destructive);
3299
+ --ring: hsl(221 83% 53%);
3300
+ --ring-focus: rgb(147 197 253 / 50%);
3301
+ --text-secondary: rgb(9 9 11 / 64%);
3302
+ --text-tertiary: rgb(9 9 11 / 48%);
3303
+ --text-subheader: rgb(9 9 11 / 88%);
3304
+ --text-contrast: hsl(0 0% 100%);
3305
+ --interactive-default: transparent;
3306
+ --interactive-hover: rgb(9 9 11 / 6%);
3307
+ --interactive-active: rgb(9 9 11 / 10%);
3308
+ --interactive-focus: rgb(147 197 253 / 50%);
3309
+ --interactive-card-hover: hsl(0 0% 98%);
3310
+ --surface-border-1: rgb(9 9 11 / 8%);
3311
+ --surface-border-2: rgb(9 9 11 / 12%);
3312
+ --workspace-divider: rgb(9 9 11 / 6%);
3313
+ --surface-level-1: #fafafa;
3314
+ --surface-level-1-border: transparent;
3315
+ --surface-level-2: hsl(0 0% 100%);
3316
+ --surface-level-minus-1: rgb(9 9 11 / 4%);
3317
+ --surface-tag: rgb(9 9 11 / 6%);
3318
+ --sidebar: hsl(240 4.8% 95.9%);
3319
+ --sidebar-foreground: hsl(240 5.9% 10%);
3320
+ --sidebar-primary: hsl(240 5.9% 10%);
3321
+ --sidebar-primary-foreground: hsl(0 0% 98%);
3322
+ --sidebar-accent: hsl(240 5.9% 90%);
3323
+ --sidebar-accent-foreground: hsl(240 5.9% 10%);
3324
+ --sidebar-border: hsl(240 5.9% 90%);
3325
+ --sidebar-ring: hsl(240 5.9% 90%);
3326
+ --sidebar-surface: rgb(255 255 255 / 82%);
3327
+ --button-tertiary-default: rgb(9 9 11 / 6%);
3328
+ --button-tertiary-hover: hsl(240 4.9% 83.9%);
3329
+ --button-borderless-default: transparent;
3330
+ --button-borderless-hover: rgb(9 9 11 / 8%);
3331
+ --button-borderless-active: hsl(214 95% 93%);
3332
+ --icon-active: hsl(221 83% 53%);
3333
+ --icon-secondary: hsl(240 3.8% 46.1%);
3334
+ --radius: 0.5rem;
3335
+ --z-popover: 200;
3336
+ --z-modal: 200;
3337
+ --z-tooltip: 250;
3338
+ --scrollbar-thumb: rgb(9 9 11 / 22%);
3339
+ --scrollbar-thumb-hover: rgb(9 9 11 / 34%);
3340
+ --shadow-surface-sm-value: 0 0 0 1px rgb(9 9 11 / 8%), 0 2px 4px -1px rgb(9 9 11 / 8%),
3341
+ 0 1px 2px rgb(9 9 11 / 7%);
3342
+ --shadow-surface-md-value: 0 0 0 1px rgb(9 9 11 / 8%), 0 3px 6px -1px rgb(9 9 11 / 12%),
3343
+ 0 1px 3px rgb(9 9 11 / 8%);
3344
+ --shadow-popover-value: 0 0 0 1px rgb(9 9 11 / 8%), 0 4px 6px -1px rgb(9 9 11 / 12%),
3345
+ 0 2px 4px -2px rgb(9 9 11 / 12%);
3346
+ --shadow-button-primary-value: inset 0 2px 0 rgb(255 255 255 / 16%);
3347
+ --shadow-button-secondary-value: 0 0 0 1px rgb(9 9 11 / 12%), 0 2px 4px -1.5px rgb(9 9 11 / 16%);
3348
+ --shadow-button-secondary-hover-value: 0 0 0 1px rgb(9 9 11 / 24%), 0 3px 6px -1px rgb(9 9 11 / 12%),
3349
+ 0 1px 3px rgb(9 9 11 / 8%);
3350
+ --shadow-button-outline-value: inset 0 0 0 1px var(--input);
3351
+ --shadow-button-outline-hover-value: inset 0 0 0 1px var(--border);
3352
+ --shadow-input-rest-value: var(--shadow-surface-sm-value);
3353
+ --shadow-input-focus-value: 0 0 0 3px var(--ring-focus), 0 1px 2px rgb(9 9 11 / 6%);
3354
+ }
3355
+ :root.dark, :root[data-theme='dark'] {
3356
+ color-scheme: dark;
3357
+ --background: oklch(21.03% 0.0023 285.89);
3358
+ --foreground: oklch(98.48% 0 0);
3359
+ --card: hsl(240 4.2% 18.8%);
3360
+ --card-foreground: var(--foreground);
3361
+ --popover: hsl(240 4.2% 18.8%);
3362
+ --popover-foreground: var(--foreground);
3363
+ --popover-accent: oklch(24.48% 0.0023 285.98);
3364
+ --tooltip-chrome: hsl(0 0% 100%);
3365
+ --tooltip-chrome-foreground: hsl(240 3.7% 15.9%);
3366
+ --primary-foreground: hsl(0 0% 100%);
3367
+ --primary-accent: hsl(224 64% 33%);
3368
+ --primary-accent-foreground: var(--foreground);
3369
+ --secondary: hsl(240 4.4% 21.4%);
3370
+ --secondary-foreground: var(--foreground);
3371
+ --secondary-hover: hsl(240 5.3% 26.1%);
3372
+ --muted: oklch(24.48% 0.0023 285.98);
3373
+ --muted-foreground: oklch(71.19% 0.0051 286.07);
3374
+ --accent: oklch(30.27% 0.0071 285.97);
3375
+ --accent-foreground: var(--foreground);
3376
+ --destructive-accent: oklch(30% 0.03 15);
3377
+ --warning-accent: oklch(30% 0.08 85);
3378
+ --success: oklch(50.81% 0.042 165.61);
3379
+ --success-foreground: var(--foreground);
3380
+ --success-accent: oklch(30% 0.03 165);
3381
+ --info: oklch(65% 0.12 200);
3382
+ --info-foreground: var(--foreground);
3383
+ --info-accent: oklch(30% 0.03 200);
3384
+ --border: rgb(255 255 255 / 16%);
3385
+ --input: oklch(30.27% 0.0071 285.97);
3386
+ --input-background: #3f3f46;
3387
+ --ring-focus: rgb(29 78 216 / 60%);
3388
+ --text-secondary: rgb(250 250 250 / 64%);
3389
+ --text-tertiary: rgb(250 250 250 / 48%);
3390
+ --text-subheader: rgb(255 255 255 / 88%);
3391
+ --interactive-hover: rgb(255 255 255 / 10%);
3392
+ --interactive-active: rgb(255 255 255 / 20%);
3393
+ --interactive-focus: rgb(29 78 216 / 60%);
3394
+ --interactive-card-hover: hsl(240 3.7% 15.9%);
3395
+ --surface-border-1: rgb(255 255 255 / 8%);
3396
+ --surface-border-2: rgb(255 255 255 / 12%);
3397
+ --workspace-divider: rgb(255 255 255 / 4.5%);
3398
+ --surface-level-1: hsl(240 5% 8%);
3399
+ --surface-level-1-border: rgb(255 255 255 / 16%);
3400
+ --surface-level-2: hsl(240 4.2% 18.8%);
3401
+ --surface-level-minus-1: #09090b;
3402
+ --surface-tag: rgb(255 255 255 / 8%);
3403
+ --sidebar: var(--surface-level-minus-1);
3404
+ --sidebar-foreground: var(--foreground);
3405
+ --sidebar-primary: var(--foreground);
3406
+ --sidebar-primary-foreground: hsl(240 5.9% 10%);
3407
+ --sidebar-accent: oklch(24.48% 0.0023 285.98);
3408
+ --sidebar-accent-foreground: var(--foreground);
3409
+ --sidebar-border: oklch(37.05% 0.0048 285.8);
3410
+ --sidebar-ring: oklch(37.05% 0.0048 285.8);
3411
+ --sidebar-surface: rgb(0 0 0 / 70%);
3412
+ --button-tertiary-default: rgb(255 255 255 / 8%);
3413
+ --button-tertiary-hover: rgb(255 255 255 / 22%);
3414
+ --button-borderless-default: transparent;
3415
+ --button-borderless-hover: rgb(255 255 255 / 12%);
3416
+ --button-borderless-active: hsl(224 64% 33%);
3417
+ --scrollbar-thumb: rgb(255 255 255 / 24%);
3418
+ --scrollbar-thumb-hover: rgb(255 255 255 / 36%);
3419
+ --shadow-surface-sm-value: 0 2px 4px rgb(9 9 11 / 8%), 0 1px 2px rgb(9 9 11 / 7%),
3420
+ inset 0 0 0 1px rgb(255 255 255 / 6%);
3421
+ --shadow-surface-md-value: 0 4px 8px -2px rgb(9 9 11 / 16%), 0 2px 4px rgb(9 9 11 / 12%),
3422
+ inset 0 0 0 1px rgb(255 255 255 / 8%);
3423
+ --shadow-popover-value: 0 1px 4px rgb(9 9 11 / 24%), inset 0 0 0 1px rgb(255 255 255 / 6%);
3424
+ --shadow-button-secondary-value: 0 0 0 1px rgb(9 9 11 / 32%), 0 2px 4px -1.5px rgb(9 9 11 / 16%),
3425
+ inset 0 1px 0 rgb(255 255 255 / 16%);
3426
+ --shadow-button-secondary-hover-value: inset 0 0 0 1px rgb(255 255 255 / 5%), 0 3px 6px rgb(9 9 11 / 54%),
3427
+ 0 1px 3px rgb(9 9 11 / 40%);
3428
+ --shadow-input-rest-value: inset 0 0 0 0.5px var(--border);
3429
+ --shadow-input-focus-value: 0 0 0 3px var(--ring-focus), 0 1px 2px rgb(0 0 0 / 20%);
3430
+ }
3431
+ @layer base {
3432
+ *, ::before, ::after {
3433
+ border-color: var(--border);
3434
+ }
3435
+ }
3436
+ .btn-primary-shine {
3437
+ position: relative;
3438
+ overflow: hidden;
3439
+ }
3440
+ .btn-primary-shine::before {
3441
+ position: absolute;
3442
+ inset: 0;
3443
+ border-radius: inherit;
3444
+ background: linear-gradient(180deg, rgb(255 255 255 / 48%), transparent);
3445
+ content: '';
3446
+ mix-blend-mode: overlay;
3447
+ pointer-events: none;
3448
+ }
3449
+ .btn-primary-shine:hover::before {
3450
+ background: linear-gradient(180deg, rgb(255 255 255 / 32%), transparent);
3451
+ }
3452
+ .btn-primary-shine:active::before {
3453
+ display: none;
3454
+ }
3455
+ .code-block-light {
3456
+ display: block;
3457
+ }
3458
+ .code-block-dark {
3459
+ display: none;
3460
+ }
3461
+ .dark .code-block-light {
3462
+ display: none;
3463
+ }
3464
+ .dark .code-block-dark {
3465
+ display: block;
3466
+ }
3467
+ *, ::before, ::after {
3468
+ box-sizing: border-box;
3469
+ }
3470
+ [hidden] {
3471
+ display: none !important;
3472
+ }
3473
+ html {
3474
+ font-size: var(--app-font-size);
3475
+ }
3476
+ body {
3477
+ margin: 0;
3478
+ background: var(--background);
3479
+ color: var(--foreground);
3480
+ font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
3481
+ }
3482
+ button:not(:disabled), [role='button']:not([aria-disabled='true']) {
3483
+ cursor: pointer;
3484
+ touch-action: manipulation;
3485
+ }
3486
+ ::selection {
3487
+ background: var(--primary);
3488
+ @supports (color: color-mix(in lab, red, red)) {
3489
+ background: color-mix(in srgb, var(--primary) 25%, transparent);
3490
+ }
3491
+ }
3492
+ * {
3493
+ scrollbar-color: var(--scrollbar-thumb) transparent;
3494
+ scrollbar-width: thin;
3495
+ }
3496
+ *::-webkit-scrollbar {
3497
+ width: 8px;
3498
+ height: 8px;
3499
+ }
3500
+ *::-webkit-scrollbar-thumb {
3501
+ border: 2px solid transparent;
3502
+ border-radius: 9999px;
3503
+ background: var(--scrollbar-thumb);
3504
+ background-clip: padding-box;
3505
+ }
3506
+ *::-webkit-scrollbar-thumb:hover {
3507
+ background: var(--scrollbar-thumb-hover);
3508
+ background-clip: padding-box;
3509
+ }
3510
+ @media (prefers-reduced-motion: reduce) {
3511
+ *, *::before, *::after {
3512
+ scroll-behavior: auto !important;
3513
+ animation-duration: 0.01ms !important;
3514
+ animation-iteration-count: 1 !important;
3515
+ transition-duration: 0.01ms !important;
3516
+ }
3517
+ }
3518
+ @property --tw-translate-x {
3519
+ syntax: "*";
3520
+ inherits: false;
3521
+ initial-value: 0;
3522
+ }
3523
+ @property --tw-translate-y {
3524
+ syntax: "*";
3525
+ inherits: false;
3526
+ initial-value: 0;
3527
+ }
3528
+ @property --tw-translate-z {
3529
+ syntax: "*";
3530
+ inherits: false;
3531
+ initial-value: 0;
3532
+ }
3533
+ @property --tw-rotate-x {
3534
+ syntax: "*";
3535
+ inherits: false;
3536
+ }
3537
+ @property --tw-rotate-y {
3538
+ syntax: "*";
3539
+ inherits: false;
3540
+ }
3541
+ @property --tw-rotate-z {
3542
+ syntax: "*";
3543
+ inherits: false;
3544
+ }
3545
+ @property --tw-skew-x {
3546
+ syntax: "*";
3547
+ inherits: false;
3548
+ }
3549
+ @property --tw-skew-y {
3550
+ syntax: "*";
3551
+ inherits: false;
3552
+ }
3553
+ @property --tw-space-y-reverse {
3554
+ syntax: "*";
3555
+ inherits: false;
3556
+ initial-value: 0;
3557
+ }
3558
+ @property --tw-border-style {
3559
+ syntax: "*";
3560
+ inherits: false;
3561
+ initial-value: solid;
3562
+ }
3563
+ @property --tw-leading {
3564
+ syntax: "*";
3565
+ inherits: false;
3566
+ }
3567
+ @property --tw-font-weight {
3568
+ syntax: "*";
3569
+ inherits: false;
3570
+ }
3571
+ @property --tw-tracking {
3572
+ syntax: "*";
3573
+ inherits: false;
3574
+ }
3575
+ @property --tw-ordinal {
3576
+ syntax: "*";
3577
+ inherits: false;
3578
+ }
3579
+ @property --tw-slashed-zero {
3580
+ syntax: "*";
3581
+ inherits: false;
3582
+ }
3583
+ @property --tw-numeric-figure {
3584
+ syntax: "*";
3585
+ inherits: false;
3586
+ }
3587
+ @property --tw-numeric-spacing {
3588
+ syntax: "*";
3589
+ inherits: false;
3590
+ }
3591
+ @property --tw-numeric-fraction {
3592
+ syntax: "*";
3593
+ inherits: false;
3594
+ }
3595
+ @property --tw-shadow {
3596
+ syntax: "*";
3597
+ inherits: false;
3598
+ initial-value: 0 0 #0000;
3599
+ }
3600
+ @property --tw-shadow-color {
3601
+ syntax: "*";
3602
+ inherits: false;
3603
+ }
3604
+ @property --tw-shadow-alpha {
3605
+ syntax: "<percentage>";
3606
+ inherits: false;
3607
+ initial-value: 100%;
3608
+ }
3609
+ @property --tw-inset-shadow {
3610
+ syntax: "*";
3611
+ inherits: false;
3612
+ initial-value: 0 0 #0000;
3613
+ }
3614
+ @property --tw-inset-shadow-color {
3615
+ syntax: "*";
3616
+ inherits: false;
3617
+ }
3618
+ @property --tw-inset-shadow-alpha {
3619
+ syntax: "<percentage>";
3620
+ inherits: false;
3621
+ initial-value: 100%;
3622
+ }
3623
+ @property --tw-ring-color {
3624
+ syntax: "*";
3625
+ inherits: false;
3626
+ }
3627
+ @property --tw-ring-shadow {
3628
+ syntax: "*";
3629
+ inherits: false;
3630
+ initial-value: 0 0 #0000;
3631
+ }
3632
+ @property --tw-inset-ring-color {
3633
+ syntax: "*";
3634
+ inherits: false;
3635
+ }
3636
+ @property --tw-inset-ring-shadow {
3637
+ syntax: "*";
3638
+ inherits: false;
3639
+ initial-value: 0 0 #0000;
3640
+ }
3641
+ @property --tw-ring-inset {
3642
+ syntax: "*";
3643
+ inherits: false;
3644
+ }
3645
+ @property --tw-ring-offset-width {
3646
+ syntax: "<length>";
3647
+ inherits: false;
3648
+ initial-value: 0px;
3649
+ }
3650
+ @property --tw-ring-offset-color {
3651
+ syntax: "*";
3652
+ inherits: false;
3653
+ initial-value: #fff;
3654
+ }
3655
+ @property --tw-ring-offset-shadow {
3656
+ syntax: "*";
3657
+ inherits: false;
3658
+ initial-value: 0 0 #0000;
3659
+ }
3660
+ @property --tw-outline-style {
3661
+ syntax: "*";
3662
+ inherits: false;
3663
+ initial-value: solid;
3664
+ }
3665
+ @property --tw-duration {
3666
+ syntax: "*";
3667
+ inherits: false;
3668
+ }
3669
+ @property --tw-ease {
3670
+ syntax: "*";
3671
+ inherits: false;
3672
+ }
3673
+ @property --tw-content {
3674
+ syntax: "*";
3675
+ initial-value: "";
3676
+ inherits: false;
3677
+ }
3678
+ @property --tw-space-x-reverse {
3679
+ syntax: "*";
3680
+ inherits: false;
3681
+ initial-value: 0;
3682
+ }
3683
+ @keyframes pulse {
3684
+ 50% {
3685
+ opacity: 0.5;
3686
+ }
3687
+ }
3688
+ @keyframes enter {
3689
+ from {
3690
+ opacity: var(--tw-enter-opacity,1);
3691
+ transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));
3692
+ filter: blur(var(--tw-enter-blur,0));
3693
+ }
3694
+ }
3695
+ @keyframes exit {
3696
+ to {
3697
+ opacity: var(--tw-exit-opacity,1);
3698
+ transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));
3699
+ filter: blur(var(--tw-exit-blur,0));
3700
+ }
3701
+ }
3702
+ @layer properties {
3703
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
3704
+ *, ::before, ::after, ::backdrop {
3705
+ --tw-translate-x: 0;
3706
+ --tw-translate-y: 0;
3707
+ --tw-translate-z: 0;
3708
+ --tw-rotate-x: initial;
3709
+ --tw-rotate-y: initial;
3710
+ --tw-rotate-z: initial;
3711
+ --tw-skew-x: initial;
3712
+ --tw-skew-y: initial;
3713
+ --tw-space-y-reverse: 0;
3714
+ --tw-border-style: solid;
3715
+ --tw-leading: initial;
3716
+ --tw-font-weight: initial;
3717
+ --tw-tracking: initial;
3718
+ --tw-ordinal: initial;
3719
+ --tw-slashed-zero: initial;
3720
+ --tw-numeric-figure: initial;
3721
+ --tw-numeric-spacing: initial;
3722
+ --tw-numeric-fraction: initial;
3723
+ --tw-shadow: 0 0 #0000;
3724
+ --tw-shadow-color: initial;
3725
+ --tw-shadow-alpha: 100%;
3726
+ --tw-inset-shadow: 0 0 #0000;
3727
+ --tw-inset-shadow-color: initial;
3728
+ --tw-inset-shadow-alpha: 100%;
3729
+ --tw-ring-color: initial;
3730
+ --tw-ring-shadow: 0 0 #0000;
3731
+ --tw-inset-ring-color: initial;
3732
+ --tw-inset-ring-shadow: 0 0 #0000;
3733
+ --tw-ring-inset: initial;
3734
+ --tw-ring-offset-width: 0px;
3735
+ --tw-ring-offset-color: #fff;
3736
+ --tw-ring-offset-shadow: 0 0 #0000;
3737
+ --tw-outline-style: solid;
3738
+ --tw-duration: initial;
3739
+ --tw-ease: initial;
3740
+ --tw-content: "";
3741
+ --tw-space-x-reverse: 0;
3742
+ --tw-animation-delay: 0s;
3743
+ --tw-animation-direction: normal;
3744
+ --tw-animation-duration: initial;
3745
+ --tw-animation-fill-mode: none;
3746
+ --tw-animation-iteration-count: 1;
3747
+ --tw-enter-blur: 0;
3748
+ --tw-enter-opacity: 1;
3749
+ --tw-enter-rotate: 0;
3750
+ --tw-enter-scale: 1;
3751
+ --tw-enter-translate-x: 0;
3752
+ --tw-enter-translate-y: 0;
3753
+ --tw-exit-blur: 0;
3754
+ --tw-exit-opacity: 1;
3755
+ --tw-exit-rotate: 0;
3756
+ --tw-exit-scale: 1;
3757
+ --tw-exit-translate-x: 0;
3758
+ --tw-exit-translate-y: 0;
3759
+ }
3760
+ }
3761
+ }