@txnlab/use-wallet-ui-react 0.1.0 → 0.2.1

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/style.css ADDED
@@ -0,0 +1,1214 @@
1
+ /*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ :root, :host {
4
+ --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
5
+ 'Noto Color Emoji';
6
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
7
+ monospace;
8
+ --color-red-100: oklch(93.6% 0.032 17.717);
9
+ --color-red-200: oklch(88.5% 0.062 18.334);
10
+ --color-red-300: oklch(80.8% 0.114 19.571);
11
+ --color-red-700: oklch(50.5% 0.213 27.518);
12
+ --color-red-800: oklch(44.4% 0.177 26.899);
13
+ --color-red-900: oklch(39.6% 0.141 25.723);
14
+ --color-green-500: oklch(72.3% 0.219 149.579);
15
+ --color-blue-500: oklch(62.3% 0.214 259.815);
16
+ --color-gray-50: oklch(98.5% 0.002 247.839);
17
+ --color-gray-100: oklch(96.7% 0.003 264.542);
18
+ --color-gray-200: oklch(92.8% 0.006 264.531);
19
+ --color-gray-300: oklch(87.2% 0.01 258.338);
20
+ --color-gray-400: oklch(70.7% 0.022 261.325);
21
+ --color-gray-500: oklch(55.1% 0.027 264.364);
22
+ --color-gray-600: oklch(44.6% 0.03 256.802);
23
+ --color-gray-700: oklch(37.3% 0.034 259.733);
24
+ --color-gray-800: oklch(27.8% 0.033 256.848);
25
+ --color-gray-900: oklch(21% 0.034 264.665);
26
+ --color-black: #000;
27
+ --color-white: #fff;
28
+ --spacing: 0.25rem;
29
+ --container-sm: 24rem;
30
+ --text-sm: 0.875rem;
31
+ --text-sm--line-height: calc(1.25 / 0.875);
32
+ --text-base: 1rem;
33
+ --text-base--line-height: calc(1.5 / 1);
34
+ --text-lg: 1.125rem;
35
+ --text-lg--line-height: calc(1.75 / 1.125);
36
+ --text-xl: 1.25rem;
37
+ --text-xl--line-height: calc(1.75 / 1.25);
38
+ --font-weight-normal: 400;
39
+ --font-weight-medium: 500;
40
+ --font-weight-bold: 700;
41
+ --radius-md: 0.375rem;
42
+ --radius-lg: 0.5rem;
43
+ --radius-xl: 0.75rem;
44
+ --radius-3xl: 1.5rem;
45
+ --ease-in: cubic-bezier(0.4, 0, 1, 1);
46
+ --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
47
+ --default-transition-duration: 150ms;
48
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
49
+ --default-font-family: var(--font-sans);
50
+ --default-mono-font-family: var(--font-mono);
51
+ }
52
+ [data-wallet-ui] {
53
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
54
+ box-sizing: border-box;
55
+ margin: 0;
56
+ padding: 0;
57
+ border: 0 solid;
58
+ }
59
+ html, :host {
60
+ line-height: 1.5;
61
+ -webkit-text-size-adjust: 100%;
62
+ tab-size: 4;
63
+ 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');
64
+ font-feature-settings: var(--default-font-feature-settings, normal);
65
+ font-variation-settings: var(--default-font-variation-settings, normal);
66
+ -webkit-tap-highlight-color: transparent;
67
+ }
68
+ hr {
69
+ height: 0;
70
+ color: inherit;
71
+ border-top-width: 1px;
72
+ }
73
+ abbr:where([title]) {
74
+ -webkit-text-decoration: underline dotted;
75
+ text-decoration: underline dotted;
76
+ }
77
+ h1, h2, h3, h4, h5, h6 {
78
+ font-size: inherit;
79
+ font-weight: inherit;
80
+ }
81
+ a {
82
+ color: inherit;
83
+ -webkit-text-decoration: inherit;
84
+ text-decoration: inherit;
85
+ }
86
+ b, strong {
87
+ font-weight: bolder;
88
+ }
89
+ code, kbd, samp, pre {
90
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
91
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
92
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
93
+ font-size: 1em;
94
+ }
95
+ small {
96
+ font-size: 80%;
97
+ }
98
+ sub, sup {
99
+ font-size: 75%;
100
+ line-height: 0;
101
+ position: relative;
102
+ vertical-align: baseline;
103
+ }
104
+ sub {
105
+ bottom: -0.25em;
106
+ }
107
+ sup {
108
+ top: -0.5em;
109
+ }
110
+ table {
111
+ text-indent: 0;
112
+ border-color: inherit;
113
+ border-collapse: collapse;
114
+ }
115
+ :-moz-focusring {
116
+ outline: auto;
117
+ }
118
+ progress {
119
+ vertical-align: baseline;
120
+ }
121
+ summary {
122
+ display: list-item;
123
+ }
124
+ ol, ul, menu {
125
+ list-style: none;
126
+ }
127
+ img, svg, video, canvas, audio, iframe, embed, object {
128
+ display: block;
129
+ vertical-align: middle;
130
+ }
131
+ img, video {
132
+ max-width: 100%;
133
+ height: auto;
134
+ }
135
+ button, input, select, optgroup, textarea, ::file-selector-button {
136
+ font: inherit;
137
+ font-feature-settings: inherit;
138
+ font-variation-settings: inherit;
139
+ letter-spacing: inherit;
140
+ color: inherit;
141
+ border-radius: 0;
142
+ background-color: transparent;
143
+ opacity: 1;
144
+ }
145
+ :where(select:is([multiple], [size])) optgroup {
146
+ font-weight: bolder;
147
+ }
148
+ :where(select:is([multiple], [size])) optgroup option {
149
+ padding-inline-start: 20px;
150
+ }
151
+ ::file-selector-button {
152
+ margin-inline-end: 4px;
153
+ }
154
+ ::placeholder {
155
+ opacity: 1;
156
+ }
157
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
158
+ ::placeholder {
159
+ color: currentcolor;
160
+ @supports (color: color-mix(in lab, red, red)) {
161
+ color: color-mix(in oklab, currentcolor 50%, transparent);
162
+ }
163
+ }
164
+ }
165
+ textarea {
166
+ resize: vertical;
167
+ }
168
+ ::-webkit-search-decoration {
169
+ -webkit-appearance: none;
170
+ }
171
+ ::-webkit-date-and-time-value {
172
+ min-height: 1lh;
173
+ text-align: inherit;
174
+ }
175
+ ::-webkit-datetime-edit {
176
+ display: inline-flex;
177
+ }
178
+ ::-webkit-datetime-edit-fields-wrapper {
179
+ padding: 0;
180
+ }
181
+ ::-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 {
182
+ padding-block: 0;
183
+ }
184
+ :-moz-ui-invalid {
185
+ box-shadow: none;
186
+ }
187
+ button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
188
+ appearance: button;
189
+ }
190
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
191
+ height: auto;
192
+ }
193
+ [hidden]:where(:not([hidden='until-found'])) {
194
+ display: none !important;
195
+ }
196
+ }
197
+ [data-wallet-ui-reset] {
198
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
199
+ all: revert-layer;
200
+ }
201
+ }
202
+ .absolute {
203
+ position: absolute;
204
+ }
205
+ .relative {
206
+ position: relative;
207
+ }
208
+ .inset-y-0 {
209
+ inset-block: calc(var(--spacing) * 0);
210
+ }
211
+ .right-0 {
212
+ right: calc(var(--spacing) * 0);
213
+ }
214
+ .right-4 {
215
+ right: calc(var(--spacing) * 4);
216
+ }
217
+ .z-10 {
218
+ z-index: 10;
219
+ }
220
+ .z-50 {
221
+ z-index: 50;
222
+ }
223
+ .col-start-1 {
224
+ grid-column-start: 1;
225
+ }
226
+ .row-start-1 {
227
+ grid-row-start: 1;
228
+ }
229
+ .container {
230
+ width: 100%;
231
+ @media (width >= 40rem) {
232
+ max-width: 40rem;
233
+ }
234
+ @media (width >= 48rem) {
235
+ max-width: 48rem;
236
+ }
237
+ @media (width >= 64rem) {
238
+ max-width: 64rem;
239
+ }
240
+ @media (width >= 80rem) {
241
+ max-width: 80rem;
242
+ }
243
+ @media (width >= 96rem) {
244
+ max-width: 96rem;
245
+ }
246
+ }
247
+ .mt-0\.5 {
248
+ margin-top: calc(var(--spacing) * 0.5);
249
+ }
250
+ .mt-1 {
251
+ margin-top: calc(var(--spacing) * 1);
252
+ }
253
+ .mt-2 {
254
+ margin-top: calc(var(--spacing) * 2);
255
+ }
256
+ .mr-1 {
257
+ margin-right: calc(var(--spacing) * 1);
258
+ }
259
+ .mr-1\.5 {
260
+ margin-right: calc(var(--spacing) * 1.5);
261
+ }
262
+ .mb-1 {
263
+ margin-bottom: calc(var(--spacing) * 1);
264
+ }
265
+ .mb-2 {
266
+ margin-bottom: calc(var(--spacing) * 2);
267
+ }
268
+ .mb-3 {
269
+ margin-bottom: calc(var(--spacing) * 3);
270
+ }
271
+ .mb-4 {
272
+ margin-bottom: calc(var(--spacing) * 4);
273
+ }
274
+ .ml-0\.5 {
275
+ margin-left: calc(var(--spacing) * 0.5);
276
+ }
277
+ .ml-1\.5 {
278
+ margin-left: calc(var(--spacing) * 1.5);
279
+ }
280
+ .block {
281
+ display: block;
282
+ }
283
+ .flex {
284
+ display: flex;
285
+ }
286
+ .grid {
287
+ display: grid;
288
+ }
289
+ .hidden {
290
+ display: none;
291
+ }
292
+ .inline-block {
293
+ display: inline-block;
294
+ }
295
+ .h-3 {
296
+ height: calc(var(--spacing) * 3);
297
+ }
298
+ .h-4 {
299
+ height: calc(var(--spacing) * 4);
300
+ }
301
+ .h-5 {
302
+ height: calc(var(--spacing) * 5);
303
+ }
304
+ .h-6 {
305
+ height: calc(var(--spacing) * 6);
306
+ }
307
+ .h-8 {
308
+ height: calc(var(--spacing) * 8);
309
+ }
310
+ .h-12 {
311
+ height: calc(var(--spacing) * 12);
312
+ }
313
+ .max-h-60 {
314
+ max-height: calc(var(--spacing) * 60);
315
+ }
316
+ .max-h-full {
317
+ max-height: 100%;
318
+ }
319
+ .w-3 {
320
+ width: calc(var(--spacing) * 3);
321
+ }
322
+ .w-4 {
323
+ width: calc(var(--spacing) * 4);
324
+ }
325
+ .w-5 {
326
+ width: calc(var(--spacing) * 5);
327
+ }
328
+ .w-6 {
329
+ width: calc(var(--spacing) * 6);
330
+ }
331
+ .w-8 {
332
+ width: calc(var(--spacing) * 8);
333
+ }
334
+ .w-12 {
335
+ width: calc(var(--spacing) * 12);
336
+ }
337
+ .w-80 {
338
+ width: calc(var(--spacing) * 80);
339
+ }
340
+ .w-full {
341
+ width: 100%;
342
+ }
343
+ .max-w-\[160px\] {
344
+ max-width: 160px;
345
+ }
346
+ .max-w-\[220px\] {
347
+ max-width: 220px;
348
+ }
349
+ .max-w-full {
350
+ max-width: 100%;
351
+ }
352
+ .max-w-sm {
353
+ max-width: var(--container-sm);
354
+ }
355
+ .flex-1 {
356
+ flex: 1;
357
+ }
358
+ .flex-shrink-0 {
359
+ flex-shrink: 0;
360
+ }
361
+ .transform {
362
+ transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
363
+ }
364
+ .cursor-default {
365
+ cursor: default;
366
+ }
367
+ .grid-cols-1 {
368
+ grid-template-columns: repeat(1, minmax(0, 1fr));
369
+ }
370
+ .place-items-center {
371
+ place-items: center;
372
+ }
373
+ .items-center {
374
+ align-items: center;
375
+ }
376
+ .justify-between {
377
+ justify-content: space-between;
378
+ }
379
+ .justify-center {
380
+ justify-content: center;
381
+ }
382
+ .gap-1 {
383
+ gap: calc(var(--spacing) * 1);
384
+ }
385
+ .gap-2 {
386
+ gap: calc(var(--spacing) * 2);
387
+ }
388
+ .gap-3 {
389
+ gap: calc(var(--spacing) * 3);
390
+ }
391
+ .space-y-1\.5 {
392
+ :where(& > :not(:last-child)) {
393
+ --tw-space-y-reverse: 0;
394
+ margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
395
+ margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
396
+ }
397
+ }
398
+ .self-center {
399
+ align-self: center;
400
+ }
401
+ .justify-self-end {
402
+ justify-self: flex-end;
403
+ }
404
+ .truncate {
405
+ overflow: hidden;
406
+ text-overflow: ellipsis;
407
+ white-space: nowrap;
408
+ }
409
+ .overflow-auto {
410
+ overflow: auto;
411
+ }
412
+ .overflow-hidden {
413
+ overflow: hidden;
414
+ }
415
+ .rounded {
416
+ border-radius: 0.25rem;
417
+ }
418
+ .rounded-3xl {
419
+ border-radius: var(--radius-3xl);
420
+ }
421
+ .rounded-full {
422
+ border-radius: calc(infinity * 1px);
423
+ }
424
+ .rounded-lg {
425
+ border-radius: var(--radius-lg);
426
+ }
427
+ .rounded-md {
428
+ border-radius: var(--radius-md);
429
+ }
430
+ .rounded-xl {
431
+ border-radius: var(--radius-xl);
432
+ }
433
+ .border {
434
+ border-style: var(--tw-border-style);
435
+ border-width: 1px;
436
+ }
437
+ .border-2 {
438
+ border-style: var(--tw-border-style);
439
+ border-width: 2px;
440
+ }
441
+ .border-t {
442
+ border-top-style: var(--tw-border-style);
443
+ border-top-width: 1px;
444
+ }
445
+ .border-gray-200 {
446
+ border-color: var(--color-gray-200);
447
+ }
448
+ .border-gray-300 {
449
+ border-color: var(--color-gray-300);
450
+ }
451
+ .border-green-500 {
452
+ border-color: var(--color-green-500);
453
+ }
454
+ .bg-\[\#2D2DF1\] {
455
+ background-color: #2D2DF1;
456
+ }
457
+ .bg-black\/30 {
458
+ background-color: color-mix(in srgb, #000 30%, transparent);
459
+ @supports (color: color-mix(in lab, red, red)) {
460
+ background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
461
+ }
462
+ }
463
+ .bg-blue-500 {
464
+ background-color: var(--color-blue-500);
465
+ }
466
+ .bg-gray-50 {
467
+ background-color: var(--color-gray-50);
468
+ }
469
+ .bg-gray-100 {
470
+ background-color: var(--color-gray-100);
471
+ }
472
+ .bg-gray-200 {
473
+ background-color: var(--color-gray-200);
474
+ }
475
+ .bg-red-100 {
476
+ background-color: var(--color-red-100);
477
+ }
478
+ .bg-white {
479
+ background-color: var(--color-white);
480
+ }
481
+ .object-contain {
482
+ object-fit: contain;
483
+ }
484
+ .p-2 {
485
+ padding: calc(var(--spacing) * 2);
486
+ }
487
+ .p-3 {
488
+ padding: calc(var(--spacing) * 3);
489
+ }
490
+ .p-4 {
491
+ padding: calc(var(--spacing) * 4);
492
+ }
493
+ .px-1 {
494
+ padding-inline: calc(var(--spacing) * 1);
495
+ }
496
+ .px-1\.5 {
497
+ padding-inline: calc(var(--spacing) * 1.5);
498
+ }
499
+ .px-3 {
500
+ padding-inline: calc(var(--spacing) * 3);
501
+ }
502
+ .px-4 {
503
+ padding-inline: calc(var(--spacing) * 4);
504
+ }
505
+ .px-6 {
506
+ padding-inline: calc(var(--spacing) * 6);
507
+ }
508
+ .py-0\.5 {
509
+ padding-block: calc(var(--spacing) * 0.5);
510
+ }
511
+ .py-1 {
512
+ padding-block: calc(var(--spacing) * 1);
513
+ }
514
+ .py-1\.5 {
515
+ padding-block: calc(var(--spacing) * 1.5);
516
+ }
517
+ .py-2 {
518
+ padding-block: calc(var(--spacing) * 2);
519
+ }
520
+ .py-2\.5 {
521
+ padding-block: calc(var(--spacing) * 2.5);
522
+ }
523
+ .py-5 {
524
+ padding-block: calc(var(--spacing) * 5);
525
+ }
526
+ .pt-5 {
527
+ padding-top: calc(var(--spacing) * 5);
528
+ }
529
+ .pr-2 {
530
+ padding-right: calc(var(--spacing) * 2);
531
+ }
532
+ .pr-3 {
533
+ padding-right: calc(var(--spacing) * 3);
534
+ }
535
+ .pr-8 {
536
+ padding-right: calc(var(--spacing) * 8);
537
+ }
538
+ .pr-9 {
539
+ padding-right: calc(var(--spacing) * 9);
540
+ }
541
+ .pb-3 {
542
+ padding-bottom: calc(var(--spacing) * 3);
543
+ }
544
+ .pb-4 {
545
+ padding-bottom: calc(var(--spacing) * 4);
546
+ }
547
+ .pl-2\.5 {
548
+ padding-left: calc(var(--spacing) * 2.5);
549
+ }
550
+ .pl-3 {
551
+ padding-left: calc(var(--spacing) * 3);
552
+ }
553
+ .text-center {
554
+ text-align: center;
555
+ }
556
+ .text-left {
557
+ text-align: left;
558
+ }
559
+ .align-baseline {
560
+ vertical-align: baseline;
561
+ }
562
+ .text-base {
563
+ font-size: var(--text-base);
564
+ line-height: var(--tw-leading, var(--text-base--line-height));
565
+ }
566
+ .text-lg {
567
+ font-size: var(--text-lg);
568
+ line-height: var(--tw-leading, var(--text-lg--line-height));
569
+ }
570
+ .text-sm {
571
+ font-size: var(--text-sm);
572
+ line-height: var(--tw-leading, var(--text-sm--line-height));
573
+ }
574
+ .text-xl {
575
+ font-size: var(--text-xl);
576
+ line-height: var(--tw-leading, var(--text-xl--line-height));
577
+ }
578
+ .font-bold {
579
+ --tw-font-weight: var(--font-weight-bold);
580
+ font-weight: var(--font-weight-bold);
581
+ }
582
+ .font-medium {
583
+ --tw-font-weight: var(--font-weight-medium);
584
+ font-weight: var(--font-weight-medium);
585
+ }
586
+ .font-normal {
587
+ --tw-font-weight: var(--font-weight-normal);
588
+ font-weight: var(--font-weight-normal);
589
+ }
590
+ .text-\[\#2D2DF1\] {
591
+ color: #2D2DF1;
592
+ }
593
+ .text-\[\#2D2DF1\]\/80 {
594
+ color: color-mix(in oklab, #2D2DF1 80%, transparent);
595
+ }
596
+ .text-blue-500 {
597
+ color: var(--color-blue-500);
598
+ }
599
+ .text-gray-400 {
600
+ color: var(--color-gray-400);
601
+ }
602
+ .text-gray-500 {
603
+ color: var(--color-gray-500);
604
+ }
605
+ .text-gray-600 {
606
+ color: var(--color-gray-600);
607
+ }
608
+ .text-gray-700 {
609
+ color: var(--color-gray-700);
610
+ }
611
+ .text-gray-800 {
612
+ color: var(--color-gray-800);
613
+ }
614
+ .text-gray-900 {
615
+ color: var(--color-gray-900);
616
+ }
617
+ .text-green-500 {
618
+ color: var(--color-green-500);
619
+ }
620
+ .text-red-700 {
621
+ color: var(--color-red-700);
622
+ }
623
+ .text-white {
624
+ color: var(--color-white);
625
+ }
626
+ .opacity-80 {
627
+ opacity: 80%;
628
+ }
629
+ .shadow-lg {
630
+ --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));
631
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
632
+ }
633
+ .shadow-sm {
634
+ --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));
635
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
636
+ }
637
+ .shadow-xl {
638
+ --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));
639
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
640
+ }
641
+ .ring-1 {
642
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
643
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
644
+ }
645
+ .ring-black\/5 {
646
+ --tw-ring-color: color-mix(in srgb, #000 5%, transparent);
647
+ @supports (color: color-mix(in lab, red, red)) {
648
+ --tw-ring-color: color-mix(in oklab, var(--color-black) 5%, transparent);
649
+ }
650
+ }
651
+ .transition {
652
+ 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;
653
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
654
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
655
+ }
656
+ .transition-all {
657
+ transition-property: all;
658
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
659
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
660
+ }
661
+ .transition-colors {
662
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
663
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
664
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
665
+ }
666
+ .transition-opacity {
667
+ transition-property: opacity;
668
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
669
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
670
+ }
671
+ .duration-150 {
672
+ --tw-duration: 150ms;
673
+ transition-duration: 150ms;
674
+ }
675
+ .ease-in-out {
676
+ --tw-ease: var(--ease-in-out);
677
+ transition-timing-function: var(--ease-in-out);
678
+ }
679
+ .select-none {
680
+ -webkit-user-select: none;
681
+ user-select: none;
682
+ }
683
+ .group-data-\[selected\]\:font-medium {
684
+ &:is(:where(.group)[data-selected] *) {
685
+ --tw-font-weight: var(--font-weight-medium);
686
+ font-weight: var(--font-weight-medium);
687
+ }
688
+ }
689
+ .group-\[\&\:not\(\[data-selected\]\)\]\:hidden {
690
+ &:is(:where(.group):not([data-selected]) *) {
691
+ display: none;
692
+ }
693
+ }
694
+ .hover\:bg-\[\#2929D9\] {
695
+ &:hover {
696
+ @media (hover: hover) {
697
+ background-color: #2929D9;
698
+ }
699
+ }
700
+ }
701
+ .hover\:bg-\[\#E9E9FD\] {
702
+ &:hover {
703
+ @media (hover: hover) {
704
+ background-color: #E9E9FD;
705
+ }
706
+ }
707
+ }
708
+ .hover\:bg-gray-200 {
709
+ &:hover {
710
+ @media (hover: hover) {
711
+ background-color: var(--color-gray-200);
712
+ }
713
+ }
714
+ }
715
+ .hover\:bg-gray-300 {
716
+ &:hover {
717
+ @media (hover: hover) {
718
+ background-color: var(--color-gray-300);
719
+ }
720
+ }
721
+ }
722
+ .hover\:bg-red-200 {
723
+ &:hover {
724
+ @media (hover: hover) {
725
+ background-color: var(--color-red-200);
726
+ }
727
+ }
728
+ }
729
+ .hover\:text-\[\#2D2DF1\] {
730
+ &:hover {
731
+ @media (hover: hover) {
732
+ color: #2D2DF1;
733
+ }
734
+ }
735
+ }
736
+ .hover\:text-gray-700 {
737
+ &:hover {
738
+ @media (hover: hover) {
739
+ color: var(--color-gray-700);
740
+ }
741
+ }
742
+ }
743
+ .focus\:border-transparent {
744
+ &:focus {
745
+ border-color: transparent;
746
+ }
747
+ }
748
+ .focus\:ring-2 {
749
+ &:focus {
750
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
751
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
752
+ }
753
+ }
754
+ .focus\:ring-\[\#2D2DF1\] {
755
+ &:focus {
756
+ --tw-ring-color: #2D2DF1;
757
+ }
758
+ }
759
+ .focus\:outline-none {
760
+ &:focus {
761
+ --tw-outline-style: none;
762
+ outline-style: none;
763
+ }
764
+ }
765
+ .disabled\:opacity-50 {
766
+ &:disabled {
767
+ opacity: 50%;
768
+ }
769
+ }
770
+ .data-\[focus\]\:bg-\[\#E9E9FD\] {
771
+ &[data-focus] {
772
+ background-color: #E9E9FD;
773
+ }
774
+ }
775
+ .data-\[focus\]\:text-gray-900 {
776
+ &[data-focus] {
777
+ color: var(--color-gray-900);
778
+ }
779
+ }
780
+ .data-\[focus\]\:outline-none {
781
+ &[data-focus] {
782
+ --tw-outline-style: none;
783
+ outline-style: none;
784
+ }
785
+ }
786
+ .data-\[leave\]\:transition {
787
+ &[data-leave] {
788
+ 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;
789
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
790
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
791
+ }
792
+ }
793
+ .data-\[leave\]\:duration-100 {
794
+ &[data-leave] {
795
+ --tw-duration: 100ms;
796
+ transition-duration: 100ms;
797
+ }
798
+ }
799
+ .data-\[leave\]\:ease-in {
800
+ &[data-leave] {
801
+ --tw-ease: var(--ease-in);
802
+ transition-timing-function: var(--ease-in);
803
+ }
804
+ }
805
+ .data-\[closed\]\:data-\[leave\]\:opacity-0 {
806
+ &[data-closed] {
807
+ &[data-leave] {
808
+ opacity: 0%;
809
+ }
810
+ }
811
+ }
812
+ .data-\[state\=entered\]\:scale-100 {
813
+ &[data-state="entered"] {
814
+ --tw-scale-x: 100%;
815
+ --tw-scale-y: 100%;
816
+ --tw-scale-z: 100%;
817
+ scale: var(--tw-scale-x) var(--tw-scale-y);
818
+ }
819
+ }
820
+ .data-\[state\=entered\]\:opacity-100 {
821
+ &[data-state="entered"] {
822
+ opacity: 100%;
823
+ }
824
+ }
825
+ .data-\[state\=exiting\]\:scale-90 {
826
+ &[data-state="exiting"] {
827
+ --tw-scale-x: 90%;
828
+ --tw-scale-y: 90%;
829
+ --tw-scale-z: 90%;
830
+ scale: var(--tw-scale-x) var(--tw-scale-y);
831
+ }
832
+ }
833
+ .data-\[state\=exiting\]\:opacity-0 {
834
+ &[data-state="exiting"] {
835
+ opacity: 0%;
836
+ }
837
+ }
838
+ .data-\[state\=starting\]\:scale-90 {
839
+ &[data-state="starting"] {
840
+ --tw-scale-x: 90%;
841
+ --tw-scale-y: 90%;
842
+ --tw-scale-z: 90%;
843
+ scale: var(--tw-scale-x) var(--tw-scale-y);
844
+ }
845
+ }
846
+ .data-\[state\=starting\]\:opacity-0 {
847
+ &[data-state="starting"] {
848
+ opacity: 0%;
849
+ }
850
+ }
851
+ .md\:mr-2 {
852
+ @media (width >= 48rem) {
853
+ margin-right: calc(var(--spacing) * 2);
854
+ }
855
+ }
856
+ .md\:block {
857
+ @media (width >= 48rem) {
858
+ display: block;
859
+ }
860
+ }
861
+ .md\:pl-3\.5 {
862
+ @media (width >= 48rem) {
863
+ padding-left: calc(var(--spacing) * 3.5);
864
+ }
865
+ }
866
+ .dark\:border-\[\#192A39\] {
867
+ @media (prefers-color-scheme: dark) {
868
+ border-color: #192A39;
869
+ }
870
+ }
871
+ .dark\:bg-\[\#101B29\] {
872
+ @media (prefers-color-scheme: dark) {
873
+ background-color: #101B29;
874
+ }
875
+ }
876
+ .dark\:bg-\[\#192A39\] {
877
+ @media (prefers-color-scheme: dark) {
878
+ background-color: #192A39;
879
+ }
880
+ }
881
+ .dark\:bg-\[\#192A39\]\/75 {
882
+ @media (prefers-color-scheme: dark) {
883
+ background-color: color-mix(in oklab, #192A39 75%, transparent);
884
+ }
885
+ }
886
+ .dark\:bg-\[\#001324\] {
887
+ @media (prefers-color-scheme: dark) {
888
+ background-color: #001324;
889
+ }
890
+ }
891
+ .dark\:bg-\[\#BFBFF9\] {
892
+ @media (prefers-color-scheme: dark) {
893
+ background-color: #BFBFF9;
894
+ }
895
+ }
896
+ .dark\:bg-black\/50 {
897
+ @media (prefers-color-scheme: dark) {
898
+ background-color: color-mix(in srgb, #000 50%, transparent);
899
+ @supports (color: color-mix(in lab, red, red)) {
900
+ background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
901
+ }
902
+ }
903
+ }
904
+ .dark\:bg-gray-200 {
905
+ @media (prefers-color-scheme: dark) {
906
+ background-color: var(--color-gray-200);
907
+ }
908
+ }
909
+ .dark\:bg-red-900\/40 {
910
+ @media (prefers-color-scheme: dark) {
911
+ background-color: color-mix(in srgb, oklch(39.6% 0.141 25.723) 40%, transparent);
912
+ @supports (color: color-mix(in lab, red, red)) {
913
+ background-color: color-mix(in oklab, var(--color-red-900) 40%, transparent);
914
+ }
915
+ }
916
+ }
917
+ .dark\:bg-transparent {
918
+ @media (prefers-color-scheme: dark) {
919
+ background-color: transparent;
920
+ }
921
+ }
922
+ .dark\:text-\[\#6C6CF1\] {
923
+ @media (prefers-color-scheme: dark) {
924
+ color: #6C6CF1;
925
+ }
926
+ }
927
+ .dark\:text-\[\#99A1A7\] {
928
+ @media (prefers-color-scheme: dark) {
929
+ color: #99A1A7;
930
+ }
931
+ }
932
+ .dark\:text-\[\#001324\] {
933
+ @media (prefers-color-scheme: dark) {
934
+ color: #001324;
935
+ }
936
+ }
937
+ .dark\:text-\[\#BFBFF9\] {
938
+ @media (prefers-color-scheme: dark) {
939
+ color: #BFBFF9;
940
+ }
941
+ }
942
+ .dark\:text-\[\#E9E9FD\] {
943
+ @media (prefers-color-scheme: dark) {
944
+ color: #E9E9FD;
945
+ }
946
+ }
947
+ .dark\:text-gray-300 {
948
+ @media (prefers-color-scheme: dark) {
949
+ color: var(--color-gray-300);
950
+ }
951
+ }
952
+ .dark\:text-gray-400 {
953
+ @media (prefers-color-scheme: dark) {
954
+ color: var(--color-gray-400);
955
+ }
956
+ }
957
+ .dark\:text-gray-500 {
958
+ @media (prefers-color-scheme: dark) {
959
+ color: var(--color-gray-500);
960
+ }
961
+ }
962
+ .dark\:text-red-300 {
963
+ @media (prefers-color-scheme: dark) {
964
+ color: var(--color-red-300);
965
+ }
966
+ }
967
+ .dark\:text-white {
968
+ @media (prefers-color-scheme: dark) {
969
+ color: var(--color-white);
970
+ }
971
+ }
972
+ .dark\:ring-\[\#192A39\]\/50 {
973
+ @media (prefers-color-scheme: dark) {
974
+ --tw-ring-color: color-mix(in oklab, #192A39 50%, transparent);
975
+ }
976
+ }
977
+ .dark\:hover\:bg-\[\#192A39\] {
978
+ @media (prefers-color-scheme: dark) {
979
+ &:hover {
980
+ @media (hover: hover) {
981
+ background-color: #192A39;
982
+ }
983
+ }
984
+ }
985
+ }
986
+ .dark\:hover\:bg-\[\#263A4A\] {
987
+ @media (prefers-color-scheme: dark) {
988
+ &:hover {
989
+ @media (hover: hover) {
990
+ background-color: #263A4A;
991
+ }
992
+ }
993
+ }
994
+ }
995
+ .dark\:hover\:bg-\[\#D4D4FA\] {
996
+ @media (prefers-color-scheme: dark) {
997
+ &:hover {
998
+ @media (hover: hover) {
999
+ background-color: #D4D4FA;
1000
+ }
1001
+ }
1002
+ }
1003
+ }
1004
+ .dark\:hover\:bg-red-800\/60 {
1005
+ @media (prefers-color-scheme: dark) {
1006
+ &:hover {
1007
+ @media (hover: hover) {
1008
+ background-color: color-mix(in srgb, oklch(44.4% 0.177 26.899) 60%, transparent);
1009
+ @supports (color: color-mix(in lab, red, red)) {
1010
+ background-color: color-mix(in oklab, var(--color-red-800) 60%, transparent);
1011
+ }
1012
+ }
1013
+ }
1014
+ }
1015
+ }
1016
+ .dark\:hover\:text-\[\#8080F3\] {
1017
+ @media (prefers-color-scheme: dark) {
1018
+ &:hover {
1019
+ @media (hover: hover) {
1020
+ color: #8080F3;
1021
+ }
1022
+ }
1023
+ }
1024
+ }
1025
+ .dark\:hover\:text-\[\#D4D4FA\] {
1026
+ @media (prefers-color-scheme: dark) {
1027
+ &:hover {
1028
+ @media (hover: hover) {
1029
+ color: #D4D4FA;
1030
+ }
1031
+ }
1032
+ }
1033
+ }
1034
+ .dark\:focus\:ring-\[\#BFBFF9\] {
1035
+ @media (prefers-color-scheme: dark) {
1036
+ &:focus {
1037
+ --tw-ring-color: #BFBFF9;
1038
+ }
1039
+ }
1040
+ }
1041
+ .dark\:data-\[focus\]\:bg-\[\#192A39\] {
1042
+ @media (prefers-color-scheme: dark) {
1043
+ &[data-focus] {
1044
+ background-color: #192A39;
1045
+ }
1046
+ }
1047
+ }
1048
+ .dark\:data-\[focus\]\:text-\[\#E9E9FD\] {
1049
+ @media (prefers-color-scheme: dark) {
1050
+ &[data-focus] {
1051
+ color: #E9E9FD;
1052
+ }
1053
+ }
1054
+ }
1055
+ @property --tw-rotate-x {
1056
+ syntax: "*";
1057
+ inherits: false;
1058
+ initial-value: rotateX(0);
1059
+ }
1060
+ @property --tw-rotate-y {
1061
+ syntax: "*";
1062
+ inherits: false;
1063
+ initial-value: rotateY(0);
1064
+ }
1065
+ @property --tw-rotate-z {
1066
+ syntax: "*";
1067
+ inherits: false;
1068
+ initial-value: rotateZ(0);
1069
+ }
1070
+ @property --tw-skew-x {
1071
+ syntax: "*";
1072
+ inherits: false;
1073
+ initial-value: skewX(0);
1074
+ }
1075
+ @property --tw-skew-y {
1076
+ syntax: "*";
1077
+ inherits: false;
1078
+ initial-value: skewY(0);
1079
+ }
1080
+ @property --tw-space-y-reverse {
1081
+ syntax: "*";
1082
+ inherits: false;
1083
+ initial-value: 0;
1084
+ }
1085
+ @property --tw-border-style {
1086
+ syntax: "*";
1087
+ inherits: false;
1088
+ initial-value: solid;
1089
+ }
1090
+ @property --tw-font-weight {
1091
+ syntax: "*";
1092
+ inherits: false;
1093
+ }
1094
+ @property --tw-shadow {
1095
+ syntax: "*";
1096
+ inherits: false;
1097
+ initial-value: 0 0 #0000;
1098
+ }
1099
+ @property --tw-shadow-color {
1100
+ syntax: "*";
1101
+ inherits: false;
1102
+ }
1103
+ @property --tw-shadow-alpha {
1104
+ syntax: "<percentage>";
1105
+ inherits: false;
1106
+ initial-value: 100%;
1107
+ }
1108
+ @property --tw-inset-shadow {
1109
+ syntax: "*";
1110
+ inherits: false;
1111
+ initial-value: 0 0 #0000;
1112
+ }
1113
+ @property --tw-inset-shadow-color {
1114
+ syntax: "*";
1115
+ inherits: false;
1116
+ }
1117
+ @property --tw-inset-shadow-alpha {
1118
+ syntax: "<percentage>";
1119
+ inherits: false;
1120
+ initial-value: 100%;
1121
+ }
1122
+ @property --tw-ring-color {
1123
+ syntax: "*";
1124
+ inherits: false;
1125
+ }
1126
+ @property --tw-ring-shadow {
1127
+ syntax: "*";
1128
+ inherits: false;
1129
+ initial-value: 0 0 #0000;
1130
+ }
1131
+ @property --tw-inset-ring-color {
1132
+ syntax: "*";
1133
+ inherits: false;
1134
+ }
1135
+ @property --tw-inset-ring-shadow {
1136
+ syntax: "*";
1137
+ inherits: false;
1138
+ initial-value: 0 0 #0000;
1139
+ }
1140
+ @property --tw-ring-inset {
1141
+ syntax: "*";
1142
+ inherits: false;
1143
+ }
1144
+ @property --tw-ring-offset-width {
1145
+ syntax: "<length>";
1146
+ inherits: false;
1147
+ initial-value: 0px;
1148
+ }
1149
+ @property --tw-ring-offset-color {
1150
+ syntax: "*";
1151
+ inherits: false;
1152
+ initial-value: #fff;
1153
+ }
1154
+ @property --tw-ring-offset-shadow {
1155
+ syntax: "*";
1156
+ inherits: false;
1157
+ initial-value: 0 0 #0000;
1158
+ }
1159
+ @property --tw-duration {
1160
+ syntax: "*";
1161
+ inherits: false;
1162
+ }
1163
+ @property --tw-ease {
1164
+ syntax: "*";
1165
+ inherits: false;
1166
+ }
1167
+ @property --tw-scale-x {
1168
+ syntax: "*";
1169
+ inherits: false;
1170
+ initial-value: 1;
1171
+ }
1172
+ @property --tw-scale-y {
1173
+ syntax: "*";
1174
+ inherits: false;
1175
+ initial-value: 1;
1176
+ }
1177
+ @property --tw-scale-z {
1178
+ syntax: "*";
1179
+ inherits: false;
1180
+ initial-value: 1;
1181
+ }
1182
+ @layer properties {
1183
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
1184
+ *, ::before, ::after, ::backdrop {
1185
+ --tw-rotate-x: rotateX(0);
1186
+ --tw-rotate-y: rotateY(0);
1187
+ --tw-rotate-z: rotateZ(0);
1188
+ --tw-skew-x: skewX(0);
1189
+ --tw-skew-y: skewY(0);
1190
+ --tw-space-y-reverse: 0;
1191
+ --tw-border-style: solid;
1192
+ --tw-font-weight: initial;
1193
+ --tw-shadow: 0 0 #0000;
1194
+ --tw-shadow-color: initial;
1195
+ --tw-shadow-alpha: 100%;
1196
+ --tw-inset-shadow: 0 0 #0000;
1197
+ --tw-inset-shadow-color: initial;
1198
+ --tw-inset-shadow-alpha: 100%;
1199
+ --tw-ring-color: initial;
1200
+ --tw-ring-shadow: 0 0 #0000;
1201
+ --tw-inset-ring-color: initial;
1202
+ --tw-inset-ring-shadow: 0 0 #0000;
1203
+ --tw-ring-inset: initial;
1204
+ --tw-ring-offset-width: 0px;
1205
+ --tw-ring-offset-color: #fff;
1206
+ --tw-ring-offset-shadow: 0 0 #0000;
1207
+ --tw-duration: initial;
1208
+ --tw-ease: initial;
1209
+ --tw-scale-x: 1;
1210
+ --tw-scale-y: 1;
1211
+ --tw-scale-z: 1;
1212
+ }
1213
+ }
1214
+ }