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