@copilotkitnext/react 0.0.0-0.0.0-max-changeset-10101010101010-20260109191632

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