payload-richtext-tiptap 0.0.17 → 0.0.18

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.
Files changed (2) hide show
  1. package/dist/src/styles.css +1172 -377
  2. package/package.json +1 -1
@@ -1,1670 +1,2465 @@
1
+ .\!container {
2
+ width: 100% !important;
3
+ margin-right: auto !important;
4
+ margin-left: auto !important;
5
+ padding-right: 2rem !important;
6
+ padding-left: 2rem !important;
7
+ }
8
+
9
+ .container {
10
+ width: 100%;
11
+ margin-right: auto;
12
+ margin-left: auto;
13
+ padding-right: 2rem;
14
+ padding-left: 2rem;
15
+ }
16
+
17
+ @media (min-width: 1400px) {
18
+ .\!container {
19
+ max-width: 1400px !important;
20
+ }
21
+
22
+ .container {
23
+ max-width: 1400px;
24
+ }
25
+ }
26
+
27
+ .aspect-h-9 {
28
+ --tw-aspect-h: 9;
29
+ }
30
+
31
+ .aspect-w-16 {
32
+ position: relative;
33
+ padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
34
+ --tw-aspect-w: 16;
35
+ }
36
+
37
+ .aspect-w-16 > * {
38
+ position: absolute;
39
+ height: 100%;
40
+ width: 100%;
41
+ top: 0;
42
+ right: 0;
43
+ bottom: 0;
44
+ left: 0;
45
+ }
46
+
47
+ .prose {
48
+ color: var(--tw-prose-body);
49
+ max-width: 65ch;
50
+ }
51
+
52
+ .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
53
+ margin-top: 1.25em;
54
+ margin-bottom: 1.25em;
55
+ }
56
+
57
+ .prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
58
+ color: var(--tw-prose-lead);
59
+ font-size: 1.25em;
60
+ line-height: 1.6;
61
+ margin-top: 1.2em;
62
+ margin-bottom: 1.2em;
63
+ }
64
+
65
+ .prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
66
+ color: var(--tw-prose-links);
67
+ text-decoration: underline;
68
+ font-weight: 500;
69
+ }
70
+
71
+ .prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
72
+ color: var(--tw-prose-bold);
73
+ font-weight: 600;
74
+ }
75
+
76
+ .prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
77
+ color: inherit;
78
+ }
79
+
80
+ .prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
81
+ color: inherit;
82
+ }
83
+
84
+ .prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
85
+ color: inherit;
86
+ }
87
+
88
+ .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
89
+ list-style-type: decimal;
90
+ margin-top: 1.25em;
91
+ margin-bottom: 1.25em;
92
+ padding-inline-start: 1.625em;
93
+ }
94
+
95
+ .prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
96
+ list-style-type: upper-alpha;
97
+ }
98
+
99
+ .prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
100
+ list-style-type: lower-alpha;
101
+ }
102
+
103
+ .prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
104
+ list-style-type: upper-alpha;
105
+ }
106
+
107
+ .prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
108
+ list-style-type: lower-alpha;
109
+ }
110
+
111
+ .prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
112
+ list-style-type: upper-roman;
113
+ }
114
+
115
+ .prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
116
+ list-style-type: lower-roman;
117
+ }
118
+
119
+ .prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
120
+ list-style-type: upper-roman;
121
+ }
122
+
123
+ .prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
124
+ list-style-type: lower-roman;
125
+ }
126
+
127
+ .prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
128
+ list-style-type: decimal;
129
+ }
130
+
131
+ .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
132
+ list-style-type: disc;
133
+ margin-top: 1.25em;
134
+ margin-bottom: 1.25em;
135
+ padding-inline-start: 1.625em;
136
+ }
137
+
138
+ .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
139
+ font-weight: 400;
140
+ color: var(--tw-prose-counters);
141
+ }
142
+
143
+ .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
144
+ color: var(--tw-prose-bullets);
145
+ }
146
+
147
+ .prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
148
+ color: var(--tw-prose-headings);
149
+ font-weight: 600;
150
+ margin-top: 1.25em;
151
+ }
152
+
153
+ .prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
154
+ border-color: var(--tw-prose-hr);
155
+ border-top-width: 1px;
156
+ margin-top: 3em;
157
+ margin-bottom: 3em;
158
+ }
159
+
160
+ .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
161
+ font-weight: 500;
162
+ font-style: italic;
163
+ color: var(--tw-prose-quotes);
164
+ border-inline-start-width: 0.25rem;
165
+ border-inline-start-color: var(--tw-prose-quote-borders);
166
+ quotes: "\201C""\201D""\2018""\2019";
167
+ margin-top: 1.6em;
168
+ margin-bottom: 1.6em;
169
+ padding-inline-start: 1em;
170
+ }
171
+
172
+ .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
173
+ content: open-quote;
174
+ }
175
+
176
+ .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
177
+ content: close-quote;
178
+ }
179
+
180
+ .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
181
+ color: var(--tw-prose-headings);
182
+ font-weight: 800;
183
+ font-size: 2.25em;
184
+ margin-top: 0;
185
+ margin-bottom: 0.8888889em;
186
+ line-height: 1.1111111;
187
+ }
188
+
189
+ .prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
190
+ font-weight: 900;
191
+ color: inherit;
192
+ }
193
+
194
+ .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
195
+ color: var(--tw-prose-headings);
196
+ font-weight: 700;
197
+ font-size: 1.5em;
198
+ margin-top: 2em;
199
+ margin-bottom: 1em;
200
+ line-height: 1.3333333;
201
+ }
202
+
203
+ .prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
204
+ font-weight: 800;
205
+ color: inherit;
206
+ }
207
+
208
+ .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
209
+ color: var(--tw-prose-headings);
210
+ font-weight: 600;
211
+ font-size: 1.25em;
212
+ margin-top: 1.6em;
213
+ margin-bottom: 0.6em;
214
+ line-height: 1.6;
215
+ }
216
+
217
+ .prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
218
+ font-weight: 700;
219
+ color: inherit;
220
+ }
221
+
222
+ .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
223
+ color: var(--tw-prose-headings);
224
+ font-weight: 600;
225
+ margin-top: 1.5em;
226
+ margin-bottom: 0.5em;
227
+ line-height: 1.5;
228
+ }
229
+
230
+ .prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
231
+ font-weight: 700;
232
+ color: inherit;
233
+ }
234
+
235
+ .prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
236
+ margin-top: 2em;
237
+ margin-bottom: 2em;
238
+ }
239
+
240
+ .prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
241
+ display: block;
242
+ margin-top: 2em;
243
+ margin-bottom: 2em;
244
+ }
245
+
246
+ .prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
247
+ margin-top: 2em;
248
+ margin-bottom: 2em;
249
+ }
250
+
251
+ .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
252
+ font-weight: 500;
253
+ font-family: inherit;
254
+ color: var(--tw-prose-kbd);
255
+ box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
256
+ font-size: 0.875em;
257
+ border-radius: 0.3125rem;
258
+ padding-top: 0.1875em;
259
+ padding-inline-end: 0.375em;
260
+ padding-bottom: 0.1875em;
261
+ padding-inline-start: 0.375em;
262
+ }
263
+
264
+ .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
265
+ color: var(--tw-prose-code);
266
+ font-weight: 600;
267
+ font-size: 0.875em;
268
+ }
269
+
270
+ .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
271
+ content: "`";
272
+ }
273
+
274
+ .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
275
+ content: "`";
276
+ }
277
+
278
+ .prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
279
+ color: inherit;
280
+ }
281
+
282
+ .prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
283
+ color: inherit;
284
+ }
285
+
286
+ .prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
287
+ color: inherit;
288
+ font-size: 0.875em;
289
+ }
290
+
291
+ .prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
292
+ color: inherit;
293
+ font-size: 0.9em;
294
+ }
295
+
296
+ .prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
297
+ color: inherit;
298
+ }
299
+
300
+ .prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
301
+ color: inherit;
302
+ }
303
+
304
+ .prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
305
+ color: inherit;
306
+ }
307
+
308
+ .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
309
+ color: var(--tw-prose-pre-code);
310
+ background-color: var(--tw-prose-pre-bg);
311
+ overflow-x: auto;
312
+ font-weight: 400;
313
+ font-size: 0.875em;
314
+ line-height: 1.7142857;
315
+ margin-top: 1.7142857em;
316
+ margin-bottom: 1.7142857em;
317
+ border-radius: 0.375rem;
318
+ padding-top: 0.8571429em;
319
+ padding-inline-end: 1.1428571em;
320
+ padding-bottom: 0.8571429em;
321
+ padding-inline-start: 1.1428571em;
322
+ }
323
+
324
+ .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
325
+ background-color: transparent;
326
+ border-width: 0;
327
+ border-radius: 0;
328
+ padding: 0;
329
+ font-weight: inherit;
330
+ color: inherit;
331
+ font-size: inherit;
332
+ font-family: inherit;
333
+ line-height: inherit;
334
+ }
335
+
336
+ .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
337
+ content: none;
338
+ }
339
+
340
+ .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
341
+ content: none;
342
+ }
343
+
344
+ .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
345
+ width: 100%;
346
+ table-layout: auto;
347
+ text-align: start;
348
+ margin-top: 2em;
349
+ margin-bottom: 2em;
350
+ font-size: 0.875em;
351
+ line-height: 1.7142857;
352
+ }
353
+
354
+ .prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
355
+ border-bottom-width: 1px;
356
+ border-bottom-color: var(--tw-prose-th-borders);
357
+ }
358
+
359
+ .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
360
+ color: var(--tw-prose-headings);
361
+ font-weight: 600;
362
+ vertical-align: bottom;
363
+ padding-inline-end: 0.5714286em;
364
+ padding-bottom: 0.5714286em;
365
+ padding-inline-start: 0.5714286em;
366
+ }
367
+
368
+ .prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
369
+ border-bottom-width: 1px;
370
+ border-bottom-color: var(--tw-prose-td-borders);
371
+ }
372
+
373
+ .prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
374
+ border-bottom-width: 0;
375
+ }
376
+
377
+ .prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
378
+ vertical-align: baseline;
379
+ }
380
+
381
+ .prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
382
+ border-top-width: 1px;
383
+ border-top-color: var(--tw-prose-th-borders);
384
+ }
385
+
386
+ .prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
387
+ vertical-align: top;
388
+ }
389
+
390
+ .prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
391
+ margin-top: 0;
392
+ margin-bottom: 0;
393
+ }
394
+
395
+ .prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
396
+ color: var(--tw-prose-captions);
397
+ font-size: 0.875em;
398
+ line-height: 1.4285714;
399
+ margin-top: 0.8571429em;
400
+ }
401
+
402
+ .prose {
403
+ --tw-prose-body: #374151;
404
+ --tw-prose-headings: #111827;
405
+ --tw-prose-lead: #4b5563;
406
+ --tw-prose-links: #111827;
407
+ --tw-prose-bold: #111827;
408
+ --tw-prose-counters: #6b7280;
409
+ --tw-prose-bullets: #d1d5db;
410
+ --tw-prose-hr: #e5e7eb;
411
+ --tw-prose-quotes: #111827;
412
+ --tw-prose-quote-borders: #e5e7eb;
413
+ --tw-prose-captions: #6b7280;
414
+ --tw-prose-kbd: #111827;
415
+ --tw-prose-kbd-shadows: 17 24 39;
416
+ --tw-prose-code: #111827;
417
+ --tw-prose-pre-code: #e5e7eb;
418
+ --tw-prose-pre-bg: #1f2937;
419
+ --tw-prose-th-borders: #d1d5db;
420
+ --tw-prose-td-borders: #e5e7eb;
421
+ --tw-prose-invert-body: #d1d5db;
422
+ --tw-prose-invert-headings: #fff;
423
+ --tw-prose-invert-lead: #9ca3af;
424
+ --tw-prose-invert-links: #fff;
425
+ --tw-prose-invert-bold: #fff;
426
+ --tw-prose-invert-counters: #9ca3af;
427
+ --tw-prose-invert-bullets: #4b5563;
428
+ --tw-prose-invert-hr: #374151;
429
+ --tw-prose-invert-quotes: #f3f4f6;
430
+ --tw-prose-invert-quote-borders: #374151;
431
+ --tw-prose-invert-captions: #9ca3af;
432
+ --tw-prose-invert-kbd: #fff;
433
+ --tw-prose-invert-kbd-shadows: 255 255 255;
434
+ --tw-prose-invert-code: #fff;
435
+ --tw-prose-invert-pre-code: #d1d5db;
436
+ --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
437
+ --tw-prose-invert-th-borders: #4b5563;
438
+ --tw-prose-invert-td-borders: #374151;
439
+ font-size: 1rem;
440
+ line-height: 1.75;
441
+ }
442
+
443
+ .prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
444
+ margin-top: 0;
445
+ margin-bottom: 0;
446
+ }
447
+
448
+ .prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
449
+ margin-top: 0.5em;
450
+ margin-bottom: 0.5em;
451
+ }
452
+
453
+ .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
454
+ padding-inline-start: 0.375em;
455
+ }
456
+
457
+ .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
458
+ padding-inline-start: 0.375em;
459
+ }
460
+
461
+ .prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
462
+ margin-top: 0.75em;
463
+ margin-bottom: 0.75em;
464
+ }
465
+
466
+ .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
467
+ margin-top: 1.25em;
468
+ }
469
+
470
+ .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
471
+ margin-bottom: 1.25em;
472
+ }
473
+
474
+ .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
475
+ margin-top: 1.25em;
476
+ }
477
+
478
+ .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
479
+ margin-bottom: 1.25em;
480
+ }
481
+
482
+ .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
483
+ margin-top: 0.75em;
484
+ margin-bottom: 0.75em;
485
+ }
486
+
487
+ .prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
488
+ margin-top: 1.25em;
489
+ margin-bottom: 1.25em;
490
+ }
491
+
492
+ .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
493
+ margin-top: 0.5em;
494
+ padding-inline-start: 1.625em;
495
+ }
496
+
497
+ .prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
498
+ margin-top: 0;
499
+ }
500
+
501
+ .prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
502
+ margin-top: 0;
503
+ }
504
+
505
+ .prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
506
+ margin-top: 0;
507
+ }
508
+
509
+ .prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
510
+ margin-top: 0;
511
+ }
512
+
513
+ .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
514
+ padding-inline-start: 0;
515
+ }
516
+
517
+ .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
518
+ padding-inline-end: 0;
519
+ }
520
+
521
+ .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
522
+ padding-top: 0.5714286em;
523
+ padding-inline-end: 0.5714286em;
524
+ padding-bottom: 0.5714286em;
525
+ padding-inline-start: 0.5714286em;
526
+ }
527
+
528
+ .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
529
+ padding-inline-start: 0;
530
+ }
531
+
532
+ .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
533
+ padding-inline-end: 0;
534
+ }
535
+
536
+ .prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
537
+ margin-top: 2em;
538
+ margin-bottom: 2em;
539
+ }
540
+
541
+ .prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
542
+ margin-top: 0;
543
+ }
544
+
545
+ .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
546
+ margin-bottom: 0;
547
+ }
548
+
549
+ .prose-sm {
550
+ font-size: 0.875rem;
551
+ line-height: 1.7142857;
552
+ }
553
+
554
+ .prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
555
+ margin-top: 1.1428571em;
556
+ margin-bottom: 1.1428571em;
557
+ }
558
+
559
+ .prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
560
+ font-size: 1.2857143em;
561
+ line-height: 1.5555556;
562
+ margin-top: 0.8888889em;
563
+ margin-bottom: 0.8888889em;
564
+ }
565
+
566
+ .prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
567
+ margin-top: 1.3333333em;
568
+ margin-bottom: 1.3333333em;
569
+ padding-inline-start: 1.1111111em;
570
+ }
571
+
572
+ .prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
573
+ font-size: 2.1428571em;
574
+ margin-top: 0;
575
+ margin-bottom: 0.8em;
576
+ line-height: 1.2;
577
+ }
578
+
579
+ .prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
580
+ font-size: 1.4285714em;
581
+ margin-top: 1.6em;
582
+ margin-bottom: 0.8em;
583
+ line-height: 1.4;
584
+ }
585
+
586
+ .prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
587
+ font-size: 1.2857143em;
588
+ margin-top: 1.5555556em;
589
+ margin-bottom: 0.4444444em;
590
+ line-height: 1.5555556;
591
+ }
592
+
593
+ .prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
594
+ margin-top: 1.4285714em;
595
+ margin-bottom: 0.5714286em;
596
+ line-height: 1.4285714;
597
+ }
598
+
599
+ .prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
600
+ margin-top: 1.7142857em;
601
+ margin-bottom: 1.7142857em;
602
+ }
603
+
604
+ .prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
605
+ margin-top: 1.7142857em;
606
+ margin-bottom: 1.7142857em;
607
+ }
608
+
609
+ .prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
610
+ margin-top: 0;
611
+ margin-bottom: 0;
612
+ }
613
+
614
+ .prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
615
+ margin-top: 1.7142857em;
616
+ margin-bottom: 1.7142857em;
617
+ }
618
+
619
+ .prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
620
+ font-size: 0.8571429em;
621
+ border-radius: 0.3125rem;
622
+ padding-top: 0.1428571em;
623
+ padding-inline-end: 0.3571429em;
624
+ padding-bottom: 0.1428571em;
625
+ padding-inline-start: 0.3571429em;
626
+ }
627
+
628
+ .prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
629
+ font-size: 0.8571429em;
630
+ }
631
+
632
+ .prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
633
+ font-size: 0.9em;
634
+ }
635
+
636
+ .prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
637
+ font-size: 0.8888889em;
638
+ }
639
+
640
+ .prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
641
+ font-size: 0.8571429em;
642
+ line-height: 1.6666667;
643
+ margin-top: 1.6666667em;
644
+ margin-bottom: 1.6666667em;
645
+ border-radius: 0.25rem;
646
+ padding-top: 0.6666667em;
647
+ padding-inline-end: 1em;
648
+ padding-bottom: 0.6666667em;
649
+ padding-inline-start: 1em;
650
+ }
651
+
652
+ .prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
653
+ margin-top: 1.1428571em;
654
+ margin-bottom: 1.1428571em;
655
+ padding-inline-start: 1.5714286em;
656
+ }
657
+
658
+ .prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
659
+ margin-top: 1.1428571em;
660
+ margin-bottom: 1.1428571em;
661
+ padding-inline-start: 1.5714286em;
662
+ }
663
+
664
+ .prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
665
+ margin-top: 0.2857143em;
666
+ margin-bottom: 0.2857143em;
667
+ }
668
+
669
+ .prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
670
+ padding-inline-start: 0.4285714em;
671
+ }
672
+
673
+ .prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
674
+ padding-inline-start: 0.4285714em;
675
+ }
676
+
677
+ .prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
678
+ margin-top: 0.5714286em;
679
+ margin-bottom: 0.5714286em;
680
+ }
681
+
682
+ .prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
683
+ margin-top: 1.1428571em;
684
+ }
685
+
686
+ .prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
687
+ margin-bottom: 1.1428571em;
688
+ }
689
+
690
+ .prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
691
+ margin-top: 1.1428571em;
692
+ }
693
+
694
+ .prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
695
+ margin-bottom: 1.1428571em;
696
+ }
697
+
698
+ .prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
699
+ margin-top: 0.5714286em;
700
+ margin-bottom: 0.5714286em;
701
+ }
702
+
703
+ .prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
704
+ margin-top: 1.1428571em;
705
+ margin-bottom: 1.1428571em;
706
+ }
707
+
708
+ .prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
709
+ margin-top: 1.1428571em;
710
+ }
711
+
712
+ .prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
713
+ margin-top: 0.2857143em;
714
+ padding-inline-start: 1.5714286em;
715
+ }
716
+
717
+ .prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
718
+ margin-top: 2.8571429em;
719
+ margin-bottom: 2.8571429em;
720
+ }
721
+
722
+ .prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
723
+ margin-top: 0;
724
+ }
725
+
726
+ .prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
727
+ margin-top: 0;
728
+ }
729
+
730
+ .prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
731
+ margin-top: 0;
732
+ }
733
+
734
+ .prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
735
+ margin-top: 0;
736
+ }
737
+
738
+ .prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
739
+ font-size: 0.8571429em;
740
+ line-height: 1.5;
741
+ }
742
+
743
+ .prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
744
+ padding-inline-end: 1em;
745
+ padding-bottom: 0.6666667em;
746
+ padding-inline-start: 1em;
747
+ }
748
+
749
+ .prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
750
+ padding-inline-start: 0;
751
+ }
752
+
753
+ .prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
754
+ padding-inline-end: 0;
755
+ }
756
+
757
+ .prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
758
+ padding-top: 0.6666667em;
759
+ padding-inline-end: 1em;
760
+ padding-bottom: 0.6666667em;
761
+ padding-inline-start: 1em;
762
+ }
763
+
764
+ .prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
765
+ padding-inline-start: 0;
766
+ }
767
+
768
+ .prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
769
+ padding-inline-end: 0;
770
+ }
771
+
772
+ .prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
773
+ margin-top: 1.7142857em;
774
+ margin-bottom: 1.7142857em;
775
+ }
776
+
777
+ .prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
778
+ margin-top: 0;
779
+ margin-bottom: 0;
780
+ }
781
+
782
+ .prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
783
+ font-size: 0.8571429em;
784
+ line-height: 1.3333333;
785
+ margin-top: 0.6666667em;
786
+ }
787
+
788
+ .prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
789
+ margin-top: 0;
790
+ }
791
+
792
+ .prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
793
+ margin-bottom: 0;
794
+ }
795
+
1
796
  .pointer-events-none {
2
- pointer-events: none
797
+ pointer-events: none;
3
798
  }
