markdown-text-editor 0.0.16-beta.1 → 0.0.17-beta.1

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,1831 @@
1
+ *, ::before, ::after {
2
+ --tw-border-spacing-x: 0;
3
+ --tw-border-spacing-y: 0;
4
+ --tw-translate-x: 0;
5
+ --tw-translate-y: 0;
6
+ --tw-rotate: 0;
7
+ --tw-skew-x: 0;
8
+ --tw-skew-y: 0;
9
+ --tw-scale-x: 1;
10
+ --tw-scale-y: 1;
11
+ --tw-pan-x: ;
12
+ --tw-pan-y: ;
13
+ --tw-pinch-zoom: ;
14
+ --tw-scroll-snap-strictness: proximity;
15
+ --tw-gradient-from-position: ;
16
+ --tw-gradient-via-position: ;
17
+ --tw-gradient-to-position: ;
18
+ --tw-ordinal: ;
19
+ --tw-slashed-zero: ;
20
+ --tw-numeric-figure: ;
21
+ --tw-numeric-spacing: ;
22
+ --tw-numeric-fraction: ;
23
+ --tw-ring-inset: ;
24
+ --tw-ring-offset-width: 0px;
25
+ --tw-ring-offset-color: #fff;
26
+ --tw-ring-color: rgb(59 130 246 / 0.5);
27
+ --tw-ring-offset-shadow: 0 0 #0000;
28
+ --tw-ring-shadow: 0 0 #0000;
29
+ --tw-shadow: 0 0 #0000;
30
+ --tw-shadow-colored: 0 0 #0000;
31
+ --tw-blur: ;
32
+ --tw-brightness: ;
33
+ --tw-contrast: ;
34
+ --tw-grayscale: ;
35
+ --tw-hue-rotate: ;
36
+ --tw-invert: ;
37
+ --tw-saturate: ;
38
+ --tw-sepia: ;
39
+ --tw-drop-shadow: ;
40
+ --tw-backdrop-blur: ;
41
+ --tw-backdrop-brightness: ;
42
+ --tw-backdrop-contrast: ;
43
+ --tw-backdrop-grayscale: ;
44
+ --tw-backdrop-hue-rotate: ;
45
+ --tw-backdrop-invert: ;
46
+ --tw-backdrop-opacity: ;
47
+ --tw-backdrop-saturate: ;
48
+ --tw-backdrop-sepia: ;
49
+ --tw-contain-size: ;
50
+ --tw-contain-layout: ;
51
+ --tw-contain-paint: ;
52
+ --tw-contain-style: ;
53
+ }
54
+
55
+ ::backdrop {
56
+ --tw-border-spacing-x: 0;
57
+ --tw-border-spacing-y: 0;
58
+ --tw-translate-x: 0;
59
+ --tw-translate-y: 0;
60
+ --tw-rotate: 0;
61
+ --tw-skew-x: 0;
62
+ --tw-skew-y: 0;
63
+ --tw-scale-x: 1;
64
+ --tw-scale-y: 1;
65
+ --tw-pan-x: ;
66
+ --tw-pan-y: ;
67
+ --tw-pinch-zoom: ;
68
+ --tw-scroll-snap-strictness: proximity;
69
+ --tw-gradient-from-position: ;
70
+ --tw-gradient-via-position: ;
71
+ --tw-gradient-to-position: ;
72
+ --tw-ordinal: ;
73
+ --tw-slashed-zero: ;
74
+ --tw-numeric-figure: ;
75
+ --tw-numeric-spacing: ;
76
+ --tw-numeric-fraction: ;
77
+ --tw-ring-inset: ;
78
+ --tw-ring-offset-width: 0px;
79
+ --tw-ring-offset-color: #fff;
80
+ --tw-ring-color: rgb(59 130 246 / 0.5);
81
+ --tw-ring-offset-shadow: 0 0 #0000;
82
+ --tw-ring-shadow: 0 0 #0000;
83
+ --tw-shadow: 0 0 #0000;
84
+ --tw-shadow-colored: 0 0 #0000;
85
+ --tw-blur: ;
86
+ --tw-brightness: ;
87
+ --tw-contrast: ;
88
+ --tw-grayscale: ;
89
+ --tw-hue-rotate: ;
90
+ --tw-invert: ;
91
+ --tw-saturate: ;
92
+ --tw-sepia: ;
93
+ --tw-drop-shadow: ;
94
+ --tw-backdrop-blur: ;
95
+ --tw-backdrop-brightness: ;
96
+ --tw-backdrop-contrast: ;
97
+ --tw-backdrop-grayscale: ;
98
+ --tw-backdrop-hue-rotate: ;
99
+ --tw-backdrop-invert: ;
100
+ --tw-backdrop-opacity: ;
101
+ --tw-backdrop-saturate: ;
102
+ --tw-backdrop-sepia: ;
103
+ --tw-contain-size: ;
104
+ --tw-contain-layout: ;
105
+ --tw-contain-paint: ;
106
+ --tw-contain-style: ;
107
+ }/*
108
+ ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
109
+ *//*
110
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
111
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
112
+ */
113
+
114
+ *,
115
+ ::before,
116
+ ::after {
117
+ box-sizing: border-box; /* 1 */
118
+ border-width: 0; /* 2 */
119
+ border-style: solid; /* 2 */
120
+ border-color: #e5e7eb; /* 2 */
121
+ }
122
+
123
+ ::before,
124
+ ::after {
125
+ --tw-content: '';
126
+ }
127
+
128
+ /*
129
+ 1. Use a consistent sensible line-height in all browsers.
130
+ 2. Prevent adjustments of font size after orientation changes in iOS.
131
+ 3. Use a more readable tab size.
132
+ 4. Use the user's configured `sans` font-family by default.
133
+ 5. Use the user's configured `sans` font-feature-settings by default.
134
+ 6. Use the user's configured `sans` font-variation-settings by default.
135
+ 7. Disable tap highlights on iOS
136
+ */
137
+
138
+ html,
139
+ :host {
140
+ line-height: 1.5; /* 1 */
141
+ -webkit-text-size-adjust: 100%; /* 2 */
142
+ -moz-tab-size: 4; /* 3 */
143
+ -o-tab-size: 4;
144
+ tab-size: 4; /* 3 */
145
+ font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
146
+ font-feature-settings: normal; /* 5 */
147
+ font-variation-settings: normal; /* 6 */
148
+ -webkit-tap-highlight-color: transparent; /* 7 */
149
+ }
150
+
151
+ /*
152
+ 1. Remove the margin in all browsers.
153
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
154
+ */
155
+
156
+ body {
157
+ margin: 0; /* 1 */
158
+ line-height: inherit; /* 2 */
159
+ }
160
+
161
+ /*
162
+ 1. Add the correct height in Firefox.
163
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
164
+ 3. Ensure horizontal rules are visible by default.
165
+ */
166
+
167
+ hr {
168
+ height: 0; /* 1 */
169
+ color: inherit; /* 2 */
170
+ border-top-width: 1px; /* 3 */
171
+ }
172
+
173
+ /*
174
+ Add the correct text decoration in Chrome, Edge, and Safari.
175
+ */
176
+
177
+ abbr:where([title]) {
178
+ -webkit-text-decoration: underline dotted;
179
+ text-decoration: underline dotted;
180
+ }
181
+
182
+ /*
183
+ Remove the default font size and weight for headings.
184
+ */
185
+
186
+ h1,
187
+ h2,
188
+ h3,
189
+ h4,
190
+ h5,
191
+ h6 {
192
+ font-size: inherit;
193
+ font-weight: inherit;
194
+ }
195
+
196
+ /*
197
+ Reset links to optimize for opt-in styling instead of opt-out.
198
+ */
199
+
200
+ a {
201
+ color: inherit;
202
+ text-decoration: inherit;
203
+ }
204
+
205
+ /*
206
+ Add the correct font weight in Edge and Safari.
207
+ */
208
+
209
+ b,
210
+ strong {
211
+ font-weight: bolder;
212
+ }
213
+
214
+ /*
215
+ 1. Use the user's configured `mono` font-family by default.
216
+ 2. Use the user's configured `mono` font-feature-settings by default.
217
+ 3. Use the user's configured `mono` font-variation-settings by default.
218
+ 4. Correct the odd `em` font sizing in all browsers.
219
+ */
220
+
221
+ code,
222
+ kbd,
223
+ samp,
224
+ pre {
225
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
226
+ font-feature-settings: normal; /* 2 */
227
+ font-variation-settings: normal; /* 3 */
228
+ font-size: 1em; /* 4 */
229
+ }
230
+
231
+ /*
232
+ Add the correct font size in all browsers.
233
+ */
234
+
235
+ small {
236
+ font-size: 80%;
237
+ }
238
+
239
+ /*
240
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
241
+ */
242
+
243
+ sub,
244
+ sup {
245
+ font-size: 75%;
246
+ line-height: 0;
247
+ position: relative;
248
+ vertical-align: baseline;
249
+ }
250
+
251
+ sub {
252
+ bottom: -0.25em;
253
+ }
254
+
255
+ sup {
256
+ top: -0.5em;
257
+ }
258
+
259
+ /*
260
+ 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
261
+ 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
262
+ 3. Remove gaps between table borders by default.
263
+ */
264
+
265
+ table {
266
+ text-indent: 0; /* 1 */
267
+ border-color: inherit; /* 2 */
268
+ border-collapse: collapse; /* 3 */
269
+ }
270
+
271
+ /*
272
+ 1. Change the font styles in all browsers.
273
+ 2. Remove the margin in Firefox and Safari.
274
+ 3. Remove default padding in all browsers.
275
+ */
276
+
277
+ button,
278
+ input,
279
+ optgroup,
280
+ select,
281
+ textarea {
282
+ font-family: inherit; /* 1 */
283
+ font-feature-settings: inherit; /* 1 */
284
+ font-variation-settings: inherit; /* 1 */
285
+ font-size: 100%; /* 1 */
286
+ font-weight: inherit; /* 1 */
287
+ line-height: inherit; /* 1 */
288
+ letter-spacing: inherit; /* 1 */
289
+ color: inherit; /* 1 */
290
+ margin: 0; /* 2 */
291
+ padding: 0; /* 3 */
292
+ }
293
+
294
+ /*
295
+ Remove the inheritance of text transform in Edge and Firefox.
296
+ */
297
+
298
+ button,
299
+ select {
300
+ text-transform: none;
301
+ }
302
+
303
+ /*
304
+ 1. Correct the inability to style clickable types in iOS and Safari.
305
+ 2. Remove default button styles.
306
+ */
307
+
308
+ button,
309
+ input:where([type='button']),
310
+ input:where([type='reset']),
311
+ input:where([type='submit']) {
312
+ -webkit-appearance: button; /* 1 */
313
+ background-color: transparent; /* 2 */
314
+ background-image: none; /* 2 */
315
+ }
316
+
317
+ /*
318
+ Use the modern Firefox focus style for all focusable elements.
319
+ */
320
+
321
+ :-moz-focusring {
322
+ outline: auto;
323
+ }
324
+
325
+ /*
326
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
327
+ */
328
+
329
+ :-moz-ui-invalid {
330
+ box-shadow: none;
331
+ }
332
+
333
+ /*
334
+ Add the correct vertical alignment in Chrome and Firefox.
335
+ */
336
+
337
+ progress {
338
+ vertical-align: baseline;
339
+ }
340
+
341
+ /*
342
+ Correct the cursor style of increment and decrement buttons in Safari.
343
+ */
344
+
345
+ ::-webkit-inner-spin-button,
346
+ ::-webkit-outer-spin-button {
347
+ height: auto;
348
+ }
349
+
350
+ /*
351
+ 1. Correct the odd appearance in Chrome and Safari.
352
+ 2. Correct the outline style in Safari.
353
+ */
354
+
355
+ [type='search'] {
356
+ -webkit-appearance: textfield; /* 1 */
357
+ outline-offset: -2px; /* 2 */
358
+ }
359
+
360
+ /*
361
+ Remove the inner padding in Chrome and Safari on macOS.
362
+ */
363
+
364
+ ::-webkit-search-decoration {
365
+ -webkit-appearance: none;
366
+ }
367
+
368
+ /*
369
+ 1. Correct the inability to style clickable types in iOS and Safari.
370
+ 2. Change font properties to `inherit` in Safari.
371
+ */
372
+
373
+ ::-webkit-file-upload-button {
374
+ -webkit-appearance: button; /* 1 */
375
+ font: inherit; /* 2 */
376
+ }
377
+
378
+ /*
379
+ Add the correct display in Chrome and Safari.
380
+ */
381
+
382
+ summary {
383
+ display: list-item;
384
+ }
385
+
386
+ /*
387
+ Removes the default spacing and border for appropriate elements.
388
+ */
389
+
390
+ blockquote,
391
+ dl,
392
+ dd,
393
+ h1,
394
+ h2,
395
+ h3,
396
+ h4,
397
+ h5,
398
+ h6,
399
+ hr,
400
+ figure,
401
+ p,
402
+ pre {
403
+ margin: 0;
404
+ }
405
+
406
+ fieldset {
407
+ margin: 0;
408
+ padding: 0;
409
+ }
410
+
411
+ legend {
412
+ padding: 0;
413
+ }
414
+
415
+ ol,
416
+ ul,
417
+ menu {
418
+ list-style: none;
419
+ margin: 0;
420
+ padding: 0;
421
+ }
422
+
423
+ /*
424
+ Reset default styling for dialogs.
425
+ */
426
+ dialog {
427
+ padding: 0;
428
+ }
429
+
430
+ /*
431
+ Prevent resizing textareas horizontally by default.
432
+ */
433
+
434
+ textarea {
435
+ resize: vertical;
436
+ }
437
+
438
+ /*
439
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
440
+ 2. Set the default placeholder color to the user's configured gray 400 color.
441
+ */
442
+
443
+ input::-moz-placeholder, textarea::-moz-placeholder {
444
+ opacity: 1; /* 1 */
445
+ color: #9ca3af; /* 2 */
446
+ }
447
+
448
+ input::placeholder,
449
+ textarea::placeholder {
450
+ opacity: 1; /* 1 */
451
+ color: #9ca3af; /* 2 */
452
+ }
453
+
454
+ /*
455
+ Set the default cursor for buttons.
456
+ */
457
+
458
+ button,
459
+ [role="button"] {
460
+ cursor: pointer;
461
+ }
462
+
463
+ /*
464
+ Make sure disabled buttons don't get the pointer cursor.
465
+ */
466
+ :disabled {
467
+ cursor: default;
468
+ }
469
+
470
+ /*
471
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
472
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
473
+ This can trigger a poorly considered lint error in some tools but is included by design.
474
+ */
475
+
476
+ img,
477
+ svg,
478
+ video,
479
+ canvas,
480
+ audio,
481
+ iframe,
482
+ embed,
483
+ object {
484
+ display: block; /* 1 */
485
+ vertical-align: middle; /* 2 */
486
+ }
487
+
488
+ /*
489
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
490
+ */
491
+
492
+ img,
493
+ video {
494
+ max-width: 100%;
495
+ height: auto;
496
+ }
497
+
498
+ /* Make elements with the HTML hidden attribute stay hidden by default */
499
+ [hidden]:where(:not([hidden="until-found"])) {
500
+ display: none;
501
+ }
502
+ .container {
503
+ width: 100%;
504
+ }
505
+ @media (min-width: 640px) {
506
+
507
+ .container {
508
+ max-width: 640px;
509
+ }
510
+ }
511
+ @media (min-width: 768px) {
512
+
513
+ .container {
514
+ max-width: 768px;
515
+ }
516
+ }
517
+ @media (min-width: 1024px) {
518
+
519
+ .container {
520
+ max-width: 1024px;
521
+ }
522
+ }
523
+ @media (min-width: 1280px) {
524
+
525
+ .container {
526
+ max-width: 1280px;
527
+ }
528
+ }
529
+ @media (min-width: 1536px) {
530
+
531
+ .container {
532
+ max-width: 1536px;
533
+ }
534
+ }
535
+ .prose {
536
+ color: var(--tw-prose-body);
537
+ max-width: 65ch;
538
+ }
539
+ .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
540
+ margin-top: 1.25em;
541
+ margin-bottom: 1.25em;
542
+ }
543
+ .prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
544
+ color: var(--tw-prose-lead);
545
+ font-size: 1.25em;
546
+ line-height: 1.6;
547
+ margin-top: 1.2em;
548
+ margin-bottom: 1.2em;
549
+ }
550
+ .prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
551
+ color: var(--tw-prose-links);
552
+ text-decoration: underline;
553
+ font-weight: 500;
554
+ }
555
+ .prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
556
+ color: var(--tw-prose-bold);
557
+ font-weight: 600;
558
+ }
559
+ .prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
560
+ color: inherit;
561
+ }
562
+ .prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
563
+ color: inherit;
564
+ }
565
+ .prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
566
+ color: inherit;
567
+ }
568
+ .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
569
+ list-style-type: decimal;
570
+ margin-top: 1.25em;
571
+ margin-bottom: 1.25em;
572
+ padding-inline-start: 1.625em;
573
+ }
574
+ .prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
575
+ list-style-type: upper-alpha;
576
+ }
577
+ .prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
578
+ list-style-type: lower-alpha;
579
+ }
580
+ .prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
581
+ list-style-type: upper-alpha;
582
+ }
583
+ .prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
584
+ list-style-type: lower-alpha;
585
+ }
586
+ .prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
587
+ list-style-type: upper-roman;
588
+ }
589
+ .prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
590
+ list-style-type: lower-roman;
591
+ }
592
+ .prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
593
+ list-style-type: upper-roman;
594
+ }
595
+ .prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
596
+ list-style-type: lower-roman;
597
+ }
598
+ .prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
599
+ list-style-type: decimal;
600
+ }
601
+ .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
602
+ list-style-type: disc;
603
+ margin-top: 1.25em;
604
+ margin-bottom: 1.25em;
605
+ padding-inline-start: 1.625em;
606
+ }
607
+ .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
608
+ font-weight: 400;
609
+ color: var(--tw-prose-counters);
610
+ }
611
+ .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
612
+ color: var(--tw-prose-bullets);
613
+ }
614
+ .prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
615
+ color: var(--tw-prose-headings);
616
+ font-weight: 600;
617
+ margin-top: 1.25em;
618
+ }
619
+ .prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
620
+ border-color: var(--tw-prose-hr);
621
+ border-top-width: 1px;
622
+ margin-top: 3em;
623
+ margin-bottom: 3em;
624
+ }
625
+ .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
626
+ font-weight: 500;
627
+ font-style: italic;
628
+ color: var(--tw-prose-quotes);
629
+ border-inline-start-width: 0.25rem;
630
+ border-inline-start-color: var(--tw-prose-quote-borders);
631
+ quotes: "\201C""\201D""\2018""\2019";
632
+ margin-top: 1.6em;
633
+ margin-bottom: 1.6em;
634
+ padding-inline-start: 1em;
635
+ }
636
+ .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
637
+ content: open-quote;
638
+ }
639
+ .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
640
+ content: close-quote;
641
+ }
642
+ .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
643
+ color: var(--tw-prose-headings);
644
+ font-weight: 800;
645
+ font-size: 2.25em;
646
+ margin-top: 0;
647
+ margin-bottom: 0.8888889em;
648
+ line-height: 1.1111111;
649
+ }
650
+ .prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
651
+ font-weight: 900;
652
+ color: inherit;
653
+ }
654
+ .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
655
+ color: var(--tw-prose-headings);
656
+ font-weight: 700;
657
+ font-size: 1.5em;
658
+ margin-top: 2em;
659
+ margin-bottom: 1em;
660
+ line-height: 1.3333333;
661
+ }
662
+ .prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
663
+ font-weight: 800;
664
+ color: inherit;
665
+ }
666
+ .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
667
+ color: var(--tw-prose-headings);
668
+ font-weight: 600;
669
+ font-size: 1.25em;
670
+ margin-top: 1.6em;
671
+ margin-bottom: 0.6em;
672
+ line-height: 1.6;
673
+ }
674
+ .prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
675
+ font-weight: 700;
676
+ color: inherit;
677
+ }
678
+ .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
679
+ color: var(--tw-prose-headings);
680
+ font-weight: 600;
681
+ margin-top: 1.5em;
682
+ margin-bottom: 0.5em;
683
+ line-height: 1.5;
684
+ }
685
+ .prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
686
+ font-weight: 700;
687
+ color: inherit;
688
+ }
689
+ .prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
690
+ margin-top: 2em;
691
+ margin-bottom: 2em;
692
+ }
693
+ .prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
694
+ display: block;
695
+ margin-top: 2em;
696
+ margin-bottom: 2em;
697
+ }
698
+ .prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
699
+ margin-top: 2em;
700
+ margin-bottom: 2em;
701
+ }
702
+ .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
703
+ font-weight: 500;
704
+ font-family: inherit;
705
+ color: var(--tw-prose-kbd);
706
+ box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
707
+ font-size: 0.875em;
708
+ border-radius: 0.3125rem;
709
+ padding-top: 0.1875em;
710
+ padding-inline-end: 0.375em;
711
+ padding-bottom: 0.1875em;
712
+ padding-inline-start: 0.375em;
713
+ }
714
+ .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
715
+ color: var(--tw-prose-code);
716
+ font-weight: 600;
717
+ font-size: 0.875em;
718
+ }
719
+ .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
720
+ content: "`";
721
+ }
722
+ .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
723
+ content: "`";
724
+ }
725
+ .prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
726
+ color: inherit;
727
+ }
728
+ .prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
729
+ color: inherit;
730
+ }
731
+ .prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
732
+ color: inherit;
733
+ font-size: 0.875em;
734
+ }
735
+ .prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
736
+ color: inherit;
737
+ font-size: 0.9em;
738
+ }
739
+ .prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
740
+ color: inherit;
741
+ }
742
+ .prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
743
+ color: inherit;
744
+ }
745
+ .prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
746
+ color: inherit;
747
+ }
748
+ .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
749
+ color: var(--tw-prose-pre-code);
750
+ background-color: var(--tw-prose-pre-bg);
751
+ overflow-x: auto;
752
+ font-weight: 400;
753
+ font-size: 0.875em;
754
+ line-height: 1.7142857;
755
+ margin-top: 1.7142857em;
756
+ margin-bottom: 1.7142857em;
757
+ border-radius: 0.375rem;
758
+ padding-top: 0.8571429em;
759
+ padding-inline-end: 1.1428571em;
760
+ padding-bottom: 0.8571429em;
761
+ padding-inline-start: 1.1428571em;
762
+ }
763
+ .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
764
+ background-color: transparent;
765
+ border-width: 0;
766
+ border-radius: 0;
767
+ padding: 0;
768
+ font-weight: inherit;
769
+ color: inherit;
770
+ font-size: inherit;
771
+ font-family: inherit;
772
+ line-height: inherit;
773
+ }
774
+ .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
775
+ content: none;
776
+ }
777
+ .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
778
+ content: none;
779
+ }
780
+ .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
781
+ width: 100%;
782
+ table-layout: auto;
783
+ margin-top: 2em;
784
+ margin-bottom: 2em;
785
+ font-size: 0.875em;
786
+ line-height: 1.7142857;
787
+ }
788
+ .prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
789
+ border-bottom-width: 1px;
790
+ border-bottom-color: var(--tw-prose-th-borders);
791
+ }
792
+ .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
793
+ color: var(--tw-prose-headings);
794
+ font-weight: 600;
795
+ vertical-align: bottom;
796
+ padding-inline-end: 0.5714286em;
797
+ padding-bottom: 0.5714286em;
798
+ padding-inline-start: 0.5714286em;
799
+ }
800
+ .prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
801
+ border-bottom-width: 1px;
802
+ border-bottom-color: var(--tw-prose-td-borders);
803
+ }
804
+ .prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
805
+ border-bottom-width: 0;
806
+ }
807
+ .prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
808
+ vertical-align: baseline;
809
+ }
810
+ .prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
811
+ border-top-width: 1px;
812
+ border-top-color: var(--tw-prose-th-borders);
813
+ }
814
+ .prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
815
+ vertical-align: top;
816
+ }
817
+ .prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
818
+ text-align: start;
819
+ }
820
+ .prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
821
+ margin-top: 0;
822
+ margin-bottom: 0;
823
+ }
824
+ .prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
825
+ color: var(--tw-prose-captions);
826
+ font-size: 0.875em;
827
+ line-height: 1.4285714;
828
+ margin-top: 0.8571429em;
829
+ }
830
+ .prose {
831
+ --tw-prose-body: #374151;
832
+ --tw-prose-headings: #111827;
833
+ --tw-prose-lead: #4b5563;
834
+ --tw-prose-links: #111827;
835
+ --tw-prose-bold: #111827;
836
+ --tw-prose-counters: #6b7280;
837
+ --tw-prose-bullets: #d1d5db;
838
+ --tw-prose-hr: #e5e7eb;
839
+ --tw-prose-quotes: #111827;
840
+ --tw-prose-quote-borders: #e5e7eb;
841
+ --tw-prose-captions: #6b7280;
842
+ --tw-prose-kbd: #111827;
843
+ --tw-prose-kbd-shadows: 17 24 39;
844
+ --tw-prose-code: #111827;
845
+ --tw-prose-pre-code: #e5e7eb;
846
+ --tw-prose-pre-bg: #1f2937;
847
+ --tw-prose-th-borders: #d1d5db;
848
+ --tw-prose-td-borders: #e5e7eb;
849
+ --tw-prose-invert-body: #d1d5db;
850
+ --tw-prose-invert-headings: #fff;
851
+ --tw-prose-invert-lead: #9ca3af;
852
+ --tw-prose-invert-links: #fff;
853
+ --tw-prose-invert-bold: #fff;
854
+ --tw-prose-invert-counters: #9ca3af;
855
+ --tw-prose-invert-bullets: #4b5563;
856
+ --tw-prose-invert-hr: #374151;
857
+ --tw-prose-invert-quotes: #f3f4f6;
858
+ --tw-prose-invert-quote-borders: #374151;
859
+ --tw-prose-invert-captions: #9ca3af;
860
+ --tw-prose-invert-kbd: #fff;
861
+ --tw-prose-invert-kbd-shadows: 255 255 255;
862
+ --tw-prose-invert-code: #fff;
863
+ --tw-prose-invert-pre-code: #d1d5db;
864
+ --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
865
+ --tw-prose-invert-th-borders: #4b5563;
866
+ --tw-prose-invert-td-borders: #374151;
867
+ font-size: 1rem;
868
+ line-height: 1.75;
869
+ }
870
+ .prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
871
+ margin-top: 0;
872
+ margin-bottom: 0;
873
+ }
874
+ .prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
875
+ margin-top: 0.5em;
876
+ margin-bottom: 0.5em;
877
+ }
878
+ .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
879
+ padding-inline-start: 0.375em;
880
+ }
881
+ .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
882
+ padding-inline-start: 0.375em;
883
+ }
884
+ .prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
885
+ margin-top: 0.75em;
886
+ margin-bottom: 0.75em;
887
+ }
888
+ .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
889
+ margin-top: 1.25em;
890
+ }
891
+ .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
892
+ margin-bottom: 1.25em;
893
+ }
894
+ .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
895
+ margin-top: 1.25em;
896
+ }
897
+ .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
898
+ margin-bottom: 1.25em;
899
+ }
900
+ .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
901
+ margin-top: 0.75em;
902
+ margin-bottom: 0.75em;
903
+ }
904
+ .prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
905
+ margin-top: 1.25em;
906
+ margin-bottom: 1.25em;
907
+ }
908
+ .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
909
+ margin-top: 0.5em;
910
+ padding-inline-start: 1.625em;
911
+ }
912
+ .prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
913
+ margin-top: 0;
914
+ }
915
+ .prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
916
+ margin-top: 0;
917
+ }
918
+ .prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
919
+ margin-top: 0;
920
+ }
921
+ .prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
922
+ margin-top: 0;
923
+ }
924
+ .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
925
+ padding-inline-start: 0;
926
+ }
927
+ .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
928
+ padding-inline-end: 0;
929
+ }
930
+ .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
931
+ padding-top: 0.5714286em;
932
+ padding-inline-end: 0.5714286em;
933
+ padding-bottom: 0.5714286em;
934
+ padding-inline-start: 0.5714286em;
935
+ }
936
+ .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
937
+ padding-inline-start: 0;
938
+ }
939
+ .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
940
+ padding-inline-end: 0;
941
+ }
942
+ .prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
943
+ margin-top: 2em;
944
+ margin-bottom: 2em;
945
+ }
946
+ .prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
947
+ margin-top: 0;
948
+ }
949
+ .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
950
+ margin-bottom: 0;
951
+ }
952
+ .prose-sm {
953
+ font-size: 0.875rem;
954
+ line-height: 1.7142857;
955
+ }
956
+ .prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
957
+ margin-top: 1.1428571em;
958
+ margin-bottom: 1.1428571em;
959
+ }
960
+ .prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
961
+ font-size: 1.2857143em;
962
+ line-height: 1.5555556;
963
+ margin-top: 0.8888889em;
964
+ margin-bottom: 0.8888889em;
965
+ }
966
+ .prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
967
+ margin-top: 1.3333333em;
968
+ margin-bottom: 1.3333333em;
969
+ padding-inline-start: 1.1111111em;
970
+ }
971
+ .prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
972
+ font-size: 2.1428571em;
973
+ margin-top: 0;
974
+ margin-bottom: 0.8em;
975
+ line-height: 1.2;
976
+ }
977
+ .prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
978
+ font-size: 1.4285714em;
979
+ margin-top: 1.6em;
980
+ margin-bottom: 0.8em;
981
+ line-height: 1.4;
982
+ }
983
+ .prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
984
+ font-size: 1.2857143em;
985
+ margin-top: 1.5555556em;
986
+ margin-bottom: 0.4444444em;
987
+ line-height: 1.5555556;
988
+ }
989
+ .prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
990
+ margin-top: 1.4285714em;
991
+ margin-bottom: 0.5714286em;
992
+ line-height: 1.4285714;
993
+ }
994
+ .prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
995
+ margin-top: 1.7142857em;
996
+ margin-bottom: 1.7142857em;
997
+ }
998
+ .prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
999
+ margin-top: 1.7142857em;
1000
+ margin-bottom: 1.7142857em;
1001
+ }
1002
+ .prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1003
+ margin-top: 0;
1004
+ margin-bottom: 0;
1005
+ }
1006
+ .prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1007
+ margin-top: 1.7142857em;
1008
+ margin-bottom: 1.7142857em;
1009
+ }
1010
+ .prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1011
+ font-size: 0.8571429em;
1012
+ border-radius: 0.3125rem;
1013
+ padding-top: 0.1428571em;
1014
+ padding-inline-end: 0.3571429em;
1015
+ padding-bottom: 0.1428571em;
1016
+ padding-inline-start: 0.3571429em;
1017
+ }
1018
+ .prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1019
+ font-size: 0.8571429em;
1020
+ }
1021
+ .prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1022
+ font-size: 0.9em;
1023
+ }
1024
+ .prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1025
+ font-size: 0.8888889em;
1026
+ }
1027
+ .prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1028
+ font-size: 0.8571429em;
1029
+ line-height: 1.6666667;
1030
+ margin-top: 1.6666667em;
1031
+ margin-bottom: 1.6666667em;
1032
+ border-radius: 0.25rem;
1033
+ padding-top: 0.6666667em;
1034
+ padding-inline-end: 1em;
1035
+ padding-bottom: 0.6666667em;
1036
+ padding-inline-start: 1em;
1037
+ }
1038
+ .prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1039
+ margin-top: 1.1428571em;
1040
+ margin-bottom: 1.1428571em;
1041
+ padding-inline-start: 1.5714286em;
1042
+ }
1043
+ .prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1044
+ margin-top: 1.1428571em;
1045
+ margin-bottom: 1.1428571em;
1046
+ padding-inline-start: 1.5714286em;
1047
+ }
1048
+ .prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1049
+ margin-top: 0.2857143em;
1050
+ margin-bottom: 0.2857143em;
1051
+ }
1052
+ .prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1053
+ padding-inline-start: 0.4285714em;
1054
+ }
1055
+ .prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1056
+ padding-inline-start: 0.4285714em;
1057
+ }
1058
+ .prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1059
+ margin-top: 0.5714286em;
1060
+ margin-bottom: 0.5714286em;
1061
+ }
1062
+ .prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1063
+ margin-top: 1.1428571em;
1064
+ }
1065
+ .prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1066
+ margin-bottom: 1.1428571em;
1067
+ }
1068
+ .prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1069
+ margin-top: 1.1428571em;
1070
+ }
1071
+ .prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1072
+ margin-bottom: 1.1428571em;
1073
+ }
1074
+ .prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1075
+ margin-top: 0.5714286em;
1076
+ margin-bottom: 0.5714286em;
1077
+ }
1078
+ .prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1079
+ margin-top: 1.1428571em;
1080
+ margin-bottom: 1.1428571em;
1081
+ }
1082
+ .prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1083
+ margin-top: 1.1428571em;
1084
+ }
1085
+ .prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1086
+ margin-top: 0.2857143em;
1087
+ padding-inline-start: 1.5714286em;
1088
+ }
1089
+ .prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1090
+ margin-top: 2.8571429em;
1091
+ margin-bottom: 2.8571429em;
1092
+ }
1093
+ .prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1094
+ margin-top: 0;
1095
+ }
1096
+ .prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1097
+ margin-top: 0;
1098
+ }
1099
+ .prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1100
+ margin-top: 0;
1101
+ }
1102
+ .prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1103
+ margin-top: 0;
1104
+ }
1105
+ .prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1106
+ font-size: 0.8571429em;
1107
+ line-height: 1.5;
1108
+ }
1109
+ .prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1110
+ padding-inline-end: 1em;
1111
+ padding-bottom: 0.6666667em;
1112
+ padding-inline-start: 1em;
1113
+ }
1114
+ .prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1115
+ padding-inline-start: 0;
1116
+ }
1117
+ .prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1118
+ padding-inline-end: 0;
1119
+ }
1120
+ .prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1121
+ padding-top: 0.6666667em;
1122
+ padding-inline-end: 1em;
1123
+ padding-bottom: 0.6666667em;
1124
+ padding-inline-start: 1em;
1125
+ }
1126
+ .prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1127
+ padding-inline-start: 0;
1128
+ }
1129
+ .prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1130
+ padding-inline-end: 0;
1131
+ }
1132
+ .prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1133
+ margin-top: 1.7142857em;
1134
+ margin-bottom: 1.7142857em;
1135
+ }
1136
+ .prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1137
+ margin-top: 0;
1138
+ margin-bottom: 0;
1139
+ }
1140
+ .prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1141
+ font-size: 0.8571429em;
1142
+ line-height: 1.3333333;
1143
+ margin-top: 0.6666667em;
1144
+ }
1145
+ .prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1146
+ margin-top: 0;
1147
+ }
1148
+ .prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1149
+ margin-bottom: 0;
1150
+ }
1151
+ .fixed {
1152
+ position: fixed;
1153
+ }
1154
+ .inset-x-0 {
1155
+ left: 0px;
1156
+ right: 0px;
1157
+ }
1158
+ .top-0 {
1159
+ top: 0px;
1160
+ }
1161
+ .mx-auto {
1162
+ margin-left: auto;
1163
+ margin-right: auto;
1164
+ }
1165
+ .-ml-1 {
1166
+ margin-left: -0.25rem;
1167
+ }
1168
+ .mb-2 {
1169
+ margin-bottom: 0.5rem;
1170
+ }
1171
+ .mb-4 {
1172
+ margin-bottom: 1rem;
1173
+ }
1174
+ .mr-1 {
1175
+ margin-right: 0.25rem;
1176
+ }
1177
+ .block {
1178
+ display: block;
1179
+ }
1180
+ .flex {
1181
+ display: flex;
1182
+ }
1183
+ .inline-flex {
1184
+ display: inline-flex;
1185
+ }
1186
+ .grid {
1187
+ display: grid;
1188
+ }
1189
+ .hidden {
1190
+ display: none;
1191
+ }
1192
+ .size-full {
1193
+ width: 100%;
1194
+ height: 100%;
1195
+ }
1196
+ .h-5 {
1197
+ height: 1.25rem;
1198
+ }
1199
+ .h-lvh {
1200
+ height: 100lvh;
1201
+ }
1202
+ .w-5 {
1203
+ width: 1.25rem;
1204
+ }
1205
+ .w-full {
1206
+ width: 100%;
1207
+ }
1208
+ .max-w-2xl {
1209
+ max-width: 42rem;
1210
+ }
1211
+ .max-w-full {
1212
+ max-width: 100%;
1213
+ }
1214
+ .max-w-max {
1215
+ max-width: -moz-max-content;
1216
+ max-width: max-content;
1217
+ }
1218
+ .appearance-none {
1219
+ -webkit-appearance: none;
1220
+ -moz-appearance: none;
1221
+ appearance: none;
1222
+ }
1223
+ .grid-cols-1 {
1224
+ grid-template-columns: repeat(1, minmax(0, 1fr));
1225
+ }
1226
+ .items-center {
1227
+ align-items: center;
1228
+ }
1229
+ .gap-4 {
1230
+ gap: 1rem;
1231
+ }
1232
+ .space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
1233
+ --tw-space-x-reverse: 0;
1234
+ margin-right: calc(0.375rem * var(--tw-space-x-reverse));
1235
+ margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
1236
+ }
1237
+ .space-x-4 > :not([hidden]) ~ :not([hidden]) {
1238
+ --tw-space-x-reverse: 0;
1239
+ margin-right: calc(1rem * var(--tw-space-x-reverse));
1240
+ margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
1241
+ }
1242
+ .overflow-hidden {
1243
+ overflow: hidden;
1244
+ }
1245
+ .overflow-y-auto {
1246
+ overflow-y: auto;
1247
+ }
1248
+ .rounded {
1249
+ border-radius: 0.25rem;
1250
+ }
1251
+ .rounded-lg {
1252
+ border-radius: 0.5rem;
1253
+ }
1254
+ .rounded-md {
1255
+ border-radius: 0.375rem;
1256
+ }
1257
+ .border {
1258
+ border-width: 1px;
1259
+ }
1260
+ .border-b {
1261
+ border-bottom-width: 1px;
1262
+ }
1263
+ .border-gray-300 {
1264
+ --tw-border-opacity: 1;
1265
+ border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
1266
+ }
1267
+ .border-red-600 {
1268
+ --tw-border-opacity: 1;
1269
+ border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
1270
+ }
1271
+ .border-stone-200 {
1272
+ --tw-border-opacity: 1;
1273
+ border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
1274
+ }
1275
+ .bg-gray-50 {
1276
+ --tw-bg-opacity: 1;
1277
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
1278
+ }
1279
+ .bg-stone-100 {
1280
+ --tw-bg-opacity: 1;
1281
+ background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
1282
+ }
1283
+ .bg-transparent {
1284
+ background-color: transparent;
1285
+ }
1286
+ .bg-white {
1287
+ --tw-bg-opacity: 1;
1288
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1289
+ }
1290
+ .p-1\.5 {
1291
+ padding: 0.375rem;
1292
+ }
1293
+ .p-2 {
1294
+ padding: 0.5rem;
1295
+ }
1296
+ .p-2\.5 {
1297
+ padding: 0.625rem;
1298
+ }
1299
+ .px-4 {
1300
+ padding-left: 1rem;
1301
+ padding-right: 1rem;
1302
+ }
1303
+ .px-5 {
1304
+ padding-left: 1.25rem;
1305
+ padding-right: 1.25rem;
1306
+ }
1307
+ .py-2\.5 {
1308
+ padding-top: 0.625rem;
1309
+ padding-bottom: 0.625rem;
1310
+ }
1311
+ .py-8 {
1312
+ padding-top: 2rem;
1313
+ padding-bottom: 2rem;
1314
+ }
1315
+ .text-center {
1316
+ text-align: center;
1317
+ }
1318
+ .text-sm {
1319
+ font-size: 0.875rem;
1320
+ line-height: 1.25rem;
1321
+ }
1322
+ .text-xl {
1323
+ font-size: 1.25rem;
1324
+ line-height: 1.75rem;
1325
+ }
1326
+ .font-bold {
1327
+ font-weight: 700;
1328
+ }
1329
+ .font-medium {
1330
+ font-weight: 500;
1331
+ }
1332
+ .italic {
1333
+ font-style: italic;
1334
+ }
1335
+ .text-gray-900 {
1336
+ --tw-text-opacity: 1;
1337
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1338
+ }
1339
+ .text-red-600 {
1340
+ --tw-text-opacity: 1;
1341
+ color: rgb(220 38 38 / var(--tw-text-opacity, 1));
1342
+ }
1343
+ .text-stone-700 {
1344
+ --tw-text-opacity: 1;
1345
+ color: rgb(68 64 60 / var(--tw-text-opacity, 1));
1346
+ }
1347
+ .text-white {
1348
+ --tw-text-opacity: 1;
1349
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1350
+ }
1351
+ .outline-0 {
1352
+ outline-width: 0px;
1353
+ }
1354
+ .duration-300 {
1355
+ transition-duration: 300ms;
1356
+ }
1357
+ @media (min-width: 768px) {
1358
+
1359
+ .md\:prose-base {
1360
+ font-size: 1rem;
1361
+ line-height: 1.75;
1362
+ }
1363
+
1364
+ .md\:prose-base :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1365
+ margin-top: 1.25em;
1366
+ margin-bottom: 1.25em;
1367
+ }
1368
+
1369
+ .md\:prose-base :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1370
+ font-size: 1.25em;
1371
+ line-height: 1.6;
1372
+ margin-top: 1.2em;
1373
+ margin-bottom: 1.2em;
1374
+ }
1375
+
1376
+ .md\:prose-base :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1377
+ margin-top: 1.6em;
1378
+ margin-bottom: 1.6em;
1379
+ padding-inline-start: 1em;
1380
+ }
1381
+
1382
+ .md\:prose-base :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1383
+ font-size: 2.25em;
1384
+ margin-top: 0;
1385
+ margin-bottom: 0.8888889em;
1386
+ line-height: 1.1111111;
1387
+ }
1388
+
1389
+ .md\:prose-base :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1390
+ font-size: 1.5em;
1391
+ margin-top: 2em;
1392
+ margin-bottom: 1em;
1393
+ line-height: 1.3333333;
1394
+ }
1395
+
1396
+ .md\:prose-base :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1397
+ font-size: 1.25em;
1398
+ margin-top: 1.6em;
1399
+ margin-bottom: 0.6em;
1400
+ line-height: 1.6;
1401
+ }
1402
+
1403
+ .md\:prose-base :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1404
+ margin-top: 1.5em;
1405
+ margin-bottom: 0.5em;
1406
+ line-height: 1.5;
1407
+ }
1408
+
1409
+ .md\:prose-base :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1410
+ margin-top: 2em;
1411
+ margin-bottom: 2em;
1412
+ }
1413
+
1414
+ .md\:prose-base :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1415
+ margin-top: 2em;
1416
+ margin-bottom: 2em;
1417
+ }
1418
+
1419
+ .md\:prose-base :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1420
+ margin-top: 0;
1421
+ margin-bottom: 0;
1422
+ }
1423
+
1424
+ .md\:prose-base :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1425
+ margin-top: 2em;
1426
+ margin-bottom: 2em;
1427
+ }
1428
+
1429
+ .md\:prose-base :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1430
+ font-size: 0.875em;
1431
+ border-radius: 0.3125rem;
1432
+ padding-top: 0.1875em;
1433
+ padding-inline-end: 0.375em;
1434
+ padding-bottom: 0.1875em;
1435
+ padding-inline-start: 0.375em;
1436
+ }
1437
+
1438
+ .md\:prose-base :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1439
+ font-size: 0.875em;
1440
+ }
1441
+
1442
+ .md\:prose-base :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1443
+ font-size: 0.875em;
1444
+ }
1445
+
1446
+ .md\:prose-base :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1447
+ font-size: 0.9em;
1448
+ }
1449
+
1450
+ .md\:prose-base :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1451
+ font-size: 0.875em;
1452
+ line-height: 1.7142857;
1453
+ margin-top: 1.7142857em;
1454
+ margin-bottom: 1.7142857em;
1455
+ border-radius: 0.375rem;
1456
+ padding-top: 0.8571429em;
1457
+ padding-inline-end: 1.1428571em;
1458
+ padding-bottom: 0.8571429em;
1459
+ padding-inline-start: 1.1428571em;
1460
+ }
1461
+
1462
+ .md\:prose-base :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1463
+ margin-top: 1.25em;
1464
+ margin-bottom: 1.25em;
1465
+ padding-inline-start: 1.625em;
1466
+ }
1467
+
1468
+ .md\:prose-base :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1469
+ margin-top: 1.25em;
1470
+ margin-bottom: 1.25em;
1471
+ padding-inline-start: 1.625em;
1472
+ }
1473
+
1474
+ .md\:prose-base :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1475
+ margin-top: 0.5em;
1476
+ margin-bottom: 0.5em;
1477
+ }
1478
+
1479
+ .md\:prose-base :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1480
+ padding-inline-start: 0.375em;
1481
+ }
1482
+
1483
+ .md\:prose-base :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1484
+ padding-inline-start: 0.375em;
1485
+ }
1486
+
1487
+ .md\:prose-base :where(.md\:prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1488
+ margin-top: 0.75em;
1489
+ margin-bottom: 0.75em;
1490
+ }
1491
+
1492
+ .md\:prose-base :where(.md\:prose-base > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1493
+ margin-top: 1.25em;
1494
+ }
1495
+
1496
+ .md\:prose-base :where(.md\:prose-base > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1497
+ margin-bottom: 1.25em;
1498
+ }
1499
+
1500
+ .md\:prose-base :where(.md\:prose-base > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1501
+ margin-top: 1.25em;
1502
+ }
1503
+
1504
+ .md\:prose-base :where(.md\:prose-base > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1505
+ margin-bottom: 1.25em;
1506
+ }
1507
+
1508
+ .md\:prose-base :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1509
+ margin-top: 0.75em;
1510
+ margin-bottom: 0.75em;
1511
+ }
1512
+
1513
+ .md\:prose-base :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1514
+ margin-top: 1.25em;
1515
+ margin-bottom: 1.25em;
1516
+ }
1517
+
1518
+ .md\:prose-base :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1519
+ margin-top: 1.25em;
1520
+ }
1521
+
1522
+ .md\:prose-base :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1523
+ margin-top: 0.5em;
1524
+ padding-inline-start: 1.625em;
1525
+ }
1526
+
1527
+ .md\:prose-base :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1528
+ margin-top: 3em;
1529
+ margin-bottom: 3em;
1530
+ }
1531
+
1532
+ .md\:prose-base :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1533
+ margin-top: 0;
1534
+ }
1535
+
1536
+ .md\:prose-base :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1537
+ margin-top: 0;
1538
+ }
1539
+
1540
+ .md\:prose-base :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1541
+ margin-top: 0;
1542
+ }
1543
+
1544
+ .md\:prose-base :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1545
+ margin-top: 0;
1546
+ }
1547
+
1548
+ .md\:prose-base :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1549
+ font-size: 0.875em;
1550
+ line-height: 1.7142857;
1551
+ }
1552
+
1553
+ .md\:prose-base :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1554
+ padding-inline-end: 0.5714286em;
1555
+ padding-bottom: 0.5714286em;
1556
+ padding-inline-start: 0.5714286em;
1557
+ }
1558
+
1559
+ .md\:prose-base :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1560
+ padding-inline-start: 0;
1561
+ }
1562
+
1563
+ .md\:prose-base :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1564
+ padding-inline-end: 0;
1565
+ }
1566
+
1567
+ .md\:prose-base :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1568
+ padding-top: 0.5714286em;
1569
+ padding-inline-end: 0.5714286em;
1570
+ padding-bottom: 0.5714286em;
1571
+ padding-inline-start: 0.5714286em;
1572
+ }
1573
+
1574
+ .md\:prose-base :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1575
+ padding-inline-start: 0;
1576
+ }
1577
+
1578
+ .md\:prose-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1579
+ padding-inline-end: 0;
1580
+ }
1581
+
1582
+ .md\:prose-base :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1583
+ margin-top: 2em;
1584
+ margin-bottom: 2em;
1585
+ }
1586
+
1587
+ .md\:prose-base :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1588
+ margin-top: 0;
1589
+ margin-bottom: 0;
1590
+ }
1591
+
1592
+ .md\:prose-base :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1593
+ font-size: 0.875em;
1594
+ line-height: 1.4285714;
1595
+ margin-top: 0.8571429em;
1596
+ }
1597
+
1598
+ .md\:prose-base :where(.md\:prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1599
+ margin-top: 0;
1600
+ }
1601
+
1602
+ .md\:prose-base :where(.md\:prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1603
+ margin-bottom: 0;
1604
+ }
1605
+ }
1606
+ @media (prefers-color-scheme: dark) {
1607
+
1608
+ .dark\:prose-invert {
1609
+ --tw-prose-body: var(--tw-prose-invert-body);
1610
+ --tw-prose-headings: var(--tw-prose-invert-headings);
1611
+ --tw-prose-lead: var(--tw-prose-invert-lead);
1612
+ --tw-prose-links: var(--tw-prose-invert-links);
1613
+ --tw-prose-bold: var(--tw-prose-invert-bold);
1614
+ --tw-prose-counters: var(--tw-prose-invert-counters);
1615
+ --tw-prose-bullets: var(--tw-prose-invert-bullets);
1616
+ --tw-prose-hr: var(--tw-prose-invert-hr);
1617
+ --tw-prose-quotes: var(--tw-prose-invert-quotes);
1618
+ --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
1619
+ --tw-prose-captions: var(--tw-prose-invert-captions);
1620
+ --tw-prose-kbd: var(--tw-prose-invert-kbd);
1621
+ --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
1622
+ --tw-prose-code: var(--tw-prose-invert-code);
1623
+ --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
1624
+ --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
1625
+ --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
1626
+ --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
1627
+ }
1628
+ }
1629
+ .after\:invisible::after {
1630
+ content: var(--tw-content);
1631
+ visibility: hidden;
1632
+ }
1633
+ .after\:whitespace-pre-wrap::after {
1634
+ content: var(--tw-content);
1635
+ white-space: pre-wrap;
1636
+ }
1637
+ .after\:border::after {
1638
+ content: var(--tw-content);
1639
+ border-width: 1px;
1640
+ }
1641
+ .after\:px-3\.5::after {
1642
+ content: var(--tw-content);
1643
+ padding-left: 0.875rem;
1644
+ padding-right: 0.875rem;
1645
+ }
1646
+ .after\:py-2\.5::after {
1647
+ content: var(--tw-content);
1648
+ padding-top: 0.625rem;
1649
+ padding-bottom: 0.625rem;
1650
+ }
1651
+ .after\:text-inherit::after {
1652
+ content: var(--tw-content);
1653
+ color: inherit;
1654
+ }
1655
+ .after\:content-\[attr\(data-cloned-val\)_\'_\'\]::after {
1656
+ --tw-content: attr(data-cloned-val) ' ';
1657
+ content: var(--tw-content);
1658
+ }
1659
+ .after\:\[grid-area\:1\/1\/2\/2\]::after {
1660
+ content: var(--tw-content);
1661
+ grid-area: 1/1/2/2;
1662
+ }
1663
+ .hover\:bg-red-600:hover {
1664
+ --tw-bg-opacity: 1;
1665
+ background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
1666
+ }
1667
+ .hover\:bg-stone-200:hover {
1668
+ --tw-bg-opacity: 1;
1669
+ background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
1670
+ }
1671
+ .hover\:text-white:hover {
1672
+ --tw-text-opacity: 1;
1673
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1674
+ }
1675
+ .focus\:outline-none:focus {
1676
+ outline: 2px solid transparent;
1677
+ outline-offset: 2px;
1678
+ }
1679
+ .focus\:ring-4:focus {
1680
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1681
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1682
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1683
+ }
1684
+ .focus\:ring-red-300:focus {
1685
+ --tw-ring-opacity: 1;
1686
+ --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1));
1687
+ }
1688
+ @media (min-width: 640px) {
1689
+
1690
+ .sm\:col-span-2 {
1691
+ grid-column: span 2 / span 2;
1692
+ }
1693
+
1694
+ .sm\:mb-5 {
1695
+ margin-bottom: 1.25rem;
1696
+ }
1697
+
1698
+ .sm\:gap-6 {
1699
+ gap: 1.5rem;
1700
+ }
1701
+ }
1702
+ @media (min-width: 768px) {
1703
+
1704
+ .md\:block {
1705
+ display: block;
1706
+ }
1707
+
1708
+ .md\:grid {
1709
+ display: grid;
1710
+ }
1711
+
1712
+ .md\:grid-cols-2 {
1713
+ grid-template-columns: repeat(2, minmax(0, 1fr));
1714
+ }
1715
+
1716
+ .md\:divide-x > :not([hidden]) ~ :not([hidden]) {
1717
+ --tw-divide-x-reverse: 0;
1718
+ border-right-width: calc(1px * var(--tw-divide-x-reverse));
1719
+ border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
1720
+ }
1721
+
1722
+ .md\:divide-stone-300 > :not([hidden]) ~ :not([hidden]) {
1723
+ --tw-divide-opacity: 1;
1724
+ border-color: rgb(214 211 209 / var(--tw-divide-opacity, 1));
1725
+ }
1726
+ }
1727
+ @media (min-width: 1024px) {
1728
+
1729
+ .lg\:py-16 {
1730
+ padding-top: 4rem;
1731
+ padding-bottom: 4rem;
1732
+ }
1733
+ }
1734
+ @media (prefers-color-scheme: dark) {
1735
+
1736
+ .dark\:border-gray-600 {
1737
+ --tw-border-opacity: 1;
1738
+ border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
1739
+ }
1740
+
1741
+ .dark\:border-red-500 {
1742
+ --tw-border-opacity: 1;
1743
+ border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
1744
+ }
1745
+
1746
+ .dark\:border-stone-700 {
1747
+ --tw-border-opacity: 1;
1748
+ border-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
1749
+ }
1750
+
1751
+ .dark\:bg-gray-700 {
1752
+ --tw-bg-opacity: 1;
1753
+ background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
1754
+ }
1755
+
1756
+ .dark\:bg-gray-900 {
1757
+ --tw-bg-opacity: 1;
1758
+ background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
1759
+ }
1760
+
1761
+ .dark\:bg-stone-800 {
1762
+ --tw-bg-opacity: 1;
1763
+ background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
1764
+ }
1765
+
1766
+ .dark\:bg-stone-900 {
1767
+ --tw-bg-opacity: 1;
1768
+ background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
1769
+ }
1770
+
1771
+ .dark\:text-red-500 {
1772
+ --tw-text-opacity: 1;
1773
+ color: rgb(239 68 68 / var(--tw-text-opacity, 1));
1774
+ }
1775
+
1776
+ .dark\:text-stone-200 {
1777
+ --tw-text-opacity: 1;
1778
+ color: rgb(231 229 228 / var(--tw-text-opacity, 1));
1779
+ }
1780
+
1781
+ .dark\:text-white {
1782
+ --tw-text-opacity: 1;
1783
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1784
+ }
1785
+
1786
+ .dark\:placeholder-gray-400::-moz-placeholder {
1787
+ --tw-placeholder-opacity: 1;
1788
+ color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
1789
+ }
1790
+
1791
+ .dark\:placeholder-gray-400::placeholder {
1792
+ --tw-placeholder-opacity: 1;
1793
+ color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
1794
+ }
1795
+
1796
+ .dark\:hover\:bg-red-600:hover {
1797
+ --tw-bg-opacity: 1;
1798
+ background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
1799
+ }
1800
+
1801
+ .dark\:hover\:bg-stone-600:hover {
1802
+ --tw-bg-opacity: 1;
1803
+ background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
1804
+ }
1805
+
1806
+ .dark\:hover\:text-white:hover {
1807
+ --tw-text-opacity: 1;
1808
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1809
+ }
1810
+
1811
+ .dark\:focus\:ring-red-900:focus {
1812
+ --tw-ring-opacity: 1;
1813
+ --tw-ring-color: rgb(127 29 29 / var(--tw-ring-opacity, 1));
1814
+ }
1815
+
1816
+ @media (min-width: 768px) {
1817
+
1818
+ .dark\:md\:divide-stone-700 > :not([hidden]) ~ :not([hidden]) {
1819
+ --tw-divide-opacity: 1;
1820
+ border-color: rgb(68 64 60 / var(--tw-divide-opacity, 1));
1821
+ }
1822
+ }
1823
+ }
1824
+ .\[\&\>textarea\]\:resize-none>textarea {
1825
+ resize: none;
1826
+ }
1827
+ .\[\&\>textarea\]\:\[grid-area\:1\/1\/2\/2\]>textarea {
1828
+ grid-area: 1/1/2/2;
1829
+ }
1830
+
1831
+ /*# sourceMappingURL=index.css.map*/