@terryavg/neptune-ai-chatbot 1.0.0

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