4
799
 
5
800
  .visible {
6
- visibility: visible
801
+ visibility: visible;
7
802
  }
8
803
 
9
804
  .static {
10
- position: static
805
+ position: static;
11
806
  }
12
807
 
13
808
  .fixed {
14
- position: fixed
809
+ position: fixed;
15
810
  }
16
811
 
17
812
  .absolute {
18
- position: absolute
813
+ position: absolute;
19
814
  }
20
815
 
21
816
  .relative {
22
- position: relative
817
+ position: relative;
23
818
  }
24
819
 
25
820
  .sticky {
26
- position: sticky
821
+ position: sticky;
27
822
  }
28
823
 
29
824
  .left-0 {
30
- left: 0px
825
+ left: 0px;
31
826
  }
32
827
 
33
828
  .right-2 {
34
- right: 0.5rem
829
+ right: 0.5rem;
35
830
  }
36
831
 
37
832
  .top-0 {
38
- top: 0px
833
+ top: 0px;
39
834
  }
40
835
 
41
836
  .top-1\/2 {
42
- top: 50%
837
+ top: 50%;
43
838
  }
44
839
 
45
840
  .z-\[9999\] {
46
- z-index: 9999
841
+ z-index: 9999;
47
842
  }
48
843
 
49
844
  .z-\[999\] {
50
- z-index: 999
845
+ z-index: 999;
51
846
  }
52
847
 
53
848
  .col-\[1\/-1\] {
54
- grid-column: 1/-1
849
+ grid-column: 1/-1;
55
850
  }
56
851
 
57
852
  .-m-2 {
58
- margin: -0.5rem
853
+ margin: -0.5rem;
59
854
  }
60
855
 
61
856
  .m-0 {
62
- margin: 0px
857
+ margin: 0px;
63
858
  }
