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