@vite-mf-monorepo/ui 0.0.2

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