64
859
 
65
860
  .m-2 {
66
- margin: 0.5rem
861
+ margin: 0.5rem;
67
862
  }
68
863
 
69
864
  .mx-1 {
70
865
  margin-left: 0.25rem;
71
- margin-right: 0.25rem
866
+ margin-right: 0.25rem;
72
867
  }
73
868
 
74
869
  .mx-2 {
75
870
  margin-left: 0.5rem;
76
- margin-right: 0.5rem
871
+ margin-right: 0.5rem;
77
872
  }
78
873
 
79
874
  .mx-auto {
80
875
  margin-left: auto;
81
- margin-right: auto
876
+ margin-right: auto;
82
877
  }
83
878
 
84
879
  .my-1 {
85
880
  margin-top: 0.25rem;
86
- margin-bottom: 0.25rem
881
+ margin-bottom: 0.25rem;
87
882
  }
88
883
 
89
884
  .my-4 {
90
885
  margin-top: 1rem;
91
- margin-bottom: 1rem
886
+ margin-bottom: 1rem;
92
887
  }
93
888
 
94
889
  .\!mt-0 {
95
- margin-top: 0px !important
890
+ margin-top: 0px !important;
96
891
  }
97
892
 
98
893
  .-ml-3 {
99
- margin-left: -0.75rem
894
+ margin-left: -0.75rem;
100
895
  }
101
896
 
102
897
  .-ml-6 {
103
- margin-left: -1.5rem
898
+ margin-left: -1.5rem;
104
899
  }
105
900
 
106
901
  .mb-0 {
107
- margin-bottom: 0px
902
+ margin-bottom: 0px;
108
903
  }
109
904
 
110
905
  .mb-1 {
111
- margin-bottom: 0.25rem
906
+ margin-bottom: 0.25rem;
112
907
  }
113
908
 
114
909
  .mb-1\.5 {
115
- margin-bottom: 0.375rem
910
+ margin-bottom: 0.375rem;
116
911
  }
117
912
 
118
913
  .mb-2 {
119
- margin-bottom: 0.5rem
914
+ margin-bottom: 0.5rem;
120
915
  }
121
916
 
122
917
  .mb-4 {
123
- margin-bottom: 1rem
918
+ margin-bottom: 1rem;
124
919
  }
125
920
 
126
921
  .mb-8 {
127
- margin-bottom: 2rem
922
+ margin-bottom: 2rem;
128
923
  }
129
924
 
130
925
  .ml-0 {
131
- margin-left: 0px
926
+ margin-left: 0px;
132
927
  }
133
928
 
134
929
  .ml-1 {
135
- margin-left: 0.25rem
930
+ margin-left: 0.25rem;
136
931
  }
137
932
 
138
933
  .ml-1\.5 {
139
- margin-left: 0.375rem
934
+ margin-left: 0.375rem;
140
935
  }
141
936
 
142
937
  .ml-2 {
143
- margin-left: 0.5rem
938
+ margin-left: 0.5rem;
144
939
  }
145
940
 
146
941
  .ml-3 {
147
- margin-left: 0.75rem
942
+ margin-left: 0.75rem;
148
943
  }
149
944
 
150
945
  .ml-auto {
151
- margin-left: auto
946
+ margin-left: auto;
152
947
  }
153
948
 
154
949
  .mr-0 {
155
- margin-right: 0px
950
+ margin-right: 0px;
156
951
  }
157
952
 
158
953
  .mr-1 {
159
- margin-right: 0.25rem
954
+ margin-right: 0.25rem;
160
955
  }
161
956
 
162
957
  .mr-2 {
163
- margin-right: 0.5rem
958
+ margin-right: 0.5rem;
164
959
  }
165
960
 
166
961
  .mr-4 {
167
- margin-right: 1rem
962
+ margin-right: 1rem;
168
963
  }
169
964
 
170
965
  .mr-auto {
171
- margin-right: auto
966
+ margin-right: auto;
172
967
  }
173
968
 
174
969
  .mt-0 {
175
- margin-top: 0px
970
+ margin-top: 0px;
176
971
  }
177
972
 
178
973
  .mt-1 {
179
- margin-top: 0.25rem
974
+ margin-top: 0.25rem;
180
975
  }
181
976
 
182
977
  .mt-2 {
183
- margin-top: 0.5rem
978
+ margin-top: 0.5rem;
184
979
  }
185
980
 
186
981
  .mt-2\.5 {
187
- margin-top: 0.625rem
982
+ margin-top: 0.625rem;
188
983
  }
189
984
 
190
985
  .mt-3 {
191
- margin-top: 0.75rem
986
+ margin-top: 0.75rem;
192
987
  }
193
988
 
194
989
  .mt-4 {
195
- margin-top: 1rem
990
+ margin-top: 1rem;
196
991
  }
197
992
 
198
993
  .block {
199
- display: block
994
+ display: block;
200
995
  }
201
996
 
202
997
  .inline {
203
- display: inline
998
+ display: inline;
204
999
  }
205
1000
 
206
1001
  .flex {
207
- display: flex
1002
+ display: flex;
208
1003
  }
209
1004
 
210
1005
  .inline-flex {
211
- display: inline-flex
1006
+ display: inline-flex;
212
1007
  }
213
1008
 
214
1009
  .table {
215
- display: table
1010
+ display: table;
216
1011
  }
217
1012
 
218
1013
  .grid {
219
- display: grid
1014
+ display: grid;
220
1015
  }
221
1016
 
222
1017
  .contents {
223
- display: contents
1018
+ display: contents;
224
1019
  }
225
1020
 
226
1021
  .\!h-\[120px\] {
227
- height: 120px !important
1022
+ height: 120px !important;
228
1023
  }
229
1024
 
230
1025
  .h-0 {
231
- height: 0px
1026
+ height: 0px;
232
1027
  }
233
1028
 
234
1029
  .h-1 {
235
- height: 0.25rem
1030
+ height: 0.25rem;
236
1031
  }
237
1032
 
238
1033
  .h-1\.5 {
239
- height: 0.375rem
1034
+ height: 0.375rem;
240
1035
  }
241
1036
 
242
1037
  .h-12 {
243
- height: 3rem
1038
+ height: 3rem;
244
1039
  }
245
1040
 
246
1041
  .h-2 {
247
- height: 0.5rem
1042
+ height: 0.5rem;
248
1043
  }
249
1044
 
250
1045
  .h-2\.5 {
251
- height: 0.625rem
1046
+ height: 0.625rem;
252
1047
  }
253
1048
 
254
1049
  .h-3 {
255
- height: 0.75rem
1050
+ height: 0.75rem;
256
1051
  }
257
1052
 
258
1053
  .h-4 {
259
- height: 1rem
1054
+ height: 1rem;
260
1055
  }
261
1056
 
262
1057
  .h-5 {
263
- height: 1.25rem
1058
+ height: 1.25rem;
264
1059
  }
265
1060
 
266
1061
  .h-6 {
267
- height: 1.5rem
1062
+ height: 1.5rem;
268
1063
  }
269
1064
 
270
1065
  .h-8 {
271
- height: 2rem
1066
+ height: 2rem;
272
1067
  }
273
1068
 
274
1069
  .h-\[1px\] {
275
- height: 1px
1070
+ height: 1px;
276
1071
  }
277
1072
 
278
1073
  .h-\[4\.5rem\] {
279
- height: 4.5rem
1074
+ height: 4.5rem;
280
1075
  }
281
1076
 
282
1077
  .h-\[64px\] {
283
- height: 64px
1078
+ height: 64px;
284
1079
  }
285
1080
 
286
1081
  .h-full {
287
- height: 100%
1082
+ height: 100%;
288
1083
  }
289
1084
 
290
1085
  .max-h-80 {
291
- max-height: 20rem
1086
+ max-height: 20rem;
292
1087
  }
293
1088
 
294
1089
  .max-h-\[20rem\] {
295
- max-height: 20rem
1090
+ max-height: 20rem;
296
1091
  }
297
1092
 
298
1093
  .max-h-\[400px\] {
299
- max-height: 400px
1094
+ max-height: 400px;
300
1095
  }
301
1096
 
302
1097
  .max-h-\[min\(80vh\2c 24rem\)\] {
303
- max-height: min(80vh,24rem)
1098
+ max-height: min(80vh,24rem);
304
1099
  }
305
1100
 
306
1101
  .min-h-\[1\.5rem\] {
307
- min-height: 1.5rem
1102
+ min-height: 1.5rem;
308
1103
  }
309
1104
 
310
1105
  .min-h-\[10rem\] {
311
- min-height: 10rem
1106
+ min-height: 10rem;
312
1107
  }
313
1108
 
314
1109
  .min-h-full {
315
- min-height: 100%
1110
+ min-height: 100%;
316
1111
  }
317
1112
 
318
1113
  .\!w-\[212px\] {
319
- width: 212px !important
1114
+ width: 212px !important;
320
1115
  }
321
1116
 
322
1117
  .w-0 {
323
- width: 0px
1118
+ width: 0px;
324
1119
  }
325
1120
 
326
1121
  .w-1 {
327
- width: 0.25rem
1122
+ width: 0.25rem;
328
1123
  }
329
1124
 
330
1125
  .w-1\.5 {
331
- width: 0.375rem
1126
+ width: 0.375rem;
332
1127
  }
333
1128
 
334
1129
  .w-12 {
335
- width: 3rem
1130
+ width: 3rem;
336
1131
  }
337
1132
 
338
1133
  .w-2 {
339
- width: 0.5rem
1134
+ width: 0.5rem;
340
1135
  }
341
1136
 
342
1137
  .w-2\.5 {
343
- width: 0.625rem
1138
+ width: 0.625rem;
344
1139
  }
345
1140
 
346
1141
  .w-3 {
347
- width: 0.75rem
1142
+ width: 0.75rem;
348
1143
  }
349
1144
 
350
1145
  .w-4 {
351
- width: 1rem
1146
+ width: 1rem;
352
1147
  }
353
1148
 
354
1149
  .w-5 {
355
- width: 1.25rem
1150
+ width: 1.25rem;
356
1151
  }
357
1152
 
358
1153
  .w-6 {
359
- width: 1.5rem
1154
+ width: 1.5rem;
360
1155
  }
361
1156
 
362
1157
  .w-8 {
363
- width: 2rem
1158
+ width: 2rem;
364
1159
  }
365
1160
 
366
1161
  .w-80 {
367
- width: 20rem
1162
+ width: 20rem;
368
1163
  }
369
1164
 
370
1165
  .w-9 {
371
- width: 2.25rem
1166
+ width: 2.25rem;
372
1167
  }
373
1168
 
374
1169
  .w-\[1px\] {
375
- width: 1px
1170
+ width: 1px;
376
1171
  }
377
1172
 
378
1173
  .w-\[32px\] {
379
- width: 32px
1174
+ width: 32px;
380
1175
  }
381
1176
 
382
1177
  .w-auto {
383
- width: auto
1178
+ width: auto;
384
1179
  }
385
1180
 
386
1181
  .w-full {
387
- width: 100%
1182
+ width: 100%;
388
1183
  }
389
1184
 
390
1185
  .min-w-\[1\.5rem\] {
391
- min-width: 1.5rem
1186
+ min-width: 1.5rem;
392
1187
  }
393
1188
 
394
1189
  .min-w-\[12rem\] {
395
- min-width: 12rem
1190
+ min-width: 12rem;
396
1191
  }
397
1192
 
398
1193
  .min-w-\[15rem\] {
399
- min-width: 15rem
1194
+ min-width: 15rem;
400
1195
  }
401
1196
 
402
1197
  .min-w-\[16rem\] {
403
- min-width: 16rem
1198
+ min-width: 16rem;
404
1199
  }
405
1200
 
406
1201
  .min-w-\[20rem\] {
407
- min-width: 20rem
1202
+ min-width: 20rem;
408
1203
  }
409
1204
 
