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