@tuwaio/nova-connect 1.0.0-fix-test-alpha.51.1ef6db6

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