410
1205
  .min-w-\[276px\] {
411
- min-width: 276px
1206
+ min-width: 276px;
412
1207
  }
413
1208
 
414
1209
  .min-w-\[2rem\] {
415
- min-width: 2rem
1210
+ min-width: 2rem;
416
1211
  }
417
1212
 
418
1213
  .min-w-\[300px\] {
419
- min-width: 300px
1214
+ min-width: 300px;
420
1215
  }
421
1216
 
422
1217
  .max-w-\[15rem\] {
423
- max-width: 15rem
1218
+ max-width: 15rem;
424
1219
  }
425
1220
 
426
1221
  .max-w-\[328px\] {
427
- max-width: 328px
1222
+ max-width: 328px;
428
1223
  }
429
1224
 
430
1225
  .max-w-\[4rem\] {
431
- max-width: 4rem
1226
+ max-width: 4rem;
432
1227
  }
433
1228
 
434
1229
  .flex-1 {
435
- flex: 1 1 0%
1230
+ flex: 1 1 0%;
436
1231
  }
437
1232
 
438
1233
  .flex-none {
439
- flex: none
1234
+ flex: none;
440
1235
  }
441
1236
 
442
1237
  .shrink-0 {
443
- flex-shrink: 0
1238
+ flex-shrink: 0;
444
1239
  }
445
1240
 
446
1241
  .-translate-y-1\/2 {
447
1242
  --tw-translate-y: -50%;
448
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
1243
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
449
1244
  }
450
1245
 
451
1246
  .translate-x-0 {
452
1247
  --tw-translate-x: 0px;
453
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
1248
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
454
1249
  }
455
1250
 
456
1251
  .translate-x-3 {
457
1252
  --tw-translate-x: 0.75rem;
458
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
1253
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
459
1254
  }
460
1255
 
461
1256
  .translate-x-4 {
462
1257
  --tw-translate-x: 1rem;
463
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
1258
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
464
1259
  }
465
1260
 
466
1261
  @keyframes bounce {
467
1262
  0%, 100% {
468
1263
  transform: translateY(-25%);
469
- animation-timing-function: cubic-bezier(0.8,0,1,1)
1264
+ animation-timing-function: cubic-bezier(0.8,0,1,1);
470
1265
  }
471
1266
 
472
1267
  50% {
473
1268
  transform: none;
474
- animation-timing-function: cubic-bezier(0,0,0.2,1)
1269
+ animation-timing-function: cubic-bezier(0,0,0.2,1);
475
1270
  }
476
1271
  }
477
1272
 
478
1273
  .animate-bounce {
479
- animation: bounce 1s infinite
1274
+ animation: bounce 1s infinite;
480
1275
  }
481
1276
 
482
1277
  @keyframes spin {
483
1278
  to {
484
- transform: rotate(360deg)
1279
+ transform: rotate(360deg);
485
1280
  }
486
1281
  }
487
1282
 
488
1283
  .animate-spin {
489
- animation: spin 1s linear infinite
1284
+ animation: spin 1s linear infinite;
490
1285
  }
491
1286
 
492
1287
  .cursor-not-allowed {
493
- cursor: not-allowed
1288
+ cursor: not-allowed;
494
1289
  }
495
1290
 
496
1291
  .cursor-pointer {
497
- cursor: pointer
1292
+ cursor: pointer;
498
1293
  }
499
1294
 
500
1295
  .cursor-text {
501
- cursor: text
1296
+ cursor: text;
502
1297
  }
503
1298
 
504
1299
  .touch-none {
505
- touch-action: none
1300
+ touch-action: none;
506
1301
  }
507
1302
 
508
1303
  .select-none {
509
1304
  -webkit-user-select: none;
510
1305
  -moz-user-select: none;
511
- user-select: none
1306
+ user-select: none;
512
1307
  }
513
1308
 
514
1309
  .appearance-none {
515
1310
  -webkit-appearance: none;
516
1311
  -moz-appearance: none;
517
- appearance: none
1312
+ appearance: none;
518
1313
  }
519
1314
 
520
1315
  .grid-cols-1 {
521
- grid-template-columns: repeat(1, minmax(0, 1fr))
1316
+ grid-template-columns: repeat(1, minmax(0, 1fr));
522
1317
  }
523
1318
 
524
1319
  .flex-row {
525
- flex-direction: row
1320
+ flex-direction: row;
526
1321
  }
527
1322
 
528
1323
  .flex-col {
529
- flex-direction: column
1324
+ flex-direction: column;
530
1325
  }
531
1326
 
532
1327
  .flex-wrap {
533
- flex-wrap: wrap
1328
+ flex-wrap: wrap;
534
1329
  }
535
1330
 
536
1331
  .items-start {
537
- align-items: flex-start
1332
+ align-items: flex-start;
538
1333
  }
539
1334
 
540
1335
  .items-center {
541
- align-items: center
1336
+ align-items: center;
542
1337
  }
543
1338
 
544
1339
  .justify-start {
545
- justify-content: flex-start
1340
+ justify-content: flex-start;
546
1341
  }
547
1342
 
548
1343
  .justify-center {
549
- justify-content: center
1344
+ justify-content: center;
550
1345
  }
551
1346
 
552
1347
  .justify-between {
553
- justify-content: space-between
1348
+ justify-content: space-between;
554
1349
  }
555
1350
 
556
1351
  .gap-0 {
557
- gap: 0px
1352
+ gap: 0px;
558
1353
  }
559
1354
 
560
1355
  .gap-0\.5 {
561
- gap: 0.125rem
1356
+ gap: 0.125rem;
562
1357
  }
563
1358
 
564
1359
  .gap-1 {
565
- gap: 0.25rem
1360
+ gap: 0.25rem;
566
1361
  }
567
1362
 
568
1363
  .gap-2 {
569
- gap: 0.5rem
1364
+ gap: 0.5rem;
570
1365
  }
571
1366
 
572
1367
  .gap-x-1 {
573
1368
  -moz-column-gap: 0.25rem;
574
- column-gap: 0.25rem
1369
+ column-gap: 0.25rem;
575
1370
  }
576
1371
 
577
1372
  .gap-x-1\.5 {
578
1373
  -moz-column-gap: 0.375rem;
579
- column-gap: 0.375rem
1374
+ column-gap: 0.375rem;
580
1375
  }
581
1376
 
582
1377
  .gap-x-6 {
583
1378
  -moz-column-gap: 1.5rem;
584
- column-gap: 1.5rem
1379
+ column-gap: 1.5rem;
585
1380
  }
586
1381
 
587
1382
  .gap-y-2 {
588
- row-gap: 0.5rem
1383
+ row-gap: 0.5rem;
589
1384
  }
590
1385
 
591
1386
  .overflow-auto {
592
- overflow: auto
1387
+ overflow: auto;
593
1388
  }
594
1389
 
595
1390
  .overflow-hidden {
596
- overflow: hidden
1391
+ overflow: hidden;
597
1392
  }
598
1393
 
599
1394
  .overflow-visible {
600
- overflow: visible
1395
+ overflow: visible;
601
1396
  }
602
1397
 
603
1398
  .overflow-y-visible {
604
- overflow-y: visible
1399
+ overflow-y: visible;
605
1400
  }
606
1401
 
607
1402
  .truncate {
608
1403
  overflow: hidden;
609
1404
  text-overflow: ellipsis;
610
- white-space: nowrap
1405
+ white-space: nowrap;
611
1406
  }
612
1407
 
613
1408
  .whitespace-nowrap {
614
- white-space: nowrap
1409
+ white-space: nowrap;
615
1410
  }
616
1411
 
617
1412
  .break-all {
618
- word-break: break-all
1413
+ word-break: break-all;
619
1414
  }
620
1415
 
621
1416
  .rounded {
622
- border-radius: 0.25rem
1417
+ border-radius: 0.25rem;
623
1418
  }
624
1419
 
625
1420
  .rounded-\[inherit\] {
626
- border-radius: inherit
1421
+ border-radius: inherit;
627
1422
  }
628
1423
 
629
1424
  .rounded-full {
630
- border-radius: 9999px
1425
+ border-radius: 9999px;
631
1426
  }
632
1427
 
633
1428
  .rounded-lg {
634
- border-radius: 0.5rem
1429
+ border-radius: 0.5rem;
635
1430
  }
636
1431
 
637
1432
  .rounded-md {
638
- border-radius: 0.375rem
1433
+ border-radius: 0.375rem;
639
1434
  }
640
1435
 
641
1436
  .border {
642
- border-width: 1px
1437
+ border-width: 1px;
643
1438
  }
644
1439
 
645
1440
  .border-0 {
646
- border-width: 0px
1441
+ border-width: 0px;
647
1442
  }
648
1443
 
649
1444
  .border-2 {
650
- border-width: 2px
1445
+ border-width: 2px;
651
1446
  }
652
1447
 
653
1448
  .border-b {
654
- border-bottom-width: 1px
1449
+ border-bottom-width: 1px;
655
1450
  }
656
1451
 
657
1452
  .border-b-2 {
658
- border-bottom-width: 2px
1453
+ border-bottom-width: 2px;
659
1454
  }
660
1455
 
661
1456
  .border-l {
662
- border-left-width: 1px
1457
+ border-left-width: 1px;
663
1458
  }
664
1459
 
665
1460
  .border-r {
666
- border-right-width: 1px
1461
+ border-right-width: 1px;
667
1462
  }
668
1463
 
669
1464
  .border-s-4 {
670
- border-inline-start-width: 4px
1465
+ border-inline-start-width: 4px;
671
1466
  }
672
1467
 
673
1468
  .border-t {
674
- border-top-width: 1px
1469
+ border-top-width: 1px;
675
1470
  }
676
1471
 
677
1472
  .border-black {
678
1473
  --tw-border-opacity: 1;
679
- border-color: rgb(0 0 0 / var(--tw-border-opacity))
1474
+ border-color: rgb(0 0 0 / var(--tw-border-opacity));
680
1475
  }
681
1476
 
682
1477
  .border-black\/10 {
683
- border-color: rgb(0 0 0 / 0.1)
1478
+ border-color: rgb(0 0 0 / 0.1);
684
1479
  }
685
1480
 
686
1481
  .border-current {
687
- border-color: currentColor
1482
+ border-color: currentColor;
688
1483
  }
689
1484
 
690
1485
  .border-gray-300 {
691
1486
  --tw-border-opacity: 1;
692
- border-color: rgb(209 213 219 / var(--tw-border-opacity))
1487
+ border-color: rgb(209 213 219 / var(--tw-border-opacity));
693
1488
  }
694
1489
 
695
1490
  .border-neutral-100 {
696
1491
  --tw-border-opacity: 1;
697
- border-color: rgb(245 245 245 / var(--tw-border-opacity))
1492
+ border-color: rgb(245 245 245 / var(--tw-border-opacity));
698
1493
  }
699
1494
 
700
1495
  .border-neutral-200 {
701
1496
  --tw-border-opacity: 1;
702
- border-color: rgb(229 229 229 / var(--tw-border-opacity))
1497
+ border-color: rgb(229 229 229 / var(--tw-border-opacity));
703
1498
  }
704
1499
 
705
1500
  .border-transparent {
706
- border-color: transparent
1501
+ border-color: transparent;
707
1502
  }
708
1503
 
709
1504
  .border-white {
710
1505
  --tw-border-opacity: 1;
711
- border-color: rgb(255 255 255 / var(--tw-border-opacity))
1506
+ border-color: rgb(255 255 255 / var(--tw-border-opacity));
712
1507
  }
713
1508
 
714
1509
  .border-b-black\/10 {
715
- border-bottom-color: rgb(0 0 0 / 0.1)
1510
+ border-bottom-color: rgb(0 0 0 / 0.1);
716
1511
  }
717
1512
 
718
1513
  .border-l-transparent {
719
- border-left-color: transparent
1514
+ border-left-color: transparent;
720
1515
  }
721
1516
 
