@flow97/react-toolkit 0.0.3 → 0.0.4

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/lib/index.css CHANGED
@@ -1,1028 +1 @@
1
- /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
2
- @layer properties;
3
- @layer theme, base, antd, components, utilities;
4
- @layer theme, base, components, utilities;
5
- @layer theme {
6
- :root, :host {
7
- --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
8
- "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
9
- --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
10
- "Courier New", monospace;
11
- --color-blue-50: oklch(97% 0.014 254.604);
12
- --color-indigo-50: oklch(96.2% 0.018 272.314);
13
- --color-purple-50: oklch(97.7% 0.014 308.299);
14
- --color-gray-50: oklch(98.5% 0.002 247.839);
15
- --color-gray-200: oklch(92.8% 0.006 264.531);
16
- --color-gray-500: oklch(55.1% 0.027 264.364);
17
- --color-gray-600: oklch(44.6% 0.03 256.802);
18
- --color-gray-700: oklch(37.3% 0.034 259.733);
19
- --color-gray-800: oklch(27.8% 0.033 256.848);
20
- --color-white: #fff;
21
- --spacing: 0.25rem;
22
- --text-sm: 0.875rem;
23
- --text-sm--line-height: calc(1.25 / 0.875);
24
- --text-base: 1rem;
25
- --text-base--line-height: calc(1.5 / 1);
26
- --text-xl: 1.25rem;
27
- --text-xl--line-height: calc(1.75 / 1.25);
28
- --text-2xl: 1.5rem;
29
- --text-2xl--line-height: calc(2 / 1.5);
30
- --text-3xl: 1.875rem;
31
- --text-3xl--line-height: calc(2.25 / 1.875);
32
- --font-weight-medium: 500;
33
- --font-weight-semibold: 600;
34
- --font-weight-bold: 700;
35
- --leading-tight: 1.25;
36
- --radius-lg: 0.5rem;
37
- --radius-2xl: 1rem;
38
- --ease-out: cubic-bezier(0, 0, 0.2, 1);
39
- --blur-sm: 8px;
40
- --default-transition-duration: 150ms;
41
- --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
42
- --default-font-family: var(--font-sans);
43
- --default-mono-font-family: var(--font-mono);
44
- }
45
- }
46
- @layer base {
47
- *, ::after, ::before, ::backdrop, ::file-selector-button {
48
- box-sizing: border-box;
49
- margin: 0;
50
- padding: 0;
51
- border: 0 solid;
52
- }
53
- html, :host {
54
- line-height: 1.5;
55
- -webkit-text-size-adjust: 100%;
56
- -moz-tab-size: 4;
57
- -o-tab-size: 4;
58
- tab-size: 4;
59
- 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");
60
- font-feature-settings: var(--default-font-feature-settings, normal);
61
- font-variation-settings: var(--default-font-variation-settings, normal);
62
- -webkit-tap-highlight-color: transparent;
63
- }
64
- hr {
65
- height: 0;
66
- color: inherit;
67
- border-top-width: 1px;
68
- }
69
- abbr:where([title]) {
70
- -webkit-text-decoration: underline dotted;
71
- text-decoration: underline dotted;
72
- }
73
- h1, h2, h3, h4, h5, h6 {
74
- font-size: inherit;
75
- font-weight: inherit;
76
- }
77
- a {
78
- color: inherit;
79
- -webkit-text-decoration: inherit;
80
- text-decoration: inherit;
81
- }
82
- b, strong {
83
- font-weight: bolder;
84
- }
85
- code, kbd, samp, pre {
86
- font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
87
- font-feature-settings: var(--default-mono-font-feature-settings, normal);
88
- font-variation-settings: var(--default-mono-font-variation-settings, normal);
89
- font-size: 1em;
90
- }
91
- small {
92
- font-size: 80%;
93
- }
94
- sub, sup {
95
- font-size: 75%;
96
- line-height: 0;
97
- position: relative;
98
- vertical-align: baseline;
99
- }
100
- sub {
101
- bottom: -0.25em;
102
- }
103
- sup {
104
- top: -0.5em;
105
- }
106
- table {
107
- text-indent: 0;
108
- border-color: inherit;
109
- border-collapse: collapse;
110
- }
111
- :-moz-focusring {
112
- outline: auto;
113
- }
114
- progress {
115
- vertical-align: baseline;
116
- }
117
- summary {
118
- display: list-item;
119
- }
120
- ol, ul, menu {
121
- list-style: none;
122
- }
123
- img, svg, video, canvas, audio, iframe, embed, object {
124
- display: block;
125
- vertical-align: middle;
126
- }
127
- img, video {
128
- max-width: 100%;
129
- height: auto;
130
- }
131
- button, input, select, optgroup, textarea, ::file-selector-button {
132
- font: inherit;
133
- font-feature-settings: inherit;
134
- font-variation-settings: inherit;
135
- letter-spacing: inherit;
136
- color: inherit;
137
- border-radius: 0;
138
- background-color: transparent;
139
- opacity: 1;
140
- }
141
- :where(select:is([multiple], [size])) optgroup {
142
- font-weight: bolder;
143
- }
144
- :where(select:is([multiple], [size])) optgroup option {
145
- padding-inline-start: 20px;
146
- }
147
- ::file-selector-button {
148
- margin-inline-end: 4px;
149
- }
150
- ::-moz-placeholder {
151
- opacity: 1;
152
- }
153
- ::placeholder {
154
- opacity: 1;
155
- }
156
- @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
157
- ::-moz-placeholder {
158
- color: currentcolor;
159
- @supports (color: color-mix(in lab, red, red)) {
160
- color: color-mix(in oklab, currentcolor 50%, transparent);
161
- }
162
- }
163
- ::placeholder {
164
- color: currentcolor;
165
- @supports (color: color-mix(in lab, red, red)) {
166
- color: color-mix(in oklab, currentcolor 50%, transparent);
167
- }
168
- }
169
- }
170
- textarea {
171
- resize: vertical;
172
- }
173
- ::-webkit-search-decoration {
174
- -webkit-appearance: none;
175
- }
176
- ::-webkit-date-and-time-value {
177
- min-height: 1lh;
178
- text-align: inherit;
179
- }
180
- ::-webkit-datetime-edit {
181
- display: inline-flex;
182
- }
183
- ::-webkit-datetime-edit-fields-wrapper {
184
- padding: 0;
185
- }
186
- ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
187
- padding-block: 0;
188
- }
189
- ::-webkit-calendar-picker-indicator {
190
- line-height: 1;
191
- }
192
- :-moz-ui-invalid {
193
- box-shadow: none;
194
- }
195
- button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
196
- -webkit-appearance: button;
197
- -moz-appearance: button;
198
- appearance: button;
199
- }
200
- ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
201
- height: auto;
202
- }
203
- [hidden]:where(:not([hidden="until-found"])) {
204
- display: none !important;
205
- }
206
- }
207
- @layer utilities {
208
- .collapse {
209
- visibility: collapse;
210
- }
211
- .visible {
212
- visibility: visible;
213
- }
214
- .absolute {
215
- position: absolute;
216
- }
217
- .fixed {
218
- position: fixed;
219
- }
220
- .relative {
221
- position: relative;
222
- }
223
- .static {
224
- position: static;
225
- }
226
- .top-0 {
227
- top: calc(var(--spacing) * 0);
228
- }
229
- .top-1\/2 {
230
- top: calc(1/2 * 100%);
231
- }
232
- .top-6 {
233
- top: calc(var(--spacing) * 6);
234
- }
235
- .right-6 {
236
- right: calc(var(--spacing) * 6);
237
- }
238
- .right-\[100px\] {
239
- right: 100px;
240
- }
241
- .right-\[550px\] {
242
- right: 550px;
243
- }
244
- .bottom-0 {
245
- bottom: calc(var(--spacing) * 0);
246
- }
247
- .left-0 {
248
- left: calc(var(--spacing) * 0);
249
- }
250
- .left-6 {
251
- left: calc(var(--spacing) * 6);
252
- }
253
- .z-10 {
254
- z-index: 10;
255
- }
256
- .z-20 {
257
- z-index: 20;
258
- }
259
- .container {
260
- width: 100%;
261
- @media (width >= 40rem) {
262
- max-width: 40rem;
263
- }
264
- @media (width >= 48rem) {
265
- max-width: 48rem;
266
- }
267
- @media (width >= 64rem) {
268
- max-width: 64rem;
269
- }
270
- @media (width >= 80rem) {
271
- max-width: 80rem;
272
- }
273
- @media (width >= 96rem) {
274
- max-width: 96rem;
275
- }
276
- }
277
- .mx-4 {
278
- margin-inline: calc(var(--spacing) * 4);
279
- }
280
- .my-6 {
281
- margin-block: calc(var(--spacing) * 6);
282
- }
283
- .my-12 {
284
- margin-block: calc(var(--spacing) * 12);
285
- }
286
- .mt-2 {
287
- margin-top: calc(var(--spacing) * 2);
288
- }
289
- .mt-4 {
290
- margin-top: calc(var(--spacing) * 4);
291
- }
292
- .mr-6 {
293
- margin-right: calc(var(--spacing) * 6);
294
- }
295
- .mb-0 {
296
- margin-bottom: calc(var(--spacing) * 0);
297
- }
298
- .mb-0\! {
299
- margin-bottom: calc(var(--spacing) * 0) !important;
300
- }
301
- .mb-2 {
302
- margin-bottom: calc(var(--spacing) * 2);
303
- }
304
- .mb-4 {
305
- margin-bottom: calc(var(--spacing) * 4);
306
- }
307
- .mb-6 {
308
- margin-bottom: calc(var(--spacing) * 6);
309
- }
310
- .mb-8 {
311
- margin-bottom: calc(var(--spacing) * 8);
312
- }
313
- .mb-12 {
314
- margin-bottom: calc(var(--spacing) * 12);
315
- }
316
- .ml-4 {
317
- margin-left: calc(var(--spacing) * 4);
318
- }
319
- .block {
320
- display: block;
321
- }
322
- .contents {
323
- display: contents;
324
- }
325
- .flex {
326
- display: flex;
327
- }
328
- .hidden {
329
- display: none;
330
- }
331
- .inline {
332
- display: inline;
333
- }
334
- .h-12 {
335
- height: calc(var(--spacing) * 12);
336
- }
337
- .h-\[200px\] {
338
- height: 200px;
339
- }
340
- .h-\[300px\] {
341
- height: 300px;
342
- }
343
- .h-\[400px\] {
344
- height: 400px;
345
- }
346
- .h-\[calc\(100vh-64px\)\] {
347
- height: calc(100vh - 64px);
348
- }
349
- .h-auto {
350
- height: auto;
351
- }
352
- .h-full {
353
- height: 100%;
354
- }
355
- .h-screen {
356
- height: 100vh;
357
- }
358
- .w-5\/6 {
359
- width: calc(5/6 * 100%);
360
- }
361
- .w-8 {
362
- width: calc(var(--spacing) * 8);
363
- }
364
- .w-40 {
365
- width: calc(var(--spacing) * 40);
366
- }
367
- .w-\[78px\] {
368
- width: 78px;
369
- }
370
- .w-\[100px\] {
371
- width: 100px;
372
- }
373
- .w-\[250px\] {
374
- width: 250px;
375
- }
376
- .w-\[450px\] {
377
- width: 450px;
378
- }
379
- .w-full {
380
- width: 100%;
381
- }
382
- .w-screen {
383
- width: 100vw;
384
- }
385
- .max-w-full {
386
- max-width: 100%;
387
- }
388
- .max-w-none {
389
- max-width: none;
390
- }
391
- .min-w-0 {
392
- min-width: calc(var(--spacing) * 0);
393
- }
394
- .flex-1 {
395
- flex: 1;
396
- }
397
- .shrink-0 {
398
- flex-shrink: 0;
399
- }
400
- .grow-0 {
401
- flex-grow: 0;
402
- }
403
- .-translate-y-3\/4 {
404
- --tw-translate-y: calc(calc(3/4 * 100%) * -1);
405
- translate: var(--tw-translate-x) var(--tw-translate-y);
406
- }
407
- .transform {
408
- transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
409
- }
410
- .flex-col {
411
- flex-direction: column;
412
- }
413
- .flex-row {
414
- flex-direction: row;
415
- }
416
- .items-center {
417
- align-items: center;
418
- }
419
- .justify-between {
420
- justify-content: space-between;
421
- }
422
- .justify-center {
423
- justify-content: center;
424
- }
425
- .gap-4 {
426
- gap: calc(var(--spacing) * 4);
427
- }
428
- .gap-8 {
429
- gap: calc(var(--spacing) * 8);
430
- }
431
- .overflow-auto {
432
- overflow: auto;
433
- }
434
- .overflow-hidden {
435
- overflow: hidden;
436
- }
437
- .overflow-x-hidden {
438
- overflow-x: hidden;
439
- }
440
- .overflow-y-auto {
441
- overflow-y: auto;
442
- }
443
- .rounded-2xl {
444
- border-radius: var(--radius-2xl);
445
- }
446
- .rounded-lg {
447
- border-radius: var(--radius-lg);
448
- }
449
- .border {
450
- border-style: var(--tw-border-style);
451
- border-width: 1px;
452
- }
453
- .border-0 {
454
- border-style: var(--tw-border-style);
455
- border-width: 0px;
456
- }
457
- .border-t {
458
- border-top-style: var(--tw-border-style);
459
- border-top-width: 1px;
460
- }
461
- .border-r {
462
- border-right-style: var(--tw-border-style);
463
- border-right-width: 1px;
464
- }
465
- .border-r-0 {
466
- border-right-style: var(--tw-border-style);
467
- border-right-width: 0px;
468
- }
469
- .border-dashed {
470
- --tw-border-style: dashed;
471
- border-style: dashed;
472
- }
473
- .border-gray-200 {
474
- border-color: var(--color-gray-200);
475
- }
476
- .bg-linear-to-br {
477
- --tw-gradient-position: to bottom right;
478
- @supports (background-image: linear-gradient(in lab, red, red)) {
479
- --tw-gradient-position: to bottom right in oklab;
480
- }
481
- background-image: linear-gradient(var(--tw-gradient-stops));
482
- }
483
- .bg-linear-to-r {
484
- --tw-gradient-position: to right;
485
- @supports (background-image: linear-gradient(in lab, red, red)) {
486
- --tw-gradient-position: to right in oklab;
487
- }
488
- background-image: linear-gradient(var(--tw-gradient-stops));
489
- }
490
- .from-blue-50 {
491
- --tw-gradient-from: var(--color-blue-50);
492
- --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));
493
- }
494
- .from-gray-800 {
495
- --tw-gradient-from: var(--color-gray-800);
496
- --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));
497
- }
498
- .from-white {
499
- --tw-gradient-from: var(--color-white);
500
- --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));
501
- }
502
- .via-gray-700 {
503
- --tw-gradient-via: var(--color-gray-700);
504
- --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);
505
- --tw-gradient-stops: var(--tw-gradient-via-stops);
506
- }
507
- .via-indigo-50\/50 {
508
- --tw-gradient-via: color-mix(in srgb, oklch(96.2% 0.018 272.314) 50%, transparent);
509
- @supports (color: color-mix(in lab, red, red)) {
510
- --tw-gradient-via: color-mix(in oklab, var(--color-indigo-50) 50%, transparent);
511
- }
512
- --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);
513
- --tw-gradient-stops: var(--tw-gradient-via-stops);
514
- }
515
- .to-gray-50\/30 {
516
- --tw-gradient-to: color-mix(in srgb, oklch(98.5% 0.002 247.839) 30%, transparent);
517
- @supports (color: color-mix(in lab, red, red)) {
518
- --tw-gradient-to: color-mix(in oklab, var(--color-gray-50) 30%, transparent);
519
- }
520
- --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));
521
- }
522
- .to-gray-600 {
523
- --tw-gradient-to: var(--color-gray-600);
524
- --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));
525
- }
526
- .to-purple-50 {
527
- --tw-gradient-to: var(--color-purple-50);
528
- --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));
529
- }
530
- .bg-clip-text {
531
- -webkit-background-clip: text;
532
- background-clip: text;
533
- }
534
- .object-contain {
535
- -o-object-fit: contain;
536
- object-fit: contain;
537
- }
538
- .p-1 {
539
- padding: calc(var(--spacing) * 1);
540
- }
541
- .p-6 {
542
- padding: calc(var(--spacing) * 6);
543
- }
544
- .px-2 {
545
- padding-inline: calc(var(--spacing) * 2);
546
- }
547
- .px-3 {
548
- padding-inline: calc(var(--spacing) * 3);
549
- }
550
- .px-4 {
551
- padding-inline: calc(var(--spacing) * 4);
552
- }
553
- .px-6 {
554
- padding-inline: calc(var(--spacing) * 6);
555
- }
556
- .py-1 {
557
- padding-block: calc(var(--spacing) * 1);
558
- }
559
- .py-2 {
560
- padding-block: calc(var(--spacing) * 2);
561
- }
562
- .py-6 {
563
- padding-block: calc(var(--spacing) * 6);
564
- }
565
- .text-center {
566
- text-align: center;
567
- }
568
- .text-end {
569
- text-align: end;
570
- }
571
- .text-start {
572
- text-align: start;
573
- }
574
- .align-top {
575
- vertical-align: top;
576
- }
577
- .text-2xl {
578
- font-size: var(--text-2xl);
579
- line-height: var(--tw-leading, var(--text-2xl--line-height));
580
- }
581
- .text-3xl\! {
582
- font-size: var(--text-3xl) !important;
583
- line-height: var(--tw-leading, var(--text-3xl--line-height)) !important;
584
- }
585
- .text-base {
586
- font-size: var(--text-base);
587
- line-height: var(--tw-leading, var(--text-base--line-height));
588
- }
589
- .text-sm {
590
- font-size: var(--text-sm);
591
- line-height: var(--tw-leading, var(--text-sm--line-height));
592
- }
593
- .text-xl {
594
- font-size: var(--text-xl);
595
- line-height: var(--tw-leading, var(--text-xl--line-height));
596
- }
597
- .leading-tight {
598
- --tw-leading: var(--leading-tight);
599
- line-height: var(--leading-tight);
600
- }
601
- .font-bold {
602
- --tw-font-weight: var(--font-weight-bold);
603
- font-weight: var(--font-weight-bold);
604
- }
605
- .font-medium {
606
- --tw-font-weight: var(--font-weight-medium);
607
- font-weight: var(--font-weight-medium);
608
- }
609
- .font-semibold {
610
- --tw-font-weight: var(--font-weight-semibold);
611
- font-weight: var(--font-weight-semibold);
612
- }
613
- .text-ellipsis {
614
- text-overflow: ellipsis;
615
- }
616
- .whitespace-nowrap {
617
- white-space: nowrap;
618
- }
619
- .text-gray-500 {
620
- color: var(--color-gray-500);
621
- }
622
- .text-transparent {
623
- color: transparent;
624
- }
625
- .shadow-2xl {
626
- --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
627
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
628
- }
629
- .shadow-md {
630
- --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
631
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
632
- }
633
- .filter {
634
- 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,);
635
- }
636
- .backdrop-blur-sm {
637
- --tw-backdrop-blur: blur(var(--blur-sm));
638
- 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,);
639
- }
640
- .transition {
641
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
642
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
643
- transition-duration: var(--tw-duration, var(--default-transition-duration));
644
- }
645
- .transition-all {
646
- transition-property: all;
647
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
648
- transition-duration: var(--tw-duration, var(--default-transition-duration));
649
- }
650
- .duration-200 {
651
- --tw-duration: 200ms;
652
- transition-duration: 200ms;
653
- }
654
- .duration-300 {
655
- --tw-duration: 300ms;
656
- transition-duration: 300ms;
657
- }
658
- .ease-out {
659
- --tw-ease: var(--ease-out);
660
- transition-timing-function: var(--ease-out);
661
- }
662
- .select-none {
663
- -webkit-user-select: none;
664
- -moz-user-select: none;
665
- user-select: none;
666
- }
667
- .hover\:scale-\[1\.02\] {
668
- &:hover {
669
- @media (hover: hover) {
670
- scale: 1.02;
671
- }
672
- }
673
- }
674
- .hover\:shadow-\[0_20px_60px_-15px_rgba\(0\,0\,0\,0\.3\)\] {
675
- &:hover {
676
- @media (hover: hover) {
677
- --tw-shadow: 0 20px 60px -15px var(--tw-shadow-color, rgba(0,0,0,0.3));
678
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
679
- }
680
- }
681
- }
682
- .hover\:shadow-lg {
683
- &:hover {
684
- @media (hover: hover) {
685
- --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
686
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
687
- }
688
- }
689
- }
690
- .md\:top-10 {
691
- @media (width >= 48rem) {
692
- top: calc(var(--spacing) * 10);
693
- }
694
- }
695
- .md\:top-16 {
696
- @media (width >= 48rem) {
697
- top: calc(var(--spacing) * 16);
698
- }
699
- }
700
- .md\:right-16 {
701
- @media (width >= 48rem) {
702
- right: calc(var(--spacing) * 16);
703
- }
704
- }
705
- .md\:left-14 {
706
- @media (width >= 48rem) {
707
- left: calc(var(--spacing) * 14);
708
- }
709
- }
710
- }
711
- @property --tw-translate-x {
712
- syntax: "*";
713
- inherits: false;
714
- initial-value: 0;
715
- }
716
- @property --tw-translate-y {
717
- syntax: "*";
718
- inherits: false;
719
- initial-value: 0;
720
- }
721
- @property --tw-translate-z {
722
- syntax: "*";
723
- inherits: false;
724
- initial-value: 0;
725
- }
726
- @property --tw-rotate-x {
727
- syntax: "*";
728
- inherits: false;
729
- }
730
- @property --tw-rotate-y {
731
- syntax: "*";
732
- inherits: false;
733
- }
734
- @property --tw-rotate-z {
735
- syntax: "*";
736
- inherits: false;
737
- }
738
- @property --tw-skew-x {
739
- syntax: "*";
740
- inherits: false;
741
- }
742
- @property --tw-skew-y {
743
- syntax: "*";
744
- inherits: false;
745
- }
746
- @property --tw-border-style {
747
- syntax: "*";
748
- inherits: false;
749
- initial-value: solid;
750
- }
751
- @property --tw-gradient-position {
752
- syntax: "*";
753
- inherits: false;
754
- }
755
- @property --tw-gradient-from {
756
- syntax: "<color>";
757
- inherits: false;
758
- initial-value: #0000;
759
- }
760
- @property --tw-gradient-via {
761
- syntax: "<color>";
762
- inherits: false;
763
- initial-value: #0000;
764
- }
765
- @property --tw-gradient-to {
766
- syntax: "<color>";
767
- inherits: false;
768
- initial-value: #0000;
769
- }
770
- @property --tw-gradient-stops {
771
- syntax: "*";
772
- inherits: false;
773
- }
774
- @property --tw-gradient-via-stops {
775
- syntax: "*";
776
- inherits: false;
777
- }
778
- @property --tw-gradient-from-position {
779
- syntax: "<length-percentage>";
780
- inherits: false;
781
- initial-value: 0%;
782
- }
783
- @property --tw-gradient-via-position {
784
- syntax: "<length-percentage>";
785
- inherits: false;
786
- initial-value: 50%;
787
- }
788
- @property --tw-gradient-to-position {
789
- syntax: "<length-percentage>";
790
- inherits: false;
791
- initial-value: 100%;
792
- }
793
- @property --tw-leading {
794
- syntax: "*";
795
- inherits: false;
796
- }
797
- @property --tw-font-weight {
798
- syntax: "*";
799
- inherits: false;
800
- }
801
- @property --tw-shadow {
802
- syntax: "*";
803
- inherits: false;
804
- initial-value: 0 0 #0000;
805
- }
806
- @property --tw-shadow-color {
807
- syntax: "*";
808
- inherits: false;
809
- }
810
- @property --tw-shadow-alpha {
811
- syntax: "<percentage>";
812
- inherits: false;
813
- initial-value: 100%;
814
- }
815
- @property --tw-inset-shadow {
816
- syntax: "*";
817
- inherits: false;
818
- initial-value: 0 0 #0000;
819
- }
820
- @property --tw-inset-shadow-color {
821
- syntax: "*";
822
- inherits: false;
823
- }
824
- @property --tw-inset-shadow-alpha {
825
- syntax: "<percentage>";
826
- inherits: false;
827
- initial-value: 100%;
828
- }
829
- @property --tw-ring-color {
830
- syntax: "*";
831
- inherits: false;
832
- }
833
- @property --tw-ring-shadow {
834
- syntax: "*";
835
- inherits: false;
836
- initial-value: 0 0 #0000;
837
- }
838
- @property --tw-inset-ring-color {
839
- syntax: "*";
840
- inherits: false;
841
- }
842
- @property --tw-inset-ring-shadow {
843
- syntax: "*";
844
- inherits: false;
845
- initial-value: 0 0 #0000;
846
- }
847
- @property --tw-ring-inset {
848
- syntax: "*";
849
- inherits: false;
850
- }
851
- @property --tw-ring-offset-width {
852
- syntax: "<length>";
853
- inherits: false;
854
- initial-value: 0px;
855
- }
856
- @property --tw-ring-offset-color {
857
- syntax: "*";
858
- inherits: false;
859
- initial-value: #fff;
860
- }
861
- @property --tw-ring-offset-shadow {
862
- syntax: "*";
863
- inherits: false;
864
- initial-value: 0 0 #0000;
865
- }
866
- @property --tw-blur {
867
- syntax: "*";
868
- inherits: false;
869
- }
870
- @property --tw-brightness {
871
- syntax: "*";
872
- inherits: false;
873
- }
874
- @property --tw-contrast {
875
- syntax: "*";
876
- inherits: false;
877
- }
878
- @property --tw-grayscale {
879
- syntax: "*";
880
- inherits: false;
881
- }
882
- @property --tw-hue-rotate {
883
- syntax: "*";
884
- inherits: false;
885
- }
886
- @property --tw-invert {
887
- syntax: "*";
888
- inherits: false;
889
- }
890
- @property --tw-opacity {
891
- syntax: "*";
892
- inherits: false;
893
- }
894
- @property --tw-saturate {
895
- syntax: "*";
896
- inherits: false;
897
- }
898
- @property --tw-sepia {
899
- syntax: "*";
900
- inherits: false;
901
- }
902
- @property --tw-drop-shadow {
903
- syntax: "*";
904
- inherits: false;
905
- }
906
- @property --tw-drop-shadow-color {
907
- syntax: "*";
908
- inherits: false;
909
- }
910
- @property --tw-drop-shadow-alpha {
911
- syntax: "<percentage>";
912
- inherits: false;
913
- initial-value: 100%;
914
- }
915
- @property --tw-drop-shadow-size {
916
- syntax: "*";
917
- inherits: false;
918
- }
919
- @property --tw-backdrop-blur {
920
- syntax: "*";
921
- inherits: false;
922
- }
923
- @property --tw-backdrop-brightness {
924
- syntax: "*";
925
- inherits: false;
926
- }
927
- @property --tw-backdrop-contrast {
928
- syntax: "*";
929
- inherits: false;
930
- }
931
- @property --tw-backdrop-grayscale {
932
- syntax: "*";
933
- inherits: false;
934
- }
935
- @property --tw-backdrop-hue-rotate {
936
- syntax: "*";
937
- inherits: false;
938
- }
939
- @property --tw-backdrop-invert {
940
- syntax: "*";
941
- inherits: false;
942
- }
943
- @property --tw-backdrop-opacity {
944
- syntax: "*";
945
- inherits: false;
946
- }
947
- @property --tw-backdrop-saturate {
948
- syntax: "*";
949
- inherits: false;
950
- }
951
- @property --tw-backdrop-sepia {
952
- syntax: "*";
953
- inherits: false;
954
- }
955
- @property --tw-duration {
956
- syntax: "*";
957
- inherits: false;
958
- }
959
- @property --tw-ease {
960
- syntax: "*";
961
- inherits: false;
962
- }
963
- @layer properties {
964
- @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
965
- *, ::before, ::after, ::backdrop {
966
- --tw-translate-x: 0;
967
- --tw-translate-y: 0;
968
- --tw-translate-z: 0;
969
- --tw-rotate-x: initial;
970
- --tw-rotate-y: initial;
971
- --tw-rotate-z: initial;
972
- --tw-skew-x: initial;
973
- --tw-skew-y: initial;
974
- --tw-border-style: solid;
975
- --tw-gradient-position: initial;
976
- --tw-gradient-from: #0000;
977
- --tw-gradient-via: #0000;
978
- --tw-gradient-to: #0000;
979
- --tw-gradient-stops: initial;
980
- --tw-gradient-via-stops: initial;
981
- --tw-gradient-from-position: 0%;
982
- --tw-gradient-via-position: 50%;
983
- --tw-gradient-to-position: 100%;
984
- --tw-leading: initial;
985
- --tw-font-weight: initial;
986
- --tw-shadow: 0 0 #0000;
987
- --tw-shadow-color: initial;
988
- --tw-shadow-alpha: 100%;
989
- --tw-inset-shadow: 0 0 #0000;
990
- --tw-inset-shadow-color: initial;
991
- --tw-inset-shadow-alpha: 100%;
992
- --tw-ring-color: initial;
993
- --tw-ring-shadow: 0 0 #0000;
994
- --tw-inset-ring-color: initial;
995
- --tw-inset-ring-shadow: 0 0 #0000;
996
- --tw-ring-inset: initial;
997
- --tw-ring-offset-width: 0px;
998
- --tw-ring-offset-color: #fff;
999
- --tw-ring-offset-shadow: 0 0 #0000;
1000
- --tw-blur: initial;
1001
- --tw-brightness: initial;
1002
- --tw-contrast: initial;
1003
- --tw-grayscale: initial;
1004
- --tw-hue-rotate: initial;
1005
- --tw-invert: initial;
1006
- --tw-opacity: initial;
1007
- --tw-saturate: initial;
1008
- --tw-sepia: initial;
1009
- --tw-drop-shadow: initial;
1010
- --tw-drop-shadow-color: initial;
1011
- --tw-drop-shadow-alpha: 100%;
1012
- --tw-drop-shadow-size: initial;
1013
- --tw-backdrop-blur: initial;
1014
- --tw-backdrop-brightness: initial;
1015
- --tw-backdrop-contrast: initial;
1016
- --tw-backdrop-grayscale: initial;
1017
- --tw-backdrop-hue-rotate: initial;
1018
- --tw-backdrop-invert: initial;
1019
- --tw-backdrop-opacity: initial;
1020
- --tw-backdrop-saturate: initial;
1021
- --tw-backdrop-sepia: initial;
1022
- --tw-duration: initial;
1023
- --tw-ease: initial;
1024
- }
1025
- }
1026
- }
1027
-
1028
- /*# sourceMappingURL=index.css.map */
1
+ @layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--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-leading:initial;--tw-font-weight: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;--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-duration:initial;--tw-ease:initial}}}@layer theme{:host,:root{--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-blue-50:oklch(97% .014 254.604);--color-indigo-50:oklch(96.2% .018 272.314);--color-purple-50:oklch(97.7% .014 308.299);--color-gray-50:oklch(98.5% .002 247.839);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-800:oklch(27.8% .033 256.848);--color-white:#fff;--spacing:.25rem;--text-sm:.875rem;--text-sm--line-height:1.42857;--text-base:1rem;--text-base--line-height:1.5;--text-xl:1.25rem;--text-xl--line-height:1.4;--text-2xl:1.5rem;--text-2xl--line-height:1.33333;--text-3xl:1.875rem;--text-3xl--line-height:1.2;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--leading-tight:1.25;--radius-lg:.5rem;--radius-2xl:1rem;--ease-out:cubic-bezier(0,0,.2,1);--blur-sm:8px;--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{*,::backdrop,:after,:before{border:0 solid;box-sizing:border-box;margin:0;padding:0}::file-selector-button{border:0 solid;box-sizing:border-box;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;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);line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}hr{border-top-width:1px;color:inherit;height:0}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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{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-size:1em;font-variation-settings:var(--default-mono-font-variation-settings,normal)}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}button,input,optgroup,select,textarea{background-color:#0000;border-radius:0;color:inherit;font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;opacity:1}::file-selector-button{background-color:#0000;border-radius:0;color:inherit;font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;opacity:1}: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}::-moz-placeholder{opacity:1}::placeholder{opacity:1}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::-moz-placeholder{color:currentColor}::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::-moz-placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}::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,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-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]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer antd,components;@layer utilities{.collapse{visibility:collapse}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.top-0{top:calc(var(--spacing)*0)}.top-1\/2{top:50%}.top-6{top:calc(var(--spacing)*6)}.right-6{right:calc(var(--spacing)*6)}.right-\[100px\]{right:100px}.right-\[550px\]{right:550px}.bottom-0{bottom:calc(var(--spacing)*0)}.left-0{left:calc(var(--spacing)*0)}.left-6{left:calc(var(--spacing)*6)}.z-10{z-index:10}.z-20{z-index:20}.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-4{margin-inline:calc(var(--spacing)*4)}.my-6{margin-block:calc(var(--spacing)*6)}.my-12{margin-block:calc(var(--spacing)*12)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-4{margin-top:calc(var(--spacing)*4)}.mr-6{margin-right:calc(var(--spacing)*6)}.mb-0{margin-bottom:calc(var(--spacing)*0)}.mb-0\!{margin-bottom:calc(var(--spacing)*0)!important}.mb-2{margin-bottom:calc(var(--spacing)*2)}.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)}.ml-4{margin-left:calc(var(--spacing)*4)}.block{display:block}.contents{display:contents}.flex{display:flex}.hidden{display:none}.inline{display:inline}.h-12{height:calc(var(--spacing)*12)}.h-\[200px\]{height:200px}.h-\[300px\]{height:300px}.h-\[400px\]{height:400px}.h-\[calc\(100vh-64px\)\]{height:calc(100vh - 64px)}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.w-5\/6{width:83.3333%}.w-8{width:calc(var(--spacing)*8)}.w-40{width:calc(var(--spacing)*40)}.w-\[78px\]{width:78px}.w-\[100px\]{width:100px}.w-\[250px\]{width:250px}.w-\[450px\]{width:450px}.w-full{width:100%}.w-screen{width:100vw}.max-w-full{max-width:100%}.max-w-none{max-width:none}.min-w-0{min-width:calc(var(--spacing)*0)}.flex-1{flex:1}.shrink-0{flex-shrink:0}.grow-0{flex-grow:0}.-translate-y-3\/4{--tw-translate-y:-75%;translate:var(--tw-translate-x)var(--tw-translate-y)}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-4{gap:calc(var(--spacing)*4)}.gap-8{gap:calc(var(--spacing)*8)}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-lg{border-radius:var(--radius-lg)}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-r-0{border-right-style:var(--tw-border-style);border-right-width:0}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-gray-200{border-color:var(--color-gray-200)}.bg-linear-to-br{--tw-gradient-position:to bottom right}@supports (background-image:linear-gradient(in lab,red,red)){.bg-linear-to-br{--tw-gradient-position:to bottom right in oklab}}.bg-linear-to-br{background-image:linear-gradient(var(--tw-gradient-stops))}.bg-linear-to-r{--tw-gradient-position:to right}@supports (background-image:linear-gradient(in lab,red,red)){.bg-linear-to-r{--tw-gradient-position:to right in oklab}}.bg-linear-to-r{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-gray-800{--tw-gradient-from:var(--color-gray-800);--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-white{--tw-gradient-from:var(--color-white);--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-gray-700{--tw-gradient-via:var(--color-gray-700);--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-indigo-50\/50{--tw-gradient-via:#eef2ff80}@supports (color:color-mix(in lab,red,red)){.via-indigo-50\/50{--tw-gradient-via:color-mix(in oklab,var(--color-indigo-50)50%,transparent)}}.via-indigo-50\/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)}.to-gray-50\/30{--tw-gradient-to:#f9fafb4d}@supports (color:color-mix(in lab,red,red)){.to-gray-50\/30{--tw-gradient-to:color-mix(in oklab,var(--color-gray-50)30%,transparent)}}.to-gray-50\/30{--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-gray-600{--tw-gradient-to:var(--color-gray-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))}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.object-contain{-o-object-fit:contain;object-fit:contain}.p-1{padding:calc(var(--spacing)*1)}.p-6{padding:calc(var(--spacing)*6)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.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-6{padding-block:calc(var(--spacing)*6)}.text-center{text-align:center}.text-end{text-align:end}.text-start{text-align:start}.align-top{vertical-align:top}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl\!{font-size:var(--text-3xl)!important;line-height:var(--tw-leading,var(--text-3xl--line-height))!important}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--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))}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.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)}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.text-gray-500{color:var(--color-gray-500)}.text-transparent{color:#0000}.shadow-2xl{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040)}.shadow-2xl,.shadow-md{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a)}.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-sm{--tw-backdrop-blur:blur(var(--blur-sm));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{transition-duration:var(--tw-duration,var(--default-transition-duration));transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))}.transition-all{transition-duration:var(--tw-duration,var(--default-transition-duration));transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (hover:hover){.hover\:scale-\[1\.02\]:hover{scale:1.02}.hover\:shadow-\[0_20px_60px_-15px_rgba\(0\,0\,0\,0\.3\)\]:hover{--tw-shadow:0 20px 60px -15px var(--tw-shadow-color,#0000004d)}.hover\:shadow-\[0_20px_60px_-15px_rgba\(0\,0\,0\,0\.3\)\]:hover,.hover\:shadow-lg:hover{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-lg:hover{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a)}}@media (min-width:48rem){.md\:top-10{top:calc(var(--spacing)*10)}.md\:top-16{top:calc(var(--spacing)*16)}.md\:right-16{right:calc(var(--spacing)*16)}.md\:left-14{left:calc(var(--spacing)*14)}}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@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-leading{syntax:"*";inherits:false}@property --tw-font-weight{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}@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-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}