@ryanhe919/lumen-ui 0.1.0

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,1826 @@
1
+ /*! tailwindcss v4.1.18 | 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-scale-x: 1;
9
+ --tw-scale-y: 1;
10
+ --tw-scale-z: 1;
11
+ --tw-space-y-reverse: 0;
12
+ --tw-space-x-reverse: 0;
13
+ --tw-border-style: solid;
14
+ --tw-leading: initial;
15
+ --tw-font-weight: initial;
16
+ --tw-tracking: 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-outline-style: solid;
32
+ --tw-backdrop-blur: initial;
33
+ --tw-backdrop-brightness: initial;
34
+ --tw-backdrop-contrast: initial;
35
+ --tw-backdrop-grayscale: initial;
36
+ --tw-backdrop-hue-rotate: initial;
37
+ --tw-backdrop-invert: initial;
38
+ --tw-backdrop-opacity: initial;
39
+ --tw-backdrop-saturate: initial;
40
+ --tw-backdrop-sepia: initial;
41
+ --tw-duration: initial;
42
+ --tw-ease: initial;
43
+ }
44
+ }
45
+ }
46
+
47
+ @layer theme {
48
+ :root, :host {
49
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
50
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
51
+ --color-black: #000;
52
+ --spacing: .25rem;
53
+ --container-sm: 24rem;
54
+ --container-md: 28rem;
55
+ --text-xs: .75rem;
56
+ --text-xs--line-height: calc(1 / .75);
57
+ --text-sm: .875rem;
58
+ --text-sm--line-height: calc(1.25 / .875);
59
+ --text-base: 1rem;
60
+ --text-base--line-height: calc(1.5 / 1);
61
+ --text-lg: 1.125rem;
62
+ --text-lg--line-height: calc(1.75 / 1.125);
63
+ --text-xl: 1.25rem;
64
+ --text-xl--line-height: calc(1.75 / 1.25);
65
+ --text-2xl: 1.5rem;
66
+ --text-2xl--line-height: calc(2 / 1.5);
67
+ --text-3xl: 1.875rem;
68
+ --text-3xl--line-height: calc(2.25 / 1.875);
69
+ --text-4xl: 2.25rem;
70
+ --text-4xl--line-height: calc(2.5 / 2.25);
71
+ --text-5xl: 3rem;
72
+ --text-5xl--line-height: 1;
73
+ --text-6xl: 3.75rem;
74
+ --text-6xl--line-height: 1;
75
+ --font-weight-medium: 500;
76
+ --font-weight-semibold: 600;
77
+ --font-weight-bold: 700;
78
+ --tracking-wide: .025em;
79
+ --leading-tight: 1.25;
80
+ --leading-relaxed: 1.625;
81
+ --radius-md: .375rem;
82
+ --radius-lg: .5rem;
83
+ --radius-xl: .75rem;
84
+ --radius-2xl: 1rem;
85
+ --radius-3xl: 1.5rem;
86
+ --ease-out: cubic-bezier(0, 0, .2, 1);
87
+ --ease-in-out: cubic-bezier(.4, 0, .2, 1);
88
+ --animate-spin: spin 1s linear infinite;
89
+ --blur-sm: 8px;
90
+ --blur-md: 12px;
91
+ --blur-xl: 24px;
92
+ --default-transition-duration: .15s;
93
+ --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
94
+ --default-font-family: var(--font-sans);
95
+ --default-mono-font-family: var(--font-mono);
96
+ }
97
+ }
98
+
99
+ @layer base {
100
+ *, :after, :before, ::backdrop {
101
+ box-sizing: border-box;
102
+ border: 0 solid;
103
+ margin: 0;
104
+ padding: 0;
105
+ }
106
+
107
+ ::file-selector-button {
108
+ box-sizing: border-box;
109
+ border: 0 solid;
110
+ margin: 0;
111
+ padding: 0;
112
+ }
113
+
114
+ html, :host {
115
+ -webkit-text-size-adjust: 100%;
116
+ tab-size: 4;
117
+ line-height: 1.5;
118
+ 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");
119
+ font-feature-settings: var(--default-font-feature-settings, normal);
120
+ font-variation-settings: var(--default-font-variation-settings, normal);
121
+ -webkit-tap-highlight-color: transparent;
122
+ }
123
+
124
+ hr {
125
+ height: 0;
126
+ color: inherit;
127
+ border-top-width: 1px;
128
+ }
129
+
130
+ abbr:where([title]) {
131
+ -webkit-text-decoration: underline dotted;
132
+ text-decoration: underline dotted;
133
+ }
134
+
135
+ h1, h2, h3, h4, h5, h6 {
136
+ font-size: inherit;
137
+ font-weight: inherit;
138
+ }
139
+
140
+ a {
141
+ color: inherit;
142
+ -webkit-text-decoration: inherit;
143
+ -webkit-text-decoration: inherit;
144
+ -webkit-text-decoration: inherit;
145
+ text-decoration: inherit;
146
+ }
147
+
148
+ b, strong {
149
+ font-weight: bolder;
150
+ }
151
+
152
+ code, kbd, samp, pre {
153
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
154
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
155
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
156
+ font-size: 1em;
157
+ }
158
+
159
+ small {
160
+ font-size: 80%;
161
+ }
162
+
163
+ sub, sup {
164
+ vertical-align: baseline;
165
+ font-size: 75%;
166
+ line-height: 0;
167
+ position: relative;
168
+ }
169
+
170
+ sub {
171
+ bottom: -.25em;
172
+ }
173
+
174
+ sup {
175
+ top: -.5em;
176
+ }
177
+
178
+ table {
179
+ text-indent: 0;
180
+ border-color: inherit;
181
+ border-collapse: collapse;
182
+ }
183
+
184
+ :-moz-focusring {
185
+ outline: auto;
186
+ }
187
+
188
+ progress {
189
+ vertical-align: baseline;
190
+ }
191
+
192
+ summary {
193
+ display: list-item;
194
+ }
195
+
196
+ ol, ul, menu {
197
+ list-style: none;
198
+ }
199
+
200
+ img, svg, video, canvas, audio, iframe, embed, object {
201
+ vertical-align: middle;
202
+ display: block;
203
+ }
204
+
205
+ img, video {
206
+ max-width: 100%;
207
+ height: auto;
208
+ }
209
+
210
+ button, input, select, optgroup, textarea {
211
+ font: inherit;
212
+ font-feature-settings: inherit;
213
+ font-variation-settings: inherit;
214
+ letter-spacing: inherit;
215
+ color: inherit;
216
+ opacity: 1;
217
+ background-color: #0000;
218
+ border-radius: 0;
219
+ }
220
+
221
+ ::file-selector-button {
222
+ font: inherit;
223
+ font-feature-settings: inherit;
224
+ font-variation-settings: inherit;
225
+ letter-spacing: inherit;
226
+ color: inherit;
227
+ opacity: 1;
228
+ background-color: #0000;
229
+ border-radius: 0;
230
+ }
231
+
232
+ :where(select:is([multiple], [size])) optgroup {
233
+ font-weight: bolder;
234
+ }
235
+
236
+ :where(select:is([multiple], [size])) optgroup option {
237
+ padding-inline-start: 20px;
238
+ }
239
+
240
+ ::file-selector-button {
241
+ margin-inline-end: 4px;
242
+ }
243
+
244
+ ::placeholder {
245
+ opacity: 1;
246
+ }
247
+
248
+ @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
249
+ ::placeholder {
250
+ color: currentColor;
251
+ }
252
+
253
+ @supports (color: color-mix(in lab, red, red)) {
254
+ ::placeholder {
255
+ color: color-mix(in oklab, currentcolor 50%, transparent);
256
+ }
257
+ }
258
+ }
259
+
260
+ textarea {
261
+ resize: vertical;
262
+ }
263
+
264
+ ::-webkit-search-decoration {
265
+ -webkit-appearance: none;
266
+ }
267
+
268
+ ::-webkit-date-and-time-value {
269
+ min-height: 1lh;
270
+ text-align: inherit;
271
+ }
272
+
273
+ ::-webkit-datetime-edit {
274
+ display: inline-flex;
275
+ }
276
+
277
+ ::-webkit-datetime-edit-fields-wrapper {
278
+ padding: 0;
279
+ }
280
+
281
+ ::-webkit-datetime-edit {
282
+ padding-block: 0;
283
+ }
284
+
285
+ ::-webkit-datetime-edit-year-field {
286
+ padding-block: 0;
287
+ }
288
+
289
+ ::-webkit-datetime-edit-month-field {
290
+ padding-block: 0;
291
+ }
292
+
293
+ ::-webkit-datetime-edit-day-field {
294
+ padding-block: 0;
295
+ }
296
+
297
+ ::-webkit-datetime-edit-hour-field {
298
+ padding-block: 0;
299
+ }
300
+
301
+ ::-webkit-datetime-edit-minute-field {
302
+ padding-block: 0;
303
+ }
304
+
305
+ ::-webkit-datetime-edit-second-field {
306
+ padding-block: 0;
307
+ }
308
+
309
+ ::-webkit-datetime-edit-millisecond-field {
310
+ padding-block: 0;
311
+ }
312
+
313
+ ::-webkit-datetime-edit-meridiem-field {
314
+ padding-block: 0;
315
+ }
316
+
317
+ ::-webkit-calendar-picker-indicator {
318
+ line-height: 1;
319
+ }
320
+
321
+ :-moz-ui-invalid {
322
+ box-shadow: none;
323
+ }
324
+
325
+ button, input:where([type="button"], [type="reset"], [type="submit"]) {
326
+ appearance: button;
327
+ }
328
+
329
+ ::file-selector-button {
330
+ appearance: button;
331
+ }
332
+
333
+ ::-webkit-inner-spin-button {
334
+ height: auto;
335
+ }
336
+
337
+ ::-webkit-outer-spin-button {
338
+ height: auto;
339
+ }
340
+
341
+ [hidden]:where(:not([hidden="until-found"])) {
342
+ display: none !important;
343
+ }
344
+ }
345
+
346
+ @layer components;
347
+
348
+ @layer utilities {
349
+ .pointer-events-none {
350
+ pointer-events: none;
351
+ }
352
+
353
+ .visible {
354
+ visibility: visible;
355
+ }
356
+
357
+ .sr-only {
358
+ clip-path: inset(50%);
359
+ white-space: nowrap;
360
+ border-width: 0;
361
+ width: 1px;
362
+ height: 1px;
363
+ margin: -1px;
364
+ padding: 0;
365
+ position: absolute;
366
+ overflow: hidden;
367
+ }
368
+
369
+ .absolute {
370
+ position: absolute;
371
+ }
372
+
373
+ .fixed {
374
+ position: fixed;
375
+ }
376
+
377
+ .relative {
378
+ position: relative;
379
+ }
380
+
381
+ .sticky {
382
+ position: sticky;
383
+ }
384
+
385
+ .inset-0 {
386
+ inset: calc(var(--spacing) * 0);
387
+ }
388
+
389
+ .inset-y-0 {
390
+ inset-block: calc(var(--spacing) * 0);
391
+ }
392
+
393
+ .top-0 {
394
+ top: calc(var(--spacing) * 0);
395
+ }
396
+
397
+ .top-1\/2 {
398
+ top: 50%;
399
+ }
400
+
401
+ .top-20 {
402
+ top: calc(var(--spacing) * 20);
403
+ }
404
+
405
+ .right-0 {
406
+ right: calc(var(--spacing) * 0);
407
+ }
408
+
409
+ .right-4 {
410
+ right: calc(var(--spacing) * 4);
411
+ }
412
+
413
+ .right-6 {
414
+ right: calc(var(--spacing) * 6);
415
+ }
416
+
417
+ .right-10 {
418
+ right: calc(var(--spacing) * 10);
419
+ }
420
+
421
+ .bottom-6 {
422
+ bottom: calc(var(--spacing) * 6);
423
+ }
424
+
425
+ .left-0 {
426
+ left: calc(var(--spacing) * 0);
427
+ }
428
+
429
+ .left-1 {
430
+ left: calc(var(--spacing) * 1);
431
+ }
432
+
433
+ .left-1\/2 {
434
+ left: 50%;
435
+ }
436
+
437
+ .left-6 {
438
+ left: calc(var(--spacing) * 6);
439
+ }
440
+
441
+ .z-10 {
442
+ z-index: 10;
443
+ }
444
+
445
+ .z-20 {
446
+ z-index: 20;
447
+ }
448
+
449
+ .z-50 {
450
+ z-index: 50;
451
+ }
452
+
453
+ .container {
454
+ width: 100%;
455
+ }
456
+
457
+ @media (min-width: 40rem) {
458
+ .container {
459
+ max-width: 40rem;
460
+ }
461
+ }
462
+
463
+ @media (min-width: 48rem) {
464
+ .container {
465
+ max-width: 48rem;
466
+ }
467
+ }
468
+
469
+ @media (min-width: 64rem) {
470
+ .container {
471
+ max-width: 64rem;
472
+ }
473
+ }
474
+
475
+ @media (min-width: 80rem) {
476
+ .container {
477
+ max-width: 80rem;
478
+ }
479
+ }
480
+
481
+ @media (min-width: 96rem) {
482
+ .container {
483
+ max-width: 96rem;
484
+ }
485
+ }
486
+
487
+ .mx-auto {
488
+ margin-inline: auto;
489
+ }
490
+
491
+ .mt-0\.5 {
492
+ margin-top: calc(var(--spacing) * .5);
493
+ }
494
+
495
+ .mt-1 {
496
+ margin-top: calc(var(--spacing) * 1);
497
+ }
498
+
499
+ .mt-1\.5 {
500
+ margin-top: calc(var(--spacing) * 1.5);
501
+ }
502
+
503
+ .mt-2 {
504
+ margin-top: calc(var(--spacing) * 2);
505
+ }
506
+
507
+ .mt-2\.5 {
508
+ margin-top: calc(var(--spacing) * 2.5);
509
+ }
510
+
511
+ .mr-1\.5 {
512
+ margin-right: calc(var(--spacing) * 1.5);
513
+ }
514
+
515
+ .mr-2 {
516
+ margin-right: calc(var(--spacing) * 2);
517
+ }
518
+
519
+ .mb-2 {
520
+ margin-bottom: calc(var(--spacing) * 2);
521
+ }
522
+
523
+ .mb-3 {
524
+ margin-bottom: calc(var(--spacing) * 3);
525
+ }
526
+
527
+ .mb-4 {
528
+ margin-bottom: calc(var(--spacing) * 4);
529
+ }
530
+
531
+ .mb-6 {
532
+ margin-bottom: calc(var(--spacing) * 6);
533
+ }
534
+
535
+ .ml-1 {
536
+ margin-left: calc(var(--spacing) * 1);
537
+ }
538
+
539
+ .ml-2 {
540
+ margin-left: calc(var(--spacing) * 2);
541
+ }
542
+
543
+ .ml-4 {
544
+ margin-left: calc(var(--spacing) * 4);
545
+ }
546
+
547
+ .block {
548
+ display: block;
549
+ }
550
+
551
+ .flex {
552
+ display: flex;
553
+ }
554
+
555
+ .hidden {
556
+ display: none;
557
+ }
558
+
559
+ .inline-block {
560
+ display: inline-block;
561
+ }
562
+
563
+ .inline-flex {
564
+ display: inline-flex;
565
+ }
566
+
567
+ .h-1\.5 {
568
+ height: calc(var(--spacing) * 1.5);
569
+ }
570
+
571
+ .h-2 {
572
+ height: calc(var(--spacing) * 2);
573
+ }
574
+
575
+ .h-2\.5 {
576
+ height: calc(var(--spacing) * 2.5);
577
+ }
578
+
579
+ .h-3 {
580
+ height: calc(var(--spacing) * 3);
581
+ }
582
+
583
+ .h-4 {
584
+ height: calc(var(--spacing) * 4);
585
+ }
586
+
587
+ .h-5 {
588
+ height: calc(var(--spacing) * 5);
589
+ }
590
+
591
+ .h-6 {
592
+ height: calc(var(--spacing) * 6);
593
+ }
594
+
595
+ .h-7 {
596
+ height: calc(var(--spacing) * 7);
597
+ }
598
+
599
+ .h-8 {
600
+ height: calc(var(--spacing) * 8);
601
+ }
602
+
603
+ .h-9 {
604
+ height: calc(var(--spacing) * 9);
605
+ }
606
+
607
+ .h-10 {
608
+ height: calc(var(--spacing) * 10);
609
+ }
610
+
611
+ .h-12 {
612
+ height: calc(var(--spacing) * 12);
613
+ }
614
+
615
+ .h-14 {
616
+ height: calc(var(--spacing) * 14);
617
+ }
618
+
619
+ .h-16 {
620
+ height: calc(var(--spacing) * 16);
621
+ }
622
+
623
+ .h-20 {
624
+ height: calc(var(--spacing) * 20);
625
+ }
626
+
627
+ .h-full {
628
+ height: 100%;
629
+ }
630
+
631
+ .max-h-32 {
632
+ max-height: calc(var(--spacing) * 32);
633
+ }
634
+
635
+ .max-h-40 {
636
+ max-height: calc(var(--spacing) * 40);
637
+ }
638
+
639
+ .max-h-48 {
640
+ max-height: calc(var(--spacing) * 48);
641
+ }
642
+
643
+ .max-h-56 {
644
+ max-height: calc(var(--spacing) * 56);
645
+ }
646
+
647
+ .max-h-64 {
648
+ max-height: calc(var(--spacing) * 64);
649
+ }
650
+
651
+ .max-h-72 {
652
+ max-height: calc(var(--spacing) * 72);
653
+ }
654
+
655
+ .max-h-96 {
656
+ max-height: calc(var(--spacing) * 96);
657
+ }
658
+
659
+ .min-h-0 {
660
+ min-height: calc(var(--spacing) * 0);
661
+ }
662
+
663
+ .min-h-\[60px\] {
664
+ min-height: 60px;
665
+ }
666
+
667
+ .min-h-\[80px\] {
668
+ min-height: 80px;
669
+ }
670
+
671
+ .min-h-\[100px\] {
672
+ min-height: 100px;
673
+ }
674
+
675
+ .min-h-\[120px\] {
676
+ min-height: 120px;
677
+ }
678
+
679
+ .min-h-\[140px\] {
680
+ min-height: 140px;
681
+ }
682
+
683
+ .min-h-\[160px\] {
684
+ min-height: 160px;
685
+ }
686
+
687
+ .w-1\.5 {
688
+ width: calc(var(--spacing) * 1.5);
689
+ }
690
+
691
+ .w-2 {
692
+ width: calc(var(--spacing) * 2);
693
+ }
694
+
695
+ .w-2\.5 {
696
+ width: calc(var(--spacing) * 2.5);
697
+ }
698
+
699
+ .w-3 {
700
+ width: calc(var(--spacing) * 3);
701
+ }
702
+
703
+ .w-4 {
704
+ width: calc(var(--spacing) * 4);
705
+ }
706
+
707
+ .w-5 {
708
+ width: calc(var(--spacing) * 5);
709
+ }
710
+
711
+ .w-6 {
712
+ width: calc(var(--spacing) * 6);
713
+ }
714
+
715
+ .w-7 {
716
+ width: calc(var(--spacing) * 7);
717
+ }
718
+
719
+ .w-8 {
720
+ width: calc(var(--spacing) * 8);
721
+ }
722
+
723
+ .w-9 {
724
+ width: calc(var(--spacing) * 9);
725
+ }
726
+
727
+ .w-10 {
728
+ width: calc(var(--spacing) * 10);
729
+ }
730
+
731
+ .w-11 {
732
+ width: calc(var(--spacing) * 11);
733
+ }
734
+
735
+ .w-12 {
736
+ width: calc(var(--spacing) * 12);
737
+ }
738
+
739
+ .w-14 {
740
+ width: calc(var(--spacing) * 14);
741
+ }
742
+
743
+ .w-16 {
744
+ width: calc(var(--spacing) * 16);
745
+ }
746
+
747
+ .w-20 {
748
+ width: calc(var(--spacing) * 20);
749
+ }
750
+
751
+ .w-24 {
752
+ width: calc(var(--spacing) * 24);
753
+ }
754
+
755
+ .w-28 {
756
+ width: calc(var(--spacing) * 28);
757
+ }
758
+
759
+ .w-full {
760
+ width: 100%;
761
+ }
762
+
763
+ .max-w-md {
764
+ max-width: var(--container-md);
765
+ }
766
+
767
+ .max-w-sm {
768
+ max-width: var(--container-sm);
769
+ }
770
+
771
+ .min-w-0 {
772
+ min-width: calc(var(--spacing) * 0);
773
+ }
774
+
775
+ .flex-1 {
776
+ flex: 1;
777
+ }
778
+
779
+ .flex-shrink-0 {
780
+ flex-shrink: 0;
781
+ }
782
+
783
+ .border-collapse {
784
+ border-collapse: collapse;
785
+ }
786
+
787
+ .-translate-x-1\/2 {
788
+ --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
789
+ translate: var(--tw-translate-x) var(--tw-translate-y);
790
+ }
791
+
792
+ .translate-x-0 {
793
+ --tw-translate-x: calc(var(--spacing) * 0);
794
+ translate: var(--tw-translate-x) var(--tw-translate-y);
795
+ }
796
+
797
+ .translate-x-3 {
798
+ --tw-translate-x: calc(var(--spacing) * 3);
799
+ translate: var(--tw-translate-x) var(--tw-translate-y);
800
+ }
801
+
802
+ .translate-x-4 {
803
+ --tw-translate-x: calc(var(--spacing) * 4);
804
+ translate: var(--tw-translate-x) var(--tw-translate-y);
805
+ }
806
+
807
+ .translate-x-5 {
808
+ --tw-translate-x: calc(var(--spacing) * 5);
809
+ translate: var(--tw-translate-x) var(--tw-translate-y);
810
+ }
811
+
812
+ .translate-x-7 {
813
+ --tw-translate-x: calc(var(--spacing) * 7);
814
+ translate: var(--tw-translate-x) var(--tw-translate-y);
815
+ }
816
+
817
+ .translate-x-8 {
818
+ --tw-translate-x: calc(var(--spacing) * 8);
819
+ translate: var(--tw-translate-x) var(--tw-translate-y);
820
+ }
821
+
822
+ .translate-x-10 {
823
+ --tw-translate-x: calc(var(--spacing) * 10);
824
+ translate: var(--tw-translate-x) var(--tw-translate-y);
825
+ }
826
+
827
+ .-translate-y-1\/2 {
828
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
829
+ translate: var(--tw-translate-x) var(--tw-translate-y);
830
+ }
831
+
832
+ .scale-95 {
833
+ --tw-scale-x: 95%;
834
+ --tw-scale-y: 95%;
835
+ --tw-scale-z: 95%;
836
+ scale: var(--tw-scale-x) var(--tw-scale-y);
837
+ }
838
+
839
+ .scale-100 {
840
+ --tw-scale-x: 100%;
841
+ --tw-scale-y: 100%;
842
+ --tw-scale-z: 100%;
843
+ scale: var(--tw-scale-x) var(--tw-scale-y);
844
+ }
845
+
846
+ .rotate-180 {
847
+ rotate: 180deg;
848
+ }
849
+
850
+ .animate-spin {
851
+ animation: var(--animate-spin);
852
+ }
853
+
854
+ .cursor-not-allowed {
855
+ cursor: not-allowed;
856
+ }
857
+
858
+ .cursor-pointer {
859
+ cursor: pointer;
860
+ }
861
+
862
+ .resize-none {
863
+ resize: none;
864
+ }
865
+
866
+ .flex-col {
867
+ flex-direction: column;
868
+ }
869
+
870
+ .items-baseline {
871
+ align-items: baseline;
872
+ }
873
+
874
+ .items-center {
875
+ align-items: center;
876
+ }
877
+
878
+ .items-start {
879
+ align-items: flex-start;
880
+ }
881
+
882
+ .justify-between {
883
+ justify-content: space-between;
884
+ }
885
+
886
+ .justify-center {
887
+ justify-content: center;
888
+ }
889
+
890
+ .justify-end {
891
+ justify-content: flex-end;
892
+ }
893
+
894
+ .gap-1 {
895
+ gap: calc(var(--spacing) * 1);
896
+ }
897
+
898
+ .gap-1\.5 {
899
+ gap: calc(var(--spacing) * 1.5);
900
+ }
901
+
902
+ .gap-2 {
903
+ gap: calc(var(--spacing) * 2);
904
+ }
905
+
906
+ .gap-2\.5 {
907
+ gap: calc(var(--spacing) * 2.5);
908
+ }
909
+
910
+ .gap-3 {
911
+ gap: calc(var(--spacing) * 3);
912
+ }
913
+
914
+ .gap-4 {
915
+ gap: calc(var(--spacing) * 4);
916
+ }
917
+
918
+ .gap-5 {
919
+ gap: calc(var(--spacing) * 5);
920
+ }
921
+
922
+ :where(.-space-y-1 > :not(:last-child)) {
923
+ --tw-space-y-reverse: 0;
924
+ margin-block-start: calc(calc(var(--spacing) * -1) * var(--tw-space-y-reverse));
925
+ margin-block-end: calc(calc(var(--spacing) * -1) * calc(1 - var(--tw-space-y-reverse)));
926
+ }
927
+
928
+ :where(.space-y-2 > :not(:last-child)) {
929
+ --tw-space-y-reverse: 0;
930
+ margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
931
+ margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
932
+ }
933
+
934
+ :where(.space-y-3 > :not(:last-child)) {
935
+ --tw-space-y-reverse: 0;
936
+ margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
937
+ margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
938
+ }
939
+
940
+ :where(.space-y-4 > :not(:last-child)) {
941
+ --tw-space-y-reverse: 0;
942
+ margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
943
+ margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
944
+ }
945
+
946
+ :where(.space-x-3 > :not(:last-child)) {
947
+ --tw-space-x-reverse: 0;
948
+ margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
949
+ margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
950
+ }
951
+
952
+ .truncate {
953
+ text-overflow: ellipsis;
954
+ white-space: nowrap;
955
+ overflow: hidden;
956
+ }
957
+
958
+ .overflow-auto {
959
+ overflow: auto;
960
+ }
961
+
962
+ .overflow-hidden {
963
+ overflow: hidden;
964
+ }
965
+
966
+ .overflow-y-auto {
967
+ overflow-y: auto;
968
+ }
969
+
970
+ .rounded {
971
+ border-radius: .25rem;
972
+ }
973
+
974
+ .rounded-2xl {
975
+ border-radius: var(--radius-2xl);
976
+ }
977
+
978
+ .rounded-3xl {
979
+ border-radius: var(--radius-3xl);
980
+ }
981
+
982
+ .rounded-full {
983
+ border-radius: 3.40282e38px;
984
+ }
985
+
986
+ .rounded-lg {
987
+ border-radius: var(--radius-lg);
988
+ }
989
+
990
+ .rounded-md {
991
+ border-radius: var(--radius-md);
992
+ }
993
+
994
+ .rounded-xl {
995
+ border-radius: var(--radius-xl);
996
+ }
997
+
998
+ .rounded-t-xl {
999
+ border-top-left-radius: var(--radius-xl);
1000
+ border-top-right-radius: var(--radius-xl);
1001
+ }
1002
+
1003
+ .rounded-r-2xl {
1004
+ border-top-right-radius: var(--radius-2xl);
1005
+ border-bottom-right-radius: var(--radius-2xl);
1006
+ }
1007
+
1008
+ .rounded-tr-2xl {
1009
+ border-top-right-radius: var(--radius-2xl);
1010
+ }
1011
+
1012
+ .rounded-b-xl {
1013
+ border-bottom-right-radius: var(--radius-xl);
1014
+ border-bottom-left-radius: var(--radius-xl);
1015
+ }
1016
+
1017
+ .rounded-br-2xl {
1018
+ border-bottom-right-radius: var(--radius-2xl);
1019
+ }
1020
+
1021
+ .border {
1022
+ border-style: var(--tw-border-style);
1023
+ border-width: 1px;
1024
+ }
1025
+
1026
+ .border-2 {
1027
+ border-style: var(--tw-border-style);
1028
+ border-width: 2px;
1029
+ }
1030
+
1031
+ .border-t {
1032
+ border-top-style: var(--tw-border-style);
1033
+ border-top-width: 1px;
1034
+ }
1035
+
1036
+ .border-r {
1037
+ border-right-style: var(--tw-border-style);
1038
+ border-right-width: 1px;
1039
+ }
1040
+
1041
+ .border-b {
1042
+ border-bottom-style: var(--tw-border-style);
1043
+ border-bottom-width: 1px;
1044
+ }
1045
+
1046
+ .border-l {
1047
+ border-left-style: var(--tw-border-style);
1048
+ border-left-width: 1px;
1049
+ }
1050
+
1051
+ .p-0 {
1052
+ padding: calc(var(--spacing) * 0);
1053
+ }
1054
+
1055
+ .p-2 {
1056
+ padding: calc(var(--spacing) * 2);
1057
+ }
1058
+
1059
+ .p-3 {
1060
+ padding: calc(var(--spacing) * 3);
1061
+ }
1062
+
1063
+ .p-4 {
1064
+ padding: calc(var(--spacing) * 4);
1065
+ }
1066
+
1067
+ .p-5 {
1068
+ padding: calc(var(--spacing) * 5);
1069
+ }
1070
+
1071
+ .p-6 {
1072
+ padding: calc(var(--spacing) * 6);
1073
+ }
1074
+
1075
+ .p-8 {
1076
+ padding: calc(var(--spacing) * 8);
1077
+ }
1078
+
1079
+ .p-10 {
1080
+ padding: calc(var(--spacing) * 10);
1081
+ }
1082
+
1083
+ .p-12 {
1084
+ padding: calc(var(--spacing) * 12);
1085
+ }
1086
+
1087
+ .px-1 {
1088
+ padding-inline: calc(var(--spacing) * 1);
1089
+ }
1090
+
1091
+ .px-2 {
1092
+ padding-inline: calc(var(--spacing) * 2);
1093
+ }
1094
+
1095
+ .px-2\.5 {
1096
+ padding-inline: calc(var(--spacing) * 2.5);
1097
+ }
1098
+
1099
+ .px-3 {
1100
+ padding-inline: calc(var(--spacing) * 3);
1101
+ }
1102
+
1103
+ .px-3\.5 {
1104
+ padding-inline: calc(var(--spacing) * 3.5);
1105
+ }
1106
+
1107
+ .px-4 {
1108
+ padding-inline: calc(var(--spacing) * 4);
1109
+ }
1110
+
1111
+ .px-5 {
1112
+ padding-inline: calc(var(--spacing) * 5);
1113
+ }
1114
+
1115
+ .px-6 {
1116
+ padding-inline: calc(var(--spacing) * 6);
1117
+ }
1118
+
1119
+ .px-8 {
1120
+ padding-inline: calc(var(--spacing) * 8);
1121
+ }
1122
+
1123
+ .px-10 {
1124
+ padding-inline: calc(var(--spacing) * 10);
1125
+ }
1126
+
1127
+ .py-0\.5 {
1128
+ padding-block: calc(var(--spacing) * .5);
1129
+ }
1130
+
1131
+ .py-1 {
1132
+ padding-block: calc(var(--spacing) * 1);
1133
+ }
1134
+
1135
+ .py-1\.5 {
1136
+ padding-block: calc(var(--spacing) * 1.5);
1137
+ }
1138
+
1139
+ .py-2 {
1140
+ padding-block: calc(var(--spacing) * 2);
1141
+ }
1142
+
1143
+ .py-2\.5 {
1144
+ padding-block: calc(var(--spacing) * 2.5);
1145
+ }
1146
+
1147
+ .py-3 {
1148
+ padding-block: calc(var(--spacing) * 3);
1149
+ }
1150
+
1151
+ .py-3\.5 {
1152
+ padding-block: calc(var(--spacing) * 3.5);
1153
+ }
1154
+
1155
+ .py-4 {
1156
+ padding-block: calc(var(--spacing) * 4);
1157
+ }
1158
+
1159
+ .py-5 {
1160
+ padding-block: calc(var(--spacing) * 5);
1161
+ }
1162
+
1163
+ .py-8 {
1164
+ padding-block: calc(var(--spacing) * 8);
1165
+ }
1166
+
1167
+ .pt-20 {
1168
+ padding-top: calc(var(--spacing) * 20);
1169
+ }
1170
+
1171
+ .pr-4 {
1172
+ padding-right: calc(var(--spacing) * 4);
1173
+ }
1174
+
1175
+ .pr-10 {
1176
+ padding-right: calc(var(--spacing) * 10);
1177
+ }
1178
+
1179
+ .pr-20 {
1180
+ padding-right: calc(var(--spacing) * 20);
1181
+ }
1182
+
1183
+ .pb-4 {
1184
+ padding-bottom: calc(var(--spacing) * 4);
1185
+ }
1186
+
1187
+ .pl-4 {
1188
+ padding-left: calc(var(--spacing) * 4);
1189
+ }
1190
+
1191
+ .pl-10 {
1192
+ padding-left: calc(var(--spacing) * 10);
1193
+ }
1194
+
1195
+ .pl-12 {
1196
+ padding-left: calc(var(--spacing) * 12);
1197
+ }
1198
+
1199
+ .text-center {
1200
+ text-align: center;
1201
+ }
1202
+
1203
+ .text-left {
1204
+ text-align: left;
1205
+ }
1206
+
1207
+ .text-2xl {
1208
+ font-size: var(--text-2xl);
1209
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
1210
+ }
1211
+
1212
+ .text-3xl {
1213
+ font-size: var(--text-3xl);
1214
+ line-height: var(--tw-leading, var(--text-3xl--line-height));
1215
+ }
1216
+
1217
+ .text-4xl {
1218
+ font-size: var(--text-4xl);
1219
+ line-height: var(--tw-leading, var(--text-4xl--line-height));
1220
+ }
1221
+
1222
+ .text-5xl {
1223
+ font-size: var(--text-5xl);
1224
+ line-height: var(--tw-leading, var(--text-5xl--line-height));
1225
+ }
1226
+
1227
+ .text-6xl {
1228
+ font-size: var(--text-6xl);
1229
+ line-height: var(--tw-leading, var(--text-6xl--line-height));
1230
+ }
1231
+
1232
+ .text-base {
1233
+ font-size: var(--text-base);
1234
+ line-height: var(--tw-leading, var(--text-base--line-height));
1235
+ }
1236
+
1237
+ .text-lg {
1238
+ font-size: var(--text-lg);
1239
+ line-height: var(--tw-leading, var(--text-lg--line-height));
1240
+ }
1241
+
1242
+ .text-sm {
1243
+ font-size: var(--text-sm);
1244
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1245
+ }
1246
+
1247
+ .text-xl {
1248
+ font-size: var(--text-xl);
1249
+ line-height: var(--tw-leading, var(--text-xl--line-height));
1250
+ }
1251
+
1252
+ .text-xs {
1253
+ font-size: var(--text-xs);
1254
+ line-height: var(--tw-leading, var(--text-xs--line-height));
1255
+ }
1256
+
1257
+ .text-\[10px\] {
1258
+ font-size: 10px;
1259
+ }
1260
+
1261
+ .leading-relaxed {
1262
+ --tw-leading: var(--leading-relaxed);
1263
+ line-height: var(--leading-relaxed);
1264
+ }
1265
+
1266
+ .leading-tight {
1267
+ --tw-leading: var(--leading-tight);
1268
+ line-height: var(--leading-tight);
1269
+ }
1270
+
1271
+ .font-bold {
1272
+ --tw-font-weight: var(--font-weight-bold);
1273
+ font-weight: var(--font-weight-bold);
1274
+ }
1275
+
1276
+ .font-medium {
1277
+ --tw-font-weight: var(--font-weight-medium);
1278
+ font-weight: var(--font-weight-medium);
1279
+ }
1280
+
1281
+ .font-semibold {
1282
+ --tw-font-weight: var(--font-weight-semibold);
1283
+ font-weight: var(--font-weight-semibold);
1284
+ }
1285
+
1286
+ .tracking-wide {
1287
+ --tw-tracking: var(--tracking-wide);
1288
+ letter-spacing: var(--tracking-wide);
1289
+ }
1290
+
1291
+ .break-words {
1292
+ overflow-wrap: break-word;
1293
+ }
1294
+
1295
+ .opacity-0 {
1296
+ opacity: 0;
1297
+ }
1298
+
1299
+ .opacity-25 {
1300
+ opacity: .25;
1301
+ }
1302
+
1303
+ .opacity-75 {
1304
+ opacity: .75;
1305
+ }
1306
+
1307
+ .opacity-100 {
1308
+ opacity: 1;
1309
+ }
1310
+
1311
+ .shadow {
1312
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
1313
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1314
+ }
1315
+
1316
+ .shadow-2xl {
1317
+ --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
1318
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1319
+ }
1320
+
1321
+ .shadow-lg {
1322
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
1323
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1324
+ }
1325
+
1326
+ .shadow-sm {
1327
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
1328
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1329
+ }
1330
+
1331
+ .outline {
1332
+ outline-style: var(--tw-outline-style);
1333
+ outline-width: 1px;
1334
+ }
1335
+
1336
+ .backdrop-blur-md {
1337
+ --tw-backdrop-blur: blur(var(--blur-md));
1338
+ -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
1339
+ backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
1340
+ }
1341
+
1342
+ .backdrop-blur-sm {
1343
+ --tw-backdrop-blur: blur(var(--blur-sm));
1344
+ -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
1345
+ backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
1346
+ }
1347
+
1348
+ .backdrop-blur-xl {
1349
+ --tw-backdrop-blur: blur(var(--blur-xl));
1350
+ -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
1351
+ backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
1352
+ }
1353
+
1354
+ .transition-all {
1355
+ transition-property: all;
1356
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1357
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1358
+ }
1359
+
1360
+ .transition-colors {
1361
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
1362
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1363
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1364
+ }
1365
+
1366
+ .transition-opacity {
1367
+ transition-property: opacity;
1368
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1369
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1370
+ }
1371
+
1372
+ .transition-transform {
1373
+ transition-property: transform, translate, scale, rotate;
1374
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1375
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1376
+ }
1377
+
1378
+ .duration-150 {
1379
+ --tw-duration: .15s;
1380
+ transition-duration: .15s;
1381
+ }
1382
+
1383
+ .duration-200 {
1384
+ --tw-duration: .2s;
1385
+ transition-duration: .2s;
1386
+ }
1387
+
1388
+ .duration-300 {
1389
+ --tw-duration: .3s;
1390
+ transition-duration: .3s;
1391
+ }
1392
+
1393
+ .duration-500 {
1394
+ --tw-duration: .5s;
1395
+ transition-duration: .5s;
1396
+ }
1397
+
1398
+ .duration-700 {
1399
+ --tw-duration: .7s;
1400
+ transition-duration: .7s;
1401
+ }
1402
+
1403
+ .duration-1000 {
1404
+ --tw-duration: 1s;
1405
+ transition-duration: 1s;
1406
+ }
1407
+
1408
+ .ease-in-out {
1409
+ --tw-ease: var(--ease-in-out);
1410
+ transition-timing-function: var(--ease-in-out);
1411
+ }
1412
+
1413
+ .ease-out {
1414
+ --tw-ease: var(--ease-out);
1415
+ transition-timing-function: var(--ease-out);
1416
+ }
1417
+
1418
+ .will-change-transform {
1419
+ will-change: transform;
1420
+ }
1421
+
1422
+ .\[-moz-appearance\:textfield\] {
1423
+ -moz-appearance: textfield;
1424
+ }
1425
+
1426
+ @media (hover: hover) {
1427
+ .hover\:scale-105:hover {
1428
+ --tw-scale-x: 105%;
1429
+ --tw-scale-y: 105%;
1430
+ --tw-scale-z: 105%;
1431
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1432
+ }
1433
+
1434
+ .hover\:scale-\[1\.02\]:hover {
1435
+ scale: 1.02;
1436
+ }
1437
+
1438
+ .hover\:bg-black\/5:hover {
1439
+ background-color: #0000000d;
1440
+ }
1441
+
1442
+ @supports (color: color-mix(in lab, red, red)) {
1443
+ .hover\:bg-black\/5:hover {
1444
+ background-color: color-mix(in oklab, var(--color-black) 5%, transparent);
1445
+ }
1446
+ }
1447
+ }
1448
+
1449
+ .focus\:ring-2:focus {
1450
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1451
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1452
+ }
1453
+
1454
+ .focus\:ring-offset-0:focus {
1455
+ --tw-ring-offset-width: 0px;
1456
+ --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1457
+ }
1458
+
1459
+ .focus\:outline-none:focus {
1460
+ --tw-outline-style: none;
1461
+ outline-style: none;
1462
+ }
1463
+
1464
+ .active\:scale-\[0\.98\]:active {
1465
+ scale: .98;
1466
+ }
1467
+
1468
+ .active\:bg-black\/10:active {
1469
+ background-color: #0000001a;
1470
+ }
1471
+
1472
+ @supports (color: color-mix(in lab, red, red)) {
1473
+ .active\:bg-black\/10:active {
1474
+ background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
1475
+ }
1476
+ }
1477
+
1478
+ .disabled\:cursor-not-allowed:disabled {
1479
+ cursor: not-allowed;
1480
+ }
1481
+
1482
+ .\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button {
1483
+ appearance: none;
1484
+ }
1485
+
1486
+ .\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button {
1487
+ appearance: none;
1488
+ }
1489
+ }
1490
+
1491
+ :root, [data-theme="light"] {
1492
+ --lm-primary-50: #f0f9ff;
1493
+ --lm-primary-100: #e0f2fe;
1494
+ --lm-primary-200: #bae6fd;
1495
+ --lm-primary-300: #7dd3fc;
1496
+ --lm-primary-400: #38bdf8;
1497
+ --lm-primary-500: #0ea5e9;
1498
+ --lm-primary-600: #0284c7;
1499
+ --lm-primary-700: #0369a1;
1500
+ --lm-primary-800: #075985;
1501
+ --lm-primary-900: #0c4a6e;
1502
+ --lm-success-50: #f0fdf4;
1503
+ --lm-success-100: #dcfce7;
1504
+ --lm-success-200: #bbf7d0;
1505
+ --lm-success-300: #86efac;
1506
+ --lm-success-400: #4ade80;
1507
+ --lm-success-500: #22c55e;
1508
+ --lm-success-600: #16a34a;
1509
+ --lm-success-700: #15803d;
1510
+ --lm-success-800: #166534;
1511
+ --lm-success-900: #14532d;
1512
+ --lm-warning-50: #fffbeb;
1513
+ --lm-warning-100: #fef3c7;
1514
+ --lm-warning-200: #fde68a;
1515
+ --lm-warning-300: #fcd34d;
1516
+ --lm-warning-400: #fbbf24;
1517
+ --lm-warning-500: #f59e0b;
1518
+ --lm-warning-600: #d97706;
1519
+ --lm-warning-700: #b45309;
1520
+ --lm-warning-800: #92400e;
1521
+ --lm-warning-900: #78350f;
1522
+ --lm-error-50: #fef2f2;
1523
+ --lm-error-100: #fee2e2;
1524
+ --lm-error-200: #fecaca;
1525
+ --lm-error-300: #fca5a5;
1526
+ --lm-error-400: #f87171;
1527
+ --lm-error-500: #ef4444;
1528
+ --lm-error-600: #dc2626;
1529
+ --lm-error-700: #b91c1c;
1530
+ --lm-error-800: #991b1b;
1531
+ --lm-error-900: #7f1d1d;
1532
+ --lm-info-50: #eff6ff;
1533
+ --lm-info-100: #dbeafe;
1534
+ --lm-info-200: #bfdbfe;
1535
+ --lm-info-300: #93c5fd;
1536
+ --lm-info-400: #60a5fa;
1537
+ --lm-info-500: #3b82f6;
1538
+ --lm-info-600: #2563eb;
1539
+ --lm-info-700: #1d4ed8;
1540
+ --lm-info-800: #1e40af;
1541
+ --lm-info-900: #1e3a8a;
1542
+ --lm-gray-50: #f9fafb;
1543
+ --lm-gray-100: #f3f4f6;
1544
+ --lm-gray-200: #e5e7eb;
1545
+ --lm-gray-300: #d1d5db;
1546
+ --lm-gray-400: #9ca3af;
1547
+ --lm-gray-500: #6b7280;
1548
+ --lm-gray-600: #4b5563;
1549
+ --lm-gray-700: #374151;
1550
+ --lm-gray-800: #1f2937;
1551
+ --lm-gray-900: #111827;
1552
+ --lm-bg-default: #fff;
1553
+ --lm-bg-paper: #f9fafb;
1554
+ --lm-bg-elevated: #fff;
1555
+ --lm-bg-hover: #f3f4f6;
1556
+ --lm-bg-active: #e5e7eb;
1557
+ --lm-bg-disabled: #f3f4f6;
1558
+ --lm-text-primary: #111827;
1559
+ --lm-text-secondary: #6b7280;
1560
+ --lm-text-tertiary: #9ca3af;
1561
+ --lm-text-disabled: #9ca3af;
1562
+ --lm-text-inverse: #fff;
1563
+ --lm-border-default: #e5e7eb;
1564
+ --lm-border-light: #f3f4f6;
1565
+ --lm-border-strong: #d1d5db;
1566
+ --lm-border-focus: #0ea5e9;
1567
+ --lm-shadow-sm: 0 1px 2px 0 #0000000d;
1568
+ --lm-shadow-md: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
1569
+ --lm-shadow-lg: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
1570
+ --lm-shadow-xl: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
1571
+ --lm-radius-sm: .25rem;
1572
+ --lm-radius-md: .375rem;
1573
+ --lm-radius-lg: .5rem;
1574
+ --lm-radius-xl: .75rem;
1575
+ --lm-radius-full: 9999px;
1576
+ --lm-transition-fast: .15s;
1577
+ --lm-transition-normal: .2s;
1578
+ --lm-transition-slow: .3s;
1579
+ }
1580
+
1581
+ [data-theme="dark"] {
1582
+ --lm-primary-50: #0c4a6e;
1583
+ --lm-primary-100: #075985;
1584
+ --lm-primary-200: #0369a1;
1585
+ --lm-primary-300: #0284c7;
1586
+ --lm-primary-400: #0ea5e9;
1587
+ --lm-primary-500: #38bdf8;
1588
+ --lm-primary-600: #7dd3fc;
1589
+ --lm-primary-700: #bae6fd;
1590
+ --lm-primary-800: #e0f2fe;
1591
+ --lm-primary-900: #f0f9ff;
1592
+ --lm-bg-default: #111827;
1593
+ --lm-bg-paper: #1f2937;
1594
+ --lm-bg-elevated: #374151;
1595
+ --lm-bg-hover: #374151;
1596
+ --lm-bg-active: #4b5563;
1597
+ --lm-bg-disabled: #1f2937;
1598
+ --lm-text-primary: #f9fafb;
1599
+ --lm-text-secondary: #d1d5db;
1600
+ --lm-text-tertiary: #9ca3af;
1601
+ --lm-text-disabled: #6b7280;
1602
+ --lm-text-inverse: #111827;
1603
+ --lm-border-default: #374151;
1604
+ --lm-border-light: #1f2937;
1605
+ --lm-border-strong: #4b5563;
1606
+ --lm-border-focus: #38bdf8;
1607
+ --lm-shadow-sm: 0 1px 2px 0 #0000004d;
1608
+ --lm-shadow-md: 0 4px 6px -1px #0006, 0 2px 4px -2px #0000004d;
1609
+ --lm-shadow-lg: 0 10px 15px -3px #0006, 0 4px 6px -4px #0000004d;
1610
+ --lm-shadow-xl: 0 20px 25px -5px #00000080, 0 8px 10px -6px #0006;
1611
+ }
1612
+
1613
+ @property --tw-translate-x {
1614
+ syntax: "*";
1615
+ inherits: false;
1616
+ initial-value: 0;
1617
+ }
1618
+
1619
+ @property --tw-translate-y {
1620
+ syntax: "*";
1621
+ inherits: false;
1622
+ initial-value: 0;
1623
+ }
1624
+
1625
+ @property --tw-translate-z {
1626
+ syntax: "*";
1627
+ inherits: false;
1628
+ initial-value: 0;
1629
+ }
1630
+
1631
+ @property --tw-scale-x {
1632
+ syntax: "*";
1633
+ inherits: false;
1634
+ initial-value: 1;
1635
+ }
1636
+
1637
+ @property --tw-scale-y {
1638
+ syntax: "*";
1639
+ inherits: false;
1640
+ initial-value: 1;
1641
+ }
1642
+
1643
+ @property --tw-scale-z {
1644
+ syntax: "*";
1645
+ inherits: false;
1646
+ initial-value: 1;
1647
+ }
1648
+
1649
+ @property --tw-space-y-reverse {
1650
+ syntax: "*";
1651
+ inherits: false;
1652
+ initial-value: 0;
1653
+ }
1654
+
1655
+ @property --tw-space-x-reverse {
1656
+ syntax: "*";
1657
+ inherits: false;
1658
+ initial-value: 0;
1659
+ }
1660
+
1661
+ @property --tw-border-style {
1662
+ syntax: "*";
1663
+ inherits: false;
1664
+ initial-value: solid;
1665
+ }
1666
+
1667
+ @property --tw-leading {
1668
+ syntax: "*";
1669
+ inherits: false
1670
+ }
1671
+
1672
+ @property --tw-font-weight {
1673
+ syntax: "*";
1674
+ inherits: false
1675
+ }
1676
+
1677
+ @property --tw-tracking {
1678
+ syntax: "*";
1679
+ inherits: false
1680
+ }
1681
+
1682
+ @property --tw-shadow {
1683
+ syntax: "*";
1684
+ inherits: false;
1685
+ initial-value: 0 0 #0000;
1686
+ }
1687
+
1688
+ @property --tw-shadow-color {
1689
+ syntax: "*";
1690
+ inherits: false
1691
+ }
1692
+
1693
+ @property --tw-shadow-alpha {
1694
+ syntax: "<percentage>";
1695
+ inherits: false;
1696
+ initial-value: 100%;
1697
+ }
1698
+
1699
+ @property --tw-inset-shadow {
1700
+ syntax: "*";
1701
+ inherits: false;
1702
+ initial-value: 0 0 #0000;
1703
+ }
1704
+
1705
+ @property --tw-inset-shadow-color {
1706
+ syntax: "*";
1707
+ inherits: false
1708
+ }
1709
+
1710
+ @property --tw-inset-shadow-alpha {
1711
+ syntax: "<percentage>";
1712
+ inherits: false;
1713
+ initial-value: 100%;
1714
+ }
1715
+
1716
+ @property --tw-ring-color {
1717
+ syntax: "*";
1718
+ inherits: false
1719
+ }
1720
+
1721
+ @property --tw-ring-shadow {
1722
+ syntax: "*";
1723
+ inherits: false;
1724
+ initial-value: 0 0 #0000;
1725
+ }
1726
+
1727
+ @property --tw-inset-ring-color {
1728
+ syntax: "*";
1729
+ inherits: false
1730
+ }
1731
+
1732
+ @property --tw-inset-ring-shadow {
1733
+ syntax: "*";
1734
+ inherits: false;
1735
+ initial-value: 0 0 #0000;
1736
+ }
1737
+
1738
+ @property --tw-ring-inset {
1739
+ syntax: "*";
1740
+ inherits: false
1741
+ }
1742
+
1743
+ @property --tw-ring-offset-width {
1744
+ syntax: "<length>";
1745
+ inherits: false;
1746
+ initial-value: 0;
1747
+ }
1748
+
1749
+ @property --tw-ring-offset-color {
1750
+ syntax: "*";
1751
+ inherits: false;
1752
+ initial-value: #fff;
1753
+ }
1754
+
1755
+ @property --tw-ring-offset-shadow {
1756
+ syntax: "*";
1757
+ inherits: false;
1758
+ initial-value: 0 0 #0000;
1759
+ }
1760
+
1761
+ @property --tw-outline-style {
1762
+ syntax: "*";
1763
+ inherits: false;
1764
+ initial-value: solid;
1765
+ }
1766
+
1767
+ @property --tw-backdrop-blur {
1768
+ syntax: "*";
1769
+ inherits: false
1770
+ }
1771
+
1772
+ @property --tw-backdrop-brightness {
1773
+ syntax: "*";
1774
+ inherits: false
1775
+ }
1776
+
1777
+ @property --tw-backdrop-contrast {
1778
+ syntax: "*";
1779
+ inherits: false
1780
+ }
1781
+
1782
+ @property --tw-backdrop-grayscale {
1783
+ syntax: "*";
1784
+ inherits: false
1785
+ }
1786
+
1787
+ @property --tw-backdrop-hue-rotate {
1788
+ syntax: "*";
1789
+ inherits: false
1790
+ }
1791
+
1792
+ @property --tw-backdrop-invert {
1793
+ syntax: "*";
1794
+ inherits: false
1795
+ }
1796
+
1797
+ @property --tw-backdrop-opacity {
1798
+ syntax: "*";
1799
+ inherits: false
1800
+ }
1801
+
1802
+ @property --tw-backdrop-saturate {
1803
+ syntax: "*";
1804
+ inherits: false
1805
+ }
1806
+
1807
+ @property --tw-backdrop-sepia {
1808
+ syntax: "*";
1809
+ inherits: false
1810
+ }
1811
+
1812
+ @property --tw-duration {
1813
+ syntax: "*";
1814
+ inherits: false
1815
+ }
1816
+
1817
+ @property --tw-ease {
1818
+ syntax: "*";
1819
+ inherits: false
1820
+ }
1821
+
1822
+ @keyframes spin {
1823
+ to {
1824
+ transform: rotate(360deg);
1825
+ }
1826
+ }