722
1517
  .border-r-neutral-200 {
723
1518
  --tw-border-opacity: 1;
724
- border-right-color: rgb(229 229 229 / var(--tw-border-opacity))
1519
+ border-right-color: rgb(229 229 229 / var(--tw-border-opacity));
725
1520
  }
726
1521
 
727
1522
  .border-r-transparent {
728
- border-right-color: transparent
1523
+ border-right-color: transparent;
729
1524
  }
730
1525
 
731
1526
  .border-t-transparent {
732
- border-top-color: transparent
1527
+ border-top-color: transparent;
733
1528
  }
734
1529
 
735
1530
  .bg-\[\#FFA2A2\] {
736
1531
  --tw-bg-opacity: 1;
737
- background-color: rgb(255 162 162 / var(--tw-bg-opacity))
1532
+ background-color: rgb(255 162 162 / var(--tw-bg-opacity));
738
1533
  }
739
1534
 
740
1535
  .bg-black {
741
1536
  --tw-bg-opacity: 1;
742
- background-color: rgb(0 0 0 / var(--tw-bg-opacity))
1537
+ background-color: rgb(0 0 0 / var(--tw-bg-opacity));
743
1538
  }
744
1539
 
745
1540
  .bg-black\/10 {
746
- background-color: rgb(0 0 0 / 0.1)
1541
+ background-color: rgb(0 0 0 / 0.1);
747
1542
  }
748
1543
 
749
1544
  .bg-black\/5 {
750
- background-color: rgb(0 0 0 / 0.05)
1545
+ background-color: rgb(0 0 0 / 0.05);
751
1546
  }
752
1547
 
753
1548
  .bg-black\/60 {
754
- background-color: rgb(0 0 0 / 0.6)
1549
+ background-color: rgb(0 0 0 / 0.6);
755
1550
  }
756
1551
 
757
1552
  .bg-blue-400 {
758
1553
  --tw-bg-opacity: 1;
759
- background-color: rgb(96 165 250 / var(--tw-bg-opacity))
1554
+ background-color: rgb(96 165 250 / var(--tw-bg-opacity));
760
1555
  }
761
1556
 
762
1557
  .bg-blue-500 {
763
1558
  --tw-bg-opacity: 1;
764
- background-color: rgb(59 130 246 / var(--tw-bg-opacity))
1559
+ background-color: rgb(59 130 246 / var(--tw-bg-opacity));
765
1560
  }
766
1561
 
767
1562
  .bg-gray-50 {
768
1563
  --tw-bg-opacity: 1;
769
- background-color: rgb(249 250 251 / var(--tw-bg-opacity))
1564
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity));
770
1565
  }
771
1566
 
772
1567
  .bg-green-400 {
773
1568
  --tw-bg-opacity: 1;
774
- background-color: rgb(74 222 128 / var(--tw-bg-opacity))
1569
+ background-color: rgb(74 222 128 / var(--tw-bg-opacity));
775
1570
  }
776
1571
 
777
1572
  .bg-green-500 {
778
1573
  --tw-bg-opacity: 1;
779
- background-color: rgb(34 197 94 / var(--tw-bg-opacity))
1574
+ background-color: rgb(34 197 94 / var(--tw-bg-opacity));
780
1575
  }
781
1576
 
782
1577
  .bg-neutral-100 {
783
1578
  --tw-bg-opacity: 1;
784
- background-color: rgb(245 245 245 / var(--tw-bg-opacity))
1579
+ background-color: rgb(245 245 245 / var(--tw-bg-opacity));
785
1580
  }
786
1581
 
787
1582
  .bg-neutral-200 {
788
1583
  --tw-bg-opacity: 1;
789
- background-color: rgb(229 229 229 / var(--tw-bg-opacity))
1584
+ background-color: rgb(229 229 229 / var(--tw-bg-opacity));
790
1585
  }
791
1586
 
792
1587
  .bg-neutral-50 {
793
1588
  --tw-bg-opacity: 1;
794
- background-color: rgb(250 250 250 / var(--tw-bg-opacity))
1589
+ background-color: rgb(250 250 250 / var(--tw-bg-opacity));
795
1590
  }
796
1591
 
797
1592
  .bg-neutral-900 {
798
1593
  --tw-bg-opacity: 1;
799
- background-color: rgb(23 23 23 / var(--tw-bg-opacity))
1594
+ background-color: rgb(23 23 23 / var(--tw-bg-opacity));
800
1595
  }
801
1596
 
802
1597
  .bg-red-400 {
803
1598
  --tw-bg-opacity: 1;
804
- background-color: rgb(248 113 113 / var(--tw-bg-opacity))
1599
+ background-color: rgb(248 113 113 / var(--tw-bg-opacity));
805
1600
  }
806
1601
 
807
1602
  .bg-red-500 {
808
1603
  --tw-bg-opacity: 1;
809
- background-color: rgb(239 68 68 / var(--tw-bg-opacity))
1604
+ background-color: rgb(239 68 68 / var(--tw-bg-opacity));
810
1605
  }
811
1606
 
812
1607
  .bg-slate-100 {
813
1608
  --tw-bg-opacity: 1;
814
- background-color: rgb(241 245 249 / var(--tw-bg-opacity))
1609
+ background-color: rgb(241 245 249 / var(--tw-bg-opacity));
815
1610
  }
816
1611
 
817
1612
  .bg-transparent {
818
- background-color: transparent
1613
+ background-color: transparent;
819
1614
  }
820
1615
 
821
1616
  .bg-white {
822
1617
  --tw-bg-opacity: 1;
823
- background-color: rgb(255 255 255 / var(--tw-bg-opacity))
1618
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
824
1619
  }
825
1620
 
826
1621
  .bg-yellow-400 {
827
1622
  --tw-bg-opacity: 1;
828
- background-color: rgb(250 204 21 / var(--tw-bg-opacity))
1623
+ background-color: rgb(250 204 21 / var(--tw-bg-opacity));
829
1624
  }
830
1625
 
831
1626
  .bg-yellow-500 {
832
1627
  --tw-bg-opacity: 1;
833
- background-color: rgb(234 179 8 / var(--tw-bg-opacity))
1628
+ background-color: rgb(234 179 8 / var(--tw-bg-opacity));
834
1629
  }
835
1630
 
836
1631
  .bg-zinc-100 {
837
1632
  --tw-bg-opacity: 1;
838
- background-color: rgb(244 244 245 / var(--tw-bg-opacity))
1633
+ background-color: rgb(244 244 245 / var(--tw-bg-opacity));
839
1634
  }
840
1635
 
841
1636
  .bg-opacity-10 {
842
- --tw-bg-opacity: 0.1
1637
+ --tw-bg-opacity: 0.1;
843
1638
  }
844
1639
 
845
1640
  .bg-opacity-80 {
846
- --tw-bg-opacity: 0.8
1641
+ --tw-bg-opacity: 0.8;
847
1642
  }
848
1643
 
849
1644
  .fill-neutral-300 {
850
- fill: #d4d4d4
1645
+ fill: #d4d4d4;
851
1646
  }
852
1647
 
853
1648
  .object-cover {
854
1649
  -o-object-fit: cover;
855
- object-fit: cover
1650
+ object-fit: cover;
856
1651
  }
857
1652
 
858
1653
  .p-0 {
859
- padding: 0px
1654
+ padding: 0px;
860
1655
  }
861
1656
 
862
1657
  .p-1 {
863
- padding: 0.25rem
1658
+ padding: 0.25rem;
864
1659
  }
865
1660
 
866
1661
  .p-1\.5 {
867
- padding: 0.375rem
1662
+ padding: 0.375rem;
868
1663
  }
869
1664
 
870
1665
  .p-2 {
871
- padding: 0.5rem
1666
+ padding: 0.5rem;
872
1667
  }
873
1668
 
874
1669
  .p-4 {
875
- padding: 1rem
1670
+ padding: 1rem;
876
1671
  }
877
1672
 
878
1673
  .p-8 {
879
- padding: 2rem
1674
+ padding: 2rem;
880
1675
  }
881
1676
 
882
1677
  .p-\[0\.2rem\] {
883
- padding: 0.2rem
1678
+ padding: 0.2rem;
884
1679
  }
885
1680
 
886
1681
  .p-\[1px\] {
887
- padding: 1px
1682
+ padding: 1px;
888
1683
  }
889
1684
 
890
1685
  .px-0 {
891
1686
  padding-left: 0px;
892
- padding-right: 0px
1687
+ padding-right: 0px;
893
1688
  }
894
1689
 
895
1690
  .px-0\.5 {
896
1691
  padding-left: 0.125rem;
897
- padding-right: 0.125rem
1692
+ padding-right: 0.125rem;
898
1693
  }
899
1694
 
900
1695
  .px-1 {
901
1696
  padding-left: 0.25rem;
902
- padding-right: 0.25rem
1697
+ padding-right: 0.25rem;
903
1698
  }
904
1699
 
905
1700
  .px-1\.5 {
906
1701
  padding-left: 0.375rem;
907
- padding-right: 0.375rem
1702
+ padding-right: 0.375rem;
908
1703
  }
909
1704
 
910
1705
  .px-2 {
911
1706
  padding-left: 0.5rem;
912
- padding-right: 0.5rem
1707
+ padding-right: 0.5rem;
913
1708
  }
914
1709
 
915
1710
  .px-2\.5 {
916
1711
  padding-left: 0.625rem;
917
- padding-right: 0.625rem
1712
+ padding-right: 0.625rem;
918
1713
  }
919
1714
 
920
1715
  .px-3 {
921
1716
  padding-left: 0.75rem;
922
- padding-right: 0.75rem
1717
+ padding-right: 0.75rem;
923
1718
  }
924
1719
 
925
1720
  .px-4 {
926
1721
  padding-left: 1rem;
927
- padding-right: 1rem
1722
+ padding-right: 1rem;
928
1723
  }
929
1724
 
930
1725
  .px-6 {
931
1726
  padding-left: 1.5rem;
932
- padding-right: 1.5rem
1727
+ padding-right: 1.5rem;
933
1728
  }
934
1729
 
935
1730
  .px-8 {
936
1731
  padding-left: 2rem;
937
- padding-right: 2rem
1732
+ padding-right: 2rem;
938
1733
  }
939
1734
 
940
1735
  .py-1 {
941
1736
  padding-top: 0.25rem;
942
- padding-bottom: 0.25rem
1737
+ padding-bottom: 0.25rem;
943
1738
  }
944
1739
 
945
1740
  .py-1\.5 {
946
1741
  padding-top: 0.375rem;
947
- padding-bottom: 0.375rem
1742
+ padding-bottom: 0.375rem;
948
1743
  }
949
1744
 
950
1745
  .py-10 {
951
1746
  padding-top: 2.5rem;
952
- padding-bottom: 2.5rem
1747
+ padding-bottom: 2.5rem;
953
1748
  }
954
1749
 
955
1750
  .py-2 {
956
1751
  padding-top: 0.5rem;
957
- padding-bottom: 0.5rem
1752
+ padding-bottom: 0.5rem;
958
1753
  }
959
1754
 
960
1755
  .py-4 {
961
1756
  padding-top: 1rem;
962
- padding-bottom: 1rem
1757
+ padding-bottom: 1rem;
963
1758
  }
964
1759
 
965
1760
  .py-8 {
966
1761
  padding-top: 2rem;
967
- padding-bottom: 2rem
1762
+ padding-bottom: 2rem;
968
1763
  }
969
1764
 
970
1765
  .pb-2 {
971
- padding-bottom: 0.5rem
1766
+ padding-bottom: 0.5rem;
972
1767
  }
973
1768
 
974
1769
  .pr-4 {
975
- padding-right: 1rem
1770
+ padding-right: 1rem;
976
1771
  }
977
1772
 
978
1773
  .pt-2 {
979
- padding-top: 0.5rem
1774
+ padding-top: 0.5rem;
980
1775
  }
981
1776
 
