@luno-kit/ui 0.0.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.
@@ -0,0 +1,1378 @@
1
+ /*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @keyframes dialog-in {
4
+ from {
5
+ opacity: 0;
6
+ top: 80vh;
7
+ transform: scale(0.96);
8
+ }
9
+ to {
10
+ opacity: 1;
11
+ top: 50%;
12
+ transform: scale(1);
13
+ }
14
+ }
15
+ @keyframes dialog-out {
16
+ from {
17
+ opacity: 1;
18
+ top: 50%;
19
+ }
20
+ to {
21
+ opacity: 0;
22
+ top: 80vh;
23
+ }
24
+ }
25
+ @keyframes overlay-in {
26
+ from {
27
+ opacity: 0;
28
+ }
29
+ to {
30
+ opacity: 1;
31
+ }
32
+ }
33
+ @keyframes overlay-out {
34
+ from {
35
+ opacity: 1;
36
+ }
37
+ to {
38
+ opacity: 0;
39
+ }
40
+ }
41
+ @keyframes ripple {
42
+ 0% {
43
+ transform: translate(-50%, -50%) scale(1);
44
+ opacity: 0.6;
45
+ }
46
+ 100% {
47
+ transform: translate(-50%, -50%) scale(2);
48
+ opacity: 0;
49
+ }
50
+ }
51
+ @keyframes ping {
52
+ 75%, 100% {
53
+ transform: scale(3.2);
54
+ opacity: 0;
55
+ }
56
+ }
57
+ @keyframes slide-up {
58
+ from {
59
+ transform: translateY(100%);
60
+ }
61
+ to {
62
+ transform: translateY(0);
63
+ }
64
+ }
65
+ @keyframes shimmer {
66
+ 0% {
67
+ background-position: 100% 0;
68
+ }
69
+ 100% {
70
+ background-position: -100% 0;
71
+ }
72
+ }
73
+ @layer theme, base, components, utilities;
74
+ @layer theme {
75
+ :root, :host {
76
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
77
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
78
+ --font-mono: var(--font-mono);
79
+ --color-pink-500: oklch(65.6% 0.241 354.308);
80
+ --color-gray-500: oklch(55.1% 0.027 264.364);
81
+ --spacing: 0.25rem;
82
+ --text-xs--line-height: calc(1 / 0.75);
83
+ --text-sm--line-height: calc(1.25 / 0.875);
84
+ --text-base--line-height: calc(1.5 / 1);
85
+ --text-lg--line-height: calc(1.75 / 1.125);
86
+ --radius-sm: 0.25rem;
87
+ --ease-out: cubic-bezier(0, 0, 0.2, 1);
88
+ --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
89
+ --default-transition-duration: 150ms;
90
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
91
+ --default-font-family: var(--font-sans);
92
+ --default-mono-font-family: var(--font-mono);
93
+ --color-accentColor: var(--color-accentColor);
94
+ --color-modalBackground: var(--color-modalBackground);
95
+ --color-modalText: var(--color-modalText);
96
+ --color-modalTextSecondary: var(--color-modalTextSecondary);
97
+ --color-modalBackdrop: var(--color-modalBackdrop);
98
+ --color-modalBorder: var(--color-modalBorder);
99
+ --color-modalControlButtonBackgroundHover: var(--color-modalControlButtonBackgroundHover);
100
+ --color-modalControlButtonText: var(--color-modalControlButtonText);
101
+ --color-connectButtonBackground: var(--color-connectButtonBackground);
102
+ --color-connectButtonInnerBackground: var(--color-connectButtonInnerBackground);
103
+ --color-connectButtonText: var(--color-connectButtonText);
104
+ --color-walletSelectItemBackground: var(--color-walletSelectItemBackground);
105
+ --color-walletSelectItemBackgroundHover: var(--color-walletSelectItemBackgroundHover);
106
+ --color-walletSelectItemText: var(--color-walletSelectItemText);
107
+ --color-accountActionItemBackground: var(--color-accountActionItemBackground);
108
+ --color-accountActionItemBackgroundHover: var(--color-accountActionItemBackgroundHover);
109
+ --color-accountActionItemText: var(--color-accountActionItemText);
110
+ --color-accountSelectItemBackground: var(--color-accountSelectItemBackground);
111
+ --color-accountSelectItemBackgroundHover: var(--color-accountSelectItemBackgroundHover);
112
+ --color-accountSelectItemText: var(--color-accountSelectItemText);
113
+ --color-currentNetworkButtonBackground: var(--color-currentNetworkButtonBackground);
114
+ --color-currentNetworkButtonText: var(--color-currentNetworkButtonText);
115
+ --color-networkSelectItemBackground: var(--color-networkSelectItemBackground);
116
+ --color-networkSelectItemBackgroundHover: var(--color-networkSelectItemBackgroundHover);
117
+ --color-networkSelectItemText: var(--color-networkSelectItemText);
118
+ --color-navigationButtonBackground: var(--color-navigationButtonBackground);
119
+ --color-separatorLine: var(--color-separatorLine);
120
+ --color-skeleton: var(--color-skeleton);
121
+ --color-success: var(--color-success);
122
+ --color-successForeground: var(--color-successForeground);
123
+ --color-warning: var(--color-warning);
124
+ --color-warningForeground: var(--color-warningForeground);
125
+ --color-error: var(--color-error);
126
+ --color-errorForeground: var(--color-errorForeground);
127
+ --color-info: var(--color-info);
128
+ --color-infoForeground: var(--color-infoForeground);
129
+ --color-cutLine: var(--color-cutLine);
130
+ --radius-walletSelectItem: var(--radius-walletSelectItem);
131
+ --radius-connectButton: var(--radius-connectButton);
132
+ --radius-modalControlButton: var(--radius-modalControlButton);
133
+ --radius-accountActionItem: var(--radius-accountActionItem);
134
+ --radius-accountSelectItem: var(--radius-accountSelectItem);
135
+ --radius-currentNetworkButton: var(--radius-currentNetworkButton);
136
+ --radius-networkSelectItem: var(--radius-networkSelectItem);
137
+ --radius-modal: var(--radius-modal);
138
+ --radius-modalMobile: var(--radius-modalMobile);
139
+ --shadow-button: var(--shadow-button);
140
+ --shadow-modal: var(--shadow-modal);
141
+ --blur-modalOverlay: var(--blur-modalOverlay);
142
+ --font-body: var(--font-body);
143
+ --font-heading: var(--font-heading);
144
+ }
145
+ }
146
+ @layer base {
147
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
148
+ box-sizing: border-box;
149
+ margin: 0;
150
+ padding: 0;
151
+ border: 0 solid;
152
+ }
153
+ html, :host {
154
+ line-height: 1.5;
155
+ -webkit-text-size-adjust: 100%;
156
+ tab-size: 4;
157
+ 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");
158
+ font-feature-settings: var(--default-font-feature-settings, normal);
159
+ font-variation-settings: var(--default-font-variation-settings, normal);
160
+ -webkit-tap-highlight-color: transparent;
161
+ }
162
+ hr {
163
+ height: 0;
164
+ color: inherit;
165
+ border-top-width: 1px;
166
+ }
167
+ abbr:where([title]) {
168
+ -webkit-text-decoration: underline dotted;
169
+ text-decoration: underline dotted;
170
+ }
171
+ h1, h2, h3, h4, h5, h6 {
172
+ font-size: inherit;
173
+ font-weight: inherit;
174
+ }
175
+ a {
176
+ color: inherit;
177
+ -webkit-text-decoration: inherit;
178
+ text-decoration: inherit;
179
+ }
180
+ b, strong {
181
+ font-weight: bolder;
182
+ }
183
+ code, kbd, samp, pre {
184
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
185
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
186
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
187
+ font-size: 1em;
188
+ }
189
+ small {
190
+ font-size: 80%;
191
+ }
192
+ sub, sup {
193
+ font-size: 75%;
194
+ line-height: 0;
195
+ position: relative;
196
+ vertical-align: baseline;
197
+ }
198
+ sub {
199
+ bottom: -0.25em;
200
+ }
201
+ sup {
202
+ top: -0.5em;
203
+ }
204
+ table {
205
+ text-indent: 0;
206
+ border-color: inherit;
207
+ border-collapse: collapse;
208
+ }
209
+ :-moz-focusring {
210
+ outline: auto;
211
+ }
212
+ progress {
213
+ vertical-align: baseline;
214
+ }
215
+ summary {
216
+ display: list-item;
217
+ }
218
+ ol, ul, menu {
219
+ list-style: none;
220
+ }
221
+ img, svg, video, canvas, audio, iframe, embed, object {
222
+ display: block;
223
+ vertical-align: middle;
224
+ }
225
+ img, video {
226
+ max-width: 100%;
227
+ height: auto;
228
+ }
229
+ button, input, select, optgroup, textarea, ::file-selector-button {
230
+ font: inherit;
231
+ font-feature-settings: inherit;
232
+ font-variation-settings: inherit;
233
+ letter-spacing: inherit;
234
+ color: inherit;
235
+ border-radius: 0;
236
+ background-color: transparent;
237
+ opacity: 1;
238
+ }
239
+ :where(select:is([multiple], [size])) optgroup {
240
+ font-weight: bolder;
241
+ }
242
+ :where(select:is([multiple], [size])) optgroup option {
243
+ padding-inline-start: 20px;
244
+ }
245
+ ::file-selector-button {
246
+ margin-inline-end: 4px;
247
+ }
248
+ ::placeholder {
249
+ opacity: 1;
250
+ }
251
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
252
+ ::placeholder {
253
+ color: currentcolor;
254
+ @supports (color: color-mix(in lab, red, red)) {
255
+ color: color-mix(in oklab, currentcolor 50%, transparent);
256
+ }
257
+ }
258
+ }
259
+ textarea {
260
+ resize: vertical;
261
+ }
262
+ ::-webkit-search-decoration {
263
+ -webkit-appearance: none;
264
+ }
265
+ ::-webkit-date-and-time-value {
266
+ min-height: 1lh;
267
+ text-align: inherit;
268
+ }
269
+ ::-webkit-datetime-edit {
270
+ display: inline-flex;
271
+ }
272
+ ::-webkit-datetime-edit-fields-wrapper {
273
+ padding: 0;
274
+ }
275
+ ::-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 {
276
+ padding-block: 0;
277
+ }
278
+ :-moz-ui-invalid {
279
+ box-shadow: none;
280
+ }
281
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
282
+ appearance: button;
283
+ }
284
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
285
+ height: auto;
286
+ }
287
+ [hidden]:where(:not([hidden="until-found"])) {
288
+ display: none !important;
289
+ }
290
+ }
291
+ @layer utilities {
292
+ .sr-only {
293
+ position: absolute !important;
294
+ width: 1px !important;
295
+ height: 1px !important;
296
+ padding: 0 !important;
297
+ margin: -1px !important;
298
+ overflow: hidden !important;
299
+ clip: rect(0, 0, 0, 0) !important;
300
+ white-space: nowrap !important;
301
+ border-width: 0 !important;
302
+ }
303
+ .absolute {
304
+ position: absolute !important;
305
+ }
306
+ .fixed {
307
+ position: fixed !important;
308
+ }
309
+ .relative {
310
+ position: relative !important;
311
+ }
312
+ .inset-0 {
313
+ inset: calc(var(--spacing) * 0) !important;
314
+ }
315
+ .top-1\/2 {
316
+ top: calc(1/2 * 100%) !important;
317
+ }
318
+ .bottom-0 {
319
+ bottom: calc(var(--spacing) * 0) !important;
320
+ }
321
+ .left-0 {
322
+ left: calc(var(--spacing) * 0) !important;
323
+ }
324
+ .left-1\/2 {
325
+ left: calc(1/2 * 100%) !important;
326
+ }
327
+ .z-10 {
328
+ z-index: 10 !important;
329
+ }
330
+ .z-\[3\] {
331
+ z-index: 3 !important;
332
+ }
333
+ .z-\[4\] {
334
+ z-index: 4 !important;
335
+ }
336
+ .z-\[100\] {
337
+ z-index: 100 !important;
338
+ }
339
+ .z-\[200\] {
340
+ z-index: 200 !important;
341
+ }
342
+ .container {
343
+ width: 100% !important;
344
+ @media (width >= 40rem) {
345
+ max-width: 40rem !important;
346
+ }
347
+ @media (width >= 48rem) {
348
+ max-width: 48rem !important;
349
+ }
350
+ @media (width >= 64rem) {
351
+ max-width: 64rem !important;
352
+ }
353
+ @media (width >= 80rem) {
354
+ max-width: 80rem !important;
355
+ }
356
+ @media (width >= 96rem) {
357
+ max-width: 96rem !important;
358
+ }
359
+ }
360
+ .m-0 {
361
+ margin: calc(var(--spacing) * 0) !important;
362
+ }
363
+ .mx-\[-100px\] {
364
+ margin-inline: -100px !important;
365
+ }
366
+ .mr-1\.5 {
367
+ margin-right: 6px !important;
368
+ }
369
+ .mb-4 {
370
+ margin-bottom: 16px !important;
371
+ }
372
+ .box-border {
373
+ box-sizing: border-box !important;
374
+ }
375
+ .block {
376
+ display: block !important;
377
+ }
378
+ .flex {
379
+ display: flex !important;
380
+ }
381
+ .inline-flex {
382
+ display: inline-flex !important;
383
+ }
384
+ .h-\[1px\] {
385
+ height: 1px !important;
386
+ }
387
+ .h-\[10px\] {
388
+ height: 10px !important;
389
+ }
390
+ .h-\[16px\] {
391
+ height: 16px !important;
392
+ }
393
+ .h-\[18px\] {
394
+ height: 18px !important;
395
+ }
396
+ .h-\[20px\] {
397
+ height: 20px !important;
398
+ }
399
+ .h-\[24px\] {
400
+ height: 24px !important;
401
+ }
402
+ .h-\[30px\] {
403
+ height: 30px !important;
404
+ }
405
+ .h-\[55px\] {
406
+ height: 55px !important;
407
+ }
408
+ .h-\[102px\] {
409
+ height: 102px !important;
410
+ }
411
+ .h-\[160px\] {
412
+ height: 160px !important;
413
+ }
414
+ .h-full {
415
+ height: 100% !important;
416
+ }
417
+ .max-h-\[40px\] {
418
+ max-height: 40px !important;
419
+ }
420
+ .max-h-\[400px\] {
421
+ max-height: 400px !important;
422
+ }
423
+ .max-h-\[450px\] {
424
+ max-height: 450px !important;
425
+ }
426
+ .max-h-\[500px\] {
427
+ max-height: 500px !important;
428
+ }
429
+ .min-h-\[20px\] {
430
+ min-height: 20px !important;
431
+ }
432
+ .min-h-\[24px\] {
433
+ min-height: 24px !important;
434
+ }
435
+ .min-h-\[40px\] {
436
+ min-height: 40px !important;
437
+ }
438
+ .min-h-\[400px\] {
439
+ min-height: 400px !important;
440
+ }
441
+ .min-h-\[472px\] {
442
+ min-height: 472px !important;
443
+ }
444
+ .w-\[10px\] {
445
+ width: 10px !important;
446
+ }
447
+ .w-\[16px\] {
448
+ width: 16px !important;
449
+ }
450
+ .w-\[18px\] {
451
+ width: 18px !important;
452
+ }
453
+ .w-\[20px\] {
454
+ width: 20px !important;
455
+ }
456
+ .w-\[24px\] {
457
+ width: 24px !important;
458
+ }
459
+ .w-\[30px\] {
460
+ width: 30px !important;
461
+ }
462
+ .w-\[55px\] {
463
+ width: 55px !important;
464
+ }
465
+ .w-\[60px\] {
466
+ width: 60px !important;
467
+ }
468
+ .w-\[80px\] {
469
+ width: 80px !important;
470
+ }
471
+ .w-\[102px\] {
472
+ width: 102px !important;
473
+ }
474
+ .w-\[160px\] {
475
+ width: 160px !important;
476
+ }
477
+ .w-\[400px\] {
478
+ width: 400px !important;
479
+ }
480
+ .w-full {
481
+ width: 100% !important;
482
+ }
483
+ .max-w-\[220px\] {
484
+ max-width: 220px !important;
485
+ }
486
+ .max-w-\[360px\] {
487
+ max-width: 360px !important;
488
+ }
489
+ .min-w-\[48px\] {
490
+ min-width: 48px !important;
491
+ }
492
+ .shrink-0 {
493
+ flex-shrink: 0 !important;
494
+ }
495
+ .grow {
496
+ flex-grow: 1 !important;
497
+ }
498
+ .-translate-x-0 {
499
+ --tw-translate-x: calc(var(--spacing) * -0) !important;
500
+ translate: var(--tw-translate-x) var(--tw-translate-y) !important;
501
+ }
502
+ .-translate-x-1\/2 {
503
+ --tw-translate-x: calc(calc(1/2 * 100%) * -1) !important;
504
+ translate: var(--tw-translate-x) var(--tw-translate-y) !important;
505
+ }
506
+ .-translate-y-1\/2 {
507
+ --tw-translate-y: calc(calc(1/2 * 100%) * -1) !important;
508
+ translate: var(--tw-translate-x) var(--tw-translate-y) !important;
509
+ }
510
+ .translate-y-0 {
511
+ --tw-translate-y: calc(var(--spacing) * 0) !important;
512
+ translate: var(--tw-translate-x) var(--tw-translate-y) !important;
513
+ }
514
+ .transform {
515
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,) !important;
516
+ }
517
+ .animate-\[spin_2s_linear_infinite\] {
518
+ animation: spin 2s linear infinite !important;
519
+ }
520
+ .animate-\[spin_3s_linear_infinite\] {
521
+ animation: spin 3s linear infinite !important;
522
+ }
523
+ .animate-pulse {
524
+ animation: var(--animate-pulse) !important;
525
+ }
526
+ .cursor-auto {
527
+ cursor: auto !important;
528
+ }
529
+ .cursor-default {
530
+ cursor: default !important;
531
+ }
532
+ .cursor-pointer {
533
+ cursor: pointer !important;
534
+ }
535
+ .resize {
536
+ resize: both !important;
537
+ }
538
+ .flex-col {
539
+ flex-direction: column !important;
540
+ }
541
+ .items-center {
542
+ align-items: center !important;
543
+ }
544
+ .items-start {
545
+ align-items: flex-start !important;
546
+ }
547
+ .items-stretch {
548
+ align-items: stretch !important;
549
+ }
550
+ .justify-between {
551
+ justify-content: space-between !important;
552
+ }
553
+ .justify-center {
554
+ justify-content: center !important;
555
+ }
556
+ .justify-start {
557
+ justify-content: flex-start !important;
558
+ }
559
+ .gap-1 {
560
+ gap: 4px !important;
561
+ }
562
+ .gap-1\.5 {
563
+ gap: 6px !important;
564
+ }
565
+ .gap-2 {
566
+ gap: 8px !important;
567
+ }
568
+ .gap-3 {
569
+ gap: 12px !important;
570
+ }
571
+ .gap-3\.5 {
572
+ gap: 14px !important;
573
+ }
574
+ .gap-4 {
575
+ gap: 16px !important;
576
+ }
577
+ .gap-6 {
578
+ gap: 24px !important;
579
+ }
580
+ .overflow-auto {
581
+ overflow: auto !important;
582
+ }
583
+ .overflow-hidden {
584
+ overflow: hidden !important;
585
+ }
586
+ .overflow-y-auto {
587
+ overflow-y: auto !important;
588
+ }
589
+ .rounded {
590
+ border-radius: 0.25rem !important;
591
+ }
592
+ .rounded-accountActionItem {
593
+ border-radius: var(--radius-accountActionItem) !important;
594
+ }
595
+ .rounded-accountSelectItem {
596
+ border-radius: var(--radius-accountSelectItem) !important;
597
+ }
598
+ .rounded-connectButton {
599
+ border-radius: var(--radius-connectButton) !important;
600
+ }
601
+ .rounded-currentNetworkButton {
602
+ border-radius: var(--radius-currentNetworkButton) !important;
603
+ }
604
+ .rounded-full {
605
+ border-radius: calc(infinity * 1px) !important;
606
+ }
607
+ .rounded-modalControlButton {
608
+ border-radius: var(--radius-modalControlButton) !important;
609
+ }
610
+ .rounded-networkSelectItem {
611
+ border-radius: var(--radius-networkSelectItem) !important;
612
+ }
613
+ .rounded-sm {
614
+ border-radius: var(--radius-sm) !important;
615
+ }
616
+ .rounded-walletSelectItem {
617
+ border-radius: var(--radius-walletSelectItem) !important;
618
+ }
619
+ .rounded-t-modalMobile {
620
+ border-top-left-radius: var(--radius-modalMobile) !important;
621
+ border-top-right-radius: var(--radius-modalMobile) !important;
622
+ }
623
+ .border {
624
+ border-style: var(--tw-border-style) !important;
625
+ border-width: 1px !important;
626
+ }
627
+ .border-2 {
628
+ border-style: var(--tw-border-style) !important;
629
+ border-width: 2px !important;
630
+ }
631
+ .border-\[1px\] {
632
+ border-style: var(--tw-border-style) !important;
633
+ border-width: 1px !important;
634
+ }
635
+ .border-r-\[1px\] {
636
+ border-right-style: var(--tw-border-style) !important;
637
+ border-right-width: 1px !important;
638
+ }
639
+ .border-none {
640
+ --tw-border-style: none !important;
641
+ border-style: none !important;
642
+ }
643
+ .border-solid {
644
+ --tw-border-style: solid !important;
645
+ border-style: solid !important;
646
+ }
647
+ .border-accentColor {
648
+ border-color: var(--color-accentColor) !important;
649
+ }
650
+ .border-connectButtonBackground {
651
+ border-color: var(--color-connectButtonBackground) !important;
652
+ }
653
+ .border-r-separatorLine {
654
+ border-right-color: var(--color-separatorLine) !important;
655
+ }
656
+ .bg-accentColor {
657
+ background-color: var(--color-accentColor) !important;
658
+ }
659
+ .bg-accountActionItemBackground {
660
+ background-color: var(--color-accountActionItemBackground) !important;
661
+ }
662
+ .bg-accountActionItemBackgroundHover {
663
+ background-color: var(--color-accountActionItemBackgroundHover) !important;
664
+ }
665
+ .bg-accountSelectItemBackground {
666
+ background-color: var(--color-accountSelectItemBackground) !important;
667
+ }
668
+ .bg-connectButtonBackground {
669
+ background-color: var(--color-connectButtonBackground) !important;
670
+ }
671
+ .bg-connectButtonInnerBackground {
672
+ background-color: var(--color-connectButtonInnerBackground) !important;
673
+ }
674
+ .bg-currentNetworkButtonBackground {
675
+ background-color: var(--color-currentNetworkButtonBackground) !important;
676
+ }
677
+ .bg-cutLine {
678
+ background-color: var(--color-cutLine) !important;
679
+ }
680
+ .bg-gray-500 {
681
+ background-color: var(--color-gray-500) !important;
682
+ }
683
+ .bg-modalBackdrop {
684
+ background-color: var(--color-modalBackdrop) !important;
685
+ }
686
+ .bg-modalBackground {
687
+ background-color: var(--color-modalBackground) !important;
688
+ }
689
+ .bg-navigationButtonBackground {
690
+ background-color: var(--color-navigationButtonBackground) !important;
691
+ }
692
+ .bg-networkSelectItemBackground {
693
+ background-color: var(--color-networkSelectItemBackground) !important;
694
+ }
695
+ .bg-pink-500 {
696
+ background-color: var(--color-pink-500) !important;
697
+ }
698
+ .bg-skeleton {
699
+ background-color: var(--color-skeleton) !important;
700
+ }
701
+ .bg-transparent {
702
+ background-color: transparent !important;
703
+ }
704
+ .bg-walletSelectItemBackground {
705
+ background-color: var(--color-walletSelectItemBackground) !important;
706
+ }
707
+ .object-cover {
708
+ object-fit: cover !important;
709
+ }
710
+ .p-0 {
711
+ padding: calc(var(--spacing) * 0) !important;
712
+ }
713
+ .p-2 {
714
+ padding: 8px !important;
715
+ }
716
+ .p-3\.5 {
717
+ padding: 14px !important;
718
+ }
719
+ .p-4 {
720
+ padding: 16px !important;
721
+ }
722
+ .px-2 {
723
+ padding-inline: 8px !important;
724
+ }
725
+ .px-2\.5 {
726
+ padding-inline: 10px !important;
727
+ }
728
+ .px-3\.5 {
729
+ padding-inline: 14px !important;
730
+ }
731
+ .px-4 {
732
+ padding-inline: 16px !important;
733
+ }
734
+ .px-5 {
735
+ padding-inline: 20px !important;
736
+ }
737
+ .px-\[12px\] {
738
+ padding-inline: 12px !important;
739
+ }
740
+ .py-1\.5 {
741
+ padding-block: 6px !important;
742
+ }
743
+ .py-2 {
744
+ padding-block: 8px !important;
745
+ }
746
+ .py-2\.5 {
747
+ padding-block: 10px !important;
748
+ }
749
+ .py-4 {
750
+ padding-block: 16px !important;
751
+ }
752
+ .py-12 {
753
+ padding-block: calc(var(--spacing) * 12) !important;
754
+ }
755
+ .py-\[4px\] {
756
+ padding-block: 4px !important;
757
+ }
758
+ .pt-0 {
759
+ padding-top: calc(var(--spacing) * 0) !important;
760
+ }
761
+ .pt-3 {
762
+ padding-top: 12px !important;
763
+ }
764
+ .pt-4 {
765
+ padding-top: 16px !important;
766
+ }
767
+ .pt-\[16px\] {
768
+ padding-top: 16px !important;
769
+ }
770
+ .pb-4 {
771
+ padding-bottom: 16px !important;
772
+ }
773
+ .pb-6 {
774
+ padding-bottom: 24px !important;
775
+ }
776
+ .pb-\[10px\] {
777
+ padding-bottom: 10px !important;
778
+ }
779
+ .pb-\[16px\] {
780
+ padding-bottom: 16px !important;
781
+ }
782
+ .pl-3 {
783
+ padding-left: 12px !important;
784
+ }
785
+ .text-center {
786
+ text-align: center !important;
787
+ }
788
+ .text-left {
789
+ text-align: left !important;
790
+ }
791
+ .font-body {
792
+ font-family: var(--font-body) !important;
793
+ }
794
+ .font-heading {
795
+ font-family: var(--font-heading) !important;
796
+ }
797
+ .text-base {
798
+ font-size: 16px !important;
799
+ line-height: var(--tw-leading, var(--text-base--line-height)) !important;
800
+ }
801
+ .text-lg {
802
+ font-size: 18px !important;
803
+ line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
804
+ }
805
+ .text-sm {
806
+ font-size: 14px !important;
807
+ line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
808
+ }
809
+ .text-xs {
810
+ font-size: 12px !important;
811
+ line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
812
+ }
813
+ .text-\[12px\] {
814
+ font-size: 12px !important;
815
+ }
816
+ .leading-\[16px\] {
817
+ --tw-leading: 16px !important;
818
+ line-height: 16px !important;
819
+ }
820
+ .leading-base {
821
+ --tw-leading: 20px !important;
822
+ line-height: 20px !important;
823
+ }
824
+ .leading-lg {
825
+ --tw-leading: 24px !important;
826
+ line-height: 24px !important;
827
+ }
828
+ .leading-sm {
829
+ --tw-leading: 18px !important;
830
+ line-height: 18px !important;
831
+ }
832
+ .leading-xs {
833
+ --tw-leading: 18px !important;
834
+ line-height: 18px !important;
835
+ }
836
+ .font-\[500\] {
837
+ --tw-font-weight: 500 !important;
838
+ font-weight: 500 !important;
839
+ }
840
+ .font-\[600\] {
841
+ --tw-font-weight: 600 !important;
842
+ font-weight: 600 !important;
843
+ }
844
+ .font-bold {
845
+ --tw-font-weight: 700 !important;
846
+ font-weight: 700 !important;
847
+ }
848
+ .font-medium {
849
+ --tw-font-weight: 500 !important;
850
+ font-weight: 500 !important;
851
+ }
852
+ .font-semibold {
853
+ --tw-font-weight: 600 !important;
854
+ font-weight: 600 !important;
855
+ }
856
+ .text-accentColor {
857
+ color: var(--color-accentColor) !important;
858
+ }
859
+ .text-accountActionItemText {
860
+ color: var(--color-accountActionItemText) !important;
861
+ }
862
+ .text-accountSelectItemText {
863
+ color: var(--color-accountSelectItemText) !important;
864
+ }
865
+ .text-connectButtonText {
866
+ color: var(--color-connectButtonText) !important;
867
+ }
868
+ .text-modalText {
869
+ color: var(--color-modalText) !important;
870
+ }
871
+ .text-modalTextSecondary {
872
+ color: var(--color-modalTextSecondary) !important;
873
+ }
874
+ .opacity-80 {
875
+ opacity: 80% !important;
876
+ }
877
+ .shadow-button {
878
+ --tw-shadow: var(--shadow-button) !important;
879
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
880
+ }
881
+ .shadow-modal {
882
+ --tw-shadow: var(--shadow-modal) !important;
883
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
884
+ }
885
+ .transition-\[125\] {
886
+ transition-property: 125 !important;
887
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
888
+ transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
889
+ }
890
+ .transition-all {
891
+ transition-property: all !important;
892
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
893
+ transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
894
+ }
895
+ .transition-colors {
896
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to !important;
897
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
898
+ transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
899
+ }
900
+ .transition-opacity {
901
+ transition-property: opacity !important;
902
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
903
+ transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
904
+ }
905
+ .transition-transform {
906
+ transition-property: transform, translate, scale, rotate !important;
907
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
908
+ transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
909
+ }
910
+ .duration-200 {
911
+ --tw-duration: 200ms !important;
912
+ transition-duration: 200ms !important;
913
+ }
914
+ .duration-300 {
915
+ --tw-duration: 300ms !important;
916
+ transition-duration: 300ms !important;
917
+ }
918
+ .ease-out {
919
+ --tw-ease: var(--ease-out) !important;
920
+ transition-timing-function: var(--ease-out) !important;
921
+ }
922
+ .hover\:scale-\[1\.03\] {
923
+ &:hover {
924
+ @media (hover: hover) {
925
+ scale: 1.03 !important;
926
+ }
927
+ }
928
+ }
929
+ .hover\:bg-accountActionItemBackgroundHover {
930
+ &:hover {
931
+ @media (hover: hover) {
932
+ background-color: var(--color-accountActionItemBackgroundHover) !important;
933
+ }
934
+ }
935
+ }
936
+ .hover\:bg-accountSelectItemBackgroundHover {
937
+ &:hover {
938
+ @media (hover: hover) {
939
+ background-color: var(--color-accountSelectItemBackgroundHover) !important;
940
+ }
941
+ }
942
+ }
943
+ .hover\:bg-modalControlButtonBackgroundHover {
944
+ &:hover {
945
+ @media (hover: hover) {
946
+ background-color: var(--color-modalControlButtonBackgroundHover) !important;
947
+ }
948
+ }
949
+ }
950
+ .hover\:bg-networkSelectItemBackgroundHover {
951
+ &:hover {
952
+ @media (hover: hover) {
953
+ background-color: var(--color-networkSelectItemBackgroundHover) !important;
954
+ }
955
+ }
956
+ }
957
+ .hover\:bg-walletSelectItemBackgroundHover {
958
+ &:hover {
959
+ @media (hover: hover) {
960
+ background-color: var(--color-walletSelectItemBackgroundHover) !important;
961
+ }
962
+ }
963
+ }
964
+ .hover\:text-modalText {
965
+ &:hover {
966
+ @media (hover: hover) {
967
+ color: var(--color-modalText) !important;
968
+ }
969
+ }
970
+ }
971
+ .focus\:outline-none {
972
+ &:focus {
973
+ --tw-outline-style: none !important;
974
+ outline-style: none !important;
975
+ }
976
+ }
977
+ .active\:scale-\[0\.95\] {
978
+ &:active {
979
+ scale: 0.95 !important;
980
+ }
981
+ }
982
+ .data-\[state\=open\]\:\[animation\:overlay-in_150ms_ease-out\] {
983
+ &[data-state="open"] {
984
+ animation: overlay-in 150ms ease-out !important;
985
+ }
986
+ }
987
+ .data-\[state\=open\]\:\[animation\:slide-up_200ms_ease-out\] {
988
+ &[data-state="open"] {
989
+ animation: slide-up 200ms ease-out !important;
990
+ }
991
+ }
992
+ .md\:top-1\/2 {
993
+ @media (width >= 48rem) {
994
+ top: calc(1/2 * 100%) !important;
995
+ }
996
+ }
997
+ .md\:bottom-auto {
998
+ @media (width >= 48rem) {
999
+ bottom: auto !important;
1000
+ }
1001
+ }
1002
+ .md\:left-1\/2 {
1003
+ @media (width >= 48rem) {
1004
+ left: calc(1/2 * 100%) !important;
1005
+ }
1006
+ }
1007
+ .md\:max-h-\[504px\] {
1008
+ @media (width >= 48rem) {
1009
+ max-height: 504px !important;
1010
+ }
1011
+ }
1012
+ .md\:w-\[360px\] {
1013
+ @media (width >= 48rem) {
1014
+ width: 360px !important;
1015
+ }
1016
+ }
1017
+ .md\:w-auto {
1018
+ @media (width >= 48rem) {
1019
+ width: auto !important;
1020
+ }
1021
+ }
1022
+ .md\:max-w-\[724px\] {
1023
+ @media (width >= 48rem) {
1024
+ max-width: 724px !important;
1025
+ }
1026
+ }
1027
+ .md\:min-w-\[360px\] {
1028
+ @media (width >= 48rem) {
1029
+ min-width: 360px !important;
1030
+ }
1031
+ }
1032
+ .md\:-translate-x-1\/2 {
1033
+ @media (width >= 48rem) {
1034
+ --tw-translate-x: calc(calc(1/2 * 100%) * -1) !important;
1035
+ translate: var(--tw-translate-x) var(--tw-translate-y) !important;
1036
+ }
1037
+ }
1038
+ .md\:-translate-y-1\/2 {
1039
+ @media (width >= 48rem) {
1040
+ --tw-translate-y: calc(calc(1/2 * 100%) * -1) !important;
1041
+ translate: var(--tw-translate-x) var(--tw-translate-y) !important;
1042
+ }
1043
+ }
1044
+ .md\:rounded-modal {
1045
+ @media (width >= 48rem) {
1046
+ border-radius: var(--radius-modal) !important;
1047
+ }
1048
+ }
1049
+ .md\:data-\[state\=open\]\:\[animation\:dialog-in_150ms_ease-out\] {
1050
+ @media (width >= 48rem) {
1051
+ &[data-state="open"] {
1052
+ animation: dialog-in 150ms ease-out !important;
1053
+ }
1054
+ }
1055
+ }
1056
+ }
1057
+ .luno-kit * {
1058
+ box-sizing: border-box;
1059
+ }
1060
+ :root {
1061
+ --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
1062
+ --font-heading: ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
1063
+ --font-mono: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
1064
+ --radius-walletSelectItem: 6px;
1065
+ --radius-connectButton: 6px;
1066
+ --radius-modalControlButton: 6px;
1067
+ --radius-accountActionItem: 6px;
1068
+ --radius-accountSelectItem: 6px;
1069
+ --radius-currentNetworkButton: 6px;
1070
+ --radius-networkSelectItem: 6px;
1071
+ --radius-modal: 6px;
1072
+ --radius-modalMobile: 24px;
1073
+ --shadow-button: 0px 10px 20px 0px rgba(0,0,0,0.1);
1074
+ --shadow-modal: 0px 20px 25px -5px rgba(0,0,0,0.1);
1075
+ --blur-modalOverlay: blur(8px);
1076
+ }
1077
+ [data-theme="light"] {
1078
+ --color-accentColor: #3385FF;
1079
+ --color-walletSelectItemBackground: rgba(0,0,0,0.035);
1080
+ --color-walletSelectItemBackgroundHover: rgba(0,0,0,0.08);
1081
+ --color-walletSelectItemText: #211F26;
1082
+ --color-connectButtonBackground: #F1EFF3;
1083
+ --color-connectButtonInnerBackground: rgba(0,0,0,0.06);
1084
+ --color-connectButtonText: #211F26;
1085
+ --color-accountActionItemBackground: rgba(0,0,0,0.035);
1086
+ --color-accountActionItemBackgroundHover: rgba(0,0,0,0.08);
1087
+ --color-accountActionItemText: #211F26;
1088
+ --color-accountSelectItemBackground: rgba(0,0,0,0.035);
1089
+ --color-accountSelectItemBackgroundHover: rgba(0,0,0,0.08);
1090
+ --color-accountSelectItemText: #211F26;
1091
+ --color-currentNetworkButtonBackground: #FFFFFF;
1092
+ --color-currentNetworkButtonText: #211F26;
1093
+ --color-networkSelectItemBackground: rgba(0,0,0,0.035);
1094
+ --color-networkSelectItemBackgroundHover: rgba(0,0,0,0.08);
1095
+ --color-networkSelectItemText: #211F26;
1096
+ --color-navigationButtonBackground: rgba(0,0,0,0.15);
1097
+ --color-separatorLine: rgba(0, 0, 0, 0.035);
1098
+ --color-modalBackground: #ffffff;
1099
+ --color-modalBackdrop: rgba(0, 0, 0, 0.3);
1100
+ --color-modalBorder: transparent;
1101
+ --color-modalText: #25292E;
1102
+ --color-modalTextSecondary: rgba(60, 66, 66, 0.6);
1103
+ --color-modalControlButtonBackgroundHover: rgba(0,0,0,0.08);
1104
+ --color-modalControlButtonText: #6B7280;
1105
+ --color-success: #10b981;
1106
+ --color-successForeground: #ffffff;
1107
+ --color-warning: #f59e0b;
1108
+ --color-warningForeground: #ffffff;
1109
+ --color-error: #ef4444;
1110
+ --color-errorForeground: #ffffff;
1111
+ --color-info: #3b82f6;
1112
+ --color-infoForeground: #ffffff;
1113
+ --color-skeleton: rgba(0,0,0,0.08);
1114
+ --color-cutLine: #0000000d;
1115
+ }
1116
+ [data-theme="dark"] {
1117
+ --color-accentColor: #8A6EAC;
1118
+ --color-walletSelectItemBackground: rgba(255,255,255,0.035);
1119
+ --color-walletSelectItemBackgroundHover: rgba(255,255,255,0.09);
1120
+ --color-walletSelectItemText: #FFFFFF;
1121
+ --color-connectButtonBackground: #4A4B51;
1122
+ --color-connectButtonInnerBackground: #3A3B43;
1123
+ --color-connectButtonText: #FFFFFF;
1124
+ --color-accountActionItemBackground: rgba(255,255,255,0.035);
1125
+ --color-accountActionItemBackgroundHover: rgba(255,255,255,0.09);
1126
+ --color-accountActionItemText: #FFFFFF;
1127
+ --color-accountSelectItemBackground: rgba(255,255,255,0.035);
1128
+ --color-accountSelectItemBackgroundHover: rgba(255,255,255,0.09);
1129
+ --color-accountSelectItemText: #FFFFFF;
1130
+ --color-currentNetworkButtonBackground: #4A4B51;
1131
+ --color-currentNetworkButtonText: #FFFFFF;
1132
+ --color-networkSelectItemBackground: rgba(255,255,255,0.035);
1133
+ --color-networkSelectItemBackgroundHover: rgba(255,255,255,0.09);
1134
+ --color-networkSelectItemText: #FFFFFF;
1135
+ --color-navigationButtonBackground: rgba(255,255,255,0.15);
1136
+ --color-separatorLine: rgba(74,75,88,0.75);
1137
+ --color-modalBackground: #3A3B43;
1138
+ --color-modalBackdrop: rgba(0, 0, 0, 0.5);
1139
+ --color-modalBorder: #374151;
1140
+ --color-modalText: #FFFFFF;
1141
+ --color-modalTextSecondary: rgba(255,255,255,0.5);
1142
+ --color-modalControlButtonBackgroundHover: rgba(255,255,255,0.09);
1143
+ --color-modalControlButtonText: #9CA3AF;
1144
+ --color-success: #10b981;
1145
+ --color-successForeground: #ffffff;
1146
+ --color-warning: #f59e0b;
1147
+ --color-warningForeground: #ffffff;
1148
+ --color-error: #ef4444;
1149
+ --color-errorForeground: #ffffff;
1150
+ --color-info: #3b82f6;
1151
+ --color-infoForeground: #ffffff;
1152
+ --color-skeleton: rgba(255,255,255,0.09);
1153
+ --color-cutLine: #4a4b58bf;
1154
+ --radius-walletSelectItem: 6px;
1155
+ --radius-connectButton: 6px;
1156
+ --radius-modalControlButton: 6px;
1157
+ --radius-accountActionItem: 6px;
1158
+ --radius-accountSelectItem: 6px;
1159
+ --radius-currentNetworkButton: 6px;
1160
+ --radius-networkSelectItem: 6px;
1161
+ --radius-modal: 6px;
1162
+ --radius-modalMobile: 24px;
1163
+ --shadow-button: 0px 4px 12px rgba(0, 0, 0, 0.3);
1164
+ --shadow-modal: 0px 20px 25px -5px rgba(0, 0, 0, 0.4);
1165
+ --blur-modalOverlay: blur(8px);
1166
+ }
1167
+ .luno-kit * {
1168
+ scrollbar-width: none;
1169
+ -ms-overflow-style: none;
1170
+ }
1171
+ .luno-kit *::-webkit-scrollbar {
1172
+ display: none;
1173
+ }
1174
+ .luno-kit .chain-icon-text {
1175
+ font-family: ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
1176
+ font-size: calc(100% * 0.8);
1177
+ line-height: 1;
1178
+ position: absolute;
1179
+ top: 50%;
1180
+ left: 50%;
1181
+ transform: translate(-50%, -52%);
1182
+ }
1183
+ .status-dot-container {
1184
+ position: relative;
1185
+ display: flex;
1186
+ height: 10px;
1187
+ width: 10px;
1188
+ }
1189
+ .ping-animation {
1190
+ position: absolute;
1191
+ top: 0;
1192
+ left: 0;
1193
+ display: inline-flex;
1194
+ height: 100%;
1195
+ width: 100%;
1196
+ border-radius: 50%;
1197
+ background-color: var(--color-accentColor);
1198
+ opacity: 0.75;
1199
+ animation: ping 1.2s cubic-bezier(0, 0, 0.2, 1) infinite;
1200
+ }
1201
+ .status-dot {
1202
+ position: relative;
1203
+ display: inline-flex;
1204
+ border-radius: 50%;
1205
+ height: 100%;
1206
+ width: 100%;
1207
+ background-color: var(--color-accentColor);
1208
+ }
1209
+ @property --tw-translate-x {
1210
+ syntax: "*";
1211
+ inherits: false;
1212
+ initial-value: 0;
1213
+ }
1214
+ @property --tw-translate-y {
1215
+ syntax: "*";
1216
+ inherits: false;
1217
+ initial-value: 0;
1218
+ }
1219
+ @property --tw-translate-z {
1220
+ syntax: "*";
1221
+ inherits: false;
1222
+ initial-value: 0;
1223
+ }
1224
+ @property --tw-rotate-x {
1225
+ syntax: "*";
1226
+ inherits: false;
1227
+ }
1228
+ @property --tw-rotate-y {
1229
+ syntax: "*";
1230
+ inherits: false;
1231
+ }
1232
+ @property --tw-rotate-z {
1233
+ syntax: "*";
1234
+ inherits: false;
1235
+ }
1236
+ @property --tw-skew-x {
1237
+ syntax: "*";
1238
+ inherits: false;
1239
+ }
1240
+ @property --tw-skew-y {
1241
+ syntax: "*";
1242
+ inherits: false;
1243
+ }
1244
+ @property --tw-border-style {
1245
+ syntax: "*";
1246
+ inherits: false;
1247
+ initial-value: solid;
1248
+ }
1249
+ @property --tw-leading {
1250
+ syntax: "*";
1251
+ inherits: false;
1252
+ }
1253
+ @property --tw-font-weight {
1254
+ syntax: "*";
1255
+ inherits: false;
1256
+ }
1257
+ @property --tw-shadow {
1258
+ syntax: "*";
1259
+ inherits: false;
1260
+ initial-value: 0 0 #0000;
1261
+ }
1262
+ @property --tw-shadow-color {
1263
+ syntax: "*";
1264
+ inherits: false;
1265
+ }
1266
+ @property --tw-shadow-alpha {
1267
+ syntax: "<percentage>";
1268
+ inherits: false;
1269
+ initial-value: 100%;
1270
+ }
1271
+ @property --tw-inset-shadow {
1272
+ syntax: "*";
1273
+ inherits: false;
1274
+ initial-value: 0 0 #0000;
1275
+ }
1276
+ @property --tw-inset-shadow-color {
1277
+ syntax: "*";
1278
+ inherits: false;
1279
+ }
1280
+ @property --tw-inset-shadow-alpha {
1281
+ syntax: "<percentage>";
1282
+ inherits: false;
1283
+ initial-value: 100%;
1284
+ }
1285
+ @property --tw-ring-color {
1286
+ syntax: "*";
1287
+ inherits: false;
1288
+ }
1289
+ @property --tw-ring-shadow {
1290
+ syntax: "*";
1291
+ inherits: false;
1292
+ initial-value: 0 0 #0000;
1293
+ }
1294
+ @property --tw-inset-ring-color {
1295
+ syntax: "*";
1296
+ inherits: false;
1297
+ }
1298
+ @property --tw-inset-ring-shadow {
1299
+ syntax: "*";
1300
+ inherits: false;
1301
+ initial-value: 0 0 #0000;
1302
+ }
1303
+ @property --tw-ring-inset {
1304
+ syntax: "*";
1305
+ inherits: false;
1306
+ }
1307
+ @property --tw-ring-offset-width {
1308
+ syntax: "<length>";
1309
+ inherits: false;
1310
+ initial-value: 0px;
1311
+ }
1312
+ @property --tw-ring-offset-color {
1313
+ syntax: "*";
1314
+ inherits: false;
1315
+ initial-value: #fff;
1316
+ }
1317
+ @property --tw-ring-offset-shadow {
1318
+ syntax: "*";
1319
+ inherits: false;
1320
+ initial-value: 0 0 #0000;
1321
+ }
1322
+ @property --tw-duration {
1323
+ syntax: "*";
1324
+ inherits: false;
1325
+ }
1326
+ @property --tw-ease {
1327
+ syntax: "*";
1328
+ inherits: false;
1329
+ }
1330
+ @keyframes spin {
1331
+ to {
1332
+ transform: rotate(360deg);
1333
+ }
1334
+ }
1335
+ @keyframes ping {
1336
+ 75%, 100% {
1337
+ transform: scale(2);
1338
+ opacity: 0;
1339
+ }
1340
+ }
1341
+ @keyframes pulse {
1342
+ 50% {
1343
+ opacity: 0.5;
1344
+ }
1345
+ }
1346
+ @layer properties {
1347
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
1348
+ *, ::before, ::after, ::backdrop {
1349
+ --tw-translate-x: 0;
1350
+ --tw-translate-y: 0;
1351
+ --tw-translate-z: 0;
1352
+ --tw-rotate-x: initial;
1353
+ --tw-rotate-y: initial;
1354
+ --tw-rotate-z: initial;
1355
+ --tw-skew-x: initial;
1356
+ --tw-skew-y: initial;
1357
+ --tw-border-style: solid;
1358
+ --tw-leading: initial;
1359
+ --tw-font-weight: initial;
1360
+ --tw-shadow: 0 0 #0000;
1361
+ --tw-shadow-color: initial;
1362
+ --tw-shadow-alpha: 100%;
1363
+ --tw-inset-shadow: 0 0 #0000;
1364
+ --tw-inset-shadow-color: initial;
1365
+ --tw-inset-shadow-alpha: 100%;
1366
+ --tw-ring-color: initial;
1367
+ --tw-ring-shadow: 0 0 #0000;
1368
+ --tw-inset-ring-color: initial;
1369
+ --tw-inset-ring-shadow: 0 0 #0000;
1370
+ --tw-ring-inset: initial;
1371
+ --tw-ring-offset-width: 0px;
1372
+ --tw-ring-offset-color: #fff;
1373
+ --tw-ring-offset-shadow: 0 0 #0000;
1374
+ --tw-duration: initial;
1375
+ --tw-ease: initial;
1376
+ }
1377
+ }
1378
+ }