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