@lastbrain/app 0.1.18 → 0.1.20

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/styles.css CHANGED
@@ -1,1779 +1,2 @@
1
- *, ::before, ::after {
2
- --tw-border-spacing-x: 0;
3
- --tw-border-spacing-y: 0;
4
- --tw-translate-x: 0;
5
- --tw-translate-y: 0;
6
- --tw-rotate: 0;
7
- --tw-skew-x: 0;
8
- --tw-skew-y: 0;
9
- --tw-scale-x: 1;
10
- --tw-scale-y: 1;
11
- --tw-pan-x: ;
12
- --tw-pan-y: ;
13
- --tw-pinch-zoom: ;
14
- --tw-scroll-snap-strictness: proximity;
15
- --tw-gradient-from-position: ;
16
- --tw-gradient-via-position: ;
17
- --tw-gradient-to-position: ;
18
- --tw-ordinal: ;
19
- --tw-slashed-zero: ;
20
- --tw-numeric-figure: ;
21
- --tw-numeric-spacing: ;
22
- --tw-numeric-fraction: ;
23
- --tw-ring-inset: ;
24
- --tw-ring-offset-width: 0px;
25
- --tw-ring-offset-color: #fff;
26
- --tw-ring-color: rgb(59 130 246 / 0.5);
27
- --tw-ring-offset-shadow: 0 0 #0000;
28
- --tw-ring-shadow: 0 0 #0000;
29
- --tw-shadow: 0 0 #0000;
30
- --tw-shadow-colored: 0 0 #0000;
31
- --tw-blur: ;
32
- --tw-brightness: ;
33
- --tw-contrast: ;
34
- --tw-grayscale: ;
35
- --tw-hue-rotate: ;
36
- --tw-invert: ;
37
- --tw-saturate: ;
38
- --tw-sepia: ;
39
- --tw-drop-shadow: ;
40
- --tw-backdrop-blur: ;
41
- --tw-backdrop-brightness: ;
42
- --tw-backdrop-contrast: ;
43
- --tw-backdrop-grayscale: ;
44
- --tw-backdrop-hue-rotate: ;
45
- --tw-backdrop-invert: ;
46
- --tw-backdrop-opacity: ;
47
- --tw-backdrop-saturate: ;
48
- --tw-backdrop-sepia: ;
49
- --tw-contain-size: ;
50
- --tw-contain-layout: ;
51
- --tw-contain-paint: ;
52
- --tw-contain-style: ;
53
- }
54
-
55
- ::backdrop {
56
- --tw-border-spacing-x: 0;
57
- --tw-border-spacing-y: 0;
58
- --tw-translate-x: 0;
59
- --tw-translate-y: 0;
60
- --tw-rotate: 0;
61
- --tw-skew-x: 0;
62
- --tw-skew-y: 0;
63
- --tw-scale-x: 1;
64
- --tw-scale-y: 1;
65
- --tw-pan-x: ;
66
- --tw-pan-y: ;
67
- --tw-pinch-zoom: ;
68
- --tw-scroll-snap-strictness: proximity;
69
- --tw-gradient-from-position: ;
70
- --tw-gradient-via-position: ;
71
- --tw-gradient-to-position: ;
72
- --tw-ordinal: ;
73
- --tw-slashed-zero: ;
74
- --tw-numeric-figure: ;
75
- --tw-numeric-spacing: ;
76
- --tw-numeric-fraction: ;
77
- --tw-ring-inset: ;
78
- --tw-ring-offset-width: 0px;
79
- --tw-ring-offset-color: #fff;
80
- --tw-ring-color: rgb(59 130 246 / 0.5);
81
- --tw-ring-offset-shadow: 0 0 #0000;
82
- --tw-ring-shadow: 0 0 #0000;
83
- --tw-shadow: 0 0 #0000;
84
- --tw-shadow-colored: 0 0 #0000;
85
- --tw-blur: ;
86
- --tw-brightness: ;
87
- --tw-contrast: ;
88
- --tw-grayscale: ;
89
- --tw-hue-rotate: ;
90
- --tw-invert: ;
91
- --tw-saturate: ;
92
- --tw-sepia: ;
93
- --tw-drop-shadow: ;
94
- --tw-backdrop-blur: ;
95
- --tw-backdrop-brightness: ;
96
- --tw-backdrop-contrast: ;
97
- --tw-backdrop-grayscale: ;
98
- --tw-backdrop-hue-rotate: ;
99
- --tw-backdrop-invert: ;
100
- --tw-backdrop-opacity: ;
101
- --tw-backdrop-saturate: ;
102
- --tw-backdrop-sepia: ;
103
- --tw-contain-size: ;
104
- --tw-contain-layout: ;
105
- --tw-contain-paint: ;
106
- --tw-contain-style: ;
107
- }/*
108
- ! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
109
- *//*
110
- 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
111
- 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
112
- */
113
-
114
- *,
115
- ::before,
116
- ::after {
117
- box-sizing: border-box; /* 1 */
118
- border-width: 0; /* 2 */
119
- border-style: solid; /* 2 */
120
- border-color: #e5e7eb; /* 2 */
121
- }
122
-
123
- ::before,
124
- ::after {
125
- --tw-content: '';
126
- }
127
-
128
- /*
129
- 1. Use a consistent sensible line-height in all browsers.
130
- 2. Prevent adjustments of font size after orientation changes in iOS.
131
- 3. Use a more readable tab size.
132
- 4. Use the user's configured `sans` font-family by default.
133
- 5. Use the user's configured `sans` font-feature-settings by default.
134
- 6. Use the user's configured `sans` font-variation-settings by default.
135
- 7. Disable tap highlights on iOS
136
- */
137
-
138
- html,
139
- :host {
140
- line-height: 1.5; /* 1 */
141
- -webkit-text-size-adjust: 100%; /* 2 */
142
- -moz-tab-size: 4; /* 3 */
143
- -o-tab-size: 4;
144
- tab-size: 4; /* 3 */
145
- font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
146
- font-feature-settings: normal; /* 5 */
147
- font-variation-settings: normal; /* 6 */
148
- -webkit-tap-highlight-color: transparent; /* 7 */
149
- }
150
-
151
- /*
152
- 1. Remove the margin in all browsers.
153
- 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
154
- */
155
-
156
- body {
157
- margin: 0; /* 1 */
158
- line-height: inherit; /* 2 */
159
- }
160
-
161
- /*
162
- 1. Add the correct height in Firefox.
163
- 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
164
- 3. Ensure horizontal rules are visible by default.
165
- */
166
-
167
- hr {
168
- height: 0; /* 1 */
169
- color: inherit; /* 2 */
170
- border-top-width: 1px; /* 3 */
171
- }
172
-
173
- /*
174
- Add the correct text decoration in Chrome, Edge, and Safari.
175
- */
176
-
177
- abbr:where([title]) {
178
- -webkit-text-decoration: underline dotted;
179
- text-decoration: underline dotted;
180
- }
181
-
182
- /*
183
- Remove the default font size and weight for headings.
184
- */
185
-
186
- h1,
187
- h2,
188
- h3,
189
- h4,
190
- h5,
191
- h6 {
192
- font-size: inherit;
193
- font-weight: inherit;
194
- }
195
-
196
- /*
197
- Reset links to optimize for opt-in styling instead of opt-out.
198
- */
199
-
200
- a {
201
- color: inherit;
202
- text-decoration: inherit;
203
- }
204
-
205
- /*
206
- Add the correct font weight in Edge and Safari.
207
- */
208
-
209
- b,
210
- strong {
211
- font-weight: bolder;
212
- }
213
-
214
- /*
215
- 1. Use the user's configured `mono` font-family by default.
216
- 2. Use the user's configured `mono` font-feature-settings by default.
217
- 3. Use the user's configured `mono` font-variation-settings by default.
218
- 4. Correct the odd `em` font sizing in all browsers.
219
- */
220
-
221
- code,
222
- kbd,
223
- samp,
224
- pre {
225
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
226
- font-feature-settings: normal; /* 2 */
227
- font-variation-settings: normal; /* 3 */
228
- font-size: 1em; /* 4 */
229
- }
230
-
231
- /*
232
- Add the correct font size in all browsers.
233
- */
234
-
235
- small {
236
- font-size: 80%;
237
- }
238
-
239
- /*
240
- Prevent `sub` and `sup` elements from affecting the line height in all browsers.
241
- */
242
-
243
- sub,
244
- sup {
245
- font-size: 75%;
246
- line-height: 0;
247
- position: relative;
248
- vertical-align: baseline;
249
- }
250
-
251
- sub {
252
- bottom: -0.25em;
253
- }
254
-
255
- sup {
256
- top: -0.5em;
257
- }
258
-
259
- /*
260
- 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
261
- 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
262
- 3. Remove gaps between table borders by default.
263
- */
264
-
265
- table {
266
- text-indent: 0; /* 1 */
267
- border-color: inherit; /* 2 */
268
- border-collapse: collapse; /* 3 */
269
- }
270
-
271
- /*
272
- 1. Change the font styles in all browsers.
273
- 2. Remove the margin in Firefox and Safari.
274
- 3. Remove default padding in all browsers.
275
- */
276
-
277
- button,
278
- input,
279
- optgroup,
280
- select,
281
- textarea {
282
- font-family: inherit; /* 1 */
283
- font-feature-settings: inherit; /* 1 */
284
- font-variation-settings: inherit; /* 1 */
285
- font-size: 100%; /* 1 */
286
- font-weight: inherit; /* 1 */
287
- line-height: inherit; /* 1 */
288
- letter-spacing: inherit; /* 1 */
289
- color: inherit; /* 1 */
290
- margin: 0; /* 2 */
291
- padding: 0; /* 3 */
292
- }
293
-
294
- /*
295
- Remove the inheritance of text transform in Edge and Firefox.
296
- */
297
-
298
- button,
299
- select {
300
- text-transform: none;
301
- }
302
-
303
- /*
304
- 1. Correct the inability to style clickable types in iOS and Safari.
305
- 2. Remove default button styles.
306
- */
307
-
308
- button,
309
- input:where([type='button']),
310
- input:where([type='reset']),
311
- input:where([type='submit']) {
312
- -webkit-appearance: button; /* 1 */
313
- background-color: transparent; /* 2 */
314
- background-image: none; /* 2 */
315
- }
316
-
317
- /*
318
- Use the modern Firefox focus style for all focusable elements.
319
- */
320
-
321
- :-moz-focusring {
322
- outline: auto;
323
- }
324
-
325
- /*
326
- Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
327
- */
328
-
329
- :-moz-ui-invalid {
330
- box-shadow: none;
331
- }
332
-
333
- /*
334
- Add the correct vertical alignment in Chrome and Firefox.
335
- */
336
-
337
- progress {
338
- vertical-align: baseline;
339
- }
340
-
341
- /*
342
- Correct the cursor style of increment and decrement buttons in Safari.
343
- */
344
-
345
- ::-webkit-inner-spin-button,
346
- ::-webkit-outer-spin-button {
347
- height: auto;
348
- }
349
-
350
- /*
351
- 1. Correct the odd appearance in Chrome and Safari.
352
- 2. Correct the outline style in Safari.
353
- */
354
-
355
- [type='search'] {
356
- -webkit-appearance: textfield; /* 1 */
357
- outline-offset: -2px; /* 2 */
358
- }
359
-
360
- /*
361
- Remove the inner padding in Chrome and Safari on macOS.
362
- */
363
-
364
- ::-webkit-search-decoration {
365
- -webkit-appearance: none;
366
- }
367
-
368
- /*
369
- 1. Correct the inability to style clickable types in iOS and Safari.
370
- 2. Change font properties to `inherit` in Safari.
371
- */
372
-
373
- ::-webkit-file-upload-button {
374
- -webkit-appearance: button; /* 1 */
375
- font: inherit; /* 2 */
376
- }
377
-
378
- /*
379
- Add the correct display in Chrome and Safari.
380
- */
381
-
382
- summary {
383
- display: list-item;
384
- }
385
-
386
- /*
387
- Removes the default spacing and border for appropriate elements.
388
- */
389
-
390
- blockquote,
391
- dl,
392
- dd,
393
- h1,
394
- h2,
395
- h3,
396
- h4,
397
- h5,
398
- h6,
399
- hr,
400
- figure,
401
- p,
402
- pre {
403
- margin: 0;
404
- }
405
-
406
- fieldset {
407
- margin: 0;
408
- padding: 0;
409
- }
410
-
411
- legend {
412
- padding: 0;
413
- }
414
-
415
- ol,
416
- ul,
417
- menu {
418
- list-style: none;
419
- margin: 0;
420
- padding: 0;
421
- }
422
-
423
- /*
424
- Reset default styling for dialogs.
425
- */
426
- dialog {
427
- padding: 0;
428
- }
429
-
430
- /*
431
- Prevent resizing textareas horizontally by default.
432
- */
433
-
434
- textarea {
435
- resize: vertical;
436
- }
437
-
438
- /*
439
- 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
440
- 2. Set the default placeholder color to the user's configured gray 400 color.
441
- */
442
-
443
- input::-moz-placeholder, textarea::-moz-placeholder {
444
- opacity: 1; /* 1 */
445
- color: #9ca3af; /* 2 */
446
- }
447
-
448
- input::placeholder,
449
- textarea::placeholder {
450
- opacity: 1; /* 1 */
451
- color: #9ca3af; /* 2 */
452
- }
453
-
454
- /*
455
- Set the default cursor for buttons.
456
- */
457
-
458
- button,
459
- [role="button"] {
460
- cursor: pointer;
461
- }
462
-
463
- /*
464
- Make sure disabled buttons don't get the pointer cursor.
465
- */
466
- :disabled {
467
- cursor: default;
468
- }
469
-
470
- /*
471
- 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
472
- 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
473
- This can trigger a poorly considered lint error in some tools but is included by design.
474
- */
475
-
476
- img,
477
- svg,
478
- video,
479
- canvas,
480
- audio,
481
- iframe,
482
- embed,
483
- object {
484
- display: block; /* 1 */
485
- vertical-align: middle; /* 2 */
486
- }
487
-
488
- /*
489
- Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
490
- */
491
-
492
- img,
493
- video {
494
- max-width: 100%;
495
- height: auto;
496
- }
497
-
498
- /* Make elements with the HTML hidden attribute stay hidden by default */
499
- [hidden]:where(:not([hidden="until-found"])) {
500
- display: none;
501
- }
502
-
503
- :root, [data-theme] {
504
- color: hsl(var(--heroui-foreground));
505
- background-color: hsl(var(--heroui-background));
506
- }
507
-
508
- :root, [data-theme=light] {
509
- color-scheme: light;
510
- --heroui-background: 0 0% 100%;
511
- --heroui-foreground-50: 0 0% 98.04%;
512
- --heroui-foreground-100: 240 4.76% 95.88%;
513
- --heroui-foreground-200: 240 5.88% 90%;
514
- --heroui-foreground-300: 240 4.88% 83.92%;
515
- --heroui-foreground-400: 240 5.03% 64.9%;
516
- --heroui-foreground-500: 240 3.83% 46.08%;
517
- --heroui-foreground-600: 240 5.2% 33.92%;
518
- --heroui-foreground-700: 240 5.26% 26.08%;
519
- --heroui-foreground-800: 240 3.7% 15.88%;
520
- --heroui-foreground-900: 240 5.88% 10%;
521
- --heroui-foreground: 201.81999999999994 24.44% 8.82%;
522
- --heroui-divider: 0 0% 6.67%;
523
- --heroui-focus: 212.01999999999998 100% 46.67%;
524
- --heroui-overlay: 0 0% 0%;
525
- --heroui-content1: 0 0% 100%;
526
- --heroui-content1-foreground: 201.81999999999994 24.44% 8.82%;
527
- --heroui-content2: 240 4.76% 95.88%;
528
- --heroui-content2-foreground: 240 3.7% 15.88%;
529
- --heroui-content3: 240 5.88% 90%;
530
- --heroui-content3-foreground: 240 5.26% 26.08%;
531
- --heroui-content4: 240 4.88% 83.92%;
532
- --heroui-content4-foreground: 240 5.2% 33.92%;
533
- --heroui-default-50: 0 0% 98.04%;
534
- --heroui-default-100: 240 4.76% 95.88%;
535
- --heroui-default-200: 240 5.88% 90%;
536
- --heroui-default-300: 240 4.88% 83.92%;
537
- --heroui-default-400: 240 5.03% 64.9%;
538
- --heroui-default-500: 240 3.83% 46.08%;
539
- --heroui-default-600: 240 5.2% 33.92%;
540
- --heroui-default-700: 240 5.26% 26.08%;
541
- --heroui-default-800: 240 3.7% 15.88%;
542
- --heroui-default-900: 240 5.88% 10%;
543
- --heroui-default-foreground: 0 0% 0%;
544
- --heroui-default: 240 4.88% 83.92%;
545
- --heroui-primary-50: 212.5 92.31% 94.9%;
546
- --heroui-primary-100: 211.84000000000003 92.45% 89.61%;
547
- --heroui-primary-200: 211.84000000000003 92.45% 79.22%;
548
- --heroui-primary-300: 212.24 92.45% 68.82%;
549
- --heroui-primary-400: 212.14 92.45% 58.43%;
550
- --heroui-primary-500: 212.01999999999998 100% 46.67%;
551
- --heroui-primary-600: 212.14 100% 38.43%;
552
- --heroui-primary-700: 212.24 100% 28.82%;
553
- --heroui-primary-800: 211.84000000000003 100% 19.22%;
554
- --heroui-primary-900: 211.84000000000003 100% 9.61%;
555
- --heroui-primary-foreground: 0 0% 100%;
556
- --heroui-primary: 212.01999999999998 100% 46.67%;
557
- --heroui-secondary-50: 270 61.54% 94.9%;
558
- --heroui-secondary-100: 270 59.26% 89.41%;
559
- --heroui-secondary-200: 270 59.26% 78.82%;
560
- --heroui-secondary-300: 270 59.26% 68.24%;
561
- --heroui-secondary-400: 270 59.26% 57.65%;
562
- --heroui-secondary-500: 270 66.67% 47.06%;
563
- --heroui-secondary-600: 270 66.67% 37.65%;
564
- --heroui-secondary-700: 270 66.67% 28.24%;
565
- --heroui-secondary-800: 270 66.67% 18.82%;
566
- --heroui-secondary-900: 270 66.67% 9.41%;
567
- --heroui-secondary-foreground: 0 0% 100%;
568
- --heroui-secondary: 270 66.67% 47.06%;
569
- --heroui-success-50: 146.66999999999996 64.29% 94.51%;
570
- --heroui-success-100: 145.71000000000004 61.4% 88.82%;
571
- --heroui-success-200: 146.2 61.74% 77.45%;
572
- --heroui-success-300: 145.78999999999996 62.57% 66.47%;
573
- --heroui-success-400: 146.01 62.45% 55.1%;
574
- --heroui-success-500: 145.96000000000004 79.46% 43.92%;
575
- --heroui-success-600: 146.01 79.89% 35.1%;
576
- --heroui-success-700: 145.78999999999996 79.26% 26.47%;
577
- --heroui-success-800: 146.2 79.78% 17.45%;
578
- --heroui-success-900: 145.71000000000004 77.78% 8.82%;
579
- --heroui-success-foreground: 0 0% 0%;
580
- --heroui-success: 145.96000000000004 79.46% 43.92%;
581
- --heroui-warning-50: 54.55000000000001 91.67% 95.29%;
582
- --heroui-warning-100: 37.139999999999986 91.3% 90.98%;
583
- --heroui-warning-200: 37.139999999999986 91.3% 81.96%;
584
- --heroui-warning-300: 36.95999999999998 91.24% 73.14%;
585
- --heroui-warning-400: 37.00999999999999 91.26% 64.12%;
586
- --heroui-warning-500: 37.02999999999997 91.27% 55.1%;
587
- --heroui-warning-600: 37.00999999999999 74.22% 44.12%;
588
- --heroui-warning-700: 36.95999999999998 73.96% 33.14%;
589
- --heroui-warning-800: 37.139999999999986 75% 21.96%;
590
- --heroui-warning-900: 37.139999999999986 75% 10.98%;
591
- --heroui-warning-foreground: 0 0% 0%;
592
- --heroui-warning: 37.02999999999997 91.27% 55.1%;
593
- --heroui-danger-50: 339.13 92% 95.1%;
594
- --heroui-danger-100: 340 91.84% 90.39%;
595
- --heroui-danger-200: 339.3299999999999 90% 80.39%;
596
- --heroui-danger-300: 339.11 90.6% 70.78%;
597
- --heroui-danger-400: 339 90% 60.78%;
598
- --heroui-danger-500: 339.20000000000005 90.36% 51.18%;
599
- --heroui-danger-600: 339 86.54% 40.78%;
600
- --heroui-danger-700: 339.11 85.99% 30.78%;
601
- --heroui-danger-800: 339.3299999999999 86.54% 20.39%;
602
- --heroui-danger-900: 340 84.91% 10.39%;
603
- --heroui-danger-foreground: 0 0% 100%;
604
- --heroui-danger: 339.20000000000005 90.36% 51.18%;
605
- --heroui-divider-weight: 1px;
606
- --heroui-disabled-opacity: .5;
607
- --heroui-font-size-tiny: 0.75rem;
608
- --heroui-font-size-small: 0.875rem;
609
- --heroui-font-size-medium: 1rem;
610
- --heroui-font-size-large: 1.125rem;
611
- --heroui-line-height-tiny: 1rem;
612
- --heroui-line-height-small: 1.25rem;
613
- --heroui-line-height-medium: 1.5rem;
614
- --heroui-line-height-large: 1.75rem;
615
- --heroui-radius-small: 8px;
616
- --heroui-radius-medium: 12px;
617
- --heroui-radius-large: 14px;
618
- --heroui-border-width-small: 1px;
619
- --heroui-border-width-medium: 2px;
620
- --heroui-border-width-large: 3px;
621
- --heroui-box-shadow-small: 0px 0px 5px 0px rgb(0 0 0 / 0.02), 0px 2px 10px 0px rgb(0 0 0 / 0.06), 0px 0px 1px 0px rgb(0 0 0 / 0.3);
622
- --heroui-box-shadow-medium: 0px 0px 15px 0px rgb(0 0 0 / 0.03), 0px 2px 30px 0px rgb(0 0 0 / 0.08), 0px 0px 1px 0px rgb(0 0 0 / 0.3);
623
- --heroui-box-shadow-large: 0px 0px 30px 0px rgb(0 0 0 / 0.04), 0px 30px 60px 0px rgb(0 0 0 / 0.12), 0px 0px 1px 0px rgb(0 0 0 / 0.3);
624
- --heroui-hover-opacity: .8;
625
- }
626
- .container {
627
- width: 100%;
628
- }
629
- @media (min-width: 640px) {
630
-
631
- .container {
632
- max-width: 640px;
633
- }
634
- }
635
- @media (min-width: 768px) {
636
-
637
- .container {
638
- max-width: 768px;
639
- }
640
- }
641
- @media (min-width: 1024px) {
642
-
643
- .container {
644
- max-width: 1024px;
645
- }
646
- }
647
- @media (min-width: 1280px) {
648
-
649
- .container {
650
- max-width: 1280px;
651
- }
652
- }
653
- @media (min-width: 1536px) {
654
-
655
- .container {
656
- max-width: 1536px;
657
- }
658
- }
659
- .visible {
660
- visibility: visible;
661
- }
662
- .static {
663
- position: static;
664
- }
665
- .fixed {
666
- position: fixed;
667
- }
668
- .absolute {
669
- position: absolute;
670
- }
671
- .relative {
672
- position: relative;
673
- }
674
- .sticky {
675
- position: sticky;
676
- }
677
- .inset-0 {
678
- inset: 0px;
679
- }
680
- .bottom-0 {
681
- bottom: 0px;
682
- }
683
- .left-0 {
684
- left: 0px;
685
- }
686
- .top-4 {
687
- top: 1rem;
688
- }
689
- .z-50 {
690
- z-index: 50;
691
- }
692
- .mx-auto {
693
- margin-left: auto;
694
- margin-right: auto;
695
- }
696
- .mb-1 {
697
- margin-bottom: 0.25rem;
698
- }
699
- .mb-12 {
700
- margin-bottom: 3rem;
701
- }
702
- .mb-16 {
703
- margin-bottom: 4rem;
704
- }
705
- .mb-2 {
706
- margin-bottom: 0.5rem;
707
- }
708
- .mb-3 {
709
- margin-bottom: 0.75rem;
710
- }
711
- .mb-4 {
712
- margin-bottom: 1rem;
713
- }
714
- .mb-6 {
715
- margin-bottom: 1.5rem;
716
- }
717
- .mb-8 {
718
- margin-bottom: 2rem;
719
- }
720
- .ml-12 {
721
- margin-left: 3rem;
722
- }
723
- .ml-2 {
724
- margin-left: 0.5rem;
725
- }
726
- .ml-4 {
727
- margin-left: 1rem;
728
- }
729
- .ml-6 {
730
- margin-left: 1.5rem;
731
- }
732
- .ml-8 {
733
- margin-left: 2rem;
734
- }
735
- .mt-2 {
736
- margin-top: 0.5rem;
737
- }
738
- .mt-4 {
739
- margin-top: 1rem;
740
- }
741
- .block {
742
- display: block;
743
- }
744
- .inline {
745
- display: inline;
746
- }
747
- .flex {
748
- display: flex;
749
- }
750
- .inline-flex {
751
- display: inline-flex;
752
- }
753
- .table {
754
- display: table;
755
- }
756
- .grid {
757
- display: grid;
758
- }
759
- .hidden {
760
- display: none;
761
- }
762
- .h-16 {
763
- height: 4rem;
764
- }
765
- .h-8 {
766
- height: 2rem;
767
- }
768
- .min-h-screen {
769
- min-height: 100vh;
770
- }
771
- .w-64 {
772
- width: 16rem;
773
- }
774
- .w-8 {
775
- width: 2rem;
776
- }
777
- .w-full {
778
- width: 100%;
779
- }
780
- .min-w-0 {
781
- min-width: 0px;
782
- }
783
- .max-w-2xl {
784
- max-width: 42rem;
785
- }
786
- .max-w-3xl {
787
- max-width: 48rem;
788
- }
789
- .max-w-4xl {
790
- max-width: 56rem;
791
- }
792
- .max-w-5xl {
793
- max-width: 64rem;
794
- }
795
- .max-w-6xl {
796
- max-width: 72rem;
797
- }
798
- .max-w-md {
799
- max-width: 28rem;
800
- }
801
- .flex-1 {
802
- flex: 1 1 0%;
803
- }
804
- .shrink-0 {
805
- flex-shrink: 0;
806
- }
807
- .cursor-pointer {
808
- cursor: pointer;
809
- }
810
- .scroll-mt-32 {
811
- scroll-margin-top: 8rem;
812
- }
813
- .list-inside {
814
- list-style-position: inside;
815
- }
816
- .list-decimal {
817
- list-style-type: decimal;
818
- }
819
- .list-disc {
820
- list-style-type: disc;
821
- }
822
- .grid-cols-1 {
823
- grid-template-columns: repeat(1, minmax(0, 1fr));
824
- }
825
- .flex-col {
826
- flex-direction: column;
827
- }
828
- .flex-wrap {
829
- flex-wrap: wrap;
830
- }
831
- .items-start {
832
- align-items: flex-start;
833
- }
834
- .items-center {
835
- align-items: center;
836
- }
837
- .justify-center {
838
- justify-content: center;
839
- }
840
- .justify-between {
841
- justify-content: space-between;
842
- }
843
- .gap-2 {
844
- gap: 0.5rem;
845
- }
846
- .gap-3 {
847
- gap: 0.75rem;
848
- }
849
- .gap-4 {
850
- gap: 1rem;
851
- }
852
- .gap-6 {
853
- gap: 1.5rem;
854
- }
855
- .gap-8 {
856
- gap: 2rem;
857
- }
858
- .space-y-1 > :not([hidden]) ~ :not([hidden]) {
859
- --tw-space-y-reverse: 0;
860
- margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
861
- margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
862
- }
863
- .space-y-10 > :not([hidden]) ~ :not([hidden]) {
864
- --tw-space-y-reverse: 0;
865
- margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
866
- margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
867
- }
868
- .space-y-2 > :not([hidden]) ~ :not([hidden]) {
869
- --tw-space-y-reverse: 0;
870
- margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
871
- margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
872
- }
873
- .space-y-3 > :not([hidden]) ~ :not([hidden]) {
874
- --tw-space-y-reverse: 0;
875
- margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
876
- margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
877
- }
878
- .space-y-4 > :not([hidden]) ~ :not([hidden]) {
879
- --tw-space-y-reverse: 0;
880
- margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
881
- margin-bottom: calc(1rem * var(--tw-space-y-reverse));
882
- }
883
- .space-y-6 > :not([hidden]) ~ :not([hidden]) {
884
- --tw-space-y-reverse: 0;
885
- margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
886
- margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
887
- }
888
- .space-y-8 > :not([hidden]) ~ :not([hidden]) {
889
- --tw-space-y-reverse: 0;
890
- margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
891
- margin-bottom: calc(2rem * var(--tw-space-y-reverse));
892
- }
893
- .self-start {
894
- align-self: flex-start;
895
- }
896
- .overflow-hidden {
897
- overflow: hidden;
898
- }
899
- .overflow-x-auto {
900
- overflow-x: auto;
901
- }
902
- .whitespace-pre-wrap {
903
- white-space: pre-wrap;
904
- }
905
- .rounded {
906
- border-radius: 0.25rem;
907
- }
908
- .rounded-full {
909
- border-radius: 9999px;
910
- }
911
- .rounded-lg {
912
- border-radius: 0.5rem;
913
- }
914
- .rounded-md {
915
- border-radius: 0.375rem;
916
- }
917
- .border {
918
- border-width: 1px;
919
- }
920
- .border-l-4 {
921
- border-left-width: 4px;
922
- }
923
- .border-blue-200 {
924
- --tw-border-opacity: 1;
925
- border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
926
- }
927
- .border-blue-500 {
928
- --tw-border-opacity: 1;
929
- border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
930
- }
931
- .border-green-500 {
932
- --tw-border-opacity: 1;
933
- border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
934
- }
935
- .border-orange-500 {
936
- --tw-border-opacity: 1;
937
- border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
938
- }
939
- .border-purple-500 {
940
- --tw-border-opacity: 1;
941
- border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
942
- }
943
- .border-slate-200 {
944
- --tw-border-opacity: 1;
945
- border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
946
- }
947
- .border-l-blue-500 {
948
- --tw-border-opacity: 1;
949
- border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
950
- }
951
- .border-l-green-500 {
952
- --tw-border-opacity: 1;
953
- border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
954
- }
955
- .border-l-orange-500 {
956
- --tw-border-opacity: 1;
957
- border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
958
- }
959
- .border-l-purple-500 {
960
- --tw-border-opacity: 1;
961
- border-left-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
962
- }
963
- .bg-background {
964
- --tw-bg-opacity: 1;
965
- background-color: hsl(var(--heroui-background) / var(--tw-bg-opacity, 1));
966
- }
967
- .bg-background\/20 {
968
- background-color: hsl(var(--heroui-background) / 0.2);
969
- }
970
- .bg-blue-100 {
971
- --tw-bg-opacity: 1;
972
- background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
973
- }
974
- .bg-blue-50 {
975
- --tw-bg-opacity: 1;
976
- background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
977
- }
978
- .bg-cyan-100 {
979
- --tw-bg-opacity: 1;
980
- background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
981
- }
982
- .bg-default-200\/40 {
983
- background-color: hsl(var(--heroui-default-200) / 0.4);
984
- }
985
- .bg-green-100 {
986
- --tw-bg-opacity: 1;
987
- background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
988
- }
989
- .bg-orange-100 {
990
- --tw-bg-opacity: 1;
991
- background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
992
- }
993
- .bg-pink-100 {
994
- --tw-bg-opacity: 1;
995
- background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
996
- }
997
- .bg-primary {
998
- --tw-bg-opacity: 1;
999
- background-color: hsl(var(--heroui-primary) / var(--tw-bg-opacity, 1));
1000
- }
1001
- .bg-purple-100 {
1002
- --tw-bg-opacity: 1;
1003
- background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
1004
- }
1005
- .bg-slate-100 {
1006
- --tw-bg-opacity: 1;
1007
- background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
1008
- }
1009
- .bg-slate-50 {
1010
- --tw-bg-opacity: 1;
1011
- background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
1012
- }
1013
- .bg-slate-900 {
1014
- --tw-bg-opacity: 1;
1015
- background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
1016
- }
1017
- .bg-white {
1018
- --tw-bg-opacity: 1;
1019
- background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1020
- }
1021
- .bg-gradient-to-br {
1022
- background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
1023
- }
1024
- .bg-gradient-to-r {
1025
- background-image: linear-gradient(to right, var(--tw-gradient-stops));
1026
- }
1027
- .from-blue-50 {
1028
- --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
1029
- --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
1030
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1031
- }
1032
- .from-blue-600 {
1033
- --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
1034
- --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
1035
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1036
- }
1037
- .via-purple-50 {
1038
- --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
1039
- --tw-gradient-stops: var(--tw-gradient-from), #faf5ff var(--tw-gradient-via-position), var(--tw-gradient-to);
1040
- }
1041
- .via-purple-600 {
1042
- --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
1043
- --tw-gradient-stops: var(--tw-gradient-from), #9333ea var(--tw-gradient-via-position), var(--tw-gradient-to);
1044
- }
1045
- .to-pink-50 {
1046
- --tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position);
1047
- }
1048
- .to-pink-600 {
1049
- --tw-gradient-to: #db2777 var(--tw-gradient-to-position);
1050
- }
1051
- .to-purple-50 {
1052
- --tw-gradient-to: #faf5ff var(--tw-gradient-to-position);
1053
- }
1054
- .to-purple-600 {
1055
- --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
1056
- }
1057
- .bg-clip-text {
1058
- -webkit-background-clip: text;
1059
- background-clip: text;
1060
- }
1061
- .p-2 {
1062
- padding: 0.5rem;
1063
- }
1064
- .p-3 {
1065
- padding: 0.75rem;
1066
- }
1067
- .p-4 {
1068
- padding: 1rem;
1069
- }
1070
- .p-6 {
1071
- padding: 1.5rem;
1072
- }
1073
- .px-2 {
1074
- padding-left: 0.5rem;
1075
- padding-right: 0.5rem;
1076
- }
1077
- .px-4 {
1078
- padding-left: 1rem;
1079
- padding-right: 1rem;
1080
- }
1081
- .px-5 {
1082
- padding-left: 1.25rem;
1083
- padding-right: 1.25rem;
1084
- }
1085
- .px-6 {
1086
- padding-left: 1.5rem;
1087
- padding-right: 1.5rem;
1088
- }
1089
- .py-1 {
1090
- padding-top: 0.25rem;
1091
- padding-bottom: 0.25rem;
1092
- }
1093
- .py-10 {
1094
- padding-top: 2.5rem;
1095
- padding-bottom: 2.5rem;
1096
- }
1097
- .py-16 {
1098
- padding-top: 4rem;
1099
- padding-bottom: 4rem;
1100
- }
1101
- .py-2 {
1102
- padding-top: 0.5rem;
1103
- padding-bottom: 0.5rem;
1104
- }
1105
- .py-20 {
1106
- padding-top: 5rem;
1107
- padding-bottom: 5rem;
1108
- }
1109
- .py-24 {
1110
- padding-top: 6rem;
1111
- padding-bottom: 6rem;
1112
- }
1113
- .py-3 {
1114
- padding-top: 0.75rem;
1115
- padding-bottom: 0.75rem;
1116
- }
1117
- .py-8 {
1118
- padding-top: 2rem;
1119
- padding-bottom: 2rem;
1120
- }
1121
- .pb-0 {
1122
- padding-bottom: 0px;
1123
- }
1124
- .pb-2 {
1125
- padding-bottom: 0.5rem;
1126
- }
1127
- .pb-24 {
1128
- padding-bottom: 6rem;
1129
- }
1130
- .pl-4 {
1131
- padding-left: 1rem;
1132
- }
1133
- .pl-5 {
1134
- padding-left: 1.25rem;
1135
- }
1136
- .pt-2 {
1137
- padding-top: 0.5rem;
1138
- }
1139
- .pt-32 {
1140
- padding-top: 8rem;
1141
- }
1142
- .pt-4 {
1143
- padding-top: 1rem;
1144
- }
1145
- .pt-8 {
1146
- padding-top: 2rem;
1147
- }
1148
- .text-center {
1149
- text-align: center;
1150
- }
1151
- .font-mono {
1152
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
1153
- }
1154
- .text-2xl {
1155
- font-size: 1.5rem;
1156
- line-height: 2rem;
1157
- }
1158
- .text-3xl {
1159
- font-size: 1.875rem;
1160
- line-height: 2.25rem;
1161
- }
1162
- .text-4xl {
1163
- font-size: 2.25rem;
1164
- line-height: 2.5rem;
1165
- }
1166
- .text-5xl {
1167
- font-size: 3rem;
1168
- line-height: 1;
1169
- }
1170
- .text-6xl {
1171
- font-size: 3.75rem;
1172
- line-height: 1;
1173
- }
1174
- .text-base {
1175
- font-size: 1rem;
1176
- line-height: 1.5rem;
1177
- }
1178
- .text-lg {
1179
- font-size: 1.125rem;
1180
- line-height: 1.75rem;
1181
- }
1182
- .text-sm {
1183
- font-size: 0.875rem;
1184
- line-height: 1.25rem;
1185
- }
1186
- .text-xl {
1187
- font-size: 1.25rem;
1188
- line-height: 1.75rem;
1189
- }
1190
- .text-xs {
1191
- font-size: 0.75rem;
1192
- line-height: 1rem;
1193
- }
1194
- .font-bold {
1195
- font-weight: 700;
1196
- }
1197
- .font-medium {
1198
- font-weight: 500;
1199
- }
1200
- .font-semibold {
1201
- font-weight: 600;
1202
- }
1203
- .text-blue-100 {
1204
- --tw-text-opacity: 1;
1205
- color: rgb(219 234 254 / var(--tw-text-opacity, 1));
1206
- }
1207
- .text-blue-600 {
1208
- --tw-text-opacity: 1;
1209
- color: rgb(37 99 235 / var(--tw-text-opacity, 1));
1210
- }
1211
- .text-blue-700 {
1212
- --tw-text-opacity: 1;
1213
- color: rgb(29 78 216 / var(--tw-text-opacity, 1));
1214
- }
1215
- .text-blue-900 {
1216
- --tw-text-opacity: 1;
1217
- color: rgb(30 58 138 / var(--tw-text-opacity, 1));
1218
- }
1219
- .text-cyan-600 {
1220
- --tw-text-opacity: 1;
1221
- color: rgb(8 145 178 / var(--tw-text-opacity, 1));
1222
- }
1223
- .text-default-600 {
1224
- --tw-text-opacity: 1;
1225
- color: hsl(var(--heroui-default-600) / var(--tw-text-opacity, 1));
1226
- }
1227
- .text-default-700 {
1228
- --tw-text-opacity: 1;
1229
- color: hsl(var(--heroui-default-700) / var(--tw-text-opacity, 1));
1230
- }
1231
- .text-foreground {
1232
- --tw-text-opacity: 1;
1233
- color: hsl(var(--heroui-foreground) / var(--tw-text-opacity, 1));
1234
- }
1235
- .text-green-600 {
1236
- --tw-text-opacity: 1;
1237
- color: rgb(22 163 74 / var(--tw-text-opacity, 1));
1238
- }
1239
- .text-orange-600 {
1240
- --tw-text-opacity: 1;
1241
- color: rgb(234 88 12 / var(--tw-text-opacity, 1));
1242
- }
1243
- .text-pink-600 {
1244
- --tw-text-opacity: 1;
1245
- color: rgb(219 39 119 / var(--tw-text-opacity, 1));
1246
- }
1247
- .text-primary-foreground {
1248
- --tw-text-opacity: 1;
1249
- color: hsl(var(--heroui-primary-foreground) / var(--tw-text-opacity, 1));
1250
- }
1251
- .text-purple-600 {
1252
- --tw-text-opacity: 1;
1253
- color: rgb(147 51 234 / var(--tw-text-opacity, 1));
1254
- }
1255
- .text-slate-500 {
1256
- --tw-text-opacity: 1;
1257
- color: rgb(100 116 139 / var(--tw-text-opacity, 1));
1258
- }
1259
- .text-slate-600 {
1260
- --tw-text-opacity: 1;
1261
- color: rgb(71 85 105 / var(--tw-text-opacity, 1));
1262
- }
1263
- .text-slate-700 {
1264
- --tw-text-opacity: 1;
1265
- color: rgb(51 65 85 / var(--tw-text-opacity, 1));
1266
- }
1267
- .text-slate-900 {
1268
- --tw-text-opacity: 1;
1269
- color: rgb(15 23 42 / var(--tw-text-opacity, 1));
1270
- }
1271
- .text-transparent {
1272
- color: transparent;
1273
- }
1274
- .text-white {
1275
- --tw-text-opacity: 1;
1276
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1277
- }
1278
- .opacity-70 {
1279
- opacity: 0.7;
1280
- }
1281
- .filter {
1282
- 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);
1283
- }
1284
- .backdrop-blur-lg {
1285
- --tw-backdrop-blur: blur(16px);
1286
- backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
1287
- }
1288
- .transition-colors {
1289
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1290
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1291
- transition-duration: 250ms;
1292
- }
1293
- .transition-shadow {
1294
- transition-property: box-shadow;
1295
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1296
- transition-duration: 250ms;
1297
- }
1298
- .light {
1299
- color-scheme: light;
1300
- --heroui-background: 0 0% 100%;
1301
- --heroui-foreground-50: 0 0% 98.04%;
1302
- --heroui-foreground-100: 240 4.76% 95.88%;
1303
- --heroui-foreground-200: 240 5.88% 90%;
1304
- --heroui-foreground-300: 240 4.88% 83.92%;
1305
- --heroui-foreground-400: 240 5.03% 64.9%;
1306
- --heroui-foreground-500: 240 3.83% 46.08%;
1307
- --heroui-foreground-600: 240 5.2% 33.92%;
1308
- --heroui-foreground-700: 240 5.26% 26.08%;
1309
- --heroui-foreground-800: 240 3.7% 15.88%;
1310
- --heroui-foreground-900: 240 5.88% 10%;
1311
- --heroui-foreground: 201.81999999999994 24.44% 8.82%;
1312
- --heroui-divider: 0 0% 6.67%;
1313
- --heroui-focus: 212.01999999999998 100% 46.67%;
1314
- --heroui-overlay: 0 0% 0%;
1315
- --heroui-content1: 0 0% 100%;
1316
- --heroui-content1-foreground: 201.81999999999994 24.44% 8.82%;
1317
- --heroui-content2: 240 4.76% 95.88%;
1318
- --heroui-content2-foreground: 240 3.7% 15.88%;
1319
- --heroui-content3: 240 5.88% 90%;
1320
- --heroui-content3-foreground: 240 5.26% 26.08%;
1321
- --heroui-content4: 240 4.88% 83.92%;
1322
- --heroui-content4-foreground: 240 5.2% 33.92%;
1323
- --heroui-default-50: 0 0% 98.04%;
1324
- --heroui-default-100: 240 4.76% 95.88%;
1325
- --heroui-default-200: 240 5.88% 90%;
1326
- --heroui-default-300: 240 4.88% 83.92%;
1327
- --heroui-default-400: 240 5.03% 64.9%;
1328
- --heroui-default-500: 240 3.83% 46.08%;
1329
- --heroui-default-600: 240 5.2% 33.92%;
1330
- --heroui-default-700: 240 5.26% 26.08%;
1331
- --heroui-default-800: 240 3.7% 15.88%;
1332
- --heroui-default-900: 240 5.88% 10%;
1333
- --heroui-default-foreground: 0 0% 0%;
1334
- --heroui-default: 240 4.88% 83.92%;
1335
- --heroui-primary-50: 212.5 92.31% 94.9%;
1336
- --heroui-primary-100: 211.84000000000003 92.45% 89.61%;
1337
- --heroui-primary-200: 211.84000000000003 92.45% 79.22%;
1338
- --heroui-primary-300: 212.24 92.45% 68.82%;
1339
- --heroui-primary-400: 212.14 92.45% 58.43%;
1340
- --heroui-primary-500: 212.01999999999998 100% 46.67%;
1341
- --heroui-primary-600: 212.14 100% 38.43%;
1342
- --heroui-primary-700: 212.24 100% 28.82%;
1343
- --heroui-primary-800: 211.84000000000003 100% 19.22%;
1344
- --heroui-primary-900: 211.84000000000003 100% 9.61%;
1345
- --heroui-primary-foreground: 0 0% 100%;
1346
- --heroui-primary: 212.01999999999998 100% 46.67%;
1347
- --heroui-secondary-50: 270 61.54% 94.9%;
1348
- --heroui-secondary-100: 270 59.26% 89.41%;
1349
- --heroui-secondary-200: 270 59.26% 78.82%;
1350
- --heroui-secondary-300: 270 59.26% 68.24%;
1351
- --heroui-secondary-400: 270 59.26% 57.65%;
1352
- --heroui-secondary-500: 270 66.67% 47.06%;
1353
- --heroui-secondary-600: 270 66.67% 37.65%;
1354
- --heroui-secondary-700: 270 66.67% 28.24%;
1355
- --heroui-secondary-800: 270 66.67% 18.82%;
1356
- --heroui-secondary-900: 270 66.67% 9.41%;
1357
- --heroui-secondary-foreground: 0 0% 100%;
1358
- --heroui-secondary: 270 66.67% 47.06%;
1359
- --heroui-success-50: 146.66999999999996 64.29% 94.51%;
1360
- --heroui-success-100: 145.71000000000004 61.4% 88.82%;
1361
- --heroui-success-200: 146.2 61.74% 77.45%;
1362
- --heroui-success-300: 145.78999999999996 62.57% 66.47%;
1363
- --heroui-success-400: 146.01 62.45% 55.1%;
1364
- --heroui-success-500: 145.96000000000004 79.46% 43.92%;
1365
- --heroui-success-600: 146.01 79.89% 35.1%;
1366
- --heroui-success-700: 145.78999999999996 79.26% 26.47%;
1367
- --heroui-success-800: 146.2 79.78% 17.45%;
1368
- --heroui-success-900: 145.71000000000004 77.78% 8.82%;
1369
- --heroui-success-foreground: 0 0% 0%;
1370
- --heroui-success: 145.96000000000004 79.46% 43.92%;
1371
- --heroui-warning-50: 54.55000000000001 91.67% 95.29%;
1372
- --heroui-warning-100: 37.139999999999986 91.3% 90.98%;
1373
- --heroui-warning-200: 37.139999999999986 91.3% 81.96%;
1374
- --heroui-warning-300: 36.95999999999998 91.24% 73.14%;
1375
- --heroui-warning-400: 37.00999999999999 91.26% 64.12%;
1376
- --heroui-warning-500: 37.02999999999997 91.27% 55.1%;
1377
- --heroui-warning-600: 37.00999999999999 74.22% 44.12%;
1378
- --heroui-warning-700: 36.95999999999998 73.96% 33.14%;
1379
- --heroui-warning-800: 37.139999999999986 75% 21.96%;
1380
- --heroui-warning-900: 37.139999999999986 75% 10.98%;
1381
- --heroui-warning-foreground: 0 0% 0%;
1382
- --heroui-warning: 37.02999999999997 91.27% 55.1%;
1383
- --heroui-danger-50: 339.13 92% 95.1%;
1384
- --heroui-danger-100: 340 91.84% 90.39%;
1385
- --heroui-danger-200: 339.3299999999999 90% 80.39%;
1386
- --heroui-danger-300: 339.11 90.6% 70.78%;
1387
- --heroui-danger-400: 339 90% 60.78%;
1388
- --heroui-danger-500: 339.20000000000005 90.36% 51.18%;
1389
- --heroui-danger-600: 339 86.54% 40.78%;
1390
- --heroui-danger-700: 339.11 85.99% 30.78%;
1391
- --heroui-danger-800: 339.3299999999999 86.54% 20.39%;
1392
- --heroui-danger-900: 340 84.91% 10.39%;
1393
- --heroui-danger-foreground: 0 0% 100%;
1394
- --heroui-danger: 339.20000000000005 90.36% 51.18%;
1395
- --heroui-divider-weight: 1px;
1396
- --heroui-disabled-opacity: .5;
1397
- --heroui-font-size-tiny: 0.75rem;
1398
- --heroui-font-size-small: 0.875rem;
1399
- --heroui-font-size-medium: 1rem;
1400
- --heroui-font-size-large: 1.125rem;
1401
- --heroui-line-height-tiny: 1rem;
1402
- --heroui-line-height-small: 1.25rem;
1403
- --heroui-line-height-medium: 1.5rem;
1404
- --heroui-line-height-large: 1.75rem;
1405
- --heroui-radius-small: 8px;
1406
- --heroui-radius-medium: 12px;
1407
- --heroui-radius-large: 14px;
1408
- --heroui-border-width-small: 1px;
1409
- --heroui-border-width-medium: 2px;
1410
- --heroui-border-width-large: 3px;
1411
- --heroui-box-shadow-small: 0px 0px 5px 0px rgb(0 0 0 / 0.02), 0px 2px 10px 0px rgb(0 0 0 / 0.06), 0px 0px 1px 0px rgb(0 0 0 / 0.3);
1412
- --heroui-box-shadow-medium: 0px 0px 15px 0px rgb(0 0 0 / 0.03), 0px 2px 30px 0px rgb(0 0 0 / 0.08), 0px 0px 1px 0px rgb(0 0 0 / 0.3);
1413
- --heroui-box-shadow-large: 0px 0px 30px 0px rgb(0 0 0 / 0.04), 0px 30px 60px 0px rgb(0 0 0 / 0.12), 0px 0px 1px 0px rgb(0 0 0 / 0.3);
1414
- --heroui-hover-opacity: .8;
1415
- }
1416
- .dark {
1417
- color-scheme: dark;
1418
- --heroui-background: 0 0% 0%;
1419
- --heroui-foreground-50: 240 5.88% 10%;
1420
- --heroui-foreground-100: 240 3.7% 15.88%;
1421
- --heroui-foreground-200: 240 5.26% 26.08%;
1422
- --heroui-foreground-300: 240 5.2% 33.92%;
1423
- --heroui-foreground-400: 240 3.83% 46.08%;
1424
- --heroui-foreground-500: 240 5.03% 64.9%;
1425
- --heroui-foreground-600: 240 4.88% 83.92%;
1426
- --heroui-foreground-700: 240 5.88% 90%;
1427
- --heroui-foreground-800: 240 4.76% 95.88%;
1428
- --heroui-foreground-900: 0 0% 98.04%;
1429
- --heroui-foreground: 210 5.56% 92.94%;
1430
- --heroui-focus: 212.01999999999998 100% 46.67%;
1431
- --heroui-overlay: 0 0% 0%;
1432
- --heroui-divider: 0 0% 100%;
1433
- --heroui-content1: 240 5.88% 10%;
1434
- --heroui-content1-foreground: 0 0% 98.04%;
1435
- --heroui-content2: 240 3.7% 15.88%;
1436
- --heroui-content2-foreground: 240 4.76% 95.88%;
1437
- --heroui-content3: 240 5.26% 26.08%;
1438
- --heroui-content3-foreground: 240 5.88% 90%;
1439
- --heroui-content4: 240 5.2% 33.92%;
1440
- --heroui-content4-foreground: 240 4.88% 83.92%;
1441
- --heroui-default-50: 240 5.88% 10%;
1442
- --heroui-default-100: 240 3.7% 15.88%;
1443
- --heroui-default-200: 240 5.26% 26.08%;
1444
- --heroui-default-300: 240 5.2% 33.92%;
1445
- --heroui-default-400: 240 3.83% 46.08%;
1446
- --heroui-default-500: 240 5.03% 64.9%;
1447
- --heroui-default-600: 240 4.88% 83.92%;
1448
- --heroui-default-700: 240 5.88% 90%;
1449
- --heroui-default-800: 240 4.76% 95.88%;
1450
- --heroui-default-900: 0 0% 98.04%;
1451
- --heroui-default-foreground: 0 0% 100%;
1452
- --heroui-default: 240 5.26% 26.08%;
1453
- --heroui-primary-50: 211.84000000000003 100% 9.61%;
1454
- --heroui-primary-100: 211.84000000000003 100% 19.22%;
1455
- --heroui-primary-200: 212.24 100% 28.82%;
1456
- --heroui-primary-300: 212.14 100% 38.43%;
1457
- --heroui-primary-400: 212.01999999999998 100% 46.67%;
1458
- --heroui-primary-500: 212.14 92.45% 58.43%;
1459
- --heroui-primary-600: 212.24 92.45% 68.82%;
1460
- --heroui-primary-700: 211.84000000000003 92.45% 79.22%;
1461
- --heroui-primary-800: 211.84000000000003 92.45% 89.61%;
1462
- --heroui-primary-900: 212.5 92.31% 94.9%;
1463
- --heroui-primary-foreground: 0 0% 100%;
1464
- --heroui-primary: 212.01999999999998 100% 46.67%;
1465
- --heroui-secondary-50: 270 66.67% 9.41%;
1466
- --heroui-secondary-100: 270 66.67% 18.82%;
1467
- --heroui-secondary-200: 270 66.67% 28.24%;
1468
- --heroui-secondary-300: 270 66.67% 37.65%;
1469
- --heroui-secondary-400: 270 66.67% 47.06%;
1470
- --heroui-secondary-500: 270 59.26% 57.65%;
1471
- --heroui-secondary-600: 270 59.26% 68.24%;
1472
- --heroui-secondary-700: 270 59.26% 78.82%;
1473
- --heroui-secondary-800: 270 59.26% 89.41%;
1474
- --heroui-secondary-900: 270 61.54% 94.9%;
1475
- --heroui-secondary-foreground: 0 0% 100%;
1476
- --heroui-secondary: 270 59.26% 57.65%;
1477
- --heroui-success-50: 145.71000000000004 77.78% 8.82%;
1478
- --heroui-success-100: 146.2 79.78% 17.45%;
1479
- --heroui-success-200: 145.78999999999996 79.26% 26.47%;
1480
- --heroui-success-300: 146.01 79.89% 35.1%;
1481
- --heroui-success-400: 145.96000000000004 79.46% 43.92%;
1482
- --heroui-success-500: 146.01 62.45% 55.1%;
1483
- --heroui-success-600: 145.78999999999996 62.57% 66.47%;
1484
- --heroui-success-700: 146.2 61.74% 77.45%;
1485
- --heroui-success-800: 145.71000000000004 61.4% 88.82%;
1486
- --heroui-success-900: 146.66999999999996 64.29% 94.51%;
1487
- --heroui-success-foreground: 0 0% 0%;
1488
- --heroui-success: 145.96000000000004 79.46% 43.92%;
1489
- --heroui-warning-50: 37.139999999999986 75% 10.98%;
1490
- --heroui-warning-100: 37.139999999999986 75% 21.96%;
1491
- --heroui-warning-200: 36.95999999999998 73.96% 33.14%;
1492
- --heroui-warning-300: 37.00999999999999 74.22% 44.12%;
1493
- --heroui-warning-400: 37.02999999999997 91.27% 55.1%;
1494
- --heroui-warning-500: 37.00999999999999 91.26% 64.12%;
1495
- --heroui-warning-600: 36.95999999999998 91.24% 73.14%;
1496
- --heroui-warning-700: 37.139999999999986 91.3% 81.96%;
1497
- --heroui-warning-800: 37.139999999999986 91.3% 90.98%;
1498
- --heroui-warning-900: 54.55000000000001 91.67% 95.29%;
1499
- --heroui-warning-foreground: 0 0% 0%;
1500
- --heroui-warning: 37.02999999999997 91.27% 55.1%;
1501
- --heroui-danger-50: 340 84.91% 10.39%;
1502
- --heroui-danger-100: 339.3299999999999 86.54% 20.39%;
1503
- --heroui-danger-200: 339.11 85.99% 30.78%;
1504
- --heroui-danger-300: 339 86.54% 40.78%;
1505
- --heroui-danger-400: 339.20000000000005 90.36% 51.18%;
1506
- --heroui-danger-500: 339 90% 60.78%;
1507
- --heroui-danger-600: 339.11 90.6% 70.78%;
1508
- --heroui-danger-700: 339.3299999999999 90% 80.39%;
1509
- --heroui-danger-800: 340 91.84% 90.39%;
1510
- --heroui-danger-900: 339.13 92% 95.1%;
1511
- --heroui-danger-foreground: 0 0% 100%;
1512
- --heroui-danger: 339.20000000000005 90.36% 51.18%;
1513
- --heroui-divider-weight: 1px;
1514
- --heroui-disabled-opacity: .5;
1515
- --heroui-font-size-tiny: 0.75rem;
1516
- --heroui-font-size-small: 0.875rem;
1517
- --heroui-font-size-medium: 1rem;
1518
- --heroui-font-size-large: 1.125rem;
1519
- --heroui-line-height-tiny: 1rem;
1520
- --heroui-line-height-small: 1.25rem;
1521
- --heroui-line-height-medium: 1.5rem;
1522
- --heroui-line-height-large: 1.75rem;
1523
- --heroui-radius-small: 8px;
1524
- --heroui-radius-medium: 12px;
1525
- --heroui-radius-large: 14px;
1526
- --heroui-border-width-small: 1px;
1527
- --heroui-border-width-medium: 2px;
1528
- --heroui-border-width-large: 3px;
1529
- --heroui-box-shadow-small: 0px 0px 5px 0px rgb(0 0 0 / 0.05), 0px 2px 10px 0px rgb(0 0 0 / 0.2), inset 0px 0px 1px 0px rgb(255 255 255 / 0.15);
1530
- --heroui-box-shadow-medium: 0px 0px 15px 0px rgb(0 0 0 / 0.06), 0px 2px 30px 0px rgb(0 0 0 / 0.22), inset 0px 0px 1px 0px rgb(255 255 255 / 0.15);
1531
- --heroui-box-shadow-large: 0px 0px 30px 0px rgb(0 0 0 / 0.07), 0px 30px 60px 0px rgb(0 0 0 / 0.26), inset 0px 0px 1px 0px rgb(255 255 255 / 0.15);
1532
- --heroui-hover-opacity: .9;
1533
- }
1534
-
1535
- /* Styles pour les composants @lastbrain/app */
1536
-
1537
- .hover\:bg-blue-50:hover {
1538
- --tw-bg-opacity: 1;
1539
- background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
1540
- }
1541
-
1542
- .hover\:bg-primary\/90:hover {
1543
- background-color: hsl(var(--heroui-primary) / 0.9);
1544
- }
1545
-
1546
- .hover\:bg-slate-50:hover {
1547
- --tw-bg-opacity: 1;
1548
- background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
1549
- }
1550
-
1551
- .hover\:underline:hover {
1552
- text-decoration-line: underline;
1553
- }
1554
-
1555
- .hover\:shadow-lg:hover {
1556
- --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1557
- --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1558
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1559
- }
1560
-
1561
- .hover\:shadow-xl:hover {
1562
- --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
1563
- --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
1564
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1565
- }
1566
-
1567
- .dark\:border-blue-800:is(.dark *) {
1568
- --tw-border-opacity: 1;
1569
- border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
1570
- }
1571
-
1572
- .dark\:border-slate-700:is(.dark *) {
1573
- --tw-border-opacity: 1;
1574
- border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
1575
- }
1576
-
1577
- .dark\:bg-blue-900\/30:is(.dark *) {
1578
- background-color: rgb(30 58 138 / 0.3);
1579
- }
1580
-
1581
- .dark\:bg-blue-950\/30:is(.dark *) {
1582
- background-color: rgb(23 37 84 / 0.3);
1583
- }
1584
-
1585
- .dark\:bg-cyan-900\/30:is(.dark *) {
1586
- background-color: rgb(22 78 99 / 0.3);
1587
- }
1588
-
1589
- .dark\:bg-green-900\/30:is(.dark *) {
1590
- background-color: rgb(20 83 45 / 0.3);
1591
- }
1592
-
1593
- .dark\:bg-orange-900\/30:is(.dark *) {
1594
- background-color: rgb(124 45 18 / 0.3);
1595
- }
1596
-
1597
- .dark\:bg-pink-900\/30:is(.dark *) {
1598
- background-color: rgb(131 24 67 / 0.3);
1599
- }
1600
-
1601
- .dark\:bg-purple-900\/30:is(.dark *) {
1602
- background-color: rgb(88 28 135 / 0.3);
1603
- }
1604
-
1605
- .dark\:bg-slate-800:is(.dark *) {
1606
- --tw-bg-opacity: 1;
1607
- background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
1608
- }
1609
-
1610
- .dark\:bg-slate-900:is(.dark *) {
1611
- --tw-bg-opacity: 1;
1612
- background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
1613
- }
1614
-
1615
- .dark\:bg-slate-900\/50:is(.dark *) {
1616
- background-color: rgb(15 23 42 / 0.5);
1617
- }
1618
-
1619
- .dark\:bg-slate-950:is(.dark *) {
1620
- --tw-bg-opacity: 1;
1621
- background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
1622
- }
1623
-
1624
- .dark\:from-blue-950\/30:is(.dark *) {
1625
- --tw-gradient-from: rgb(23 37 84 / 0.3) var(--tw-gradient-from-position);
1626
- --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
1627
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1628
- }
1629
-
1630
- .dark\:from-slate-900:is(.dark *) {
1631
- --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
1632
- --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
1633
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1634
- }
1635
-
1636
- .dark\:via-purple-900\/20:is(.dark *) {
1637
- --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
1638
- --tw-gradient-stops: var(--tw-gradient-from), rgb(88 28 135 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
1639
- }
1640
-
1641
- .dark\:to-blue-900\/20:is(.dark *) {
1642
- --tw-gradient-to: rgb(30 58 138 / 0.2) var(--tw-gradient-to-position);
1643
- }
1644
-
1645
- .dark\:to-purple-950\/30:is(.dark *) {
1646
- --tw-gradient-to: rgb(59 7 100 / 0.3) var(--tw-gradient-to-position);
1647
- }
1648
-
1649
- .dark\:text-blue-100:is(.dark *) {
1650
- --tw-text-opacity: 1;
1651
- color: rgb(219 234 254 / var(--tw-text-opacity, 1));
1652
- }
1653
-
1654
- .dark\:text-blue-300:is(.dark *) {
1655
- --tw-text-opacity: 1;
1656
- color: rgb(147 197 253 / var(--tw-text-opacity, 1));
1657
- }
1658
-
1659
- .dark\:text-blue-400:is(.dark *) {
1660
- --tw-text-opacity: 1;
1661
- color: rgb(96 165 250 / var(--tw-text-opacity, 1));
1662
- }
1663
-
1664
- .dark\:text-cyan-400:is(.dark *) {
1665
- --tw-text-opacity: 1;
1666
- color: rgb(34 211 238 / var(--tw-text-opacity, 1));
1667
- }
1668
-
1669
- .dark\:text-green-400:is(.dark *) {
1670
- --tw-text-opacity: 1;
1671
- color: rgb(74 222 128 / var(--tw-text-opacity, 1));
1672
- }
1673
-
1674
- .dark\:text-orange-400:is(.dark *) {
1675
- --tw-text-opacity: 1;
1676
- color: rgb(251 146 60 / var(--tw-text-opacity, 1));
1677
- }
1678
-
1679
- .dark\:text-pink-400:is(.dark *) {
1680
- --tw-text-opacity: 1;
1681
- color: rgb(244 114 182 / var(--tw-text-opacity, 1));
1682
- }
1683
-
1684
- .dark\:text-purple-400:is(.dark *) {
1685
- --tw-text-opacity: 1;
1686
- color: rgb(192 132 252 / var(--tw-text-opacity, 1));
1687
- }
1688
-
1689
- .dark\:text-slate-300:is(.dark *) {
1690
- --tw-text-opacity: 1;
1691
- color: rgb(203 213 225 / var(--tw-text-opacity, 1));
1692
- }
1693
-
1694
- .dark\:text-slate-400:is(.dark *) {
1695
- --tw-text-opacity: 1;
1696
- color: rgb(148 163 184 / var(--tw-text-opacity, 1));
1697
- }
1698
-
1699
- .dark\:text-slate-500:is(.dark *) {
1700
- --tw-text-opacity: 1;
1701
- color: rgb(100 116 139 / var(--tw-text-opacity, 1));
1702
- }
1703
-
1704
- .dark\:text-white:is(.dark *) {
1705
- --tw-text-opacity: 1;
1706
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1707
- }
1708
-
1709
- .dark\:hover\:bg-slate-800:hover:is(.dark *) {
1710
- --tw-bg-opacity: 1;
1711
- background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
1712
- }
1713
-
1714
- @media (min-width: 640px) {
1715
-
1716
- .sm\:flex-row {
1717
- flex-direction: row;
1718
- }
1719
- }
1720
-
1721
- @media (min-width: 768px) {
1722
-
1723
- .md\:grid-cols-2 {
1724
- grid-template-columns: repeat(2, minmax(0, 1fr));
1725
- }
1726
-
1727
- .md\:px-4 {
1728
- padding-left: 1rem;
1729
- padding-right: 1rem;
1730
- }
1731
-
1732
- .md\:px-5 {
1733
- padding-left: 1.25rem;
1734
- padding-right: 1.25rem;
1735
- }
1736
-
1737
- .md\:py-32 {
1738
- padding-top: 8rem;
1739
- padding-bottom: 8rem;
1740
- }
1741
-
1742
- .md\:pt-12 {
1743
- padding-top: 3rem;
1744
- }
1745
-
1746
- .md\:text-2xl {
1747
- font-size: 1.5rem;
1748
- line-height: 2rem;
1749
- }
1750
-
1751
- .md\:text-4xl {
1752
- font-size: 2.25rem;
1753
- line-height: 2.5rem;
1754
- }
1755
-
1756
- .md\:text-7xl {
1757
- font-size: 4.5rem;
1758
- line-height: 1;
1759
- }
1760
- }
1761
-
1762
- @media (min-width: 1024px) {
1763
-
1764
- .lg\:block {
1765
- display: block;
1766
- }
1767
-
1768
- .lg\:hidden {
1769
- display: none;
1770
- }
1771
-
1772
- .lg\:grid-cols-3 {
1773
- grid-template-columns: repeat(3, minmax(0, 1fr));
1774
- }
1775
-
1776
- .lg\:pb-8 {
1777
- padding-bottom: 2rem;
1778
- }
1779
- }
1
+ /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
2
+ @layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-space-y-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-font-weight:initial;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-orange-100:oklch(95.4% .038 75.164);--color-orange-400:oklch(75% .183 55.934);--color-orange-500:oklch(70.5% .213 47.604);--color-orange-600:oklch(64.6% .222 41.116);--color-orange-900:oklch(40.8% .123 38.172);--color-green-100:oklch(96.2% .044 156.743);--color-green-400:oklch(79.2% .209 151.711);--color-green-500:oklch(72.3% .219 149.579);--color-green-600:oklch(62.7% .194 149.214);--color-green-900:oklch(39.3% .095 152.535);--color-cyan-100:oklch(95.6% .045 203.388);--color-cyan-400:oklch(78.9% .154 211.53);--color-cyan-600:oklch(60.9% .126 221.723);--color-cyan-900:oklch(39.8% .07 227.392);--color-blue-50:oklch(97% .014 254.604);--color-blue-100:oklch(93.2% .032 255.585);--color-blue-200:oklch(88.2% .059 254.128);--color-blue-300:oklch(80.9% .105 251.813);--color-blue-400:oklch(70.7% .165 254.624);--color-blue-500:oklch(62.3% .214 259.815);--color-blue-600:oklch(54.6% .245 262.881);--color-blue-700:oklch(48.8% .243 264.376);--color-blue-800:oklch(42.4% .199 265.638);--color-blue-900:oklch(37.9% .146 265.522);--color-blue-950:oklch(28.2% .091 267.935);--color-purple-50:oklch(97.7% .014 308.299);--color-purple-100:oklch(94.6% .033 307.174);--color-purple-400:oklch(71.4% .203 305.504);--color-purple-500:oklch(62.7% .265 303.9);--color-purple-600:oklch(55.8% .288 302.321);--color-purple-900:oklch(38.1% .176 304.987);--color-purple-950:oklch(29.1% .149 302.717);--color-pink-50:oklch(97.1% .014 343.198);--color-pink-100:oklch(94.8% .028 342.258);--color-pink-400:oklch(71.8% .202 349.761);--color-pink-600:oklch(59.2% .249 .584);--color-pink-900:oklch(40.8% .153 2.432);--color-slate-50:oklch(98.4% .003 247.858);--color-slate-100:oklch(96.8% .007 247.896);--color-slate-200:oklch(92.9% .013 255.508);--color-slate-300:oklch(86.9% .022 252.894);--color-slate-400:oklch(70.4% .04 256.788);--color-slate-500:oklch(55.4% .046 257.417);--color-slate-600:oklch(44.6% .043 257.281);--color-slate-700:oklch(37.2% .044 257.287);--color-slate-800:oklch(27.9% .041 260.031);--color-slate-900:oklch(20.8% .042 265.755);--color-slate-950:oklch(12.9% .042 264.695);--color-white:#fff;--spacing:.25rem;--container-md:28rem;--container-2xl:42rem;--container-3xl:48rem;--container-4xl:56rem;--container-5xl:64rem;--container-6xl:72rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height:calc(1.5/1);--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-3xl:1.875rem;--text-3xl--line-height:calc(2.25/1.875);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--text-5xl:3rem;--text-5xl--line-height:1;--text-6xl:3.75rem;--text-6xl--line-height:1;--text-7xl:4.5rem;--text-7xl--line-height:1;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--radius-md:.375rem;--radius-lg:.5rem;--blur-lg:16px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;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");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}:root,[data-theme]{color:hsl(var(--heroui-foreground));background-color:hsl(var(--heroui-background))}:root,[data-theme=light]{color-scheme:light;--heroui-background:0 0% 100%;--heroui-foreground-50:0 0% 98.04%;--heroui-foreground-100:240 4.76% 95.88%;--heroui-foreground-200:240 5.88% 90%;--heroui-foreground-300:240 4.88% 83.92%;--heroui-foreground-400:240 5.03% 64.9%;--heroui-foreground-500:240 3.83% 46.08%;--heroui-foreground-600:240 5.2% 33.92%;--heroui-foreground-700:240 5.26% 26.08%;--heroui-foreground-800:240 3.7% 15.88%;--heroui-foreground-900:240 5.88% 10%;--heroui-foreground:201.82 24.44% 8.82%;--heroui-divider:0 0% 6.67%;--heroui-focus:212.02 100% 46.67%;--heroui-overlay:0 0% 0%;--heroui-content1:0 0% 100%;--heroui-content1-foreground:201.82 24.44% 8.82%;--heroui-content2:240 4.76% 95.88%;--heroui-content2-foreground:240 3.7% 15.88%;--heroui-content3:240 5.88% 90%;--heroui-content3-foreground:240 5.26% 26.08%;--heroui-content4:240 4.88% 83.92%;--heroui-content4-foreground:240 5.2% 33.92%;--heroui-default-50:0 0% 98.04%;--heroui-default-100:240 4.76% 95.88%;--heroui-default-200:240 5.88% 90%;--heroui-default-300:240 4.88% 83.92%;--heroui-default-400:240 5.03% 64.9%;--heroui-default-500:240 3.83% 46.08%;--heroui-default-600:240 5.2% 33.92%;--heroui-default-700:240 5.26% 26.08%;--heroui-default-800:240 3.7% 15.88%;--heroui-default-900:240 5.88% 10%;--heroui-default-foreground:0 0% 0%;--heroui-default:240 4.88% 83.92%;--heroui-primary-50:212.5 92.31% 94.9%;--heroui-primary-100:211.84 92.45% 89.61%;--heroui-primary-200:211.84 92.45% 79.22%;--heroui-primary-300:212.24 92.45% 68.82%;--heroui-primary-400:212.14 92.45% 58.43%;--heroui-primary-500:212.02 100% 46.67%;--heroui-primary-600:212.14 100% 38.43%;--heroui-primary-700:212.24 100% 28.82%;--heroui-primary-800:211.84 100% 19.22%;--heroui-primary-900:211.84 100% 9.61%;--heroui-primary-foreground:0 0% 100%;--heroui-primary:212.02 100% 46.67%;--heroui-secondary-50:270 61.54% 94.9%;--heroui-secondary-100:270 59.26% 89.41%;--heroui-secondary-200:270 59.26% 78.82%;--heroui-secondary-300:270 59.26% 68.24%;--heroui-secondary-400:270 59.26% 57.65%;--heroui-secondary-500:270 66.67% 47.06%;--heroui-secondary-600:270 66.67% 37.65%;--heroui-secondary-700:270 66.67% 28.24%;--heroui-secondary-800:270 66.67% 18.82%;--heroui-secondary-900:270 66.67% 9.41%;--heroui-secondary-foreground:0 0% 100%;--heroui-secondary:270 66.67% 47.06%;--heroui-success-50:146.67 64.29% 94.51%;--heroui-success-100:145.71 61.4% 88.82%;--heroui-success-200:146.2 61.74% 77.45%;--heroui-success-300:145.79 62.57% 66.47%;--heroui-success-400:146.01 62.45% 55.1%;--heroui-success-500:145.96 79.46% 43.92%;--heroui-success-600:146.01 79.89% 35.1%;--heroui-success-700:145.79 79.26% 26.47%;--heroui-success-800:146.2 79.78% 17.45%;--heroui-success-900:145.71 77.78% 8.82%;--heroui-success-foreground:0 0% 0%;--heroui-success:145.96 79.46% 43.92%;--heroui-warning-50:54.55 91.67% 95.29%;--heroui-warning-100:37.14 91.3% 90.98%;--heroui-warning-200:37.14 91.3% 81.96%;--heroui-warning-300:36.96 91.24% 73.14%;--heroui-warning-400:37.01 91.26% 64.12%;--heroui-warning-500:37.03 91.27% 55.1%;--heroui-warning-600:37.01 74.22% 44.12%;--heroui-warning-700:36.96 73.96% 33.14%;--heroui-warning-800:37.14 75% 21.96%;--heroui-warning-900:37.14 75% 10.98%;--heroui-warning-foreground:0 0% 0%;--heroui-warning:37.03 91.27% 55.1%;--heroui-danger-50:339.13 92% 95.1%;--heroui-danger-100:340 91.84% 90.39%;--heroui-danger-200:339.33 90% 80.39%;--heroui-danger-300:339.11 90.6% 70.78%;--heroui-danger-400:339 90% 60.78%;--heroui-danger-500:339.2 90.36% 51.18%;--heroui-danger-600:339 86.54% 40.78%;--heroui-danger-700:339.11 85.99% 30.78%;--heroui-danger-800:339.33 86.54% 20.39%;--heroui-danger-900:340 84.91% 10.39%;--heroui-danger-foreground:0 0% 100%;--heroui-danger:339.2 90.36% 51.18%;--heroui-divider-weight:1px;--heroui-disabled-opacity:.5;--heroui-font-size-tiny:.75rem;--heroui-font-size-small:.875rem;--heroui-font-size-medium:1rem;--heroui-font-size-large:1.125rem;--heroui-line-height-tiny:1rem;--heroui-line-height-small:1.25rem;--heroui-line-height-medium:1.5rem;--heroui-line-height-large:1.75rem;--heroui-radius-small:8px;--heroui-radius-medium:12px;--heroui-radius-large:14px;--heroui-border-width-small:1px;--heroui-border-width-medium:2px;--heroui-border-width-large:3px;--heroui-box-shadow-small:0px 0px 5px 0px #00000005,0px 2px 10px 0px #0000000f,0px 0px 1px 0px #0000004d;--heroui-box-shadow-medium:0px 0px 15px 0px #00000008,0px 2px 30px 0px #00000014,0px 0px 1px 0px #0000004d;--heroui-box-shadow-large:0px 0px 30px 0px #0000000a,0px 30px 60px 0px #0000001f,0px 0px 1px 0px #0000004d;--heroui-hover-opacity:.8}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.top-4{top:calc(var(--spacing)*4)}.top-18{top:calc(var(--spacing)*18)}.bottom-0{bottom:calc(var(--spacing)*0)}.left-0{left:calc(var(--spacing)*0)}.z-50{z-index:50}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.mx-auto{margin-inline:auto}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-4{margin-top:calc(var(--spacing)*4)}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-3{margin-bottom:calc(var(--spacing)*3)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.mb-12{margin-bottom:calc(var(--spacing)*12)}.mb-16{margin-bottom:calc(var(--spacing)*16)}.ml-2{margin-left:calc(var(--spacing)*2)}.ml-4{margin-left:calc(var(--spacing)*4)}.ml-6{margin-left:calc(var(--spacing)*6)}.ml-8{margin-left:calc(var(--spacing)*8)}.ml-12{margin-left:calc(var(--spacing)*12)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-flex{display:inline-flex}.table{display:table}.h-8{height:calc(var(--spacing)*8)}.h-16{height:calc(var(--spacing)*16)}.min-h-screen{min-height:100vh}.w-8{width:calc(var(--spacing)*8)}.w-64{width:calc(var(--spacing)*64)}.w-full{width:100%}.max-w-2xl{max-width:var(--container-2xl)}.max-w-3xl{max-width:var(--container-3xl)}.max-w-4xl{max-width:var(--container-4xl)}.max-w-5xl{max-width:var(--container-5xl)}.max-w-6xl{max-width:var(--container-6xl)}.max-w-md{max-width:var(--container-md)}.min-w-0{min-width:calc(var(--spacing)*0)}.flex-1{flex:1}.shrink-0{flex-shrink:0}.cursor-pointer{cursor:pointer}.scroll-mt-32{scroll-margin-top:calc(var(--spacing)*32)}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:calc(var(--spacing)*2)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}.gap-6{gap:calc(var(--spacing)*6)}.gap-8{gap:calc(var(--spacing)*8)}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*3)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-8>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*8)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*8)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-10>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*10)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*10)*calc(1 - var(--tw-space-y-reverse)))}.self-start{align-self:flex-start}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.rounded{border-radius:.25rem}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.border{border-style:var(--tw-border-style);border-width:1px}.border-l-4{border-left-style:var(--tw-border-style);border-left-width:4px}.border-blue-200{border-color:var(--color-blue-200)}.border-blue-500{border-color:var(--color-blue-500)}.border-green-500{border-color:var(--color-green-500)}.border-orange-500{border-color:var(--color-orange-500)}.border-purple-500{border-color:var(--color-purple-500)}.border-slate-200{border-color:var(--color-slate-200)}.border-l-blue-500{border-left-color:var(--color-blue-500)}.border-l-green-500{border-left-color:var(--color-green-500)}.border-l-orange-500{border-left-color:var(--color-orange-500)}.border-l-purple-500{border-left-color:var(--color-purple-500)}.bg-background,.bg-background\/20{background-color:hsl(var(--heroui-background)/1)}@supports (color:color-mix(in lab, red, red)){.bg-background\/20{background-color:color-mix(in oklab,hsl(var(--heroui-background)/1)20%,transparent)}}.bg-blue-50{background-color:var(--color-blue-50)}.bg-blue-100{background-color:var(--color-blue-100)}.bg-cyan-100{background-color:var(--color-cyan-100)}.bg-default-200\/40{background-color:hsl(var(--heroui-default-200)/1)}@supports (color:color-mix(in lab, red, red)){.bg-default-200\/40{background-color:color-mix(in oklab,hsl(var(--heroui-default-200)/1)40%,transparent)}}.bg-green-100{background-color:var(--color-green-100)}.bg-orange-100{background-color:var(--color-orange-100)}.bg-pink-100{background-color:var(--color-pink-100)}.bg-primary{background-color:hsl(var(--heroui-primary)/1)}.bg-purple-100{background-color:var(--color-purple-100)}.bg-slate-50{background-color:var(--color-slate-50)}.bg-slate-100{background-color:var(--color-slate-100)}.bg-slate-900{background-color:var(--color-slate-900)}.bg-white{background-color:var(--color-white)}.bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.from-blue-50{--tw-gradient-from:var(--color-blue-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-blue-600{--tw-gradient-from:var(--color-blue-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.via-purple-50{--tw-gradient-via:var(--color-purple-50);--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-purple-600{--tw-gradient-via:var(--color-purple-600);--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.to-pink-50{--tw-gradient-to:var(--color-pink-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-pink-600{--tw-gradient-to:var(--color-pink-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-purple-50{--tw-gradient-to:var(--color-purple-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-purple-600{--tw-gradient-to:var(--color-purple-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.mask-\[radial-gradient\(ellipse_at_center\,transparent_20\%\,black\)\]{-webkit-mask-image:radial-gradient(#0000 20%,#000);mask-image:radial-gradient(#0000 20%,#000)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.p-6{padding:calc(var(--spacing)*6)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-5{padding-inline:calc(var(--spacing)*5)}.px-6{padding-inline:calc(var(--spacing)*6)}.py-1{padding-block:calc(var(--spacing)*1)}.py-2{padding-block:calc(var(--spacing)*2)}.py-3{padding-block:calc(var(--spacing)*3)}.py-8{padding-block:calc(var(--spacing)*8)}.py-10{padding-block:calc(var(--spacing)*10)}.py-16{padding-block:calc(var(--spacing)*16)}.py-20{padding-block:calc(var(--spacing)*20)}.py-24{padding-block:calc(var(--spacing)*24)}.pt-2{padding-top:calc(var(--spacing)*2)}.pt-4{padding-top:calc(var(--spacing)*4)}.pt-8{padding-top:calc(var(--spacing)*8)}.pt-18{padding-top:calc(var(--spacing)*18)}.pt-32{padding-top:calc(var(--spacing)*32)}.pb-0{padding-bottom:calc(var(--spacing)*0)}.pb-2{padding-bottom:calc(var(--spacing)*2)}.pb-24{padding-bottom:calc(var(--spacing)*24)}.pl-4{padding-left:calc(var(--spacing)*4)}.pl-5{padding-left:calc(var(--spacing)*5)}.text-center{text-align:center}.font-mono{font-family:var(--font-mono)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}.text-6xl{font-size:var(--text-6xl);line-height:var(--tw-leading,var(--text-6xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.whitespace-pre-wrap{white-space:pre-wrap}.text-blue-100{color:var(--color-blue-100)}.text-blue-600{color:var(--color-blue-600)}.text-blue-700{color:var(--color-blue-700)}.text-blue-900{color:var(--color-blue-900)}.text-cyan-600{color:var(--color-cyan-600)}.text-default-600{color:hsl(var(--heroui-default-600)/1)}.text-default-700{color:hsl(var(--heroui-default-700)/1)}.text-foreground{color:hsl(var(--heroui-foreground)/1)}.text-green-600{color:var(--color-green-600)}.text-orange-600{color:var(--color-orange-600)}.text-pink-600{color:var(--color-pink-600)}.text-primary-foreground{color:hsl(var(--heroui-primary-foreground)/1)}.text-purple-600{color:var(--color-purple-600)}.text-slate-500{color:var(--color-slate-500)}.text-slate-600{color:var(--color-slate-600)}.text-slate-700{color:var(--color-slate-700)}.text-slate-900{color:var(--color-slate-900)}.text-transparent{color:#0000}.text-white{color:var(--color-white)}.dark{color-scheme:dark;--heroui-background:0 0% 0%;--heroui-foreground-50:240 5.88% 10%;--heroui-foreground-100:240 3.7% 15.88%;--heroui-foreground-200:240 5.26% 26.08%;--heroui-foreground-300:240 5.2% 33.92%;--heroui-foreground-400:240 3.83% 46.08%;--heroui-foreground-500:240 5.03% 64.9%;--heroui-foreground-600:240 4.88% 83.92%;--heroui-foreground-700:240 5.88% 90%;--heroui-foreground-800:240 4.76% 95.88%;--heroui-foreground-900:0 0% 98.04%;--heroui-foreground:210 5.56% 92.94%;--heroui-focus:212.02 100% 46.67%;--heroui-overlay:0 0% 0%;--heroui-divider:0 0% 100%;--heroui-content1:240 5.88% 10%;--heroui-content1-foreground:0 0% 98.04%;--heroui-content2:240 3.7% 15.88%;--heroui-content2-foreground:240 4.76% 95.88%;--heroui-content3:240 5.26% 26.08%;--heroui-content3-foreground:240 5.88% 90%;--heroui-content4:240 5.2% 33.92%;--heroui-content4-foreground:240 4.88% 83.92%;--heroui-default-50:240 5.88% 10%;--heroui-default-100:240 3.7% 15.88%;--heroui-default-200:240 5.26% 26.08%;--heroui-default-300:240 5.2% 33.92%;--heroui-default-400:240 3.83% 46.08%;--heroui-default-500:240 5.03% 64.9%;--heroui-default-600:240 4.88% 83.92%;--heroui-default-700:240 5.88% 90%;--heroui-default-800:240 4.76% 95.88%;--heroui-default-900:0 0% 98.04%;--heroui-default-foreground:0 0% 100%;--heroui-default:240 5.26% 26.08%;--heroui-primary-50:211.84 100% 9.61%;--heroui-primary-100:211.84 100% 19.22%;--heroui-primary-200:212.24 100% 28.82%;--heroui-primary-300:212.14 100% 38.43%;--heroui-primary-400:212.02 100% 46.67%;--heroui-primary-500:212.14 92.45% 58.43%;--heroui-primary-600:212.24 92.45% 68.82%;--heroui-primary-700:211.84 92.45% 79.22%;--heroui-primary-800:211.84 92.45% 89.61%;--heroui-primary-900:212.5 92.31% 94.9%;--heroui-primary-foreground:0 0% 100%;--heroui-primary:212.02 100% 46.67%;--heroui-secondary-50:270 66.67% 9.41%;--heroui-secondary-100:270 66.67% 18.82%;--heroui-secondary-200:270 66.67% 28.24%;--heroui-secondary-300:270 66.67% 37.65%;--heroui-secondary-400:270 66.67% 47.06%;--heroui-secondary-500:270 59.26% 57.65%;--heroui-secondary-600:270 59.26% 68.24%;--heroui-secondary-700:270 59.26% 78.82%;--heroui-secondary-800:270 59.26% 89.41%;--heroui-secondary-900:270 61.54% 94.9%;--heroui-secondary-foreground:0 0% 100%;--heroui-secondary:270 59.26% 57.65%;--heroui-success-50:145.71 77.78% 8.82%;--heroui-success-100:146.2 79.78% 17.45%;--heroui-success-200:145.79 79.26% 26.47%;--heroui-success-300:146.01 79.89% 35.1%;--heroui-success-400:145.96 79.46% 43.92%;--heroui-success-500:146.01 62.45% 55.1%;--heroui-success-600:145.79 62.57% 66.47%;--heroui-success-700:146.2 61.74% 77.45%;--heroui-success-800:145.71 61.4% 88.82%;--heroui-success-900:146.67 64.29% 94.51%;--heroui-success-foreground:0 0% 0%;--heroui-success:145.96 79.46% 43.92%;--heroui-warning-50:37.14 75% 10.98%;--heroui-warning-100:37.14 75% 21.96%;--heroui-warning-200:36.96 73.96% 33.14%;--heroui-warning-300:37.01 74.22% 44.12%;--heroui-warning-400:37.03 91.27% 55.1%;--heroui-warning-500:37.01 91.26% 64.12%;--heroui-warning-600:36.96 91.24% 73.14%;--heroui-warning-700:37.14 91.3% 81.96%;--heroui-warning-800:37.14 91.3% 90.98%;--heroui-warning-900:54.55 91.67% 95.29%;--heroui-warning-foreground:0 0% 0%;--heroui-warning:37.03 91.27% 55.1%;--heroui-danger-50:340 84.91% 10.39%;--heroui-danger-100:339.33 86.54% 20.39%;--heroui-danger-200:339.11 85.99% 30.78%;--heroui-danger-300:339 86.54% 40.78%;--heroui-danger-400:339.2 90.36% 51.18%;--heroui-danger-500:339 90% 60.78%;--heroui-danger-600:339.11 90.6% 70.78%;--heroui-danger-700:339.33 90% 80.39%;--heroui-danger-800:340 91.84% 90.39%;--heroui-danger-900:339.13 92% 95.1%;--heroui-danger-foreground:0 0% 100%;--heroui-danger:339.2 90.36% 51.18%;--heroui-divider-weight:1px;--heroui-disabled-opacity:.5;--heroui-font-size-tiny:.75rem;--heroui-font-size-small:.875rem;--heroui-font-size-medium:1rem;--heroui-font-size-large:1.125rem;--heroui-line-height-tiny:1rem;--heroui-line-height-small:1.25rem;--heroui-line-height-medium:1.5rem;--heroui-line-height-large:1.75rem;--heroui-radius-small:8px;--heroui-radius-medium:12px;--heroui-radius-large:14px;--heroui-border-width-small:1px;--heroui-border-width-medium:2px;--heroui-border-width-large:3px;--heroui-box-shadow-small:0px 0px 5px 0px #0000000d,0px 2px 10px 0px #0003,inset 0px 0px 1px 0px #ffffff26;--heroui-box-shadow-medium:0px 0px 15px 0px #0000000f,0px 2px 30px 0px #00000038,inset 0px 0px 1px 0px #ffffff26;--heroui-box-shadow-large:0px 0px 30px 0px #00000012,0px 30px 60px 0px #00000042,inset 0px 0px 1px 0px #ffffff26;--heroui-hover-opacity:.9}.light{color-scheme:light;--heroui-background:0 0% 100%;--heroui-foreground-50:0 0% 98.04%;--heroui-foreground-100:240 4.76% 95.88%;--heroui-foreground-200:240 5.88% 90%;--heroui-foreground-300:240 4.88% 83.92%;--heroui-foreground-400:240 5.03% 64.9%;--heroui-foreground-500:240 3.83% 46.08%;--heroui-foreground-600:240 5.2% 33.92%;--heroui-foreground-700:240 5.26% 26.08%;--heroui-foreground-800:240 3.7% 15.88%;--heroui-foreground-900:240 5.88% 10%;--heroui-foreground:201.82 24.44% 8.82%;--heroui-divider:0 0% 6.67%;--heroui-focus:212.02 100% 46.67%;--heroui-overlay:0 0% 0%;--heroui-content1:0 0% 100%;--heroui-content1-foreground:201.82 24.44% 8.82%;--heroui-content2:240 4.76% 95.88%;--heroui-content2-foreground:240 3.7% 15.88%;--heroui-content3:240 5.88% 90%;--heroui-content3-foreground:240 5.26% 26.08%;--heroui-content4:240 4.88% 83.92%;--heroui-content4-foreground:240 5.2% 33.92%;--heroui-default-50:0 0% 98.04%;--heroui-default-100:240 4.76% 95.88%;--heroui-default-200:240 5.88% 90%;--heroui-default-300:240 4.88% 83.92%;--heroui-default-400:240 5.03% 64.9%;--heroui-default-500:240 3.83% 46.08%;--heroui-default-600:240 5.2% 33.92%;--heroui-default-700:240 5.26% 26.08%;--heroui-default-800:240 3.7% 15.88%;--heroui-default-900:240 5.88% 10%;--heroui-default-foreground:0 0% 0%;--heroui-default:240 4.88% 83.92%;--heroui-primary-50:212.5 92.31% 94.9%;--heroui-primary-100:211.84 92.45% 89.61%;--heroui-primary-200:211.84 92.45% 79.22%;--heroui-primary-300:212.24 92.45% 68.82%;--heroui-primary-400:212.14 92.45% 58.43%;--heroui-primary-500:212.02 100% 46.67%;--heroui-primary-600:212.14 100% 38.43%;--heroui-primary-700:212.24 100% 28.82%;--heroui-primary-800:211.84 100% 19.22%;--heroui-primary-900:211.84 100% 9.61%;--heroui-primary-foreground:0 0% 100%;--heroui-primary:212.02 100% 46.67%;--heroui-secondary-50:270 61.54% 94.9%;--heroui-secondary-100:270 59.26% 89.41%;--heroui-secondary-200:270 59.26% 78.82%;--heroui-secondary-300:270 59.26% 68.24%;--heroui-secondary-400:270 59.26% 57.65%;--heroui-secondary-500:270 66.67% 47.06%;--heroui-secondary-600:270 66.67% 37.65%;--heroui-secondary-700:270 66.67% 28.24%;--heroui-secondary-800:270 66.67% 18.82%;--heroui-secondary-900:270 66.67% 9.41%;--heroui-secondary-foreground:0 0% 100%;--heroui-secondary:270 66.67% 47.06%;--heroui-success-50:146.67 64.29% 94.51%;--heroui-success-100:145.71 61.4% 88.82%;--heroui-success-200:146.2 61.74% 77.45%;--heroui-success-300:145.79 62.57% 66.47%;--heroui-success-400:146.01 62.45% 55.1%;--heroui-success-500:145.96 79.46% 43.92%;--heroui-success-600:146.01 79.89% 35.1%;--heroui-success-700:145.79 79.26% 26.47%;--heroui-success-800:146.2 79.78% 17.45%;--heroui-success-900:145.71 77.78% 8.82%;--heroui-success-foreground:0 0% 0%;--heroui-success:145.96 79.46% 43.92%;--heroui-warning-50:54.55 91.67% 95.29%;--heroui-warning-100:37.14 91.3% 90.98%;--heroui-warning-200:37.14 91.3% 81.96%;--heroui-warning-300:36.96 91.24% 73.14%;--heroui-warning-400:37.01 91.26% 64.12%;--heroui-warning-500:37.03 91.27% 55.1%;--heroui-warning-600:37.01 74.22% 44.12%;--heroui-warning-700:36.96 73.96% 33.14%;--heroui-warning-800:37.14 75% 21.96%;--heroui-warning-900:37.14 75% 10.98%;--heroui-warning-foreground:0 0% 0%;--heroui-warning:37.03 91.27% 55.1%;--heroui-danger-50:339.13 92% 95.1%;--heroui-danger-100:340 91.84% 90.39%;--heroui-danger-200:339.33 90% 80.39%;--heroui-danger-300:339.11 90.6% 70.78%;--heroui-danger-400:339 90% 60.78%;--heroui-danger-500:339.2 90.36% 51.18%;--heroui-danger-600:339 86.54% 40.78%;--heroui-danger-700:339.11 85.99% 30.78%;--heroui-danger-800:339.33 86.54% 20.39%;--heroui-danger-900:340 84.91% 10.39%;--heroui-danger-foreground:0 0% 100%;--heroui-danger:339.2 90.36% 51.18%;--heroui-divider-weight:1px;--heroui-disabled-opacity:.5;--heroui-font-size-tiny:.75rem;--heroui-font-size-small:.875rem;--heroui-font-size-medium:1rem;--heroui-font-size-large:1.125rem;--heroui-line-height-tiny:1rem;--heroui-line-height-small:1.25rem;--heroui-line-height-medium:1.5rem;--heroui-line-height-large:1.75rem;--heroui-radius-small:8px;--heroui-radius-medium:12px;--heroui-radius-large:14px;--heroui-border-width-small:1px;--heroui-border-width-medium:2px;--heroui-border-width-large:3px;--heroui-box-shadow-small:0px 0px 5px 0px #00000005,0px 2px 10px 0px #0000000f,0px 0px 1px 0px #0000004d;--heroui-box-shadow-medium:0px 0px 15px 0px #00000008,0px 2px 30px 0px #00000014,0px 0px 1px 0px #0000004d;--heroui-box-shadow-large:0px 0px 30px 0px #0000000a,0px 30px 60px 0px #0000001f,0px 0px 1px 0px #0000004d;--heroui-hover-opacity:.8}.opacity-70{opacity:.7}.filter{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,)}.backdrop-blur-lg{--tw-backdrop-blur:blur(var(--blur-lg));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-shadow{transition-property:box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}@media (hover:hover){.hover\:bg-blue-50:hover{background-color:var(--color-blue-50)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--heroui-primary)/1)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-primary\/90:hover{background-color:color-mix(in oklab,hsl(var(--heroui-primary)/1)90%,transparent)}}.hover\:bg-slate-50:hover{background-color:var(--color-slate-50)}.hover\:underline:hover{text-decoration-line:underline}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}@media (min-width:40rem){.sm\:flex-row{flex-direction:row}}@media (min-width:48rem){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:px-4{padding-inline:calc(var(--spacing)*4)}.md\:px-5{padding-inline:calc(var(--spacing)*5)}.md\:py-32{padding-block:calc(var(--spacing)*32)}.md\:pt-12{padding-top:calc(var(--spacing)*12)}.md\:text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.md\:text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.md\:text-7xl{font-size:var(--text-7xl);line-height:var(--tw-leading,var(--text-7xl--line-height))}}@media (min-width:64rem){.lg\:block{display:block}.lg\:hidden{display:none}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:pb-8{padding-bottom:calc(var(--spacing)*8)}}.dark\:border-blue-800:is(.dark *){border-color:var(--color-blue-800)}.dark\:border-slate-700:is(.dark *){border-color:var(--color-slate-700)}.dark\:bg-blue-900\/30:is(.dark *){background-color:#1c398e4d}@supports (color:color-mix(in lab, red, red)){.dark\:bg-blue-900\/30:is(.dark *){background-color:color-mix(in oklab,var(--color-blue-900)30%,transparent)}}.dark\:bg-blue-950\/30:is(.dark *){background-color:#1624564d}@supports (color:color-mix(in lab, red, red)){.dark\:bg-blue-950\/30:is(.dark *){background-color:color-mix(in oklab,var(--color-blue-950)30%,transparent)}}.dark\:bg-cyan-900\/30:is(.dark *){background-color:#104e644d}@supports (color:color-mix(in lab, red, red)){.dark\:bg-cyan-900\/30:is(.dark *){background-color:color-mix(in oklab,var(--color-cyan-900)30%,transparent)}}.dark\:bg-green-900\/30:is(.dark *){background-color:#0d542b4d}@supports (color:color-mix(in lab, red, red)){.dark\:bg-green-900\/30:is(.dark *){background-color:color-mix(in oklab,var(--color-green-900)30%,transparent)}}.dark\:bg-orange-900\/30:is(.dark *){background-color:#7e2a0c4d}@supports (color:color-mix(in lab, red, red)){.dark\:bg-orange-900\/30:is(.dark *){background-color:color-mix(in oklab,var(--color-orange-900)30%,transparent)}}.dark\:bg-pink-900\/30:is(.dark *){background-color:#8610434d}@supports (color:color-mix(in lab, red, red)){.dark\:bg-pink-900\/30:is(.dark *){background-color:color-mix(in oklab,var(--color-pink-900)30%,transparent)}}.dark\:bg-purple-900\/30:is(.dark *){background-color:#59168b4d}@supports (color:color-mix(in lab, red, red)){.dark\:bg-purple-900\/30:is(.dark *){background-color:color-mix(in oklab,var(--color-purple-900)30%,transparent)}}.dark\:bg-slate-800:is(.dark *){background-color:var(--color-slate-800)}.dark\:bg-slate-900:is(.dark *){background-color:var(--color-slate-900)}.dark\:bg-slate-900\/50:is(.dark *){background-color:#0f172b80}@supports (color:color-mix(in lab, red, red)){.dark\:bg-slate-900\/50:is(.dark *){background-color:color-mix(in oklab,var(--color-slate-900)50%,transparent)}}.dark\:bg-slate-950:is(.dark *){background-color:var(--color-slate-950)}.dark\:from-blue-950\/30:is(.dark *){--tw-gradient-from:#1624564d}@supports (color:color-mix(in lab, red, red)){.dark\:from-blue-950\/30:is(.dark *){--tw-gradient-from:color-mix(in oklab,var(--color-blue-950)30%,transparent)}}.dark\:from-blue-950\/30:is(.dark *){--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.dark\:from-slate-900:is(.dark *){--tw-gradient-from:var(--color-slate-900);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.dark\:via-purple-900\/20:is(.dark *){--tw-gradient-via:#59168b33}@supports (color:color-mix(in lab, red, red)){.dark\:via-purple-900\/20:is(.dark *){--tw-gradient-via:color-mix(in oklab,var(--color-purple-900)20%,transparent)}}.dark\:via-purple-900\/20:is(.dark *){--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.dark\:to-blue-900\/20:is(.dark *){--tw-gradient-to:#1c398e33}@supports (color:color-mix(in lab, red, red)){.dark\:to-blue-900\/20:is(.dark *){--tw-gradient-to:color-mix(in oklab,var(--color-blue-900)20%,transparent)}}.dark\:to-blue-900\/20:is(.dark *){--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.dark\:to-purple-950\/30:is(.dark *){--tw-gradient-to:#3c03664d}@supports (color:color-mix(in lab, red, red)){.dark\:to-purple-950\/30:is(.dark *){--tw-gradient-to:color-mix(in oklab,var(--color-purple-950)30%,transparent)}}.dark\:to-purple-950\/30:is(.dark *){--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.dark\:text-blue-100:is(.dark *){color:var(--color-blue-100)}.dark\:text-blue-300:is(.dark *){color:var(--color-blue-300)}.dark\:text-blue-400:is(.dark *){color:var(--color-blue-400)}.dark\:text-cyan-400:is(.dark *){color:var(--color-cyan-400)}.dark\:text-green-400:is(.dark *){color:var(--color-green-400)}.dark\:text-orange-400:is(.dark *){color:var(--color-orange-400)}.dark\:text-pink-400:is(.dark *){color:var(--color-pink-400)}.dark\:text-purple-400:is(.dark *){color:var(--color-purple-400)}.dark\:text-slate-300:is(.dark *){color:var(--color-slate-300)}.dark\:text-slate-400:is(.dark *){color:var(--color-slate-400)}.dark\:text-slate-500:is(.dark *){color:var(--color-slate-500)}.dark\:text-white:is(.dark *){color:var(--color-white)}@media (hover:hover){.dark\:hover\:bg-slate-800:is(.dark *):hover{background-color:var(--color-slate-800)}}}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}