@theaiplatform/miniapp-sdk 0.1.0-dev.5264044 → 0.1.0-dev.e198ea6

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