react-modular-datepicker 0.0.2-canary.19 → 0.0.2-canary.21

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,1533 @@
1
+ /*! tailwindcss v4.3.0 | 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-red-50: oklch(97.1% 0.013 17.38);
11
+ --color-red-300: oklch(80.8% 0.114 19.571);
12
+ --color-orange-500: oklch(70.5% 0.213 47.604);
13
+ --color-amber-500: oklch(76.9% 0.188 70.08);
14
+ --color-green-100: oklch(96.2% 0.044 156.743);
15
+ --color-green-200: oklch(92.5% 0.084 155.995);
16
+ --color-green-800: oklch(44.8% 0.119 151.328);
17
+ --color-emerald-50: oklch(97.9% 0.021 166.113);
18
+ --color-emerald-200: oklch(90.5% 0.093 164.15);
19
+ --color-emerald-500: oklch(69.6% 0.17 162.48);
20
+ --color-emerald-600: oklch(59.6% 0.145 163.225);
21
+ --color-emerald-700: oklch(50.8% 0.118 165.612);
22
+ --color-cyan-500: oklch(71.5% 0.143 215.221);
23
+ --color-blue-50: oklch(97% 0.014 254.604);
24
+ --color-blue-100: oklch(93.2% 0.032 255.585);
25
+ --color-blue-400: oklch(70.7% 0.165 254.624);
26
+ --color-blue-500: oklch(62.3% 0.214 259.815);
27
+ --color-blue-600: oklch(54.6% 0.245 262.881);
28
+ --color-blue-700: oklch(48.8% 0.243 264.376);
29
+ --color-blue-800: oklch(42.4% 0.199 265.638);
30
+ --color-indigo-400: oklch(67.3% 0.182 276.935);
31
+ --color-indigo-900: oklch(35.9% 0.144 278.697);
32
+ --color-purple-500: oklch(62.7% 0.265 303.9);
33
+ --color-pink-500: oklch(65.6% 0.241 354.308);
34
+ --color-rose-500: oklch(64.5% 0.246 16.439);
35
+ --color-slate-50: oklch(98.4% 0.003 247.858);
36
+ --color-slate-100: oklch(96.8% 0.007 247.896);
37
+ --color-slate-200: oklch(92.9% 0.013 255.508);
38
+ --color-slate-300: oklch(86.9% 0.022 252.894);
39
+ --color-slate-400: oklch(70.4% 0.04 256.788);
40
+ --color-slate-500: oklch(55.4% 0.046 257.417);
41
+ --color-slate-600: oklch(44.6% 0.043 257.281);
42
+ --color-slate-700: oklch(37.2% 0.044 257.287);
43
+ --color-slate-800: oklch(27.9% 0.041 260.031);
44
+ --color-slate-900: oklch(20.8% 0.042 265.755);
45
+ --color-gray-50: oklch(98.5% 0.002 247.839);
46
+ --color-gray-100: oklch(96.7% 0.003 264.542);
47
+ --color-gray-200: oklch(92.8% 0.006 264.531);
48
+ --color-gray-300: oklch(87.2% 0.01 258.338);
49
+ --color-gray-400: oklch(70.7% 0.022 261.325);
50
+ --color-gray-500: oklch(55.1% 0.027 264.364);
51
+ --color-gray-600: oklch(44.6% 0.03 256.802);
52
+ --color-gray-700: oklch(37.3% 0.034 259.733);
53
+ --color-gray-800: oklch(27.8% 0.033 256.848);
54
+ --color-gray-900: oklch(21% 0.034 264.665);
55
+ --color-black: #000;
56
+ --color-white: #fff;
57
+ --spacing: 0.25rem;
58
+ --container-md: 28rem;
59
+ --container-6xl: 72rem;
60
+ --text-xs: 0.75rem;
61
+ --text-xs--line-height: calc(1 / 0.75);
62
+ --text-sm: 0.875rem;
63
+ --text-sm--line-height: calc(1.25 / 0.875);
64
+ --text-lg: 1.125rem;
65
+ --text-lg--line-height: calc(1.75 / 1.125);
66
+ --text-2xl: 1.5rem;
67
+ --text-2xl--line-height: calc(2 / 1.5);
68
+ --text-3xl: 1.875rem;
69
+ --text-3xl--line-height: calc(2.25 / 1.875);
70
+ --font-weight-medium: 500;
71
+ --font-weight-semibold: 600;
72
+ --font-weight-bold: 700;
73
+ --font-weight-extrabold: 800;
74
+ --tracking-tighter: -0.05em;
75
+ --tracking-wider: 0.05em;
76
+ --tracking-widest: 0.1em;
77
+ --radius-md: 0.375rem;
78
+ --radius-lg: 0.5rem;
79
+ --radius-xl: 0.75rem;
80
+ --radius-2xl: 1rem;
81
+ --radius-3xl: 1.5rem;
82
+ --animate-spin: spin 1s linear infinite;
83
+ --default-transition-duration: 150ms;
84
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
85
+ --default-font-family: var(--font-sans);
86
+ --default-mono-font-family: var(--font-mono);
87
+ --color-brand-gold: #c5a059;
88
+ --color-brand-gray-light: #b5bec6;
89
+ --color-brand-text: #343a40;
90
+ }
91
+ }
92
+ @layer base {
93
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
94
+ box-sizing: border-box;
95
+ margin: 0;
96
+ padding: 0;
97
+ border: 0 solid;
98
+ }
99
+ html, :host {
100
+ line-height: 1.5;
101
+ -webkit-text-size-adjust: 100%;
102
+ tab-size: 4;
103
+ 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");
104
+ font-feature-settings: var(--default-font-feature-settings, normal);
105
+ font-variation-settings: var(--default-font-variation-settings, normal);
106
+ -webkit-tap-highlight-color: transparent;
107
+ }
108
+ hr {
109
+ height: 0;
110
+ color: inherit;
111
+ border-top-width: 1px;
112
+ }
113
+ abbr:where([title]) {
114
+ -webkit-text-decoration: underline dotted;
115
+ text-decoration: underline dotted;
116
+ }
117
+ h1, h2, h3, h4, h5, h6 {
118
+ font-size: inherit;
119
+ font-weight: inherit;
120
+ }
121
+ a {
122
+ color: inherit;
123
+ -webkit-text-decoration: inherit;
124
+ text-decoration: inherit;
125
+ }
126
+ b, strong {
127
+ font-weight: bolder;
128
+ }
129
+ code, kbd, samp, pre {
130
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
131
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
132
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
133
+ font-size: 1em;
134
+ }
135
+ small {
136
+ font-size: 80%;
137
+ }
138
+ sub, sup {
139
+ font-size: 75%;
140
+ line-height: 0;
141
+ position: relative;
142
+ vertical-align: baseline;
143
+ }
144
+ sub {
145
+ bottom: -0.25em;
146
+ }
147
+ sup {
148
+ top: -0.5em;
149
+ }
150
+ table {
151
+ text-indent: 0;
152
+ border-color: inherit;
153
+ border-collapse: collapse;
154
+ }
155
+ :-moz-focusring {
156
+ outline: auto;
157
+ }
158
+ progress {
159
+ vertical-align: baseline;
160
+ }
161
+ summary {
162
+ display: list-item;
163
+ }
164
+ ol, ul, menu {
165
+ list-style: none;
166
+ }
167
+ img, svg, video, canvas, audio, iframe, embed, object {
168
+ display: block;
169
+ vertical-align: middle;
170
+ }
171
+ img, video {
172
+ max-width: 100%;
173
+ height: auto;
174
+ }
175
+ button, input, select, optgroup, textarea, ::file-selector-button {
176
+ font: inherit;
177
+ font-feature-settings: inherit;
178
+ font-variation-settings: inherit;
179
+ letter-spacing: inherit;
180
+ color: inherit;
181
+ border-radius: 0;
182
+ background-color: transparent;
183
+ opacity: 1;
184
+ }
185
+ :where(select:is([multiple], [size])) optgroup {
186
+ font-weight: bolder;
187
+ }
188
+ :where(select:is([multiple], [size])) optgroup option {
189
+ padding-inline-start: 20px;
190
+ }
191
+ ::file-selector-button {
192
+ margin-inline-end: 4px;
193
+ }
194
+ ::placeholder {
195
+ opacity: 1;
196
+ }
197
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
198
+ ::placeholder {
199
+ color: currentcolor;
200
+ @supports (color: color-mix(in lab, red, red)) {
201
+ color: color-mix(in oklab, currentcolor 50%, transparent);
202
+ }
203
+ }
204
+ }
205
+ textarea {
206
+ resize: vertical;
207
+ }
208
+ ::-webkit-search-decoration {
209
+ -webkit-appearance: none;
210
+ }
211
+ ::-webkit-date-and-time-value {
212
+ min-height: 1lh;
213
+ text-align: inherit;
214
+ }
215
+ ::-webkit-datetime-edit {
216
+ display: inline-flex;
217
+ }
218
+ ::-webkit-datetime-edit-fields-wrapper {
219
+ padding: 0;
220
+ }
221
+ ::-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 {
222
+ padding-block: 0;
223
+ }
224
+ ::-webkit-calendar-picker-indicator {
225
+ line-height: 1;
226
+ }
227
+ :-moz-ui-invalid {
228
+ box-shadow: none;
229
+ }
230
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
231
+ appearance: button;
232
+ }
233
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
234
+ height: auto;
235
+ }
236
+ [hidden]:where(:not([hidden="until-found"])) {
237
+ display: none !important;
238
+ }
239
+ }
240
+ @layer utilities {
241
+ .pointer-events-none {
242
+ pointer-events: none;
243
+ }
244
+ .invisible {
245
+ visibility: hidden;
246
+ }
247
+ .visible {
248
+ visibility: visible;
249
+ }
250
+ .absolute {
251
+ position: absolute;
252
+ }
253
+ .relative {
254
+ position: relative;
255
+ }
256
+ .inset-0 {
257
+ inset: calc(var(--spacing) * 0);
258
+ }
259
+ .top-1\/2 {
260
+ top: calc(1 / 2 * 100%);
261
+ }
262
+ .top-full {
263
+ top: 100%;
264
+ }
265
+ .right-3 {
266
+ right: calc(var(--spacing) * 3);
267
+ }
268
+ .bottom-full {
269
+ bottom: 100%;
270
+ }
271
+ .left-0 {
272
+ left: calc(var(--spacing) * 0);
273
+ }
274
+ .left-1\/2 {
275
+ left: calc(1 / 2 * 100%);
276
+ }
277
+ .isolate {
278
+ isolation: isolate;
279
+ }
280
+ .z-10 {
281
+ z-index: 10;
282
+ }
283
+ .z-50 {
284
+ z-index: 50;
285
+ }
286
+ .mx-auto {
287
+ margin-inline: auto;
288
+ }
289
+ .mt-2 {
290
+ margin-top: calc(var(--spacing) * 2);
291
+ }
292
+ .mt-4 {
293
+ margin-top: calc(var(--spacing) * 4);
294
+ }
295
+ .mt-6 {
296
+ margin-top: calc(var(--spacing) * 6);
297
+ }
298
+ .mb-1 {
299
+ margin-bottom: calc(var(--spacing) * 1);
300
+ }
301
+ .mb-2 {
302
+ margin-bottom: calc(var(--spacing) * 2);
303
+ }
304
+ .mb-4 {
305
+ margin-bottom: calc(var(--spacing) * 4);
306
+ }
307
+ .mb-6 {
308
+ margin-bottom: calc(var(--spacing) * 6);
309
+ }
310
+ .mb-8 {
311
+ margin-bottom: calc(var(--spacing) * 8);
312
+ }
313
+ .block {
314
+ display: block;
315
+ }
316
+ .contents {
317
+ display: contents;
318
+ }
319
+ .flex {
320
+ display: flex;
321
+ }
322
+ .grid {
323
+ display: grid;
324
+ }
325
+ .hidden {
326
+ display: none;
327
+ }
328
+ .inline-block {
329
+ display: inline-block;
330
+ }
331
+ .aspect-square {
332
+ aspect-ratio: 1 / 1;
333
+ }
334
+ .h-5 {
335
+ height: calc(var(--spacing) * 5);
336
+ }
337
+ .h-7 {
338
+ height: calc(var(--spacing) * 7);
339
+ }
340
+ .h-8 {
341
+ height: calc(var(--spacing) * 8);
342
+ }
343
+ .h-10 {
344
+ height: calc(var(--spacing) * 10);
345
+ }
346
+ .h-full {
347
+ height: 100%;
348
+ }
349
+ .max-h-\[300px\] {
350
+ max-height: 300px;
351
+ }
352
+ .min-h-\[120px\] {
353
+ min-height: 120px;
354
+ }
355
+ .min-h-\[260px\] {
356
+ min-height: 260px;
357
+ }
358
+ .min-h-screen {
359
+ min-height: 100vh;
360
+ }
361
+ .w-5 {
362
+ width: calc(var(--spacing) * 5);
363
+ }
364
+ .w-7 {
365
+ width: calc(var(--spacing) * 7);
366
+ }
367
+ .w-8 {
368
+ width: calc(var(--spacing) * 8);
369
+ }
370
+ .w-10 {
371
+ width: calc(var(--spacing) * 10);
372
+ }
373
+ .w-fit {
374
+ width: fit-content;
375
+ }
376
+ .w-full {
377
+ width: 100%;
378
+ }
379
+ .max-w-6xl {
380
+ max-width: var(--container-6xl);
381
+ }
382
+ .max-w-\[1000px\] {
383
+ max-width: 1000px;
384
+ }
385
+ .max-w-md {
386
+ max-width: var(--container-md);
387
+ }
388
+ .min-w-\[200px\] {
389
+ min-width: 200px;
390
+ }
391
+ .min-w-\[280px\] {
392
+ min-width: 280px;
393
+ }
394
+ .flex-1 {
395
+ flex: 1;
396
+ }
397
+ .origin-top-left {
398
+ transform-origin: 0 0;
399
+ }
400
+ .-translate-x-1\/2 {
401
+ --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
402
+ translate: var(--tw-translate-x) var(--tw-translate-y);
403
+ }
404
+ .-translate-y-1\/2 {
405
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
406
+ translate: var(--tw-translate-x) var(--tw-translate-y);
407
+ }
408
+ .scale-95 {
409
+ --tw-scale-x: 95%;
410
+ --tw-scale-y: 95%;
411
+ --tw-scale-z: 95%;
412
+ scale: var(--tw-scale-x) var(--tw-scale-y);
413
+ }
414
+ .scale-110 {
415
+ --tw-scale-x: 110%;
416
+ --tw-scale-y: 110%;
417
+ --tw-scale-z: 110%;
418
+ scale: var(--tw-scale-x) var(--tw-scale-y);
419
+ }
420
+ .transform {
421
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
422
+ }
423
+ .animate-spin {
424
+ animation: var(--animate-spin);
425
+ }
426
+ .cursor-not-allowed {
427
+ cursor: not-allowed;
428
+ }
429
+ .cursor-pointer {
430
+ cursor: pointer;
431
+ }
432
+ .grid-cols-1 {
433
+ grid-template-columns: repeat(1, minmax(0, 1fr));
434
+ }
435
+ .grid-cols-3 {
436
+ grid-template-columns: repeat(3, minmax(0, 1fr));
437
+ }
438
+ .grid-cols-7 {
439
+ grid-template-columns: repeat(7, minmax(0, 1fr));
440
+ }
441
+ .flex-col {
442
+ flex-direction: column;
443
+ }
444
+ .items-center {
445
+ align-items: center;
446
+ }
447
+ .items-start {
448
+ align-items: flex-start;
449
+ }
450
+ .justify-between {
451
+ justify-content: space-between;
452
+ }
453
+ .justify-center {
454
+ justify-content: center;
455
+ }
456
+ .gap-1 {
457
+ gap: calc(var(--spacing) * 1);
458
+ }
459
+ .gap-2 {
460
+ gap: calc(var(--spacing) * 2);
461
+ }
462
+ .gap-4 {
463
+ gap: calc(var(--spacing) * 4);
464
+ }
465
+ .gap-6 {
466
+ gap: calc(var(--spacing) * 6);
467
+ }
468
+ .gap-8 {
469
+ gap: calc(var(--spacing) * 8);
470
+ }
471
+ .gap-12 {
472
+ gap: calc(var(--spacing) * 12);
473
+ }
474
+ .gap-px {
475
+ gap: 1px;
476
+ }
477
+ .space-y-1 {
478
+ :where(& > :not(:last-child)) {
479
+ --tw-space-y-reverse: 0;
480
+ margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
481
+ margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
482
+ }
483
+ }
484
+ .space-y-6 {
485
+ :where(& > :not(:last-child)) {
486
+ --tw-space-y-reverse: 0;
487
+ margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
488
+ margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
489
+ }
490
+ }
491
+ .truncate {
492
+ overflow: hidden;
493
+ text-overflow: ellipsis;
494
+ white-space: nowrap;
495
+ }
496
+ .overflow-hidden {
497
+ overflow: hidden;
498
+ }
499
+ .overflow-x-auto {
500
+ overflow-x: auto;
501
+ }
502
+ .overflow-y-auto {
503
+ overflow-y: auto;
504
+ }
505
+ .rounded {
506
+ border-radius: 0.25rem;
507
+ }
508
+ .rounded-2xl {
509
+ border-radius: var(--radius-2xl);
510
+ }
511
+ .rounded-3xl {
512
+ border-radius: var(--radius-3xl);
513
+ }
514
+ .rounded-full {
515
+ border-radius: calc(infinity * 1px);
516
+ }
517
+ .rounded-lg {
518
+ border-radius: var(--radius-lg);
519
+ }
520
+ .rounded-md {
521
+ border-radius: var(--radius-md);
522
+ }
523
+ .rounded-xl {
524
+ border-radius: var(--radius-xl);
525
+ }
526
+ .rounded-t-lg {
527
+ border-top-left-radius: var(--radius-lg);
528
+ border-top-right-radius: var(--radius-lg);
529
+ }
530
+ .rounded-l-full {
531
+ border-top-left-radius: calc(infinity * 1px);
532
+ border-bottom-left-radius: calc(infinity * 1px);
533
+ }
534
+ .rounded-l-none {
535
+ border-top-left-radius: 0;
536
+ border-bottom-left-radius: 0;
537
+ }
538
+ .rounded-r-full {
539
+ border-top-right-radius: calc(infinity * 1px);
540
+ border-bottom-right-radius: calc(infinity * 1px);
541
+ }
542
+ .rounded-r-none {
543
+ border-top-right-radius: 0;
544
+ border-bottom-right-radius: 0;
545
+ }
546
+ .rounded-b-lg {
547
+ border-bottom-right-radius: var(--radius-lg);
548
+ border-bottom-left-radius: var(--radius-lg);
549
+ }
550
+ .border {
551
+ border-style: var(--tw-border-style);
552
+ border-width: 1px;
553
+ }
554
+ .border-8 {
555
+ border-style: var(--tw-border-style);
556
+ border-width: 8px;
557
+ }
558
+ .border-t {
559
+ border-top-style: var(--tw-border-style);
560
+ border-top-width: 1px;
561
+ }
562
+ .border-r {
563
+ border-right-style: var(--tw-border-style);
564
+ border-right-width: 1px;
565
+ }
566
+ .border-b {
567
+ border-bottom-style: var(--tw-border-style);
568
+ border-bottom-width: 1px;
569
+ }
570
+ .border-b-2 {
571
+ border-bottom-style: var(--tw-border-style);
572
+ border-bottom-width: 2px;
573
+ }
574
+ .border-l {
575
+ border-left-style: var(--tw-border-style);
576
+ border-left-width: 1px;
577
+ }
578
+ .border-brand-gold {
579
+ border-color: var(--color-brand-gold);
580
+ }
581
+ .border-brand-gray-light\/40 {
582
+ border-color: color-mix(in srgb, #b5bec6 40%, transparent);
583
+ @supports (color: color-mix(in lab, red, red)) {
584
+ border-color: color-mix(in oklab, var(--color-brand-gray-light) 40%, transparent);
585
+ }
586
+ }
587
+ .border-gray-100 {
588
+ border-color: var(--color-gray-100);
589
+ }
590
+ .border-gray-200 {
591
+ border-color: var(--color-gray-200);
592
+ }
593
+ .border-gray-300 {
594
+ border-color: var(--color-gray-300);
595
+ }
596
+ .border-pink-500 {
597
+ border-color: var(--color-pink-500);
598
+ }
599
+ .border-slate-100 {
600
+ border-color: var(--color-slate-100);
601
+ }
602
+ .border-slate-800 {
603
+ border-color: var(--color-slate-800);
604
+ }
605
+ .border-transparent {
606
+ border-color: transparent;
607
+ }
608
+ .border-t-gray-800 {
609
+ border-top-color: var(--color-gray-800);
610
+ }
611
+ .bg-amber-500 {
612
+ background-color: var(--color-amber-500);
613
+ }
614
+ .bg-black {
615
+ background-color: var(--color-black);
616
+ }
617
+ .bg-blue-50\/30 {
618
+ background-color: color-mix(in srgb, oklch(97% 0.014 254.604) 30%, transparent);
619
+ @supports (color: color-mix(in lab, red, red)) {
620
+ background-color: color-mix(in oklab, var(--color-blue-50) 30%, transparent);
621
+ }
622
+ }
623
+ .bg-blue-100 {
624
+ background-color: var(--color-blue-100);
625
+ }
626
+ .bg-blue-500 {
627
+ background-color: var(--color-blue-500);
628
+ }
629
+ .bg-blue-600 {
630
+ background-color: var(--color-blue-600);
631
+ }
632
+ .bg-brand-gold {
633
+ background-color: var(--color-brand-gold);
634
+ }
635
+ .bg-brand-gray-light {
636
+ background-color: var(--color-brand-gray-light);
637
+ }
638
+ .bg-brand-gray-light\/20 {
639
+ background-color: color-mix(in srgb, #b5bec6 20%, transparent);
640
+ @supports (color: color-mix(in lab, red, red)) {
641
+ background-color: color-mix(in oklab, var(--color-brand-gray-light) 20%, transparent);
642
+ }
643
+ }
644
+ .bg-cyan-500 {
645
+ background-color: var(--color-cyan-500);
646
+ }
647
+ .bg-emerald-500 {
648
+ background-color: var(--color-emerald-500);
649
+ }
650
+ .bg-emerald-600 {
651
+ background-color: var(--color-emerald-600);
652
+ }
653
+ .bg-gray-50 {
654
+ background-color: var(--color-gray-50);
655
+ }
656
+ .bg-gray-50\/20 {
657
+ background-color: color-mix(in srgb, oklch(98.5% 0.002 247.839) 20%, transparent);
658
+ @supports (color: color-mix(in lab, red, red)) {
659
+ background-color: color-mix(in oklab, var(--color-gray-50) 20%, transparent);
660
+ }
661
+ }
662
+ .bg-gray-50\/40 {
663
+ background-color: color-mix(in srgb, oklch(98.5% 0.002 247.839) 40%, transparent);
664
+ @supports (color: color-mix(in lab, red, red)) {
665
+ background-color: color-mix(in oklab, var(--color-gray-50) 40%, transparent);
666
+ }
667
+ }
668
+ .bg-gray-50\/50 {
669
+ background-color: color-mix(in srgb, oklch(98.5% 0.002 247.839) 50%, transparent);
670
+ @supports (color: color-mix(in lab, red, red)) {
671
+ background-color: color-mix(in oklab, var(--color-gray-50) 50%, transparent);
672
+ }
673
+ }
674
+ .bg-gray-100 {
675
+ background-color: var(--color-gray-100);
676
+ }
677
+ .bg-gray-800 {
678
+ background-color: var(--color-gray-800);
679
+ }
680
+ .bg-green-100 {
681
+ background-color: var(--color-green-100);
682
+ }
683
+ .bg-indigo-400 {
684
+ background-color: var(--color-indigo-400);
685
+ }
686
+ .bg-indigo-900 {
687
+ background-color: var(--color-indigo-900);
688
+ }
689
+ .bg-orange-500 {
690
+ background-color: var(--color-orange-500);
691
+ }
692
+ .bg-pink-500 {
693
+ background-color: var(--color-pink-500);
694
+ }
695
+ .bg-purple-500 {
696
+ background-color: var(--color-purple-500);
697
+ }
698
+ .bg-red-50 {
699
+ background-color: var(--color-red-50);
700
+ }
701
+ .bg-rose-500 {
702
+ background-color: var(--color-rose-500);
703
+ }
704
+ .bg-slate-900 {
705
+ background-color: var(--color-slate-900);
706
+ }
707
+ .bg-white {
708
+ background-color: var(--color-white);
709
+ }
710
+ .bg-white\/60 {
711
+ background-color: color-mix(in srgb, #fff 60%, transparent);
712
+ @supports (color: color-mix(in lab, red, red)) {
713
+ background-color: color-mix(in oklab, var(--color-white) 60%, transparent);
714
+ }
715
+ }
716
+ .p-2 {
717
+ padding: calc(var(--spacing) * 2);
718
+ }
719
+ .p-2\.5 {
720
+ padding: calc(var(--spacing) * 2.5);
721
+ }
722
+ .p-4 {
723
+ padding: calc(var(--spacing) * 4);
724
+ }
725
+ .p-6 {
726
+ padding: calc(var(--spacing) * 6);
727
+ }
728
+ .p-8 {
729
+ padding: calc(var(--spacing) * 8);
730
+ }
731
+ .p-px {
732
+ padding: 1px;
733
+ }
734
+ .px-1\.5 {
735
+ padding-inline: calc(var(--spacing) * 1.5);
736
+ }
737
+ .px-2 {
738
+ padding-inline: calc(var(--spacing) * 2);
739
+ }
740
+ .px-3 {
741
+ padding-inline: calc(var(--spacing) * 3);
742
+ }
743
+ .px-4 {
744
+ padding-inline: calc(var(--spacing) * 4);
745
+ }
746
+ .py-1 {
747
+ padding-block: calc(var(--spacing) * 1);
748
+ }
749
+ .py-1\.5 {
750
+ padding-block: calc(var(--spacing) * 1.5);
751
+ }
752
+ .py-2 {
753
+ padding-block: calc(var(--spacing) * 2);
754
+ }
755
+ .py-2\.5 {
756
+ padding-block: calc(var(--spacing) * 2.5);
757
+ }
758
+ .py-3 {
759
+ padding-block: calc(var(--spacing) * 3);
760
+ }
761
+ .py-4 {
762
+ padding-block: calc(var(--spacing) * 4);
763
+ }
764
+ .pr-2 {
765
+ padding-right: calc(var(--spacing) * 2);
766
+ }
767
+ .pb-2 {
768
+ padding-bottom: calc(var(--spacing) * 2);
769
+ }
770
+ .pb-4 {
771
+ padding-bottom: calc(var(--spacing) * 4);
772
+ }
773
+ .text-center {
774
+ text-align: center;
775
+ }
776
+ .text-2xl {
777
+ font-size: var(--text-2xl);
778
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
779
+ }
780
+ .text-3xl {
781
+ font-size: var(--text-3xl);
782
+ line-height: var(--tw-leading, var(--text-3xl--line-height));
783
+ }
784
+ .text-lg {
785
+ font-size: var(--text-lg);
786
+ line-height: var(--tw-leading, var(--text-lg--line-height));
787
+ }
788
+ .text-sm {
789
+ font-size: var(--text-sm);
790
+ line-height: var(--tw-leading, var(--text-sm--line-height));
791
+ }
792
+ .text-xs {
793
+ font-size: var(--text-xs);
794
+ line-height: var(--tw-leading, var(--text-xs--line-height));
795
+ }
796
+ .text-\[10px\] {
797
+ font-size: 10px;
798
+ }
799
+ .text-\[11px\] {
800
+ font-size: 11px;
801
+ }
802
+ .font-bold {
803
+ --tw-font-weight: var(--font-weight-bold);
804
+ font-weight: var(--font-weight-bold);
805
+ }
806
+ .font-extrabold {
807
+ --tw-font-weight: var(--font-weight-extrabold);
808
+ font-weight: var(--font-weight-extrabold);
809
+ }
810
+ .font-medium {
811
+ --tw-font-weight: var(--font-weight-medium);
812
+ font-weight: var(--font-weight-medium);
813
+ }
814
+ .font-semibold {
815
+ --tw-font-weight: var(--font-weight-semibold);
816
+ font-weight: var(--font-weight-semibold);
817
+ }
818
+ .tracking-tighter {
819
+ --tw-tracking: var(--tracking-tighter);
820
+ letter-spacing: var(--tracking-tighter);
821
+ }
822
+ .tracking-wider {
823
+ --tw-tracking: var(--tracking-wider);
824
+ letter-spacing: var(--tracking-wider);
825
+ }
826
+ .tracking-widest {
827
+ --tw-tracking: var(--tracking-widest);
828
+ letter-spacing: var(--tracking-widest);
829
+ }
830
+ .whitespace-nowrap {
831
+ white-space: nowrap;
832
+ }
833
+ .text-blue-400 {
834
+ color: var(--color-blue-400);
835
+ }
836
+ .text-blue-600 {
837
+ color: var(--color-blue-600);
838
+ }
839
+ .text-blue-700 {
840
+ color: var(--color-blue-700);
841
+ }
842
+ .text-blue-800 {
843
+ color: var(--color-blue-800);
844
+ }
845
+ .text-brand-gold {
846
+ color: var(--color-brand-gold);
847
+ }
848
+ .text-brand-text {
849
+ color: var(--color-brand-text);
850
+ }
851
+ .text-emerald-600 {
852
+ color: var(--color-emerald-600);
853
+ }
854
+ .text-gray-300 {
855
+ color: var(--color-gray-300);
856
+ }
857
+ .text-gray-400 {
858
+ color: var(--color-gray-400);
859
+ }
860
+ .text-gray-500 {
861
+ color: var(--color-gray-500);
862
+ }
863
+ .text-gray-600 {
864
+ color: var(--color-gray-600);
865
+ }
866
+ .text-gray-700 {
867
+ color: var(--color-gray-700);
868
+ }
869
+ .text-gray-800 {
870
+ color: var(--color-gray-800);
871
+ }
872
+ .text-gray-900 {
873
+ color: var(--color-gray-900);
874
+ }
875
+ .text-green-800 {
876
+ color: var(--color-green-800);
877
+ }
878
+ .text-pink-500 {
879
+ color: var(--color-pink-500);
880
+ }
881
+ .text-red-300 {
882
+ color: var(--color-red-300);
883
+ }
884
+ .text-slate-100 {
885
+ color: var(--color-slate-100);
886
+ }
887
+ .text-slate-300 {
888
+ color: var(--color-slate-300);
889
+ }
890
+ .text-slate-400 {
891
+ color: var(--color-slate-400);
892
+ }
893
+ .text-slate-500 {
894
+ color: var(--color-slate-500);
895
+ }
896
+ .text-slate-600 {
897
+ color: var(--color-slate-600);
898
+ }
899
+ .text-slate-700 {
900
+ color: var(--color-slate-700);
901
+ }
902
+ .text-slate-800 {
903
+ color: var(--color-slate-800);
904
+ }
905
+ .text-slate-900 {
906
+ color: var(--color-slate-900);
907
+ }
908
+ .text-white {
909
+ color: var(--color-white);
910
+ }
911
+ .uppercase {
912
+ text-transform: uppercase;
913
+ }
914
+ .italic {
915
+ font-style: italic;
916
+ }
917
+ .line-through {
918
+ text-decoration-line: line-through;
919
+ }
920
+ .underline {
921
+ text-decoration-line: underline;
922
+ }
923
+ .decoration-2 {
924
+ text-decoration-thickness: 2px;
925
+ }
926
+ .underline-offset-4 {
927
+ text-underline-offset: 4px;
928
+ }
929
+ .antialiased {
930
+ -webkit-font-smoothing: antialiased;
931
+ -moz-osx-font-smoothing: grayscale;
932
+ }
933
+ .opacity-0 {
934
+ opacity: 0%;
935
+ }
936
+ .shadow {
937
+ --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));
938
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
939
+ }
940
+ .shadow-2xl {
941
+ --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
942
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
943
+ }
944
+ .shadow-lg {
945
+ --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));
946
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
947
+ }
948
+ .shadow-md {
949
+ --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));
950
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
951
+ }
952
+ .shadow-sm {
953
+ --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));
954
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
955
+ }
956
+ .shadow-xl {
957
+ --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
958
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
959
+ }
960
+ .ring-1 {
961
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
962
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
963
+ }
964
+ .shadow-blue-500\/40 {
965
+ --tw-shadow-color: color-mix(in srgb, oklch(62.3% 0.214 259.815) 40%, transparent);
966
+ @supports (color: color-mix(in lab, red, red)) {
967
+ --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-blue-500) 40%, transparent) var(--tw-shadow-alpha), transparent);
968
+ }
969
+ }
970
+ .shadow-emerald-200 {
971
+ --tw-shadow-color: oklch(90.5% 0.093 164.15);
972
+ @supports (color: color-mix(in lab, red, red)) {
973
+ --tw-shadow-color: color-mix(in oklab, var(--color-emerald-200) var(--tw-shadow-alpha), transparent);
974
+ }
975
+ }
976
+ .shadow-slate-200\/50 {
977
+ --tw-shadow-color: color-mix(in srgb, oklch(92.9% 0.013 255.508) 50%, transparent);
978
+ @supports (color: color-mix(in lab, red, red)) {
979
+ --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-slate-200) 50%, transparent) var(--tw-shadow-alpha), transparent);
980
+ }
981
+ }
982
+ .ring-blue-400 {
983
+ --tw-ring-color: var(--color-blue-400);
984
+ }
985
+ .backdrop-blur-\[1px\] {
986
+ --tw-backdrop-blur: blur(1px);
987
+ -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,);
988
+ 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,);
989
+ }
990
+ .transition-all {
991
+ transition-property: all;
992
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
993
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
994
+ }
995
+ .transition-colors {
996
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
997
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
998
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
999
+ }
1000
+ .duration-200 {
1001
+ --tw-duration: 200ms;
1002
+ transition-duration: 200ms;
1003
+ }
1004
+ .outline-none {
1005
+ --tw-outline-style: none;
1006
+ outline-style: none;
1007
+ }
1008
+ .group-focus-within\:visible {
1009
+ &:is(:where(.group):focus-within *) {
1010
+ visibility: visible;
1011
+ }
1012
+ }
1013
+ .group-focus-within\:scale-100 {
1014
+ &:is(:where(.group):focus-within *) {
1015
+ --tw-scale-x: 100%;
1016
+ --tw-scale-y: 100%;
1017
+ --tw-scale-z: 100%;
1018
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1019
+ }
1020
+ }
1021
+ .group-focus-within\:opacity-100 {
1022
+ &:is(:where(.group):focus-within *) {
1023
+ opacity: 100%;
1024
+ }
1025
+ }
1026
+ .group-hover\:block {
1027
+ &:is(:where(.group):hover *) {
1028
+ @media (hover: hover) {
1029
+ display: block;
1030
+ }
1031
+ }
1032
+ }
1033
+ .last\:border-r-0 {
1034
+ &:last-child {
1035
+ border-right-style: var(--tw-border-style);
1036
+ border-right-width: 0px;
1037
+ }
1038
+ }
1039
+ .hover\:scale-105 {
1040
+ &:hover {
1041
+ @media (hover: hover) {
1042
+ --tw-scale-x: 105%;
1043
+ --tw-scale-y: 105%;
1044
+ --tw-scale-z: 105%;
1045
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1046
+ }
1047
+ }
1048
+ }
1049
+ .hover\:bg-brand-gray-light {
1050
+ &:hover {
1051
+ @media (hover: hover) {
1052
+ background-color: var(--color-brand-gray-light);
1053
+ }
1054
+ }
1055
+ }
1056
+ .hover\:bg-emerald-50 {
1057
+ &:hover {
1058
+ @media (hover: hover) {
1059
+ background-color: var(--color-emerald-50);
1060
+ }
1061
+ }
1062
+ }
1063
+ .hover\:bg-gray-50 {
1064
+ &:hover {
1065
+ @media (hover: hover) {
1066
+ background-color: var(--color-gray-50);
1067
+ }
1068
+ }
1069
+ }
1070
+ .hover\:bg-gray-50\/50 {
1071
+ &:hover {
1072
+ @media (hover: hover) {
1073
+ background-color: color-mix(in srgb, oklch(98.5% 0.002 247.839) 50%, transparent);
1074
+ @supports (color: color-mix(in lab, red, red)) {
1075
+ background-color: color-mix(in oklab, var(--color-gray-50) 50%, transparent);
1076
+ }
1077
+ }
1078
+ }
1079
+ }
1080
+ .hover\:bg-gray-100 {
1081
+ &:hover {
1082
+ @media (hover: hover) {
1083
+ background-color: var(--color-gray-100);
1084
+ }
1085
+ }
1086
+ }
1087
+ .hover\:bg-gray-200 {
1088
+ &:hover {
1089
+ @media (hover: hover) {
1090
+ background-color: var(--color-gray-200);
1091
+ }
1092
+ }
1093
+ }
1094
+ .hover\:bg-green-200 {
1095
+ &:hover {
1096
+ @media (hover: hover) {
1097
+ background-color: var(--color-green-200);
1098
+ }
1099
+ }
1100
+ }
1101
+ .hover\:bg-slate-50 {
1102
+ &:hover {
1103
+ @media (hover: hover) {
1104
+ background-color: var(--color-slate-50);
1105
+ }
1106
+ }
1107
+ }
1108
+ .hover\:bg-slate-800 {
1109
+ &:hover {
1110
+ @media (hover: hover) {
1111
+ background-color: var(--color-slate-800);
1112
+ }
1113
+ }
1114
+ }
1115
+ .hover\:text-emerald-700 {
1116
+ &:hover {
1117
+ @media (hover: hover) {
1118
+ color: var(--color-emerald-700);
1119
+ }
1120
+ }
1121
+ }
1122
+ .hover\:text-slate-100 {
1123
+ &:hover {
1124
+ @media (hover: hover) {
1125
+ color: var(--color-slate-100);
1126
+ }
1127
+ }
1128
+ }
1129
+ .hover\:text-slate-600 {
1130
+ &:hover {
1131
+ @media (hover: hover) {
1132
+ color: var(--color-slate-600);
1133
+ }
1134
+ }
1135
+ }
1136
+ .hover\:underline {
1137
+ &:hover {
1138
+ @media (hover: hover) {
1139
+ text-decoration-line: underline;
1140
+ }
1141
+ }
1142
+ }
1143
+ .hover\:brightness-95 {
1144
+ &:hover {
1145
+ @media (hover: hover) {
1146
+ --tw-brightness: brightness(95%);
1147
+ 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,);
1148
+ }
1149
+ }
1150
+ }
1151
+ .focus\:border-brand-gold {
1152
+ &:focus {
1153
+ border-color: var(--color-brand-gold);
1154
+ }
1155
+ }
1156
+ .focus\:ring-2 {
1157
+ &:focus {
1158
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1159
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1160
+ }
1161
+ }
1162
+ .focus\:ring-brand-gold {
1163
+ &:focus {
1164
+ --tw-ring-color: var(--color-brand-gold);
1165
+ }
1166
+ }
1167
+ .active\:scale-95 {
1168
+ &:active {
1169
+ --tw-scale-x: 95%;
1170
+ --tw-scale-y: 95%;
1171
+ --tw-scale-z: 95%;
1172
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1173
+ }
1174
+ }
1175
+ .disabled\:pointer-events-none {
1176
+ &:disabled {
1177
+ pointer-events: none;
1178
+ }
1179
+ }
1180
+ .disabled\:opacity-30 {
1181
+ &:disabled {
1182
+ opacity: 30%;
1183
+ }
1184
+ }
1185
+ .sm\:block {
1186
+ @media (width >= 40rem) {
1187
+ display: block;
1188
+ }
1189
+ }
1190
+ .md\:grid-cols-2 {
1191
+ @media (width >= 48rem) {
1192
+ grid-template-columns: repeat(2, minmax(0, 1fr));
1193
+ }
1194
+ }
1195
+ .md\:flex-row {
1196
+ @media (width >= 48rem) {
1197
+ flex-direction: row;
1198
+ }
1199
+ }
1200
+ .lg\:grid-cols-3 {
1201
+ @media (width >= 64rem) {
1202
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1203
+ }
1204
+ }
1205
+ }
1206
+ @keyframes slideInFromTop {
1207
+ from {
1208
+ opacity: 0;
1209
+ transform: translateY(-10px);
1210
+ }
1211
+ to {
1212
+ opacity: 1;
1213
+ transform: translateY(0);
1214
+ }
1215
+ }
1216
+ .animate-slide-in-top {
1217
+ animation: slideInFromTop 0.2s ease-out forwards;
1218
+ }
1219
+ @keyframes slideInRight {
1220
+ from {
1221
+ opacity: 0;
1222
+ transform: translateX(20px);
1223
+ }
1224
+ to {
1225
+ opacity: 1;
1226
+ transform: translateX(0);
1227
+ }
1228
+ }
1229
+ @keyframes slideInLeft {
1230
+ from {
1231
+ opacity: 0;
1232
+ transform: translateX(-20px);
1233
+ }
1234
+ to {
1235
+ opacity: 1;
1236
+ transform: translateX(0);
1237
+ }
1238
+ }
1239
+ .animate-slide-in-right {
1240
+ animation: slideInRight 0.2s ease-out forwards;
1241
+ }
1242
+ .animate-slide-in-left {
1243
+ animation: slideInLeft 0.2s ease-out forwards;
1244
+ }
1245
+ @property --tw-translate-x {
1246
+ syntax: "*";
1247
+ inherits: false;
1248
+ initial-value: 0;
1249
+ }
1250
+ @property --tw-translate-y {
1251
+ syntax: "*";
1252
+ inherits: false;
1253
+ initial-value: 0;
1254
+ }
1255
+ @property --tw-translate-z {
1256
+ syntax: "*";
1257
+ inherits: false;
1258
+ initial-value: 0;
1259
+ }
1260
+ @property --tw-scale-x {
1261
+ syntax: "*";
1262
+ inherits: false;
1263
+ initial-value: 1;
1264
+ }
1265
+ @property --tw-scale-y {
1266
+ syntax: "*";
1267
+ inherits: false;
1268
+ initial-value: 1;
1269
+ }
1270
+ @property --tw-scale-z {
1271
+ syntax: "*";
1272
+ inherits: false;
1273
+ initial-value: 1;
1274
+ }
1275
+ @property --tw-rotate-x {
1276
+ syntax: "*";
1277
+ inherits: false;
1278
+ }
1279
+ @property --tw-rotate-y {
1280
+ syntax: "*";
1281
+ inherits: false;
1282
+ }
1283
+ @property --tw-rotate-z {
1284
+ syntax: "*";
1285
+ inherits: false;
1286
+ }
1287
+ @property --tw-skew-x {
1288
+ syntax: "*";
1289
+ inherits: false;
1290
+ }
1291
+ @property --tw-skew-y {
1292
+ syntax: "*";
1293
+ inherits: false;
1294
+ }
1295
+ @property --tw-space-y-reverse {
1296
+ syntax: "*";
1297
+ inherits: false;
1298
+ initial-value: 0;
1299
+ }
1300
+ @property --tw-border-style {
1301
+ syntax: "*";
1302
+ inherits: false;
1303
+ initial-value: solid;
1304
+ }
1305
+ @property --tw-font-weight {
1306
+ syntax: "*";
1307
+ inherits: false;
1308
+ }
1309
+ @property --tw-tracking {
1310
+ syntax: "*";
1311
+ inherits: false;
1312
+ }
1313
+ @property --tw-shadow {
1314
+ syntax: "*";
1315
+ inherits: false;
1316
+ initial-value: 0 0 #0000;
1317
+ }
1318
+ @property --tw-shadow-color {
1319
+ syntax: "*";
1320
+ inherits: false;
1321
+ }
1322
+ @property --tw-shadow-alpha {
1323
+ syntax: "<percentage>";
1324
+ inherits: false;
1325
+ initial-value: 100%;
1326
+ }
1327
+ @property --tw-inset-shadow {
1328
+ syntax: "*";
1329
+ inherits: false;
1330
+ initial-value: 0 0 #0000;
1331
+ }
1332
+ @property --tw-inset-shadow-color {
1333
+ syntax: "*";
1334
+ inherits: false;
1335
+ }
1336
+ @property --tw-inset-shadow-alpha {
1337
+ syntax: "<percentage>";
1338
+ inherits: false;
1339
+ initial-value: 100%;
1340
+ }
1341
+ @property --tw-ring-color {
1342
+ syntax: "*";
1343
+ inherits: false;
1344
+ }
1345
+ @property --tw-ring-shadow {
1346
+ syntax: "*";
1347
+ inherits: false;
1348
+ initial-value: 0 0 #0000;
1349
+ }
1350
+ @property --tw-inset-ring-color {
1351
+ syntax: "*";
1352
+ inherits: false;
1353
+ }
1354
+ @property --tw-inset-ring-shadow {
1355
+ syntax: "*";
1356
+ inherits: false;
1357
+ initial-value: 0 0 #0000;
1358
+ }
1359
+ @property --tw-ring-inset {
1360
+ syntax: "*";
1361
+ inherits: false;
1362
+ }
1363
+ @property --tw-ring-offset-width {
1364
+ syntax: "<length>";
1365
+ inherits: false;
1366
+ initial-value: 0px;
1367
+ }
1368
+ @property --tw-ring-offset-color {
1369
+ syntax: "*";
1370
+ inherits: false;
1371
+ initial-value: #fff;
1372
+ }
1373
+ @property --tw-ring-offset-shadow {
1374
+ syntax: "*";
1375
+ inherits: false;
1376
+ initial-value: 0 0 #0000;
1377
+ }
1378
+ @property --tw-backdrop-blur {
1379
+ syntax: "*";
1380
+ inherits: false;
1381
+ }
1382
+ @property --tw-backdrop-brightness {
1383
+ syntax: "*";
1384
+ inherits: false;
1385
+ }
1386
+ @property --tw-backdrop-contrast {
1387
+ syntax: "*";
1388
+ inherits: false;
1389
+ }
1390
+ @property --tw-backdrop-grayscale {
1391
+ syntax: "*";
1392
+ inherits: false;
1393
+ }
1394
+ @property --tw-backdrop-hue-rotate {
1395
+ syntax: "*";
1396
+ inherits: false;
1397
+ }
1398
+ @property --tw-backdrop-invert {
1399
+ syntax: "*";
1400
+ inherits: false;
1401
+ }
1402
+ @property --tw-backdrop-opacity {
1403
+ syntax: "*";
1404
+ inherits: false;
1405
+ }
1406
+ @property --tw-backdrop-saturate {
1407
+ syntax: "*";
1408
+ inherits: false;
1409
+ }
1410
+ @property --tw-backdrop-sepia {
1411
+ syntax: "*";
1412
+ inherits: false;
1413
+ }
1414
+ @property --tw-duration {
1415
+ syntax: "*";
1416
+ inherits: false;
1417
+ }
1418
+ @property --tw-blur {
1419
+ syntax: "*";
1420
+ inherits: false;
1421
+ }
1422
+ @property --tw-brightness {
1423
+ syntax: "*";
1424
+ inherits: false;
1425
+ }
1426
+ @property --tw-contrast {
1427
+ syntax: "*";
1428
+ inherits: false;
1429
+ }
1430
+ @property --tw-grayscale {
1431
+ syntax: "*";
1432
+ inherits: false;
1433
+ }
1434
+ @property --tw-hue-rotate {
1435
+ syntax: "*";
1436
+ inherits: false;
1437
+ }
1438
+ @property --tw-invert {
1439
+ syntax: "*";
1440
+ inherits: false;
1441
+ }
1442
+ @property --tw-opacity {
1443
+ syntax: "*";
1444
+ inherits: false;
1445
+ }
1446
+ @property --tw-saturate {
1447
+ syntax: "*";
1448
+ inherits: false;
1449
+ }
1450
+ @property --tw-sepia {
1451
+ syntax: "*";
1452
+ inherits: false;
1453
+ }
1454
+ @property --tw-drop-shadow {
1455
+ syntax: "*";
1456
+ inherits: false;
1457
+ }
1458
+ @property --tw-drop-shadow-color {
1459
+ syntax: "*";
1460
+ inherits: false;
1461
+ }
1462
+ @property --tw-drop-shadow-alpha {
1463
+ syntax: "<percentage>";
1464
+ inherits: false;
1465
+ initial-value: 100%;
1466
+ }
1467
+ @property --tw-drop-shadow-size {
1468
+ syntax: "*";
1469
+ inherits: false;
1470
+ }
1471
+ @keyframes spin {
1472
+ to {
1473
+ transform: rotate(360deg);
1474
+ }
1475
+ }
1476
+ @layer properties {
1477
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
1478
+ *, ::before, ::after, ::backdrop {
1479
+ --tw-translate-x: 0;
1480
+ --tw-translate-y: 0;
1481
+ --tw-translate-z: 0;
1482
+ --tw-scale-x: 1;
1483
+ --tw-scale-y: 1;
1484
+ --tw-scale-z: 1;
1485
+ --tw-rotate-x: initial;
1486
+ --tw-rotate-y: initial;
1487
+ --tw-rotate-z: initial;
1488
+ --tw-skew-x: initial;
1489
+ --tw-skew-y: initial;
1490
+ --tw-space-y-reverse: 0;
1491
+ --tw-border-style: solid;
1492
+ --tw-font-weight: initial;
1493
+ --tw-tracking: initial;
1494
+ --tw-shadow: 0 0 #0000;
1495
+ --tw-shadow-color: initial;
1496
+ --tw-shadow-alpha: 100%;
1497
+ --tw-inset-shadow: 0 0 #0000;
1498
+ --tw-inset-shadow-color: initial;
1499
+ --tw-inset-shadow-alpha: 100%;
1500
+ --tw-ring-color: initial;
1501
+ --tw-ring-shadow: 0 0 #0000;
1502
+ --tw-inset-ring-color: initial;
1503
+ --tw-inset-ring-shadow: 0 0 #0000;
1504
+ --tw-ring-inset: initial;
1505
+ --tw-ring-offset-width: 0px;
1506
+ --tw-ring-offset-color: #fff;
1507
+ --tw-ring-offset-shadow: 0 0 #0000;
1508
+ --tw-backdrop-blur: initial;
1509
+ --tw-backdrop-brightness: initial;
1510
+ --tw-backdrop-contrast: initial;
1511
+ --tw-backdrop-grayscale: initial;
1512
+ --tw-backdrop-hue-rotate: initial;
1513
+ --tw-backdrop-invert: initial;
1514
+ --tw-backdrop-opacity: initial;
1515
+ --tw-backdrop-saturate: initial;
1516
+ --tw-backdrop-sepia: initial;
1517
+ --tw-duration: initial;
1518
+ --tw-blur: initial;
1519
+ --tw-brightness: initial;
1520
+ --tw-contrast: initial;
1521
+ --tw-grayscale: initial;
1522
+ --tw-hue-rotate: initial;
1523
+ --tw-invert: initial;
1524
+ --tw-opacity: initial;
1525
+ --tw-saturate: initial;
1526
+ --tw-sepia: initial;
1527
+ --tw-drop-shadow: initial;
1528
+ --tw-drop-shadow-color: initial;
1529
+ --tw-drop-shadow-alpha: 100%;
1530
+ --tw-drop-shadow-size: initial;
1531
+ }
1532
+ }
1533
+ }