tear-jekyll-theme 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1599 @@
1
+ /*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
2
+ @layer theme, base, components, utilities;
3
+ @layer theme {
4
+ :root, :host {
5
+ --color-yellow-400: oklch(85.2% 0.199 91.936);
6
+ --color-blue-400: oklch(70.7% 0.165 254.624);
7
+ --color-blue-500: oklch(62.3% 0.214 259.815);
8
+ --color-gray-100: oklch(96.7% 0.003 264.542);
9
+ --color-gray-200: oklch(92.8% 0.006 264.531);
10
+ --color-gray-300: oklch(87.2% 0.01 258.338);
11
+ --color-gray-400: oklch(70.7% 0.022 261.325);
12
+ --color-gray-500: oklch(55.1% 0.027 264.364);
13
+ --color-gray-600: oklch(44.6% 0.03 256.802);
14
+ --color-gray-700: oklch(37.3% 0.034 259.733);
15
+ --color-gray-800: oklch(27.8% 0.033 256.848);
16
+ --color-gray-900: oklch(21% 0.034 264.665);
17
+ --color-neutral-400: oklch(70.8% 0 0);
18
+ --color-neutral-500: oklch(55.6% 0 0);
19
+ --color-neutral-600: oklch(43.9% 0 0);
20
+ --color-neutral-700: oklch(37.1% 0 0);
21
+ --color-neutral-800: oklch(26.9% 0 0);
22
+ --color-neutral-900: oklch(20.5% 0 0);
23
+ --color-neutral-950: oklch(14.5% 0 0);
24
+ --color-black: #000;
25
+ --color-white: #fff;
26
+ --spacing: 0.25rem;
27
+ --container-2xl: 42rem;
28
+ --container-4xl: 56rem;
29
+ --container-6xl: 72rem;
30
+ --text-sm: 0.875rem;
31
+ --text-sm--line-height: calc(1.25 / 0.875);
32
+ --text-2xl: 1.5rem;
33
+ --text-2xl--line-height: calc(2 / 1.5);
34
+ --text-3xl: 1.875rem;
35
+ --text-3xl--line-height: calc(2.25 / 1.875);
36
+ --text-4xl: 2.25rem;
37
+ --text-4xl--line-height: calc(2.5 / 2.25);
38
+ --font-weight-bold: 700;
39
+ --radius-lg: 0.5rem;
40
+ --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
41
+ --default-transition-duration: 150ms;
42
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
43
+ }
44
+ }
45
+ @layer base {
46
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
47
+ box-sizing: border-box;
48
+ margin: 0;
49
+ padding: 0;
50
+ border: 0 solid;
51
+ }
52
+ html, :host {
53
+ line-height: 1.5;
54
+ -webkit-text-size-adjust: 100%;
55
+ tab-size: 4;
56
+ font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
57
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
58
+ font-feature-settings: initial;
59
+ font-variation-settings: initial;
60
+ -webkit-tap-highlight-color: transparent;
61
+ }
62
+ hr {
63
+ height: 0;
64
+ color: inherit;
65
+ border-top-width: 1px;
66
+ }
67
+ abbr:where([title]) {
68
+ -webkit-text-decoration: underline dotted;
69
+ text-decoration: underline dotted;
70
+ }
71
+ h1, h2, h3, h4, h5, h6 {
72
+ font-size: inherit;
73
+ font-weight: inherit;
74
+ }
75
+ a {
76
+ color: inherit;
77
+ -webkit-text-decoration: inherit;
78
+ text-decoration: inherit;
79
+ }
80
+ b, strong {
81
+ font-weight: bolder;
82
+ }
83
+ code, kbd, samp, pre {
84
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
85
+ "Courier New", monospace;
86
+ font-feature-settings: initial;
87
+ font-variation-settings: initial;
88
+ font-size: 1em;
89
+ }
90
+ small {
91
+ font-size: 80%;
92
+ }
93
+ sub, sup {
94
+ font-size: 75%;
95
+ line-height: 0;
96
+ position: relative;
97
+ vertical-align: baseline;
98
+ }
99
+ sub {
100
+ bottom: -0.25em;
101
+ }
102
+ sup {
103
+ top: -0.5em;
104
+ }
105
+ table {
106
+ text-indent: 0;
107
+ border-color: inherit;
108
+ border-collapse: collapse;
109
+ }
110
+ :-moz-focusring {
111
+ outline: auto;
112
+ }
113
+ progress {
114
+ vertical-align: baseline;
115
+ }
116
+ summary {
117
+ display: list-item;
118
+ }
119
+ ol, ul, menu {
120
+ list-style: none;
121
+ }
122
+ img, svg, video, canvas, audio, iframe, embed, object {
123
+ display: block;
124
+ vertical-align: middle;
125
+ }
126
+ img, video {
127
+ max-width: 100%;
128
+ height: auto;
129
+ }
130
+ button, input, select, optgroup, textarea, ::file-selector-button {
131
+ font: inherit;
132
+ font-feature-settings: inherit;
133
+ font-variation-settings: inherit;
134
+ letter-spacing: inherit;
135
+ color: inherit;
136
+ border-radius: 0;
137
+ background-color: transparent;
138
+ opacity: 1;
139
+ }
140
+ :where(select:is([multiple], [size])) optgroup {
141
+ font-weight: bolder;
142
+ }
143
+ :where(select:is([multiple], [size])) optgroup option {
144
+ padding-inline-start: 20px;
145
+ }
146
+ ::file-selector-button {
147
+ margin-inline-end: 4px;
148
+ }
149
+ ::placeholder {
150
+ opacity: 1;
151
+ }
152
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
153
+ ::placeholder {
154
+ color: color-mix(in oklab, currentcolor 50%, transparent);
155
+ }
156
+ }
157
+ textarea {
158
+ resize: vertical;
159
+ }
160
+ ::-webkit-search-decoration {
161
+ -webkit-appearance: none;
162
+ }
163
+ ::-webkit-date-and-time-value {
164
+ min-height: 1lh;
165
+ text-align: inherit;
166
+ }
167
+ ::-webkit-datetime-edit {
168
+ display: inline-flex;
169
+ }
170
+ ::-webkit-datetime-edit-fields-wrapper {
171
+ padding: 0;
172
+ }
173
+ ::-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 {
174
+ padding-block: 0;
175
+ }
176
+ :-moz-ui-invalid {
177
+ box-shadow: none;
178
+ }
179
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
180
+ appearance: button;
181
+ }
182
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
183
+ height: auto;
184
+ }
185
+ [hidden]:where(:not([hidden="until-found"])) {
186
+ display: none !important;
187
+ }
188
+ }
189
+ @layer utilities {
190
+ .relative {
191
+ position: relative;
192
+ }
193
+ .static {
194
+ position: static;
195
+ }
196
+ .container {
197
+ width: 100%;
198
+ @media (width >= 40rem) {
199
+ max-width: 40rem;
200
+ }
201
+ @media (width >= 48rem) {
202
+ max-width: 48rem;
203
+ }
204
+ @media (width >= 64rem) {
205
+ max-width: 64rem;
206
+ }
207
+ @media (width >= 80rem) {
208
+ max-width: 80rem;
209
+ }
210
+ @media (width >= 96rem) {
211
+ max-width: 96rem;
212
+ }
213
+ }
214
+ .mx-auto {
215
+ margin-inline: auto;
216
+ }
217
+ .prose {
218
+ color: var(--tw-prose-body);
219
+ max-width: 65ch;
220
+ :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
221
+ margin-top: 1.25em;
222
+ margin-bottom: 1.25em;
223
+ }
224
+ :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
225
+ color: var(--tw-prose-lead);
226
+ font-size: 1.25em;
227
+ line-height: 1.6;
228
+ margin-top: 1.2em;
229
+ margin-bottom: 1.2em;
230
+ }
231
+ :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
232
+ color: var(--tw-prose-links);
233
+ text-decoration: underline;
234
+ font-weight: 500;
235
+ }
236
+ :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
237
+ color: var(--tw-prose-bold);
238
+ font-weight: 600;
239
+ }
240
+ :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
241
+ color: inherit;
242
+ }
243
+ :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
244
+ color: inherit;
245
+ }
246
+ :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
247
+ color: inherit;
248
+ }
249
+ :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
250
+ list-style-type: decimal;
251
+ margin-top: 1.25em;
252
+ margin-bottom: 1.25em;
253
+ padding-inline-start: 1.625em;
254
+ }
255
+ :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
256
+ list-style-type: upper-alpha;
257
+ }
258
+ :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
259
+ list-style-type: lower-alpha;
260
+ }
261
+ :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
262
+ list-style-type: upper-alpha;
263
+ }
264
+ :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
265
+ list-style-type: lower-alpha;
266
+ }
267
+ :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
268
+ list-style-type: upper-roman;
269
+ }
270
+ :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
271
+ list-style-type: lower-roman;
272
+ }
273
+ :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
274
+ list-style-type: upper-roman;
275
+ }
276
+ :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
277
+ list-style-type: lower-roman;
278
+ }
279
+ :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
280
+ list-style-type: decimal;
281
+ }
282
+ :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
283
+ list-style-type: disc;
284
+ margin-top: 1.25em;
285
+ margin-bottom: 1.25em;
286
+ padding-inline-start: 1.625em;
287
+ }
288
+ :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
289
+ font-weight: 400;
290
+ color: var(--tw-prose-counters);
291
+ }
292
+ :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
293
+ color: var(--tw-prose-bullets);
294
+ }
295
+ :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
296
+ color: var(--tw-prose-headings);
297
+ font-weight: 600;
298
+ margin-top: 1.25em;
299
+ }
300
+ :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
301
+ border-color: var(--tw-prose-hr);
302
+ border-top-width: 1;
303
+ margin-top: 3em;
304
+ margin-bottom: 3em;
305
+ }
306
+ :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
307
+ font-weight: 500;
308
+ font-style: italic;
309
+ color: var(--tw-prose-quotes);
310
+ border-inline-start-width: 0.25rem;
311
+ border-inline-start-color: var(--tw-prose-quote-borders);
312
+ quotes: "\201C""\201D""\2018""\2019";
313
+ margin-top: 1.6em;
314
+ margin-bottom: 1.6em;
315
+ padding-inline-start: 1em;
316
+ }
317
+ :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
318
+ content: open-quote;
319
+ }
320
+ :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
321
+ content: close-quote;
322
+ }
323
+ :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
324
+ color: var(--tw-prose-headings);
325
+ font-weight: 800;
326
+ font-size: 2.25em;
327
+ margin-top: 0;
328
+ margin-bottom: 0.8888889em;
329
+ line-height: 1.1111111;
330
+ }
331
+ :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
332
+ font-weight: 900;
333
+ color: inherit;
334
+ }
335
+ :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
336
+ color: var(--tw-prose-headings);
337
+ font-weight: 700;
338
+ font-size: 1.5em;
339
+ margin-top: 2em;
340
+ margin-bottom: 1em;
341
+ line-height: 1.3333333;
342
+ }
343
+ :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
344
+ font-weight: 800;
345
+ color: inherit;
346
+ }
347
+ :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
348
+ color: var(--tw-prose-headings);
349
+ font-weight: 600;
350
+ font-size: 1.25em;
351
+ margin-top: 1.6em;
352
+ margin-bottom: 0.6em;
353
+ line-height: 1.6;
354
+ }
355
+ :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
356
+ font-weight: 700;
357
+ color: inherit;
358
+ }
359
+ :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
360
+ color: var(--tw-prose-headings);
361
+ font-weight: 600;
362
+ margin-top: 1.5em;
363
+ margin-bottom: 0.5em;
364
+ line-height: 1.5;
365
+ }
366
+ :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
367
+ font-weight: 700;
368
+ color: inherit;
369
+ }
370
+ :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
371
+ margin-top: 2em;
372
+ margin-bottom: 2em;
373
+ }
374
+ :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
375
+ display: block;
376
+ margin-top: 2em;
377
+ margin-bottom: 2em;
378
+ }
379
+ :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
380
+ margin-top: 2em;
381
+ margin-bottom: 2em;
382
+ }
383
+ :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
384
+ font-weight: 500;
385
+ font-family: inherit;
386
+ color: var(--tw-prose-kbd);
387
+ box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
388
+ font-size: 0.875em;
389
+ border-radius: 0.3125rem;
390
+ padding-top: 0.1875em;
391
+ padding-inline-end: 0.375em;
392
+ padding-bottom: 0.1875em;
393
+ padding-inline-start: 0.375em;
394
+ }
395
+ :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
396
+ color: var(--tw-prose-code);
397
+ font-weight: 600;
398
+ font-size: 0.875em;
399
+ }
400
+ :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
401
+ content: "`";
402
+ }
403
+ :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
404
+ content: "`";
405
+ }
406
+ :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
407
+ color: inherit;
408
+ }
409
+ :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
410
+ color: inherit;
411
+ }
412
+ :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
413
+ color: inherit;
414
+ font-size: 0.875em;
415
+ }
416
+ :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
417
+ color: inherit;
418
+ font-size: 0.9em;
419
+ }
420
+ :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
421
+ color: inherit;
422
+ }
423
+ :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
424
+ color: inherit;
425
+ }
426
+ :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
427
+ color: inherit;
428
+ }
429
+ :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
430
+ color: var(--tw-prose-pre-code);
431
+ background-color: var(--tw-prose-pre-bg);
432
+ overflow-x: auto;
433
+ font-weight: 400;
434
+ font-size: 0.875em;
435
+ line-height: 1.7142857;
436
+ margin-top: 1.7142857em;
437
+ margin-bottom: 1.7142857em;
438
+ border-radius: 0.375rem;
439
+ padding-top: 0.8571429em;
440
+ padding-inline-end: 1.1428571em;
441
+ padding-bottom: 0.8571429em;
442
+ padding-inline-start: 1.1428571em;
443
+ }
444
+ :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
445
+ background-color: transparent;
446
+ border-width: 0;
447
+ border-radius: 0;
448
+ padding: 0;
449
+ font-weight: inherit;
450
+ color: inherit;
451
+ font-size: inherit;
452
+ font-family: inherit;
453
+ line-height: inherit;
454
+ }
455
+ :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
456
+ content: none;
457
+ }
458
+ :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
459
+ content: none;
460
+ }
461
+ :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
462
+ width: 100%;
463
+ table-layout: auto;
464
+ margin-top: 2em;
465
+ margin-bottom: 2em;
466
+ font-size: 0.875em;
467
+ line-height: 1.7142857;
468
+ }
469
+ :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
470
+ border-bottom-width: 1px;
471
+ border-bottom-color: var(--tw-prose-th-borders);
472
+ }
473
+ :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
474
+ color: var(--tw-prose-headings);
475
+ font-weight: 600;
476
+ vertical-align: bottom;
477
+ padding-inline-end: 0.5714286em;
478
+ padding-bottom: 0.5714286em;
479
+ padding-inline-start: 0.5714286em;
480
+ }
481
+ :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
482
+ border-bottom-width: 1px;
483
+ border-bottom-color: var(--tw-prose-td-borders);
484
+ }
485
+ :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
486
+ border-bottom-width: 0;
487
+ }
488
+ :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
489
+ vertical-align: baseline;
490
+ }
491
+ :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
492
+ border-top-width: 1px;
493
+ border-top-color: var(--tw-prose-th-borders);
494
+ }
495
+ :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
496
+ vertical-align: top;
497
+ }
498
+ :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
499
+ text-align: start;
500
+ }
501
+ :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
502
+ margin-top: 0;
503
+ margin-bottom: 0;
504
+ }
505
+ :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
506
+ color: var(--tw-prose-captions);
507
+ font-size: 0.875em;
508
+ line-height: 1.4285714;
509
+ margin-top: 0.8571429em;
510
+ }
511
+ --tw-prose-body: oklch(37.3% 0.034 259.733);
512
+ --tw-prose-headings: oklch(21% 0.034 264.665);
513
+ --tw-prose-lead: oklch(44.6% 0.03 256.802);
514
+ --tw-prose-links: oklch(21% 0.034 264.665);
515
+ --tw-prose-bold: oklch(21% 0.034 264.665);
516
+ --tw-prose-counters: oklch(55.1% 0.027 264.364);
517
+ --tw-prose-bullets: oklch(87.2% 0.01 258.338);
518
+ --tw-prose-hr: oklch(92.8% 0.006 264.531);
519
+ --tw-prose-quotes: oklch(21% 0.034 264.665);
520
+ --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
521
+ --tw-prose-captions: oklch(55.1% 0.027 264.364);
522
+ --tw-prose-kbd: oklch(21% 0.034 264.665);
523
+ --tw-prose-kbd-shadows: NaN NaN NaN;
524
+ --tw-prose-code: oklch(21% 0.034 264.665);
525
+ --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
526
+ --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
527
+ --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
528
+ --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
529
+ --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
530
+ --tw-prose-invert-headings: #fff;
531
+ --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
532
+ --tw-prose-invert-links: #fff;
533
+ --tw-prose-invert-bold: #fff;
534
+ --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
535
+ --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
536
+ --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
537
+ --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
538
+ --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
539
+ --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
540
+ --tw-prose-invert-kbd: #fff;
541
+ --tw-prose-invert-kbd-shadows: 255 255 255;
542
+ --tw-prose-invert-code: #fff;
543
+ --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
544
+ --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
545
+ --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
546
+ --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
547
+ font-size: 1rem;
548
+ line-height: 1.75;
549
+ :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
550
+ margin-top: 0;
551
+ margin-bottom: 0;
552
+ }
553
+ :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
554
+ margin-top: 0.5em;
555
+ margin-bottom: 0.5em;
556
+ }
557
+ :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
558
+ padding-inline-start: 0.375em;
559
+ }
560
+ :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
561
+ padding-inline-start: 0.375em;
562
+ }
563
+ :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
564
+ margin-top: 0.75em;
565
+ margin-bottom: 0.75em;
566
+ }
567
+ :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
568
+ margin-top: 1.25em;
569
+ }
570
+ :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
571
+ margin-bottom: 1.25em;
572
+ }
573
+ :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
574
+ margin-top: 1.25em;
575
+ }
576
+ :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
577
+ margin-bottom: 1.25em;
578
+ }
579
+ :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
580
+ margin-top: 0.75em;
581
+ margin-bottom: 0.75em;
582
+ }
583
+ :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
584
+ margin-top: 1.25em;
585
+ margin-bottom: 1.25em;
586
+ }
587
+ :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
588
+ margin-top: 0.5em;
589
+ padding-inline-start: 1.625em;
590
+ }
591
+ :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
592
+ margin-top: 0;
593
+ }
594
+ :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
595
+ margin-top: 0;
596
+ }
597
+ :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
598
+ margin-top: 0;
599
+ }
600
+ :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
601
+ margin-top: 0;
602
+ }
603
+ :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
604
+ padding-inline-start: 0;
605
+ }
606
+ :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
607
+ padding-inline-end: 0;
608
+ }
609
+ :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
610
+ padding-top: 0.5714286em;
611
+ padding-inline-end: 0.5714286em;
612
+ padding-bottom: 0.5714286em;
613
+ padding-inline-start: 0.5714286em;
614
+ }
615
+ :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
616
+ padding-inline-start: 0;
617
+ }
618
+ :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
619
+ padding-inline-end: 0;
620
+ }
621
+ :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
622
+ margin-top: 2em;
623
+ margin-bottom: 2em;
624
+ }
625
+ :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
626
+ margin-top: 0;
627
+ }
628
+ :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
629
+ margin-bottom: 0;
630
+ }
631
+ }
632
+ .prose-lg {
633
+ font-size: 1.125rem;
634
+ line-height: 1.7777778;
635
+ :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
636
+ margin-top: 1.3333333em;
637
+ margin-bottom: 1.3333333em;
638
+ }
639
+ :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
640
+ font-size: 1.2222222em;
641
+ line-height: 1.4545455;
642
+ margin-top: 1.0909091em;
643
+ margin-bottom: 1.0909091em;
644
+ }
645
+ :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
646
+ margin-top: 1.6666667em;
647
+ margin-bottom: 1.6666667em;
648
+ padding-inline-start: 1em;
649
+ }
650
+ :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
651
+ font-size: 2.6666667em;
652
+ margin-top: 0;
653
+ margin-bottom: 0.8333333em;
654
+ line-height: 1;
655
+ }
656
+ :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
657
+ font-size: 1.6666667em;
658
+ margin-top: 1.8666667em;
659
+ margin-bottom: 1.0666667em;
660
+ line-height: 1.3333333;
661
+ }
662
+ :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
663
+ font-size: 1.3333333em;
664
+ margin-top: 1.6666667em;
665
+ margin-bottom: 0.6666667em;
666
+ line-height: 1.5;
667
+ }
668
+ :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
669
+ margin-top: 1.7777778em;
670
+ margin-bottom: 0.4444444em;
671
+ line-height: 1.5555556;
672
+ }
673
+ :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
674
+ margin-top: 1.7777778em;
675
+ margin-bottom: 1.7777778em;
676
+ }
677
+ :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
678
+ margin-top: 1.7777778em;
679
+ margin-bottom: 1.7777778em;
680
+ }
681
+ :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
682
+ margin-top: 0;
683
+ margin-bottom: 0;
684
+ }
685
+ :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
686
+ margin-top: 1.7777778em;
687
+ margin-bottom: 1.7777778em;
688
+ }
689
+ :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
690
+ font-size: 0.8888889em;
691
+ border-radius: 0.3125rem;
692
+ padding-top: 0.2222222em;
693
+ padding-inline-end: 0.4444444em;
694
+ padding-bottom: 0.2222222em;
695
+ padding-inline-start: 0.4444444em;
696
+ }
697
+ :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
698
+ font-size: 0.8888889em;
699
+ }
700
+ :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
701
+ font-size: 0.8666667em;
702
+ }
703
+ :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
704
+ font-size: 0.875em;
705
+ }
706
+ :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
707
+ font-size: 0.8888889em;
708
+ line-height: 1.75;
709
+ margin-top: 2em;
710
+ margin-bottom: 2em;
711
+ border-radius: 0.375rem;
712
+ padding-top: 1em;
713
+ padding-inline-end: 1.5em;
714
+ padding-bottom: 1em;
715
+ padding-inline-start: 1.5em;
716
+ }
717
+ :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
718
+ margin-top: 1.3333333em;
719
+ margin-bottom: 1.3333333em;
720
+ padding-inline-start: 1.5555556em;
721
+ }
722
+ :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
723
+ margin-top: 1.3333333em;
724
+ margin-bottom: 1.3333333em;
725
+ padding-inline-start: 1.5555556em;
726
+ }
727
+ :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
728
+ margin-top: 0.6666667em;
729
+ margin-bottom: 0.6666667em;
730
+ }
731
+ :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
732
+ padding-inline-start: 0.4444444em;
733
+ }
734
+ :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
735
+ padding-inline-start: 0.4444444em;
736
+ }
737
+ :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
738
+ margin-top: 0.8888889em;
739
+ margin-bottom: 0.8888889em;
740
+ }
741
+ :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
742
+ margin-top: 1.3333333em;
743
+ }
744
+ :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
745
+ margin-bottom: 1.3333333em;
746
+ }
747
+ :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
748
+ margin-top: 1.3333333em;
749
+ }
750
+ :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
751
+ margin-bottom: 1.3333333em;
752
+ }
753
+ :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
754
+ margin-top: 0.8888889em;
755
+ margin-bottom: 0.8888889em;
756
+ }
757
+ :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
758
+ margin-top: 1.3333333em;
759
+ margin-bottom: 1.3333333em;
760
+ }
761
+ :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
762
+ margin-top: 1.3333333em;
763
+ }
764
+ :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
765
+ margin-top: 0.6666667em;
766
+ padding-inline-start: 1.5555556em;
767
+ }
768
+ :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
769
+ margin-top: 3.1111111em;
770
+ margin-bottom: 3.1111111em;
771
+ }
772
+ :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
773
+ margin-top: 0;
774
+ }
775
+ :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
776
+ margin-top: 0;
777
+ }
778
+ :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
779
+ margin-top: 0;
780
+ }
781
+ :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
782
+ margin-top: 0;
783
+ }
784
+ :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
785
+ font-size: 0.8888889em;
786
+ line-height: 1.5;
787
+ }
788
+ :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
789
+ padding-inline-end: 0.75em;
790
+ padding-bottom: 0.75em;
791
+ padding-inline-start: 0.75em;
792
+ }
793
+ :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
794
+ padding-inline-start: 0;
795
+ }
796
+ :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
797
+ padding-inline-end: 0;
798
+ }
799
+ :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
800
+ padding-top: 0.75em;
801
+ padding-inline-end: 0.75em;
802
+ padding-bottom: 0.75em;
803
+ padding-inline-start: 0.75em;
804
+ }
805
+ :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
806
+ padding-inline-start: 0;
807
+ }
808
+ :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
809
+ padding-inline-end: 0;
810
+ }
811
+ :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
812
+ margin-top: 1.7777778em;
813
+ margin-bottom: 1.7777778em;
814
+ }
815
+ :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
816
+ margin-top: 0;
817
+ margin-bottom: 0;
818
+ }
819
+ :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
820
+ font-size: 0.8888889em;
821
+ line-height: 1.5;
822
+ margin-top: 1em;
823
+ }
824
+ :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
825
+ margin-top: 0;
826
+ }
827
+ :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
828
+ margin-bottom: 0;
829
+ }
830
+ }
831
+ .mt-2 {
832
+ margin-top: calc(var(--spacing) * 2);
833
+ }
834
+ .mt-8 {
835
+ margin-top: calc(var(--spacing) * 8);
836
+ }
837
+ .mt-12 {
838
+ margin-top: calc(var(--spacing) * 12);
839
+ }
840
+ .mr-2 {
841
+ margin-right: calc(var(--spacing) * 2);
842
+ }
843
+ .mr-3 {
844
+ margin-right: calc(var(--spacing) * 3);
845
+ }
846
+ .mr-5 {
847
+ margin-right: calc(var(--spacing) * 5);
848
+ }
849
+ .mb-1 {
850
+ margin-bottom: calc(var(--spacing) * 1);
851
+ }
852
+ .mb-4 {
853
+ margin-bottom: calc(var(--spacing) * 4);
854
+ }
855
+ .mb-6 {
856
+ margin-bottom: calc(var(--spacing) * 6);
857
+ }
858
+ .mb-8 {
859
+ margin-bottom: calc(var(--spacing) * 8);
860
+ }
861
+ .mb-12 {
862
+ margin-bottom: calc(var(--spacing) * 12);
863
+ }
864
+ .ml-5 {
865
+ margin-left: calc(var(--spacing) * 5);
866
+ }
867
+ .block {
868
+ display: block;
869
+ }
870
+ .flex {
871
+ display: flex;
872
+ }
873
+ .hidden {
874
+ display: none;
875
+ }
876
+ .table {
877
+ display: table;
878
+ }
879
+ .h-5 {
880
+ height: calc(var(--spacing) * 5);
881
+ }
882
+ .h-6 {
883
+ height: calc(var(--spacing) * 6);
884
+ }
885
+ .h-7 {
886
+ height: calc(var(--spacing) * 7);
887
+ }
888
+ .h-48 {
889
+ height: calc(var(--spacing) * 48);
890
+ }
891
+ .h-px {
892
+ height: 1px;
893
+ }
894
+ .max-h-100 {
895
+ max-height: calc(var(--spacing) * 100);
896
+ }
897
+ .w-5 {
898
+ width: calc(var(--spacing) * 5);
899
+ }
900
+ .w-6 {
901
+ width: calc(var(--spacing) * 6);
902
+ }
903
+ .w-7 {
904
+ width: calc(var(--spacing) * 7);
905
+ }
906
+ .w-full {
907
+ width: 100%;
908
+ }
909
+ .max-w-2xl {
910
+ max-width: var(--container-2xl);
911
+ }
912
+ .max-w-4xl {
913
+ max-width: var(--container-4xl);
914
+ }
915
+ .max-w-6xl {
916
+ max-width: var(--container-6xl);
917
+ }
918
+ .max-w-none {
919
+ max-width: none;
920
+ }
921
+ .border-collapse {
922
+ border-collapse: collapse;
923
+ }
924
+ .scale-135 {
925
+ --tw-scale-x: 135%;
926
+ --tw-scale-y: 135%;
927
+ --tw-scale-z: 135%;
928
+ scale: var(--tw-scale-x) var(--tw-scale-y);
929
+ }
930
+ .resize {
931
+ resize: both;
932
+ }
933
+ .items-center {
934
+ align-items: center;
935
+ }
936
+ .justify-between {
937
+ justify-content: space-between;
938
+ }
939
+ .space-x-1 {
940
+ :where(& > :not(:last-child)) {
941
+ --tw-space-x-reverse: 0;
942
+ margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
943
+ margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
944
+ }
945
+ }
946
+ .space-x-4 {
947
+ :where(& > :not(:last-child)) {
948
+ --tw-space-x-reverse: 0;
949
+ margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
950
+ margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
951
+ }
952
+ }
953
+ .truncate {
954
+ overflow: hidden;
955
+ text-overflow: ellipsis;
956
+ white-space: nowrap;
957
+ }
958
+ .overflow-hidden {
959
+ overflow: hidden;
960
+ }
961
+ .overflow-y-auto {
962
+ overflow-y: auto;
963
+ }
964
+ .rounded-full {
965
+ border-radius: calc(infinity * 1px);
966
+ }
967
+ .rounded-lg {
968
+ border-radius: var(--radius-lg);
969
+ }
970
+ .rounded-l-lg {
971
+ border-top-left-radius: var(--radius-lg);
972
+ border-bottom-left-radius: var(--radius-lg);
973
+ }
974
+ .rounded-r-lg {
975
+ border-top-right-radius: var(--radius-lg);
976
+ border-bottom-right-radius: var(--radius-lg);
977
+ }
978
+ .border {
979
+ border-style: var(--tw-border-style);
980
+ border-width: 1px;
981
+ }
982
+ .bg-gray-100 {
983
+ background-color: var(--color-gray-100);
984
+ }
985
+ .bg-white {
986
+ background-color: var(--color-white);
987
+ }
988
+ .bg-gradient-to-r {
989
+ --tw-gradient-position: to right in oklab;
990
+ background-image: linear-gradient(var(--tw-gradient-stops));
991
+ }
992
+ .from-black {
993
+ --tw-gradient-from: var(--color-black);
994
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
995
+ }
996
+ .to-transparent {
997
+ --tw-gradient-to: transparent;
998
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
999
+ }
1000
+ .object-cover {
1001
+ object-fit: cover;
1002
+ }
1003
+ .p-2 {
1004
+ padding: calc(var(--spacing) * 2);
1005
+ }
1006
+ .p-3 {
1007
+ padding: calc(var(--spacing) * 3);
1008
+ }
1009
+ .px-1 {
1010
+ padding-inline: calc(var(--spacing) * 1);
1011
+ }
1012
+ .px-3 {
1013
+ padding-inline: calc(var(--spacing) * 3);
1014
+ }
1015
+ .px-4 {
1016
+ padding-inline: calc(var(--spacing) * 4);
1017
+ }
1018
+ .py-2 {
1019
+ padding-block: calc(var(--spacing) * 2);
1020
+ }
1021
+ .py-3 {
1022
+ padding-block: calc(var(--spacing) * 3);
1023
+ }
1024
+ .py-4 {
1025
+ padding-block: calc(var(--spacing) * 4);
1026
+ }
1027
+ .py-8 {
1028
+ padding-block: calc(var(--spacing) * 8);
1029
+ }
1030
+ .pt-6 {
1031
+ padding-top: calc(var(--spacing) * 6);
1032
+ }
1033
+ .text-center {
1034
+ text-align: center;
1035
+ }
1036
+ .text-2xl {
1037
+ font-size: var(--text-2xl);
1038
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
1039
+ }
1040
+ .text-3xl {
1041
+ font-size: var(--text-3xl);
1042
+ line-height: var(--tw-leading, var(--text-3xl--line-height));
1043
+ }
1044
+ .text-4xl {
1045
+ font-size: var(--text-4xl);
1046
+ line-height: var(--tw-leading, var(--text-4xl--line-height));
1047
+ }
1048
+ .text-sm {
1049
+ font-size: var(--text-sm);
1050
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1051
+ }
1052
+ .font-bold {
1053
+ --tw-font-weight: var(--font-weight-bold);
1054
+ font-weight: var(--font-weight-bold);
1055
+ }
1056
+ .text-blue-400 {
1057
+ color: var(--color-blue-400);
1058
+ }
1059
+ .text-gray-500 {
1060
+ color: var(--color-gray-500);
1061
+ }
1062
+ .text-gray-600 {
1063
+ color: var(--color-gray-600);
1064
+ }
1065
+ .text-gray-700 {
1066
+ color: var(--color-gray-700);
1067
+ }
1068
+ .text-gray-800 {
1069
+ color: var(--color-gray-800);
1070
+ }
1071
+ .text-yellow-400 {
1072
+ color: var(--color-yellow-400);
1073
+ }
1074
+ .underline {
1075
+ text-decoration-line: underline;
1076
+ }
1077
+ .shadow-inner {
1078
+ --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
1079
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1080
+ }
1081
+ .shadow-lg {
1082
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1083
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1084
+ }
1085
+ .shadow-md {
1086
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1087
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1088
+ }
1089
+ .shadow-sm {
1090
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1091
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1092
+ }
1093
+ .outline {
1094
+ outline-style: var(--tw-outline-style);
1095
+ outline-width: 1px;
1096
+ }
1097
+ .brightness-30 {
1098
+ --tw-brightness: brightness(30%);
1099
+ 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,);
1100
+ }
1101
+ .filter {
1102
+ 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,);
1103
+ }
1104
+ .transition {
1105
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
1106
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1107
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1108
+ }
1109
+ .transition-colors {
1110
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
1111
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1112
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1113
+ }
1114
+ .transition-transform {
1115
+ transition-property: transform, translate, scale, rotate;
1116
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1117
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1118
+ }
1119
+ .duration-300 {
1120
+ --tw-duration: 300ms;
1121
+ transition-duration: 300ms;
1122
+ }
1123
+ .ease-in-out {
1124
+ --tw-ease: var(--ease-in-out);
1125
+ transition-timing-function: var(--ease-in-out);
1126
+ }
1127
+ .hover\:scale-105 {
1128
+ &:hover {
1129
+ @media (hover: hover) {
1130
+ --tw-scale-x: 105%;
1131
+ --tw-scale-y: 105%;
1132
+ --tw-scale-z: 105%;
1133
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1134
+ }
1135
+ }
1136
+ }
1137
+ .hover\:bg-gray-200 {
1138
+ &:hover {
1139
+ @media (hover: hover) {
1140
+ background-color: var(--color-gray-200);
1141
+ }
1142
+ }
1143
+ }
1144
+ .focus\:outline-none {
1145
+ &:focus {
1146
+ --tw-outline-style: none;
1147
+ outline-style: none;
1148
+ }
1149
+ }
1150
+ .sm\:px-6 {
1151
+ @media (width >= 40rem) {
1152
+ padding-inline: calc(var(--spacing) * 6);
1153
+ }
1154
+ }
1155
+ .md\:mr-25 {
1156
+ @media (width >= 48rem) {
1157
+ margin-right: calc(var(--spacing) * 25);
1158
+ }
1159
+ }
1160
+ .md\:ml-25 {
1161
+ @media (width >= 48rem) {
1162
+ margin-left: calc(var(--spacing) * 25);
1163
+ }
1164
+ }
1165
+ .md\:flex {
1166
+ @media (width >= 48rem) {
1167
+ display: flex;
1168
+ }
1169
+ }
1170
+ .md\:hidden {
1171
+ @media (width >= 48rem) {
1172
+ display: none;
1173
+ }
1174
+ }
1175
+ .md\:text-4xl {
1176
+ @media (width >= 48rem) {
1177
+ font-size: var(--text-4xl);
1178
+ line-height: var(--tw-leading, var(--text-4xl--line-height));
1179
+ }
1180
+ }
1181
+ .lg\:px-8 {
1182
+ @media (width >= 64rem) {
1183
+ padding-inline: calc(var(--spacing) * 8);
1184
+ }
1185
+ }
1186
+ .dark\:bg-gray-800 {
1187
+ &:where(.dark, .dark *) {
1188
+ background-color: var(--color-gray-800);
1189
+ }
1190
+ }
1191
+ .dark\:bg-gray-900 {
1192
+ &:where(.dark, .dark *) {
1193
+ background-color: var(--color-gray-900);
1194
+ }
1195
+ }
1196
+ .dark\:from-blue-400 {
1197
+ &:where(.dark, .dark *) {
1198
+ --tw-gradient-from: var(--color-blue-400);
1199
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1200
+ }
1201
+ }
1202
+ .dark\:text-blue-400 {
1203
+ &:where(.dark, .dark *) {
1204
+ color: var(--color-blue-400);
1205
+ }
1206
+ }
1207
+ .dark\:text-blue-500 {
1208
+ &:where(.dark, .dark *) {
1209
+ color: var(--color-blue-500);
1210
+ }
1211
+ }
1212
+ .dark\:text-gray-200 {
1213
+ &:where(.dark, .dark *) {
1214
+ color: var(--color-gray-200);
1215
+ }
1216
+ }
1217
+ .dark\:text-gray-300 {
1218
+ &:where(.dark, .dark *) {
1219
+ color: var(--color-gray-300);
1220
+ }
1221
+ }
1222
+ .dark\:text-gray-400 {
1223
+ &:where(.dark, .dark *) {
1224
+ color: var(--color-gray-400);
1225
+ }
1226
+ }
1227
+ .dark\:text-white {
1228
+ &:where(.dark, .dark *) {
1229
+ color: var(--color-white);
1230
+ }
1231
+ }
1232
+ .dark\:prose-invert {
1233
+ &:where(.dark, .dark *) {
1234
+ --tw-prose-body: var(--tw-prose-invert-body);
1235
+ --tw-prose-headings: var(--tw-prose-invert-headings);
1236
+ --tw-prose-lead: var(--tw-prose-invert-lead);
1237
+ --tw-prose-links: var(--tw-prose-invert-links);
1238
+ --tw-prose-bold: var(--tw-prose-invert-bold);
1239
+ --tw-prose-counters: var(--tw-prose-invert-counters);
1240
+ --tw-prose-bullets: var(--tw-prose-invert-bullets);
1241
+ --tw-prose-hr: var(--tw-prose-invert-hr);
1242
+ --tw-prose-quotes: var(--tw-prose-invert-quotes);
1243
+ --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
1244
+ --tw-prose-captions: var(--tw-prose-invert-captions);
1245
+ --tw-prose-kbd: var(--tw-prose-invert-kbd);
1246
+ --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
1247
+ --tw-prose-code: var(--tw-prose-invert-code);
1248
+ --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
1249
+ --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
1250
+ --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
1251
+ --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
1252
+ }
1253
+ }
1254
+ .dark\:hover\:bg-gray-700 {
1255
+ &:where(.dark, .dark *) {
1256
+ &:hover {
1257
+ @media (hover: hover) {
1258
+ background-color: var(--color-gray-700);
1259
+ }
1260
+ }
1261
+ }
1262
+ }
1263
+ .\[\&\:\:-webkit-scrollbar\]\:w-2 {
1264
+ &::-webkit-scrollbar {
1265
+ width: calc(var(--spacing) * 2);
1266
+ }
1267
+ }
1268
+ .\[\&\:\:-webkit-scrollbar\]\:w-3 {
1269
+ &::-webkit-scrollbar {
1270
+ width: calc(var(--spacing) * 3);
1271
+ }
1272
+ }
1273
+ .\[\&\:\:-webkit-scrollbar\]\:w-3\.5 {
1274
+ &::-webkit-scrollbar {
1275
+ width: calc(var(--spacing) * 3.5);
1276
+ }
1277
+ }
1278
+ .\[\&\:\:-webkit-scrollbar\]\:w-4 {
1279
+ &::-webkit-scrollbar {
1280
+ width: calc(var(--spacing) * 4);
1281
+ }
1282
+ }
1283
+ .\[\&\:\:-webkit-scrollbar\]\:w-4\.5 {
1284
+ &::-webkit-scrollbar {
1285
+ width: calc(var(--spacing) * 4.5);
1286
+ }
1287
+ }
1288
+ .\[\&\:\:-webkit-scrollbar\]\:w-6 {
1289
+ &::-webkit-scrollbar {
1290
+ width: calc(var(--spacing) * 6);
1291
+ }
1292
+ }
1293
+ .\[\&\:\:-webkit-scrollbar\]\:w-21 {
1294
+ &::-webkit-scrollbar {
1295
+ width: calc(var(--spacing) * 21);
1296
+ }
1297
+ }
1298
+ .\[\&\:\:-webkit-scrollbar-thumb\]\:absolute {
1299
+ &::-webkit-scrollbar-thumb {
1300
+ position: absolute;
1301
+ }
1302
+ }
1303
+ .\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full {
1304
+ &::-webkit-scrollbar-thumb {
1305
+ border-radius: calc(infinity * 1px);
1306
+ }
1307
+ }
1308
+ .\[\&\:\:-webkit-scrollbar-thumb\]\:bg-gray-300 {
1309
+ &::-webkit-scrollbar-thumb {
1310
+ background-color: var(--color-gray-300);
1311
+ }
1312
+ }
1313
+ .\[\&\:\:-webkit-scrollbar-thumb\]\:bg-gray-400 {
1314
+ &::-webkit-scrollbar-thumb {
1315
+ background-color: var(--color-gray-400);
1316
+ }
1317
+ }
1318
+ .dark\:\[\&\:\:-webkit-scrollbar-thumb\]\:bg-gray-900 {
1319
+ &:where(.dark, .dark *) {
1320
+ &::-webkit-scrollbar-thumb {
1321
+ background-color: var(--color-gray-900);
1322
+ }
1323
+ }
1324
+ }
1325
+ .dark\:\[\&\:\:-webkit-scrollbar-thumb\]\:bg-neutral-500 {
1326
+ &:where(.dark, .dark *) {
1327
+ &::-webkit-scrollbar-thumb {
1328
+ background-color: var(--color-neutral-500);
1329
+ }
1330
+ }
1331
+ }
1332
+ .dark\:\[\&\:\:-webkit-scrollbar-thumb\]\:bg-neutral-600 {
1333
+ &:where(.dark, .dark *) {
1334
+ &::-webkit-scrollbar-thumb {
1335
+ background-color: var(--color-neutral-600);
1336
+ }
1337
+ }
1338
+ }
1339
+ .dark\:\[\&\:\:-webkit-scrollbar-thumb\]\:bg-neutral-700 {
1340
+ &:where(.dark, .dark *) {
1341
+ &::-webkit-scrollbar-thumb {
1342
+ background-color: var(--color-neutral-700);
1343
+ }
1344
+ }
1345
+ }
1346
+ .dark\:\[\&\:\:-webkit-scrollbar-thumb\]\:bg-neutral-800 {
1347
+ &:where(.dark, .dark *) {
1348
+ &::-webkit-scrollbar-thumb {
1349
+ background-color: var(--color-neutral-800);
1350
+ }
1351
+ }
1352
+ }
1353
+ .dark\:\[\&\:\:-webkit-scrollbar-thumb\]\:bg-neutral-950 {
1354
+ &:where(.dark, .dark *) {
1355
+ &::-webkit-scrollbar-thumb {
1356
+ background-color: var(--color-neutral-950);
1357
+ }
1358
+ }
1359
+ }
1360
+ .\[\&\:\:-webkit-scrollbar-thumb\:hover\]\:bg-gray-500 {
1361
+ &::-webkit-scrollbar-thumb:hover {
1362
+ background-color: var(--color-gray-500);
1363
+ }
1364
+ }
1365
+ .dark\:\[\&\:\:-webkit-scrollbar-thumb\:hover\]\:bg-neutral-400 {
1366
+ &:where(.dark, .dark *) {
1367
+ &::-webkit-scrollbar-thumb:hover {
1368
+ background-color: var(--color-neutral-400);
1369
+ }
1370
+ }
1371
+ }
1372
+ .\[\&\:\:-webkit-scrollbar-track\]\:rounded-full {
1373
+ &::-webkit-scrollbar-track {
1374
+ border-radius: calc(infinity * 1px);
1375
+ }
1376
+ }
1377
+ .\[\&\:\:-webkit-scrollbar-track\]\:bg-gray-100 {
1378
+ &::-webkit-scrollbar-track {
1379
+ background-color: var(--color-gray-100);
1380
+ }
1381
+ }
1382
+ .\[\&\:\:-webkit-scrollbar-track\]\:bg-gray-200 {
1383
+ &::-webkit-scrollbar-track {
1384
+ background-color: var(--color-gray-200);
1385
+ }
1386
+ }
1387
+ .\[\&\:\:-webkit-scrollbar-track\]\:bg-gray-500 {
1388
+ &::-webkit-scrollbar-track {
1389
+ background-color: var(--color-gray-500);
1390
+ }
1391
+ }
1392
+ .dark\:\[\&\:\:-webkit-scrollbar-track\]\:bg-gray-900 {
1393
+ &:where(.dark, .dark *) {
1394
+ &::-webkit-scrollbar-track {
1395
+ background-color: var(--color-gray-900);
1396
+ }
1397
+ }
1398
+ }
1399
+ .dark\:\[\&\:\:-webkit-scrollbar-track\]\:bg-neutral-700 {
1400
+ &:where(.dark, .dark *) {
1401
+ &::-webkit-scrollbar-track {
1402
+ background-color: var(--color-neutral-700);
1403
+ }
1404
+ }
1405
+ }
1406
+ .dark\:\[\&\:\:-webkit-scrollbar-track\]\:bg-neutral-800 {
1407
+ &:where(.dark, .dark *) {
1408
+ &::-webkit-scrollbar-track {
1409
+ background-color: var(--color-neutral-800);
1410
+ }
1411
+ }
1412
+ }
1413
+ .dark\:\[\&\:\:-webkit-scrollbar-track\]\:bg-neutral-900 {
1414
+ &:where(.dark, .dark *) {
1415
+ &::-webkit-scrollbar-track {
1416
+ background-color: var(--color-neutral-900);
1417
+ }
1418
+ }
1419
+ }
1420
+ }
1421
+ @property --tw-scale-x {
1422
+ syntax: "*";
1423
+ inherits: false;
1424
+ initial-value: 1;
1425
+ }
1426
+ @property --tw-scale-y {
1427
+ syntax: "*";
1428
+ inherits: false;
1429
+ initial-value: 1;
1430
+ }
1431
+ @property --tw-scale-z {
1432
+ syntax: "*";
1433
+ inherits: false;
1434
+ initial-value: 1;
1435
+ }
1436
+ @property --tw-space-x-reverse {
1437
+ syntax: "*";
1438
+ inherits: false;
1439
+ initial-value: 0;
1440
+ }
1441
+ @property --tw-border-style {
1442
+ syntax: "*";
1443
+ inherits: false;
1444
+ initial-value: solid;
1445
+ }
1446
+ @property --tw-gradient-position {
1447
+ syntax: "*";
1448
+ inherits: false;
1449
+ }
1450
+ @property --tw-gradient-from {
1451
+ syntax: "<color>";
1452
+ inherits: false;
1453
+ initial-value: #0000;
1454
+ }
1455
+ @property --tw-gradient-via {
1456
+ syntax: "<color>";
1457
+ inherits: false;
1458
+ initial-value: #0000;
1459
+ }
1460
+ @property --tw-gradient-to {
1461
+ syntax: "<color>";
1462
+ inherits: false;
1463
+ initial-value: #0000;
1464
+ }
1465
+ @property --tw-gradient-stops {
1466
+ syntax: "*";
1467
+ inherits: false;
1468
+ }
1469
+ @property --tw-gradient-via-stops {
1470
+ syntax: "*";
1471
+ inherits: false;
1472
+ }
1473
+ @property --tw-gradient-from-position {
1474
+ syntax: "<length-percentage>";
1475
+ inherits: false;
1476
+ initial-value: 0%;
1477
+ }
1478
+ @property --tw-gradient-via-position {
1479
+ syntax: "<length-percentage>";
1480
+ inherits: false;
1481
+ initial-value: 50%;
1482
+ }
1483
+ @property --tw-gradient-to-position {
1484
+ syntax: "<length-percentage>";
1485
+ inherits: false;
1486
+ initial-value: 100%;
1487
+ }
1488
+ @property --tw-font-weight {
1489
+ syntax: "*";
1490
+ inherits: false;
1491
+ }
1492
+ @property --tw-shadow {
1493
+ syntax: "*";
1494
+ inherits: false;
1495
+ initial-value: 0 0 #0000;
1496
+ }
1497
+ @property --tw-shadow-color {
1498
+ syntax: "*";
1499
+ inherits: false;
1500
+ }
1501
+ @property --tw-inset-shadow {
1502
+ syntax: "*";
1503
+ inherits: false;
1504
+ initial-value: 0 0 #0000;
1505
+ }
1506
+ @property --tw-inset-shadow-color {
1507
+ syntax: "*";
1508
+ inherits: false;
1509
+ }
1510
+ @property --tw-ring-color {
1511
+ syntax: "*";
1512
+ inherits: false;
1513
+ }
1514
+ @property --tw-ring-shadow {
1515
+ syntax: "*";
1516
+ inherits: false;
1517
+ initial-value: 0 0 #0000;
1518
+ }
1519
+ @property --tw-inset-ring-color {
1520
+ syntax: "*";
1521
+ inherits: false;
1522
+ }
1523
+ @property --tw-inset-ring-shadow {
1524
+ syntax: "*";
1525
+ inherits: false;
1526
+ initial-value: 0 0 #0000;
1527
+ }
1528
+ @property --tw-ring-inset {
1529
+ syntax: "*";
1530
+ inherits: false;
1531
+ }
1532
+ @property --tw-ring-offset-width {
1533
+ syntax: "<length>";
1534
+ inherits: false;
1535
+ initial-value: 0px;
1536
+ }
1537
+ @property --tw-ring-offset-color {
1538
+ syntax: "*";
1539
+ inherits: false;
1540
+ initial-value: #fff;
1541
+ }
1542
+ @property --tw-ring-offset-shadow {
1543
+ syntax: "*";
1544
+ inherits: false;
1545
+ initial-value: 0 0 #0000;
1546
+ }
1547
+ @property --tw-outline-style {
1548
+ syntax: "*";
1549
+ inherits: false;
1550
+ initial-value: solid;
1551
+ }
1552
+ @property --tw-blur {
1553
+ syntax: "*";
1554
+ inherits: false;
1555
+ }
1556
+ @property --tw-brightness {
1557
+ syntax: "*";
1558
+ inherits: false;
1559
+ }
1560
+ @property --tw-contrast {
1561
+ syntax: "*";
1562
+ inherits: false;
1563
+ }
1564
+ @property --tw-grayscale {
1565
+ syntax: "*";
1566
+ inherits: false;
1567
+ }
1568
+ @property --tw-hue-rotate {
1569
+ syntax: "*";
1570
+ inherits: false;
1571
+ }
1572
+ @property --tw-invert {
1573
+ syntax: "*";
1574
+ inherits: false;
1575
+ }
1576
+ @property --tw-opacity {
1577
+ syntax: "*";
1578
+ inherits: false;
1579
+ }
1580
+ @property --tw-saturate {
1581
+ syntax: "*";
1582
+ inherits: false;
1583
+ }
1584
+ @property --tw-sepia {
1585
+ syntax: "*";
1586
+ inherits: false;
1587
+ }
1588
+ @property --tw-drop-shadow {
1589
+ syntax: "*";
1590
+ inherits: false;
1591
+ }
1592
+ @property --tw-duration {
1593
+ syntax: "*";
1594
+ inherits: false;
1595
+ }
1596
+ @property --tw-ease {
1597
+ syntax: "*";
1598
+ inherits: false;
1599
+ }