gridy 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1235 @@
1
+ :where(html) {
2
+ --font-system-ui: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
3
+ Cantarell, Noto Sans, sans-serif;
4
+ --font-transitional: Charter, Bitstream Charter, Sitka Text, Cambria, serif;
5
+ --font-old-style: Iowan Old Style, Palatino Linotype, URW Palladio L, P052,
6
+ serif;
7
+ --font-humanist: Seravek, Gill Sans Nova, Ubuntu, Calibri, DejaVu Sans,
8
+ source-sans-pro, sans-serif;
9
+ --font-geometric-humanist: Avenir, Montserrat, Corbel, URW Gothic,
10
+ source-sans-pro, sans-serif;
11
+ --font-classical-humanist: Optima, Candara, Noto Sans, source-sans-pro,
12
+ sans-serif;
13
+ --font-neo-grotesque: Inter, Roboto, Helvetica Neue, Arial Nova, Nimbus Sans,
14
+ Arial, sans-serif;
15
+ --font-monospace-slab-serif: Nimbus Mono PS, Courier New, monospace;
16
+ --font-monospace-code: Dank Mono, Operator Mono, Inconsolata, Fira Mono,
17
+ ui-monospace, SF Mono, Monaco, Droid Sans Mono, Source Code Pro,
18
+ Cascadia Code, Menlo, Consolas, DejaVu Sans Mono, monospace;
19
+ --font-industrial: Bahnschrift, DIN Alternate, Franklin Gothic Medium,
20
+ Nimbus Sans Narrow, sans-serif-condensed, sans-serif;
21
+ --font-rounded-sans: ui-rounded, Hiragino Maru Gothic ProN, Quicksand,
22
+ Comfortaa, Manjari, Arial Rounded MT, Arial Rounded MT Bold, Calibri,
23
+ source-sans-pro, sans-serif;
24
+ --font-slab-serif: Rockwell, Rockwell Nova, Roboto Slab, DejaVu Serif,
25
+ Sitka Small, serif;
26
+ --font-antique: Superclarendon, Bookman Old Style, URW Bookman, URW Bookman L,
27
+ Georgia Pro, Georgia, serif;
28
+ --font-didone: Didot, Bodoni MT, Noto Serif Display, URW Palladio L, P052,
29
+ Sylfaen, serif;
30
+ --font-handwritten: Segoe Print, Bradley Hand, Chilanka, TSCu_Comic, casual,
31
+ cursive;
32
+ --font-sans: var(--font-system-ui);
33
+ --font-serif: ui-serif, serif;
34
+ --font-mono: var(--font-monospace-code);
35
+ --font-weight-1: 100;
36
+ --font-weight-2: 200;
37
+ --font-weight-3: 300;
38
+ --font-weight-4: 400;
39
+ --font-weight-5: 500;
40
+ --font-weight-6: 600;
41
+ --font-weight-7: 700;
42
+ --font-weight-8: 800;
43
+ --font-weight-9: 900;
44
+ --font-lineheight-00: 0.95;
45
+ --font-lineheight-0: 1.1;
46
+ --font-lineheight-1: 1.25;
47
+ --font-lineheight-2: 1.375;
48
+ --font-lineheight-3: 1.5;
49
+ --font-lineheight-4: 1.75;
50
+ --font-lineheight-5: 2;
51
+ --font-letterspacing-0: -0.05em;
52
+ --font-letterspacing-1: 0.025em;
53
+ --font-letterspacing-2: 0.05em;
54
+ --font-letterspacing-3: 0.075em;
55
+ --font-letterspacing-4: 0.15em;
56
+ --font-letterspacing-5: 0.5em;
57
+ --font-letterspacing-6: 0.75em;
58
+ --font-letterspacing-7: 1em;
59
+ --font-size-00: 0.5rem;
60
+ --font-size-0: 0.75rem;
61
+ --font-size-1: 1rem;
62
+ --font-size-2: 1.1rem;
63
+ --font-size-3: 1.25rem;
64
+ --font-size-4: 1.5rem;
65
+ --font-size-5: 2rem;
66
+ --font-size-6: 2.5rem;
67
+ --font-size-7: 3rem;
68
+ --font-size-8: 3.5rem;
69
+ --font-size-fluid-0: clamp(0.75rem, 2vw, 1rem);
70
+ --font-size-fluid-1: clamp(1rem, 4vw, 1.5rem);
71
+ --font-size-fluid-2: clamp(1.5rem, 6vw, 2.5rem);
72
+ --font-size-fluid-3: clamp(2rem, 9vw, 3.5rem);
73
+ --size-000: -0.5rem;
74
+ --size-00: -0.25rem;
75
+ --size-1: 0.25rem;
76
+ --size-2: 0.5rem;
77
+ --size-3: 1rem;
78
+ --size-4: 1.25rem;
79
+ --size-5: 1.5rem;
80
+ --size-6: 1.75rem;
81
+ --size-7: 2rem;
82
+ --size-8: 3rem;
83
+ --size-9: 4rem;
84
+ --size-10: 5rem;
85
+ --size-11: 7.5rem;
86
+ --size-12: 10rem;
87
+ --size-13: 15rem;
88
+ --size-14: 20rem;
89
+ --size-15: 30rem;
90
+ --size-px-000: -8px;
91
+ --size-px-00: -4px;
92
+ --size-px-1: 4px;
93
+ --size-px-2: 8px;
94
+ --size-px-3: 16px;
95
+ --size-px-4: 20px;
96
+ --size-px-5: 24px;
97
+ --size-px-6: 28px;
98
+ --size-px-7: 32px;
99
+ --size-px-8: 48px;
100
+ --size-px-9: 64px;
101
+ --size-px-10: 80px;
102
+ --size-px-11: 120px;
103
+ --size-px-12: 160px;
104
+ --size-px-13: 240px;
105
+ --size-px-14: 320px;
106
+ --size-px-15: 480px;
107
+ --size-fluid-1: clamp(0.5rem, 1vw, 1rem);
108
+ --size-fluid-2: clamp(1rem, 2vw, 1.5rem);
109
+ --size-fluid-3: clamp(1.5rem, 3vw, 2rem);
110
+ --size-fluid-4: clamp(2rem, 4vw, 3rem);
111
+ --size-fluid-5: clamp(4rem, 5vw, 5rem);
112
+ --size-fluid-6: clamp(5rem, 7vw, 7.5rem);
113
+ --size-fluid-7: clamp(7.5rem, 10vw, 10rem);
114
+ --size-fluid-8: clamp(10rem, 20vw, 15rem);
115
+ --size-fluid-9: clamp(15rem, 30vw, 20rem);
116
+ --size-fluid-10: clamp(20rem, 40vw, 30rem);
117
+ --size-content-1: 20ch;
118
+ --size-content-2: 45ch;
119
+ --size-content-3: 60ch;
120
+ --size-header-1: 20ch;
121
+ --size-header-2: 25ch;
122
+ --size-header-3: 35ch;
123
+ --size-xxs: 240px;
124
+ --size-xs: 360px;
125
+ --size-sm: 480px;
126
+ --size-md: 768px;
127
+ --size-lg: 1024px;
128
+ --size-xl: 1440px;
129
+ --size-xxl: 1920px;
130
+ --size-relative-000: -0.5ch;
131
+ --size-relative-00: -0.25ch;
132
+ --size-relative-1: 0.25ch;
133
+ --size-relative-2: 0.5ch;
134
+ --size-relative-3: 1ch;
135
+ --size-relative-4: 1.25ch;
136
+ --size-relative-5: 1.5ch;
137
+ --size-relative-6: 1.75ch;
138
+ --size-relative-7: 2ch;
139
+ --size-relative-8: 3ch;
140
+ --size-relative-9: 4ch;
141
+ --size-relative-10: 5ch;
142
+ --size-relative-11: 7.5ch;
143
+ --size-relative-12: 10ch;
144
+ --size-relative-13: 15ch;
145
+ --size-relative-14: 20ch;
146
+ --size-relative-15: 30ch;
147
+ --ease-1: cubic-bezier(0.25, 0, 0.5, 1);
148
+ --ease-2: cubic-bezier(0.25, 0, 0.4, 1);
149
+ --ease-3: cubic-bezier(0.25, 0, 0.3, 1);
150
+ --ease-4: cubic-bezier(0.25, 0, 0.2, 1);
151
+ --ease-5: cubic-bezier(0.25, 0, 0.1, 1);
152
+ --ease-in-1: cubic-bezier(0.25, 0, 1, 1);
153
+ --ease-in-2: cubic-bezier(0.5, 0, 1, 1);
154
+ --ease-in-3: cubic-bezier(0.7, 0, 1, 1);
155
+ --ease-in-4: cubic-bezier(0.9, 0, 1, 1);
156
+ --ease-in-5: cubic-bezier(1, 0, 1, 1);
157
+ --ease-out-1: cubic-bezier(0, 0, 0.75, 1);
158
+ --ease-out-2: cubic-bezier(0, 0, 0.5, 1);
159
+ --ease-out-3: cubic-bezier(0, 0, 0.3, 1);
160
+ --ease-out-4: cubic-bezier(0, 0, 0.1, 1);
161
+ --ease-out-5: cubic-bezier(0, 0, 0, 1);
162
+ --ease-in-out-1: cubic-bezier(0.1, 0, 0.9, 1);
163
+ --ease-in-out-2: cubic-bezier(0.3, 0, 0.7, 1);
164
+ --ease-in-out-3: cubic-bezier(0.5, 0, 0.5, 1);
165
+ --ease-in-out-4: cubic-bezier(0.7, 0, 0.3, 1);
166
+ --ease-in-out-5: cubic-bezier(0.9, 0, 0.1, 1);
167
+ --ease-elastic-out-1: cubic-bezier(0.5, 0.75, 0.75, 1.25);
168
+ --ease-elastic-out-2: cubic-bezier(0.5, 1, 0.75, 1.25);
169
+ --ease-elastic-out-3: cubic-bezier(0.5, 1.25, 0.75, 1.25);
170
+ --ease-elastic-out-4: cubic-bezier(0.5, 1.5, 0.75, 1.25);
171
+ --ease-elastic-out-5: cubic-bezier(0.5, 1.75, 0.75, 1.25);
172
+ --ease-elastic-in-1: cubic-bezier(0.5, -0.25, 0.75, 1);
173
+ --ease-elastic-in-2: cubic-bezier(0.5, -0.5, 0.75, 1);
174
+ --ease-elastic-in-3: cubic-bezier(0.5, -0.75, 0.75, 1);
175
+ --ease-elastic-in-4: cubic-bezier(0.5, -1, 0.75, 1);
176
+ --ease-elastic-in-5: cubic-bezier(0.5, -1.25, 0.75, 1);
177
+ --ease-elastic-in-out-1: cubic-bezier(0.5, -0.1, 0.1, 1.5);
178
+ --ease-elastic-in-out-2: cubic-bezier(0.5, -0.3, 0.1, 1.5);
179
+ --ease-elastic-in-out-3: cubic-bezier(0.5, -0.5, 0.1, 1.5);
180
+ --ease-elastic-in-out-4: cubic-bezier(0.5, -0.7, 0.1, 1.5);
181
+ --ease-elastic-in-out-5: cubic-bezier(0.5, -0.9, 0.1, 1.5);
182
+ --ease-step-1: steps(2);
183
+ --ease-step-2: steps(3);
184
+ --ease-step-3: steps(4);
185
+ --ease-step-4: steps(7);
186
+ --ease-step-5: steps(10);
187
+ --ease-elastic-1: var(--ease-elastic-out-1);
188
+ --ease-elastic-2: var(--ease-elastic-out-2);
189
+ --ease-elastic-3: var(--ease-elastic-out-3);
190
+ --ease-elastic-4: var(--ease-elastic-out-4);
191
+ --ease-elastic-5: var(--ease-elastic-out-5);
192
+ --ease-squish-1: var(--ease-elastic-in-out-1);
193
+ --ease-squish-2: var(--ease-elastic-in-out-2);
194
+ --ease-squish-3: var(--ease-elastic-in-out-3);
195
+ --ease-squish-4: var(--ease-elastic-in-out-4);
196
+ --ease-squish-5: var(--ease-elastic-in-out-5);
197
+ --ease-spring-1: linear(
198
+ 0,
199
+ 0.006,
200
+ 0.025 2.8%,
201
+ 0.101 6.1%,
202
+ 0.539 18.9%,
203
+ 0.721 25.3%,
204
+ 0.849 31.5%,
205
+ 0.937 38.1%,
206
+ 0.968 41.8%,
207
+ 0.991 45.7%,
208
+ 1.006 50.1%,
209
+ 1.015 55%,
210
+ 1.017 63.9%,
211
+ 1.001
212
+ );
213
+ --ease-spring-2: linear(
214
+ 0,
215
+ 0.007,
216
+ 0.029 2.2%,
217
+ 0.118 4.7%,
218
+ 0.625 14.4%,
219
+ 0.826 19%,
220
+ 0.902,
221
+ 0.962,
222
+ 1.008 26.1%,
223
+ 1.041 28.7%,
224
+ 1.064 32.1%,
225
+ 1.07 36%,
226
+ 1.061 40.5%,
227
+ 1.015 53.4%,
228
+ 0.999 61.6%,
229
+ 0.995 71.2%,
230
+ 1
231
+ );
232
+ --ease-spring-3: linear(
233
+ 0,
234
+ 0.009,
235
+ 0.035 2.1%,
236
+ 0.141 4.4%,
237
+ 0.723 12.9%,
238
+ 0.938 16.7%,
239
+ 1.017,
240
+ 1.077,
241
+ 1.121,
242
+ 1.149 24.3%,
243
+ 1.159,
244
+ 1.163,
245
+ 1.161,
246
+ 1.154 29.9%,
247
+ 1.129 32.8%,
248
+ 1.051 39.6%,
249
+ 1.017 43.1%,
250
+ 0.991,
251
+ 0.977 51%,
252
+ 0.974 53.8%,
253
+ 0.975 57.1%,
254
+ 0.997 69.8%,
255
+ 1.003 76.9%,
256
+ 1
257
+ );
258
+ --ease-spring-4: linear(
259
+ 0,
260
+ 0.009,
261
+ 0.037 1.7%,
262
+ 0.153 3.6%,
263
+ 0.776 10.3%,
264
+ 1.001,
265
+ 1.142 16%,
266
+ 1.185,
267
+ 1.209 19%,
268
+ 1.215 19.9% 20.8%,
269
+ 1.199,
270
+ 1.165 25%,
271
+ 1.056 30.3%,
272
+ 1.008 33%,
273
+ 0.973,
274
+ 0.955 39.2%,
275
+ 0.953 41.1%,
276
+ 0.957 43.3%,
277
+ 0.998 53.3%,
278
+ 1.009 59.1% 63.7%,
279
+ 0.998 78.9%,
280
+ 1
281
+ );
282
+ --ease-spring-5: linear(
283
+ 0,
284
+ 0.01,
285
+ 0.04 1.6%,
286
+ 0.161 3.3%,
287
+ 0.816 9.4%,
288
+ 1.046,
289
+ 1.189 14.4%,
290
+ 1.231,
291
+ 1.254 17%,
292
+ 1.259,
293
+ 1.257 18.6%,
294
+ 1.236,
295
+ 1.194 22.3%,
296
+ 1.057 27%,
297
+ 0.999 29.4%,
298
+ 0.955 32.1%,
299
+ 0.942,
300
+ 0.935 34.9%,
301
+ 0.933,
302
+ 0.939 38.4%,
303
+ 1 47.3%,
304
+ 1.011,
305
+ 1.017 52.6%,
306
+ 1.016 56.4%,
307
+ 1 65.2%,
308
+ 0.996 70.2%,
309
+ 1.001 87.2%,
310
+ 1
311
+ );
312
+ --ease-bounce-1: linear(
313
+ 0,
314
+ 0.004,
315
+ 0.016,
316
+ 0.035,
317
+ 0.063,
318
+ 0.098,
319
+ 0.141,
320
+ 0.191,
321
+ 0.25,
322
+ 0.316,
323
+ 0.391 36.8%,
324
+ 0.563,
325
+ 0.766,
326
+ 1 58.8%,
327
+ 0.946,
328
+ 0.908 69.1%,
329
+ 0.895,
330
+ 0.885,
331
+ 0.879,
332
+ 0.878,
333
+ 0.879,
334
+ 0.885,
335
+ 0.895,
336
+ 0.908 89.7%,
337
+ 0.946,
338
+ 1
339
+ );
340
+ --ease-bounce-2: linear(
341
+ 0,
342
+ 0.004,
343
+ 0.016,
344
+ 0.035,
345
+ 0.063,
346
+ 0.098,
347
+ 0.141 15.1%,
348
+ 0.25,
349
+ 0.391,
350
+ 0.562,
351
+ 0.765,
352
+ 1,
353
+ 0.892 45.2%,
354
+ 0.849,
355
+ 0.815,
356
+ 0.788,
357
+ 0.769,
358
+ 0.757,
359
+ 0.753,
360
+ 0.757,
361
+ 0.769,
362
+ 0.788,
363
+ 0.815,
364
+ 0.85,
365
+ 0.892 75.2%,
366
+ 1 80.2%,
367
+ 0.973,
368
+ 0.954,
369
+ 0.943,
370
+ 0.939,
371
+ 0.943,
372
+ 0.954,
373
+ 0.973,
374
+ 1
375
+ );
376
+ --ease-bounce-3: linear(
377
+ 0,
378
+ 0.004,
379
+ 0.016,
380
+ 0.035,
381
+ 0.062,
382
+ 0.098,
383
+ 0.141 11.4%,
384
+ 0.25,
385
+ 0.39,
386
+ 0.562,
387
+ 0.764,
388
+ 1 30.3%,
389
+ 0.847 34.8%,
390
+ 0.787,
391
+ 0.737,
392
+ 0.699,
393
+ 0.672,
394
+ 0.655,
395
+ 0.65,
396
+ 0.656,
397
+ 0.672,
398
+ 0.699,
399
+ 0.738,
400
+ 0.787,
401
+ 0.847 61.7%,
402
+ 1 66.2%,
403
+ 0.946,
404
+ 0.908,
405
+ 0.885 74.2%,
406
+ 0.879,
407
+ 0.878,
408
+ 0.879,
409
+ 0.885 79.5%,
410
+ 0.908,
411
+ 0.946,
412
+ 1 87.4%,
413
+ 0.981,
414
+ 0.968,
415
+ 0.96,
416
+ 0.957,
417
+ 0.96,
418
+ 0.968,
419
+ 0.981,
420
+ 1
421
+ );
422
+ --ease-bounce-4: linear(
423
+ 0,
424
+ 0.004,
425
+ 0.016 3%,
426
+ 0.062,
427
+ 0.141,
428
+ 0.25,
429
+ 0.391,
430
+ 0.562 18.2%,
431
+ 1 24.3%,
432
+ 0.81,
433
+ 0.676 32.3%,
434
+ 0.629,
435
+ 0.595,
436
+ 0.575,
437
+ 0.568,
438
+ 0.575,
439
+ 0.595,
440
+ 0.629,
441
+ 0.676 48.2%,
442
+ 0.811,
443
+ 1 56.2%,
444
+ 0.918,
445
+ 0.86,
446
+ 0.825,
447
+ 0.814,
448
+ 0.825,
449
+ 0.86,
450
+ 0.918,
451
+ 1 77.2%,
452
+ 0.94 80.6%,
453
+ 0.925,
454
+ 0.92,
455
+ 0.925,
456
+ 0.94 87.5%,
457
+ 1 90.9%,
458
+ 0.974,
459
+ 0.965,
460
+ 0.974,
461
+ 1
462
+ );
463
+ --ease-bounce-5: linear(
464
+ 0,
465
+ 0.004,
466
+ 0.016 2.5%,
467
+ 0.063,
468
+ 0.141,
469
+ 0.25 10.1%,
470
+ 0.562,
471
+ 1 20.2%,
472
+ 0.783,
473
+ 0.627,
474
+ 0.534 30.9%,
475
+ 0.511,
476
+ 0.503,
477
+ 0.511,
478
+ 0.534 38%,
479
+ 0.627,
480
+ 0.782,
481
+ 1 48.7%,
482
+ 0.892,
483
+ 0.815,
484
+ 0.769 56.3%,
485
+ 0.757,
486
+ 0.753,
487
+ 0.757,
488
+ 0.769 61.3%,
489
+ 0.815,
490
+ 0.892,
491
+ 1 68.8%,
492
+ 0.908 72.4%,
493
+ 0.885,
494
+ 0.878,
495
+ 0.885,
496
+ 0.908 79.4%,
497
+ 1 83%,
498
+ 0.954 85.5%,
499
+ 0.943,
500
+ 0.939,
501
+ 0.943,
502
+ 0.954 90.5%,
503
+ 1 93%,
504
+ 0.977,
505
+ 0.97,
506
+ 0.977,
507
+ 1
508
+ );
509
+ --layer-1: 1;
510
+ --layer-2: 2;
511
+ --layer-3: 3;
512
+ --layer-4: 4;
513
+ --layer-5: 5;
514
+ --layer-important: 2147483647;
515
+ --shadow-color: 220 3% 15%;
516
+ --shadow-strength: 1%;
517
+ --inner-shadow-highlight: inset 0 -0.5px 0 0 #fff,
518
+ inset 0 0.5px 0 0 rgba(0, 0, 0, 0.067);
519
+ --shadow-1: 0 1px 2px -1px hsl(var(--shadow-color) /
520
+ calc(var(--shadow-strength) + 9%));
521
+ --shadow-2: 0 3px 5px -2px hsl(var(--shadow-color) /
522
+ calc(var(--shadow-strength) + 3%)),
523
+ 0 7px 14px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 5%));
524
+ --shadow-3: 0 -1px 3px 0 hsl(var(--shadow-color) /
525
+ calc(var(--shadow-strength) + 2%)),
526
+ 0 1px 2px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 2%)),
527
+ 0 2px 5px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 4%)),
528
+ 0 4px 12px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 5%)),
529
+ 0 12px 15px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%));
530
+ --shadow-4: 0 -2px 5px 0 hsl(var(--shadow-color) /
531
+ calc(var(--shadow-strength) + 2%)),
532
+ 0 1px 1px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)),
533
+ 0 2px 2px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)),
534
+ 0 5px 5px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 4%)),
535
+ 0 9px 9px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 5%)),
536
+ 0 16px 16px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 6%));
537
+ --shadow-5: 0 -1px 2px 0 hsl(var(--shadow-color) /
538
+ calc(var(--shadow-strength) + 2%)),
539
+ 0 2px 1px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)),
540
+ 0 5px 5px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)),
541
+ 0 10px 10px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 4%)),
542
+ 0 20px 20px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 5%)),
543
+ 0 40px 40px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%));
544
+ --shadow-6: 0 -1px 2px 0 hsl(var(--shadow-color) /
545
+ calc(var(--shadow-strength) + 2%)),
546
+ 0 3px 2px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)),
547
+ 0 7px 5px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)),
548
+ 0 12px 10px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 4%)),
549
+ 0 22px 18px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 5%)),
550
+ 0 41px 33px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 6%)),
551
+ 0 100px 80px -2px hsl(var(--shadow-color) /
552
+ calc(var(--shadow-strength) + 7%));
553
+ --inner-shadow-0: inset 0 0 0 1px
554
+ hsl(var(--shadow-color) / calc(var(--shadow-strength) + 9%));
555
+ --inner-shadow-1: inset 0 1px 2px 0
556
+ hsl(var(--shadow-color) / calc(var(--shadow-strength) + 9%)),
557
+ var(--inner-shadow-highlight);
558
+ --inner-shadow-2: inset 0 1px 4px 0
559
+ hsl(var(--shadow-color) / calc(var(--shadow-strength) + 9%)),
560
+ var(--inner-shadow-highlight);
561
+ --inner-shadow-3: inset 0 2px 8px 0
562
+ hsl(var(--shadow-color) / calc(var(--shadow-strength) + 9%)),
563
+ var(--inner-shadow-highlight);
564
+ --inner-shadow-4: inset 0 2px 14px 0
565
+ hsl(var(--shadow-color) / calc(var(--shadow-strength) + 9%)),
566
+ var(--inner-shadow-highlight);
567
+ --ratio-square: 1;
568
+ --ratio-landscape: 4/3;
569
+ --ratio-portrait: 3/4;
570
+ --ratio-widescreen: 16/9;
571
+ --ratio-ultrawide: 18/5;
572
+ --ratio-golden: 1.618/1;
573
+ --gray-0: #f8f9fa;
574
+ --gray-1: #f1f3f5;
575
+ --gray-2: #e9ecef;
576
+ --gray-3: #dee2e6;
577
+ --gray-4: #ced4da;
578
+ --gray-5: #adb5bd;
579
+ --gray-6: #868e96;
580
+ --gray-7: #495057;
581
+ --gray-8: #343a40;
582
+ --gray-9: #212529;
583
+ --gray-10: #16191d;
584
+ --gray-11: #0d0f12;
585
+ --gray-12: #030507;
586
+ --stone-0: #f8fafb;
587
+ --stone-1: #f2f4f6;
588
+ --stone-2: #ebedef;
589
+ --stone-3: #e0e4e5;
590
+ --stone-4: #d1d6d8;
591
+ --stone-5: #b1b6b9;
592
+ --stone-6: #979b9d;
593
+ --stone-7: #7e8282;
594
+ --stone-8: #666968;
595
+ --stone-9: #50514f;
596
+ --stone-10: #3a3a37;
597
+ --stone-11: #252521;
598
+ --stone-12: #121210;
599
+ --red-0: #fff5f5;
600
+ --red-1: #ffe3e3;
601
+ --red-2: #ffc9c9;
602
+ --red-3: #ffa8a8;
603
+ --red-4: #ff8787;
604
+ --red-5: #ff6b6b;
605
+ --red-6: #fa5252;
606
+ --red-7: #f03e3e;
607
+ --red-8: #e03131;
608
+ --red-9: #c92a2a;
609
+ --red-10: #b02525;
610
+ --red-11: #962020;
611
+ --red-12: #7d1a1a;
612
+ --pink-0: #fff0f6;
613
+ --pink-1: #ffdeeb;
614
+ --pink-2: #fcc2d7;
615
+ --pink-3: #faa2c1;
616
+ --pink-4: #f783ac;
617
+ --pink-5: #f06595;
618
+ --pink-6: #e64980;
619
+ --pink-7: #d6336c;
620
+ --pink-8: #c2255c;
621
+ --pink-9: #a61e4d;
622
+ --pink-10: #8c1941;
623
+ --pink-11: #731536;
624
+ --pink-12: #59102a;
625
+ --purple-0: #f8f0fc;
626
+ --purple-1: #f3d9fa;
627
+ --purple-2: #eebefa;
628
+ --purple-3: #e599f7;
629
+ --purple-4: #da77f2;
630
+ --purple-5: #cc5de8;
631
+ --purple-6: #be4bdb;
632
+ --purple-7: #ae3ec9;
633
+ --purple-8: #9c36b5;
634
+ --purple-9: #862e9c;
635
+ --purple-10: #702682;
636
+ --purple-11: #5a1e69;
637
+ --purple-12: #44174f;
638
+ --violet-0: #f3f0ff;
639
+ --violet-1: #e5dbff;
640
+ --violet-2: #d0bfff;
641
+ --violet-3: #b197fc;
642
+ --violet-4: #9775fa;
643
+ --violet-5: #845ef7;
644
+ --violet-6: #7950f2;
645
+ --violet-7: #7048e8;
646
+ --violet-8: #6741d9;
647
+ --violet-9: #5f3dc4;
648
+ --violet-10: #5235ab;
649
+ --violet-11: #462d91;
650
+ --violet-12: #3a2578;
651
+ --indigo-0: #edf2ff;
652
+ --indigo-1: #dbe4ff;
653
+ --indigo-2: #bac8ff;
654
+ --indigo-3: #91a7ff;
655
+ --indigo-4: #748ffc;
656
+ --indigo-5: #5c7cfa;
657
+ --indigo-6: #4c6ef5;
658
+ --indigo-7: #4263eb;
659
+ --indigo-8: #3b5bdb;
660
+ --indigo-9: #364fc7;
661
+ --indigo-10: #2f44ad;
662
+ --indigo-11: #283a94;
663
+ --indigo-12: #21307a;
664
+ --blue-0: #e7f5ff;
665
+ --blue-1: #d0ebff;
666
+ --blue-2: #a5d8ff;
667
+ --blue-3: #74c0fc;
668
+ --blue-4: #4dabf7;
669
+ --blue-5: #339af0;
670
+ --blue-6: #228be6;
671
+ --blue-7: #1c7ed6;
672
+ --blue-8: #1971c2;
673
+ --blue-9: #1864ab;
674
+ --blue-10: #145591;
675
+ --blue-11: #114678;
676
+ --blue-12: #0d375e;
677
+ --cyan-0: #e3fafc;
678
+ --cyan-1: #c5f6fa;
679
+ --cyan-2: #99e9f2;
680
+ --cyan-3: #66d9e8;
681
+ --cyan-4: #3bc9db;
682
+ --cyan-5: #22b8cf;
683
+ --cyan-6: #15aabf;
684
+ --cyan-7: #1098ad;
685
+ --cyan-8: #0c8599;
686
+ --cyan-9: #0b7285;
687
+ --cyan-10: #095c6b;
688
+ --cyan-11: #074652;
689
+ --cyan-12: #053038;
690
+ --teal-0: #e6fcf5;
691
+ --teal-1: #c3fae8;
692
+ --teal-2: #96f2d7;
693
+ --teal-3: #63e6be;
694
+ --teal-4: #38d9a9;
695
+ --teal-5: #20c997;
696
+ --teal-6: #12b886;
697
+ --teal-7: #0ca678;
698
+ --teal-8: #099268;
699
+ --teal-9: #087f5b;
700
+ --teal-10: #066649;
701
+ --teal-11: #054d37;
702
+ --teal-12: #033325;
703
+ --green-0: #ebfbee;
704
+ --green-1: #d3f9d8;
705
+ --green-2: #b2f2bb;
706
+ --green-3: #8ce99a;
707
+ --green-4: #69db7c;
708
+ --green-5: #51cf66;
709
+ --green-6: #40c057;
710
+ --green-7: #37b24d;
711
+ --green-8: #2f9e44;
712
+ --green-9: #2b8a3e;
713
+ --green-10: #237032;
714
+ --green-11: #1b5727;
715
+ --green-12: #133d1b;
716
+ --lime-0: #f4fce3;
717
+ --lime-1: #e9fac8;
718
+ --lime-2: #d8f5a2;
719
+ --lime-3: #c0eb75;
720
+ --lime-4: #a9e34b;
721
+ --lime-5: #94d82d;
722
+ --lime-6: #82c91e;
723
+ --lime-7: #74b816;
724
+ --lime-8: #66a80f;
725
+ --lime-9: #5c940d;
726
+ --lime-10: #4c7a0b;
727
+ --lime-11: #3c6109;
728
+ --lime-12: #2c4706;
729
+ --yellow-0: #fff9db;
730
+ --yellow-1: #fff3bf;
731
+ --yellow-2: #ffec99;
732
+ --yellow-3: #ffe066;
733
+ --yellow-4: #ffd43b;
734
+ --yellow-5: #fcc419;
735
+ --yellow-6: #fab005;
736
+ --yellow-7: #f59f00;
737
+ --yellow-8: #f08c00;
738
+ --yellow-9: #e67700;
739
+ --yellow-10: #b35c00;
740
+ --yellow-11: #804200;
741
+ --yellow-12: #663500;
742
+ --orange-0: #fff4e6;
743
+ --orange-1: #ffe8cc;
744
+ --orange-2: #ffd8a8;
745
+ --orange-3: #ffc078;
746
+ --orange-4: #ffa94d;
747
+ --orange-5: #ff922b;
748
+ --orange-6: #fd7e14;
749
+ --orange-7: #f76707;
750
+ --orange-8: #e8590c;
751
+ --orange-9: #d9480f;
752
+ --orange-10: #bf400d;
753
+ --orange-11: #99330b;
754
+ --orange-12: #802b09;
755
+ --choco-0: #fff8dc;
756
+ --choco-1: #fce1bc;
757
+ --choco-2: #f7ca9e;
758
+ --choco-3: #f1b280;
759
+ --choco-4: #e99b62;
760
+ --choco-5: #df8545;
761
+ --choco-6: #d46e25;
762
+ --choco-7: #bd5f1b;
763
+ --choco-8: #a45117;
764
+ --choco-9: #8a4513;
765
+ --choco-10: #703a13;
766
+ --choco-11: #572f12;
767
+ --choco-12: #3d210d;
768
+ --brown-0: #faf4eb;
769
+ --brown-1: #ede0d1;
770
+ --brown-2: #e0cab7;
771
+ --brown-3: #d3b79e;
772
+ --brown-4: #c5a285;
773
+ --brown-5: #b78f6d;
774
+ --brown-6: #a87c56;
775
+ --brown-7: #956b47;
776
+ --brown-8: #825b3a;
777
+ --brown-9: #6f4b2d;
778
+ --brown-10: #5e3a21;
779
+ --brown-11: #4e2b15;
780
+ --brown-12: #422412;
781
+ --sand-0: #f8fafb;
782
+ --sand-1: #e6e4dc;
783
+ --sand-2: #d5cfbd;
784
+ --sand-3: #c2b9a0;
785
+ --sand-4: #aea58c;
786
+ --sand-5: #9a9178;
787
+ --sand-6: #867c65;
788
+ --sand-7: #736a53;
789
+ --sand-8: #5f5746;
790
+ --sand-9: #4b4639;
791
+ --sand-10: #38352d;
792
+ --sand-11: #252521;
793
+ --sand-12: #121210;
794
+ --camo-0: #f9fbe7;
795
+ --camo-1: #e8ed9c;
796
+ --camo-2: #d2df4e;
797
+ --camo-3: #c2ce34;
798
+ --camo-4: #b5bb2e;
799
+ --camo-5: #a7a827;
800
+ --camo-6: #999621;
801
+ --camo-7: #8c851c;
802
+ --camo-8: #7e7416;
803
+ --camo-9: #6d6414;
804
+ --camo-10: #5d5411;
805
+ --camo-11: #4d460e;
806
+ --camo-12: #36300a;
807
+ --jungle-0: #ecfeb0;
808
+ --jungle-1: #def39a;
809
+ --jungle-2: #d0e884;
810
+ --jungle-3: #c2dd6e;
811
+ --jungle-4: #b5d15b;
812
+ --jungle-5: #a8c648;
813
+ --jungle-6: #9bbb36;
814
+ --jungle-7: #8fb024;
815
+ --jungle-8: #84a513;
816
+ --jungle-9: #7a9908;
817
+ --jungle-10: #658006;
818
+ --jungle-11: #516605;
819
+ --jungle-12: #3d4d04;
820
+ --gradient-1: linear-gradient(
821
+ to bottom right,
822
+ #1f005c,
823
+ #5b0060,
824
+ #870160,
825
+ #ac255e,
826
+ #ca485c,
827
+ #e16b5c,
828
+ #f39060,
829
+ #ffb56b
830
+ );
831
+ --gradient-2: linear-gradient(to bottom right, #48005c, #8300e2, #a269ff);
832
+ --gradient-3: radial-gradient(circle at top right, #0ff, rgba(0, 255, 255, 0)),
833
+ radial-gradient(circle at bottom left, #ff1492, rgba(255, 20, 146, 0));
834
+ --gradient-4: linear-gradient(to bottom right, #00f5a0, #00d9f5);
835
+ --gradient-5: conic-gradient(from -270deg at 75% 110%, #f0f, #fffaf0);
836
+ --gradient-6: conic-gradient(from -90deg at top left, #000, #fff);
837
+ --gradient-7: linear-gradient(to bottom right, #72c6ef, #004e8f);
838
+ --gradient-8: conic-gradient(from 90deg at 50% 0%, #111, 50%, #222, #111);
839
+ --gradient-9: conic-gradient(from 0.5turn at bottom center, #add8e6, #fff);
840
+ --gradient-10: conic-gradient(
841
+ from 90deg at 40% -25%,
842
+ gold,
843
+ #f79d03,
844
+ #ee6907,
845
+ #e6390a,
846
+ #de0d0d,
847
+ #d61039,
848
+ #cf1261,
849
+ #c71585,
850
+ #cf1261,
851
+ #d61039,
852
+ #de0d0d,
853
+ #ee6907,
854
+ #f79d03,
855
+ gold,
856
+ gold,
857
+ gold
858
+ );
859
+ --gradient-11: conic-gradient(at bottom left, #ff1493, cyan);
860
+ --gradient-12: conic-gradient(
861
+ from 90deg at 25% -10%,
862
+ #ff4500,
863
+ #d3f340,
864
+ #7bee85,
865
+ #afeeee,
866
+ #7bee85
867
+ );
868
+ --gradient-13: radial-gradient(
869
+ circle at 50% 200%,
870
+ #000142,
871
+ #3b0083,
872
+ #b300c3,
873
+ #ff059f,
874
+ #ff4661,
875
+ #ffad86,
876
+ #fff3c7
877
+ );
878
+ --gradient-14: conic-gradient(at top right, lime, cyan);
879
+ --gradient-15: linear-gradient(to bottom right, #c7d2fe, #fecaca, #fef3c7);
880
+ --gradient-16: radial-gradient(circle at 50% -250%, #374151, #111827, #000);
881
+ --gradient-17: conic-gradient(from -90deg at 50% -25%, blue, #8a2be2);
882
+ --gradient-18: linear-gradient(
883
+ 0deg,
884
+ rgba(255, 0, 0, 0.8),
885
+ rgba(255, 0, 0, 0) 75%
886
+ ),
887
+ linear-gradient(60deg, rgba(255, 255, 0, 0.8), rgba(255, 255, 0, 0) 75%),
888
+ linear-gradient(120deg, rgba(0, 255, 0, 0.8), rgba(0, 255, 0, 0) 75%),
889
+ linear-gradient(180deg, rgba(0, 255, 255, 0.8), rgba(0, 255, 255, 0) 75%),
890
+ linear-gradient(240deg, rgba(0, 0, 255, 0.8), rgba(0, 0, 255, 0) 75%),
891
+ linear-gradient(300deg, rgba(255, 0, 255, 0.8), rgba(255, 0, 255, 0) 75%);
892
+ --gradient-19: linear-gradient(to bottom right, #ffe259, #ffa751);
893
+ --gradient-20: conic-gradient(
894
+ from -135deg at -10% center,
895
+ orange,
896
+ #ff7715,
897
+ #ff522a,
898
+ #ff3f47,
899
+ #ff5482,
900
+ #ff69b4
901
+ );
902
+ --gradient-21: conic-gradient(
903
+ from -90deg at 25% 115%,
904
+ red,
905
+ #f06,
906
+ #f0c,
907
+ #c0f,
908
+ #60f,
909
+ #00f,
910
+ #00f,
911
+ #00f,
912
+ #00f
913
+ );
914
+ --gradient-22: linear-gradient(to bottom right, #acb6e5, #86fde8);
915
+ --gradient-23: linear-gradient(to bottom right, #536976, #292e49);
916
+ --gradient-24: conic-gradient(
917
+ from 0.5turn at 0% 0%,
918
+ #00c476,
919
+ 10%,
920
+ #82b0ff,
921
+ 90%,
922
+ #00c476
923
+ );
924
+ --gradient-25: conic-gradient(
925
+ at 125% 50%,
926
+ #b78cf7,
927
+ #ff7c94,
928
+ #ffcf0d,
929
+ #ff7c94,
930
+ #b78cf7
931
+ );
932
+ --gradient-26: linear-gradient(to bottom right, #9796f0, #fbc7d4);
933
+ --gradient-27: conic-gradient(from 0.5turn at bottom left, #ff1493, #639);
934
+ --gradient-28: conic-gradient(from -90deg at 50% 105%, #fff, orchid);
935
+ --gradient-29: radial-gradient(
936
+ circle at top right,
937
+ #bfb3ff,
938
+ rgba(191, 179, 255, 0)
939
+ ),
940
+ radial-gradient(circle at bottom left, #86acf9, rgba(134, 172, 249, 0));
941
+ --gradient-30: radial-gradient(
942
+ circle at top right,
943
+ #00ff80,
944
+ rgba(0, 255, 128, 0)
945
+ ),
946
+ radial-gradient(circle at bottom left, #adffd6, rgba(173, 255, 214, 0));
947
+ --noise-1: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.005' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");
948
+ --noise-2: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.05' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");
949
+ --noise-3: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.25' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");
950
+ --noise-4: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 2056 2056' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.5' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");
951
+ --noise-5: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 2056 2056' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");
952
+ --noise-filter-1: contrast(300%) brightness(100%);
953
+ --noise-filter-2: contrast(200%) brightness(150%);
954
+ --noise-filter-3: contrast(200%) brightness(250%);
955
+ --noise-filter-4: contrast(200%) brightness(500%);
956
+ --noise-filter-5: contrast(200%) brightness(1000%);
957
+ --animation-fade-in: fade-in 0.5s var(--ease-3);
958
+ --animation-fade-in-bloom: fade-in-bloom 2s var(--ease-3);
959
+ --animation-fade-out: fade-out 0.5s var(--ease-3);
960
+ --animation-fade-out-bloom: fade-out-bloom 2s var(--ease-3);
961
+ --animation-scale-up: scale-up 0.5s var(--ease-3);
962
+ --animation-scale-down: scale-down 0.5s var(--ease-3);
963
+ --animation-slide-out-up: slide-out-up 0.5s var(--ease-3);
964
+ --animation-slide-out-down: slide-out-down 0.5s var(--ease-3);
965
+ --animation-slide-out-right: slide-out-right 0.5s var(--ease-3);
966
+ --animation-slide-out-left: slide-out-left 0.5s var(--ease-3);
967
+ --animation-slide-in-up: slide-in-up 0.5s var(--ease-3);
968
+ --animation-slide-in-down: slide-in-down 0.5s var(--ease-3);
969
+ --animation-slide-in-right: slide-in-right 0.5s var(--ease-3);
970
+ --animation-slide-in-left: slide-in-left 0.5s var(--ease-3);
971
+ --animation-shake-x: shake-x 0.75s var(--ease-out-5);
972
+ --animation-shake-y: shake-y 0.75s var(--ease-out-5);
973
+ --animation-shake-z: shake-z 1s var(--ease-in-out-3);
974
+ --animation-spin: spin 2s linear infinite;
975
+ --animation-ping: ping 5s var(--ease-out-3) infinite;
976
+ --animation-blink: blink 1s var(--ease-out-3) infinite;
977
+ --animation-float: float 3s var(--ease-in-out-3) infinite;
978
+ --animation-bounce: bounce 2s var(--ease-squish-2) infinite;
979
+ --animation-pulse: pulse 2s var(--ease-out-3) infinite;
980
+ --border-size-1: 1px;
981
+ --border-size-2: 2px;
982
+ --border-size-3: 5px;
983
+ --border-size-4: 10px;
984
+ --border-size-5: 25px;
985
+ --radius-1: 2px;
986
+ --radius-2: 5px;
987
+ --radius-3: 1rem;
988
+ --radius-4: 2rem;
989
+ --radius-5: 4rem;
990
+ --radius-6: 8rem;
991
+ --radius-drawn-1: 255px 15px 225px 15px/15px 225px 15px 255px;
992
+ --radius-drawn-2: 125px 10px 20px 185px/25px 205px 205px 25px;
993
+ --radius-drawn-3: 15px 255px 15px 225px/225px 15px 255px 15px;
994
+ --radius-drawn-4: 15px 25px 155px 25px/225px 150px 25px 115px;
995
+ --radius-drawn-5: 250px 25px 15px 20px/15px 80px 105px 115px;
996
+ --radius-drawn-6: 28px 100px 20px 15px/150px 30px 205px 225px;
997
+ --radius-round: 1e5px;
998
+ --radius-blob-1: 30% 70% 70% 30%/53% 30% 70% 47%;
999
+ --radius-blob-2: 53% 47% 34% 66%/63% 46% 54% 37%;
1000
+ --radius-blob-3: 37% 63% 56% 44%/49% 56% 44% 51%;
1001
+ --radius-blob-4: 63% 37% 37% 63%/43% 37% 63% 57%;
1002
+ --radius-blob-5: 49% 51% 48% 52%/57% 44% 56% 43%;
1003
+ --radius-conditional-1: clamp(0px, calc(100vw - 100%) * 1e5, var(--radius-1));
1004
+ --radius-conditional-2: clamp(0px, calc(100vw - 100%) * 1e5, var(--radius-2));
1005
+ --radius-conditional-3: clamp(0px, calc(100vw - 100%) * 1e5, var(--radius-3));
1006
+ --radius-conditional-4: clamp(0px, calc(100vw - 100%) * 1e5, var(--radius-4));
1007
+ --radius-conditional-5: clamp(0px, calc(100vw - 100%) * 1e5, var(--radius-5));
1008
+ --radius-conditional-6: clamp(0px, calc(100vw - 100%) * 1e5, var(--radius-6));
1009
+ }
1010
+ @media (prefers-color-scheme: dark) {
1011
+ :where(html) {
1012
+ --shadow-color: 220 40% 2%;
1013
+ --shadow-strength: 25%;
1014
+ --inner-shadow-highlight: inset 0 -0.5px 0 0 hsla(0, 0%, 100%, 0.067),
1015
+ inset 0 0.5px 0 0 rgba(0, 0, 0, 0.467);
1016
+ }
1017
+ }
1018
+ @keyframes fade-in {
1019
+ to {
1020
+ opacity: 1;
1021
+ }
1022
+ }
1023
+ @keyframes fade-in-bloom {
1024
+ 0% {
1025
+ filter: brightness(1) blur(20px);
1026
+ opacity: 0;
1027
+ }
1028
+ 10% {
1029
+ filter: brightness(2) blur(10px);
1030
+ opacity: 1;
1031
+ }
1032
+ to {
1033
+ filter: brightness(1) blur(0);
1034
+ opacity: 1;
1035
+ }
1036
+ }
1037
+ @keyframes fade-out {
1038
+ to {
1039
+ opacity: 0;
1040
+ }
1041
+ }
1042
+ @keyframes fade-out-bloom {
1043
+ to {
1044
+ filter: brightness(1) blur(20px);
1045
+ opacity: 0;
1046
+ }
1047
+ 10% {
1048
+ filter: brightness(2) blur(10px);
1049
+ opacity: 1;
1050
+ }
1051
+ 0% {
1052
+ filter: brightness(1) blur(0);
1053
+ opacity: 1;
1054
+ }
1055
+ }
1056
+ @keyframes scale-up {
1057
+ to {
1058
+ transform: scale(1.25);
1059
+ }
1060
+ }
1061
+ @keyframes scale-down {
1062
+ to {
1063
+ transform: scale(0.75);
1064
+ }
1065
+ }
1066
+ @keyframes slide-out-up {
1067
+ to {
1068
+ transform: translateY(-100%);
1069
+ }
1070
+ }
1071
+ @keyframes slide-out-down {
1072
+ to {
1073
+ transform: translateY(100%);
1074
+ }
1075
+ }
1076
+ @keyframes slide-out-right {
1077
+ to {
1078
+ transform: translateX(100%);
1079
+ }
1080
+ }
1081
+ @keyframes slide-out-left {
1082
+ to {
1083
+ transform: translateX(-100%);
1084
+ }
1085
+ }
1086
+ @keyframes slide-in-up {
1087
+ 0% {
1088
+ transform: translateY(100%);
1089
+ }
1090
+ }
1091
+ @keyframes slide-in-down {
1092
+ 0% {
1093
+ transform: translateY(-100%);
1094
+ }
1095
+ }
1096
+ @keyframes slide-in-right {
1097
+ 0% {
1098
+ transform: translateX(-100%);
1099
+ }
1100
+ }
1101
+ @keyframes slide-in-left {
1102
+ 0% {
1103
+ transform: translateX(100%);
1104
+ }
1105
+ }
1106
+ @keyframes shake-x {
1107
+ 0%,
1108
+ to {
1109
+ transform: translateX(0);
1110
+ }
1111
+ 20% {
1112
+ transform: translateX(-5%);
1113
+ }
1114
+ 40% {
1115
+ transform: translateX(5%);
1116
+ }
1117
+ 60% {
1118
+ transform: translateX(-5%);
1119
+ }
1120
+ 80% {
1121
+ transform: translateX(5%);
1122
+ }
1123
+ }
1124
+ @keyframes shake-y {
1125
+ 0%,
1126
+ to {
1127
+ transform: translateY(0);
1128
+ }
1129
+ 20% {
1130
+ transform: translateY(-5%);
1131
+ }
1132
+ 40% {
1133
+ transform: translateY(5%);
1134
+ }
1135
+ 60% {
1136
+ transform: translateY(-5%);
1137
+ }
1138
+ 80% {
1139
+ transform: translateY(5%);
1140
+ }
1141
+ }
1142
+ @keyframes shake-z {
1143
+ 0%,
1144
+ to {
1145
+ transform: rotate(0deg);
1146
+ }
1147
+ 20% {
1148
+ transform: rotate(-2deg);
1149
+ }
1150
+ 40% {
1151
+ transform: rotate(2deg);
1152
+ }
1153
+ 60% {
1154
+ transform: rotate(-2deg);
1155
+ }
1156
+ 80% {
1157
+ transform: rotate(2deg);
1158
+ }
1159
+ }
1160
+ @keyframes spin {
1161
+ to {
1162
+ transform: rotate(1turn);
1163
+ }
1164
+ }
1165
+ @keyframes ping {
1166
+ 90%,
1167
+ to {
1168
+ opacity: 0;
1169
+ transform: scale(2);
1170
+ }
1171
+ }
1172
+ @keyframes blink {
1173
+ 0%,
1174
+ to {
1175
+ opacity: 1;
1176
+ }
1177
+ 50% {
1178
+ opacity: 0.5;
1179
+ }
1180
+ }
1181
+ @keyframes float {
1182
+ 50% {
1183
+ transform: translateY(-25%);
1184
+ }
1185
+ }
1186
+ @keyframes bounce {
1187
+ 25% {
1188
+ transform: translateY(-20%);
1189
+ }
1190
+ 40% {
1191
+ transform: translateY(-3%);
1192
+ }
1193
+ 0%,
1194
+ 60%,
1195
+ to {
1196
+ transform: translateY(0);
1197
+ }
1198
+ }
1199
+ @keyframes pulse {
1200
+ 50% {
1201
+ transform: scale(0.9);
1202
+ }
1203
+ }
1204
+ @media (prefers-color-scheme: dark) {
1205
+ @keyframes fade-in-bloom {
1206
+ 0% {
1207
+ filter: brightness(1) blur(20px);
1208
+ opacity: 0;
1209
+ }
1210
+ 10% {
1211
+ filter: brightness(0.5) blur(10px);
1212
+ opacity: 1;
1213
+ }
1214
+ to {
1215
+ filter: brightness(1) blur(0);
1216
+ opacity: 1;
1217
+ }
1218
+ }
1219
+ }
1220
+ @media (prefers-color-scheme: dark) {
1221
+ @keyframes fade-out-bloom {
1222
+ to {
1223
+ filter: brightness(1) blur(20px);
1224
+ opacity: 0;
1225
+ }
1226
+ 10% {
1227
+ filter: brightness(0.5) blur(10px);
1228
+ opacity: 1;
1229
+ }
1230
+ 0% {
1231
+ filter: brightness(1) blur(0);
1232
+ opacity: 1;
1233
+ }
1234
+ }
1235
+ }