jekyll-theme-bluegreen 0.1.0

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