miniwallet 0.1.8 → 0.1.10

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.
@@ -1,727 +1,3 @@
1
1
  /*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
2
- @layer properties {
3
- @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
4
- *, :before, :after, ::backdrop {
5
- --tw-translate-x: 0;
6
- --tw-translate-y: 0;
7
- --tw-translate-z: 0;
8
- --tw-rotate-x: initial;
9
- --tw-rotate-y: initial;
10
- --tw-rotate-z: initial;
11
- --tw-skew-x: initial;
12
- --tw-skew-y: initial;
13
- --tw-space-y-reverse: 0;
14
- --tw-space-x-reverse: 0;
15
- --tw-border-style: solid;
16
- --tw-font-weight: initial;
17
- --tw-shadow: 0 0 #0000;
18
- --tw-shadow-color: initial;
19
- --tw-shadow-alpha: 100%;
20
- --tw-inset-shadow: 0 0 #0000;
21
- --tw-inset-shadow-color: initial;
22
- --tw-inset-shadow-alpha: 100%;
23
- --tw-ring-color: initial;
24
- --tw-ring-shadow: 0 0 #0000;
25
- --tw-inset-ring-color: initial;
26
- --tw-inset-ring-shadow: 0 0 #0000;
27
- --tw-ring-inset: initial;
28
- --tw-ring-offset-width: 0px;
29
- --tw-ring-offset-color: #fff;
30
- --tw-ring-offset-shadow: 0 0 #0000;
31
- --tw-blur: initial;
32
- --tw-brightness: initial;
33
- --tw-contrast: initial;
34
- --tw-grayscale: initial;
35
- --tw-hue-rotate: initial;
36
- --tw-invert: initial;
37
- --tw-opacity: initial;
38
- --tw-saturate: initial;
39
- --tw-sepia: initial;
40
- --tw-drop-shadow: initial;
41
- --tw-drop-shadow-color: initial;
42
- --tw-drop-shadow-alpha: 100%;
43
- --tw-drop-shadow-size: initial;
44
- }
45
- }
46
- }
47
-
48
- @layer theme {
49
- :root, :host {
50
- --color-red-400: oklch(70.4% .191 22.216);
51
- --color-red-500: oklch(63.7% .237 25.331);
52
- --color-blue-500: oklch(62.3% .214 259.815);
53
- --color-gray-50: oklch(98.5% .002 247.839);
54
- --color-gray-100: oklch(96.7% .003 264.542);
55
- --color-gray-200: oklch(92.8% .006 264.531);
56
- --color-gray-300: oklch(87.2% .01 258.338);
57
- --color-gray-400: oklch(70.7% .022 261.325);
58
- --color-gray-500: oklch(55.1% .027 264.364);
59
- --color-gray-600: oklch(44.6% .03 256.802);
60
- --color-gray-700: oklch(37.3% .034 259.733);
61
- --color-black: #000;
62
- --color-white: #fff;
63
- --spacing: .25rem;
64
- --text-xs: .75rem;
65
- --text-xs--line-height: calc(1 / .75);
66
- --text-sm: .875rem;
67
- --text-sm--line-height: calc(1.25 / .875);
68
- --text-2xl: 1.5rem;
69
- --text-2xl--line-height: calc(2 / 1.5);
70
- --font-weight-bold: 700;
71
- --radius-sm: .25rem;
72
- --radius-xl: .75rem;
73
- --radius-2xl: 1rem;
74
- --radius-3xl: 1.5rem;
75
- }
76
- }
77
-
78
- @layer base, components;
79
-
80
- @layer utilities {
81
- .absolute {
82
- position: absolute;
83
- }
84
-
85
- .fixed {
86
- position: fixed;
87
- }
88
-
89
- .relative {
90
- position: relative;
91
- }
92
-
93
- .inset-0 {
94
- inset: 0;
95
- }
96
-
97
- .top-0 {
98
- top: 0;
99
- }
100
-
101
- .top-1\/2 {
102
- top: 50%;
103
- }
104
-
105
- .right-0 {
106
- right: 0;
107
- }
108
-
109
- .bottom-0 {
110
- bottom: 0;
111
- }
112
-
113
- .left-0 {
114
- left: 0;
115
- }
116
-
117
- .left-1\/2 {
118
- left: 50%;
119
- }
120
-
121
- .my-1\.5 {
122
- margin-block: calc(var(--spacing) * 1.5);
123
- }
124
-
125
- .mt-2 {
126
- margin-top: calc(var(--spacing) * 2);
127
- }
128
-
129
- .mr-1 {
130
- margin-right: var(--spacing);
131
- }
132
-
133
- .mr-4 {
134
- margin-right: calc(var(--spacing) * 4);
135
- }
136
-
137
- .mr-\[-20px\] {
138
- margin-right: -20px;
139
- }
140
-
141
- .mb-0 {
142
- margin-bottom: 0;
143
- }
144
-
145
- .mb-2 {
146
- margin-bottom: calc(var(--spacing) * 2);
147
- }
148
-
149
- .mb-\[-12px\] {
150
- margin-bottom: -12px;
151
- }
152
-
153
- .ml-1 {
154
- margin-left: var(--spacing);
155
- }
156
-
157
- .flex {
158
- display: flex;
159
- }
160
-
161
- .inline-flex {
162
- display: inline-flex;
163
- }
164
-
165
- .h-6 {
166
- height: calc(var(--spacing) * 6);
167
- }
168
-
169
- .h-8 {
170
- height: calc(var(--spacing) * 8);
171
- }
172
-
173
- .h-16 {
174
- height: calc(var(--spacing) * 16);
175
- }
176
-
177
- .h-\[22px\] {
178
- height: 22px;
179
- }
180
-
181
- .h-auto {
182
- height: auto;
183
- }
184
-
185
- .w-6 {
186
- width: calc(var(--spacing) * 6);
187
- }
188
-
189
- .w-8 {
190
- width: calc(var(--spacing) * 8);
191
- }
192
-
193
- .w-16 {
194
- width: calc(var(--spacing) * 16);
195
- }
196
-
197
- .w-\[112px\] {
198
- width: 112px;
199
- }
200
-
201
- .w-\[380px\] {
202
- width: 380px;
203
- }
204
-
205
- .w-full {
206
- width: 100%;
207
- }
208
-
209
- .-translate-x-1\/2 {
210
- --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
211
- translate: var(--tw-translate-x) var(--tw-translate-y);
212
- }
213
-
214
- .-translate-y-1\/2 {
215
- --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
216
- translate: var(--tw-translate-x) var(--tw-translate-y);
217
- }
218
-
219
- .transform {
220
- transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
221
- }
222
-
223
- .animate-\[spin_2s_linear_infinite\] {
224
- animation: 2s linear infinite spin;
225
- }
226
-
227
- .cursor-pointer {
228
- cursor: pointer;
229
- }
230
-
231
- .flex-col {
232
- flex-direction: column;
233
- }
234
-
235
- .items-center {
236
- align-items: center;
237
- }
238
-
239
- .justify-between {
240
- justify-content: space-between;
241
- }
242
-
243
- .justify-center {
244
- justify-content: center;
245
- }
246
-
247
- .gap-2 {
248
- gap: calc(var(--spacing) * 2);
249
- }
250
-
251
- .gap-3 {
252
- gap: calc(var(--spacing) * 3);
253
- }
254
-
255
- :where(.space-y-4 > :not(:last-child)) {
256
- --tw-space-y-reverse: 0;
257
- margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
258
- margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
259
- }
260
-
261
- :where(.space-x-2 > :not(:last-child)) {
262
- --tw-space-x-reverse: 0;
263
- margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
264
- margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
265
- }
266
-
267
- :where(.space-x-10 > :not(:last-child)) {
268
- --tw-space-x-reverse: 0;
269
- margin-inline-start: calc(calc(var(--spacing) * 10) * var(--tw-space-x-reverse));
270
- margin-inline-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-x-reverse)));
271
- }
272
-
273
- .rounded-2xl {
274
- border-radius: var(--radius-2xl);
275
- }
276
-
277
- .rounded-3xl {
278
- border-radius: var(--radius-3xl);
279
- }
280
-
281
- .rounded-full {
282
- border-radius: 3.40282e38px;
283
- }
284
-
285
- .rounded-sm {
286
- border-radius: var(--radius-sm);
287
- }
288
-
289
- .rounded-xl {
290
- border-radius: var(--radius-xl);
291
- }
292
-
293
- .rounded-l-2xl {
294
- border-top-left-radius: var(--radius-2xl);
295
- border-bottom-left-radius: var(--radius-2xl);
296
- }
297
-
298
- .border {
299
- border-style: var(--tw-border-style);
300
- border-width: 1px;
301
- }
302
-
303
- .border-none {
304
- --tw-border-style: none;
305
- border-style: none;
306
- }
307
-
308
- .border-gray-300 {
309
- border-color: var(--color-gray-300);
310
- }
311
-
312
- .bg-\[rgba\(0\,0\,0\,0\.5\)\] {
313
- background-color: #00000080;
314
- }
315
-
316
- .bg-\[rgba\(255\,255\,255\,0\.9\)\] {
317
- background-color: #ffffffe6;
318
- }
319
-
320
- .bg-blue-500 {
321
- background-color: var(--color-blue-500);
322
- }
323
-
324
- .bg-gray-700 {
325
- background-color: var(--color-gray-700);
326
- }
327
-
328
- .bg-red-400 {
329
- background-color: var(--color-red-400);
330
- }
331
-
332
- .bg-white {
333
- background-color: var(--color-white);
334
- }
335
-
336
- .p-1 {
337
- padding: var(--spacing);
338
- }
339
-
340
- .p-6 {
341
- padding: calc(var(--spacing) * 6);
342
- }
343
-
344
- .p-10 {
345
- padding: calc(var(--spacing) * 10);
346
- }
347
-
348
- .px-4 {
349
- padding-inline: calc(var(--spacing) * 4);
350
- }
351
-
352
- .py-2 {
353
- padding-block: calc(var(--spacing) * 2);
354
- }
355
-
356
- .py-2\.5 {
357
- padding-block: calc(var(--spacing) * 2.5);
358
- }
359
-
360
- .pt-5 {
361
- padding-top: calc(var(--spacing) * 5);
362
- }
363
-
364
- .pt-36 {
365
- padding-top: calc(var(--spacing) * 36);
366
- }
367
-
368
- .pr-1 {
369
- padding-right: var(--spacing);
370
- }
371
-
372
- .pr-3 {
373
- padding-right: calc(var(--spacing) * 3);
374
- }
375
-
376
- .pl-3 {
377
- padding-left: calc(var(--spacing) * 3);
378
- }
379
-
380
- .text-center {
381
- text-align: center;
382
- }
383
-
384
- .text-left {
385
- text-align: left;
386
- }
387
-
388
- .text-right {
389
- text-align: right;
390
- }
391
-
392
- .text-2xl {
393
- font-size: var(--text-2xl);
394
- line-height: var(--tw-leading, var(--text-2xl--line-height));
395
- }
396
-
397
- .text-sm {
398
- font-size: var(--text-sm);
399
- line-height: var(--tw-leading, var(--text-sm--line-height));
400
- }
401
-
402
- .text-xs {
403
- font-size: var(--text-xs);
404
- line-height: var(--tw-leading, var(--text-xs--line-height));
405
- }
406
-
407
- .font-bold {
408
- --tw-font-weight: var(--font-weight-bold);
409
- font-weight: var(--font-weight-bold);
410
- }
411
-
412
- .text-black {
413
- color: var(--color-black);
414
- }
415
-
416
- .text-gray-400 {
417
- color: var(--color-gray-400);
418
- }
419
-
420
- .text-gray-500 {
421
- color: var(--color-gray-500);
422
- }
423
-
424
- .text-gray-600 {
425
- color: var(--color-gray-600);
426
- }
427
-
428
- .text-white {
429
- color: var(--color-white);
430
- }
431
-
432
- .shadow-lg {
433
- --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
434
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
435
- }
436
-
437
- .shadow-md {
438
- --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
439
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
440
- }
441
-
442
- .inset-ring-1 {
443
- --tw-inset-ring-shadow: inset 0 0 0 1px var(--tw-inset-ring-color, currentcolor);
444
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
445
- }
446
-
447
- .shadow-blue-500\/50 {
448
- --tw-shadow-color: #3080ff80;
449
- }
450
-
451
- @supports (color: color-mix(in lab, red, red)) {
452
- .shadow-blue-500\/50 {
453
- --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-blue-500) 50%, transparent) var(--tw-shadow-alpha), transparent);
454
- }
455
- }
456
-
457
- .shadow-gray-200 {
458
- --tw-shadow-color: oklch(92.8% .006 264.531);
459
- }
460
-
461
- @supports (color: color-mix(in lab, red, red)) {
462
- .shadow-gray-200 {
463
- --tw-shadow-color: color-mix(in oklab, var(--color-gray-200) var(--tw-shadow-alpha), transparent);
464
- }
465
- }
466
-
467
- .shadow-gray-500\/50 {
468
- --tw-shadow-color: #6a728280;
469
- }
470
-
471
- @supports (color: color-mix(in lab, red, red)) {
472
- .shadow-gray-500\/50 {
473
- --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-gray-500) 50%, transparent) var(--tw-shadow-alpha), transparent);
474
- }
475
- }
476
-
477
- .shadow-red-500\/50 {
478
- --tw-shadow-color: #fb2c3680;
479
- }
480
-
481
- @supports (color: color-mix(in lab, red, red)) {
482
- .shadow-red-500\/50 {
483
- --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-red-500) 50%, transparent) var(--tw-shadow-alpha), transparent);
484
- }
485
- }
486
-
487
- .inset-ring-gray-100 {
488
- --tw-inset-ring-color: var(--color-gray-100);
489
- }
490
-
491
- .filter {
492
- 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, );
493
- }
494
-
495
- .outline-none {
496
- --tw-outline-style: none;
497
- outline-style: none;
498
- }
499
-
500
- @media (hover: hover) {
501
- .hover\:bg-gray-50:hover {
502
- background-color: var(--color-gray-50);
503
- }
504
-
505
- .hover\:bg-gray-100:hover {
506
- background-color: var(--color-gray-100);
507
- }
508
- }
509
- }
510
-
511
- @property --tw-translate-x {
512
- syntax: "*";
513
- inherits: false;
514
- initial-value: 0;
515
- }
516
-
517
- @property --tw-translate-y {
518
- syntax: "*";
519
- inherits: false;
520
- initial-value: 0;
521
- }
522
-
523
- @property --tw-translate-z {
524
- syntax: "*";
525
- inherits: false;
526
- initial-value: 0;
527
- }
528
-
529
- @property --tw-rotate-x {
530
- syntax: "*";
531
- inherits: false
532
- }
533
-
534
- @property --tw-rotate-y {
535
- syntax: "*";
536
- inherits: false
537
- }
538
-
539
- @property --tw-rotate-z {
540
- syntax: "*";
541
- inherits: false
542
- }
543
-
544
- @property --tw-skew-x {
545
- syntax: "*";
546
- inherits: false
547
- }
548
-
549
- @property --tw-skew-y {
550
- syntax: "*";
551
- inherits: false
552
- }
553
-
554
- @property --tw-space-y-reverse {
555
- syntax: "*";
556
- inherits: false;
557
- initial-value: 0;
558
- }
559
-
560
- @property --tw-space-x-reverse {
561
- syntax: "*";
562
- inherits: false;
563
- initial-value: 0;
564
- }
565
-
566
- @property --tw-border-style {
567
- syntax: "*";
568
- inherits: false;
569
- initial-value: solid;
570
- }
571
-
572
- @property --tw-font-weight {
573
- syntax: "*";
574
- inherits: false
575
- }
576
-
577
- @property --tw-shadow {
578
- syntax: "*";
579
- inherits: false;
580
- initial-value: 0 0 #0000;
581
- }
582
-
583
- @property --tw-shadow-color {
584
- syntax: "*";
585
- inherits: false
586
- }
587
-
588
- @property --tw-shadow-alpha {
589
- syntax: "<percentage>";
590
- inherits: false;
591
- initial-value: 100%;
592
- }
593
-
594
- @property --tw-inset-shadow {
595
- syntax: "*";
596
- inherits: false;
597
- initial-value: 0 0 #0000;
598
- }
599
-
600
- @property --tw-inset-shadow-color {
601
- syntax: "*";
602
- inherits: false
603
- }
604
-
605
- @property --tw-inset-shadow-alpha {
606
- syntax: "<percentage>";
607
- inherits: false;
608
- initial-value: 100%;
609
- }
610
-
611
- @property --tw-ring-color {
612
- syntax: "*";
613
- inherits: false
614
- }
615
-
616
- @property --tw-ring-shadow {
617
- syntax: "*";
618
- inherits: false;
619
- initial-value: 0 0 #0000;
620
- }
621
-
622
- @property --tw-inset-ring-color {
623
- syntax: "*";
624
- inherits: false
625
- }
626
-
627
- @property --tw-inset-ring-shadow {
628
- syntax: "*";
629
- inherits: false;
630
- initial-value: 0 0 #0000;
631
- }
632
-
633
- @property --tw-ring-inset {
634
- syntax: "*";
635
- inherits: false
636
- }
637
-
638
- @property --tw-ring-offset-width {
639
- syntax: "<length>";
640
- inherits: false;
641
- initial-value: 0;
642
- }
643
-
644
- @property --tw-ring-offset-color {
645
- syntax: "*";
646
- inherits: false;
647
- initial-value: #fff;
648
- }
649
-
650
- @property --tw-ring-offset-shadow {
651
- syntax: "*";
652
- inherits: false;
653
- initial-value: 0 0 #0000;
654
- }
655
-
656
- @property --tw-blur {
657
- syntax: "*";
658
- inherits: false
659
- }
660
-
661
- @property --tw-brightness {
662
- syntax: "*";
663
- inherits: false
664
- }
665
-
666
- @property --tw-contrast {
667
- syntax: "*";
668
- inherits: false
669
- }
670
-
671
- @property --tw-grayscale {
672
- syntax: "*";
673
- inherits: false
674
- }
675
-
676
- @property --tw-hue-rotate {
677
- syntax: "*";
678
- inherits: false
679
- }
680
-
681
- @property --tw-invert {
682
- syntax: "*";
683
- inherits: false
684
- }
685
-
686
- @property --tw-opacity {
687
- syntax: "*";
688
- inherits: false
689
- }
690
-
691
- @property --tw-saturate {
692
- syntax: "*";
693
- inherits: false
694
- }
695
-
696
- @property --tw-sepia {
697
- syntax: "*";
698
- inherits: false
699
- }
700
-
701
- @property --tw-drop-shadow {
702
- syntax: "*";
703
- inherits: false
704
- }
705
-
706
- @property --tw-drop-shadow-color {
707
- syntax: "*";
708
- inherits: false
709
- }
710
-
711
- @property --tw-drop-shadow-alpha {
712
- syntax: "<percentage>";
713
- inherits: false;
714
- initial-value: 100%;
715
- }
716
-
717
- @property --tw-drop-shadow-size {
718
- syntax: "*";
719
- inherits: false
720
- }
721
-
722
- @keyframes spin {
723
- to {
724
- transform: rotate(360deg);
725
- }
726
- }
2
+ @layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-x-reverse:0;--tw-border-style:solid;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--color-blue-500:oklch(62.3% .214 259.815);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-white:#fff;--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--font-weight-bold:700;--radius-sm:.25rem;--radius-md:.375rem;--radius-xl:.75rem}}@layer base,components;@layer utilities{.absolute{position:absolute}.fixed{position:fixed}.top-0{top:0}.top-1\/2{top:50%}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.left-1\/2{left:50%}.mr-1{margin-right:var(--spacing)}.mr-4{margin-right:calc(var(--spacing) * 4)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.flex{display:flex}.inline-flex{display:inline-flex}.h-5{height:calc(var(--spacing) * 5)}.h-6{height:calc(var(--spacing) * 6)}.h-8{height:calc(var(--spacing) * 8)}.h-\[22px\]{height:22px}.h-auto{height:auto}.w-5{width:calc(var(--spacing) * 5)}.w-6{width:calc(var(--spacing) * 6)}.w-8{width:calc(var(--spacing) * 8)}.w-\[460px\]{width:460px}.-translate-x-1\/2{--tw-translate-x:calc(calc(1 / 2 * 100%) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y:calc(calc(1 / 2 * 100%) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:calc(var(--spacing) * 2)}:where(.space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)))}.rounded-full{border-radius:3.40282e38px}.rounded-md{border-radius:var(--radius-md)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xl{border-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-none{--tw-border-style:none;border-style:none}.border-gray-300{border-color:var(--color-gray-300)}.bg-\[rgba\(0\,0\,0\,0\.5\)\]{background-color:#00000080}.bg-blue-500{background-color:var(--color-blue-500)}.bg-white{background-color:var(--color-white)}.p-1{padding:var(--spacing)}.p-6{padding:calc(var(--spacing) * 6)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-4{padding-inline:calc(var(--spacing) * 4)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.pt-2{padding-top:calc(var(--spacing) * 2)}.text-center{text-align:center}.text-left{text-align:left}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-white{color:var(--color-white)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.inset-ring-1{--tw-inset-ring-shadow:inset 0 0 0 1px var(--tw-inset-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-blue-500\/50{--tw-shadow-color:#3080ff80}@supports (color:color-mix(in lab, red, red)){.shadow-blue-500\/50{--tw-shadow-color:color-mix(in oklab, color-mix(in oklab, var(--color-blue-500) 50%, transparent) var(--tw-shadow-alpha), transparent)}}.shadow-gray-200{--tw-shadow-color:oklch(92.8% .006 264.531)}@supports (color:color-mix(in lab, red, red)){.shadow-gray-200{--tw-shadow-color:color-mix(in oklab, var(--color-gray-200) var(--tw-shadow-alpha), transparent)}}.inset-ring-gray-100{--tw-inset-ring-color:var(--color-gray-100)}.filter{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,)}.outline-none{--tw-outline-style:none;outline-style:none}@media (hover:hover){.hover\:bg-gray-100:hover{background-color:var(--color-gray-100)}}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
727
3
  /*$vite$:1*/