react-toolkits 2.24.9 → 2.24.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.css CHANGED
@@ -1,889 +1 @@
1
- /*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
2
- @layer properties;
3
- @layer theme, base, components, utilities;
4
- @layer theme {
5
- :root, :host {
6
- --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
7
- "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
8
- --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
9
- "Courier New", monospace;
10
- --color-blue-50: oklch(97% 0.014 254.604);
11
- --color-blue-500: oklch(62.3% 0.214 259.815);
12
- --color-blue-600: oklch(54.6% 0.245 262.881);
13
- --color-indigo-50: oklch(96.2% 0.018 272.314);
14
- --color-purple-50: oklch(97.7% 0.014 308.299);
15
- --color-gray-50: oklch(98.5% 0.002 247.839);
16
- --color-gray-200: oklch(92.8% 0.006 264.531);
17
- --color-gray-500: oklch(55.1% 0.027 264.364);
18
- --color-gray-600: oklch(44.6% 0.03 256.802);
19
- --color-gray-800: oklch(27.8% 0.033 256.848);
20
- --color-white: #fff;
21
- --spacing: 0.25rem;
22
- --text-sm: 0.875rem;
23
- --text-sm--line-height: calc(1.25 / 0.875);
24
- --text-xl: 1.25rem;
25
- --text-xl--line-height: calc(1.75 / 1.25);
26
- --text-2xl: 1.5rem;
27
- --text-2xl--line-height: calc(2 / 1.5);
28
- --font-weight-medium: 500;
29
- --font-weight-bold: 700;
30
- --leading-tight: 1.25;
31
- --radius-lg: 0.5rem;
32
- --ease-out: cubic-bezier(0, 0, 0.2, 1);
33
- --blur-sm: 8px;
34
- --default-transition-duration: 150ms;
35
- --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
36
- --default-font-family: var(--font-sans);
37
- --default-mono-font-family: var(--font-mono);
38
- }
39
- }
40
- @layer base {
41
- *, ::after, ::before, ::backdrop, ::file-selector-button {
42
- box-sizing: border-box;
43
- margin: 0;
44
- padding: 0;
45
- border: 0 solid;
46
- }
47
- html, :host {
48
- line-height: 1.5;
49
- -webkit-text-size-adjust: 100%;
50
- -moz-tab-size: 4;
51
- -o-tab-size: 4;
52
- tab-size: 4;
53
- 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");
54
- font-feature-settings: var(--default-font-feature-settings, normal);
55
- font-variation-settings: var(--default-font-variation-settings, normal);
56
- -webkit-tap-highlight-color: transparent;
57
- }
58
- hr {
59
- height: 0;
60
- color: inherit;
61
- border-top-width: 1px;
62
- }
63
- abbr:where([title]) {
64
- -webkit-text-decoration: underline dotted;
65
- text-decoration: underline dotted;
66
- }
67
- h1, h2, h3, h4, h5, h6 {
68
- font-size: inherit;
69
- font-weight: inherit;
70
- }
71
- a {
72
- color: inherit;
73
- -webkit-text-decoration: inherit;
74
- text-decoration: inherit;
75
- }
76
- b, strong {
77
- font-weight: bolder;
78
- }
79
- code, kbd, samp, pre {
80
- font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
81
- font-feature-settings: var(--default-mono-font-feature-settings, normal);
82
- font-variation-settings: var(--default-mono-font-variation-settings, normal);
83
- font-size: 1em;
84
- }
85
- small {
86
- font-size: 80%;
87
- }
88
- sub, sup {
89
- font-size: 75%;
90
- line-height: 0;
91
- position: relative;
92
- vertical-align: baseline;
93
- }
94
- sub {
95
- bottom: -0.25em;
96
- }
97
- sup {
98
- top: -0.5em;
99
- }
100
- table {
101
- text-indent: 0;
102
- border-color: inherit;
103
- border-collapse: collapse;
104
- }
105
- :-moz-focusring {
106
- outline: auto;
107
- }
108
- progress {
109
- vertical-align: baseline;
110
- }
111
- summary {
112
- display: list-item;
113
- }
114
- ol, ul, menu {
115
- list-style: none;
116
- }
117
- img, svg, video, canvas, audio, iframe, embed, object {
118
- display: block;
119
- vertical-align: middle;
120
- }
121
- img, video {
122
- max-width: 100%;
123
- height: auto;
124
- }
125
- button, input, select, optgroup, textarea, ::file-selector-button {
126
- font: inherit;
127
- font-feature-settings: inherit;
128
- font-variation-settings: inherit;
129
- letter-spacing: inherit;
130
- color: inherit;
131
- border-radius: 0;
132
- background-color: transparent;
133
- opacity: 1;
134
- }
135
- :where(select:is([multiple], [size])) optgroup {
136
- font-weight: bolder;
137
- }
138
- :where(select:is([multiple], [size])) optgroup option {
139
- padding-inline-start: 20px;
140
- }
141
- ::file-selector-button {
142
- margin-inline-end: 4px;
143
- }
144
- ::-moz-placeholder {
145
- opacity: 1;
146
- }
147
- ::placeholder {
148
- opacity: 1;
149
- }
150
- @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
151
- ::-moz-placeholder {
152
- color: currentcolor;
153
- @supports (color: color-mix(in lab, red, red)) {
154
- color: color-mix(in oklab, currentcolor 50%, transparent);
155
- }
156
- }
157
- ::placeholder {
158
- color: currentcolor;
159
- @supports (color: color-mix(in lab, red, red)) {
160
- color: color-mix(in oklab, currentcolor 50%, transparent);
161
- }
162
- }
163
- }
164
- textarea {
165
- resize: vertical;
166
- }
167
- ::-webkit-search-decoration {
168
- -webkit-appearance: none;
169
- }
170
- ::-webkit-date-and-time-value {
171
- min-height: 1lh;
172
- text-align: inherit;
173
- }
174
- ::-webkit-datetime-edit {
175
- display: inline-flex;
176
- }
177
- ::-webkit-datetime-edit-fields-wrapper {
178
- padding: 0;
179
- }
180
- ::-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 {
181
- padding-block: 0;
182
- }
183
- :-moz-ui-invalid {
184
- box-shadow: none;
185
- }
186
- button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
187
- -webkit-appearance: button;
188
- -moz-appearance: button;
189
- appearance: button;
190
- }
191
- ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
192
- height: auto;
193
- }
194
- [hidden]:where(:not([hidden="until-found"])) {
195
- display: none !important;
196
- }
197
- }
198
- @layer utilities {
199
- .collapse {
200
- visibility: collapse;
201
- }
202
- .absolute {
203
- position: absolute;
204
- }
205
- .fixed {
206
- position: fixed;
207
- }
208
- .relative {
209
- position: relative;
210
- }
211
- .top-1\/2 {
212
- top: calc(1/2 * 100%);
213
- }
214
- .top-6 {
215
- top: calc(var(--spacing) * 6);
216
- }
217
- .top-16 {
218
- top: calc(var(--spacing) * 16);
219
- }
220
- .right-0 {
221
- right: calc(var(--spacing) * 0);
222
- }
223
- .right-16 {
224
- right: calc(var(--spacing) * 16);
225
- }
226
- .left-0 {
227
- left: calc(var(--spacing) * 0);
228
- }
229
- .left-14 {
230
- left: calc(var(--spacing) * 14);
231
- }
232
- .z-10 {
233
- z-index: 10;
234
- }
235
- .container {
236
- width: 100%;
237
- @media (width >= 40rem) {
238
- max-width: 40rem;
239
- }
240
- @media (width >= 48rem) {
241
- max-width: 48rem;
242
- }
243
- @media (width >= 64rem) {
244
- max-width: 64rem;
245
- }
246
- @media (width >= 80rem) {
247
- max-width: 80rem;
248
- }
249
- @media (width >= 96rem) {
250
- max-width: 96rem;
251
- }
252
- }
253
- .mx-4 {
254
- margin-inline: calc(var(--spacing) * 4);
255
- }
256
- .my-12 {
257
- margin-block: calc(var(--spacing) * 12);
258
- }
259
- .mt-2 {
260
- margin-top: calc(var(--spacing) * 2);
261
- }
262
- .mr-6 {
263
- margin-right: calc(var(--spacing) * 6);
264
- }
265
- .mb-0 {
266
- margin-bottom: calc(var(--spacing) * 0);
267
- }
268
- .mb-4 {
269
- margin-bottom: calc(var(--spacing) * 4);
270
- }
271
- .mb-6 {
272
- margin-bottom: calc(var(--spacing) * 6);
273
- }
274
- .mb-12 {
275
- margin-bottom: calc(var(--spacing) * 12);
276
- }
277
- .ml-4 {
278
- margin-left: calc(var(--spacing) * 4);
279
- }
280
- .block {
281
- display: block;
282
- }
283
- .flex {
284
- display: flex;
285
- }
286
- .hidden {
287
- display: none;
288
- }
289
- .inline {
290
- display: inline;
291
- }
292
- .h-10 {
293
- height: calc(var(--spacing) * 10);
294
- }
295
- .h-full {
296
- height: 100%;
297
- }
298
- .h-screen {
299
- height: 100vh;
300
- }
301
- .w-8 {
302
- width: calc(var(--spacing) * 8);
303
- }
304
- .w-10\/12 {
305
- width: calc(10/12 * 100%);
306
- }
307
- .w-\[500px\] {
308
- width: 500px;
309
- }
310
- .w-full {
311
- width: 100%;
312
- }
313
- .w-screen {
314
- width: 100vw;
315
- }
316
- .min-w-0 {
317
- min-width: calc(var(--spacing) * 0);
318
- }
319
- .flex-1 {
320
- flex: 1;
321
- }
322
- .flex-grow-0 {
323
- flex-grow: 0;
324
- }
325
- .-translate-y-1\/2 {
326
- --tw-translate-y: calc(calc(1/2 * 100%) * -1);
327
- translate: var(--tw-translate-x) var(--tw-translate-y);
328
- }
329
- .transform {
330
- transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
331
- }
332
- .flex-col {
333
- flex-direction: column;
334
- }
335
- .flex-row {
336
- flex-direction: row;
337
- }
338
- .items-center {
339
- align-items: center;
340
- }
341
- .justify-between {
342
- justify-content: space-between;
343
- }
344
- .justify-center {
345
- justify-content: center;
346
- }
347
- .gap-4 {
348
- gap: calc(var(--spacing) * 4);
349
- }
350
- .gap-8 {
351
- gap: calc(var(--spacing) * 8);
352
- }
353
- .overflow-hidden {
354
- overflow: hidden;
355
- }
356
- .rounded-lg {
357
- border-radius: var(--radius-lg);
358
- }
359
- .border-t {
360
- border-top-style: var(--tw-border-style);
361
- border-top-width: 1px;
362
- }
363
- .border-l {
364
- border-left-style: var(--tw-border-style);
365
- border-left-width: 1px;
366
- }
367
- .border-gray-200 {
368
- border-color: var(--color-gray-200);
369
- }
370
- .border-gray-200\/50 {
371
- border-color: color-mix(in srgb, oklch(92.8% 0.006 264.531) 50%, transparent);
372
- @supports (color: color-mix(in lab, red, red)) {
373
- border-color: color-mix(in oklab, var(--color-gray-200) 50%, transparent);
374
- }
375
- }
376
- .bg-white\/95 {
377
- background-color: color-mix(in srgb, #fff 95%, transparent);
378
- @supports (color: color-mix(in lab, red, red)) {
379
- background-color: color-mix(in oklab, var(--color-white) 95%, transparent);
380
- }
381
- }
382
- .bg-gradient-to-br {
383
- --tw-gradient-position: to bottom right in oklab;
384
- background-image: linear-gradient(var(--tw-gradient-stops));
385
- }
386
- .bg-gradient-to-r {
387
- --tw-gradient-position: to right in oklab;
388
- background-image: linear-gradient(var(--tw-gradient-stops));
389
- }
390
- .from-blue-50\/30 {
391
- --tw-gradient-from: color-mix(in srgb, oklch(97% 0.014 254.604) 30%, transparent);
392
- @supports (color: color-mix(in lab, red, red)) {
393
- --tw-gradient-from: color-mix(in oklab, var(--color-blue-50) 30%, transparent);
394
- }
395
- --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));
396
- }
397
- .from-gray-800 {
398
- --tw-gradient-from: var(--color-gray-800);
399
- --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));
400
- }
401
- .from-white {
402
- --tw-gradient-from: var(--color-white);
403
- --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));
404
- }
405
- .via-indigo-50\/30 {
406
- --tw-gradient-via: color-mix(in srgb, oklch(96.2% 0.018 272.314) 30%, transparent);
407
- @supports (color: color-mix(in lab, red, red)) {
408
- --tw-gradient-via: color-mix(in oklab, var(--color-indigo-50) 30%, transparent);
409
- }
410
- --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
411
- --tw-gradient-stops: var(--tw-gradient-via-stops);
412
- }
413
- .to-gray-50\/30 {
414
- --tw-gradient-to: color-mix(in srgb, oklch(98.5% 0.002 247.839) 30%, transparent);
415
- @supports (color: color-mix(in lab, red, red)) {
416
- --tw-gradient-to: color-mix(in oklab, var(--color-gray-50) 30%, transparent);
417
- }
418
- --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));
419
- }
420
- .to-gray-600 {
421
- --tw-gradient-to: var(--color-gray-600);
422
- --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));
423
- }
424
- .to-purple-50\/30 {
425
- --tw-gradient-to: color-mix(in srgb, oklch(97.7% 0.014 308.299) 30%, transparent);
426
- @supports (color: color-mix(in lab, red, red)) {
427
- --tw-gradient-to: color-mix(in oklab, var(--color-purple-50) 30%, transparent);
428
- }
429
- --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));
430
- }
431
- .bg-clip-text {
432
- -webkit-background-clip: text;
433
- background-clip: text;
434
- }
435
- .p-1 {
436
- padding: calc(var(--spacing) * 1);
437
- }
438
- .px-3 {
439
- padding-inline: calc(var(--spacing) * 3);
440
- }
441
- .px-6 {
442
- padding-inline: calc(var(--spacing) * 6);
443
- }
444
- .px-36 {
445
- padding-inline: calc(var(--spacing) * 36);
446
- }
447
- .py-2 {
448
- padding-block: calc(var(--spacing) * 2);
449
- }
450
- .text-center {
451
- text-align: center;
452
- }
453
- .text-end {
454
- text-align: end;
455
- }
456
- .text-start {
457
- text-align: start;
458
- }
459
- .text-2xl {
460
- font-size: var(--text-2xl);
461
- line-height: var(--tw-leading, var(--text-2xl--line-height));
462
- }
463
- .text-sm {
464
- font-size: var(--text-sm);
465
- line-height: var(--tw-leading, var(--text-sm--line-height));
466
- }
467
- .text-xl {
468
- font-size: var(--text-xl);
469
- line-height: var(--tw-leading, var(--text-xl--line-height));
470
- }
471
- .leading-tight {
472
- --tw-leading: var(--leading-tight);
473
- line-height: var(--leading-tight);
474
- }
475
- .font-bold {
476
- --tw-font-weight: var(--font-weight-bold);
477
- font-weight: var(--font-weight-bold);
478
- }
479
- .font-medium {
480
- --tw-font-weight: var(--font-weight-medium);
481
- font-weight: var(--font-weight-medium);
482
- }
483
- .text-ellipsis {
484
- text-overflow: ellipsis;
485
- }
486
- .whitespace-nowrap {
487
- white-space: nowrap;
488
- }
489
- .text-gray-500 {
490
- color: var(--color-gray-500);
491
- }
492
- .text-transparent {
493
- color: transparent;
494
- }
495
- .shadow-2xl {
496
- --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
497
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
498
- }
499
- .filter {
500
- 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,);
501
- }
502
- .backdrop-blur-sm {
503
- --tw-backdrop-blur: blur(var(--blur-sm));
504
- -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,);
505
- 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,);
506
- }
507
- .transition {
508
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
509
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
510
- transition-duration: var(--tw-duration, var(--default-transition-duration));
511
- }
512
- .transition-all {
513
- transition-property: all;
514
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
515
- transition-duration: var(--tw-duration, var(--default-transition-duration));
516
- }
517
- .duration-300 {
518
- --tw-duration: 300ms;
519
- transition-duration: 300ms;
520
- }
521
- .ease-out {
522
- --tw-ease: var(--ease-out);
523
- transition-timing-function: var(--ease-out);
524
- }
525
- .hover\:bg-white\/50 {
526
- &:hover {
527
- @media (hover: hover) {
528
- background-color: color-mix(in srgb, #fff 50%, transparent);
529
- @supports (color: color-mix(in lab, red, red)) {
530
- background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
531
- }
532
- }
533
- }
534
- }
535
- .hover\:from-blue-600 {
536
- &:hover {
537
- @media (hover: hover) {
538
- --tw-gradient-from: var(--color-blue-600);
539
- --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));
540
- }
541
- }
542
- }
543
- .hover\:to-blue-500 {
544
- &:hover {
545
- @media (hover: hover) {
546
- --tw-gradient-to: var(--color-blue-500);
547
- --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));
548
- }
549
- }
550
- }
551
- .hover\:text-blue-600 {
552
- &:hover {
553
- @media (hover: hover) {
554
- color: var(--color-blue-600);
555
- }
556
- }
557
- }
558
- .hover\:opacity-80 {
559
- &:hover {
560
- @media (hover: hover) {
561
- opacity: 80%;
562
- }
563
- }
564
- }
565
- .hover\:shadow-sm {
566
- &:hover {
567
- @media (hover: hover) {
568
- --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
569
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
570
- }
571
- }
572
- }
573
- }
574
- @property --tw-translate-x {
575
- syntax: "*";
576
- inherits: false;
577
- initial-value: 0;
578
- }
579
- @property --tw-translate-y {
580
- syntax: "*";
581
- inherits: false;
582
- initial-value: 0;
583
- }
584
- @property --tw-translate-z {
585
- syntax: "*";
586
- inherits: false;
587
- initial-value: 0;
588
- }
589
- @property --tw-rotate-x {
590
- syntax: "*";
591
- inherits: false;
592
- }
593
- @property --tw-rotate-y {
594
- syntax: "*";
595
- inherits: false;
596
- }
597
- @property --tw-rotate-z {
598
- syntax: "*";
599
- inherits: false;
600
- }
601
- @property --tw-skew-x {
602
- syntax: "*";
603
- inherits: false;
604
- }
605
- @property --tw-skew-y {
606
- syntax: "*";
607
- inherits: false;
608
- }
609
- @property --tw-border-style {
610
- syntax: "*";
611
- inherits: false;
612
- initial-value: solid;
613
- }
614
- @property --tw-gradient-position {
615
- syntax: "*";
616
- inherits: false;
617
- }
618
- @property --tw-gradient-from {
619
- syntax: "<color>";
620
- inherits: false;
621
- initial-value: #0000;
622
- }
623
- @property --tw-gradient-via {
624
- syntax: "<color>";
625
- inherits: false;
626
- initial-value: #0000;
627
- }
628
- @property --tw-gradient-to {
629
- syntax: "<color>";
630
- inherits: false;
631
- initial-value: #0000;
632
- }
633
- @property --tw-gradient-stops {
634
- syntax: "*";
635
- inherits: false;
636
- }
637
- @property --tw-gradient-via-stops {
638
- syntax: "*";
639
- inherits: false;
640
- }
641
- @property --tw-gradient-from-position {
642
- syntax: "<length-percentage>";
643
- inherits: false;
644
- initial-value: 0%;
645
- }
646
- @property --tw-gradient-via-position {
647
- syntax: "<length-percentage>";
648
- inherits: false;
649
- initial-value: 50%;
650
- }
651
- @property --tw-gradient-to-position {
652
- syntax: "<length-percentage>";
653
- inherits: false;
654
- initial-value: 100%;
655
- }
656
- @property --tw-leading {
657
- syntax: "*";
658
- inherits: false;
659
- }
660
- @property --tw-font-weight {
661
- syntax: "*";
662
- inherits: false;
663
- }
664
- @property --tw-shadow {
665
- syntax: "*";
666
- inherits: false;
667
- initial-value: 0 0 #0000;
668
- }
669
- @property --tw-shadow-color {
670
- syntax: "*";
671
- inherits: false;
672
- }
673
- @property --tw-shadow-alpha {
674
- syntax: "<percentage>";
675
- inherits: false;
676
- initial-value: 100%;
677
- }
678
- @property --tw-inset-shadow {
679
- syntax: "*";
680
- inherits: false;
681
- initial-value: 0 0 #0000;
682
- }
683
- @property --tw-inset-shadow-color {
684
- syntax: "*";
685
- inherits: false;
686
- }
687
- @property --tw-inset-shadow-alpha {
688
- syntax: "<percentage>";
689
- inherits: false;
690
- initial-value: 100%;
691
- }
692
- @property --tw-ring-color {
693
- syntax: "*";
694
- inherits: false;
695
- }
696
- @property --tw-ring-shadow {
697
- syntax: "*";
698
- inherits: false;
699
- initial-value: 0 0 #0000;
700
- }
701
- @property --tw-inset-ring-color {
702
- syntax: "*";
703
- inherits: false;
704
- }
705
- @property --tw-inset-ring-shadow {
706
- syntax: "*";
707
- inherits: false;
708
- initial-value: 0 0 #0000;
709
- }
710
- @property --tw-ring-inset {
711
- syntax: "*";
712
- inherits: false;
713
- }
714
- @property --tw-ring-offset-width {
715
- syntax: "<length>";
716
- inherits: false;
717
- initial-value: 0px;
718
- }
719
- @property --tw-ring-offset-color {
720
- syntax: "*";
721
- inherits: false;
722
- initial-value: #fff;
723
- }
724
- @property --tw-ring-offset-shadow {
725
- syntax: "*";
726
- inherits: false;
727
- initial-value: 0 0 #0000;
728
- }
729
- @property --tw-blur {
730
- syntax: "*";
731
- inherits: false;
732
- }
733
- @property --tw-brightness {
734
- syntax: "*";
735
- inherits: false;
736
- }
737
- @property --tw-contrast {
738
- syntax: "*";
739
- inherits: false;
740
- }
741
- @property --tw-grayscale {
742
- syntax: "*";
743
- inherits: false;
744
- }
745
- @property --tw-hue-rotate {
746
- syntax: "*";
747
- inherits: false;
748
- }
749
- @property --tw-invert {
750
- syntax: "*";
751
- inherits: false;
752
- }
753
- @property --tw-opacity {
754
- syntax: "*";
755
- inherits: false;
756
- }
757
- @property --tw-saturate {
758
- syntax: "*";
759
- inherits: false;
760
- }
761
- @property --tw-sepia {
762
- syntax: "*";
763
- inherits: false;
764
- }
765
- @property --tw-drop-shadow {
766
- syntax: "*";
767
- inherits: false;
768
- }
769
- @property --tw-drop-shadow-color {
770
- syntax: "*";
771
- inherits: false;
772
- }
773
- @property --tw-drop-shadow-alpha {
774
- syntax: "<percentage>";
775
- inherits: false;
776
- initial-value: 100%;
777
- }
778
- @property --tw-drop-shadow-size {
779
- syntax: "*";
780
- inherits: false;
781
- }
782
- @property --tw-backdrop-blur {
783
- syntax: "*";
784
- inherits: false;
785
- }
786
- @property --tw-backdrop-brightness {
787
- syntax: "*";
788
- inherits: false;
789
- }
790
- @property --tw-backdrop-contrast {
791
- syntax: "*";
792
- inherits: false;
793
- }
794
- @property --tw-backdrop-grayscale {
795
- syntax: "*";
796
- inherits: false;
797
- }
798
- @property --tw-backdrop-hue-rotate {
799
- syntax: "*";
800
- inherits: false;
801
- }
802
- @property --tw-backdrop-invert {
803
- syntax: "*";
804
- inherits: false;
805
- }
806
- @property --tw-backdrop-opacity {
807
- syntax: "*";
808
- inherits: false;
809
- }
810
- @property --tw-backdrop-saturate {
811
- syntax: "*";
812
- inherits: false;
813
- }
814
- @property --tw-backdrop-sepia {
815
- syntax: "*";
816
- inherits: false;
817
- }
818
- @property --tw-duration {
819
- syntax: "*";
820
- inherits: false;
821
- }
822
- @property --tw-ease {
823
- syntax: "*";
824
- inherits: false;
825
- }
826
- @layer properties {
827
- @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
828
- *, ::before, ::after, ::backdrop {
829
- --tw-translate-x: 0;
830
- --tw-translate-y: 0;
831
- --tw-translate-z: 0;
832
- --tw-rotate-x: initial;
833
- --tw-rotate-y: initial;
834
- --tw-rotate-z: initial;
835
- --tw-skew-x: initial;
836
- --tw-skew-y: initial;
837
- --tw-border-style: solid;
838
- --tw-gradient-position: initial;
839
- --tw-gradient-from: #0000;
840
- --tw-gradient-via: #0000;
841
- --tw-gradient-to: #0000;
842
- --tw-gradient-stops: initial;
843
- --tw-gradient-via-stops: initial;
844
- --tw-gradient-from-position: 0%;
845
- --tw-gradient-via-position: 50%;
846
- --tw-gradient-to-position: 100%;
847
- --tw-leading: initial;
848
- --tw-font-weight: initial;
849
- --tw-shadow: 0 0 #0000;
850
- --tw-shadow-color: initial;
851
- --tw-shadow-alpha: 100%;
852
- --tw-inset-shadow: 0 0 #0000;
853
- --tw-inset-shadow-color: initial;
854
- --tw-inset-shadow-alpha: 100%;
855
- --tw-ring-color: initial;
856
- --tw-ring-shadow: 0 0 #0000;
857
- --tw-inset-ring-color: initial;
858
- --tw-inset-ring-shadow: 0 0 #0000;
859
- --tw-ring-inset: initial;
860
- --tw-ring-offset-width: 0px;
861
- --tw-ring-offset-color: #fff;
862
- --tw-ring-offset-shadow: 0 0 #0000;
863
- --tw-blur: initial;
864
- --tw-brightness: initial;
865
- --tw-contrast: initial;
866
- --tw-grayscale: initial;
867
- --tw-hue-rotate: initial;
868
- --tw-invert: initial;
869
- --tw-opacity: initial;
870
- --tw-saturate: initial;
871
- --tw-sepia: initial;
872
- --tw-drop-shadow: initial;
873
- --tw-drop-shadow-color: initial;
874
- --tw-drop-shadow-alpha: 100%;
875
- --tw-drop-shadow-size: initial;
876
- --tw-backdrop-blur: initial;
877
- --tw-backdrop-brightness: initial;
878
- --tw-backdrop-contrast: initial;
879
- --tw-backdrop-grayscale: initial;
880
- --tw-backdrop-hue-rotate: initial;
881
- --tw-backdrop-invert: initial;
882
- --tw-backdrop-opacity: initial;
883
- --tw-backdrop-saturate: initial;
884
- --tw-backdrop-sepia: initial;
885
- --tw-duration: initial;
886
- --tw-ease: initial;
887
- }
888
- }
889
- }
1
+ @layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-inset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial}}}@layer theme{:root{--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-blue-500:oklch(62.3% .214 259.815);--color-blue-600:oklch(54.6% .245 262.881);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-800:oklch(27.8% .033 256.848);--color-white:#fff;--spacing:.25rem;--text-sm:.875rem;--text-sm--line-height:1.42857;--text-xl:1.25rem;--text-xl--line-height:1.4;--text-2xl:1.5rem;--text-2xl--line-height:1.33333;--font-weight-medium:500;--font-weight-bold:700;--leading-tight:1.25;--radius-lg:.5rem;--ease-out:cubic-bezier(0,0,.2,1);--blur-sm:8px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{border:0 solid;box-sizing:border-box;margin:0;padding:0}::file-selector-button{border:0 solid;box-sizing:border-box;margin:0;padding:0}h1,h2{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-size:1em;font-variation-settings:var(--default-mono-font-variation-settings,normal)}small{font-size:80%}table{border-collapse:collapse;border-color:inherit;text-indent:0}menu{list-style:none}img,object,svg{display:block;vertical-align:middle}img{height:auto;max-width:100%}button,select{background-color:#0000;border-radius:0;color:inherit;font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;opacity:1}::file-selector-button{background-color:#0000;border-radius:0;color:inherit;font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;opacity:1}::file-selector-button{margin-inline-end:4px}::-moz-placeholder{opacity:1}::placeholder{opacity:1}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::-moz-placeholder{color:currentColor}::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::-moz-placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}}@layer components;@layer utilities{.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.top-6{top:calc(var(--spacing)*6)}.top-16{top:calc(var(--spacing)*16)}.right-0{right:calc(var(--spacing)*0)}.right-16{right:calc(var(--spacing)*16)}.left-0{left:calc(var(--spacing)*0)}.left-14{left:calc(var(--spacing)*14)}.z-10{z-index:10}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.mx-4{margin-inline:calc(var(--spacing)*4)}.my-12{margin-block:calc(var(--spacing)*12)}.mt-2{margin-top:calc(var(--spacing)*2)}.mr-6{margin-right:calc(var(--spacing)*6)}.mb-0{margin-bottom:calc(var(--spacing)*0)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-12{margin-bottom:calc(var(--spacing)*12)}.ml-4{margin-left:calc(var(--spacing)*4)}.block{display:block}.flex{display:flex}.hidden{display:none}.inline{display:inline}.h-10{height:calc(var(--spacing)*10)}.h-full{height:100%}.h-screen{height:100vh}.w-8{width:calc(var(--spacing)*8)}.w-full{width:100%}.w-screen{width:100vw}.min-w-0{min-width:calc(var(--spacing)*0)}.flex-1{flex:1}.flex-grow-0{flex-grow:0}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-4{gap:calc(var(--spacing)*4)}.gap-8{gap:calc(var(--spacing)*8)}.overflow-hidden{overflow:hidden}.rounded-lg{border-radius:var(--radius-lg)}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-gray-200{border-color:var(--color-gray-200)}.bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab}.bg-gradient-to-br,.bg-gradient-to-r{background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-r{--tw-gradient-position:to right in oklab}.from-gray-800{--tw-gradient-from:var(--color-gray-800);--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))}.from-white{--tw-gradient-from:var(--color-white);--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))}.to-gray-600{--tw-gradient-to:var(--color-gray-600);--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))}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.p-1{padding:calc(var(--spacing)*1)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-36{padding-inline:calc(var(--spacing)*36)}.py-2{padding-block:calc(var(--spacing)*2)}.text-center{text-align:center}.text-end{text-align:end}.text-start{text-align:start}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-bold{font-weight:var(--font-weight-bold)}.font-medium{font-weight:var(--font-weight-medium)}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.text-gray-500{color:var(--color-gray-500)}.text-transparent{color:#0000}.shadow-2xl{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm));-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,);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,)}.transition{transition-duration:var(--tw-duration,var(--default-transition-duration));transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))}.transition-all{transition-duration:var(--tw-duration,var(--default-transition-duration));transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))}.duration-300{--tw-duration:.3s;transition-duration:.3s}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}@media (hover:hover){.hover\:bg-white\/50:hover{background-color:#ffffff80}@supports (color:color-mix(in lab,red,red)){.hover\:bg-white\/50:hover{background-color:color-mix(in oklab,var(--color-white)50%,transparent)}}.hover\:from-blue-600:hover{--tw-gradient-from:var(--color-blue-600);--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))}.hover\:to-blue-500:hover{--tw-gradient-to:var(--color-blue-500);--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))}.hover\:text-blue-600:hover{color:var(--color-blue-600)}.hover\:opacity-80:hover{opacity:.8}.hover\:shadow-sm:hover{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}