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