react-toolkits 2.28.2 → 2.29.1

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,1021 +1 @@
1
- /*! tailwindcss v4.1.17 | 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 !important;
210
- }
211
- .absolute {
212
- position: absolute !important;
213
- }
214
- .fixed {
215
- position: fixed !important;
216
- }
217
- .relative {
218
- position: relative !important;
219
- }
220
- .top-0 {
221
- top: calc(var(--spacing) * 0) !important;
222
- }
223
- .top-1\/2 {
224
- top: calc(1/2 * 100%) !important;
225
- }
226
- .top-6 {
227
- top: calc(var(--spacing) * 6) !important;
228
- }
229
- .right-6 {
230
- right: calc(var(--spacing) * 6) !important;
231
- }
232
- .right-\[100px\] {
233
- right: 100px !important;
234
- }
235
- .right-\[550px\] {
236
- right: 550px !important;
237
- }
238
- .bottom-0 {
239
- bottom: calc(var(--spacing) * 0) !important;
240
- }
241
- .left-0 {
242
- left: calc(var(--spacing) * 0) !important;
243
- }
244
- .left-6 {
245
- left: calc(var(--spacing) * 6) !important;
246
- }
247
- .z-10 {
248
- z-index: 10 !important;
249
- }
250
- .z-20 {
251
- z-index: 20 !important;
252
- }
253
- .container {
254
- width: 100% !important;
255
- @media (width >= 40rem) {
256
- max-width: 40rem !important;
257
- }
258
- @media (width >= 48rem) {
259
- max-width: 48rem !important;
260
- }
261
- @media (width >= 64rem) {
262
- max-width: 64rem !important;
263
- }
264
- @media (width >= 80rem) {
265
- max-width: 80rem !important;
266
- }
267
- @media (width >= 96rem) {
268
- max-width: 96rem !important;
269
- }
270
- }
271
- .mx-4 {
272
- margin-inline: calc(var(--spacing) * 4) !important;
273
- }
274
- .my-6 {
275
- margin-block: calc(var(--spacing) * 6) !important;
276
- }
277
- .my-12 {
278
- margin-block: calc(var(--spacing) * 12) !important;
279
- }
280
- .mt-2 {
281
- margin-top: calc(var(--spacing) * 2) !important;
282
- }
283
- .mt-4 {
284
- margin-top: calc(var(--spacing) * 4) !important;
285
- }
286
- .mr-6 {
287
- margin-right: calc(var(--spacing) * 6) !important;
288
- }
289
- .mb-0 {
290
- margin-bottom: calc(var(--spacing) * 0) !important;
291
- }
292
- .mb-0\! {
293
- margin-bottom: calc(var(--spacing) * 0) !important;
294
- }
295
- .mb-2 {
296
- margin-bottom: calc(var(--spacing) * 2) !important;
297
- }
298
- .mb-4 {
299
- margin-bottom: calc(var(--spacing) * 4) !important;
300
- }
301
- .mb-6 {
302
- margin-bottom: calc(var(--spacing) * 6) !important;
303
- }
304
- .mb-8 {
305
- margin-bottom: calc(var(--spacing) * 8) !important;
306
- }
307
- .mb-12 {
308
- margin-bottom: calc(var(--spacing) * 12) !important;
309
- }
310
- .ml-4 {
311
- margin-left: calc(var(--spacing) * 4) !important;
312
- }
313
- .block {
314
- display: block !important;
315
- }
316
- .contents {
317
- display: contents !important;
318
- }
319
- .flex {
320
- display: flex !important;
321
- }
322
- .hidden {
323
- display: none !important;
324
- }
325
- .inline {
326
- display: inline !important;
327
- }
328
- .h-12 {
329
- height: calc(var(--spacing) * 12) !important;
330
- }
331
- .h-\[200px\] {
332
- height: 200px !important;
333
- }
334
- .h-\[300px\] {
335
- height: 300px !important;
336
- }
337
- .h-\[400px\] {
338
- height: 400px !important;
339
- }
340
- .h-\[calc\(100vh-64px\)\] {
341
- height: calc(100vh - 64px) !important;
342
- }
343
- .h-auto {
344
- height: auto !important;
345
- }
346
- .h-full {
347
- height: 100% !important;
348
- }
349
- .h-screen {
350
- height: 100vh !important;
351
- }
352
- .w-5\/6 {
353
- width: calc(5/6 * 100%) !important;
354
- }
355
- .w-8 {
356
- width: calc(var(--spacing) * 8) !important;
357
- }
358
- .w-40 {
359
- width: calc(var(--spacing) * 40) !important;
360
- }
361
- .w-\[78px\] {
362
- width: 78px !important;
363
- }
364
- .w-\[100px\] {
365
- width: 100px !important;
366
- }
367
- .w-\[250px\] {
368
- width: 250px !important;
369
- }
370
- .w-\[450px\] {
371
- width: 450px !important;
372
- }
373
- .w-full {
374
- width: 100% !important;
375
- }
376
- .w-screen {
377
- width: 100vw !important;
378
- }
379
- .max-w-full {
380
- max-width: 100% !important;
381
- }
382
- .max-w-none {
383
- max-width: none !important;
384
- }
385
- .min-w-0 {
386
- min-width: calc(var(--spacing) * 0) !important;
387
- }
388
- .flex-1 {
389
- flex: 1 !important;
390
- }
391
- .grow-0 {
392
- flex-grow: 0 !important;
393
- }
394
- .-translate-y-3\/4 {
395
- --tw-translate-y: calc(calc(3/4 * 100%) * -1) !important;
396
- translate: var(--tw-translate-x) var(--tw-translate-y) !important;
397
- }
398
- .transform {
399
- transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,) !important;
400
- }
401
- .flex-col {
402
- flex-direction: column !important;
403
- }
404
- .flex-row {
405
- flex-direction: row !important;
406
- }
407
- .items-center {
408
- align-items: center !important;
409
- }
410
- .justify-between {
411
- justify-content: space-between !important;
412
- }
413
- .justify-center {
414
- justify-content: center !important;
415
- }
416
- .gap-4 {
417
- gap: calc(var(--spacing) * 4) !important;
418
- }
419
- .gap-8 {
420
- gap: calc(var(--spacing) * 8) !important;
421
- }
422
- .overflow-auto {
423
- overflow: auto !important;
424
- }
425
- .overflow-hidden {
426
- overflow: hidden !important;
427
- }
428
- .overflow-x-hidden {
429
- overflow-x: hidden !important;
430
- }
431
- .overflow-y-auto {
432
- overflow-y: auto !important;
433
- }
434
- .rounded-2xl {
435
- border-radius: var(--radius-2xl) !important;
436
- }
437
- .rounded-lg {
438
- border-radius: var(--radius-lg) !important;
439
- }
440
- .border {
441
- border-style: var(--tw-border-style) !important;
442
- border-width: 1px !important;
443
- }
444
- .border-0 {
445
- border-style: var(--tw-border-style) !important;
446
- border-width: 0px !important;
447
- }
448
- .border-t {
449
- border-top-style: var(--tw-border-style) !important;
450
- border-top-width: 1px !important;
451
- }
452
- .border-r {
453
- border-right-style: var(--tw-border-style) !important;
454
- border-right-width: 1px !important;
455
- }
456
- .border-r-0 {
457
- border-right-style: var(--tw-border-style) !important;
458
- border-right-width: 0px !important;
459
- }
460
- .border-dashed {
461
- --tw-border-style: dashed !important;
462
- border-style: dashed !important;
463
- }
464
- .border-gray-200 {
465
- border-color: var(--color-gray-200) !important;
466
- }
467
- .bg-linear-to-br {
468
- --tw-gradient-position: to bottom right !important;
469
- @supports (background-image: linear-gradient(in lab, red, red)) {
470
- --tw-gradient-position: to bottom right in oklab !important;
471
- }
472
- background-image: linear-gradient(var(--tw-gradient-stops)) !important;
473
- }
474
- .bg-linear-to-r {
475
- --tw-gradient-position: to right !important;
476
- @supports (background-image: linear-gradient(in lab, red, red)) {
477
- --tw-gradient-position: to right in oklab !important;
478
- }
479
- background-image: linear-gradient(var(--tw-gradient-stops)) !important;
480
- }
481
- .from-blue-50 {
482
- --tw-gradient-from: var(--color-blue-50) !important;
483
- --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)) !important;
484
- }
485
- .from-gray-800 {
486
- --tw-gradient-from: var(--color-gray-800) !important;
487
- --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)) !important;
488
- }
489
- .from-white {
490
- --tw-gradient-from: var(--color-white) !important;
491
- --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)) !important;
492
- }
493
- .via-gray-700 {
494
- --tw-gradient-via: var(--color-gray-700) !important;
495
- --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) !important;
496
- --tw-gradient-stops: var(--tw-gradient-via-stops) !important;
497
- }
498
- .via-indigo-50\/50 {
499
- --tw-gradient-via: color-mix(in srgb, oklch(96.2% 0.018 272.314) 50%, transparent) !important;
500
- @supports (color: color-mix(in lab, red, red)) {
501
- --tw-gradient-via: color-mix(in oklab, var(--color-indigo-50) 50%, transparent) !important;
502
- }
503
- --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) !important;
504
- --tw-gradient-stops: var(--tw-gradient-via-stops) !important;
505
- }
506
- .to-gray-50\/30 {
507
- --tw-gradient-to: color-mix(in srgb, oklch(98.5% 0.002 247.839) 30%, transparent) !important;
508
- @supports (color: color-mix(in lab, red, red)) {
509
- --tw-gradient-to: color-mix(in oklab, var(--color-gray-50) 30%, transparent) !important;
510
- }
511
- --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)) !important;
512
- }
513
- .to-gray-600 {
514
- --tw-gradient-to: var(--color-gray-600) !important;
515
- --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)) !important;
516
- }
517
- .to-purple-50 {
518
- --tw-gradient-to: var(--color-purple-50) !important;
519
- --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)) !important;
520
- }
521
- .bg-clip-text {
522
- -webkit-background-clip: text !important;
523
- background-clip: text !important;
524
- }
525
- .object-contain {
526
- -o-object-fit: contain !important;
527
- object-fit: contain !important;
528
- }
529
- .p-1 {
530
- padding: calc(var(--spacing) * 1) !important;
531
- }
532
- .p-6 {
533
- padding: calc(var(--spacing) * 6) !important;
534
- }
535
- .px-2 {
536
- padding-inline: calc(var(--spacing) * 2) !important;
537
- }
538
- .px-3 {
539
- padding-inline: calc(var(--spacing) * 3) !important;
540
- }
541
- .px-4 {
542
- padding-inline: calc(var(--spacing) * 4) !important;
543
- }
544
- .px-6 {
545
- padding-inline: calc(var(--spacing) * 6) !important;
546
- }
547
- .py-1 {
548
- padding-block: calc(var(--spacing) * 1) !important;
549
- }
550
- .py-2 {
551
- padding-block: calc(var(--spacing) * 2) !important;
552
- }
553
- .py-6 {
554
- padding-block: calc(var(--spacing) * 6) !important;
555
- }
556
- .text-center {
557
- text-align: center !important;
558
- }
559
- .text-end {
560
- text-align: end !important;
561
- }
562
- .text-start {
563
- text-align: start !important;
564
- }
565
- .align-top {
566
- vertical-align: top !important;
567
- }
568
- .text-3xl\! {
569
- font-size: var(--text-3xl) !important;
570
- line-height: var(--tw-leading, var(--text-3xl--line-height)) !important;
571
- }
572
- .text-base {
573
- font-size: var(--text-base) !important;
574
- line-height: var(--tw-leading, var(--text-base--line-height)) !important;
575
- }
576
- .text-sm {
577
- font-size: var(--text-sm) !important;
578
- line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
579
- }
580
- .text-xl {
581
- font-size: var(--text-xl) !important;
582
- line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
583
- }
584
- .leading-tight {
585
- --tw-leading: var(--leading-tight) !important;
586
- line-height: var(--leading-tight) !important;
587
- }
588
- .font-bold {
589
- --tw-font-weight: var(--font-weight-bold) !important;
590
- font-weight: var(--font-weight-bold) !important;
591
- }
592
- .font-medium {
593
- --tw-font-weight: var(--font-weight-medium) !important;
594
- font-weight: var(--font-weight-medium) !important;
595
- }
596
- .font-semibold {
597
- --tw-font-weight: var(--font-weight-semibold) !important;
598
- font-weight: var(--font-weight-semibold) !important;
599
- }
600
- .text-ellipsis {
601
- text-overflow: ellipsis !important;
602
- }
603
- .whitespace-nowrap {
604
- white-space: nowrap !important;
605
- }
606
- .text-gray-500 {
607
- color: var(--color-gray-500) !important;
608
- }
609
- .text-transparent {
610
- color: transparent !important;
611
- }
612
- .shadow-2xl {
613
- --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25)) !important;
614
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
615
- }
616
- .shadow-md {
617
- --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)) !important;
618
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
619
- }
620
- .filter {
621
- 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,) !important;
622
- }
623
- .backdrop-blur-sm {
624
- --tw-backdrop-blur: blur(var(--blur-sm)) !important;
625
- 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,) !important;
626
- }
627
- .transition {
628
- 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 !important;
629
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
630
- transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
631
- }
632
- .transition-all {
633
- transition-property: all !important;
634
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
635
- transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
636
- }
637
- .duration-200 {
638
- --tw-duration: 200ms !important;
639
- transition-duration: 200ms !important;
640
- }
641
- .duration-300 {
642
- --tw-duration: 300ms !important;
643
- transition-duration: 300ms !important;
644
- }
645
- .ease-out {
646
- --tw-ease: var(--ease-out) !important;
647
- transition-timing-function: var(--ease-out) !important;
648
- }
649
- .select-none {
650
- -webkit-user-select: none !important;
651
- -moz-user-select: none !important;
652
- user-select: none !important;
653
- }
654
- .hover\:scale-\[1\.02\] {
655
- &:hover {
656
- @media (hover: hover) {
657
- scale: 1.02 !important;
658
- }
659
- }
660
- }
661
- .hover\:shadow-\[0_20px_60px_-15px_rgba\(0\,0\,0\,0\.3\)\] {
662
- &:hover {
663
- @media (hover: hover) {
664
- --tw-shadow: 0 20px 60px -15px var(--tw-shadow-color, rgba(0,0,0,0.3)) !important;
665
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
666
- }
667
- }
668
- }
669
- .hover\:shadow-lg {
670
- &:hover {
671
- @media (hover: hover) {
672
- --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)) !important;
673
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
674
- }
675
- }
676
- }
677
- .md\:top-10 {
678
- @media (width >= 48rem) {
679
- top: calc(var(--spacing) * 10) !important;
680
- }
681
- }
682
- .md\:top-16 {
683
- @media (width >= 48rem) {
684
- top: calc(var(--spacing) * 16) !important;
685
- }
686
- }
687
- .md\:right-16 {
688
- @media (width >= 48rem) {
689
- right: calc(var(--spacing) * 16) !important;
690
- }
691
- }
692
- .md\:left-14 {
693
- @media (width >= 48rem) {
694
- left: calc(var(--spacing) * 14) !important;
695
- }
696
- }
697
- .md\:text-2xl {
698
- @media (width >= 48rem) {
699
- font-size: var(--text-2xl) !important;
700
- line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
701
- }
702
- }
703
- }
704
- @property --tw-translate-x {
705
- syntax: "*";
706
- inherits: false;
707
- initial-value: 0;
708
- }
709
- @property --tw-translate-y {
710
- syntax: "*";
711
- inherits: false;
712
- initial-value: 0;
713
- }
714
- @property --tw-translate-z {
715
- syntax: "*";
716
- inherits: false;
717
- initial-value: 0;
718
- }
719
- @property --tw-rotate-x {
720
- syntax: "*";
721
- inherits: false;
722
- }
723
- @property --tw-rotate-y {
724
- syntax: "*";
725
- inherits: false;
726
- }
727
- @property --tw-rotate-z {
728
- syntax: "*";
729
- inherits: false;
730
- }
731
- @property --tw-skew-x {
732
- syntax: "*";
733
- inherits: false;
734
- }
735
- @property --tw-skew-y {
736
- syntax: "*";
737
- inherits: false;
738
- }
739
- @property --tw-border-style {
740
- syntax: "*";
741
- inherits: false;
742
- initial-value: solid;
743
- }
744
- @property --tw-gradient-position {
745
- syntax: "*";
746
- inherits: false;
747
- }
748
- @property --tw-gradient-from {
749
- syntax: "<color>";
750
- inherits: false;
751
- initial-value: #0000;
752
- }
753
- @property --tw-gradient-via {
754
- syntax: "<color>";
755
- inherits: false;
756
- initial-value: #0000;
757
- }
758
- @property --tw-gradient-to {
759
- syntax: "<color>";
760
- inherits: false;
761
- initial-value: #0000;
762
- }
763
- @property --tw-gradient-stops {
764
- syntax: "*";
765
- inherits: false;
766
- }
767
- @property --tw-gradient-via-stops {
768
- syntax: "*";
769
- inherits: false;
770
- }
771
- @property --tw-gradient-from-position {
772
- syntax: "<length-percentage>";
773
- inherits: false;
774
- initial-value: 0%;
775
- }
776
- @property --tw-gradient-via-position {
777
- syntax: "<length-percentage>";
778
- inherits: false;
779
- initial-value: 50%;
780
- }
781
- @property --tw-gradient-to-position {
782
- syntax: "<length-percentage>";
783
- inherits: false;
784
- initial-value: 100%;
785
- }
786
- @property --tw-leading {
787
- syntax: "*";
788
- inherits: false;
789
- }
790
- @property --tw-font-weight {
791
- syntax: "*";
792
- inherits: false;
793
- }
794
- @property --tw-shadow {
795
- syntax: "*";
796
- inherits: false;
797
- initial-value: 0 0 #0000;
798
- }
799
- @property --tw-shadow-color {
800
- syntax: "*";
801
- inherits: false;
802
- }
803
- @property --tw-shadow-alpha {
804
- syntax: "<percentage>";
805
- inherits: false;
806
- initial-value: 100%;
807
- }
808
- @property --tw-inset-shadow {
809
- syntax: "*";
810
- inherits: false;
811
- initial-value: 0 0 #0000;
812
- }
813
- @property --tw-inset-shadow-color {
814
- syntax: "*";
815
- inherits: false;
816
- }
817
- @property --tw-inset-shadow-alpha {
818
- syntax: "<percentage>";
819
- inherits: false;
820
- initial-value: 100%;
821
- }
822
- @property --tw-ring-color {
823
- syntax: "*";
824
- inherits: false;
825
- }
826
- @property --tw-ring-shadow {
827
- syntax: "*";
828
- inherits: false;
829
- initial-value: 0 0 #0000;
830
- }
831
- @property --tw-inset-ring-color {
832
- syntax: "*";
833
- inherits: false;
834
- }
835
- @property --tw-inset-ring-shadow {
836
- syntax: "*";
837
- inherits: false;
838
- initial-value: 0 0 #0000;
839
- }
840
- @property --tw-ring-inset {
841
- syntax: "*";
842
- inherits: false;
843
- }
844
- @property --tw-ring-offset-width {
845
- syntax: "<length>";
846
- inherits: false;
847
- initial-value: 0px;
848
- }
849
- @property --tw-ring-offset-color {
850
- syntax: "*";
851
- inherits: false;
852
- initial-value: #fff;
853
- }
854
- @property --tw-ring-offset-shadow {
855
- syntax: "*";
856
- inherits: false;
857
- initial-value: 0 0 #0000;
858
- }
859
- @property --tw-blur {
860
- syntax: "*";
861
- inherits: false;
862
- }
863
- @property --tw-brightness {
864
- syntax: "*";
865
- inherits: false;
866
- }
867
- @property --tw-contrast {
868
- syntax: "*";
869
- inherits: false;
870
- }
871
- @property --tw-grayscale {
872
- syntax: "*";
873
- inherits: false;
874
- }
875
- @property --tw-hue-rotate {
876
- syntax: "*";
877
- inherits: false;
878
- }
879
- @property --tw-invert {
880
- syntax: "*";
881
- inherits: false;
882
- }
883
- @property --tw-opacity {
884
- syntax: "*";
885
- inherits: false;
886
- }
887
- @property --tw-saturate {
888
- syntax: "*";
889
- inherits: false;
890
- }
891
- @property --tw-sepia {
892
- syntax: "*";
893
- inherits: false;
894
- }
895
- @property --tw-drop-shadow {
896
- syntax: "*";
897
- inherits: false;
898
- }
899
- @property --tw-drop-shadow-color {
900
- syntax: "*";
901
- inherits: false;
902
- }
903
- @property --tw-drop-shadow-alpha {
904
- syntax: "<percentage>";
905
- inherits: false;
906
- initial-value: 100%;
907
- }
908
- @property --tw-drop-shadow-size {
909
- syntax: "*";
910
- inherits: false;
911
- }
912
- @property --tw-backdrop-blur {
913
- syntax: "*";
914
- inherits: false;
915
- }
916
- @property --tw-backdrop-brightness {
917
- syntax: "*";
918
- inherits: false;
919
- }
920
- @property --tw-backdrop-contrast {
921
- syntax: "*";
922
- inherits: false;
923
- }
924
- @property --tw-backdrop-grayscale {
925
- syntax: "*";
926
- inherits: false;
927
- }
928
- @property --tw-backdrop-hue-rotate {
929
- syntax: "*";
930
- inherits: false;
931
- }
932
- @property --tw-backdrop-invert {
933
- syntax: "*";
934
- inherits: false;
935
- }
936
- @property --tw-backdrop-opacity {
937
- syntax: "*";
938
- inherits: false;
939
- }
940
- @property --tw-backdrop-saturate {
941
- syntax: "*";
942
- inherits: false;
943
- }
944
- @property --tw-backdrop-sepia {
945
- syntax: "*";
946
- inherits: false;
947
- }
948
- @property --tw-duration {
949
- syntax: "*";
950
- inherits: false;
951
- }
952
- @property --tw-ease {
953
- syntax: "*";
954
- inherits: false;
955
- }
956
- @layer properties {
957
- @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
958
- *, ::before, ::after, ::backdrop {
959
- --tw-translate-x: 0;
960
- --tw-translate-y: 0;
961
- --tw-translate-z: 0;
962
- --tw-rotate-x: initial;
963
- --tw-rotate-y: initial;
964
- --tw-rotate-z: initial;
965
- --tw-skew-x: initial;
966
- --tw-skew-y: initial;
967
- --tw-border-style: solid;
968
- --tw-gradient-position: initial;
969
- --tw-gradient-from: #0000;
970
- --tw-gradient-via: #0000;
971
- --tw-gradient-to: #0000;
972
- --tw-gradient-stops: initial;
973
- --tw-gradient-via-stops: initial;
974
- --tw-gradient-from-position: 0%;
975
- --tw-gradient-via-position: 50%;
976
- --tw-gradient-to-position: 100%;
977
- --tw-leading: initial;
978
- --tw-font-weight: initial;
979
- --tw-shadow: 0 0 #0000;
980
- --tw-shadow-color: initial;
981
- --tw-shadow-alpha: 100%;
982
- --tw-inset-shadow: 0 0 #0000;
983
- --tw-inset-shadow-color: initial;
984
- --tw-inset-shadow-alpha: 100%;
985
- --tw-ring-color: initial;
986
- --tw-ring-shadow: 0 0 #0000;
987
- --tw-inset-ring-color: initial;
988
- --tw-inset-ring-shadow: 0 0 #0000;
989
- --tw-ring-inset: initial;
990
- --tw-ring-offset-width: 0px;
991
- --tw-ring-offset-color: #fff;
992
- --tw-ring-offset-shadow: 0 0 #0000;
993
- --tw-blur: initial;
994
- --tw-brightness: initial;
995
- --tw-contrast: initial;
996
- --tw-grayscale: initial;
997
- --tw-hue-rotate: initial;
998
- --tw-invert: initial;
999
- --tw-opacity: initial;
1000
- --tw-saturate: initial;
1001
- --tw-sepia: initial;
1002
- --tw-drop-shadow: initial;
1003
- --tw-drop-shadow-color: initial;
1004
- --tw-drop-shadow-alpha: 100%;
1005
- --tw-drop-shadow-size: initial;
1006
- --tw-backdrop-blur: initial;
1007
- --tw-backdrop-brightness: initial;
1008
- --tw-backdrop-contrast: initial;
1009
- --tw-backdrop-grayscale: initial;
1010
- --tw-backdrop-hue-rotate: initial;
1011
- --tw-backdrop-invert: initial;
1012
- --tw-backdrop-opacity: initial;
1013
- --tw-backdrop-saturate: initial;
1014
- --tw-backdrop-sepia: initial;
1015
- --tw-duration: initial;
1016
- --tw-ease: initial;
1017
- }
1018
- }
1019
- }
1020
-
1021
- /*# 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,base;@layer react-toolkits{@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 components;@layer utilities{.collapse{visibility:collapse}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.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}.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-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)}.md\:text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}}}}@layer antd,components,utilities;@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}