982
1777
  .text-left {
983
- text-align: left
1778
+ text-align: left;
984
1779
  }
985
1780
 
986
1781
  .text-center {
987
- text-align: center
1782
+ text-align: center;
988
1783
  }
989
1784
 
990
1785
  .text-right {
991
- text-align: right
1786
+ text-align: right;
992
1787
  }
993
1788
 
994
1789
  .text-2xl {
995
1790
  font-size: 1.5rem;
996
- line-height: 2rem
1791
+ line-height: 2rem;
997
1792
  }
998
1793
 
999
1794
  .text-\[\.65rem\] {
1000
- font-size: .65rem
1795
+ font-size: .65rem;
1001
1796
  }
1002
1797
 
1003
1798
  .text-\[0\.625rem\] {
1004
- font-size: 0.625rem
1799
+ font-size: 0.625rem;
1005
1800
  }
1006
1801
 
1007
1802
  .text-\[0\.65rem\] {
1008
- font-size: 0.65rem
1803
+ font-size: 0.65rem;
1009
1804
  }
1010
1805
 
1011
1806
  .text-base {
1012
1807
  font-size: 1rem;
1013
- line-height: 1.5rem
1808
+ line-height: 1.5rem;
1014
1809
  }
1015
1810
 
1016
1811
  .text-lg {
1017
1812
  font-size: 1.125rem;
1018
- line-height: 1.75rem
1813
+ line-height: 1.75rem;
1019
1814
  }
1020
1815
 
1021
1816
  .text-sm {
1022
1817
  font-size: 0.875rem;
1023
- line-height: 1.25rem
1818
+ line-height: 1.25rem;
1024
1819
  }
1025
1820
 
1026
1821
  .text-xl {
1027
1822
  font-size: 1.25rem;
1028
- line-height: 1.75rem
1823
+ line-height: 1.75rem;
1029
1824
  }
1030
1825
 
1031
1826
  .text-xs {
1032
1827
  font-size: 0.75rem;
1033
- line-height: 1rem
1828
+ line-height: 1rem;
1034
1829
  }
1035
1830
 
1036
1831
  .font-bold {
1037
- font-weight: 700
1832
+ font-weight: 700;
1038
1833
  }
1039
1834
 
1040
1835
  .font-medium {
1041
- font-weight: 500
1836
+ font-weight: 500;
1042
1837
  }
1043
1838
 
1044
1839
  .font-semibold {
1045
- font-weight: 600
1840
+ font-weight: 600;
1046
1841
  }
1047
1842
 
1048
1843
  .uppercase {
1049
- text-transform: uppercase
1844
+ text-transform: uppercase;
1050
1845
  }
1051
1846
 
1052
1847
  .capitalize {
1053
- text-transform: capitalize
1848
+ text-transform: capitalize;
1054
1849
  }
1055
1850
 
1056
1851
  .italic {
1057
- font-style: italic
1852
+ font-style: italic;
1058
1853
  }
1059
1854
 
1060
1855
  .leading-none {
1061
- line-height: 1
1856
+ line-height: 1;
1062
1857
  }
1063
1858
 
1064
1859
  .leading-relaxed {
1065
- line-height: 1.625
1860
+ line-height: 1.625;
1066
1861
  }
1067
1862
 
1068
1863
  .leading-tight {
1069
- line-height: 1.25
1864
+ line-height: 1.25;
1070
1865
  }
1071
1866
 
1072
1867
  .tracking-wider {
1073
- letter-spacing: 0.05em
1868
+ letter-spacing: 0.05em;
1074
1869
  }
1075
1870
 
1076
1871
  .text-black {
1077
1872
  --tw-text-opacity: 1;
1078
- color: rgb(0 0 0 / var(--tw-text-opacity))
1873
+ color: rgb(0 0 0 / var(--tw-text-opacity));
1079
1874
  }
1080
1875
 
1081
1876
  .text-black\/80 {
1082
- color: rgb(0 0 0 / 0.8)
1877
+ color: rgb(0 0 0 / 0.8);
1083
1878
  }
1084
1879
 
1085
1880
  .text-blue-500 {
1086
1881
  --tw-text-opacity: 1;
1087
- color: rgb(59 130 246 / var(--tw-text-opacity))
1882
+ color: rgb(59 130 246 / var(--tw-text-opacity));
1088
1883
  }
1089
1884
 
1090
1885
  .text-gray-900 {
1091
1886
  --tw-text-opacity: 1;
1092
- color: rgb(17 24 39 / var(--tw-text-opacity))
1887
+ color: rgb(17 24 39 / var(--tw-text-opacity));
1093
1888
  }
1094
1889
 
1095
1890
  .text-neutral-400 {
1096
1891
  --tw-text-opacity: 1;
1097
- color: rgb(163 163 163 / var(--tw-text-opacity))
1892
+ color: rgb(163 163 163 / var(--tw-text-opacity));
1098
1893
  }
1099
1894
 
1100
1895
  .text-neutral-500 {
1101
1896
  --tw-text-opacity: 1;
1102
- color: rgb(115 115 115 / var(--tw-text-opacity))
1897
+ color: rgb(115 115 115 / var(--tw-text-opacity));
1103
1898
  }
1104
1899
 
1105
1900
  .text-neutral-800 {
1106
1901
  --tw-text-opacity: 1;
1107
- color: rgb(38 38 38 / var(--tw-text-opacity))
1902
+ color: rgb(38 38 38 / var(--tw-text-opacity));
1108
1903
  }
1109
1904
 
1110
1905
  .text-neutral-900 {
1111
1906
  --tw-text-opacity: 1;
1112
- color: rgb(23 23 23 / var(--tw-text-opacity))
1907
+ color: rgb(23 23 23 / var(--tw-text-opacity));
1113
1908
  }
1114
1909
 
1115
1910
  .text-purple-500 {
1116
1911
  --tw-text-opacity: 1;
1117
- color: rgb(168 85 247 / var(--tw-text-opacity))
1912
+ color: rgb(168 85 247 / var(--tw-text-opacity));
1118
1913
  }
1119
1914
 
1120
1915
  .text-purple-600 {
1121
1916
  --tw-text-opacity: 1;
1122
- color: rgb(147 51 234 / var(--tw-text-opacity))
1917
+ color: rgb(147 51 234 / var(--tw-text-opacity));
1123
1918
  }
1124
1919
 
1125
1920
  .text-red-500 {
1126
1921
  --tw-text-opacity: 1;
1127
- color: rgb(239 68 68 / var(--tw-text-opacity))
1922
+ color: rgb(239 68 68 / var(--tw-text-opacity));
1128
1923
  }
1129
1924
 
1130
1925
  .text-white {
1131
1926
  --tw-text-opacity: 1;
1132
- color: rgb(255 255 255 / var(--tw-text-opacity))
1927
+ color: rgb(255 255 255 / var(--tw-text-opacity));
1133
1928
  }
1134
1929
 
1135
1930
  .underline {
1136
- text-decoration-line: underline
1931
+ text-decoration-line: underline;
1137
1932
  }
1138
1933
 
1139
1934
  .caret-black {
1140
- caret-color: #000
1935
+ caret-color: #000;
1141
1936
  }
1142
1937
 
1143
1938
  .opacity-0 {
1144
- opacity: 0
1939
+ opacity: 0;
1145
1940
  }
1146
1941
 
1147
1942
  .opacity-20 {
1148
- opacity: 0.2
1943
+ opacity: 0.2;
1149
1944
  }
1150
1945
 
1151
1946
  .shadow-2xl {
1152
1947
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
1153
1948
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
1154
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
1949
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1155
1950
  }
1156
1951
 
1157
1952
  .shadow-sm {
1158
1953
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
1159
1954
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
1160
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
1955
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1161
1956
  }
1162
1957
 
1163
1958
  .outline-none {
1164
1959
  outline: 2px solid transparent;
1165
- outline-offset: 2px
1960
+ outline-offset: 2px;
1166
1961
  }
1167
1962
 
1168
1963
  .outline {
1169
- outline-style: solid
1964
+ outline-style: solid;
1170
1965
  }
1171
1966
 
1172
1967
  .outline-offset-0 {
1173
- outline-offset: 0px
1968
+ outline-offset: 0px;
1174
1969
  }
1175
1970
 
1176
1971
  .ring-1 {
1177
1972
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1178
1973
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1179
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
1974
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1180
1975
  }
1181
1976
 
1182
1977
  .ring-current {
1183
- --tw-ring-color: currentColor
1978
+ --tw-ring-color: currentColor;
1184
1979
  }
1185
1980
 
1186
1981
  .ring-offset-2 {
1187
- --tw-ring-offset-width: 2px
1982
+ --tw-ring-offset-width: 2px;
1188
1983
  }
1189
1984
 
1190
1985
  .blur {
1191
1986
  --tw-blur: blur(8px);
1192
- 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)
1987
+ 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);
1193
1988
  }
1194
1989
 
1195
1990
  .filter {
1196
- 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)
1991
+ 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);
1197
1992
  }
1198
1993
 
1199
1994
  .transition-all {
1200
1995
  transition-property: all;
1201
1996
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1202
- transition-duration: 150ms
1997
+ transition-duration: 150ms;
1203
1998
  }
1204
1999
 
1205
2000
  .transition-colors {
1206
2001
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1207
2002
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1208
- transition-duration: 150ms
2003
+ transition-duration: 150ms;
1209
2004
  }
1210
2005
 
1211
2006
  .transition-transform {
1212
2007
  transition-property: transform;
1213
2008
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1214
- transition-duration: 150ms
2009
+ transition-duration: 150ms;
1215
2010
  }
1216
2011
 
1217
2012
  .duration-300 {
1218
- transition-duration: 300ms
2013
+ transition-duration: 300ms;
1219
2014
  }
1220
2015
 
1221
2016
  @keyframes enter {
1222
2017
  from {
1223
2018
  opacity: var(--tw-enter-opacity, 1);
1224
- transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))
2019
+ transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
1225
2020
  }
1226
2021
  }
1227
2022
 
1228
2023
  @keyframes exit {
1229
2024
  to {
1230
2025
  opacity: var(--tw-exit-opacity, 1);
1231
- transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))
2026
+ transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
1232
2027
  }
1233
2028
  }
1234
2029
 
1235
2030
  .duration-300 {
1236
- animation-duration: 300ms
2031
+ animation-duration: 300ms;
1237
2032
  }
1238
2033
 
1239
2034
  .\[animation-delay\:-0\.15s\] {
1240
- animation-delay: -0.15s
2035
+ animation-delay: -0.15s;
1241
2036
  }
1242
2037
 
1243
2038
  .\[animation-delay\:-0\.3s\] {
1244
- animation-delay: -0.3s
2039
+ animation-delay: -0.3s;
1245
2040
  }
1246
2041
 
1247
2042
  .first\:ml-0:first-child {
1248
- margin-left: 0px
2043
+ margin-left: 0px;
1249
2044
  }
1250
2045
 
1251
2046
  .first\:mt-0:first-child {
1252
- margin-top: 0px
2047
+ margin-top: 0px;
1253
2048
  }
1254
2049
 
1255
2050
  .first\:mt-0\.5:first-child {
1256
- margin-top: 0.125rem
2051
+ margin-top: 0.125rem;
1257
2052
  }
1258
2053
 
1259
2054
  .first\:mt-1:first-child {
1260
- margin-top: 0.25rem
2055
+ margin-top: 0.25rem;
1261
2056
  }
1262
2057
 
1263
2058
  .first\:mt-1\.5:first-child {
1264
- margin-top: 0.375rem
2059
+ margin-top: 0.375rem;
1265
2060
  }
1266
2061
 
1267
2062
  .last\:mr-0:last-child {
1268
- margin-right: 0px
2063
+ margin-right: 0px;
1269
2064
  }
1270
2065
 
1271
2066
  .last\:mt-0:last-child {
1272
- margin-top: 0px
2067
+ margin-top: 0px;
1273
2068
  }
