@swan-admin/swan-web-component 1.0.42 → 1.0.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/SeriouslyNostalgicFn-SemiCond-AJHVASLK.eot +0 -0
- package/dist/SeriouslyNostalgicFn-SemiCond-IFFRICVL.woff2 +0 -0
- package/dist/SeriouslyNostalgicFn-SemiCond-SHCMZABI.ttf +0 -0
- package/dist/SeriouslyNostalgicFn-SemiCond-XYHOCG7O.svg +1969 -0
- package/dist/SeriouslyNostalgicFn-SemiCond-Z3GGXSY5.woff +0 -0
- package/dist/SeriouslyNostalgicFnIt-SmCn-5X45YSDH.ttf +0 -0
- package/dist/SeriouslyNostalgicFnIt-SmCn-7R3OSECA.woff2 +0 -0
- package/dist/SeriouslyNostalgicFnIt-SmCn-IHWOZCJM.svg +1726 -0
- package/dist/SeriouslyNostalgicFnIt-SmCn-SL36MC4T.eot +0 -0
- package/dist/SeriouslyNostalgicFnIt-SmCn-XCIR2AMB.woff +0 -0
- package/dist/Switzer-Regular-FYQK3A2R.svg +12628 -0
- package/dist/Switzer-Regular-HQV7EZCN.woff2 +0 -0
- package/dist/Switzer-Regular-PMUXPWI5.woff +0 -0
- package/dist/Switzer-Regular-Y4FID5TH.eot +0 -0
- package/dist/Switzer-Regular-ZQ4EHIY6.ttf +0 -0
- package/dist/index.css +1 -888
- package/dist/index.css.map +1 -1
- package/dist/index.js +10350 -31504
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10352 -31469
- package/dist/index.mjs.map +1 -1
- package/package.json +16 -8
package/dist/index.css
CHANGED
|
@@ -1,889 +1,2 @@
|
|
|
1
|
-
@import "https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";
|
|
2
|
-
@import "https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";
|
|
3
|
-
|
|
4
|
-
/* src/styles/tailwind.css */
|
|
5
|
-
@layer properties;
|
|
6
|
-
.visible {
|
|
7
|
-
visibility: visible;
|
|
8
|
-
}
|
|
9
|
-
.absolute {
|
|
10
|
-
position: absolute;
|
|
11
|
-
}
|
|
12
|
-
.fixed {
|
|
13
|
-
position: fixed;
|
|
14
|
-
}
|
|
15
|
-
.relative {
|
|
16
|
-
position: relative;
|
|
17
|
-
}
|
|
18
|
-
.top-\[\.5rem\] {
|
|
19
|
-
top: .5rem;
|
|
20
|
-
}
|
|
21
|
-
.top-\[0\] {
|
|
22
|
-
top: 0;
|
|
23
|
-
}
|
|
24
|
-
.top-\[1rem\] {
|
|
25
|
-
top: 1rem;
|
|
26
|
-
}
|
|
27
|
-
.top-\[8px\] {
|
|
28
|
-
top: 8px;
|
|
29
|
-
}
|
|
30
|
-
.top-\[20px\] {
|
|
31
|
-
top: 20px;
|
|
32
|
-
}
|
|
33
|
-
.top-\[60px\] {
|
|
34
|
-
top: 60px;
|
|
35
|
-
}
|
|
36
|
-
.right-\[8px\] {
|
|
37
|
-
right: 8px;
|
|
38
|
-
}
|
|
39
|
-
.right-\[20px\] {
|
|
40
|
-
right: 20px;
|
|
41
|
-
}
|
|
42
|
-
.bottom-\[1rem\] {
|
|
43
|
-
bottom: 1rem;
|
|
44
|
-
}
|
|
45
|
-
.bottom-\[2rem\] {
|
|
46
|
-
bottom: 2rem;
|
|
47
|
-
}
|
|
48
|
-
.bottom-\[5rem\] {
|
|
49
|
-
bottom: 5rem;
|
|
50
|
-
}
|
|
51
|
-
.bottom-\[8rem\] {
|
|
52
|
-
bottom: 8rem;
|
|
53
|
-
}
|
|
54
|
-
.bottom-\[30px\] {
|
|
55
|
-
bottom: 30px;
|
|
56
|
-
}
|
|
57
|
-
.left-\[0\] {
|
|
58
|
-
left: 0;
|
|
59
|
-
}
|
|
60
|
-
.z-0 {
|
|
61
|
-
z-index: 0;
|
|
62
|
-
}
|
|
63
|
-
.z-10 {
|
|
64
|
-
z-index: 10;
|
|
65
|
-
}
|
|
66
|
-
.z-20 {
|
|
67
|
-
z-index: 20;
|
|
68
|
-
}
|
|
69
|
-
.z-\[9\] {
|
|
70
|
-
z-index: 9;
|
|
71
|
-
}
|
|
72
|
-
.z-\[99\] {
|
|
73
|
-
z-index: 99;
|
|
74
|
-
}
|
|
75
|
-
.z-\[999\] {
|
|
76
|
-
z-index: 999;
|
|
77
|
-
}
|
|
78
|
-
.mx-auto {
|
|
79
|
-
margin-inline: auto;
|
|
80
|
-
}
|
|
81
|
-
.my-\[0\.5rem\] {
|
|
82
|
-
margin-block: 0.5rem;
|
|
83
|
-
}
|
|
84
|
-
.my-\[1\.5rem\] {
|
|
85
|
-
margin-block: 1.5rem;
|
|
86
|
-
}
|
|
87
|
-
.mt-\[\.5rem\] {
|
|
88
|
-
margin-top: .5rem;
|
|
89
|
-
}
|
|
90
|
-
.mt-\[\.25rem\] {
|
|
91
|
-
margin-top: .25rem;
|
|
92
|
-
}
|
|
93
|
-
.mt-\[\.75rem\] {
|
|
94
|
-
margin-top: .75rem;
|
|
95
|
-
}
|
|
96
|
-
.mt-\[0\.2rem\] {
|
|
97
|
-
margin-top: 0.2rem;
|
|
98
|
-
}
|
|
99
|
-
.mt-\[0\.5rem\] {
|
|
100
|
-
margin-top: 0.5rem;
|
|
101
|
-
}
|
|
102
|
-
.mt-\[1rem\] {
|
|
103
|
-
margin-top: 1rem;
|
|
104
|
-
}
|
|
105
|
-
.mt-\[3\.5rem\] {
|
|
106
|
-
margin-top: 3.5rem;
|
|
107
|
-
}
|
|
108
|
-
.mb-\[\.5rem\] {
|
|
109
|
-
margin-bottom: .5rem;
|
|
110
|
-
}
|
|
111
|
-
.mb-\[\.25rem\] {
|
|
112
|
-
margin-bottom: .25rem;
|
|
113
|
-
}
|
|
114
|
-
.mb-\[\.75rem\] {
|
|
115
|
-
margin-bottom: .75rem;
|
|
116
|
-
}
|
|
117
|
-
.mb-\[0\.5rem\] {
|
|
118
|
-
margin-bottom: 0.5rem;
|
|
119
|
-
}
|
|
120
|
-
.mb-\[1\.5rem\] {
|
|
121
|
-
margin-bottom: 1.5rem;
|
|
122
|
-
}
|
|
123
|
-
.mb-\[1\.25rem\] {
|
|
124
|
-
margin-bottom: 1.25rem;
|
|
125
|
-
}
|
|
126
|
-
.mb-\[1rem\] {
|
|
127
|
-
margin-bottom: 1rem;
|
|
128
|
-
}
|
|
129
|
-
.mb-\[2rem\] {
|
|
130
|
-
margin-bottom: 2rem;
|
|
131
|
-
}
|
|
132
|
-
.flex {
|
|
133
|
-
display: flex;
|
|
134
|
-
}
|
|
135
|
-
.hidden {
|
|
136
|
-
display: none;
|
|
137
|
-
}
|
|
138
|
-
.table {
|
|
139
|
-
display: table;
|
|
140
|
-
}
|
|
141
|
-
.aspect-\[2\/1\.4\] {
|
|
142
|
-
aspect-ratio: 2/1.4;
|
|
143
|
-
}
|
|
144
|
-
.\!h-\[35px\] {
|
|
145
|
-
height: 35px !important;
|
|
146
|
-
}
|
|
147
|
-
.\!h-\[40px\] {
|
|
148
|
-
height: 40px !important;
|
|
149
|
-
}
|
|
150
|
-
.h-\[\.375rem\] {
|
|
151
|
-
height: .375rem;
|
|
152
|
-
}
|
|
153
|
-
.h-\[1rem\] {
|
|
154
|
-
height: 1rem;
|
|
155
|
-
}
|
|
156
|
-
.h-\[3px\] {
|
|
157
|
-
height: 3px;
|
|
158
|
-
}
|
|
159
|
-
.h-\[3rem\] {
|
|
160
|
-
height: 3rem;
|
|
161
|
-
}
|
|
162
|
-
.h-\[4rem\] {
|
|
163
|
-
height: 4rem;
|
|
164
|
-
}
|
|
165
|
-
.h-\[6rem\] {
|
|
166
|
-
height: 6rem;
|
|
167
|
-
}
|
|
168
|
-
.h-\[20px\] {
|
|
169
|
-
height: 20px;
|
|
170
|
-
}
|
|
171
|
-
.h-\[40px\] {
|
|
172
|
-
height: 40px;
|
|
173
|
-
}
|
|
174
|
-
.h-\[45px\] {
|
|
175
|
-
height: 45px;
|
|
176
|
-
}
|
|
177
|
-
.h-\[100vh\] {
|
|
178
|
-
height: 100vh;
|
|
179
|
-
}
|
|
180
|
-
.h-\[var\(--real-vh\)\] {
|
|
181
|
-
height: var(--real-vh);
|
|
182
|
-
}
|
|
183
|
-
.h-auto {
|
|
184
|
-
height: auto;
|
|
185
|
-
}
|
|
186
|
-
.h-full {
|
|
187
|
-
height: 100%;
|
|
188
|
-
}
|
|
189
|
-
.h-screen {
|
|
190
|
-
height: 100vh;
|
|
191
|
-
}
|
|
192
|
-
.max-h-\[calc\(100vh-450px\)\] {
|
|
193
|
-
max-height: calc(100vh - 450px);
|
|
194
|
-
}
|
|
195
|
-
.min-h-\[33px\] {
|
|
196
|
-
min-height: 33px;
|
|
197
|
-
}
|
|
198
|
-
.min-h-\[40px\] {
|
|
199
|
-
min-height: 40px;
|
|
200
|
-
}
|
|
201
|
-
.\!w-\[60px\] {
|
|
202
|
-
width: 60px !important;
|
|
203
|
-
}
|
|
204
|
-
.\!w-\[180px\] {
|
|
205
|
-
width: 180px !important;
|
|
206
|
-
}
|
|
207
|
-
.w-\[1px\] {
|
|
208
|
-
width: 1px;
|
|
209
|
-
}
|
|
210
|
-
.w-\[1rem\] {
|
|
211
|
-
width: 1rem;
|
|
212
|
-
}
|
|
213
|
-
.w-\[3rem\] {
|
|
214
|
-
width: 3rem;
|
|
215
|
-
}
|
|
216
|
-
.w-\[4rem\] {
|
|
217
|
-
width: 4rem;
|
|
218
|
-
}
|
|
219
|
-
.w-\[6rem\] {
|
|
220
|
-
width: 6rem;
|
|
221
|
-
}
|
|
222
|
-
.w-\[12rem\] {
|
|
223
|
-
width: 12rem;
|
|
224
|
-
}
|
|
225
|
-
.w-\[20px\] {
|
|
226
|
-
width: 20px;
|
|
227
|
-
}
|
|
228
|
-
.w-\[30px\] {
|
|
229
|
-
width: 30px;
|
|
230
|
-
}
|
|
231
|
-
.w-\[50px\] {
|
|
232
|
-
width: 50px;
|
|
233
|
-
}
|
|
234
|
-
.w-\[100px\] {
|
|
235
|
-
width: 100px;
|
|
236
|
-
}
|
|
237
|
-
.w-\[120px\] {
|
|
238
|
-
width: 120px;
|
|
239
|
-
}
|
|
240
|
-
.w-\[180px\] {
|
|
241
|
-
width: 180px;
|
|
242
|
-
}
|
|
243
|
-
.w-full {
|
|
244
|
-
width: 100%;
|
|
245
|
-
}
|
|
246
|
-
.w-screen {
|
|
247
|
-
width: 100vw;
|
|
248
|
-
}
|
|
249
|
-
.max-w-\[20rem\] {
|
|
250
|
-
max-width: 20rem;
|
|
251
|
-
}
|
|
252
|
-
.max-w-\[28rem\] {
|
|
253
|
-
max-width: 28rem;
|
|
254
|
-
}
|
|
255
|
-
.max-w-\[280px\] {
|
|
256
|
-
max-width: 280px;
|
|
257
|
-
}
|
|
258
|
-
.max-w-\[400px\] {
|
|
259
|
-
max-width: 400px;
|
|
260
|
-
}
|
|
261
|
-
.min-w-\[120px\] {
|
|
262
|
-
min-width: 120px;
|
|
263
|
-
}
|
|
264
|
-
.flex-1 {
|
|
265
|
-
flex: 1;
|
|
266
|
-
}
|
|
267
|
-
.transform {
|
|
268
|
-
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
269
|
-
}
|
|
270
|
-
.cursor-pointer {
|
|
271
|
-
cursor: pointer;
|
|
272
|
-
}
|
|
273
|
-
.touch-none {
|
|
274
|
-
touch-action: none;
|
|
275
|
-
}
|
|
276
|
-
.resize {
|
|
277
|
-
resize: both;
|
|
278
|
-
}
|
|
279
|
-
.flex-col {
|
|
280
|
-
flex-direction: column;
|
|
281
|
-
}
|
|
282
|
-
.items-center {
|
|
283
|
-
align-items: center;
|
|
284
|
-
}
|
|
285
|
-
.items-start {
|
|
286
|
-
align-items: flex-start;
|
|
287
|
-
}
|
|
288
|
-
.justify-between {
|
|
289
|
-
justify-content: space-between;
|
|
290
|
-
}
|
|
291
|
-
.justify-center {
|
|
292
|
-
justify-content: center;
|
|
293
|
-
}
|
|
294
|
-
.justify-end {
|
|
295
|
-
justify-content: flex-end;
|
|
296
|
-
}
|
|
297
|
-
.justify-start {
|
|
298
|
-
justify-content: flex-start;
|
|
299
|
-
}
|
|
300
|
-
.gap-\[\.5rem\] {
|
|
301
|
-
gap: .5rem;
|
|
302
|
-
}
|
|
303
|
-
.gap-\[0\.5rem\] {
|
|
304
|
-
gap: 0.5rem;
|
|
305
|
-
}
|
|
306
|
-
.gap-\[1rem\] {
|
|
307
|
-
gap: 1rem;
|
|
308
|
-
}
|
|
309
|
-
.gap-\[4px\] {
|
|
310
|
-
gap: 4px;
|
|
311
|
-
}
|
|
312
|
-
.gap-\[5px\] {
|
|
313
|
-
gap: 5px;
|
|
314
|
-
}
|
|
315
|
-
.overflow-hidden {
|
|
316
|
-
overflow: hidden;
|
|
317
|
-
}
|
|
318
|
-
.overflow-y-auto {
|
|
319
|
-
overflow-y: auto;
|
|
320
|
-
}
|
|
321
|
-
.rounded-\[\.375rem\] {
|
|
322
|
-
border-radius: .375rem;
|
|
323
|
-
}
|
|
324
|
-
.rounded-\[4px\] {
|
|
325
|
-
border-radius: 4px;
|
|
326
|
-
}
|
|
327
|
-
.rounded-\[20px\] {
|
|
328
|
-
border-radius: 20px;
|
|
329
|
-
}
|
|
330
|
-
.rounded-\[9999px\] {
|
|
331
|
-
border-radius: 9999px;
|
|
332
|
-
}
|
|
333
|
-
.rounded-t-\[20px\] {
|
|
334
|
-
border-top-left-radius: 20px;
|
|
335
|
-
border-top-right-radius: 20px;
|
|
336
|
-
}
|
|
337
|
-
.rounded-t-\[30px\] {
|
|
338
|
-
border-top-left-radius: 30px;
|
|
339
|
-
border-top-right-radius: 30px;
|
|
340
|
-
}
|
|
341
|
-
.border {
|
|
342
|
-
border-style: var(--tw-border-style);
|
|
343
|
-
border-width: 1px;
|
|
344
|
-
}
|
|
345
|
-
.border-2 {
|
|
346
|
-
border-style: var(--tw-border-style);
|
|
347
|
-
border-width: 2px;
|
|
348
|
-
}
|
|
349
|
-
.border-none {
|
|
350
|
-
--tw-border-style: none;
|
|
351
|
-
border-style: none;
|
|
352
|
-
}
|
|
353
|
-
.border-\[\#fff\] {
|
|
354
|
-
border-color: #fff;
|
|
355
|
-
}
|
|
356
|
-
.\!bg-\[\#ffffff\] {
|
|
357
|
-
background-color: #ffffff !important;
|
|
358
|
-
}
|
|
359
|
-
.bg-\[\#1b1b1b\] {
|
|
360
|
-
background-color: #1b1b1b;
|
|
361
|
-
}
|
|
362
|
-
.bg-\[\#8B5CF6\] {
|
|
363
|
-
background-color: #8B5CF6;
|
|
364
|
-
}
|
|
365
|
-
.bg-\[\#fff\]\/10 {
|
|
366
|
-
background-color: color-mix(in oklab, #fff 10%, transparent);
|
|
367
|
-
}
|
|
368
|
-
.bg-\[\#fff\]\/20 {
|
|
369
|
-
background-color: color-mix(in oklab, #fff 20%, transparent);
|
|
370
|
-
}
|
|
371
|
-
.bg-\[\#fff\]\/30 {
|
|
372
|
-
background-color: color-mix(in oklab, #fff 30%, transparent);
|
|
373
|
-
}
|
|
374
|
-
.bg-\[\#fff\]\/70 {
|
|
375
|
-
background-color: color-mix(in oklab, #fff 70%, transparent);
|
|
376
|
-
}
|
|
377
|
-
.bg-\[\#fff\]\/80 {
|
|
378
|
-
background-color: color-mix(in oklab, #fff 80%, transparent);
|
|
379
|
-
}
|
|
380
|
-
.object-contain {
|
|
381
|
-
-o-object-fit: contain;
|
|
382
|
-
object-fit: contain;
|
|
383
|
-
}
|
|
384
|
-
.object-cover {
|
|
385
|
-
-o-object-fit: cover;
|
|
386
|
-
object-fit: cover;
|
|
387
|
-
}
|
|
388
|
-
.p-\[1\.5rem\] {
|
|
389
|
-
padding: 1.5rem;
|
|
390
|
-
}
|
|
391
|
-
.p-\[1rem\] {
|
|
392
|
-
padding: 1rem;
|
|
393
|
-
}
|
|
394
|
-
.p-\[15px\] {
|
|
395
|
-
padding: 15px;
|
|
396
|
-
}
|
|
397
|
-
.p-\[16px\] {
|
|
398
|
-
padding: 16px;
|
|
399
|
-
}
|
|
400
|
-
.px-\[\.75rem\] {
|
|
401
|
-
padding-inline: .75rem;
|
|
402
|
-
}
|
|
403
|
-
.px-\[1rem\] {
|
|
404
|
-
padding-inline: 1rem;
|
|
405
|
-
}
|
|
406
|
-
.px-\[15px\] {
|
|
407
|
-
padding-inline: 15px;
|
|
408
|
-
}
|
|
409
|
-
.\!py-\[0\] {
|
|
410
|
-
padding-block: 0 !important;
|
|
411
|
-
}
|
|
412
|
-
.py-\[1rem\] {
|
|
413
|
-
padding-block: 1rem;
|
|
414
|
-
}
|
|
415
|
-
.py-\[6px\] {
|
|
416
|
-
padding-block: 6px;
|
|
417
|
-
}
|
|
418
|
-
.pt-\[\.5rem\] {
|
|
419
|
-
padding-top: .5rem;
|
|
420
|
-
}
|
|
421
|
-
.pt-\[1\.5rem\] {
|
|
422
|
-
padding-top: 1.5rem;
|
|
423
|
-
}
|
|
424
|
-
.pt-\[1rem\] {
|
|
425
|
-
padding-top: 1rem;
|
|
426
|
-
}
|
|
427
|
-
.pt-\[15px\] {
|
|
428
|
-
padding-top: 15px;
|
|
429
|
-
}
|
|
430
|
-
.\!pr-\[10px\] {
|
|
431
|
-
padding-right: 10px !important;
|
|
432
|
-
}
|
|
433
|
-
.pr-\[2\.5rem\] {
|
|
434
|
-
padding-right: 2.5rem;
|
|
435
|
-
}
|
|
436
|
-
.pb-\[\.5rem\] {
|
|
437
|
-
padding-bottom: .5rem;
|
|
438
|
-
}
|
|
439
|
-
.pl-\[1rem\] {
|
|
440
|
-
padding-left: 1rem;
|
|
441
|
-
}
|
|
442
|
-
.text-center {
|
|
443
|
-
text-align: center;
|
|
444
|
-
}
|
|
445
|
-
.text-left {
|
|
446
|
-
text-align: left;
|
|
447
|
-
}
|
|
448
|
-
.text-\[\.75rem\] {
|
|
449
|
-
font-size: .75rem;
|
|
450
|
-
}
|
|
451
|
-
.text-\[1\.5rem\] {
|
|
452
|
-
font-size: 1.5rem;
|
|
453
|
-
}
|
|
454
|
-
.text-\[3rem\] {
|
|
455
|
-
font-size: 3rem;
|
|
456
|
-
}
|
|
457
|
-
.text-\[14px\] {
|
|
458
|
-
font-size: 14px;
|
|
459
|
-
}
|
|
460
|
-
.text-\[16px\] {
|
|
461
|
-
font-size: 16px;
|
|
462
|
-
}
|
|
463
|
-
.text-\[32px\] {
|
|
464
|
-
font-size: 32px;
|
|
465
|
-
}
|
|
466
|
-
.leading-none {
|
|
467
|
-
--tw-leading: 1;
|
|
468
|
-
line-height: 1;
|
|
469
|
-
}
|
|
470
|
-
.\!text-\[\#000000\] {
|
|
471
|
-
color: #000000 !important;
|
|
472
|
-
}
|
|
473
|
-
.text-\[\#000\]\/70 {
|
|
474
|
-
color: color-mix(in oklab, #000 70%, transparent);
|
|
475
|
-
}
|
|
476
|
-
.text-\[\#fff\] {
|
|
477
|
-
color: #fff;
|
|
478
|
-
}
|
|
479
|
-
.text-\[\#fff\]\/40 {
|
|
480
|
-
color: color-mix(in oklab, #fff 40%, transparent);
|
|
481
|
-
}
|
|
482
|
-
.text-\[\#fff\]\/70 {
|
|
483
|
-
color: color-mix(in oklab, #fff 70%, transparent);
|
|
484
|
-
}
|
|
485
|
-
.\!opacity-50 {
|
|
486
|
-
opacity: 50% !important;
|
|
487
|
-
}
|
|
488
|
-
.opacity-0 {
|
|
489
|
-
opacity: 0%;
|
|
490
|
-
}
|
|
491
|
-
.opacity-50 {
|
|
492
|
-
opacity: 50%;
|
|
493
|
-
}
|
|
494
|
-
.opacity-100 {
|
|
495
|
-
opacity: 100%;
|
|
496
|
-
}
|
|
497
|
-
.\!shadow-none {
|
|
498
|
-
--tw-shadow: 0 0 #0000 !important;
|
|
499
|
-
box-shadow:
|
|
500
|
-
var(--tw-inset-shadow),
|
|
501
|
-
var(--tw-inset-ring-shadow),
|
|
502
|
-
var(--tw-ring-offset-shadow),
|
|
503
|
-
var(--tw-ring-shadow),
|
|
504
|
-
var(--tw-shadow) !important;
|
|
505
|
-
}
|
|
506
|
-
.shadow-\[0_0_8px_rgba\(139\,92\,246\,0\.8\)\] {
|
|
507
|
-
--tw-shadow: 0 0 8px var(--tw-shadow-color, rgba(139,92,246,0.8));
|
|
508
|
-
box-shadow:
|
|
509
|
-
var(--tw-inset-shadow),
|
|
510
|
-
var(--tw-inset-ring-shadow),
|
|
511
|
-
var(--tw-ring-offset-shadow),
|
|
512
|
-
var(--tw-ring-shadow),
|
|
513
|
-
var(--tw-shadow);
|
|
514
|
-
}
|
|
515
|
-
.shadow-\[0_1px_1px_rgba\(0\,0\,0\,0\.251\)\] {
|
|
516
|
-
--tw-shadow: 0 1px 1px var(--tw-shadow-color, rgba(0,0,0,0.251));
|
|
517
|
-
box-shadow:
|
|
518
|
-
var(--tw-inset-shadow),
|
|
519
|
-
var(--tw-inset-ring-shadow),
|
|
520
|
-
var(--tw-ring-offset-shadow),
|
|
521
|
-
var(--tw-ring-shadow),
|
|
522
|
-
var(--tw-shadow);
|
|
523
|
-
}
|
|
524
|
-
.shadow-\[0px_1px_2px_0px_\#00000040\] {
|
|
525
|
-
--tw-shadow: 0px 1px 2px 0px var(--tw-shadow-color, #00000040);
|
|
526
|
-
box-shadow:
|
|
527
|
-
var(--tw-inset-shadow),
|
|
528
|
-
var(--tw-inset-ring-shadow),
|
|
529
|
-
var(--tw-ring-offset-shadow),
|
|
530
|
-
var(--tw-ring-shadow),
|
|
531
|
-
var(--tw-shadow);
|
|
532
|
-
}
|
|
533
|
-
.ring {
|
|
534
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
535
|
-
box-shadow:
|
|
536
|
-
var(--tw-inset-shadow),
|
|
537
|
-
var(--tw-inset-ring-shadow),
|
|
538
|
-
var(--tw-ring-offset-shadow),
|
|
539
|
-
var(--tw-ring-shadow),
|
|
540
|
-
var(--tw-shadow);
|
|
541
|
-
}
|
|
542
|
-
.outline {
|
|
543
|
-
outline-style: var(--tw-outline-style);
|
|
544
|
-
outline-width: 1px;
|
|
545
|
-
}
|
|
546
|
-
.filter {
|
|
547
|
-
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,);
|
|
548
|
-
}
|
|
549
|
-
.transition {
|
|
550
|
-
transition-property:
|
|
551
|
-
color,
|
|
552
|
-
background-color,
|
|
553
|
-
border-color,
|
|
554
|
-
outline-color,
|
|
555
|
-
text-decoration-color,
|
|
556
|
-
fill,
|
|
557
|
-
stroke,
|
|
558
|
-
--tw-gradient-from,
|
|
559
|
-
--tw-gradient-via,
|
|
560
|
-
--tw-gradient-to,
|
|
561
|
-
opacity,
|
|
562
|
-
box-shadow,
|
|
563
|
-
transform,
|
|
564
|
-
translate,
|
|
565
|
-
scale,
|
|
566
|
-
rotate,
|
|
567
|
-
filter,
|
|
568
|
-
backdrop-filter,
|
|
569
|
-
display,
|
|
570
|
-
content-visibility,
|
|
571
|
-
overlay,
|
|
572
|
-
pointer-events;
|
|
573
|
-
transition-timing-function: var(--tw-ease, ease);
|
|
574
|
-
transition-duration: var(--tw-duration, 0s);
|
|
575
|
-
}
|
|
576
|
-
.transition-all {
|
|
577
|
-
transition-property: all;
|
|
578
|
-
transition-timing-function: var(--tw-ease, ease);
|
|
579
|
-
transition-duration: var(--tw-duration, 0s);
|
|
580
|
-
}
|
|
581
|
-
.duration-200 {
|
|
582
|
-
--tw-duration: 200ms;
|
|
583
|
-
transition-duration: 200ms;
|
|
584
|
-
}
|
|
585
|
-
.duration-300 {
|
|
586
|
-
--tw-duration: 300ms;
|
|
587
|
-
transition-duration: 300ms;
|
|
588
|
-
}
|
|
589
|
-
.\!outline-none {
|
|
590
|
-
--tw-outline-style: none !important;
|
|
591
|
-
outline-style: none !important;
|
|
592
|
-
}
|
|
593
|
-
.outline-none {
|
|
594
|
-
--tw-outline-style: none;
|
|
595
|
-
outline-style: none;
|
|
596
|
-
}
|
|
597
|
-
.file\:border-0 {
|
|
598
|
-
&::file-selector-button {
|
|
599
|
-
border-style: var(--tw-border-style);
|
|
600
|
-
border-width: 0px;
|
|
601
|
-
}
|
|
602
|
-
}
|
|
603
|
-
.file\:bg-transparent {
|
|
604
|
-
&::file-selector-button {
|
|
605
|
-
background-color: transparent;
|
|
606
|
-
}
|
|
607
|
-
}
|
|
608
|
-
.focus\:ring-1 {
|
|
609
|
-
&:focus {
|
|
610
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
611
|
-
box-shadow:
|
|
612
|
-
var(--tw-inset-shadow),
|
|
613
|
-
var(--tw-inset-ring-shadow),
|
|
614
|
-
var(--tw-ring-offset-shadow),
|
|
615
|
-
var(--tw-ring-shadow),
|
|
616
|
-
var(--tw-shadow);
|
|
617
|
-
}
|
|
618
|
-
}
|
|
619
|
-
.focus\:outline-none {
|
|
620
|
-
&:focus {
|
|
621
|
-
--tw-outline-style: none;
|
|
622
|
-
outline-style: none;
|
|
623
|
-
}
|
|
624
|
-
}
|
|
625
|
-
.focus-visible\:ring-2 {
|
|
626
|
-
&:focus-visible {
|
|
627
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
628
|
-
box-shadow:
|
|
629
|
-
var(--tw-inset-shadow),
|
|
630
|
-
var(--tw-inset-ring-shadow),
|
|
631
|
-
var(--tw-ring-offset-shadow),
|
|
632
|
-
var(--tw-ring-shadow),
|
|
633
|
-
var(--tw-shadow);
|
|
634
|
-
}
|
|
635
|
-
}
|
|
636
|
-
.focus-visible\:ring-offset-2 {
|
|
637
|
-
&:focus-visible {
|
|
638
|
-
--tw-ring-offset-width: 2px;
|
|
639
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
640
|
-
}
|
|
641
|
-
}
|
|
642
|
-
.focus-visible\:outline-none {
|
|
643
|
-
&:focus-visible {
|
|
644
|
-
--tw-outline-style: none;
|
|
645
|
-
outline-style: none;
|
|
646
|
-
}
|
|
647
|
-
}
|
|
648
|
-
.disabled\:cursor-not-allowed {
|
|
649
|
-
&:disabled {
|
|
650
|
-
cursor: not-allowed;
|
|
651
|
-
}
|
|
652
|
-
}
|
|
653
|
-
.disabled\:shadow-none {
|
|
654
|
-
&:disabled {
|
|
655
|
-
--tw-shadow: 0 0 #0000;
|
|
656
|
-
box-shadow:
|
|
657
|
-
var(--tw-inset-shadow),
|
|
658
|
-
var(--tw-inset-ring-shadow),
|
|
659
|
-
var(--tw-ring-offset-shadow),
|
|
660
|
-
var(--tw-ring-shadow),
|
|
661
|
-
var(--tw-shadow);
|
|
662
|
-
}
|
|
663
|
-
}
|
|
664
|
-
.\[\&_svg\]\:size-\[16px\] {
|
|
665
|
-
& svg {
|
|
666
|
-
width: 16px;
|
|
667
|
-
height: 16px;
|
|
668
|
-
}
|
|
669
|
-
}
|
|
670
|
-
.\[\&_svg\]\:shrink-0 {
|
|
671
|
-
& svg {
|
|
672
|
-
flex-shrink: 0;
|
|
673
|
-
}
|
|
674
|
-
}
|
|
675
|
-
.\[\&_video\]\:rounded-t-\[20px\] {
|
|
676
|
-
& video {
|
|
677
|
-
border-top-left-radius: 20px;
|
|
678
|
-
border-top-right-radius: 20px;
|
|
679
|
-
}
|
|
680
|
-
}
|
|
681
|
-
@font-face {
|
|
682
|
-
font-family: "SeriouslyNostalgic Fn";
|
|
683
|
-
src: url("./fonts/SeriouslyNostalgicFn-SemiCond.eot");
|
|
684
|
-
src:
|
|
685
|
-
url("./fonts/SeriouslyNostalgicFn-SemiCond.eot?#iefix") format("embedded-opentype"),
|
|
686
|
-
url("./fonts/SeriouslyNostalgicFn-SemiCond.woff2") format("woff2"),
|
|
687
|
-
url("./fonts/SeriouslyNostalgicFn-SemiCond.woff") format("woff"),
|
|
688
|
-
url("./fonts/SeriouslyNostalgicFn-SemiCond.ttf") format("truetype"),
|
|
689
|
-
url("./fonts/SeriouslyNostalgicFn-SemiCond.svg#SeriouslyNostalgicFn-SemiCond") format("svg");
|
|
690
|
-
font-weight: normal;
|
|
691
|
-
font-style: normal;
|
|
692
|
-
font-display: swap;
|
|
693
|
-
}
|
|
694
|
-
@font-face {
|
|
695
|
-
font-family: "SeriouslyNostalgic Fn";
|
|
696
|
-
src: url("./fonts/SeriouslyNostalgicFnIt-SmCn.eot");
|
|
697
|
-
src:
|
|
698
|
-
url("./fonts/SeriouslyNostalgicFnIt-SmCn.eot?#iefix") format("embedded-opentype"),
|
|
699
|
-
url("./fonts/SeriouslyNostalgicFnIt-SmCn.woff2") format("woff2"),
|
|
700
|
-
url("./fonts/SeriouslyNostalgicFnIt-SmCn.woff") format("woff"),
|
|
701
|
-
url("./fonts/SeriouslyNostalgicFnIt-SmCn.ttf") format("truetype"),
|
|
702
|
-
url("./fonts/SeriouslyNostalgicFnIt-SmCn.svg#SeriouslyNostalgicFnIt-SmCn") format("svg");
|
|
703
|
-
font-weight: normal;
|
|
704
|
-
font-style: italic;
|
|
705
|
-
font-display: swap;
|
|
706
|
-
}
|
|
707
|
-
@font-face {
|
|
708
|
-
font-family: "Switzer";
|
|
709
|
-
src: url("./fonts/Switzer-Regular.eot");
|
|
710
|
-
src:
|
|
711
|
-
url("./fonts/Switzer-Regular.eot?#iefix") format("embedded-opentype"),
|
|
712
|
-
url("./fonts/Switzer-Regular.woff2") format("woff2"),
|
|
713
|
-
url("./fonts/Switzer-Regular.woff") format("woff"),
|
|
714
|
-
url("./fonts/Switzer-Regular.ttf") format("truetype"),
|
|
715
|
-
url("./fonts/Switzer-Regular.svg#Switzer-Regular") format("svg");
|
|
716
|
-
font-weight: normal;
|
|
717
|
-
font-style: normal;
|
|
718
|
-
font-display: swap;
|
|
719
|
-
}
|
|
720
|
-
html,
|
|
721
|
-
body,
|
|
722
|
-
#root {
|
|
723
|
-
height: 100%;
|
|
724
|
-
width: 100%;
|
|
725
|
-
-webkit-font-smoothing: antialiased;
|
|
726
|
-
text-rendering: optimizeLegibility;
|
|
727
|
-
overscroll-behavior: none;
|
|
728
|
-
overscroll-behavior-y: none;
|
|
729
|
-
}
|
|
730
|
-
* {
|
|
731
|
-
box-sizing: border-box;
|
|
732
|
-
}
|
|
733
|
-
h1,
|
|
734
|
-
h2,
|
|
735
|
-
h3,
|
|
736
|
-
h4,
|
|
737
|
-
p {
|
|
738
|
-
margin: 0;
|
|
739
|
-
padding: 0;
|
|
740
|
-
line-height: 1.5;
|
|
741
|
-
}
|
|
742
|
-
.camera-drawer .MuiPaper-root {
|
|
743
|
-
background-color: transparent !important;
|
|
744
|
-
box-shadow: 0 0 0 !important;
|
|
745
|
-
height: 80%;
|
|
746
|
-
}
|
|
747
|
-
.vjs-poster {
|
|
748
|
-
background-size: cover;
|
|
749
|
-
}
|
|
750
|
-
.video-js.vjs-paused .vjs-big-play-button {
|
|
751
|
-
display: none !important;
|
|
752
|
-
}
|
|
753
|
-
.vjs-poster {
|
|
754
|
-
background-size: 90%;
|
|
755
|
-
background-color: #fff;
|
|
756
|
-
background-position: center 20px;
|
|
757
|
-
}
|
|
758
|
-
.video-js.vjs-paused .vjs-big-play-button {
|
|
759
|
-
width: 50px;
|
|
760
|
-
height: 50px;
|
|
761
|
-
display: flex;
|
|
762
|
-
align-items: center;
|
|
763
|
-
border-radius: 100%;
|
|
764
|
-
bottom: 50%;
|
|
765
|
-
top: auto;
|
|
766
|
-
left: 50%;
|
|
767
|
-
transform: translate(-50%, -135%);
|
|
768
|
-
background-color: #fff;
|
|
769
|
-
border: 1px solid #D9D9D9 !important;
|
|
770
|
-
}
|
|
771
|
-
.video-js.vjs-paused .vjs-icon-placeholder {
|
|
772
|
-
color: #D9D9D9 !important;
|
|
773
|
-
font-size: 50px;
|
|
774
|
-
}
|
|
775
|
-
.camera-drawer .MuiModal-backdrop {
|
|
776
|
-
pointer-events: none;
|
|
777
|
-
background-color: transparent !important;
|
|
778
|
-
backdrop-filter: blur(10px);
|
|
779
|
-
}
|
|
780
|
-
.video-js {
|
|
781
|
-
background-color: transparent !important;
|
|
782
|
-
}
|
|
783
|
-
.vjs-fluid:not(.vjs-audio-only-mode) {
|
|
784
|
-
min-height: 85vh;
|
|
785
|
-
}
|
|
786
|
-
input::-webkit-outer-spin-button,
|
|
787
|
-
input::-webkit-inner-spin-button {
|
|
788
|
-
-webkit-appearance: none;
|
|
789
|
-
margin: 0;
|
|
790
|
-
}
|
|
791
|
-
.camera-drawer.face-scan-small .MuiModal-backdrop {
|
|
792
|
-
backdrop-filter: blur(0px);
|
|
793
|
-
}
|
|
794
|
-
.face-scan-small .MuiPaper-root {
|
|
795
|
-
height: 315px;
|
|
796
|
-
border-top-left-radius: 30px;
|
|
797
|
-
border-top-right-radius: 30px;
|
|
798
|
-
}
|
|
799
|
-
.confirm-modal .MuiPaper-root {
|
|
800
|
-
background-color: #fff;
|
|
801
|
-
padding: 20px 10px;
|
|
802
|
-
border-radius: 10px;
|
|
803
|
-
}
|
|
804
|
-
.confirm-modal {
|
|
805
|
-
pointer-events: none;
|
|
806
|
-
}
|
|
807
|
-
@property --tw-rotate-x { syntax: "*"; inherits: false; }
|
|
808
|
-
@property --tw-rotate-y { syntax: "*"; inherits: false; }
|
|
809
|
-
@property --tw-rotate-z { syntax: "*"; inherits: false; }
|
|
810
|
-
@property --tw-skew-x { syntax: "*"; inherits: false; }
|
|
811
|
-
@property --tw-skew-y { syntax: "*"; inherits: false; }
|
|
812
|
-
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
|
|
813
|
-
@property --tw-leading { syntax: "*"; inherits: false; }
|
|
814
|
-
@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
|
|
815
|
-
@property --tw-shadow-color { syntax: "*"; inherits: false; }
|
|
816
|
-
@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
|
|
817
|
-
@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
|
|
818
|
-
@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
|
|
819
|
-
@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
|
|
820
|
-
@property --tw-ring-color { syntax: "*"; inherits: false; }
|
|
821
|
-
@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
|
|
822
|
-
@property --tw-inset-ring-color { syntax: "*"; inherits: false; }
|
|
823
|
-
@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
|
|
824
|
-
@property --tw-ring-inset { syntax: "*"; inherits: false; }
|
|
825
|
-
@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
|
|
826
|
-
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
|
|
827
|
-
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
|
|
828
|
-
@property --tw-outline-style { syntax: "*"; inherits: false; initial-value: solid; }
|
|
829
|
-
@property --tw-blur { syntax: "*"; inherits: false; }
|
|
830
|
-
@property --tw-brightness { syntax: "*"; inherits: false; }
|
|
831
|
-
@property --tw-contrast { syntax: "*"; inherits: false; }
|
|
832
|
-
@property --tw-grayscale { syntax: "*"; inherits: false; }
|
|
833
|
-
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
|
|
834
|
-
@property --tw-invert { syntax: "*"; inherits: false; }
|
|
835
|
-
@property --tw-opacity { syntax: "*"; inherits: false; }
|
|
836
|
-
@property --tw-saturate { syntax: "*"; inherits: false; }
|
|
837
|
-
@property --tw-sepia { syntax: "*"; inherits: false; }
|
|
838
|
-
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
|
|
839
|
-
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
|
|
840
|
-
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
|
|
841
|
-
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
|
|
842
|
-
@property --tw-duration { syntax: "*"; inherits: false; }
|
|
843
|
-
@layer properties {
|
|
844
|
-
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
845
|
-
*,
|
|
846
|
-
::before,
|
|
847
|
-
::after,
|
|
848
|
-
::backdrop {
|
|
849
|
-
--tw-rotate-x: initial;
|
|
850
|
-
--tw-rotate-y: initial;
|
|
851
|
-
--tw-rotate-z: initial;
|
|
852
|
-
--tw-skew-x: initial;
|
|
853
|
-
--tw-skew-y: initial;
|
|
854
|
-
--tw-border-style: solid;
|
|
855
|
-
--tw-leading: initial;
|
|
856
|
-
--tw-shadow: 0 0 #0000;
|
|
857
|
-
--tw-shadow-color: initial;
|
|
858
|
-
--tw-shadow-alpha: 100%;
|
|
859
|
-
--tw-inset-shadow: 0 0 #0000;
|
|
860
|
-
--tw-inset-shadow-color: initial;
|
|
861
|
-
--tw-inset-shadow-alpha: 100%;
|
|
862
|
-
--tw-ring-color: initial;
|
|
863
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
864
|
-
--tw-inset-ring-color: initial;
|
|
865
|
-
--tw-inset-ring-shadow: 0 0 #0000;
|
|
866
|
-
--tw-ring-inset: initial;
|
|
867
|
-
--tw-ring-offset-width: 0px;
|
|
868
|
-
--tw-ring-offset-color: #fff;
|
|
869
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
870
|
-
--tw-outline-style: solid;
|
|
871
|
-
--tw-blur: initial;
|
|
872
|
-
--tw-brightness: initial;
|
|
873
|
-
--tw-contrast: initial;
|
|
874
|
-
--tw-grayscale: initial;
|
|
875
|
-
--tw-hue-rotate: initial;
|
|
876
|
-
--tw-invert: initial;
|
|
877
|
-
--tw-opacity: initial;
|
|
878
|
-
--tw-saturate: initial;
|
|
879
|
-
--tw-sepia: initial;
|
|
880
|
-
--tw-drop-shadow: initial;
|
|
881
|
-
--tw-drop-shadow-color: initial;
|
|
882
|
-
--tw-drop-shadow-alpha: 100%;
|
|
883
|
-
--tw-drop-shadow-size: initial;
|
|
884
|
-
--tw-duration: initial;
|
|
885
|
-
}
|
|
886
|
-
}
|
|
887
|
-
}
|
|
888
1
|
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
889
|
-
/*# sourceMappingURL=index.css.map */
|
|
2
|
+
@import "https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";@import "https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-leading: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-outline-style:solid;--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-duration:initial}}}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.top-\[\.5rem\]{top:.5rem}.top-\[0\]{top:0}.top-\[1rem\]{top:1rem}.top-\[8px\]{top:8px}.top-\[20px\]{top:20px}.top-\[60px\]{top:60px}.right-\[8px\]{right:8px}.right-\[20px\]{right:20px}.bottom-\[1rem\]{bottom:1rem}.bottom-\[2rem\]{bottom:2rem}.bottom-\[5rem\]{bottom:5rem}.bottom-\[8rem\]{bottom:8rem}.bottom-\[30px\]{bottom:30px}.left-\[0\]{left:0}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-\[9\]{z-index:9}.z-\[99\]{z-index:99}.z-\[999\]{z-index:999}.mx-auto{margin-inline:auto}.my-\[0\.5rem\]{margin-block:.5rem}.my-\[1\.5rem\]{margin-block:1.5rem}.mt-\[\.5rem\]{margin-top:.5rem}.mt-\[\.25rem\]{margin-top:.25rem}.mt-\[\.75rem\]{margin-top:.75rem}.mt-\[0\.2rem\]{margin-top:.2rem}.mt-\[0\.5rem\]{margin-top:.5rem}.mt-\[1rem\]{margin-top:1rem}.mt-\[3\.5rem\]{margin-top:3.5rem}.mb-\[\.5rem\]{margin-bottom:.5rem}.mb-\[\.25rem\]{margin-bottom:.25rem}.mb-\[\.75rem\]{margin-bottom:.75rem}.mb-\[0\.5rem\]{margin-bottom:.5rem}.mb-\[1\.5rem\]{margin-bottom:1.5rem}.mb-\[1\.25rem\]{margin-bottom:1.25rem}.mb-\[1rem\]{margin-bottom:1rem}.mb-\[2rem\]{margin-bottom:2rem}.flex{display:flex}.hidden{display:none}.table{display:table}.aspect-\[2\/1\.4\]{aspect-ratio:2/1.4}.\!h-\[35px\]{height:35px!important}.\!h-\[40px\]{height:40px!important}.h-\[\.375rem\]{height:.375rem}.h-\[1rem\]{height:1rem}.h-\[3px\]{height:3px}.h-\[3rem\]{height:3rem}.h-\[4rem\]{height:4rem}.h-\[6rem\]{height:6rem}.h-\[20px\]{height:20px}.h-\[40px\]{height:40px}.h-\[45px\]{height:45px}.h-\[100vh\]{height:100vh}.h-\[var\(--real-vh\)\]{height:var(--real-vh)}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.max-h-\[calc\(100vh-450px\)\]{max-height:calc(100vh - 450px)}.min-h-\[33px\]{min-height:33px}.min-h-\[40px\]{min-height:40px}.\!w-\[60px\]{width:60px!important}.\!w-\[180px\]{width:180px!important}.w-\[1px\]{width:1px}.w-\[1rem\]{width:1rem}.w-\[3rem\]{width:3rem}.w-\[4rem\]{width:4rem}.w-\[6rem\]{width:6rem}.w-\[12rem\]{width:12rem}.w-\[20px\]{width:20px}.w-\[30px\]{width:30px}.w-\[50px\]{width:50px}.w-\[100px\]{width:100px}.w-\[120px\]{width:120px}.w-\[180px\]{width:180px}.w-full{width:100%}.w-screen{width:100vw}.max-w-\[20rem\]{max-width:20rem}.max-w-\[28rem\]{max-width:28rem}.max-w-\[280px\]{max-width:280px}.max-w-\[400px\]{max-width:400px}.min-w-\[120px\]{min-width:120px}.flex-1{flex:1}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.gap-\[\.5rem\],.gap-\[0\.5rem\]{gap:.5rem}.gap-\[1rem\]{gap:1rem}.gap-\[4px\]{gap:4px}.gap-\[5px\]{gap:5px}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded-\[\.375rem\]{border-radius:.375rem}.rounded-\[4px\]{border-radius:4px}.rounded-\[20px\]{border-radius:20px}.rounded-\[9999px\]{border-radius:9999px}.rounded-t-\[20px\]{border-top-left-radius:20px;border-top-right-radius:20px}.rounded-t-\[30px\]{border-top-left-radius:30px;border-top-right-radius:30px}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-none{--tw-border-style:none;border-style:none}.border-\[\#fff\]{border-color:#fff}.\!bg-\[\#ffffff\]{background-color:#fff!important}.bg-\[\#1b1b1b\]{background-color:#1b1b1b}.bg-\[\#8B5CF6\]{background-color:#8b5cf6}.bg-\[\#fff\]\/10{background-color:oklab(100% 0 5.96046e-8/.1)}.bg-\[\#fff\]\/20{background-color:oklab(100% 0 5.96046e-8/.2)}.bg-\[\#fff\]\/30{background-color:oklab(100% 0 5.96046e-8/.3)}.bg-\[\#fff\]\/70{background-color:oklab(100% 0 5.96046e-8/.7)}.bg-\[\#fff\]\/80{background-color:oklab(100% 0 5.96046e-8/.8)}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.p-\[1\.5rem\]{padding:1.5rem}.p-\[1rem\]{padding:1rem}.p-\[15px\]{padding:15px}.p-\[16px\]{padding:16px}.px-\[\.75rem\]{padding-inline:.75rem}.px-\[1rem\]{padding-inline:1rem}.px-\[15px\]{padding-inline:15px}.\!py-\[0\]{padding-block:0!important}.py-\[1rem\]{padding-block:1rem}.py-\[6px\]{padding-block:6px}.pt-\[\.5rem\]{padding-top:.5rem}.pt-\[1\.5rem\]{padding-top:1.5rem}.pt-\[1rem\]{padding-top:1rem}.pt-\[15px\]{padding-top:15px}.\!pr-\[10px\]{padding-right:10px!important}.pr-\[2\.5rem\]{padding-right:2.5rem}.pb-\[\.5rem\]{padding-bottom:.5rem}.pl-\[1rem\]{padding-left:1rem}.text-center{text-align:center}.text-left{text-align:left}.text-\[\.75rem\]{font-size:.75rem}.text-\[1\.5rem\]{font-size:1.5rem}.text-\[3rem\]{font-size:3rem}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[32px\]{font-size:32px}.leading-none{--tw-leading:1;line-height:1}.\!text-\[\#000000\]{color:#000!important}.text-\[\#000\]\/70{color:oklab(0% none none/.7)}.text-\[\#fff\]{color:#fff}.text-\[\#fff\]\/40{color:oklab(100% 0 5.96046e-8/.4)}.text-\[\#fff\]\/70{color:oklab(100% 0 5.96046e-8/.7)}.\!opacity-50{opacity:.5!important}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-100{opacity:1}.\!shadow-none{--tw-shadow:0 0 #0000!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.shadow-\[0_0_8px_rgba\(139\,92\,246\,0\.8\)\]{--tw-shadow:0 0 8px var(--tw-shadow-color,#8b5cf6cc);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_1px_1px_rgba\(0\,0\,0\,0\.251\)\]{--tw-shadow:0 1px 1px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_1px_2px_0px_\#00000040\]{--tw-shadow:0px 1px 2px 0px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.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,)}.transition{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,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.\!outline-none{--tw-outline-style:none!important;outline-style:none!important}.outline-none{--tw-outline-style:none;outline-style:none}.file\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\:bg-transparent::file-selector-button{background-color:#0000}.focus\:ring-1:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:shadow-none:disabled{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.\[\&_svg\]\:size-\[16px\] svg{width:16px;height:16px}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_video\]\:rounded-t-\[20px\] video{border-top-left-radius:20px;border-top-right-radius:20px}@font-face{font-family:SeriouslyNostalgic Fn;src:url(fonts/SeriouslyNostalgicFn-SemiCond.eot);src:url(fonts/SeriouslyNostalgicFn-SemiCond.eot?#iefix)format("embedded-opentype"),url(fonts/SeriouslyNostalgicFn-SemiCond.woff2)format("woff2"),url(fonts/SeriouslyNostalgicFn-SemiCond.woff)format("woff"),url(fonts/SeriouslyNostalgicFn-SemiCond.ttf)format("truetype"),url(fonts/SeriouslyNostalgicFn-SemiCond.svg#SeriouslyNostalgicFn-SemiCond)format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SeriouslyNostalgic Fn;src:url(fonts/SeriouslyNostalgicFnIt-SmCn.eot);src:url(fonts/SeriouslyNostalgicFnIt-SmCn.eot?#iefix)format("embedded-opentype"),url(fonts/SeriouslyNostalgicFnIt-SmCn.woff2)format("woff2"),url(fonts/SeriouslyNostalgicFnIt-SmCn.woff)format("woff"),url(fonts/SeriouslyNostalgicFnIt-SmCn.ttf)format("truetype"),url(fonts/SeriouslyNostalgicFnIt-SmCn.svg#SeriouslyNostalgicFnIt-SmCn)format("svg");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Switzer;src:url(fonts/Switzer-Regular.eot);src:url(fonts/Switzer-Regular.eot?#iefix)format("embedded-opentype"),url(fonts/Switzer-Regular.woff2)format("woff2"),url(fonts/Switzer-Regular.woff)format("woff"),url(fonts/Switzer-Regular.ttf)format("truetype"),url(fonts/Switzer-Regular.svg#Switzer-Regular)format("svg");font-weight:400;font-style:normal;font-display:swap}html,body,#root{-webkit-font-smoothing:antialiased;width:100%;height:100%;text-rendering:optimizeLegibility;overscroll-behavior:none;overscroll-behavior-y:none}*{box-sizing:border-box}h1,h2,h3,h4,p{margin:0;padding:0;line-height:1.5}.camera-drawer .MuiPaper-root{height:80%;background-color:#0000!important;box-shadow:0 0!important}.vjs-poster{background-size:cover}.video-js.vjs-paused .vjs-big-play-button{display:none!important}.vjs-poster{background-color:#fff;background-position:50% 20px;background-size:90%}.video-js.vjs-paused .vjs-big-play-button{background-color:#fff;border-radius:100%;align-items:center;width:50px;height:50px;display:flex;top:auto;bottom:50%;left:50%;transform:translate(-50%,-135%);border:1px solid #d9d9d9!important}.video-js.vjs-paused .vjs-icon-placeholder{font-size:50px;color:#d9d9d9!important}.camera-drawer .MuiModal-backdrop{pointer-events:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0000!important}.video-js{background-color:#0000!important}.vjs-fluid:not(.vjs-audio-only-mode){min-height:85vh}input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.camera-drawer.face-scan-small .MuiModal-backdrop{-webkit-backdrop-filter:blur();backdrop-filter:blur()}.face-scan-small .MuiPaper-root{border-top-left-radius:30px;border-top-right-radius:30px;height:315px}.confirm-modal .MuiPaper-root{background-color:#fff;border-radius:10px;padding:20px 10px}.confirm-modal{pointer-events:none}@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-leading{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-outline-style{syntax:"*";inherits:false;initial-value:solid}@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-duration{syntax:"*";inherits:false}
|