payload-richtext-tiptap 0.0.24 → 0.0.26

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