1274
2069
 
1275
2070
  .hover\:bg-black:hover {
1276
2071
  --tw-bg-opacity: 1;
1277
- background-color: rgb(0 0 0 / var(--tw-bg-opacity))
2072
+ background-color: rgb(0 0 0 / var(--tw-bg-opacity));
1278
2073
  }
1279
2074
 
1280
2075
  .hover\:bg-black\/10:hover {
1281
- background-color: rgb(0 0 0 / 0.1)
2076
+ background-color: rgb(0 0 0 / 0.1);
1282
2077
  }
1283
2078
 
1284
2079
  .hover\:bg-black\/5:hover {
1285
- background-color: rgb(0 0 0 / 0.05)
2080
+ background-color: rgb(0 0 0 / 0.05);
1286
2081
  }
1287
2082
 
1288
2083
  .hover\:bg-neutral-100:hover {
1289
2084
  --tw-bg-opacity: 1;
1290
- background-color: rgb(245 245 245 / var(--tw-bg-opacity))
2085
+ background-color: rgb(245 245 245 / var(--tw-bg-opacity));
1291
2086
  }
1292
2087
 
1293
2088
  .hover\:bg-neutral-300:hover {
1294
2089
  --tw-bg-opacity: 1;
1295
- background-color: rgb(212 212 212 / var(--tw-bg-opacity))
2090
+ background-color: rgb(212 212 212 / var(--tw-bg-opacity));
1296
2091
  }
1297
2092
 
1298
2093
  .hover\:bg-neutral-50:hover {
1299
2094
  --tw-bg-opacity: 1;
1300
- background-color: rgb(250 250 250 / var(--tw-bg-opacity))
2095
+ background-color: rgb(250 250 250 / var(--tw-bg-opacity));
1301
2096
  }
1302
2097
 
1303
2098
  .hover\:bg-neutral-800:hover {
1304
2099
  --tw-bg-opacity: 1;
1305
- background-color: rgb(38 38 38 / var(--tw-bg-opacity))
2100
+ background-color: rgb(38 38 38 / var(--tw-bg-opacity));
1306
2101
  }
1307
2102
 
1308
2103
  .hover\:bg-red-500:hover {
1309
2104
  --tw-bg-opacity: 1;
1310
- background-color: rgb(239 68 68 / var(--tw-bg-opacity))
2105
+ background-color: rgb(239 68 68 / var(--tw-bg-opacity));
1311
2106
  }
1312
2107
 
1313
2108
  .hover\:bg-opacity-20:hover {
1314
- --tw-bg-opacity: 0.2
2109
+ --tw-bg-opacity: 0.2;
1315
2110
  }
1316
2111
 
1317
2112
  .hover\:bg-opacity-5:hover {
1318
- --tw-bg-opacity: 0.05
2113
+ --tw-bg-opacity: 0.05;
1319
2114
  }
1320
2115
 
1321
2116
  .hover\:text-black:hover {
1322
2117
  --tw-text-opacity: 1;
1323
- color: rgb(0 0 0 / var(--tw-text-opacity))
2118
+ color: rgb(0 0 0 / var(--tw-text-opacity));
1324
2119
  }
1325
2120
 
1326
2121
  .hover\:text-neutral-700:hover {
1327
2122
  --tw-text-opacity: 1;
1328
- color: rgb(64 64 64 / var(--tw-text-opacity))
2123
+ color: rgb(64 64 64 / var(--tw-text-opacity));
1329
2124
  }
1330
2125
 
1331
2126
  .hover\:text-neutral-800:hover {
1332
2127
  --tw-text-opacity: 1;
1333
- color: rgb(38 38 38 / var(--tw-text-opacity))
2128
+ color: rgb(38 38 38 / var(--tw-text-opacity));
1334
2129
  }
1335
2130
 
1336
2131
  .hover\:text-purple-600:hover {
1337
2132
  --tw-text-opacity: 1;
1338
- color: rgb(147 51 234 / var(--tw-text-opacity))
2133
+ color: rgb(147 51 234 / var(--tw-text-opacity));
1339
2134
  }
1340
2135
 
1341
2136
  .hover\:ring-1:hover {
1342
2137
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1343
2138
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1344
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
2139
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1345
2140
  }
1346
2141
 
1347
2142
  .focus\:bg-transparent:focus {
1348
- background-color: transparent
2143
+ background-color: transparent;
1349
2144
  }
1350
2145
 
1351
2146
  .focus\:outline-none:focus {
1352
2147
  outline: 2px solid transparent;
1353
- outline-offset: 2px
2148
+ outline-offset: 2px;
1354
2149
  }
1355
2150
 
1356
2151
  .focus\:outline:focus {
1357
- outline-style: solid
2152
+ outline-style: solid;
1358
2153
  }
1359
2154
 
1360
2155
  .focus\:outline-1:focus {
1361
- outline-width: 1px
2156
+ outline-width: 1px;
1362
2157
  }
1363
2158
 
1364
2159
  .focus\:outline-black:focus {
1365
- outline-color: #000
2160
+ outline-color: #000;
1366
2161
  }
1367
2162
 
1368
2163
  .focus\:outline-neutral-300:focus {
1369
- outline-color: #d4d4d4
2164
+ outline-color: #d4d4d4;
1370
2165
  }
1371
2166
 
1372
2167
  .focus\:ring-0:focus {
1373
2168
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1374
2169
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1375
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
2170
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1376
2171
  }
1377
2172
 
1378
2173
  .active\:bg-black\/10:active {
1379
- background-color: rgb(0 0 0 / 0.1)
2174
+ background-color: rgb(0 0 0 / 0.1);
1380
2175
  }
1381
2176
 
1382
2177
  .active\:bg-neutral-200:active {
1383
2178
  --tw-bg-opacity: 1;
1384
- background-color: rgb(229 229 229 / var(--tw-bg-opacity))
2179
+ background-color: rgb(229 229 229 / var(--tw-bg-opacity));
1385
2180
  }
1386
2181
 
1387
2182
  .active\:bg-neutral-900:active {
1388
2183
  --tw-bg-opacity: 1;
1389
- background-color: rgb(23 23 23 / var(--tw-bg-opacity))
2184
+ background-color: rgb(23 23 23 / var(--tw-bg-opacity));
1390
2185
  }
1391
2186
 
1392
2187
  .active\:bg-transparent:active {
1393
- background-color: transparent
2188
+ background-color: transparent;
1394
2189
  }
1395
2190
 
1396
2191
  .active\:text-neutral-800:active {
1397
2192
  --tw-text-opacity: 1;
1398
- color: rgb(38 38 38 / var(--tw-text-opacity))
2193
+ color: rgb(38 38 38 / var(--tw-text-opacity));
1399
2194
  }
1400
2195
 
1401
2196
  .active\:text-purple-600:active {
1402
2197
  --tw-text-opacity: 1;
1403
- color: rgb(147 51 234 / var(--tw-text-opacity))
2198
+ color: rgb(147 51 234 / var(--tw-text-opacity));
1404
2199
  }
1405
2200
 
1406
2201
  .active\:outline:active {
1407
- outline-style: solid
2202
+ outline-style: solid;
1408
2203
  }
1409
2204
 
1410
2205
  .active\:outline-black:active {
1411
- outline-color: #000
2206
+ outline-color: #000;
1412
2207
  }
1413
2208
 
1414
2209
  .disabled\:opacity-50:disabled {
1415
- opacity: 0.5
2210
+ opacity: 0.5;
1416
2211
  }
1417
2212
 
1418
2213
  .dark\:border-black:is([data-theme="dark"] *) {
1419
2214
  --tw-border-opacity: 1;
1420
- border-color: rgb(0 0 0 / var(--tw-border-opacity))
2215
+ border-color: rgb(0 0 0 / var(--tw-border-opacity));
1421
2216
  }
1422
2217
 
1423
2218
  .dark\:border-neutral-800:is([data-theme="dark"] *) {
1424
2219
  --tw-border-opacity: 1;
1425
- border-color: rgb(38 38 38 / var(--tw-border-opacity))
2220
+ border-color: rgb(38 38 38 / var(--tw-border-opacity));
1426
2221
  }
1427
2222
 
1428
2223
  .dark\:border-neutral-900:is([data-theme="dark"] *) {
1429
2224
  --tw-border-opacity: 1;
1430
- border-color: rgb(23 23 23 / var(--tw-border-opacity))
2225
+ border-color: rgb(23 23 23 / var(--tw-border-opacity));
1431
2226
  }
1432
2227
 
1433
2228
  .dark\:border-white:is([data-theme="dark"] *) {
1434
2229
  --tw-border-opacity: 1;
1435
- border-color: rgb(255 255 255 / var(--tw-border-opacity))
2230
+ border-color: rgb(255 255 255 / var(--tw-border-opacity));
1436
2231
  }
1437
2232
 
1438
2233
  .dark\:border-r-neutral-800:is([data-theme="dark"] *) {
1439
2234
  --tw-border-opacity: 1;
1440
- border-right-color: rgb(38 38 38 / var(--tw-border-opacity))
2235
+ border-right-color: rgb(38 38 38 / var(--tw-border-opacity));
1441
2236
  }
1442
2237
 
1443
2238
  .dark\:bg-black:is([data-theme="dark"] *) {
1444
2239
  --tw-bg-opacity: 1;
1445
- background-color: rgb(0 0 0 / var(--tw-bg-opacity))
2240
+ background-color: rgb(0 0 0 / var(--tw-bg-opacity));
1446
2241
  }
1447
2242
 
1448
2243
  .dark\:bg-green-400:is([data-theme="dark"] *) {
1449
2244
  --tw-bg-opacity: 1;
1450
- background-color: rgb(74 222 128 / var(--tw-bg-opacity))
2245
+ background-color: rgb(74 222 128 / var(--tw-bg-opacity));
1451
2246
  }
1452
2247
 
1453
2248
  .dark\:bg-neutral-300:is([data-theme="dark"] *) {
1454
2249
  --tw-bg-opacity: 1;
1455
- background-color: rgb(212 212 212 / var(--tw-bg-opacity))
2250
+ background-color: rgb(212 212 212 / var(--tw-bg-opacity));
1456
2251
  }
1457
2252
 
1458
2253
  .dark\:bg-neutral-800:is([data-theme="dark"] *) {
1459
2254
  --tw-bg-opacity: 1;
1460
- background-color: rgb(38 38 38 / var(--tw-bg-opacity))
2255
+ background-color: rgb(38 38 38 / var(--tw-bg-opacity));
1461
2256
  }
1462
2257
 
1463
2258
  .dark\:bg-neutral-900:is([data-theme="dark"] *) {
1464
2259
  --tw-bg-opacity: 1;
1465
- background-color: rgb(23 23 23 / var(--tw-bg-opacity))
2260
+ background-color: rgb(23 23 23 / var(--tw-bg-opacity));
1466
2261
  }
1467
2262
 
1468
2263
  .dark\:bg-red-400:is([data-theme="dark"] *) {
1469
2264
  --tw-bg-opacity: 1;
1470
- background-color: rgb(248 113 113 / var(--tw-bg-opacity))
2265
+ background-color: rgb(248 113 113 / var(--tw-bg-opacity));
1471
2266
  }
1472
2267
 
1473
2268
  .dark\:bg-white:is([data-theme="dark"] *) {
1474
2269
  --tw-bg-opacity: 1;
1475
- background-color: rgb(255 255 255 / var(--tw-bg-opacity))
2270
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1476
2271
  }
1477
2272
 
1478
2273
  .dark\:bg-white\/10:is([data-theme="dark"] *) {
1479
- background-color: rgb(255 255 255 / 0.1)
2274
+ background-color: rgb(255 255 255 / 0.1);
1480
2275
  }
1481
2276
 
1482
2277
  .dark\:bg-white\/20:is([data-theme="dark"] *) {
1483
- background-color: rgb(255 255 255 / 0.2)
2278
+ background-color: rgb(255 255 255 / 0.2);
1484
2279
  }
1485
2280
 
1486
2281
  .dark\:bg-yellow-400:is([data-theme="dark"] *) {
1487
2282
  --tw-bg-opacity: 1;
1488
- background-color: rgb(250 204 21 / var(--tw-bg-opacity))
2283
+ background-color: rgb(250 204 21 / var(--tw-bg-opacity));
1489
2284
  }
1490
2285
 
1491
2286
  .dark\:text-black:is([data-theme="dark"] *) {
1492
2287
  --tw-text-opacity: 1;
1493
- color: rgb(0 0 0 / var(--tw-text-opacity))
2288
+ color: rgb(0 0 0 / var(--tw-text-opacity));
1494
2289
  }
1495
2290
 
1496
2291
  .dark\:text-neutral-100:is([data-theme="dark"] *) {
1497
2292
  --tw-text-opacity: 1;
1498
- color: rgb(245 245 245 / var(--tw-text-opacity))
2293
+ color: rgb(245 245 245 / var(--tw-text-opacity));
1499
2294
  }
1500
2295
 
1501
2296
  .dark\:text-neutral-200:is([data-theme="dark"] *) {
1502
2297
  --tw-text-opacity: 1;
1503
- color: rgb(229 229 229 / var(--tw-text-opacity))
2298
+ color: rgb(229 229 229 / var(--tw-text-opacity));
1504
2299
  }
1505
2300
 
1506
2301
  .dark\:text-neutral-300:is([data-theme="dark"] *) {
1507
2302
  --tw-text-opacity: 1;
1508
- color: rgb(212 212 212 / var(--tw-text-opacity))
2303
+ color: rgb(212 212 212 / var(--tw-text-opacity));
1509
2304
  }
1510
2305
 
1511
2306
  .dark\:text-neutral-400:is([data-theme="dark"] *) {
1512
2307
  --tw-text-opacity: 1;
1513
- color: rgb(163 163 163 / var(--tw-text-opacity))
2308
+ color: rgb(163 163 163 / var(--tw-text-opacity));
1514
2309
  }
1515
2310
 
1516
2311
  .dark\:text-neutral-500:is([data-theme="dark"] *) {
1517
2312
  --tw-text-opacity: 1;
1518
- color: rgb(115 115 115 / var(--tw-text-opacity))
2313
+ color: rgb(115 115 115 / var(--tw-text-opacity));
1519
2314
  }
1520
2315
 
1521
2316
  .dark\:text-neutral-600:is([data-theme="dark"] *) {
1522
2317
  --tw-text-opacity: 1;
1523
- color: rgb(82 82 82 / var(--tw-text-opacity))
2318
+ color: rgb(82 82 82 / var(--tw-text-opacity));
1524
2319
  }
1525
2320
 
1526
2321
  .dark\:text-purple-400:is([data-theme="dark"] *) {
1527
2322
  --tw-text-opacity: 1;
1528
- color: rgb(192 132 252 / var(--tw-text-opacity))
2323
+ color: rgb(192 132 252 / var(--tw-text-opacity));
1529
2324
  }
1530
2325
 
1531
2326
  .dark\:text-red-500:is([data-theme="dark"] *) {
1532
2327
  --tw-text-opacity: 1;
1533
- color: rgb(239 68 68 / var(--tw-text-opacity))
2328
+ color: rgb(239 68 68 / var(--tw-text-opacity));
1534
2329
  }
1535
2330
 
1536
2331
  .dark\:text-white:is([data-theme="dark"] *) {
1537
2332
  --tw-text-opacity: 1;
1538
- color: rgb(255 255 255 / var(--tw-text-opacity))
2333
+ color: rgb(255 255 255 / var(--tw-text-opacity));
1539
2334
  }
1540
2335
 
1541
2336
  .dark\:text-white\/80:is([data-theme="dark"] *) {
1542
- color: rgb(255 255 255 / 0.8)
2337
+ color: rgb(255 255 255 / 0.8);
1543
2338
  }
1544
2339
 
1545
2340
  .dark\:caret-white:is([data-theme="dark"] *) {
1546
- caret-color: #fff
2341
+ caret-color: #fff;
1547
2342
  }
1548
2343
 
1549
2344
  .dark\:hover\:bg-neutral-200:hover:is([data-theme="dark"] *) {
1550
2345
  --tw-bg-opacity: 1;
1551
- background-color: rgb(229 229 229 / var(--tw-bg-opacity))
2346
+ background-color: rgb(229 229 229 / var(--tw-bg-opacity));
1552
2347
  }
1553
2348
 
1554
2349
  .dark\:hover\:bg-neutral-700:hover:is([data-theme="dark"] *) {
1555
2350
  --tw-bg-opacity: 1;
1556
- background-color: rgb(64 64 64 / var(--tw-bg-opacity))
2351
+ background-color: rgb(64 64 64 / var(--tw-bg-opacity));
1557
2352
  }
1558
2353
 
1559
2354
  .dark\:hover\:bg-neutral-800:hover:is([data-theme="dark"] *) {
1560
2355
  --tw-bg-opacity: 1;
1561
- background-color: rgb(38 38 38 / var(--tw-bg-opacity))
2356
+ background-color: rgb(38 38 38 / var(--tw-bg-opacity));
1562
2357
  }
1563
2358
 
1564
2359
  .dark\:hover\:bg-neutral-900:hover:is([data-theme="dark"] *) {
1565
2360
  --tw-bg-opacity: 1;
1566
- background-color: rgb(23 23 23 / var(--tw-bg-opacity))
2361
+ background-color: rgb(23 23 23 / var(--tw-bg-opacity));
1567
2362
  }
1568
2363
 
1569
2364
  .dark\:hover\:bg-red-500:hover:is([data-theme="dark"] *) {
1570
2365
  --tw-bg-opacity: 1;
1571
- background-color: rgb(239 68 68 / var(--tw-bg-opacity))
2366
+ background-color: rgb(239 68 68 / var(--tw-bg-opacity));
1572
2367
  }
1573
2368
 
1574
2369
  .dark\:hover\:bg-white\/10:hover:is([data-theme="dark"] *) {
1575
- background-color: rgb(255 255 255 / 0.1)
2370
+ background-color: rgb(255 255 255 / 0.1);
1576
2371
  }
1577
2372
 
1578
2373
  .dark\:hover\:bg-white\/20:hover:is([data-theme="dark"] *) {
1579
- background-color: rgb(255 255 255 / 0.2)
2374
+ background-color: rgb(255 255 255 / 0.2);
1580
2375
  }
1581
2376
 
1582
2377
  .dark\:hover\:bg-opacity-20:hover:is([data-theme="dark"] *) {
1583
- --tw-bg-opacity: 0.2
2378
+ --tw-bg-opacity: 0.2;
1584
2379
  }
1585
2380
 
1586
2381
  .dark\:hover\:text-neutral-200:hover:is([data-theme="dark"] *) {
1587
2382
  --tw-text-opacity: 1;
1588
- color: rgb(229 229 229 / var(--tw-text-opacity))
2383
+ color: rgb(229 229 229 / var(--tw-text-opacity));
1589
2384
  }
1590
2385
 
1591
2386
  .dark\:hover\:text-neutral-300:hover:is([data-theme="dark"] *) {
1592
2387
  --tw-text-opacity: 1;
1593
- color: rgb(212 212 212 / var(--tw-text-opacity))
2388
+ color: rgb(212 212 212 / var(--tw-text-opacity));
1594
2389
  }
1595
2390
 
1596
2391
  .dark\:hover\:text-purple-200:hover:is([data-theme="dark"] *) {
1597
2392
  --tw-text-opacity: 1;
1598
- color: rgb(233 213 255 / var(--tw-text-opacity))
2393
+ color: rgb(233 213 255 / var(--tw-text-opacity));
1599
2394
  }
1600
2395
 
1601
2396
  .dark\:hover\:text-purple-300:hover:is([data-theme="dark"] *) {
1602
2397
  --tw-text-opacity: 1;
1603
- color: rgb(216 180 254 / var(--tw-text-opacity))
2398
+ color: rgb(216 180 254 / var(--tw-text-opacity));
1604
2399
  }
1605
2400
 
1606
2401
  .dark\:hover\:text-red-500:hover:is([data-theme="dark"] *) {
1607
2402
  --tw-text-opacity: 1;
1608
- color: rgb(239 68 68 / var(--tw-text-opacity))
2403
+ color: rgb(239 68 68 / var(--tw-text-opacity));
1609
2404
  }
1610
2405
 
1611
2406
  .dark\:focus\:outline-neutral-700:focus:is([data-theme="dark"] *) {
1612
- outline-color: #404040
2407
+ outline-color: #404040;
1613
2408
  }
1614
2409
 
1615
2410
  .dark\:focus\:outline-white:focus:is([data-theme="dark"] *) {
1616
- outline-color: #fff
2411
+ outline-color: #fff;
1617
2412
  }
1618
2413
 
1619
2414
  .dark\:active\:bg-neutral-300:active:is([data-theme="dark"] *) {
1620
2415
  --tw-bg-opacity: 1;
1621
- background-color: rgb(212 212 212 / var(--tw-bg-opacity))
2416
+ background-color: rgb(212 212 212 / var(--tw-bg-opacity));
1622
2417
  }
1623
2418
 
1624
2419
  .dark\:active\:bg-neutral-700:active:is([data-theme="dark"] *) {
1625
2420
  --tw-bg-opacity: 1;
1626
- background-color: rgb(64 64 64 / var(--tw-bg-opacity))
2421
+ background-color: rgb(64 64 64 / var(--tw-bg-opacity));
1627
2422
  }
1628
2423
 
1629
2424
  .dark\:active\:bg-neutral-800:active:is([data-theme="dark"] *) {
1630
2425
  --tw-bg-opacity: 1;
1631
- background-color: rgb(38 38 38 / var(--tw-bg-opacity))
2426
+ background-color: rgb(38 38 38 / var(--tw-bg-opacity));
1632
2427
  }
1633
2428
 
1634
2429
  .dark\:active\:text-neutral-200:active:is([data-theme="dark"] *) {
1635
2430
  --tw-text-opacity: 1;
1636
- color: rgb(229 229 229 / var(--tw-text-opacity))
2431
+ color: rgb(229 229 229 / var(--tw-text-opacity));
1637
2432
  }
1638
2433
 
1639
2434
  .dark\:active\:text-purple-400:active:is([data-theme="dark"] *) {
1640
2435
  --tw-text-opacity: 1;
1641
- color: rgb(192 132 252 / var(--tw-text-opacity))
2436
+ color: rgb(192 132 252 / var(--tw-text-opacity));
1642
2437
  }
1643
2438
 
1644
2439
  .dark\:active\:outline-white:active:is([data-theme="dark"] *) {
1645
- outline-color: #fff
2440
+ outline-color: #fff;
1646
2441
  }
1647
2442
 
1648
2443
  @media (min-width: 1024px) {
1649
2444
  .lg\:relative {
1650
- position: relative
2445
+ position: relative;
1651
2446
  }
1652
2447
 
1653
2448
  .lg\:h-auto {
1654
- height: auto
2449
+ height: auto;
1655
2450
  }
1656
2451
 
1657
2452
  .lg\:bg-white\/30 {
1658
- background-color: rgb(255 255 255 / 0.3)
2453
+ background-color: rgb(255 255 255 / 0.3);
1659
2454
  }
1660
2455
 
1661
2456
  .lg\:backdrop-blur-xl {
1662
2457
  --tw-backdrop-blur: blur(24px);
1663
2458
  -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);
1664
- 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)
2459
+ 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);
1665
2460
  }
1666
2461
 
1667
2462
  .lg\:dark\:bg-black\/30:is([data-theme="dark"] *) {
1668
- background-color: rgb(0 0 0 / 0.3)
2463
+ background-color: rgb(0 0 0 / 0.3);
1669
2464
  }
1670
2465
  }