@tarsis/toolkit 0.6.3 → 0.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{gl-D-zF6Ayx.js → gl-CF6SrQxS.js} +1 -1
- package/dist/{gl-DWPW-YX3.cjs → gl-u7lLnVc7.cjs} +1 -1
- package/dist/hooks.cjs +1 -1
- package/dist/hooks.d.ts +17 -1
- package/dist/hooks.js +1 -1
- package/dist/{index-Benrsg6B.js → index-DDE-qC4q.js} +9100 -7299
- package/dist/{index-CY0ljiRP.cjs → index-DMypN5i0.cjs} +1 -1
- package/dist/{index-C4GTBWOD.js → index-DUlCyGFJ.js} +1 -1
- package/dist/{index-Cz-laGWF.cjs → index-DrMeiPM1.cjs} +9112 -7300
- package/dist/index.cjs +14 -3
- package/dist/index.d.ts +277 -141
- package/dist/index.js +2 -2
- package/dist/styles.css +2110 -507
- package/dist/{useWindowReady-Il0Ibn7I.cjs → useWindowReady-CIYJL39Z.cjs} +1440 -1419
- package/dist/{useWindowReady-DVV-s65K.js → useWindowReady-CYOtIur4.js} +1439 -1418
- package/package.json +13 -9
package/dist/styles.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap");@import url("https://fonts.googleapis.com/css2?family=Chivo+Mono:wght@300&display=swap");* {
|
|
1
|
+
@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Sigmar&family=Poppins:wght@400;800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap");@import url("https://fonts.googleapis.com/css2?family=Chivo+Mono:wght@300&display=swap");* {
|
|
2
2
|
box-sizing: border-box;
|
|
3
3
|
}
|
|
4
4
|
|
|
@@ -353,6 +353,127 @@ body[data-theme-mode='dark'] {
|
|
|
353
353
|
._text_z7mm5_52 {
|
|
354
354
|
line-height: 1.625;
|
|
355
355
|
padding: 1rem 2rem;
|
|
356
|
+
}._minimalisticAccordion_gkk8p_1 {
|
|
357
|
+
inline-size: 100%;
|
|
358
|
+
--_duration: 0.2s;
|
|
359
|
+
}
|
|
360
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
361
|
+
@supports (interpolate-size: allow-keywords) {
|
|
362
|
+
._minimalisticAccordion_gkk8p_1 {
|
|
363
|
+
interpolate-size: allow-keywords;
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
._minimalisticAccordion_gkk8p_1 > ._summary_gkk8p_11 {
|
|
367
|
+
transition: outline-offset 0.2s var(--ease-in-out-cubic), border-radius 0.2s var(--ease-in-out-cubic), background-color 0.2s var(--ease-in-out-cubic);
|
|
368
|
+
}
|
|
369
|
+
._minimalisticAccordion_gkk8p_1 > ._summary_gkk8p_11 > ._icon_gkk8p_14 {
|
|
370
|
+
transition: opacity 0.2s var(--ease-out-cubic) 0.27s, translate 0.2s var(--ease-out-quart) 0.27s, rotate 0.75s var(--ease-out-quint);
|
|
371
|
+
}
|
|
372
|
+
._minimalisticAccordion_gkk8p_1 > ._summary_gkk8p_11 > ._summaryContent_gkk8p_17 {
|
|
373
|
+
transition: translate 0.2s var(--ease-out-quart) 0.3s;
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
._minimalisticAccordion_gkk8p_1 > ._content_gkk8p_21 {
|
|
377
|
+
display: grid;
|
|
378
|
+
gap: var(--space-3);
|
|
379
|
+
padding: var(--space-3);
|
|
380
|
+
border-radius: var(--radii-3);
|
|
381
|
+
border: 1px solid var(--color-gray6);
|
|
382
|
+
border-block-start: none;
|
|
383
|
+
}
|
|
384
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
385
|
+
._minimalisticAccordion_gkk8p_1 > ._content_gkk8p_21 {
|
|
386
|
+
transition: opacity var(--_duration), max-height var(--_duration), border-radius var(--_duration);
|
|
387
|
+
}
|
|
388
|
+
}
|
|
389
|
+
._minimalisticAccordion_gkk8p_1 > ._content_gkk8p_21 {
|
|
390
|
+
opacity: 0;
|
|
391
|
+
max-height: 0;
|
|
392
|
+
overflow: hidden;
|
|
393
|
+
}
|
|
394
|
+
._minimalisticAccordion_gkk8p_1 > ._content_gkk8p_21 > p {
|
|
395
|
+
margin: 0;
|
|
396
|
+
font-size: 1rem;
|
|
397
|
+
text-wrap: pretty;
|
|
398
|
+
line-height: 1.5;
|
|
399
|
+
}
|
|
400
|
+
._minimalisticAccordion_gkk8p_1 > ._content_gkk8p_21 > footer {
|
|
401
|
+
background: var(--color-gray3);
|
|
402
|
+
padding: var(--space-3);
|
|
403
|
+
margin: calc(var(--space-3) * -1);
|
|
404
|
+
margin-block-start: var(--space-3);
|
|
405
|
+
border-radius: inherit;
|
|
406
|
+
}
|
|
407
|
+
._minimalisticAccordion_gkk8p_1 > ._content_gkk8p_21 > footer > p {
|
|
408
|
+
font-size: 0.875rem;
|
|
409
|
+
margin: 0;
|
|
410
|
+
}
|
|
411
|
+
._minimalisticAccordion_gkk8p_1[open] > ._content_gkk8p_21 {
|
|
412
|
+
border-start-end-radius: 0;
|
|
413
|
+
border-start-start-radius: 0;
|
|
414
|
+
opacity: 1;
|
|
415
|
+
max-height: 1000px;
|
|
416
|
+
}
|
|
417
|
+
._minimalisticAccordion_gkk8p_1[open] > ._summary_gkk8p_11 {
|
|
418
|
+
border-end-end-radius: 0;
|
|
419
|
+
border-end-start-radius: 0;
|
|
420
|
+
}
|
|
421
|
+
._minimalisticAccordion_gkk8p_1[open] > ._summary_gkk8p_11:not(:hover, :focus-visible) > ._summaryContent_gkk8p_17 {
|
|
422
|
+
color: var(--color-gray12);
|
|
423
|
+
translate: calc(-1 * var(--space-5) - 16px) 0;
|
|
424
|
+
}
|
|
425
|
+
._minimalisticAccordion_gkk8p_1[open] > ._summary_gkk8p_11:not(:hover, :focus-visible) > ._icon_gkk8p_14 {
|
|
426
|
+
translate: -10px 0;
|
|
427
|
+
opacity: 0;
|
|
428
|
+
}
|
|
429
|
+
._minimalisticAccordion_gkk8p_1[open] > ._summary_gkk8p_11 > ._icon_gkk8p_14 {
|
|
430
|
+
rotate: 0.25turn;
|
|
431
|
+
}
|
|
432
|
+
._minimalisticAccordion_gkk8p_1 > ._summary_gkk8p_11 {
|
|
433
|
+
cursor: default;
|
|
434
|
+
font-weight: bold;
|
|
435
|
+
border: 1px solid var(--color-gray6);
|
|
436
|
+
border-radius: var(--radii-3);
|
|
437
|
+
padding: var(--space-3);
|
|
438
|
+
text-box: cap alphabetic;
|
|
439
|
+
display: flex;
|
|
440
|
+
align-items: center;
|
|
441
|
+
gap: var(--space-5);
|
|
442
|
+
list-style: none;
|
|
443
|
+
}
|
|
444
|
+
._minimalisticAccordion_gkk8p_1 > ._summary_gkk8p_11:is(:hover, :focus-visible) {
|
|
445
|
+
background: var(--color-gray2);
|
|
446
|
+
}
|
|
447
|
+
._minimalisticAccordion_gkk8p_1 > ._summary_gkk8p_11:is(:hover, :focus-visible) > ._icon_gkk8p_14 {
|
|
448
|
+
transition-delay: 0s;
|
|
449
|
+
}
|
|
450
|
+
._minimalisticAccordion_gkk8p_1 > ._summary_gkk8p_11:is(:hover, :focus-visible) > ._summaryContent_gkk8p_17 {
|
|
451
|
+
color: var(--color-gray12);
|
|
452
|
+
transition-delay: 0s;
|
|
453
|
+
}
|
|
454
|
+
._minimalisticAccordion_gkk8p_1 > ._summary_gkk8p_11:focus:not(:active) {
|
|
455
|
+
outline-offset: 5px;
|
|
456
|
+
}
|
|
457
|
+
._minimalisticAccordion_gkk8p_1 > ._summary_gkk8p_11:active {
|
|
458
|
+
background-color: var(--color-gray4);
|
|
459
|
+
}
|
|
460
|
+
._minimalisticAccordion_gkk8p_1 > ._summary_gkk8p_11 > ._summaryContent_gkk8p_17 {
|
|
461
|
+
color: var(--color-gray11);
|
|
462
|
+
}
|
|
463
|
+
._minimalisticAccordion_gkk8p_1 > ._summary_gkk8p_11 > ._icon_gkk8p_14 {
|
|
464
|
+
block-size: 1.5cap;
|
|
465
|
+
aspect-ratio: 1;
|
|
466
|
+
flex-shrink: 0;
|
|
467
|
+
fill: none;
|
|
468
|
+
stroke: currentColor;
|
|
469
|
+
stroke-width: 3px;
|
|
470
|
+
stroke-linecap: round;
|
|
471
|
+
stroke-linejoin: round;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
/* Safari remove marker */
|
|
475
|
+
._summary_gkk8p_11::-webkit-details-marker {
|
|
476
|
+
display: none;
|
|
356
477
|
}._root_2cgvm_1 {
|
|
357
478
|
width: 100%;
|
|
358
479
|
height: 400px;
|
|
@@ -1460,19 +1581,19 @@ body[data-theme-mode='dark'] {
|
|
|
1460
1581
|
background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
|
|
1461
1582
|
background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
|
|
1462
1583
|
}
|
|
1463
|
-
}.
|
|
1584
|
+
}._root_v34ii_1 {
|
|
1464
1585
|
--bg: hsl(223, 10%, 90%);
|
|
1465
1586
|
--fg: hsl(223, 10%, 10%);
|
|
1466
1587
|
font-size: calc(30px + 30 * (100vw - 320px) / 960);
|
|
1467
1588
|
}
|
|
1468
1589
|
@media (prefers-color-scheme: dark) {
|
|
1469
|
-
.
|
|
1590
|
+
._root_v34ii_1 {
|
|
1470
1591
|
--bg: hsl(223, 10%, 10%);
|
|
1471
1592
|
--fg: hsl(223, 10%, 90%);
|
|
1472
1593
|
}
|
|
1473
1594
|
}
|
|
1474
1595
|
|
|
1475
|
-
.
|
|
1596
|
+
._button_v34ii_13 {
|
|
1476
1597
|
border-radius: 1.25em;
|
|
1477
1598
|
color: hsl(0, 0%, 100%);
|
|
1478
1599
|
font-weight: bold;
|
|
@@ -1485,12 +1606,12 @@ body[data-theme-mode='dark'] {
|
|
|
1485
1606
|
-webkit-apperance: none;
|
|
1486
1607
|
cursor: pointer;
|
|
1487
1608
|
}
|
|
1488
|
-
.
|
|
1609
|
+
._button_v34ii_13 ._p_v34ii_26, ._button_v34ii_13 ._text_v34ii_26 {
|
|
1489
1610
|
background: hsl(3, 90%, 55%);
|
|
1490
1611
|
border-radius: 50%;
|
|
1491
1612
|
transition: background 0.15s linear;
|
|
1492
1613
|
}
|
|
1493
|
-
.
|
|
1614
|
+
._button_v34ii_13 ._p_v34ii_26 {
|
|
1494
1615
|
animation-duration: 1s;
|
|
1495
1616
|
animation-timing-function: linear;
|
|
1496
1617
|
animation-iteration-count: infinite;
|
|
@@ -1499,197 +1620,197 @@ body[data-theme-mode='dark'] {
|
|
|
1499
1620
|
width: 0.5em;
|
|
1500
1621
|
height: 0.5em;
|
|
1501
1622
|
}
|
|
1502
|
-
.
|
|
1503
|
-
animation-name:
|
|
1504
|
-
animation-delay: -0.
|
|
1623
|
+
._button_v34ii_13 ._p_v34ii_26:nth-child(1) {
|
|
1624
|
+
animation-name: _rise1_v34ii_1;
|
|
1625
|
+
animation-delay: -0.54s;
|
|
1505
1626
|
top: calc(50% - 0.3907910185em);
|
|
1506
1627
|
left: 0.1em;
|
|
1507
1628
|
}
|
|
1508
|
-
.
|
|
1509
|
-
animation-name:
|
|
1510
|
-
animation-delay: -0.
|
|
1629
|
+
._button_v34ii_13 ._p_v34ii_26:nth-child(2) {
|
|
1630
|
+
animation-name: _rise2_v34ii_1;
|
|
1631
|
+
animation-delay: -0.61s;
|
|
1511
1632
|
top: calc(50% - 0.5281152949em);
|
|
1512
1633
|
left: 0.2em;
|
|
1513
1634
|
}
|
|
1514
|
-
.
|
|
1515
|
-
animation-name:
|
|
1516
|
-
animation-delay: -0.
|
|
1635
|
+
._button_v34ii_13 ._p_v34ii_26:nth-child(3) {
|
|
1636
|
+
animation-name: _rise3_v34ii_1;
|
|
1637
|
+
animation-delay: -0.74s;
|
|
1517
1638
|
top: calc(50% - 0.6585914498em);
|
|
1518
1639
|
left: 0.3em;
|
|
1519
1640
|
}
|
|
1520
|
-
.
|
|
1521
|
-
animation-name:
|
|
1522
|
-
animation-delay: -0.
|
|
1641
|
+
._button_v34ii_13 ._p_v34ii_26:nth-child(4) {
|
|
1642
|
+
animation-name: _rise4_v34ii_1;
|
|
1643
|
+
animation-delay: -0.79s;
|
|
1523
1644
|
top: calc(50% - 0.7790067271em);
|
|
1524
1645
|
left: 0.4em;
|
|
1525
1646
|
}
|
|
1526
|
-
.
|
|
1527
|
-
animation-name:
|
|
1528
|
-
animation-delay: -0.
|
|
1647
|
+
._button_v34ii_13 ._p_v34ii_26:nth-child(5) {
|
|
1648
|
+
animation-name: _rise5_v34ii_1;
|
|
1649
|
+
animation-delay: -0.08s;
|
|
1529
1650
|
top: calc(50% - 0.8863961031em);
|
|
1530
1651
|
left: 0.5em;
|
|
1531
1652
|
}
|
|
1532
|
-
.
|
|
1533
|
-
animation-name:
|
|
1534
|
-
animation-delay: -0.
|
|
1653
|
+
._button_v34ii_13 ._p_v34ii_26:nth-child(6) {
|
|
1654
|
+
animation-name: _rise6_v34ii_1;
|
|
1655
|
+
animation-delay: -0.39s;
|
|
1535
1656
|
top: calc(50% - 0.9781152949em);
|
|
1536
1657
|
left: 0.6em;
|
|
1537
1658
|
}
|
|
1538
|
-
.
|
|
1539
|
-
animation-name:
|
|
1540
|
-
animation-delay: -0.
|
|
1659
|
+
._button_v34ii_13 ._p_v34ii_26:nth-child(7) {
|
|
1660
|
+
animation-name: _rise7_v34ii_1;
|
|
1661
|
+
animation-delay: -0.36s;
|
|
1541
1662
|
top: calc(50% - 1.0519058718em);
|
|
1542
1663
|
left: 0.7em;
|
|
1543
1664
|
}
|
|
1544
|
-
.
|
|
1545
|
-
animation-name:
|
|
1546
|
-
animation-delay: -0.
|
|
1665
|
+
._button_v34ii_13 ._p_v34ii_26:nth-child(8) {
|
|
1666
|
+
animation-name: _rise8_v34ii_1;
|
|
1667
|
+
animation-delay: -0.39s;
|
|
1547
1668
|
top: calc(50% - 1.1059508647em);
|
|
1548
1669
|
left: 0.8em;
|
|
1549
1670
|
}
|
|
1550
|
-
.
|
|
1551
|
-
animation-name:
|
|
1552
|
-
animation-delay: -0.
|
|
1671
|
+
._button_v34ii_13 ._p_v34ii_26:nth-child(9) {
|
|
1672
|
+
animation-name: _rise9_v34ii_1;
|
|
1673
|
+
animation-delay: -0.38s;
|
|
1553
1674
|
top: calc(50% - 1.1389195065em);
|
|
1554
1675
|
left: 0.9em;
|
|
1555
1676
|
}
|
|
1556
|
-
.
|
|
1557
|
-
animation-name:
|
|
1558
|
-
animation-delay: -0.
|
|
1677
|
+
._button_v34ii_13 ._p_v34ii_26:nth-child(10) {
|
|
1678
|
+
animation-name: _rise10_v34ii_1;
|
|
1679
|
+
animation-delay: -0.76s;
|
|
1559
1680
|
top: calc(50% - 1.15em);
|
|
1560
1681
|
left: 1em;
|
|
1561
1682
|
}
|
|
1562
|
-
.
|
|
1563
|
-
animation-name:
|
|
1564
|
-
animation-delay: -0.
|
|
1683
|
+
._button_v34ii_13 ._p_v34ii_26:nth-child(11) {
|
|
1684
|
+
animation-name: _rise11_v34ii_1;
|
|
1685
|
+
animation-delay: -0.45s;
|
|
1565
1686
|
top: calc(50% - 1.1389195065em);
|
|
1566
1687
|
left: 1.1em;
|
|
1567
1688
|
}
|
|
1568
|
-
.
|
|
1569
|
-
animation-name:
|
|
1570
|
-
animation-delay: -0.
|
|
1689
|
+
._button_v34ii_13 ._p_v34ii_26:nth-child(12) {
|
|
1690
|
+
animation-name: _rise12_v34ii_1;
|
|
1691
|
+
animation-delay: -0.76s;
|
|
1571
1692
|
top: calc(50% - 1.1059508647em);
|
|
1572
1693
|
left: 1.2em;
|
|
1573
1694
|
}
|
|
1574
|
-
.
|
|
1575
|
-
animation-name:
|
|
1576
|
-
animation-delay: -0.
|
|
1695
|
+
._button_v34ii_13 ._p_v34ii_26:nth-child(13) {
|
|
1696
|
+
animation-name: _rise13_v34ii_1;
|
|
1697
|
+
animation-delay: -0.49s;
|
|
1577
1698
|
top: calc(50% - 1.0519058718em);
|
|
1578
1699
|
left: 1.3em;
|
|
1579
1700
|
}
|
|
1580
|
-
.
|
|
1581
|
-
animation-name:
|
|
1582
|
-
animation-delay: -0.
|
|
1701
|
+
._button_v34ii_13 ._p_v34ii_26:nth-child(14) {
|
|
1702
|
+
animation-name: _rise14_v34ii_1;
|
|
1703
|
+
animation-delay: -0.03s;
|
|
1583
1704
|
top: calc(50% - 0.9781152949em);
|
|
1584
1705
|
left: 1.4em;
|
|
1585
1706
|
}
|
|
1586
|
-
.
|
|
1587
|
-
animation-name:
|
|
1588
|
-
animation-delay: -0.
|
|
1707
|
+
._button_v34ii_13 ._p_v34ii_26:nth-child(15) {
|
|
1708
|
+
animation-name: _rise15_v34ii_1;
|
|
1709
|
+
animation-delay: -0.75s;
|
|
1589
1710
|
top: calc(50% - 0.8863961031em);
|
|
1590
1711
|
left: 1.5em;
|
|
1591
1712
|
}
|
|
1592
|
-
.
|
|
1593
|
-
animation-name:
|
|
1594
|
-
animation-delay: -0.
|
|
1713
|
+
._button_v34ii_13 ._p_v34ii_26:nth-child(16) {
|
|
1714
|
+
animation-name: _rise16_v34ii_1;
|
|
1715
|
+
animation-delay: -0.8s;
|
|
1595
1716
|
top: calc(50% - 0.7790067271em);
|
|
1596
1717
|
left: 1.6em;
|
|
1597
1718
|
}
|
|
1598
|
-
.
|
|
1599
|
-
animation-name:
|
|
1600
|
-
animation-delay: -0.
|
|
1719
|
+
._button_v34ii_13 ._p_v34ii_26:nth-child(17) {
|
|
1720
|
+
animation-name: _rise17_v34ii_1;
|
|
1721
|
+
animation-delay: -0.64s;
|
|
1601
1722
|
top: calc(50% - 0.6585914498em);
|
|
1602
1723
|
left: 1.7em;
|
|
1603
1724
|
}
|
|
1604
|
-
.
|
|
1605
|
-
animation-name:
|
|
1606
|
-
animation-delay: -0.
|
|
1725
|
+
._button_v34ii_13 ._p_v34ii_26:nth-child(18) {
|
|
1726
|
+
animation-name: _rise18_v34ii_1;
|
|
1727
|
+
animation-delay: -0.17s;
|
|
1607
1728
|
top: calc(50% - 0.5281152949em);
|
|
1608
1729
|
left: 1.8em;
|
|
1609
1730
|
}
|
|
1610
|
-
.
|
|
1611
|
-
animation-name:
|
|
1612
|
-
animation-delay: -0.
|
|
1731
|
+
._button_v34ii_13 ._p_v34ii_26:nth-child(19) {
|
|
1732
|
+
animation-name: _rise19_v34ii_1;
|
|
1733
|
+
animation-delay: -0.46s;
|
|
1613
1734
|
top: calc(50% - 0.3907910185em);
|
|
1614
1735
|
left: 1.9em;
|
|
1615
1736
|
}
|
|
1616
|
-
.
|
|
1617
|
-
animation-name:
|
|
1618
|
-
animation-delay: -0.
|
|
1737
|
+
._button_v34ii_13 ._p_v34ii_26:nth-child(20) {
|
|
1738
|
+
animation-name: _rise20_v34ii_1;
|
|
1739
|
+
animation-delay: -0.7s;
|
|
1619
1740
|
top: calc(50% - 0.25em);
|
|
1620
1741
|
left: 2em;
|
|
1621
1742
|
}
|
|
1622
|
-
.
|
|
1743
|
+
._button_v34ii_13:active {
|
|
1623
1744
|
transform: translateY(0.1em);
|
|
1624
1745
|
}
|
|
1625
|
-
.
|
|
1746
|
+
._button_v34ii_13:focus ._p_v34ii_26, ._button_v34ii_13:hover ._p_v34ii_26, ._button_v34ii_13:focus ._text_v34ii_26, ._button_v34ii_13:hover ._text_v34ii_26 {
|
|
1626
1747
|
background: hsl(18, 90%, 55%);
|
|
1627
1748
|
}
|
|
1628
|
-
.
|
|
1749
|
+
._button_v34ii_13:focus ._p_v34ii_26, ._button_v34ii_13:hover ._p_v34ii_26 {
|
|
1629
1750
|
animation-duration: 0.5s;
|
|
1630
1751
|
}
|
|
1631
|
-
.
|
|
1632
|
-
animation-delay: -0.
|
|
1752
|
+
._button_v34ii_13:focus ._p_v34ii_26:nth-child(1), ._button_v34ii_13:hover ._p_v34ii_26:nth-child(1) {
|
|
1753
|
+
animation-delay: -0.27s;
|
|
1633
1754
|
}
|
|
1634
|
-
.
|
|
1635
|
-
animation-delay: -0.
|
|
1755
|
+
._button_v34ii_13:focus ._p_v34ii_26:nth-child(2), ._button_v34ii_13:hover ._p_v34ii_26:nth-child(2) {
|
|
1756
|
+
animation-delay: -0.305s;
|
|
1636
1757
|
}
|
|
1637
|
-
.
|
|
1638
|
-
animation-delay: -0.
|
|
1758
|
+
._button_v34ii_13:focus ._p_v34ii_26:nth-child(3), ._button_v34ii_13:hover ._p_v34ii_26:nth-child(3) {
|
|
1759
|
+
animation-delay: -0.37s;
|
|
1639
1760
|
}
|
|
1640
|
-
.
|
|
1641
|
-
animation-delay: -0.
|
|
1761
|
+
._button_v34ii_13:focus ._p_v34ii_26:nth-child(4), ._button_v34ii_13:hover ._p_v34ii_26:nth-child(4) {
|
|
1762
|
+
animation-delay: -0.395s;
|
|
1642
1763
|
}
|
|
1643
|
-
.
|
|
1644
|
-
animation-delay: -0.
|
|
1764
|
+
._button_v34ii_13:focus ._p_v34ii_26:nth-child(5), ._button_v34ii_13:hover ._p_v34ii_26:nth-child(5) {
|
|
1765
|
+
animation-delay: -0.04s;
|
|
1645
1766
|
}
|
|
1646
|
-
.
|
|
1647
|
-
animation-delay: -0.
|
|
1767
|
+
._button_v34ii_13:focus ._p_v34ii_26:nth-child(6), ._button_v34ii_13:hover ._p_v34ii_26:nth-child(6) {
|
|
1768
|
+
animation-delay: -0.195s;
|
|
1648
1769
|
}
|
|
1649
|
-
.
|
|
1650
|
-
animation-delay: -0.
|
|
1770
|
+
._button_v34ii_13:focus ._p_v34ii_26:nth-child(7), ._button_v34ii_13:hover ._p_v34ii_26:nth-child(7) {
|
|
1771
|
+
animation-delay: -0.18s;
|
|
1651
1772
|
}
|
|
1652
|
-
.
|
|
1653
|
-
animation-delay: -0.
|
|
1773
|
+
._button_v34ii_13:focus ._p_v34ii_26:nth-child(8), ._button_v34ii_13:hover ._p_v34ii_26:nth-child(8) {
|
|
1774
|
+
animation-delay: -0.195s;
|
|
1654
1775
|
}
|
|
1655
|
-
.
|
|
1656
|
-
animation-delay: -0.
|
|
1776
|
+
._button_v34ii_13:focus ._p_v34ii_26:nth-child(9), ._button_v34ii_13:hover ._p_v34ii_26:nth-child(9) {
|
|
1777
|
+
animation-delay: -0.19s;
|
|
1657
1778
|
}
|
|
1658
|
-
.
|
|
1659
|
-
animation-delay: -0.
|
|
1779
|
+
._button_v34ii_13:focus ._p_v34ii_26:nth-child(10), ._button_v34ii_13:hover ._p_v34ii_26:nth-child(10) {
|
|
1780
|
+
animation-delay: -0.38s;
|
|
1660
1781
|
}
|
|
1661
|
-
.
|
|
1662
|
-
animation-delay: -0.
|
|
1782
|
+
._button_v34ii_13:focus ._p_v34ii_26:nth-child(11), ._button_v34ii_13:hover ._p_v34ii_26:nth-child(11) {
|
|
1783
|
+
animation-delay: -0.225s;
|
|
1663
1784
|
}
|
|
1664
|
-
.
|
|
1665
|
-
animation-delay: -0.
|
|
1785
|
+
._button_v34ii_13:focus ._p_v34ii_26:nth-child(12), ._button_v34ii_13:hover ._p_v34ii_26:nth-child(12) {
|
|
1786
|
+
animation-delay: -0.38s;
|
|
1666
1787
|
}
|
|
1667
|
-
.
|
|
1668
|
-
animation-delay: -0.
|
|
1788
|
+
._button_v34ii_13:focus ._p_v34ii_26:nth-child(13), ._button_v34ii_13:hover ._p_v34ii_26:nth-child(13) {
|
|
1789
|
+
animation-delay: -0.245s;
|
|
1669
1790
|
}
|
|
1670
|
-
.
|
|
1671
|
-
animation-delay: -0.
|
|
1791
|
+
._button_v34ii_13:focus ._p_v34ii_26:nth-child(14), ._button_v34ii_13:hover ._p_v34ii_26:nth-child(14) {
|
|
1792
|
+
animation-delay: -0.015s;
|
|
1672
1793
|
}
|
|
1673
|
-
.
|
|
1674
|
-
animation-delay: -0.
|
|
1794
|
+
._button_v34ii_13:focus ._p_v34ii_26:nth-child(15), ._button_v34ii_13:hover ._p_v34ii_26:nth-child(15) {
|
|
1795
|
+
animation-delay: -0.375s;
|
|
1675
1796
|
}
|
|
1676
|
-
.
|
|
1677
|
-
animation-delay: -0.
|
|
1797
|
+
._button_v34ii_13:focus ._p_v34ii_26:nth-child(16), ._button_v34ii_13:hover ._p_v34ii_26:nth-child(16) {
|
|
1798
|
+
animation-delay: -0.4s;
|
|
1678
1799
|
}
|
|
1679
|
-
.
|
|
1680
|
-
animation-delay: -0.
|
|
1800
|
+
._button_v34ii_13:focus ._p_v34ii_26:nth-child(17), ._button_v34ii_13:hover ._p_v34ii_26:nth-child(17) {
|
|
1801
|
+
animation-delay: -0.32s;
|
|
1681
1802
|
}
|
|
1682
|
-
.
|
|
1683
|
-
animation-delay: -0.
|
|
1803
|
+
._button_v34ii_13:focus ._p_v34ii_26:nth-child(18), ._button_v34ii_13:hover ._p_v34ii_26:nth-child(18) {
|
|
1804
|
+
animation-delay: -0.085s;
|
|
1684
1805
|
}
|
|
1685
|
-
.
|
|
1686
|
-
animation-delay: -0.
|
|
1806
|
+
._button_v34ii_13:focus ._p_v34ii_26:nth-child(19), ._button_v34ii_13:hover ._p_v34ii_26:nth-child(19) {
|
|
1807
|
+
animation-delay: -0.23s;
|
|
1687
1808
|
}
|
|
1688
|
-
.
|
|
1689
|
-
animation-delay: -0.
|
|
1809
|
+
._button_v34ii_13:focus ._p_v34ii_26:nth-child(20), ._button_v34ii_13:hover ._p_v34ii_26:nth-child(20) {
|
|
1810
|
+
animation-delay: -0.35s;
|
|
1690
1811
|
}
|
|
1691
1812
|
|
|
1692
|
-
.
|
|
1813
|
+
._text_v34ii_26 {
|
|
1693
1814
|
display: block;
|
|
1694
1815
|
padding: 0.5em;
|
|
1695
1816
|
width: 100%;
|
|
@@ -1698,231 +1819,231 @@ body[data-theme-mode='dark'] {
|
|
|
1698
1819
|
text-align: center;
|
|
1699
1820
|
}
|
|
1700
1821
|
|
|
1701
|
-
.
|
|
1702
|
-
.
|
|
1822
|
+
._text_v34ii_26,
|
|
1823
|
+
._effects_v34ii_240 {
|
|
1703
1824
|
position: absolute;
|
|
1704
1825
|
top: 0;
|
|
1705
1826
|
left: 0;
|
|
1706
1827
|
}
|
|
1707
1828
|
|
|
1708
|
-
@keyframes
|
|
1829
|
+
@keyframes _rise1_v34ii_1 {
|
|
1709
1830
|
from {
|
|
1710
1831
|
transform: translate(0em, 0) scale(1);
|
|
1711
1832
|
}
|
|
1712
1833
|
50% {
|
|
1713
|
-
transform: translate(
|
|
1834
|
+
transform: translate(0.098em, -0.64em) scale(1);
|
|
1714
1835
|
}
|
|
1715
1836
|
to {
|
|
1716
|
-
transform: translate(0.
|
|
1837
|
+
transform: translate(-0.025em, -1.28em) scale(0);
|
|
1717
1838
|
}
|
|
1718
1839
|
}
|
|
1719
|
-
@keyframes
|
|
1840
|
+
@keyframes _rise2_v34ii_1 {
|
|
1720
1841
|
from {
|
|
1721
1842
|
transform: translate(0em, 0) scale(1);
|
|
1722
1843
|
}
|
|
1723
1844
|
50% {
|
|
1724
|
-
transform: translate(-0.
|
|
1845
|
+
transform: translate(-0.054em, -0.65em) scale(1);
|
|
1725
1846
|
}
|
|
1726
1847
|
to {
|
|
1727
|
-
transform: translate(0.
|
|
1848
|
+
transform: translate(0.17em, -1.3em) scale(0);
|
|
1728
1849
|
}
|
|
1729
1850
|
}
|
|
1730
|
-
@keyframes
|
|
1851
|
+
@keyframes _rise3_v34ii_1 {
|
|
1731
1852
|
from {
|
|
1732
1853
|
transform: translate(0em, 0) scale(1);
|
|
1733
1854
|
}
|
|
1734
1855
|
50% {
|
|
1735
|
-
transform: translate(
|
|
1856
|
+
transform: translate(0.018em, -1.38em) scale(1);
|
|
1736
1857
|
}
|
|
1737
1858
|
to {
|
|
1738
|
-
transform: translate(-0.
|
|
1859
|
+
transform: translate(-0.23em, -2.76em) scale(0);
|
|
1739
1860
|
}
|
|
1740
1861
|
}
|
|
1741
|
-
@keyframes
|
|
1862
|
+
@keyframes _rise4_v34ii_1 {
|
|
1742
1863
|
from {
|
|
1743
1864
|
transform: translate(0em, 0) scale(1);
|
|
1744
1865
|
}
|
|
1745
1866
|
50% {
|
|
1746
|
-
transform: translate(0.
|
|
1867
|
+
transform: translate(-0.05em, -1.25em) scale(1);
|
|
1747
1868
|
}
|
|
1748
1869
|
to {
|
|
1749
|
-
transform: translate(0.
|
|
1870
|
+
transform: translate(0.13em, -2.5em) scale(0);
|
|
1750
1871
|
}
|
|
1751
1872
|
}
|
|
1752
|
-
@keyframes
|
|
1873
|
+
@keyframes _rise5_v34ii_1 {
|
|
1753
1874
|
from {
|
|
1754
1875
|
transform: translate(0em, 0) scale(1);
|
|
1755
1876
|
}
|
|
1756
1877
|
50% {
|
|
1757
|
-
transform: translate(0.
|
|
1878
|
+
transform: translate(-0.042em, -1.16em) scale(1);
|
|
1758
1879
|
}
|
|
1759
1880
|
to {
|
|
1760
|
-
transform: translate(0.
|
|
1881
|
+
transform: translate(-0.12em, -2.32em) scale(0);
|
|
1761
1882
|
}
|
|
1762
1883
|
}
|
|
1763
|
-
@keyframes
|
|
1884
|
+
@keyframes _rise6_v34ii_1 {
|
|
1764
1885
|
from {
|
|
1765
1886
|
transform: translate(0em, 0) scale(1);
|
|
1766
1887
|
}
|
|
1767
1888
|
50% {
|
|
1768
|
-
transform: translate(0.
|
|
1889
|
+
transform: translate(0.032em, -1.4em) scale(1);
|
|
1769
1890
|
}
|
|
1770
1891
|
to {
|
|
1771
|
-
transform: translate(
|
|
1892
|
+
transform: translate(0.19em, -2.8em) scale(0);
|
|
1772
1893
|
}
|
|
1773
1894
|
}
|
|
1774
|
-
@keyframes
|
|
1895
|
+
@keyframes _rise7_v34ii_1 {
|
|
1775
1896
|
from {
|
|
1776
1897
|
transform: translate(0em, 0) scale(1);
|
|
1777
1898
|
}
|
|
1778
1899
|
50% {
|
|
1779
|
-
transform: translate(-0.
|
|
1900
|
+
transform: translate(-0.024em, -0.83em) scale(1);
|
|
1780
1901
|
}
|
|
1781
1902
|
to {
|
|
1782
|
-
transform: translate(
|
|
1903
|
+
transform: translate(0.155em, -1.66em) scale(0);
|
|
1783
1904
|
}
|
|
1784
1905
|
}
|
|
1785
|
-
@keyframes
|
|
1906
|
+
@keyframes _rise8_v34ii_1 {
|
|
1786
1907
|
from {
|
|
1787
1908
|
transform: translate(0em, 0) scale(1);
|
|
1788
1909
|
}
|
|
1789
1910
|
50% {
|
|
1790
|
-
transform: translate(0.
|
|
1911
|
+
transform: translate(0.018em, -1.23em) scale(1);
|
|
1791
1912
|
}
|
|
1792
1913
|
to {
|
|
1793
|
-
transform: translate(
|
|
1914
|
+
transform: translate(0.195em, -2.46em) scale(0);
|
|
1794
1915
|
}
|
|
1795
1916
|
}
|
|
1796
|
-
@keyframes
|
|
1917
|
+
@keyframes _rise9_v34ii_1 {
|
|
1797
1918
|
from {
|
|
1798
1919
|
transform: translate(0em, 0) scale(1);
|
|
1799
1920
|
}
|
|
1800
1921
|
50% {
|
|
1801
|
-
transform: translate(0.
|
|
1922
|
+
transform: translate(-0.05em, -1.35em) scale(1);
|
|
1802
1923
|
}
|
|
1803
1924
|
to {
|
|
1804
|
-
transform: translate(
|
|
1925
|
+
transform: translate(0.25em, -2.7em) scale(0);
|
|
1805
1926
|
}
|
|
1806
1927
|
}
|
|
1807
|
-
@keyframes
|
|
1928
|
+
@keyframes _rise10_v34ii_1 {
|
|
1808
1929
|
from {
|
|
1809
1930
|
transform: translate(0em, 0) scale(1);
|
|
1810
1931
|
}
|
|
1811
1932
|
50% {
|
|
1812
|
-
transform: translate(0.
|
|
1933
|
+
transform: translate(0.018em, -0.87em) scale(1);
|
|
1813
1934
|
}
|
|
1814
1935
|
to {
|
|
1815
|
-
transform: translate(
|
|
1936
|
+
transform: translate(0.065em, -1.74em) scale(0);
|
|
1816
1937
|
}
|
|
1817
1938
|
}
|
|
1818
|
-
@keyframes
|
|
1939
|
+
@keyframes _rise11_v34ii_1 {
|
|
1819
1940
|
from {
|
|
1820
1941
|
transform: translate(0em, 0) scale(1);
|
|
1821
1942
|
}
|
|
1822
1943
|
50% {
|
|
1823
|
-
transform: translate(
|
|
1944
|
+
transform: translate(0.09em, -0.73em) scale(1);
|
|
1824
1945
|
}
|
|
1825
1946
|
to {
|
|
1826
|
-
transform: translate(
|
|
1947
|
+
transform: translate(0.16em, -1.46em) scale(0);
|
|
1827
1948
|
}
|
|
1828
1949
|
}
|
|
1829
|
-
@keyframes
|
|
1950
|
+
@keyframes _rise12_v34ii_1 {
|
|
1830
1951
|
from {
|
|
1831
1952
|
transform: translate(0em, 0) scale(1);
|
|
1832
1953
|
}
|
|
1833
1954
|
50% {
|
|
1834
|
-
transform: translate(-0.
|
|
1955
|
+
transform: translate(-0.042em, -1.08em) scale(1);
|
|
1835
1956
|
}
|
|
1836
1957
|
to {
|
|
1837
|
-
transform: translate(-0.
|
|
1958
|
+
transform: translate(-0.23em, -2.16em) scale(0);
|
|
1838
1959
|
}
|
|
1839
1960
|
}
|
|
1840
|
-
@keyframes
|
|
1961
|
+
@keyframes _rise13_v34ii_1 {
|
|
1841
1962
|
from {
|
|
1842
1963
|
transform: translate(0em, 0) scale(1);
|
|
1843
1964
|
}
|
|
1844
1965
|
50% {
|
|
1845
|
-
transform: translate(-0.032em, -1.
|
|
1966
|
+
transform: translate(-0.032em, -1.46em) scale(1);
|
|
1846
1967
|
}
|
|
1847
1968
|
to {
|
|
1848
|
-
transform: translate(0.215em, -2.
|
|
1969
|
+
transform: translate(-0.215em, -2.92em) scale(0);
|
|
1849
1970
|
}
|
|
1850
1971
|
}
|
|
1851
|
-
@keyframes
|
|
1972
|
+
@keyframes _rise14_v34ii_1 {
|
|
1852
1973
|
from {
|
|
1853
1974
|
transform: translate(0em, 0) scale(1);
|
|
1854
1975
|
}
|
|
1855
1976
|
50% {
|
|
1856
|
-
transform: translate(0.
|
|
1977
|
+
transform: translate(0.086em, -0.9em) scale(1);
|
|
1857
1978
|
}
|
|
1858
1979
|
to {
|
|
1859
|
-
transform: translate(-0.
|
|
1980
|
+
transform: translate(-0.15em, -1.8em) scale(0);
|
|
1860
1981
|
}
|
|
1861
1982
|
}
|
|
1862
|
-
@keyframes
|
|
1983
|
+
@keyframes _rise15_v34ii_1 {
|
|
1863
1984
|
from {
|
|
1864
1985
|
transform: translate(0em, 0) scale(1);
|
|
1865
1986
|
}
|
|
1866
1987
|
50% {
|
|
1867
|
-
transform: translate(0.
|
|
1988
|
+
transform: translate(-0.018em, -0.68em) scale(1);
|
|
1868
1989
|
}
|
|
1869
1990
|
to {
|
|
1870
|
-
transform: translate(-0.
|
|
1991
|
+
transform: translate(-0.16em, -1.36em) scale(0);
|
|
1871
1992
|
}
|
|
1872
1993
|
}
|
|
1873
|
-
@keyframes
|
|
1994
|
+
@keyframes _rise16_v34ii_1 {
|
|
1874
1995
|
from {
|
|
1875
1996
|
transform: translate(0em, 0) scale(1);
|
|
1876
1997
|
}
|
|
1877
1998
|
50% {
|
|
1878
|
-
transform: translate(0.
|
|
1999
|
+
transform: translate(-0.078em, -0.92em) scale(1);
|
|
1879
2000
|
}
|
|
1880
2001
|
to {
|
|
1881
|
-
transform: translate(
|
|
2002
|
+
transform: translate(0.19em, -1.84em) scale(0);
|
|
1882
2003
|
}
|
|
1883
2004
|
}
|
|
1884
|
-
@keyframes
|
|
2005
|
+
@keyframes _rise17_v34ii_1 {
|
|
1885
2006
|
from {
|
|
1886
2007
|
transform: translate(0em, 0) scale(1);
|
|
1887
2008
|
}
|
|
1888
2009
|
50% {
|
|
1889
|
-
transform: translate(-0.
|
|
2010
|
+
transform: translate(-0.076em, -1.32em) scale(1);
|
|
1890
2011
|
}
|
|
1891
2012
|
to {
|
|
1892
|
-
transform: translate(
|
|
2013
|
+
transform: translate(0.105em, -2.64em) scale(0);
|
|
1893
2014
|
}
|
|
1894
2015
|
}
|
|
1895
|
-
@keyframes
|
|
2016
|
+
@keyframes _rise18_v34ii_1 {
|
|
1896
2017
|
from {
|
|
1897
2018
|
transform: translate(0em, 0) scale(1);
|
|
1898
2019
|
}
|
|
1899
2020
|
50% {
|
|
1900
|
-
transform: translate(0.
|
|
2021
|
+
transform: translate(0.056em, -1.27em) scale(1);
|
|
1901
2022
|
}
|
|
1902
2023
|
to {
|
|
1903
|
-
transform: translate(-0.
|
|
2024
|
+
transform: translate(-0.12em, -2.54em) scale(0);
|
|
1904
2025
|
}
|
|
1905
2026
|
}
|
|
1906
|
-
@keyframes
|
|
2027
|
+
@keyframes _rise19_v34ii_1 {
|
|
1907
2028
|
from {
|
|
1908
2029
|
transform: translate(0em, 0) scale(1);
|
|
1909
2030
|
}
|
|
1910
2031
|
50% {
|
|
1911
|
-
transform: translate(0.
|
|
2032
|
+
transform: translate(-0.086em, -1.27em) scale(1);
|
|
1912
2033
|
}
|
|
1913
2034
|
to {
|
|
1914
|
-
transform: translate(0.
|
|
2035
|
+
transform: translate(0.045em, -2.54em) scale(0);
|
|
1915
2036
|
}
|
|
1916
2037
|
}
|
|
1917
|
-
@keyframes
|
|
2038
|
+
@keyframes _rise20_v34ii_1 {
|
|
1918
2039
|
from {
|
|
1919
2040
|
transform: translate(0em, 0) scale(1);
|
|
1920
2041
|
}
|
|
1921
2042
|
50% {
|
|
1922
|
-
transform: translate(-0.
|
|
2043
|
+
transform: translate(-0.018em, -1.31em) scale(1);
|
|
1923
2044
|
}
|
|
1924
2045
|
to {
|
|
1925
|
-
transform: translate(-0.
|
|
2046
|
+
transform: translate(-0.225em, -2.62em) scale(0);
|
|
1926
2047
|
}
|
|
1927
2048
|
}._root_exi6q_1 {
|
|
1928
2049
|
--primary: black;
|
|
@@ -3657,6 +3778,75 @@ body[data-theme-mode='dark'] {
|
|
|
3657
3778
|
syntax: "<number>";
|
|
3658
3779
|
inherits: true;
|
|
3659
3780
|
initial-value: 0;
|
|
3781
|
+
}._toolbarContainer_st7sz_1 {
|
|
3782
|
+
display: flex;
|
|
3783
|
+
gap: 20px;
|
|
3784
|
+
align-items: center;
|
|
3785
|
+
}
|
|
3786
|
+
|
|
3787
|
+
._glassGroup_st7sz_7 {
|
|
3788
|
+
display: flex;
|
|
3789
|
+
gap: 12px;
|
|
3790
|
+
padding: 10px 16px;
|
|
3791
|
+
background: rgba(255, 255, 255, 0.2);
|
|
3792
|
+
border-radius: 999px;
|
|
3793
|
+
backdrop-filter: blur(20px);
|
|
3794
|
+
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
|
|
3795
|
+
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
3796
|
+
position: relative;
|
|
3797
|
+
}
|
|
3798
|
+
|
|
3799
|
+
._floatInRight_st7sz_19 {
|
|
3800
|
+
position: relative;
|
|
3801
|
+
}
|
|
3802
|
+
|
|
3803
|
+
._glassButton_st7sz_23 {
|
|
3804
|
+
width: 36px;
|
|
3805
|
+
height: 36px;
|
|
3806
|
+
display: flex;
|
|
3807
|
+
justify-content: center;
|
|
3808
|
+
align-items: center;
|
|
3809
|
+
background: rgba(255, 255, 255, 0.25);
|
|
3810
|
+
border-radius: 50%;
|
|
3811
|
+
backdrop-filter: blur(10px);
|
|
3812
|
+
border: 1px solid rgba(255, 255, 255, 0.15);
|
|
3813
|
+
position: relative;
|
|
3814
|
+
overflow: hidden;
|
|
3815
|
+
transition: transform 0.2s ease;
|
|
3816
|
+
cursor: pointer;
|
|
3817
|
+
padding: 0;
|
|
3818
|
+
margin: 0;
|
|
3819
|
+
appearance: none;
|
|
3820
|
+
outline: none;
|
|
3821
|
+
}
|
|
3822
|
+
|
|
3823
|
+
._glassIcon_st7sz_43 {
|
|
3824
|
+
width: 24px;
|
|
3825
|
+
height: 24px;
|
|
3826
|
+
fill: black;
|
|
3827
|
+
opacity: 1;
|
|
3828
|
+
transition: opacity 0.4s ease-in-out 0.3s;
|
|
3829
|
+
pointer-events: none;
|
|
3830
|
+
}
|
|
3831
|
+
|
|
3832
|
+
._ripple_st7sz_52 {
|
|
3833
|
+
position: absolute;
|
|
3834
|
+
width: 100px;
|
|
3835
|
+
height: 100px;
|
|
3836
|
+
margin-left: -50px;
|
|
3837
|
+
margin-top: -50px;
|
|
3838
|
+
border-radius: 50%;
|
|
3839
|
+
background: rgba(255, 255, 255, 0.5);
|
|
3840
|
+
transform: scale(0);
|
|
3841
|
+
animation: _rippleAnim_st7sz_1 1s linear;
|
|
3842
|
+
pointer-events: none;
|
|
3843
|
+
}
|
|
3844
|
+
|
|
3845
|
+
@keyframes _rippleAnim_st7sz_1 {
|
|
3846
|
+
to {
|
|
3847
|
+
transform: scale(4);
|
|
3848
|
+
opacity: 0;
|
|
3849
|
+
}
|
|
3660
3850
|
}._root_ka8n8_1 {
|
|
3661
3851
|
text-align: center;
|
|
3662
3852
|
display: block;
|
|
@@ -5139,7 +5329,7 @@ body[data-theme-mode='dark'] {
|
|
|
5139
5329
|
._root_1qkvm_1:focus::after {
|
|
5140
5330
|
opacity: 1;
|
|
5141
5331
|
}/*background-image: radial-gradient(circle, #333, #000 800px);*/
|
|
5142
|
-
.
|
|
5332
|
+
._root_zypk6_2 {
|
|
5143
5333
|
position: relative;
|
|
5144
5334
|
width: 287px;
|
|
5145
5335
|
height: 36px;
|
|
@@ -5153,13 +5343,13 @@ body[data-theme-mode='dark'] {
|
|
|
5153
5343
|
justify-content: center;
|
|
5154
5344
|
align-content: center;
|
|
5155
5345
|
}
|
|
5156
|
-
.
|
|
5346
|
+
._root_zypk6_2:hover {
|
|
5157
5347
|
--sy: 1;
|
|
5158
5348
|
--aps: running;
|
|
5159
5349
|
--op: 0;
|
|
5160
5350
|
}
|
|
5161
5351
|
|
|
5162
|
-
.
|
|
5352
|
+
._i_zypk6_22 {
|
|
5163
5353
|
position: absolute;
|
|
5164
5354
|
left: var(--left, 0);
|
|
5165
5355
|
top: 50%;
|
|
@@ -5169,16 +5359,16 @@ body[data-theme-mode='dark'] {
|
|
|
5169
5359
|
transition: transform var(--duration) ease-out;
|
|
5170
5360
|
z-index: -1;
|
|
5171
5361
|
}
|
|
5172
|
-
.
|
|
5362
|
+
._i_zypk6_22::after {
|
|
5173
5363
|
content: "";
|
|
5174
5364
|
position: absolute;
|
|
5175
5365
|
inset: 0;
|
|
5176
5366
|
background-image: linear-gradient(#fff, hsl(var(--hue, 0), 75%, 75%));
|
|
5177
5367
|
border-radius: 50%;
|
|
5178
|
-
animation:
|
|
5368
|
+
animation: _noise_zypk6_1 var(--duration) infinite ease-in-out alternate;
|
|
5179
5369
|
animation-play-state: var(--aps, paused);
|
|
5180
5370
|
}
|
|
5181
|
-
@keyframes
|
|
5371
|
+
@keyframes _noise_zypk6_1 {
|
|
5182
5372
|
0% {
|
|
5183
5373
|
transform: scaleY(calc(1 - (var(--size, 0))));
|
|
5184
5374
|
}
|
|
@@ -5186,440 +5376,440 @@ body[data-theme-mode='dark'] {
|
|
|
5186
5376
|
transform: scaleY(calc(1 + (var(--size, 0))));
|
|
5187
5377
|
}
|
|
5188
5378
|
}
|
|
5189
|
-
.
|
|
5379
|
+
._i_zypk6_22:nth-child(1) {
|
|
5190
5380
|
--left: 0px;
|
|
5191
|
-
--duration:
|
|
5192
|
-
--size: 0.
|
|
5381
|
+
--duration: 269ms;
|
|
5382
|
+
--size: 0.654;
|
|
5193
5383
|
--hue: 0;
|
|
5194
5384
|
}
|
|
5195
|
-
.
|
|
5385
|
+
._i_zypk6_22:nth-child(2) {
|
|
5196
5386
|
--left: 4px;
|
|
5197
|
-
--duration:
|
|
5198
|
-
--size: 0.
|
|
5387
|
+
--duration: 351ms;
|
|
5388
|
+
--size: 0.818;
|
|
5199
5389
|
--hue: 5;
|
|
5200
5390
|
}
|
|
5201
|
-
.
|
|
5391
|
+
._i_zypk6_22:nth-child(3) {
|
|
5202
5392
|
--left: 8px;
|
|
5203
|
-
--duration:
|
|
5204
|
-
--size: 0.
|
|
5393
|
+
--duration: 286ms;
|
|
5394
|
+
--size: 0.172;
|
|
5205
5395
|
--hue: 10;
|
|
5206
5396
|
}
|
|
5207
|
-
.
|
|
5397
|
+
._i_zypk6_22:nth-child(4) {
|
|
5208
5398
|
--left: 12px;
|
|
5209
|
-
--duration:
|
|
5210
|
-
--size: 0.
|
|
5399
|
+
--duration: 297ms;
|
|
5400
|
+
--size: 0.906;
|
|
5211
5401
|
--hue: 15;
|
|
5212
5402
|
}
|
|
5213
|
-
.
|
|
5403
|
+
._i_zypk6_22:nth-child(5) {
|
|
5214
5404
|
--left: 16px;
|
|
5215
|
-
--duration:
|
|
5216
|
-
--size: 0.
|
|
5405
|
+
--duration: 372ms;
|
|
5406
|
+
--size: 0.084;
|
|
5217
5407
|
--hue: 20;
|
|
5218
5408
|
}
|
|
5219
|
-
.
|
|
5409
|
+
._i_zypk6_22:nth-child(6) {
|
|
5220
5410
|
--left: 20px;
|
|
5221
|
-
--duration:
|
|
5222
|
-
--size: 0.
|
|
5411
|
+
--duration: 356ms;
|
|
5412
|
+
--size: 0.511;
|
|
5223
5413
|
--hue: 25;
|
|
5224
5414
|
}
|
|
5225
|
-
.
|
|
5415
|
+
._i_zypk6_22:nth-child(7) {
|
|
5226
5416
|
--left: 24px;
|
|
5227
|
-
--duration:
|
|
5228
|
-
--size: 0.
|
|
5417
|
+
--duration: 357ms;
|
|
5418
|
+
--size: 0.785;
|
|
5229
5419
|
--hue: 30;
|
|
5230
5420
|
}
|
|
5231
|
-
.
|
|
5421
|
+
._i_zypk6_22:nth-child(8) {
|
|
5232
5422
|
--left: 28px;
|
|
5233
|
-
--duration:
|
|
5234
|
-
--size: 0.
|
|
5423
|
+
--duration: 272ms;
|
|
5424
|
+
--size: 0.2;
|
|
5235
5425
|
--hue: 35;
|
|
5236
5426
|
}
|
|
5237
|
-
.
|
|
5427
|
+
._i_zypk6_22:nth-child(9) {
|
|
5238
5428
|
--left: 32px;
|
|
5239
|
-
--duration:
|
|
5240
|
-
--size: 0.
|
|
5429
|
+
--duration: 276ms;
|
|
5430
|
+
--size: 0.644;
|
|
5241
5431
|
--hue: 40;
|
|
5242
5432
|
}
|
|
5243
|
-
.
|
|
5433
|
+
._i_zypk6_22:nth-child(10) {
|
|
5244
5434
|
--left: 36px;
|
|
5245
|
-
--duration:
|
|
5246
|
-
--size: 0.
|
|
5435
|
+
--duration: 367ms;
|
|
5436
|
+
--size: 0.842;
|
|
5247
5437
|
--hue: 45;
|
|
5248
5438
|
}
|
|
5249
|
-
.
|
|
5439
|
+
._i_zypk6_22:nth-child(11) {
|
|
5250
5440
|
--left: 40px;
|
|
5251
|
-
--duration:
|
|
5252
|
-
--size: 0.
|
|
5441
|
+
--duration: 397ms;
|
|
5442
|
+
--size: 0.783;
|
|
5253
5443
|
--hue: 50;
|
|
5254
5444
|
}
|
|
5255
|
-
.
|
|
5445
|
+
._i_zypk6_22:nth-child(12) {
|
|
5256
5446
|
--left: 44px;
|
|
5257
|
-
--duration:
|
|
5258
|
-
--size: 0.
|
|
5447
|
+
--duration: 395ms;
|
|
5448
|
+
--size: 0.319;
|
|
5259
5449
|
--hue: 55;
|
|
5260
5450
|
}
|
|
5261
|
-
.
|
|
5451
|
+
._i_zypk6_22:nth-child(13) {
|
|
5262
5452
|
--left: 48px;
|
|
5263
|
-
--duration:
|
|
5264
|
-
--size: 0.
|
|
5453
|
+
--duration: 250ms;
|
|
5454
|
+
--size: 0.487;
|
|
5265
5455
|
--hue: 60;
|
|
5266
5456
|
}
|
|
5267
|
-
.
|
|
5457
|
+
._i_zypk6_22:nth-child(14) {
|
|
5268
5458
|
--left: 52px;
|
|
5269
|
-
--duration:
|
|
5270
|
-
--size: 0.
|
|
5459
|
+
--duration: 352ms;
|
|
5460
|
+
--size: 0.434;
|
|
5271
5461
|
--hue: 65;
|
|
5272
5462
|
}
|
|
5273
|
-
.
|
|
5463
|
+
._i_zypk6_22:nth-child(15) {
|
|
5274
5464
|
--left: 56px;
|
|
5275
|
-
--duration:
|
|
5276
|
-
--size: 0.
|
|
5465
|
+
--duration: 307ms;
|
|
5466
|
+
--size: 0.183;
|
|
5277
5467
|
--hue: 70;
|
|
5278
5468
|
}
|
|
5279
|
-
.
|
|
5469
|
+
._i_zypk6_22:nth-child(16) {
|
|
5280
5470
|
--left: 60px;
|
|
5281
|
-
--duration:
|
|
5282
|
-
--size: 0.
|
|
5471
|
+
--duration: 304ms;
|
|
5472
|
+
--size: 0.589;
|
|
5283
5473
|
--hue: 75;
|
|
5284
5474
|
}
|
|
5285
|
-
.
|
|
5475
|
+
._i_zypk6_22:nth-child(17) {
|
|
5286
5476
|
--left: 64px;
|
|
5287
|
-
--duration:
|
|
5288
|
-
--size: 0.
|
|
5477
|
+
--duration: 296ms;
|
|
5478
|
+
--size: 0.34;
|
|
5289
5479
|
--hue: 80;
|
|
5290
5480
|
}
|
|
5291
|
-
.
|
|
5481
|
+
._i_zypk6_22:nth-child(18) {
|
|
5292
5482
|
--left: 68px;
|
|
5293
|
-
--duration:
|
|
5294
|
-
--size: 0.
|
|
5483
|
+
--duration: 387ms;
|
|
5484
|
+
--size: 0.2;
|
|
5295
5485
|
--hue: 85;
|
|
5296
5486
|
}
|
|
5297
|
-
.
|
|
5487
|
+
._i_zypk6_22:nth-child(19) {
|
|
5298
5488
|
--left: 72px;
|
|
5299
|
-
--duration:
|
|
5300
|
-
--size: 0.
|
|
5489
|
+
--duration: 201ms;
|
|
5490
|
+
--size: 0.281;
|
|
5301
5491
|
--hue: 90;
|
|
5302
5492
|
}
|
|
5303
|
-
.
|
|
5493
|
+
._i_zypk6_22:nth-child(20) {
|
|
5304
5494
|
--left: 76px;
|
|
5305
|
-
--duration:
|
|
5306
|
-
--size: 0.
|
|
5495
|
+
--duration: 371ms;
|
|
5496
|
+
--size: 0.587;
|
|
5307
5497
|
--hue: 95;
|
|
5308
5498
|
}
|
|
5309
|
-
.
|
|
5499
|
+
._i_zypk6_22:nth-child(21) {
|
|
5310
5500
|
--left: 80px;
|
|
5311
|
-
--duration:
|
|
5312
|
-
--size: 0.
|
|
5501
|
+
--duration: 341ms;
|
|
5502
|
+
--size: 0.127;
|
|
5313
5503
|
--hue: 100;
|
|
5314
5504
|
}
|
|
5315
|
-
.
|
|
5505
|
+
._i_zypk6_22:nth-child(22) {
|
|
5316
5506
|
--left: 84px;
|
|
5317
|
-
--duration:
|
|
5318
|
-
--size: 0.
|
|
5507
|
+
--duration: 370ms;
|
|
5508
|
+
--size: 0.638;
|
|
5319
5509
|
--hue: 105;
|
|
5320
5510
|
}
|
|
5321
|
-
.
|
|
5511
|
+
._i_zypk6_22:nth-child(23) {
|
|
5322
5512
|
--left: 88px;
|
|
5323
|
-
--duration:
|
|
5324
|
-
--size: 0.
|
|
5513
|
+
--duration: 399ms;
|
|
5514
|
+
--size: 0.197;
|
|
5325
5515
|
--hue: 110;
|
|
5326
5516
|
}
|
|
5327
|
-
.
|
|
5517
|
+
._i_zypk6_22:nth-child(24) {
|
|
5328
5518
|
--left: 92px;
|
|
5329
|
-
--duration:
|
|
5330
|
-
--size: 0.
|
|
5519
|
+
--duration: 355ms;
|
|
5520
|
+
--size: 0.04;
|
|
5331
5521
|
--hue: 115;
|
|
5332
5522
|
}
|
|
5333
|
-
.
|
|
5523
|
+
._i_zypk6_22:nth-child(25) {
|
|
5334
5524
|
--left: 96px;
|
|
5335
|
-
--duration:
|
|
5336
|
-
--size: 0.
|
|
5525
|
+
--duration: 274ms;
|
|
5526
|
+
--size: 0.582;
|
|
5337
5527
|
--hue: 120;
|
|
5338
5528
|
}
|
|
5339
|
-
.
|
|
5529
|
+
._i_zypk6_22:nth-child(26) {
|
|
5340
5530
|
--left: 100px;
|
|
5341
|
-
--duration:
|
|
5342
|
-
--size: 0.
|
|
5531
|
+
--duration: 216ms;
|
|
5532
|
+
--size: 0.009;
|
|
5343
5533
|
--hue: 125;
|
|
5344
5534
|
}
|
|
5345
|
-
.
|
|
5535
|
+
._i_zypk6_22:nth-child(27) {
|
|
5346
5536
|
--left: 104px;
|
|
5347
5537
|
--duration: 310ms;
|
|
5348
|
-
--size: 0.
|
|
5538
|
+
--size: 0.977;
|
|
5349
5539
|
--hue: 130;
|
|
5350
5540
|
}
|
|
5351
|
-
.
|
|
5541
|
+
._i_zypk6_22:nth-child(28) {
|
|
5352
5542
|
--left: 108px;
|
|
5353
|
-
--duration:
|
|
5354
|
-
--size: 0.
|
|
5543
|
+
--duration: 247ms;
|
|
5544
|
+
--size: 0.692;
|
|
5355
5545
|
--hue: 135;
|
|
5356
5546
|
}
|
|
5357
|
-
.
|
|
5547
|
+
._i_zypk6_22:nth-child(29) {
|
|
5358
5548
|
--left: 112px;
|
|
5359
|
-
--duration:
|
|
5360
|
-
--size: 0.
|
|
5549
|
+
--duration: 355ms;
|
|
5550
|
+
--size: 0.277;
|
|
5361
5551
|
--hue: 140;
|
|
5362
5552
|
}
|
|
5363
|
-
.
|
|
5553
|
+
._i_zypk6_22:nth-child(30) {
|
|
5364
5554
|
--left: 116px;
|
|
5365
|
-
--duration:
|
|
5366
|
-
--size: 0.
|
|
5555
|
+
--duration: 246ms;
|
|
5556
|
+
--size: 0.691;
|
|
5367
5557
|
--hue: 145;
|
|
5368
5558
|
}
|
|
5369
|
-
.
|
|
5559
|
+
._i_zypk6_22:nth-child(31) {
|
|
5370
5560
|
--left: 120px;
|
|
5371
|
-
--duration:
|
|
5372
|
-
--size: 0.
|
|
5561
|
+
--duration: 348ms;
|
|
5562
|
+
--size: 0.595;
|
|
5373
5563
|
--hue: 150;
|
|
5374
5564
|
}
|
|
5375
|
-
.
|
|
5565
|
+
._i_zypk6_22:nth-child(32) {
|
|
5376
5566
|
--left: 124px;
|
|
5377
|
-
--duration:
|
|
5378
|
-
--size: 0.
|
|
5567
|
+
--duration: 393ms;
|
|
5568
|
+
--size: 0.505;
|
|
5379
5569
|
--hue: 155;
|
|
5380
5570
|
}
|
|
5381
|
-
.
|
|
5571
|
+
._i_zypk6_22:nth-child(33) {
|
|
5382
5572
|
--left: 128px;
|
|
5383
|
-
--duration:
|
|
5384
|
-
--size: 0.
|
|
5573
|
+
--duration: 336ms;
|
|
5574
|
+
--size: 0.595;
|
|
5385
5575
|
--hue: 160;
|
|
5386
5576
|
}
|
|
5387
|
-
.
|
|
5577
|
+
._i_zypk6_22:nth-child(34) {
|
|
5388
5578
|
--left: 132px;
|
|
5389
|
-
--duration:
|
|
5390
|
-
--size: 0.
|
|
5579
|
+
--duration: 224ms;
|
|
5580
|
+
--size: 0.499;
|
|
5391
5581
|
--hue: 165;
|
|
5392
5582
|
}
|
|
5393
|
-
.
|
|
5583
|
+
._i_zypk6_22:nth-child(35) {
|
|
5394
5584
|
--left: 136px;
|
|
5395
|
-
--duration:
|
|
5396
|
-
--size: 0.
|
|
5585
|
+
--duration: 353ms;
|
|
5586
|
+
--size: 0.625;
|
|
5397
5587
|
--hue: 170;
|
|
5398
5588
|
}
|
|
5399
|
-
.
|
|
5589
|
+
._i_zypk6_22:nth-child(36) {
|
|
5400
5590
|
--left: 140px;
|
|
5401
|
-
--duration:
|
|
5402
|
-
--size:
|
|
5591
|
+
--duration: 253ms;
|
|
5592
|
+
--size: 1;
|
|
5403
5593
|
--hue: 175;
|
|
5404
5594
|
}
|
|
5405
|
-
.
|
|
5595
|
+
._i_zypk6_22:nth-child(37) {
|
|
5406
5596
|
--left: 144px;
|
|
5407
|
-
--duration:
|
|
5408
|
-
--size: 0.
|
|
5597
|
+
--duration: 303ms;
|
|
5598
|
+
--size: 0.239;
|
|
5409
5599
|
--hue: 180;
|
|
5410
5600
|
}
|
|
5411
|
-
.
|
|
5601
|
+
._i_zypk6_22:nth-child(38) {
|
|
5412
5602
|
--left: 148px;
|
|
5413
|
-
--duration:
|
|
5414
|
-
--size: 0.
|
|
5603
|
+
--duration: 325ms;
|
|
5604
|
+
--size: 0.4;
|
|
5415
5605
|
--hue: 185;
|
|
5416
5606
|
}
|
|
5417
|
-
.
|
|
5607
|
+
._i_zypk6_22:nth-child(39) {
|
|
5418
5608
|
--left: 152px;
|
|
5419
|
-
--duration:
|
|
5420
|
-
--size: 0.
|
|
5609
|
+
--duration: 246ms;
|
|
5610
|
+
--size: 0.653;
|
|
5421
5611
|
--hue: 190;
|
|
5422
5612
|
}
|
|
5423
|
-
.
|
|
5613
|
+
._i_zypk6_22:nth-child(40) {
|
|
5424
5614
|
--left: 156px;
|
|
5425
|
-
--duration:
|
|
5426
|
-
--size: 0.
|
|
5615
|
+
--duration: 280ms;
|
|
5616
|
+
--size: 0.936;
|
|
5427
5617
|
--hue: 195;
|
|
5428
5618
|
}
|
|
5429
|
-
.
|
|
5619
|
+
._i_zypk6_22:nth-child(41) {
|
|
5430
5620
|
--left: 160px;
|
|
5431
|
-
--duration:
|
|
5432
|
-
--size: 0.
|
|
5621
|
+
--duration: 338ms;
|
|
5622
|
+
--size: 0.982;
|
|
5433
5623
|
--hue: 200;
|
|
5434
5624
|
}
|
|
5435
|
-
.
|
|
5625
|
+
._i_zypk6_22:nth-child(42) {
|
|
5436
5626
|
--left: 164px;
|
|
5437
|
-
--duration:
|
|
5438
|
-
--size: 0.
|
|
5627
|
+
--duration: 338ms;
|
|
5628
|
+
--size: 0.186;
|
|
5439
5629
|
--hue: 205;
|
|
5440
5630
|
}
|
|
5441
|
-
.
|
|
5631
|
+
._i_zypk6_22:nth-child(43) {
|
|
5442
5632
|
--left: 168px;
|
|
5443
|
-
--duration:
|
|
5444
|
-
--size: 0.
|
|
5633
|
+
--duration: 349ms;
|
|
5634
|
+
--size: 0.24;
|
|
5445
5635
|
--hue: 210;
|
|
5446
5636
|
}
|
|
5447
|
-
.
|
|
5637
|
+
._i_zypk6_22:nth-child(44) {
|
|
5448
5638
|
--left: 172px;
|
|
5449
|
-
--duration:
|
|
5450
|
-
--size: 0.
|
|
5639
|
+
--duration: 223ms;
|
|
5640
|
+
--size: 0.37;
|
|
5451
5641
|
--hue: 215;
|
|
5452
5642
|
}
|
|
5453
|
-
.
|
|
5643
|
+
._i_zypk6_22:nth-child(45) {
|
|
5454
5644
|
--left: 176px;
|
|
5455
|
-
--duration:
|
|
5456
|
-
--size: 0.
|
|
5645
|
+
--duration: 306ms;
|
|
5646
|
+
--size: 0.092;
|
|
5457
5647
|
--hue: 220;
|
|
5458
5648
|
}
|
|
5459
|
-
.
|
|
5649
|
+
._i_zypk6_22:nth-child(46) {
|
|
5460
5650
|
--left: 180px;
|
|
5461
|
-
--duration:
|
|
5462
|
-
--size: 0.
|
|
5651
|
+
--duration: 212ms;
|
|
5652
|
+
--size: 0.452;
|
|
5463
5653
|
--hue: 225;
|
|
5464
5654
|
}
|
|
5465
|
-
.
|
|
5655
|
+
._i_zypk6_22:nth-child(47) {
|
|
5466
5656
|
--left: 184px;
|
|
5467
|
-
--duration:
|
|
5468
|
-
--size: 0.
|
|
5657
|
+
--duration: 275ms;
|
|
5658
|
+
--size: 0.973;
|
|
5469
5659
|
--hue: 230;
|
|
5470
5660
|
}
|
|
5471
|
-
.
|
|
5661
|
+
._i_zypk6_22:nth-child(48) {
|
|
5472
5662
|
--left: 188px;
|
|
5473
|
-
--duration:
|
|
5474
|
-
--size: 0.
|
|
5663
|
+
--duration: 307ms;
|
|
5664
|
+
--size: 0.846;
|
|
5475
5665
|
--hue: 235;
|
|
5476
5666
|
}
|
|
5477
|
-
.
|
|
5667
|
+
._i_zypk6_22:nth-child(49) {
|
|
5478
5668
|
--left: 192px;
|
|
5479
|
-
--duration:
|
|
5480
|
-
--size: 0.
|
|
5669
|
+
--duration: 284ms;
|
|
5670
|
+
--size: 0.442;
|
|
5481
5671
|
--hue: 240;
|
|
5482
5672
|
}
|
|
5483
|
-
.
|
|
5673
|
+
._i_zypk6_22:nth-child(50) {
|
|
5484
5674
|
--left: 196px;
|
|
5485
|
-
--duration:
|
|
5486
|
-
--size: 0.
|
|
5675
|
+
--duration: 225ms;
|
|
5676
|
+
--size: 0.083;
|
|
5487
5677
|
--hue: 245;
|
|
5488
5678
|
}
|
|
5489
|
-
.
|
|
5679
|
+
._i_zypk6_22:nth-child(51) {
|
|
5490
5680
|
--left: 200px;
|
|
5491
|
-
--duration:
|
|
5492
|
-
--size: 0.
|
|
5681
|
+
--duration: 236ms;
|
|
5682
|
+
--size: 0.03;
|
|
5493
5683
|
--hue: 250;
|
|
5494
5684
|
}
|
|
5495
|
-
.
|
|
5685
|
+
._i_zypk6_22:nth-child(52) {
|
|
5496
5686
|
--left: 204px;
|
|
5497
|
-
--duration:
|
|
5498
|
-
--size: 0.
|
|
5687
|
+
--duration: 261ms;
|
|
5688
|
+
--size: 0.848;
|
|
5499
5689
|
--hue: 255;
|
|
5500
5690
|
}
|
|
5501
|
-
.
|
|
5691
|
+
._i_zypk6_22:nth-child(53) {
|
|
5502
5692
|
--left: 208px;
|
|
5503
|
-
--duration:
|
|
5504
|
-
--size: 0.
|
|
5693
|
+
--duration: 387ms;
|
|
5694
|
+
--size: 0.664;
|
|
5505
5695
|
--hue: 260;
|
|
5506
5696
|
}
|
|
5507
|
-
.
|
|
5697
|
+
._i_zypk6_22:nth-child(54) {
|
|
5508
5698
|
--left: 212px;
|
|
5509
|
-
--duration:
|
|
5510
|
-
--size: 0.
|
|
5699
|
+
--duration: 239ms;
|
|
5700
|
+
--size: 0.045;
|
|
5511
5701
|
--hue: 265;
|
|
5512
5702
|
}
|
|
5513
|
-
.
|
|
5703
|
+
._i_zypk6_22:nth-child(55) {
|
|
5514
5704
|
--left: 216px;
|
|
5515
|
-
--duration:
|
|
5516
|
-
--size: 0.
|
|
5705
|
+
--duration: 205ms;
|
|
5706
|
+
--size: 0.176;
|
|
5517
5707
|
--hue: 270;
|
|
5518
5708
|
}
|
|
5519
|
-
.
|
|
5709
|
+
._i_zypk6_22:nth-child(56) {
|
|
5520
5710
|
--left: 220px;
|
|
5521
|
-
--duration:
|
|
5522
|
-
--size: 0.
|
|
5711
|
+
--duration: 204ms;
|
|
5712
|
+
--size: 0.349;
|
|
5523
5713
|
--hue: 275;
|
|
5524
5714
|
}
|
|
5525
|
-
.
|
|
5715
|
+
._i_zypk6_22:nth-child(57) {
|
|
5526
5716
|
--left: 224px;
|
|
5527
|
-
--duration:
|
|
5528
|
-
--size: 0.
|
|
5717
|
+
--duration: 352ms;
|
|
5718
|
+
--size: 0.282;
|
|
5529
5719
|
--hue: 280;
|
|
5530
5720
|
}
|
|
5531
|
-
.
|
|
5721
|
+
._i_zypk6_22:nth-child(58) {
|
|
5532
5722
|
--left: 228px;
|
|
5533
|
-
--duration:
|
|
5534
|
-
--size: 0.
|
|
5723
|
+
--duration: 314ms;
|
|
5724
|
+
--size: 0.452;
|
|
5535
5725
|
--hue: 285;
|
|
5536
5726
|
}
|
|
5537
|
-
.
|
|
5727
|
+
._i_zypk6_22:nth-child(59) {
|
|
5538
5728
|
--left: 232px;
|
|
5539
|
-
--duration:
|
|
5540
|
-
--size: 0.
|
|
5729
|
+
--duration: 201ms;
|
|
5730
|
+
--size: 0.956;
|
|
5541
5731
|
--hue: 290;
|
|
5542
5732
|
}
|
|
5543
|
-
.
|
|
5733
|
+
._i_zypk6_22:nth-child(60) {
|
|
5544
5734
|
--left: 236px;
|
|
5545
|
-
--duration:
|
|
5546
|
-
--size: 0.
|
|
5735
|
+
--duration: 223ms;
|
|
5736
|
+
--size: 0.572;
|
|
5547
5737
|
--hue: 295;
|
|
5548
5738
|
}
|
|
5549
|
-
.
|
|
5739
|
+
._i_zypk6_22:nth-child(61) {
|
|
5550
5740
|
--left: 240px;
|
|
5551
|
-
--duration:
|
|
5552
|
-
--size: 0.
|
|
5741
|
+
--duration: 274ms;
|
|
5742
|
+
--size: 0.673;
|
|
5553
5743
|
--hue: 300;
|
|
5554
5744
|
}
|
|
5555
|
-
.
|
|
5745
|
+
._i_zypk6_22:nth-child(62) {
|
|
5556
5746
|
--left: 244px;
|
|
5557
|
-
--duration:
|
|
5558
|
-
--size: 0.
|
|
5747
|
+
--duration: 332ms;
|
|
5748
|
+
--size: 0.747;
|
|
5559
5749
|
--hue: 305;
|
|
5560
5750
|
}
|
|
5561
|
-
.
|
|
5751
|
+
._i_zypk6_22:nth-child(63) {
|
|
5562
5752
|
--left: 248px;
|
|
5563
|
-
--duration:
|
|
5564
|
-
--size: 0.
|
|
5753
|
+
--duration: 223ms;
|
|
5754
|
+
--size: 0.332;
|
|
5565
5755
|
--hue: 310;
|
|
5566
5756
|
}
|
|
5567
|
-
.
|
|
5757
|
+
._i_zypk6_22:nth-child(64) {
|
|
5568
5758
|
--left: 252px;
|
|
5569
|
-
--duration:
|
|
5570
|
-
--size: 0.
|
|
5759
|
+
--duration: 361ms;
|
|
5760
|
+
--size: 0.272;
|
|
5571
5761
|
--hue: 315;
|
|
5572
5762
|
}
|
|
5573
|
-
.
|
|
5763
|
+
._i_zypk6_22:nth-child(65) {
|
|
5574
5764
|
--left: 256px;
|
|
5575
|
-
--duration:
|
|
5576
|
-
--size: 0.
|
|
5765
|
+
--duration: 330ms;
|
|
5766
|
+
--size: 0.961;
|
|
5577
5767
|
--hue: 320;
|
|
5578
5768
|
}
|
|
5579
|
-
.
|
|
5769
|
+
._i_zypk6_22:nth-child(66) {
|
|
5580
5770
|
--left: 260px;
|
|
5581
|
-
--duration:
|
|
5582
|
-
--size: 0.
|
|
5771
|
+
--duration: 385ms;
|
|
5772
|
+
--size: 0.516;
|
|
5583
5773
|
--hue: 325;
|
|
5584
5774
|
}
|
|
5585
|
-
.
|
|
5775
|
+
._i_zypk6_22:nth-child(67) {
|
|
5586
5776
|
--left: 264px;
|
|
5587
|
-
--duration:
|
|
5588
|
-
--size: 0.
|
|
5777
|
+
--duration: 281ms;
|
|
5778
|
+
--size: 0.477;
|
|
5589
5779
|
--hue: 330;
|
|
5590
5780
|
}
|
|
5591
|
-
.
|
|
5781
|
+
._i_zypk6_22:nth-child(68) {
|
|
5592
5782
|
--left: 268px;
|
|
5593
|
-
--duration:
|
|
5594
|
-
--size: 0.
|
|
5783
|
+
--duration: 286ms;
|
|
5784
|
+
--size: 0.373;
|
|
5595
5785
|
--hue: 335;
|
|
5596
5786
|
}
|
|
5597
|
-
.
|
|
5787
|
+
._i_zypk6_22:nth-child(69) {
|
|
5598
5788
|
--left: 272px;
|
|
5599
|
-
--duration:
|
|
5600
|
-
--size: 0.
|
|
5789
|
+
--duration: 323ms;
|
|
5790
|
+
--size: 0.851;
|
|
5601
5791
|
--hue: 340;
|
|
5602
5792
|
}
|
|
5603
|
-
.
|
|
5793
|
+
._i_zypk6_22:nth-child(70) {
|
|
5604
5794
|
--left: 276px;
|
|
5605
|
-
--duration:
|
|
5606
|
-
--size: 0.
|
|
5795
|
+
--duration: 357ms;
|
|
5796
|
+
--size: 0.838;
|
|
5607
5797
|
--hue: 345;
|
|
5608
5798
|
}
|
|
5609
|
-
.
|
|
5799
|
+
._i_zypk6_22:nth-child(71) {
|
|
5610
5800
|
--left: 280px;
|
|
5611
|
-
--duration:
|
|
5612
|
-
--size: 0.
|
|
5801
|
+
--duration: 313ms;
|
|
5802
|
+
--size: 0.088;
|
|
5613
5803
|
--hue: 350;
|
|
5614
5804
|
}
|
|
5615
|
-
.
|
|
5805
|
+
._i_zypk6_22:nth-child(72) {
|
|
5616
5806
|
--left: 284px;
|
|
5617
|
-
--duration:
|
|
5618
|
-
--size: 0.
|
|
5807
|
+
--duration: 204ms;
|
|
5808
|
+
--size: 0.724;
|
|
5619
5809
|
--hue: 355;
|
|
5620
5810
|
}
|
|
5621
5811
|
|
|
5622
|
-
.
|
|
5812
|
+
._text_zypk6_482 {
|
|
5623
5813
|
opacity: var(--op, 1);
|
|
5624
5814
|
transition: opacity 0.4s ease;
|
|
5625
5815
|
}._root_aiqzw_1 {
|
|
@@ -7171,6 +7361,147 @@ body[data-theme-mode='dark'] {
|
|
|
7171
7361
|
._cursor_yozjp_119 {
|
|
7172
7362
|
display: none;
|
|
7173
7363
|
}
|
|
7364
|
+
}/*
|
|
7365
|
+
CSS @property and the New Style
|
|
7366
|
+
https://ryanmulligan.dev/blog/css-property-new-style/
|
|
7367
|
+
*/
|
|
7368
|
+
@property --gradient-angle {
|
|
7369
|
+
syntax: "<angle>";
|
|
7370
|
+
initial-value: 0deg;
|
|
7371
|
+
inherits: false;
|
|
7372
|
+
}
|
|
7373
|
+
@property --gradient-angle-offset {
|
|
7374
|
+
syntax: "<angle>";
|
|
7375
|
+
initial-value: 0deg;
|
|
7376
|
+
inherits: false;
|
|
7377
|
+
}
|
|
7378
|
+
@property --gradient-percent {
|
|
7379
|
+
syntax: "<percentage>";
|
|
7380
|
+
initial-value: 5%;
|
|
7381
|
+
inherits: false;
|
|
7382
|
+
}
|
|
7383
|
+
@property --gradient-shine {
|
|
7384
|
+
syntax: "<color>";
|
|
7385
|
+
initial-value: white;
|
|
7386
|
+
inherits: false;
|
|
7387
|
+
}
|
|
7388
|
+
:root {
|
|
7389
|
+
--shiny-cta-bg: #000000;
|
|
7390
|
+
--shiny-cta-bg-subtle: #1a1818;
|
|
7391
|
+
--shiny-cta-fg: #ffffff;
|
|
7392
|
+
--shiny-cta-highlight: blue;
|
|
7393
|
+
--shiny-cta-highlight-subtle: #8484ff;
|
|
7394
|
+
}
|
|
7395
|
+
|
|
7396
|
+
._shinyCta_y36is_33 {
|
|
7397
|
+
--animation: _gradient-angle_y36is_1 linear infinite;
|
|
7398
|
+
--duration: 3s;
|
|
7399
|
+
--shadow-size: 2px;
|
|
7400
|
+
--transition: 800ms cubic-bezier(0.25, 1, 0.5, 1);
|
|
7401
|
+
isolation: isolate;
|
|
7402
|
+
position: relative;
|
|
7403
|
+
overflow: hidden;
|
|
7404
|
+
cursor: pointer;
|
|
7405
|
+
outline-offset: 4px;
|
|
7406
|
+
padding: 1.25rem 2.5rem;
|
|
7407
|
+
font-family: inherit;
|
|
7408
|
+
font-size: 1.125rem;
|
|
7409
|
+
line-height: 1.2;
|
|
7410
|
+
border: 1px solid transparent;
|
|
7411
|
+
border-radius: 360px;
|
|
7412
|
+
color: var(--shiny-cta-fg);
|
|
7413
|
+
background: linear-gradient(var(--shiny-cta-bg), var(--shiny-cta-bg)) padding-box, conic-gradient(from calc(var(--gradient-angle) - var(--gradient-angle-offset)), transparent, var(--shiny-cta-highlight) var(--gradient-percent), var(--gradient-shine) calc(var(--gradient-percent) * 2), var(--shiny-cta-highlight) calc(var(--gradient-percent) * 3), transparent calc(var(--gradient-percent) * 4)) border-box;
|
|
7414
|
+
box-shadow: inset 0 0 0 1px var(--shiny-cta-bg-subtle);
|
|
7415
|
+
transition: var(--transition);
|
|
7416
|
+
transition-property: --gradient-angle-offset, --gradient-percent, --gradient-shine;
|
|
7417
|
+
animation: var(--animation) var(--duration), var(--animation) calc(var(--duration) / 0.4) reverse paused;
|
|
7418
|
+
animation-composition: add;
|
|
7419
|
+
}
|
|
7420
|
+
._shinyCta_y36is_33::before, ._shinyCta_y36is_33::after,
|
|
7421
|
+
._shinyCta_y36is_33 span::before {
|
|
7422
|
+
content: "";
|
|
7423
|
+
pointer-events: none;
|
|
7424
|
+
position: absolute;
|
|
7425
|
+
inset-inline-start: 50%;
|
|
7426
|
+
inset-block-start: 50%;
|
|
7427
|
+
translate: -50% -50%;
|
|
7428
|
+
z-index: -1;
|
|
7429
|
+
}
|
|
7430
|
+
._shinyCta_y36is_33:active {
|
|
7431
|
+
translate: 0 1px;
|
|
7432
|
+
}
|
|
7433
|
+
._shinyCta_y36is_33:is(:hover, :focus-visible) {
|
|
7434
|
+
--gradient-percent: 20%;
|
|
7435
|
+
--gradient-angle-offset: 95deg;
|
|
7436
|
+
--gradient-shine: var(--shiny-cta-highlight-subtle);
|
|
7437
|
+
}
|
|
7438
|
+
._shinyCta_y36is_33:is(:hover, :focus-visible), ._shinyCta_y36is_33:is(:hover, :focus-visible)::before, ._shinyCta_y36is_33:is(:hover, :focus-visible)::after {
|
|
7439
|
+
animation-play-state: running;
|
|
7440
|
+
}
|
|
7441
|
+
._shinyCta_y36is_33:is(:hover, :focus-visible) span::before {
|
|
7442
|
+
opacity: 1;
|
|
7443
|
+
}
|
|
7444
|
+
|
|
7445
|
+
/* Dots pattern */
|
|
7446
|
+
._shinyCta_y36is_33::before {
|
|
7447
|
+
--size: calc(100% - var(--shadow-size) * 3);
|
|
7448
|
+
--position: 2px;
|
|
7449
|
+
--space: calc(var(--position) * 2);
|
|
7450
|
+
width: var(--size);
|
|
7451
|
+
height: var(--size);
|
|
7452
|
+
background: radial-gradient(circle at var(--position) var(--position), white calc(var(--position) / 4), transparent 0) padding-box;
|
|
7453
|
+
background-size: var(--space) var(--space);
|
|
7454
|
+
background-repeat: space;
|
|
7455
|
+
mask-image: conic-gradient(from calc(var(--gradient-angle) + 45deg), black, transparent 10% 90%, black);
|
|
7456
|
+
border-radius: inherit;
|
|
7457
|
+
opacity: 0.4;
|
|
7458
|
+
z-index: -1;
|
|
7459
|
+
animation: var(--animation) var(--duration), var(--animation) calc(var(--duration) / 0.4) reverse paused;
|
|
7460
|
+
animation-composition: add;
|
|
7461
|
+
}
|
|
7462
|
+
|
|
7463
|
+
/* Inner shimmer */
|
|
7464
|
+
._shinyCta_y36is_33::after {
|
|
7465
|
+
--animation: _shimmer_y36is_1 linear infinite;
|
|
7466
|
+
width: 100%;
|
|
7467
|
+
aspect-ratio: 1;
|
|
7468
|
+
background: linear-gradient(-50deg, transparent, var(--shiny-cta-highlight), transparent);
|
|
7469
|
+
mask-image: radial-gradient(circle at bottom, transparent 40%, black);
|
|
7470
|
+
opacity: 0.6;
|
|
7471
|
+
animation: var(--animation) var(--duration), var(--animation) calc(var(--duration) / 0.4) reverse paused;
|
|
7472
|
+
animation-composition: add;
|
|
7473
|
+
}
|
|
7474
|
+
|
|
7475
|
+
._shinyCta_y36is_33 span {
|
|
7476
|
+
z-index: 1;
|
|
7477
|
+
}
|
|
7478
|
+
._shinyCta_y36is_33 span::before {
|
|
7479
|
+
--size: calc(100% + 1rem);
|
|
7480
|
+
width: var(--size);
|
|
7481
|
+
height: var(--size);
|
|
7482
|
+
box-shadow: inset 0 -1ex 2rem 4px var(--shiny-cta-highlight);
|
|
7483
|
+
opacity: 0;
|
|
7484
|
+
transition: opacity var(--transition);
|
|
7485
|
+
animation: calc(var(--duration) * 1.5) _breathe_y36is_1 linear infinite;
|
|
7486
|
+
}
|
|
7487
|
+
|
|
7488
|
+
@keyframes _gradient-angle_y36is_1 {
|
|
7489
|
+
to {
|
|
7490
|
+
--gradient-angle: 360deg;
|
|
7491
|
+
}
|
|
7492
|
+
}
|
|
7493
|
+
@keyframes _shimmer_y36is_1 {
|
|
7494
|
+
to {
|
|
7495
|
+
rotate: 360deg;
|
|
7496
|
+
}
|
|
7497
|
+
}
|
|
7498
|
+
@keyframes _breathe_y36is_1 {
|
|
7499
|
+
from, to {
|
|
7500
|
+
scale: 1;
|
|
7501
|
+
}
|
|
7502
|
+
50% {
|
|
7503
|
+
scale: 1.2;
|
|
7504
|
+
}
|
|
7174
7505
|
}._root_ehlxk_1 {
|
|
7175
7506
|
--ic-thumb: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='feather feather-thumbs-up'%3E%3Cpath d='M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3'/%3E%3C/svg%3E");
|
|
7176
7507
|
--eerie-black: hsla(0, 0%, 12%, 1);
|
|
@@ -10454,6 +10785,73 @@ body[data-theme-mode='dark'] {
|
|
|
10454
10785
|
font-weight: 600;
|
|
10455
10786
|
text-decoration: none;
|
|
10456
10787
|
color: #ad7d52;
|
|
10788
|
+
}@property --_x {
|
|
10789
|
+
syntax: "<length>";
|
|
10790
|
+
inherits: true;
|
|
10791
|
+
initial-value: 0px;
|
|
10792
|
+
}
|
|
10793
|
+
._figure_8dfqu_6 {
|
|
10794
|
+
--w: 280px; /* image width */
|
|
10795
|
+
--r: 0.5em; /* radius */
|
|
10796
|
+
display: grid;
|
|
10797
|
+
place-items: end end;
|
|
10798
|
+
font: bold 40px/1.5 monospace;
|
|
10799
|
+
transition: --_x 0.5s;
|
|
10800
|
+
cursor: pointer;
|
|
10801
|
+
margin: 0;
|
|
10802
|
+
}
|
|
10803
|
+
._figure_8dfqu_6._alt_8dfqu_16 {
|
|
10804
|
+
place-items: end start;
|
|
10805
|
+
}
|
|
10806
|
+
._figure_8dfqu_6 > * {
|
|
10807
|
+
grid-area: 1/1;
|
|
10808
|
+
}
|
|
10809
|
+
._figure_8dfqu_6:hover {
|
|
10810
|
+
--_x: calc(var(--w) - 3 * var(--r) - 0.5lh);
|
|
10811
|
+
}
|
|
10812
|
+
|
|
10813
|
+
._image_8dfqu_26 {
|
|
10814
|
+
width: var(--w);
|
|
10815
|
+
aspect-ratio: 1;
|
|
10816
|
+
border-radius: var(--r);
|
|
10817
|
+
--_m: /calc(2 * var(--r)) calc(2 * var(--r))
|
|
10818
|
+
radial-gradient(#000 69%, #0000 72%);
|
|
10819
|
+
--_g: conic-gradient(
|
|
10820
|
+
from 90deg at calc(100% - var(--r)) calc(100% - var(--r)),
|
|
10821
|
+
#0000 25%,
|
|
10822
|
+
#000 0
|
|
10823
|
+
);
|
|
10824
|
+
--_d: calc(0.5lh + var(--r));
|
|
10825
|
+
mask: calc(100% - var(--_d) - var(--_x)) 100% var(--_m), 100% calc(100% - var(--_d)) var(--_m), radial-gradient(0.5lh at 100% 100%, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--_x)) calc(-1 * var(--r)), var(--_g) calc(-1 * var(--_d) - var(--_x)) 0, var(--_g) 0 calc(-1 * var(--_d));
|
|
10826
|
+
mask-repeat: no-repeat;
|
|
10827
|
+
}
|
|
10828
|
+
|
|
10829
|
+
._figure_8dfqu_6._alt_8dfqu_16 ._image_8dfqu_26 {
|
|
10830
|
+
--_g: conic-gradient(
|
|
10831
|
+
from 180deg at var(--r) calc(100% - var(--r)),
|
|
10832
|
+
#0000 25%,
|
|
10833
|
+
#000 0
|
|
10834
|
+
);
|
|
10835
|
+
mask: calc(var(--_d) + var(--_x)) 100% var(--_m), 0% calc(100% - var(--_d)) var(--_m), radial-gradient(0.5lh at 0 100%, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(var(--r) + var(--_x)) calc(-1 * var(--r)), var(--_g) calc(var(--_d) + var(--_x)) 0, var(--_g) 0 calc(-1 * var(--_d));
|
|
10836
|
+
mask-repeat: no-repeat;
|
|
10837
|
+
}
|
|
10838
|
+
|
|
10839
|
+
._figcaption_8dfqu_52 {
|
|
10840
|
+
height: 1lh;
|
|
10841
|
+
width: calc(1lh + var(--_x));
|
|
10842
|
+
box-sizing: border-box;
|
|
10843
|
+
translate: calc(0.5lh - var(--r)) calc(0.5lh - var(--r));
|
|
10844
|
+
overflow: hidden;
|
|
10845
|
+
background: #bf4d28;
|
|
10846
|
+
color: #fff;
|
|
10847
|
+
border-inline: calc(0.5lh - 0.5ch) solid rgba(0, 0, 0, 0);
|
|
10848
|
+
clip-path: inset(5px round 1lh);
|
|
10849
|
+
text-align: center;
|
|
10850
|
+
letter-spacing: 1px;
|
|
10851
|
+
}
|
|
10852
|
+
|
|
10853
|
+
._figure_8dfqu_6._alt_8dfqu_16 ._figcaption_8dfqu_52 {
|
|
10854
|
+
translate: calc(-0.5lh + var(--r)) calc(0.5lh - var(--r));
|
|
10457
10855
|
}._root_12dws_1 {
|
|
10458
10856
|
display: inline-block;
|
|
10459
10857
|
position: relative;
|
|
@@ -15671,7 +16069,9 @@ body[data-theme-mode='dark'] {
|
|
|
15671
16069
|
border-bottom: 0;
|
|
15672
16070
|
margin-left: calc(-1 * var(--size));
|
|
15673
16071
|
margin-bottom: calc(-1 * var(--size));
|
|
15674
|
-
}.
|
|
16072
|
+
}._root_1vtmf_1 {
|
|
16073
|
+
--motion-glass-overlay-bg: rgba(255, 255, 255, 0.25);
|
|
16074
|
+
--motion-glass-highlight: rgba(255, 255, 255, 0.75);
|
|
15675
16075
|
position: fixed;
|
|
15676
16076
|
bottom: 40px;
|
|
15677
16077
|
left: 50%;
|
|
@@ -15680,7 +16080,7 @@ body[data-theme-mode='dark'] {
|
|
|
15680
16080
|
border-radius: 20px;
|
|
15681
16081
|
}
|
|
15682
16082
|
|
|
15683
|
-
.
|
|
16083
|
+
._container_1vtmf_12 {
|
|
15684
16084
|
position: relative;
|
|
15685
16085
|
display: flex;
|
|
15686
16086
|
justify-content: center;
|
|
@@ -15694,8 +16094,14 @@ body[data-theme-mode='dark'] {
|
|
|
15694
16094
|
box-shadow: 0 0 0 2px hsla(0, 0%, 100%, 0.026);
|
|
15695
16095
|
background: rgba(22, 22, 22, 0.8);
|
|
15696
16096
|
}
|
|
16097
|
+
._containerGlass_1vtmf_26 {
|
|
16098
|
+
background: transparent;
|
|
16099
|
+
backdrop-filter: none;
|
|
16100
|
+
border: none;
|
|
16101
|
+
box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
|
|
16102
|
+
}
|
|
15697
16103
|
|
|
15698
|
-
.
|
|
16104
|
+
._glossyXLine_1vtmf_33 {
|
|
15699
16105
|
background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--color-gray6) 20%, var(--color-gray10) 67.19%, rgba(0, 0, 0, 0));
|
|
15700
16106
|
opacity: 0.55;
|
|
15701
16107
|
position: absolute;
|
|
@@ -15705,7 +16111,9 @@ body[data-theme-mode='dark'] {
|
|
|
15705
16111
|
z-index: -1;
|
|
15706
16112
|
}
|
|
15707
16113
|
|
|
15708
|
-
.
|
|
16114
|
+
._items_1vtmf_43 {
|
|
16115
|
+
position: relative;
|
|
16116
|
+
z-index: 3;
|
|
15709
16117
|
border-top-left-radius: 10px;
|
|
15710
16118
|
border-top-right-radius: 10px;
|
|
15711
16119
|
display: flex;
|
|
@@ -15715,41 +16123,41 @@ body[data-theme-mode='dark'] {
|
|
|
15715
16123
|
padding-top: 10px;
|
|
15716
16124
|
padding-bottom: 10px;
|
|
15717
16125
|
}
|
|
15718
|
-
.
|
|
16126
|
+
._items_1vtmf_43 > *:first-child {
|
|
15719
16127
|
margin-left: 10px;
|
|
15720
16128
|
}
|
|
15721
|
-
.
|
|
16129
|
+
._items_1vtmf_43 > *:last-child {
|
|
15722
16130
|
margin-right: 10px;
|
|
15723
16131
|
}
|
|
15724
|
-
.
|
|
16132
|
+
._items_1vtmf_43 {
|
|
15725
16133
|
overflow-x: auto;
|
|
15726
16134
|
overflow-y: hidden;
|
|
15727
16135
|
-webkit-overflow-scrolling: touch;
|
|
15728
16136
|
scrollbar-width: none;
|
|
15729
16137
|
-ms-overflow-style: none;
|
|
15730
16138
|
}
|
|
15731
|
-
.
|
|
16139
|
+
._items_1vtmf_43::-webkit-scrollbar {
|
|
15732
16140
|
display: none;
|
|
15733
16141
|
width: 0;
|
|
15734
16142
|
height: 0;
|
|
15735
16143
|
}
|
|
15736
|
-
.
|
|
16144
|
+
._items_1vtmf_43::-webkit-scrollbar-track {
|
|
15737
16145
|
display: none;
|
|
15738
16146
|
}
|
|
15739
|
-
.
|
|
16147
|
+
._items_1vtmf_43::-webkit-scrollbar-thumb {
|
|
15740
16148
|
display: none;
|
|
15741
16149
|
}
|
|
15742
|
-
.
|
|
16150
|
+
._items_1vtmf_43::-webkit-scrollbar-corner {
|
|
15743
16151
|
display: none;
|
|
15744
16152
|
}
|
|
15745
16153
|
|
|
15746
|
-
.
|
|
16154
|
+
._child_1vtmf_83 {
|
|
15747
16155
|
display: flex;
|
|
15748
16156
|
justify-content: center;
|
|
15749
16157
|
align-items: center;
|
|
15750
16158
|
}
|
|
15751
16159
|
|
|
15752
|
-
.
|
|
16160
|
+
._divider_1vtmf_89 {
|
|
15753
16161
|
opacity: 1;
|
|
15754
16162
|
height: 36px;
|
|
15755
16163
|
margin: 4px 1px;
|
|
@@ -15758,18 +16166,50 @@ body[data-theme-mode='dark'] {
|
|
|
15758
16166
|
border: 0;
|
|
15759
16167
|
flex-shrink: 0;
|
|
15760
16168
|
-webkit-mask-image: linear-gradient(0deg, transparent, rgb(255, 255, 255) 16px, rgb(255, 255, 255) calc(100% - 16px), transparent);
|
|
16169
|
+
}
|
|
16170
|
+
|
|
16171
|
+
._glassFilter_1vtmf_100 {
|
|
16172
|
+
position: absolute;
|
|
16173
|
+
inset: 0;
|
|
16174
|
+
z-index: 0;
|
|
16175
|
+
backdrop-filter: blur(0px);
|
|
16176
|
+
filter: url(#lg-dist);
|
|
16177
|
+
isolation: isolate;
|
|
16178
|
+
border-radius: inherit;
|
|
16179
|
+
overflow: hidden;
|
|
16180
|
+
clip-path: inset(0 round 20px);
|
|
16181
|
+
}
|
|
16182
|
+
|
|
16183
|
+
._glassOverlay_1vtmf_112 {
|
|
16184
|
+
position: absolute;
|
|
16185
|
+
inset: 0;
|
|
16186
|
+
z-index: 1;
|
|
16187
|
+
background: var(--motion-glass-overlay-bg);
|
|
16188
|
+
border-radius: inherit;
|
|
16189
|
+
overflow: hidden;
|
|
16190
|
+
}
|
|
16191
|
+
|
|
16192
|
+
._glassSpecular_1vtmf_121 {
|
|
16193
|
+
position: absolute;
|
|
16194
|
+
inset: 0;
|
|
16195
|
+
z-index: 2;
|
|
16196
|
+
border-radius: inherit;
|
|
16197
|
+
overflow: hidden;
|
|
16198
|
+
box-shadow: inset 1px 1px 0 var(--motion-glass-highlight), inset 0 0 5px var(--motion-glass-highlight);
|
|
15761
16199
|
}._root_343wt_1 {
|
|
15762
16200
|
position: absolute;
|
|
15763
16201
|
left: 0;
|
|
15764
16202
|
right: 0;
|
|
15765
16203
|
top: 0;
|
|
15766
16204
|
transform: translateY(calc(-100% - 6px));
|
|
15767
|
-
}.
|
|
16205
|
+
}._tooltip_1brhr_1 {
|
|
16206
|
+
--tooltip-glass-overlay-bg: rgba(255, 255, 255, 0.25);
|
|
16207
|
+
--tooltip-glass-highlight: rgba(255, 255, 255, 0.75);
|
|
15768
16208
|
position: fixed;
|
|
15769
16209
|
z-index: 9999;
|
|
15770
16210
|
}
|
|
15771
16211
|
|
|
15772
|
-
.
|
|
16212
|
+
._tooltipContent_1brhr_8 {
|
|
15773
16213
|
padding: var(--space-1, 0.25rem) var(--space-2, 0.5rem);
|
|
15774
16214
|
box-shadow: var(--shadow-sm);
|
|
15775
16215
|
color: var(--color-gray11);
|
|
@@ -15785,7 +16225,7 @@ body[data-theme-mode='dark'] {
|
|
|
15785
16225
|
position: relative;
|
|
15786
16226
|
transform-origin: bottom;
|
|
15787
16227
|
}
|
|
15788
|
-
.
|
|
16228
|
+
._tooltipContent_1brhr_8::before {
|
|
15789
16229
|
content: "";
|
|
15790
16230
|
background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--color-gray6) 33%, var(--color-gray9) 77%, rgba(0, 0, 0, 0));
|
|
15791
16231
|
opacity: 0.3;
|
|
@@ -15798,9 +16238,55 @@ body[data-theme-mode='dark'] {
|
|
|
15798
16238
|
z-index: -1;
|
|
15799
16239
|
}
|
|
15800
16240
|
@supports (color: color(display-p3 1 1 1)) {
|
|
15801
|
-
.
|
|
16241
|
+
._tooltipContent_1brhr_8[data-p3=false] {
|
|
15802
16242
|
border-color: oklch(100% 0 0deg / 0.077);
|
|
15803
16243
|
}
|
|
16244
|
+
}
|
|
16245
|
+
._tooltipContentGlass_1brhr_41 {
|
|
16246
|
+
background: transparent;
|
|
16247
|
+
backdrop-filter: none;
|
|
16248
|
+
border: none;
|
|
16249
|
+
box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
|
|
16250
|
+
position: relative;
|
|
16251
|
+
}
|
|
16252
|
+
._tooltipContentGlass_1brhr_41::before {
|
|
16253
|
+
display: none;
|
|
16254
|
+
}
|
|
16255
|
+
|
|
16256
|
+
._tooltipLabel_1brhr_52 {
|
|
16257
|
+
position: relative;
|
|
16258
|
+
z-index: 3;
|
|
16259
|
+
color: var(--tooltip-glass-highlight);
|
|
16260
|
+
}
|
|
16261
|
+
|
|
16262
|
+
._glassFilter_1brhr_58 {
|
|
16263
|
+
position: absolute;
|
|
16264
|
+
inset: 0;
|
|
16265
|
+
z-index: 0;
|
|
16266
|
+
backdrop-filter: blur(0px);
|
|
16267
|
+
filter: url(#lg-dist);
|
|
16268
|
+
isolation: isolate;
|
|
16269
|
+
border-radius: inherit;
|
|
16270
|
+
overflow: hidden;
|
|
16271
|
+
clip-path: inset(0 round var(--radii-2, 0.25rem));
|
|
16272
|
+
}
|
|
16273
|
+
|
|
16274
|
+
._glassOverlay_1brhr_70 {
|
|
16275
|
+
position: absolute;
|
|
16276
|
+
inset: 0;
|
|
16277
|
+
z-index: 1;
|
|
16278
|
+
background: var(--tooltip-glass-overlay-bg);
|
|
16279
|
+
border-radius: inherit;
|
|
16280
|
+
overflow: hidden;
|
|
16281
|
+
}
|
|
16282
|
+
|
|
16283
|
+
._glassSpecular_1brhr_79 {
|
|
16284
|
+
position: absolute;
|
|
16285
|
+
inset: 0;
|
|
16286
|
+
z-index: 2;
|
|
16287
|
+
border-radius: inherit;
|
|
16288
|
+
overflow: hidden;
|
|
16289
|
+
box-shadow: inset 1px 1px 0 var(--tooltip-glass-highlight), inset 0 0 5px var(--tooltip-glass-highlight);
|
|
15804
16290
|
}._root_1uu8h_1 {
|
|
15805
16291
|
--hue: 223;
|
|
15806
16292
|
--white: hsl(0, 0%, 100%);
|
|
@@ -15952,20 +16438,23 @@ body[data-theme-mode='dark'] {
|
|
|
15952
16438
|
._input_1uu8h_28 {
|
|
15953
16439
|
background-color: var(--primary4);
|
|
15954
16440
|
}
|
|
15955
|
-
}.
|
|
16441
|
+
}._root_1wv8q_1 {
|
|
15956
16442
|
--dock-radius: 23%;
|
|
15957
16443
|
}
|
|
15958
|
-
.
|
|
16444
|
+
._root_1wv8q_1._expanded_1wv8q_4 {
|
|
15959
16445
|
--dock-radius: 14px;
|
|
15960
16446
|
}
|
|
15961
|
-
.
|
|
16447
|
+
._root_1wv8q_1 {
|
|
15962
16448
|
position: relative;
|
|
15963
16449
|
border-radius: var(--dock-radius);
|
|
15964
16450
|
width: 100%;
|
|
15965
16451
|
height: 100%;
|
|
15966
16452
|
}
|
|
16453
|
+
._rootGlass_1wv8q_13 {
|
|
16454
|
+
position: relative;
|
|
16455
|
+
}
|
|
15967
16456
|
|
|
15968
|
-
.
|
|
16457
|
+
._item_1wv8q_17 {
|
|
15969
16458
|
-webkit-user-drag: none;
|
|
15970
16459
|
user-select: none;
|
|
15971
16460
|
position: relative;
|
|
@@ -15981,8 +16470,17 @@ body[data-theme-mode='dark'] {
|
|
|
15981
16470
|
background-image: linear-gradient(45deg, #1c1c1c, #232323, #1c1c1c, #232323);
|
|
15982
16471
|
background-size: 200% 100%;
|
|
15983
16472
|
}
|
|
16473
|
+
._itemGlass_1wv8q_33 {
|
|
16474
|
+
background: transparent;
|
|
16475
|
+
backdrop-filter: none;
|
|
16476
|
+
border: none;
|
|
16477
|
+
box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
|
|
16478
|
+
background-image: none;
|
|
16479
|
+
}
|
|
15984
16480
|
|
|
15985
|
-
.
|
|
16481
|
+
._content_1wv8q_41 {
|
|
16482
|
+
position: relative;
|
|
16483
|
+
z-index: 3;
|
|
15986
16484
|
display: flex;
|
|
15987
16485
|
align-items: center;
|
|
15988
16486
|
justify-content: center;
|
|
@@ -15991,7 +16489,7 @@ body[data-theme-mode='dark'] {
|
|
|
15991
16489
|
will-change: transform, filter;
|
|
15992
16490
|
}
|
|
15993
16491
|
|
|
15994
|
-
.
|
|
16492
|
+
._gloss_1wv8q_52 {
|
|
15995
16493
|
background: linear-gradient(90deg, rgba(0, 0, 0, 0), hsl(0, 0%, 15.8%) 20%, hsl(0, 0%, 24.3%) 67.19%, rgba(0, 0, 0, 0));
|
|
15996
16494
|
position: absolute;
|
|
15997
16495
|
top: -1px;
|
|
@@ -15999,6 +16497,36 @@ body[data-theme-mode='dark'] {
|
|
|
15999
16497
|
height: 100%;
|
|
16000
16498
|
border-radius: var(--dock-radius);
|
|
16001
16499
|
z-index: -1;
|
|
16500
|
+
}
|
|
16501
|
+
|
|
16502
|
+
._glassFilter_1wv8q_62 {
|
|
16503
|
+
position: absolute;
|
|
16504
|
+
inset: 0;
|
|
16505
|
+
z-index: 0;
|
|
16506
|
+
backdrop-filter: blur(0px);
|
|
16507
|
+
filter: url(#lg-dist);
|
|
16508
|
+
isolation: isolate;
|
|
16509
|
+
border-radius: inherit;
|
|
16510
|
+
overflow: hidden;
|
|
16511
|
+
clip-path: inset(0 round var(--dock-radius));
|
|
16512
|
+
}
|
|
16513
|
+
|
|
16514
|
+
._glassOverlay_1wv8q_74 {
|
|
16515
|
+
position: absolute;
|
|
16516
|
+
inset: 0;
|
|
16517
|
+
z-index: 1;
|
|
16518
|
+
background: var(--motion-glass-overlay-bg);
|
|
16519
|
+
border-radius: inherit;
|
|
16520
|
+
overflow: hidden;
|
|
16521
|
+
}
|
|
16522
|
+
|
|
16523
|
+
._glassSpecular_1wv8q_83 {
|
|
16524
|
+
position: absolute;
|
|
16525
|
+
inset: 0;
|
|
16526
|
+
z-index: 2;
|
|
16527
|
+
border-radius: inherit;
|
|
16528
|
+
overflow: hidden;
|
|
16529
|
+
box-shadow: inset 1px 1px 0 var(--motion-glass-highlight), inset 0 0 5px var(--motion-glass-highlight);
|
|
16002
16530
|
}._root_14qt2_1 {
|
|
16003
16531
|
display: grid;
|
|
16004
16532
|
grid-template-columns: 1.5fr 3fr 2fr 2fr 1.5fr;
|
|
@@ -18393,6 +18921,541 @@ body[data-theme-mode='dark'] {
|
|
|
18393
18921
|
border-style: none;
|
|
18394
18922
|
width: 100%;
|
|
18395
18923
|
height: 1px;
|
|
18924
|
+
}
|
|
18925
|
+
._modal_hpej7_2 {
|
|
18926
|
+
position: absolute;
|
|
18927
|
+
left: 50%;
|
|
18928
|
+
top: 50%;
|
|
18929
|
+
transform: translate(-50%, -50%);
|
|
18930
|
+
display: flex;
|
|
18931
|
+
flex-direction: column;
|
|
18932
|
+
align-items: stretch;
|
|
18933
|
+
gap: 36px;
|
|
18934
|
+
width: 380px;
|
|
18935
|
+
min-height: 52px;
|
|
18936
|
+
padding: 24px;
|
|
18937
|
+
border-radius: 40px;
|
|
18938
|
+
overflow: hidden;
|
|
18939
|
+
background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.2) 100%);
|
|
18940
|
+
box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0);
|
|
18941
|
+
transition: 0.4s ease min-height, 0.4s ease padding, 0.2s border-radius, 0.6s ease box-shadow;
|
|
18942
|
+
}
|
|
18943
|
+
._modal_hpej7_2:hover {
|
|
18944
|
+
box-shadow: 0 24px 48px -24px rgba(0, 0, 0, 0.025);
|
|
18945
|
+
}
|
|
18946
|
+
._modal_hpej7_2._active_hpej7_23 {
|
|
18947
|
+
min-height: 160px;
|
|
18948
|
+
padding: 32px;
|
|
18949
|
+
border-radius: 48px;
|
|
18950
|
+
}
|
|
18951
|
+
._fieldWrapper_hpej7_29 {
|
|
18952
|
+
position: relative;
|
|
18953
|
+
display: flex;
|
|
18954
|
+
flex-direction: column;
|
|
18955
|
+
align-items: stretch;
|
|
18956
|
+
}
|
|
18957
|
+
._field_hpej7_29 {
|
|
18958
|
+
font-family: "Instrument Sans", sans-serif;
|
|
18959
|
+
font-optical-sizing: auto;
|
|
18960
|
+
font-style: normal;
|
|
18961
|
+
font-size: 20px;
|
|
18962
|
+
display: flex;
|
|
18963
|
+
align-items: center;
|
|
18964
|
+
min-height: 48px;
|
|
18965
|
+
border-radius: 16px;
|
|
18966
|
+
border: 1px solid rgba(0, 0, 0, 0.05);
|
|
18967
|
+
padding: 0 12px 2px 12px;
|
|
18968
|
+
background: none;
|
|
18969
|
+
color: #000;
|
|
18970
|
+
outline: none;
|
|
18971
|
+
transition: border 0.2s;
|
|
18972
|
+
}
|
|
18973
|
+
._active_hpej7_23 ._field_hpej7_29 {
|
|
18974
|
+
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
18975
|
+
}
|
|
18976
|
+
._field_hpej7_29::placeholder {
|
|
18977
|
+
opacity: 0.5;
|
|
18978
|
+
color: #000;
|
|
18979
|
+
}
|
|
18980
|
+
._sign_hpej7_62,
|
|
18981
|
+
._signedBy_hpej7_63 {
|
|
18982
|
+
font-family: "JetBrains Mono", monospace;
|
|
18983
|
+
font-optical-sizing: auto;
|
|
18984
|
+
font-style: normal;
|
|
18985
|
+
text-transform: uppercase;
|
|
18986
|
+
font-size: 14px;
|
|
18987
|
+
letter-spacing: 0.02em;
|
|
18988
|
+
}
|
|
18989
|
+
._active_hpej7_23 ._signedBy_hpej7_63 {
|
|
18990
|
+
opacity: 1;
|
|
18991
|
+
}
|
|
18992
|
+
._sign_hpej7_62 {
|
|
18993
|
+
position: absolute;
|
|
18994
|
+
right: 4px;
|
|
18995
|
+
top: 50%;
|
|
18996
|
+
transform: translateY(-50%);
|
|
18997
|
+
display: flex;
|
|
18998
|
+
gap: 8px;
|
|
18999
|
+
align-items: center;
|
|
19000
|
+
height: 44px;
|
|
19001
|
+
border-radius: 12px;
|
|
19002
|
+
padding: 0 14px 2px 12px;
|
|
19003
|
+
background: #000;
|
|
19004
|
+
color: #fff;
|
|
19005
|
+
border: none;
|
|
19006
|
+
opacity: 0.2;
|
|
19007
|
+
transition: 0.2s;
|
|
19008
|
+
cursor: pointer;
|
|
19009
|
+
}
|
|
19010
|
+
._sign_hpej7_62:hover {
|
|
19011
|
+
opacity: 0.8;
|
|
19012
|
+
}
|
|
19013
|
+
._sign_hpej7_62:focus-visible {
|
|
19014
|
+
outline: 2px solid rgba(255, 255, 255, 0.5);
|
|
19015
|
+
outline-offset: 2px;
|
|
19016
|
+
}
|
|
19017
|
+
._active_hpej7_23 ._sign_hpej7_62 {
|
|
19018
|
+
opacity: 1;
|
|
19019
|
+
}
|
|
19020
|
+
._signature_hpej7_106 {
|
|
19021
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
|
|
19022
|
+
}
|
|
19023
|
+
._letterBank_hpej7_110 {
|
|
19024
|
+
display: none;
|
|
19025
|
+
}
|
|
19026
|
+
._signedBy_hpej7_63 {
|
|
19027
|
+
color: rgba(0, 0, 0, 0.5);
|
|
19028
|
+
opacity: 0;
|
|
19029
|
+
padding-bottom: 2px;
|
|
19030
|
+
transition: 0.2s ease;
|
|
19031
|
+
}
|
|
19032
|
+
._signatureMain_hpej7_121 {
|
|
19033
|
+
display: flex;
|
|
19034
|
+
min-height: 51px;
|
|
19035
|
+
flex-flow: wrap;
|
|
19036
|
+
justify-content: start;
|
|
19037
|
+
}
|
|
19038
|
+
._signatureMain_hpej7_121 svg path {
|
|
19039
|
+
stroke-linejoin: round;
|
|
19040
|
+
stroke-linecap: round;
|
|
19041
|
+
stroke-width: 1;
|
|
19042
|
+
stroke: #000;
|
|
19043
|
+
transition: 0.2s stroke-dashoffset;
|
|
19044
|
+
}
|
|
19045
|
+
._up_hpej7_135,
|
|
19046
|
+
._lo_hpej7_136,
|
|
19047
|
+
._digit_hpej7_137 {
|
|
19048
|
+
max-height: 51px;
|
|
19049
|
+
}
|
|
19050
|
+
._up_hpej7_135.a {
|
|
19051
|
+
margin: 0 -10px 0 -7px;
|
|
19052
|
+
}
|
|
19053
|
+
._up_hpej7_135.b {
|
|
19054
|
+
margin: 0 -5px 0 -13px;
|
|
19055
|
+
}
|
|
19056
|
+
._up_hpej7_135.c {
|
|
19057
|
+
margin: 0 -5px 0 -6px;
|
|
19058
|
+
}
|
|
19059
|
+
._up_hpej7_135.d {
|
|
19060
|
+
margin: 0 -6px 0 -6px;
|
|
19061
|
+
}
|
|
19062
|
+
._up_hpej7_135.e {
|
|
19063
|
+
margin: 0 -10px 0 -8px;
|
|
19064
|
+
}
|
|
19065
|
+
._up_hpej7_135.f {
|
|
19066
|
+
margin: 0 -13px 0 -5px;
|
|
19067
|
+
}
|
|
19068
|
+
._up_hpej7_135.g {
|
|
19069
|
+
margin: 0 0px 0 -6px;
|
|
19070
|
+
}
|
|
19071
|
+
._up_hpej7_135.h {
|
|
19072
|
+
margin: 0 -8px 0 -6px;
|
|
19073
|
+
}
|
|
19074
|
+
._up_hpej7_135.i {
|
|
19075
|
+
margin: 0 -25px 0 -16px;
|
|
19076
|
+
}
|
|
19077
|
+
._up_hpej7_135.j {
|
|
19078
|
+
margin: 0 -24px 0 -6px;
|
|
19079
|
+
}
|
|
19080
|
+
._up_hpej7_135.k {
|
|
19081
|
+
margin: 0 -23px 0 -3px;
|
|
19082
|
+
}
|
|
19083
|
+
._up_hpej7_135.l {
|
|
19084
|
+
margin: 0 -7px 0 -5px;
|
|
19085
|
+
}
|
|
19086
|
+
._up_hpej7_135.m {
|
|
19087
|
+
margin: 0 -7px 0 -10px;
|
|
19088
|
+
}
|
|
19089
|
+
._up_hpej7_135.n {
|
|
19090
|
+
margin: 0 -4px 0 -10px;
|
|
19091
|
+
}
|
|
19092
|
+
._up_hpej7_135.o {
|
|
19093
|
+
margin: 0 -1px 0 -1px;
|
|
19094
|
+
}
|
|
19095
|
+
._up_hpej7_135.p {
|
|
19096
|
+
margin: 0 -12px 0 -3px;
|
|
19097
|
+
}
|
|
19098
|
+
._up_hpej7_135.q {
|
|
19099
|
+
margin: 0 -3px 0 -3px;
|
|
19100
|
+
}
|
|
19101
|
+
._up_hpej7_135.r {
|
|
19102
|
+
margin: 0 -8px 0 -4px;
|
|
19103
|
+
}
|
|
19104
|
+
._up_hpej7_135.s {
|
|
19105
|
+
margin: 0 -14px 0 -2px;
|
|
19106
|
+
}
|
|
19107
|
+
._up_hpej7_135.t {
|
|
19108
|
+
margin: 0 -29px 0 -17px;
|
|
19109
|
+
}
|
|
19110
|
+
._up_hpej7_135.u {
|
|
19111
|
+
margin: 0 -10px 0 -1px;
|
|
19112
|
+
}
|
|
19113
|
+
._up_hpej7_135.v {
|
|
19114
|
+
margin: 0 -15px 0 -6px;
|
|
19115
|
+
}
|
|
19116
|
+
._up_hpej7_135.w {
|
|
19117
|
+
margin: 0 -8px 0 -6px;
|
|
19118
|
+
}
|
|
19119
|
+
._up_hpej7_135.x {
|
|
19120
|
+
margin: 0 -11px 0 -13px;
|
|
19121
|
+
}
|
|
19122
|
+
._up_hpej7_135.y {
|
|
19123
|
+
margin: 0 -12px 0 2px;
|
|
19124
|
+
}
|
|
19125
|
+
._up_hpej7_135.z {
|
|
19126
|
+
margin: 0 -9px 0 -8px;
|
|
19127
|
+
}
|
|
19128
|
+
._lo_hpej7_136.a {
|
|
19129
|
+
margin: 0 -4px 0 0;
|
|
19130
|
+
}
|
|
19131
|
+
._lo_hpej7_136.b {
|
|
19132
|
+
margin: 0 -6px 0 -1.5px;
|
|
19133
|
+
}
|
|
19134
|
+
._lo_hpej7_136.c {
|
|
19135
|
+
margin: 0 -4px 0 0;
|
|
19136
|
+
}
|
|
19137
|
+
._lo_hpej7_136.d {
|
|
19138
|
+
margin: 0 -11.3px 0 0;
|
|
19139
|
+
}
|
|
19140
|
+
._lo_hpej7_136.e {
|
|
19141
|
+
margin: 0 -4px 0 0;
|
|
19142
|
+
}
|
|
19143
|
+
._lo_hpej7_136.f {
|
|
19144
|
+
margin: 0 -6px 0 -6px;
|
|
19145
|
+
}
|
|
19146
|
+
._lo_hpej7_136.g {
|
|
19147
|
+
margin: 0 -4px 0 -10px;
|
|
19148
|
+
}
|
|
19149
|
+
._lo_hpej7_136.h {
|
|
19150
|
+
margin: 0 -4px 0 -1px;
|
|
19151
|
+
}
|
|
19152
|
+
._lo_hpej7_136.i {
|
|
19153
|
+
margin: 0 -3.5px 0 0;
|
|
19154
|
+
}
|
|
19155
|
+
._lo_hpej7_136.j {
|
|
19156
|
+
margin: 0 -5px 0 -14px;
|
|
19157
|
+
}
|
|
19158
|
+
._lo_hpej7_136.k {
|
|
19159
|
+
margin: 0 -6.5px 0 0;
|
|
19160
|
+
}
|
|
19161
|
+
._lo_hpej7_136.l {
|
|
19162
|
+
margin: 0 -12px 0 -4px;
|
|
19163
|
+
}
|
|
19164
|
+
._lo_hpej7_136.m,
|
|
19165
|
+
._lo_hpej7_136.n {
|
|
19166
|
+
margin: 0 -5px 0 0;
|
|
19167
|
+
}
|
|
19168
|
+
._lo_hpej7_136.o {
|
|
19169
|
+
margin: 0 -2.5px 0 0;
|
|
19170
|
+
}
|
|
19171
|
+
._lo_hpej7_136.p {
|
|
19172
|
+
margin: 0 -2.5px 0 -10px;
|
|
19173
|
+
}
|
|
19174
|
+
._lo_hpej7_136.q {
|
|
19175
|
+
margin: 0 -2px 0 -6px;
|
|
19176
|
+
}
|
|
19177
|
+
._lo_hpej7_136.r {
|
|
19178
|
+
margin: 0 -3px 0 -1px;
|
|
19179
|
+
}
|
|
19180
|
+
._lo_hpej7_136.s {
|
|
19181
|
+
margin: 0 -4px 0 -4px;
|
|
19182
|
+
}
|
|
19183
|
+
._lo_hpej7_136.t {
|
|
19184
|
+
margin: 0 -12.5px 0 -3.5px;
|
|
19185
|
+
}
|
|
19186
|
+
._lo_hpej7_136.u,
|
|
19187
|
+
._lo_hpej7_136.v {
|
|
19188
|
+
margin: 0 -4.5px 0 0;
|
|
19189
|
+
}
|
|
19190
|
+
._lo_hpej7_136.w,
|
|
19191
|
+
._lo_hpej7_136.x {
|
|
19192
|
+
margin: 0 -4px 0 0;
|
|
19193
|
+
}
|
|
19194
|
+
._lo_hpej7_136.y {
|
|
19195
|
+
margin: 0 -4px 0 -9px;
|
|
19196
|
+
}
|
|
19197
|
+
._lo_hpej7_136.z {
|
|
19198
|
+
margin: 0 -4px 0 -10px;
|
|
19199
|
+
}
|
|
19200
|
+
._up_hpej7_135.a path {
|
|
19201
|
+
stroke-dasharray: 190;
|
|
19202
|
+
stroke-dashoffset: 190;
|
|
19203
|
+
}
|
|
19204
|
+
._up_hpej7_135.b path {
|
|
19205
|
+
stroke-dasharray: 230;
|
|
19206
|
+
stroke-dashoffset: 230;
|
|
19207
|
+
}
|
|
19208
|
+
._up_hpej7_135.c path {
|
|
19209
|
+
stroke-dasharray: 101;
|
|
19210
|
+
stroke-dashoffset: 101;
|
|
19211
|
+
}
|
|
19212
|
+
._up_hpej7_135.d path {
|
|
19213
|
+
stroke-dasharray: 194;
|
|
19214
|
+
stroke-dashoffset: 194;
|
|
19215
|
+
}
|
|
19216
|
+
._up_hpej7_135.e path {
|
|
19217
|
+
stroke-dasharray: 132;
|
|
19218
|
+
stroke-dashoffset: 132;
|
|
19219
|
+
}
|
|
19220
|
+
._up_hpej7_135.f path {
|
|
19221
|
+
stroke-dasharray: 191;
|
|
19222
|
+
stroke-dashoffset: 191;
|
|
19223
|
+
}
|
|
19224
|
+
._up_hpej7_135.g path {
|
|
19225
|
+
stroke-dasharray: 145;
|
|
19226
|
+
stroke-dashoffset: 145;
|
|
19227
|
+
}
|
|
19228
|
+
._up_hpej7_135.h path {
|
|
19229
|
+
stroke-dasharray: 235;
|
|
19230
|
+
stroke-dashoffset: 235;
|
|
19231
|
+
}
|
|
19232
|
+
._up_hpej7_135.i path {
|
|
19233
|
+
stroke-dasharray: 128;
|
|
19234
|
+
stroke-dashoffset: 128;
|
|
19235
|
+
}
|
|
19236
|
+
._up_hpej7_135.j path {
|
|
19237
|
+
stroke-dasharray: 174;
|
|
19238
|
+
stroke-dashoffset: 174;
|
|
19239
|
+
}
|
|
19240
|
+
._up_hpej7_135.k path {
|
|
19241
|
+
stroke-dasharray: 244;
|
|
19242
|
+
stroke-dashoffset: 244;
|
|
19243
|
+
}
|
|
19244
|
+
._up_hpej7_135.l path {
|
|
19245
|
+
stroke-dasharray: 83;
|
|
19246
|
+
stroke-dashoffset: 83;
|
|
19247
|
+
}
|
|
19248
|
+
._up_hpej7_135.m path {
|
|
19249
|
+
stroke-dasharray: 176;
|
|
19250
|
+
stroke-dashoffset: 176;
|
|
19251
|
+
}
|
|
19252
|
+
._up_hpej7_135.n path {
|
|
19253
|
+
stroke-dasharray: 111;
|
|
19254
|
+
stroke-dashoffset: 111;
|
|
19255
|
+
}
|
|
19256
|
+
._up_hpej7_135.o path {
|
|
19257
|
+
stroke-dasharray: 167;
|
|
19258
|
+
stroke-dashoffset: 167;
|
|
19259
|
+
}
|
|
19260
|
+
._up_hpej7_135.p path {
|
|
19261
|
+
stroke-dasharray: 203;
|
|
19262
|
+
stroke-dashoffset: 203;
|
|
19263
|
+
}
|
|
19264
|
+
._up_hpej7_135.q path {
|
|
19265
|
+
stroke-dasharray: 212;
|
|
19266
|
+
stroke-dashoffset: 212;
|
|
19267
|
+
}
|
|
19268
|
+
._up_hpej7_135.r path {
|
|
19269
|
+
stroke-dasharray: 235;
|
|
19270
|
+
stroke-dashoffset: 235;
|
|
19271
|
+
}
|
|
19272
|
+
._up_hpej7_135.s path {
|
|
19273
|
+
stroke-dasharray: 100;
|
|
19274
|
+
stroke-dashoffset: 100;
|
|
19275
|
+
}
|
|
19276
|
+
._up_hpej7_135.t path {
|
|
19277
|
+
stroke-dasharray: 133;
|
|
19278
|
+
stroke-dashoffset: 133;
|
|
19279
|
+
}
|
|
19280
|
+
._up_hpej7_135.u path {
|
|
19281
|
+
stroke-dasharray: 136;
|
|
19282
|
+
stroke-dashoffset: 136;
|
|
19283
|
+
}
|
|
19284
|
+
._up_hpej7_135.v path {
|
|
19285
|
+
stroke-dasharray: 100;
|
|
19286
|
+
stroke-dashoffset: 100;
|
|
19287
|
+
}
|
|
19288
|
+
._up_hpej7_135.w path {
|
|
19289
|
+
stroke-dasharray: 163;
|
|
19290
|
+
stroke-dashoffset: 163;
|
|
19291
|
+
}
|
|
19292
|
+
._up_hpej7_135.x path {
|
|
19293
|
+
stroke-dasharray: 153;
|
|
19294
|
+
stroke-dashoffset: 153;
|
|
19295
|
+
}
|
|
19296
|
+
._up_hpej7_135.y path {
|
|
19297
|
+
stroke-dasharray: 162;
|
|
19298
|
+
stroke-dashoffset: 162;
|
|
19299
|
+
}
|
|
19300
|
+
._up_hpej7_135.z path {
|
|
19301
|
+
stroke-dasharray: 149;
|
|
19302
|
+
stroke-dashoffset: 149;
|
|
19303
|
+
}
|
|
19304
|
+
._lo_hpej7_136.a path {
|
|
19305
|
+
stroke-dasharray: 36;
|
|
19306
|
+
stroke-dashoffset: 36;
|
|
19307
|
+
}
|
|
19308
|
+
._lo_hpej7_136.b path {
|
|
19309
|
+
stroke-dasharray: 64;
|
|
19310
|
+
stroke-dashoffset: 64;
|
|
19311
|
+
}
|
|
19312
|
+
._lo_hpej7_136.c path {
|
|
19313
|
+
stroke-dasharray: 17;
|
|
19314
|
+
stroke-dashoffset: 17;
|
|
19315
|
+
}
|
|
19316
|
+
._lo_hpej7_136.d path {
|
|
19317
|
+
stroke-dasharray: 73;
|
|
19318
|
+
stroke-dashoffset: 73;
|
|
19319
|
+
}
|
|
19320
|
+
._lo_hpej7_136.e path {
|
|
19321
|
+
stroke-dasharray: 22;
|
|
19322
|
+
stroke-dashoffset: 22;
|
|
19323
|
+
}
|
|
19324
|
+
._lo_hpej7_136.f path {
|
|
19325
|
+
stroke-dasharray: 59;
|
|
19326
|
+
stroke-dashoffset: 59;
|
|
19327
|
+
}
|
|
19328
|
+
._lo_hpej7_136.g path {
|
|
19329
|
+
stroke-dasharray: 75;
|
|
19330
|
+
stroke-dashoffset: 75;
|
|
19331
|
+
}
|
|
19332
|
+
._lo_hpej7_136.h path {
|
|
19333
|
+
stroke-dasharray: 48;
|
|
19334
|
+
stroke-dashoffset: 48;
|
|
19335
|
+
}
|
|
19336
|
+
._lo_hpej7_136.i path {
|
|
19337
|
+
stroke-dasharray: 16;
|
|
19338
|
+
stroke-dashoffset: 16;
|
|
19339
|
+
}
|
|
19340
|
+
._lo_hpej7_136.j path {
|
|
19341
|
+
stroke-dasharray: 59;
|
|
19342
|
+
stroke-dashoffset: 59;
|
|
19343
|
+
}
|
|
19344
|
+
._lo_hpej7_136.k path {
|
|
19345
|
+
stroke-dasharray: 54;
|
|
19346
|
+
stroke-dashoffset: 54;
|
|
19347
|
+
}
|
|
19348
|
+
._lo_hpej7_136.l path {
|
|
19349
|
+
stroke-dasharray: 33;
|
|
19350
|
+
stroke-dashoffset: 33;
|
|
19351
|
+
}
|
|
19352
|
+
._lo_hpej7_136.m path {
|
|
19353
|
+
stroke-dasharray: 43;
|
|
19354
|
+
stroke-dashoffset: 43;
|
|
19355
|
+
}
|
|
19356
|
+
._lo_hpej7_136.n path {
|
|
19357
|
+
stroke-dasharray: 27;
|
|
19358
|
+
stroke-dashoffset: 27;
|
|
19359
|
+
}
|
|
19360
|
+
._lo_hpej7_136.o path {
|
|
19361
|
+
stroke-dasharray: 17;
|
|
19362
|
+
stroke-dashoffset: 17;
|
|
19363
|
+
}
|
|
19364
|
+
._lo_hpej7_136.p path {
|
|
19365
|
+
stroke-dasharray: 67;
|
|
19366
|
+
stroke-dashoffset: 67;
|
|
19367
|
+
}
|
|
19368
|
+
._lo_hpej7_136.q path {
|
|
19369
|
+
stroke-dasharray: 63;
|
|
19370
|
+
stroke-dashoffset: 63;
|
|
19371
|
+
}
|
|
19372
|
+
._lo_hpej7_136.r path {
|
|
19373
|
+
stroke-dasharray: 24;
|
|
19374
|
+
stroke-dashoffset: 24;
|
|
19375
|
+
}
|
|
19376
|
+
._lo_hpej7_136.s path {
|
|
19377
|
+
stroke-dasharray: 32;
|
|
19378
|
+
stroke-dashoffset: 32;
|
|
19379
|
+
}
|
|
19380
|
+
._lo_hpej7_136.t path {
|
|
19381
|
+
stroke-dasharray: 91;
|
|
19382
|
+
stroke-dashoffset: 91;
|
|
19383
|
+
}
|
|
19384
|
+
._lo_hpej7_136.u path {
|
|
19385
|
+
stroke-dasharray: 28;
|
|
19386
|
+
stroke-dashoffset: 28;
|
|
19387
|
+
}
|
|
19388
|
+
._lo_hpej7_136.v path {
|
|
19389
|
+
stroke-dasharray: 17;
|
|
19390
|
+
stroke-dashoffset: 17;
|
|
19391
|
+
}
|
|
19392
|
+
._lo_hpej7_136.w path {
|
|
19393
|
+
stroke-dasharray: 21;
|
|
19394
|
+
stroke-dashoffset: 21;
|
|
19395
|
+
}
|
|
19396
|
+
._lo_hpej7_136.x path {
|
|
19397
|
+
stroke-dasharray: 24;
|
|
19398
|
+
stroke-dashoffset: 24;
|
|
19399
|
+
}
|
|
19400
|
+
._lo_hpej7_136.y path {
|
|
19401
|
+
stroke-dasharray: 70;
|
|
19402
|
+
stroke-dashoffset: 70;
|
|
19403
|
+
}
|
|
19404
|
+
._lo_hpej7_136.z path {
|
|
19405
|
+
stroke-dasharray: 67;
|
|
19406
|
+
stroke-dashoffset: 67;
|
|
19407
|
+
}
|
|
19408
|
+
._digit_hpej7_137.0,
|
|
19409
|
+
._digit_hpej7_137.1,
|
|
19410
|
+
._digit_hpej7_137.2,
|
|
19411
|
+
._digit_hpej7_137.3,
|
|
19412
|
+
._digit_hpej7_137.4,
|
|
19413
|
+
._digit_hpej7_137.5,
|
|
19414
|
+
._digit_hpej7_137.6,
|
|
19415
|
+
._digit_hpej7_137.7,
|
|
19416
|
+
._digit_hpej7_137.8,
|
|
19417
|
+
._digit_hpej7_137.9 {
|
|
19418
|
+
margin: 0 -4px 0 0;
|
|
19419
|
+
}
|
|
19420
|
+
._digit_hpej7_137.0 path {
|
|
19421
|
+
stroke-dasharray: 120;
|
|
19422
|
+
stroke-dashoffset: 120;
|
|
19423
|
+
}
|
|
19424
|
+
._digit_hpej7_137.1 path {
|
|
19425
|
+
stroke-dasharray: 85;
|
|
19426
|
+
stroke-dashoffset: 85;
|
|
19427
|
+
}
|
|
19428
|
+
._digit_hpej7_137.2 path {
|
|
19429
|
+
stroke-dasharray: 110;
|
|
19430
|
+
stroke-dashoffset: 110;
|
|
19431
|
+
}
|
|
19432
|
+
._digit_hpej7_137.3 path {
|
|
19433
|
+
stroke-dasharray: 130;
|
|
19434
|
+
stroke-dashoffset: 130;
|
|
19435
|
+
}
|
|
19436
|
+
._digit_hpej7_137.4 path {
|
|
19437
|
+
stroke-dasharray: 95;
|
|
19438
|
+
stroke-dashoffset: 95;
|
|
19439
|
+
}
|
|
19440
|
+
._digit_hpej7_137.5 path {
|
|
19441
|
+
stroke-dasharray: 125;
|
|
19442
|
+
stroke-dashoffset: 125;
|
|
19443
|
+
}
|
|
19444
|
+
._digit_hpej7_137.6 path {
|
|
19445
|
+
stroke-dasharray: 140;
|
|
19446
|
+
stroke-dashoffset: 140;
|
|
19447
|
+
}
|
|
19448
|
+
._digit_hpej7_137.7 path {
|
|
19449
|
+
stroke-dasharray: 75;
|
|
19450
|
+
stroke-dashoffset: 75;
|
|
19451
|
+
}
|
|
19452
|
+
._digit_hpej7_137.8 path {
|
|
19453
|
+
stroke-dasharray: 150;
|
|
19454
|
+
stroke-dashoffset: 150;
|
|
19455
|
+
}
|
|
19456
|
+
._digit_hpej7_137.9 path {
|
|
19457
|
+
stroke-dasharray: 145;
|
|
19458
|
+
stroke-dashoffset: 145;
|
|
18396
19459
|
}._root_1rgqf_1 {
|
|
18397
19460
|
box-shadow: none;
|
|
18398
19461
|
outline: none;
|
|
@@ -25342,6 +26405,64 @@ animating the original */
|
|
|
25342
26405
|
|
|
25343
26406
|
._info_kbygh_39 {
|
|
25344
26407
|
margin-top: 14px;
|
|
26408
|
+
}
|
|
26409
|
+
._root_my3rv_2 {
|
|
26410
|
+
display: grid;
|
|
26411
|
+
place-items: center;
|
|
26412
|
+
height: 100vh;
|
|
26413
|
+
overflow: hidden;
|
|
26414
|
+
background-image: linear-gradient(#121212, #323232);
|
|
26415
|
+
}
|
|
26416
|
+
._container_my3rv_10 {
|
|
26417
|
+
z-index: 99;
|
|
26418
|
+
position: relative;
|
|
26419
|
+
width: 100%;
|
|
26420
|
+
height: 100%;
|
|
26421
|
+
display: flex;
|
|
26422
|
+
align-items: center;
|
|
26423
|
+
justify-content: center;
|
|
26424
|
+
}
|
|
26425
|
+
._textContainer_my3rv_20 {
|
|
26426
|
+
display: flex;
|
|
26427
|
+
flex-direction: column;
|
|
26428
|
+
align-items: center;
|
|
26429
|
+
justify-content: center;
|
|
26430
|
+
position: relative;
|
|
26431
|
+
z-index: 1;
|
|
26432
|
+
text-align: center;
|
|
26433
|
+
}
|
|
26434
|
+
._text_my3rv_20 {
|
|
26435
|
+
font-size: 196px;
|
|
26436
|
+
font-family: "Poppins", sans-serif;
|
|
26437
|
+
font-weight: 800;
|
|
26438
|
+
color: rgba(255, 255, 255, 0.2);
|
|
26439
|
+
-webkit-text-stroke: 3px rgb(200, 200, 200);
|
|
26440
|
+
filter: drop-shadow(8px 8px 2px rgb(0, 0, 0));
|
|
26441
|
+
position: relative;
|
|
26442
|
+
margin: 0;
|
|
26443
|
+
text-align: center;
|
|
26444
|
+
}
|
|
26445
|
+
._description_my3rv_42 {
|
|
26446
|
+
font-size: 16px;
|
|
26447
|
+
font-family: "Poppins", sans-serif;
|
|
26448
|
+
-webkit-text-stroke: 0;
|
|
26449
|
+
color: #fff;
|
|
26450
|
+
font-weight: 400;
|
|
26451
|
+
margin: 0;
|
|
26452
|
+
margin-top: 1rem;
|
|
26453
|
+
text-align: center;
|
|
26454
|
+
}
|
|
26455
|
+
._ant_my3rv_53 {
|
|
26456
|
+
filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.5));
|
|
26457
|
+
fill: rgb(200, 50, 50);
|
|
26458
|
+
}
|
|
26459
|
+
@media (max-width: 900px) {
|
|
26460
|
+
._text_my3rv_20 {
|
|
26461
|
+
font-size: 98px;
|
|
26462
|
+
}
|
|
26463
|
+
._description_my3rv_42 {
|
|
26464
|
+
font-size: 8px;
|
|
26465
|
+
}
|
|
25345
26466
|
}._root_2p2sz_1 {
|
|
25346
26467
|
position: relative;
|
|
25347
26468
|
width: 230px;
|
|
@@ -25545,6 +26666,193 @@ animating the original */
|
|
|
25545
26666
|
}
|
|
25546
26667
|
[data-aperture=open] ._apertureBottomRight_1t38n_68 {
|
|
25547
26668
|
clip-path: polygon(100% 100%, 100% 100%, 100% 100%);
|
|
26669
|
+
}:root {
|
|
26670
|
+
--lg-bg-color: rgba(255, 255, 255, 0.25);
|
|
26671
|
+
--lg-highlight: rgba(255, 255, 255, 0.75);
|
|
26672
|
+
--lg-text: #ffffff;
|
|
26673
|
+
--lg-hover-glow: rgba(255, 255, 255, 0.4);
|
|
26674
|
+
--lg-red: #fb4268;
|
|
26675
|
+
--lg-grey: #5b5b5b;
|
|
26676
|
+
}
|
|
26677
|
+
|
|
26678
|
+
._container_l6hps_10 {
|
|
26679
|
+
display: flex;
|
|
26680
|
+
flex-direction: column;
|
|
26681
|
+
align-items: center;
|
|
26682
|
+
justify-content: center;
|
|
26683
|
+
}
|
|
26684
|
+
._containerInline_l6hps_16 {
|
|
26685
|
+
flex-direction: row;
|
|
26686
|
+
}
|
|
26687
|
+
|
|
26688
|
+
._glassContainer_l6hps_20 {
|
|
26689
|
+
position: relative;
|
|
26690
|
+
display: flex;
|
|
26691
|
+
font-weight: 600;
|
|
26692
|
+
color: var(--lg-text);
|
|
26693
|
+
cursor: pointer;
|
|
26694
|
+
background: transparent;
|
|
26695
|
+
border-radius: 2rem;
|
|
26696
|
+
overflow: hidden;
|
|
26697
|
+
box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
|
|
26698
|
+
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
|
|
26699
|
+
contain: layout style paint;
|
|
26700
|
+
}
|
|
26701
|
+
._glassContainerLarge_l6hps_33 {
|
|
26702
|
+
min-width: 32rem;
|
|
26703
|
+
}
|
|
26704
|
+
|
|
26705
|
+
._glassFilter_l6hps_37 {
|
|
26706
|
+
position: absolute;
|
|
26707
|
+
inset: 0;
|
|
26708
|
+
z-index: 0;
|
|
26709
|
+
backdrop-filter: blur(0px);
|
|
26710
|
+
filter: url(#lg-dist);
|
|
26711
|
+
isolation: isolate;
|
|
26712
|
+
border-radius: inherit;
|
|
26713
|
+
overflow: hidden;
|
|
26714
|
+
clip-path: inset(0 round 2rem);
|
|
26715
|
+
}
|
|
26716
|
+
|
|
26717
|
+
._glassOverlay_l6hps_49 {
|
|
26718
|
+
position: absolute;
|
|
26719
|
+
inset: 0;
|
|
26720
|
+
z-index: 1;
|
|
26721
|
+
background: var(--lg-bg-color);
|
|
26722
|
+
border-radius: inherit;
|
|
26723
|
+
overflow: hidden;
|
|
26724
|
+
}
|
|
26725
|
+
|
|
26726
|
+
._glassSpecular_l6hps_58 {
|
|
26727
|
+
position: absolute;
|
|
26728
|
+
inset: 0;
|
|
26729
|
+
z-index: 2;
|
|
26730
|
+
border-radius: inherit;
|
|
26731
|
+
overflow: hidden;
|
|
26732
|
+
box-shadow: inset 1px 1px 0 var(--lg-highlight), inset 0 0 5px var(--lg-highlight);
|
|
26733
|
+
}
|
|
26734
|
+
|
|
26735
|
+
._glassContent_l6hps_67 {
|
|
26736
|
+
position: relative;
|
|
26737
|
+
z-index: 3;
|
|
26738
|
+
display: flex;
|
|
26739
|
+
align-items: center;
|
|
26740
|
+
gap: 20px;
|
|
26741
|
+
padding: 1rem 1.5rem 0.9rem;
|
|
26742
|
+
border-radius: inherit;
|
|
26743
|
+
overflow: hidden;
|
|
26744
|
+
width: 100%;
|
|
26745
|
+
}
|
|
26746
|
+
._glassContentInline_l6hps_78 {
|
|
26747
|
+
padding: 0.25rem 2rem 0.25rem 0.75rem;
|
|
26748
|
+
flex: 1 1 auto;
|
|
26749
|
+
justify-content: space-between;
|
|
26750
|
+
}
|
|
26751
|
+
|
|
26752
|
+
._glassContentLink_l6hps_84 {
|
|
26753
|
+
display: inline-block;
|
|
26754
|
+
position: relative;
|
|
26755
|
+
padding: 1px;
|
|
26756
|
+
border-radius: 1.2rem;
|
|
26757
|
+
}
|
|
26758
|
+
|
|
26759
|
+
._glassContentImg_l6hps_91 {
|
|
26760
|
+
display: block;
|
|
26761
|
+
width: 75px;
|
|
26762
|
+
transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
|
|
26763
|
+
}
|
|
26764
|
+
._glassContentImg_l6hps_91:hover {
|
|
26765
|
+
transform: scale(0.95);
|
|
26766
|
+
}
|
|
26767
|
+
|
|
26768
|
+
._player_l6hps_100 {
|
|
26769
|
+
display: flex;
|
|
26770
|
+
align-items: center;
|
|
26771
|
+
width: 100%;
|
|
26772
|
+
flex: 1 1 auto;
|
|
26773
|
+
justify-content: space-between;
|
|
26774
|
+
gap: 1rem;
|
|
26775
|
+
}
|
|
26776
|
+
|
|
26777
|
+
._playerThumb_l6hps_109 {
|
|
26778
|
+
display: flex;
|
|
26779
|
+
align-items: center;
|
|
26780
|
+
justify-content: center;
|
|
26781
|
+
margin-left: 0.5rem;
|
|
26782
|
+
flex-shrink: 0;
|
|
26783
|
+
}
|
|
26784
|
+
|
|
26785
|
+
._playerImg_l6hps_117 {
|
|
26786
|
+
width: 5rem;
|
|
26787
|
+
height: auto;
|
|
26788
|
+
margin: 0.25rem 0;
|
|
26789
|
+
border-radius: 0.5rem;
|
|
26790
|
+
}
|
|
26791
|
+
|
|
26792
|
+
._playerLegend_l6hps_124 {
|
|
26793
|
+
display: flex;
|
|
26794
|
+
flex-direction: column;
|
|
26795
|
+
margin: 0 1rem;
|
|
26796
|
+
color: black;
|
|
26797
|
+
}
|
|
26798
|
+
|
|
26799
|
+
._playerLegendTitle_l6hps_131 {
|
|
26800
|
+
font-size: 1rem;
|
|
26801
|
+
margin: 0;
|
|
26802
|
+
color: #fff;
|
|
26803
|
+
text-shadow: 0 0 3px #444;
|
|
26804
|
+
}
|
|
26805
|
+
|
|
26806
|
+
._playerLegendSubTitle_l6hps_138 {
|
|
26807
|
+
font-size: 1rem;
|
|
26808
|
+
margin: 0;
|
|
26809
|
+
opacity: 0.45;
|
|
26810
|
+
color: #ccc;
|
|
26811
|
+
text-shadow: 0 0 3px #444;
|
|
26812
|
+
}
|
|
26813
|
+
|
|
26814
|
+
._playerControls_l6hps_146 {
|
|
26815
|
+
display: flex;
|
|
26816
|
+
align-items: center;
|
|
26817
|
+
justify-content: flex-end;
|
|
26818
|
+
gap: 8px;
|
|
26819
|
+
fill: #fff;
|
|
26820
|
+
flex-shrink: 0;
|
|
26821
|
+
}
|
|
26822
|
+
|
|
26823
|
+
._playerControlsPlay_l6hps_155 {
|
|
26824
|
+
display: flex;
|
|
26825
|
+
background: none;
|
|
26826
|
+
border: none;
|
|
26827
|
+
cursor: pointer;
|
|
26828
|
+
padding: 0;
|
|
26829
|
+
color: inherit;
|
|
26830
|
+
}
|
|
26831
|
+
._playerControlsPlay_l6hps_155:hover {
|
|
26832
|
+
opacity: 0.8;
|
|
26833
|
+
}
|
|
26834
|
+
._playerControlsPlay_l6hps_155:focus-visible {
|
|
26835
|
+
outline: 2px solid var(--lg-highlight);
|
|
26836
|
+
outline-offset: 2px;
|
|
26837
|
+
border-radius: 4px;
|
|
26838
|
+
}
|
|
26839
|
+
|
|
26840
|
+
._playerControlsFf_l6hps_172 {
|
|
26841
|
+
display: flex;
|
|
26842
|
+
gap: 0;
|
|
26843
|
+
background: none;
|
|
26844
|
+
border: none;
|
|
26845
|
+
cursor: pointer;
|
|
26846
|
+
padding: 0;
|
|
26847
|
+
color: inherit;
|
|
26848
|
+
}
|
|
26849
|
+
._playerControlsFf_l6hps_172:hover {
|
|
26850
|
+
opacity: 0.8;
|
|
26851
|
+
}
|
|
26852
|
+
._playerControlsFf_l6hps_172:focus-visible {
|
|
26853
|
+
outline: 2px solid var(--lg-highlight);
|
|
26854
|
+
outline-offset: 2px;
|
|
26855
|
+
border-radius: 4px;
|
|
25548
26856
|
}._root_1gehi_1 {
|
|
25549
26857
|
--bg: #e3e4e8;
|
|
25550
26858
|
--bgT: #e3e4e800;
|
|
@@ -25919,6 +27227,163 @@ animating the original */
|
|
|
25919
27227
|
._segment_mt10r_36::before {
|
|
25920
27228
|
color: #5583f6;
|
|
25921
27229
|
}
|
|
27230
|
+
}._form_ut3jq_1 {
|
|
27231
|
+
--hue: 223;
|
|
27232
|
+
--bg: hsl(var(--hue), 90%, 90%);
|
|
27233
|
+
--fg: hsl(var(--hue), 90%, 10%);
|
|
27234
|
+
--primary: hsl(var(--hue), 90%, 50%);
|
|
27235
|
+
--trans-dur: 0.3s;
|
|
27236
|
+
--trans-timing: cubic-bezier(0.65, 0, 0.35, 1);
|
|
27237
|
+
--label-height: 4.5em;
|
|
27238
|
+
color: var(--fg);
|
|
27239
|
+
margin: auto;
|
|
27240
|
+
max-width: 20em;
|
|
27241
|
+
position: relative;
|
|
27242
|
+
width: calc(100% - 3em);
|
|
27243
|
+
}
|
|
27244
|
+
|
|
27245
|
+
._label_ut3jq_16,
|
|
27246
|
+
._input_ut3jq_17 {
|
|
27247
|
+
cursor: pointer;
|
|
27248
|
+
-webkit-tap-highlight-color: transparent;
|
|
27249
|
+
}
|
|
27250
|
+
|
|
27251
|
+
._label_ut3jq_16 {
|
|
27252
|
+
background-color: hsla(0, 0%, 100%, 0);
|
|
27253
|
+
border-radius: 0.75em;
|
|
27254
|
+
display: flex;
|
|
27255
|
+
align-items: center;
|
|
27256
|
+
padding: 1.5em;
|
|
27257
|
+
transition: background-color var(--trans-dur);
|
|
27258
|
+
height: var(--label-height);
|
|
27259
|
+
box-sizing: border-box;
|
|
27260
|
+
}
|
|
27261
|
+
|
|
27262
|
+
._input_ut3jq_17 {
|
|
27263
|
+
background-color: hsl(0, 0%, 100%);
|
|
27264
|
+
border-radius: 50%;
|
|
27265
|
+
box-shadow: 0 0 0 0.0625em hsl(var(--hue), 90%, 80%), 0 0.125em 0.125em 0.0625em hsla(var(--hue), 90%, 10%, 0.3);
|
|
27266
|
+
flex-shrink: 0;
|
|
27267
|
+
margin-right: 1em;
|
|
27268
|
+
outline: transparent;
|
|
27269
|
+
position: relative;
|
|
27270
|
+
width: 1.5em;
|
|
27271
|
+
height: 1.5em;
|
|
27272
|
+
transition: background-color var(--trans-dur), box-shadow var(--trans-dur);
|
|
27273
|
+
-webkit-appearance: none;
|
|
27274
|
+
appearance: none;
|
|
27275
|
+
border: 0;
|
|
27276
|
+
box-sizing: border-box;
|
|
27277
|
+
padding: 0;
|
|
27278
|
+
}
|
|
27279
|
+
|
|
27280
|
+
._input_ut3jq_17:before,
|
|
27281
|
+
._input_ut3jq_17:after {
|
|
27282
|
+
border-radius: 50%;
|
|
27283
|
+
content: "";
|
|
27284
|
+
display: block;
|
|
27285
|
+
position: absolute;
|
|
27286
|
+
transform: scale(0);
|
|
27287
|
+
transition: transform var(--trans-dur) var(--trans-timing);
|
|
27288
|
+
}
|
|
27289
|
+
|
|
27290
|
+
._input_ut3jq_17:before {
|
|
27291
|
+
box-shadow: 0 0 0 0.5em var(--primary) inset, 0 0 0 0.0625em var(--primary);
|
|
27292
|
+
top: -0.0625em;
|
|
27293
|
+
left: -0.0625em;
|
|
27294
|
+
width: calc(100% + 0.125em);
|
|
27295
|
+
height: calc(100% + 0.125em);
|
|
27296
|
+
}
|
|
27297
|
+
|
|
27298
|
+
._input_ut3jq_17:after {
|
|
27299
|
+
background-color: hsl(0, 0%, 100%);
|
|
27300
|
+
top: 25%;
|
|
27301
|
+
left: 25%;
|
|
27302
|
+
width: 50%;
|
|
27303
|
+
height: 50%;
|
|
27304
|
+
}
|
|
27305
|
+
|
|
27306
|
+
._input_ut3jq_17:checked:before,
|
|
27307
|
+
._input_ut3jq_17:checked:after {
|
|
27308
|
+
transform: scale(1);
|
|
27309
|
+
}
|
|
27310
|
+
|
|
27311
|
+
._label_ut3jq_16:has(._input_ut3jq_17:checked),
|
|
27312
|
+
._label_ut3jq_16:has(._input_ut3jq_17:not(:checked)):hover {
|
|
27313
|
+
background-color: hsla(0, 0%, 100%, 0.5);
|
|
27314
|
+
}
|
|
27315
|
+
|
|
27316
|
+
._selection_ut3jq_87 {
|
|
27317
|
+
background-color: hsla(0, 0%, 100%, 0.5);
|
|
27318
|
+
border-radius: 0.75em;
|
|
27319
|
+
box-shadow: 0 0 0 0.125em var(--primary) inset;
|
|
27320
|
+
display: none;
|
|
27321
|
+
pointer-events: none;
|
|
27322
|
+
position: absolute;
|
|
27323
|
+
top: 0;
|
|
27324
|
+
left: 0;
|
|
27325
|
+
width: 100%;
|
|
27326
|
+
height: var(--label-height);
|
|
27327
|
+
transition: transform var(--trans-dur) var(--trans-timing);
|
|
27328
|
+
}
|
|
27329
|
+
|
|
27330
|
+
._label_ut3jq_16:has(._input_ut3jq_17:checked) ~ ._selection_ut3jq_87 {
|
|
27331
|
+
animation: _fade-in_ut3jq_1 var(--trans-dur) var(--trans-timing);
|
|
27332
|
+
display: inherit;
|
|
27333
|
+
}
|
|
27334
|
+
|
|
27335
|
+
._label_ut3jq_16:nth-of-type(2):has(._input_ut3jq_17:checked) ~ ._selection_ut3jq_87 {
|
|
27336
|
+
transform: translateY(100%);
|
|
27337
|
+
}
|
|
27338
|
+
|
|
27339
|
+
._label_ut3jq_16:nth-of-type(3):has(._input_ut3jq_17:checked) ~ ._selection_ut3jq_87 {
|
|
27340
|
+
transform: translateY(200%);
|
|
27341
|
+
}
|
|
27342
|
+
|
|
27343
|
+
._label_ut3jq_16:nth-of-type(4):has(._input_ut3jq_17:checked) ~ ._selection_ut3jq_87 {
|
|
27344
|
+
transform: translateY(300%);
|
|
27345
|
+
}
|
|
27346
|
+
|
|
27347
|
+
._label_ut3jq_16:nth-of-type(5):has(._input_ut3jq_17:checked) ~ ._selection_ut3jq_87 {
|
|
27348
|
+
transform: translateY(400%);
|
|
27349
|
+
}
|
|
27350
|
+
|
|
27351
|
+
._truncate_ut3jq_122 {
|
|
27352
|
+
white-space: nowrap;
|
|
27353
|
+
overflow: hidden;
|
|
27354
|
+
text-overflow: ellipsis;
|
|
27355
|
+
color: var(--fg);
|
|
27356
|
+
}
|
|
27357
|
+
|
|
27358
|
+
/* Dark theme */
|
|
27359
|
+
@media (prefers-color-scheme: dark) {
|
|
27360
|
+
._form_ut3jq_1 {
|
|
27361
|
+
--bg: hsl(var(--hue), 90%, 10%);
|
|
27362
|
+
--fg: hsl(var(--hue), 90%, 90%);
|
|
27363
|
+
}
|
|
27364
|
+
._label_ut3jq_16 {
|
|
27365
|
+
background-color: hsla(var(--hue), 90%, 30%, 0);
|
|
27366
|
+
}
|
|
27367
|
+
._label_ut3jq_16:has(._input_ut3jq_17:checked),
|
|
27368
|
+
._label_ut3jq_16:has(._input_ut3jq_17:not(:checked)):hover {
|
|
27369
|
+
background-color: hsla(var(--hue), 90%, 30%, 0.5);
|
|
27370
|
+
}
|
|
27371
|
+
._selection_ut3jq_87 {
|
|
27372
|
+
background-color: hsla(var(--hue), 90%, 30%, 0.5);
|
|
27373
|
+
}
|
|
27374
|
+
._input_ut3jq_17 {
|
|
27375
|
+
background-color: hsl(var(--hue), 90%, 30%);
|
|
27376
|
+
box-shadow: 0 0 0 0.0625em hsl(var(--hue), 90%, 50%), 0 0.125em 0.125em 0.0625em hsla(var(--hue), 90%, 10%, 0.3);
|
|
27377
|
+
}
|
|
27378
|
+
}
|
|
27379
|
+
/* Animations */
|
|
27380
|
+
@keyframes _fade-in_ut3jq_1 {
|
|
27381
|
+
from {
|
|
27382
|
+
opacity: 0;
|
|
27383
|
+
}
|
|
27384
|
+
to {
|
|
27385
|
+
opacity: 1;
|
|
27386
|
+
}
|
|
25922
27387
|
}._root_qdfhg_1 {
|
|
25923
27388
|
margin: 0;
|
|
25924
27389
|
padding: 0;
|
|
@@ -29494,7 +30959,7 @@ body[data-theme-mode=dark] ._root_groun_9 {
|
|
|
29494
30959
|
color: #fff;
|
|
29495
30960
|
cursor: default;
|
|
29496
30961
|
text-transform: uppercase;
|
|
29497
|
-
}.
|
|
30962
|
+
}._root_1wetf_1 {
|
|
29498
30963
|
font-size: 8vmin;
|
|
29499
30964
|
font-family: Rubik, sans-serif;
|
|
29500
30965
|
width: 75vmin;
|
|
@@ -29502,23 +30967,23 @@ body[data-theme-mode=dark] ._root_groun_9 {
|
|
|
29502
30967
|
color: #fff;
|
|
29503
30968
|
}
|
|
29504
30969
|
|
|
29505
|
-
.
|
|
30970
|
+
._line_1wetf_9 {
|
|
29506
30971
|
display: flex;
|
|
29507
30972
|
justify-content: space-between;
|
|
29508
30973
|
}
|
|
29509
30974
|
|
|
29510
|
-
.
|
|
30975
|
+
._word_1wetf_14 {
|
|
29511
30976
|
transition: opacity 0.2s ease-in-out;
|
|
29512
30977
|
cursor: default;
|
|
29513
30978
|
}
|
|
29514
|
-
.
|
|
30979
|
+
._word_1wetf_14._link_1wetf_18 {
|
|
29515
30980
|
cursor: pointer;
|
|
29516
30981
|
color: inherit;
|
|
29517
30982
|
}
|
|
29518
|
-
.
|
|
30983
|
+
._word_1wetf_14._link_1wetf_18 ._letter_1wetf_22 {
|
|
29519
30984
|
position: relative;
|
|
29520
30985
|
}
|
|
29521
|
-
.
|
|
30986
|
+
._word_1wetf_14._link_1wetf_18 ._letter_1wetf_22::before {
|
|
29522
30987
|
content: "";
|
|
29523
30988
|
width: 100%;
|
|
29524
30989
|
height: 3px;
|
|
@@ -29527,150 +30992,150 @@ body[data-theme-mode=dark] ._root_groun_9 {
|
|
|
29527
30992
|
bottom: 0;
|
|
29528
30993
|
background-color: red;
|
|
29529
30994
|
}
|
|
29530
|
-
.
|
|
30995
|
+
._root_1wetf_1:hover ._word_1wetf_14 {
|
|
29531
30996
|
opacity: 0.25;
|
|
29532
30997
|
}
|
|
29533
|
-
.
|
|
30998
|
+
._root_1wetf_1:hover ._word_1wetf_14:hover {
|
|
29534
30999
|
opacity: 1;
|
|
29535
31000
|
}
|
|
29536
|
-
.
|
|
29537
|
-
--x:
|
|
29538
|
-
--y:
|
|
29539
|
-
--r:
|
|
31001
|
+
._root_1wetf_1:hover ._word_1wetf_14:hover ._letter_1wetf_22:nth-child(1) {
|
|
31002
|
+
--x: 12;
|
|
31003
|
+
--y: 7;
|
|
31004
|
+
--r: 15;
|
|
29540
31005
|
}
|
|
29541
|
-
.
|
|
31006
|
+
._root_1wetf_1:hover ._word_1wetf_14:hover ._letter_1wetf_22:nth-child(1):hover {
|
|
29542
31007
|
z-index: 2;
|
|
29543
31008
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
29544
|
-
--x:
|
|
29545
|
-
--y:
|
|
29546
|
-
--r:
|
|
31009
|
+
--x: -6;
|
|
31010
|
+
--y: -7;
|
|
31011
|
+
--r: 10;
|
|
29547
31012
|
--s: 1.25;
|
|
29548
31013
|
}
|
|
29549
|
-
.
|
|
29550
|
-
--x:
|
|
29551
|
-
--y:
|
|
29552
|
-
--r:
|
|
31014
|
+
._root_1wetf_1:hover ._word_1wetf_14:hover ._letter_1wetf_22:nth-child(2) {
|
|
31015
|
+
--x: 21;
|
|
31016
|
+
--y: -19;
|
|
31017
|
+
--r: 8;
|
|
29553
31018
|
}
|
|
29554
|
-
.
|
|
31019
|
+
._root_1wetf_1:hover ._word_1wetf_14:hover ._letter_1wetf_22:nth-child(2):hover {
|
|
29555
31020
|
z-index: 2;
|
|
29556
31021
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
29557
|
-
--x:
|
|
29558
|
-
--y:
|
|
29559
|
-
--r:
|
|
31022
|
+
--x: 7;
|
|
31023
|
+
--y: 4;
|
|
31024
|
+
--r: 10;
|
|
29560
31025
|
--s: 1.25;
|
|
29561
31026
|
}
|
|
29562
|
-
.
|
|
29563
|
-
--x: -
|
|
29564
|
-
--y:
|
|
29565
|
-
--r: -
|
|
31027
|
+
._root_1wetf_1:hover ._word_1wetf_14:hover ._letter_1wetf_22:nth-child(3) {
|
|
31028
|
+
--x: -11;
|
|
31029
|
+
--y: -7;
|
|
31030
|
+
--r: -15;
|
|
29566
31031
|
}
|
|
29567
|
-
.
|
|
31032
|
+
._root_1wetf_1:hover ._word_1wetf_14:hover ._letter_1wetf_22:nth-child(3):hover {
|
|
29568
31033
|
z-index: 2;
|
|
29569
31034
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
29570
|
-
--x:
|
|
29571
|
-
--y:
|
|
29572
|
-
--r:
|
|
31035
|
+
--x: 0;
|
|
31036
|
+
--y: 7;
|
|
31037
|
+
--r: 3;
|
|
29573
31038
|
--s: 1.25;
|
|
29574
31039
|
}
|
|
29575
|
-
.
|
|
29576
|
-
--x:
|
|
29577
|
-
--y: -
|
|
29578
|
-
--r: -
|
|
31040
|
+
._root_1wetf_1:hover ._word_1wetf_14:hover ._letter_1wetf_22:nth-child(4) {
|
|
31041
|
+
--x: -5;
|
|
31042
|
+
--y: -10;
|
|
31043
|
+
--r: -13;
|
|
29579
31044
|
}
|
|
29580
|
-
.
|
|
31045
|
+
._root_1wetf_1:hover ._word_1wetf_14:hover ._letter_1wetf_22:nth-child(4):hover {
|
|
29581
31046
|
z-index: 2;
|
|
29582
31047
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
29583
|
-
--x: -
|
|
29584
|
-
--y:
|
|
29585
|
-
--r:
|
|
31048
|
+
--x: -6;
|
|
31049
|
+
--y: 8;
|
|
31050
|
+
--r: 2;
|
|
29586
31051
|
--s: 1.25;
|
|
29587
31052
|
}
|
|
29588
|
-
.
|
|
29589
|
-
--x:
|
|
29590
|
-
--y:
|
|
29591
|
-
--r:
|
|
31053
|
+
._root_1wetf_1:hover ._word_1wetf_14:hover ._letter_1wetf_22:nth-child(5) {
|
|
31054
|
+
--x: -1;
|
|
31055
|
+
--y: -11;
|
|
31056
|
+
--r: 3;
|
|
29592
31057
|
}
|
|
29593
|
-
.
|
|
31058
|
+
._root_1wetf_1:hover ._word_1wetf_14:hover ._letter_1wetf_22:nth-child(5):hover {
|
|
29594
31059
|
z-index: 2;
|
|
29595
31060
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
29596
|
-
--x:
|
|
29597
|
-
--y:
|
|
29598
|
-
--r:
|
|
31061
|
+
--x: 7;
|
|
31062
|
+
--y: 5;
|
|
31063
|
+
--r: -3;
|
|
29599
31064
|
--s: 1.25;
|
|
29600
31065
|
}
|
|
29601
|
-
.
|
|
29602
|
-
--x:
|
|
29603
|
-
--y: -
|
|
29604
|
-
--r:
|
|
31066
|
+
._root_1wetf_1:hover ._word_1wetf_14:hover ._letter_1wetf_22:nth-child(6) {
|
|
31067
|
+
--x: 9;
|
|
31068
|
+
--y: -14;
|
|
31069
|
+
--r: 17;
|
|
29605
31070
|
}
|
|
29606
|
-
.
|
|
31071
|
+
._root_1wetf_1:hover ._word_1wetf_14:hover ._letter_1wetf_22:nth-child(6):hover {
|
|
29607
31072
|
z-index: 2;
|
|
29608
31073
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
29609
|
-
--x: -
|
|
29610
|
-
--y: 1;
|
|
29611
|
-
--r:
|
|
31074
|
+
--x: -7;
|
|
31075
|
+
--y: -1;
|
|
31076
|
+
--r: -2;
|
|
29612
31077
|
--s: 1.25;
|
|
29613
31078
|
}
|
|
29614
|
-
.
|
|
29615
|
-
--x:
|
|
29616
|
-
--y: -
|
|
29617
|
-
--r: -
|
|
31079
|
+
._root_1wetf_1:hover ._word_1wetf_14:hover ._letter_1wetf_22:nth-child(7) {
|
|
31080
|
+
--x: -7;
|
|
31081
|
+
--y: -5;
|
|
31082
|
+
--r: -12;
|
|
29618
31083
|
}
|
|
29619
|
-
.
|
|
31084
|
+
._root_1wetf_1:hover ._word_1wetf_14:hover ._letter_1wetf_22:nth-child(7):hover {
|
|
29620
31085
|
z-index: 2;
|
|
29621
31086
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
29622
|
-
--x:
|
|
29623
|
-
--y: -
|
|
29624
|
-
--r: -
|
|
31087
|
+
--x: 4;
|
|
31088
|
+
--y: -1;
|
|
31089
|
+
--r: -1;
|
|
29625
31090
|
--s: 1.25;
|
|
29626
31091
|
}
|
|
29627
|
-
.
|
|
29628
|
-
--x: -
|
|
29629
|
-
--y:
|
|
29630
|
-
--r: -
|
|
31092
|
+
._root_1wetf_1:hover ._word_1wetf_14:hover ._letter_1wetf_22:nth-child(8) {
|
|
31093
|
+
--x: -1;
|
|
31094
|
+
--y: 4;
|
|
31095
|
+
--r: -13;
|
|
29631
31096
|
}
|
|
29632
|
-
.
|
|
31097
|
+
._root_1wetf_1:hover ._word_1wetf_14:hover ._letter_1wetf_22:nth-child(8):hover {
|
|
29633
31098
|
z-index: 2;
|
|
29634
31099
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
29635
|
-
--x:
|
|
29636
|
-
--y:
|
|
29637
|
-
--r:
|
|
31100
|
+
--x: 5;
|
|
31101
|
+
--y: 0;
|
|
31102
|
+
--r: 8;
|
|
29638
31103
|
--s: 1.25;
|
|
29639
31104
|
}
|
|
29640
|
-
.
|
|
29641
|
-
--x: -
|
|
29642
|
-
--y: 20;
|
|
29643
|
-
--r:
|
|
31105
|
+
._root_1wetf_1:hover ._word_1wetf_14:hover ._letter_1wetf_22:nth-child(9) {
|
|
31106
|
+
--x: -14;
|
|
31107
|
+
--y: -20;
|
|
31108
|
+
--r: 20;
|
|
29644
31109
|
}
|
|
29645
|
-
.
|
|
31110
|
+
._root_1wetf_1:hover ._word_1wetf_14:hover ._letter_1wetf_22:nth-child(9):hover {
|
|
29646
31111
|
z-index: 2;
|
|
29647
31112
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
29648
|
-
--x:
|
|
29649
|
-
--y:
|
|
29650
|
-
--r: -
|
|
31113
|
+
--x: -2;
|
|
31114
|
+
--y: -6;
|
|
31115
|
+
--r: -5;
|
|
29651
31116
|
--s: 1.25;
|
|
29652
31117
|
}
|
|
29653
|
-
.
|
|
29654
|
-
--x:
|
|
29655
|
-
--y:
|
|
29656
|
-
--r:
|
|
31118
|
+
._root_1wetf_1:hover ._word_1wetf_14:hover ._letter_1wetf_22:nth-child(10) {
|
|
31119
|
+
--x: -5;
|
|
31120
|
+
--y: 0;
|
|
31121
|
+
--r: 10;
|
|
29657
31122
|
}
|
|
29658
|
-
.
|
|
31123
|
+
._root_1wetf_1:hover ._word_1wetf_14:hover ._letter_1wetf_22:nth-child(10):hover {
|
|
29659
31124
|
z-index: 2;
|
|
29660
31125
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
29661
|
-
--x:
|
|
29662
|
-
--y:
|
|
29663
|
-
--r:
|
|
31126
|
+
--x: 6;
|
|
31127
|
+
--y: 2;
|
|
31128
|
+
--r: 8;
|
|
29664
31129
|
--s: 1.25;
|
|
29665
31130
|
}
|
|
29666
31131
|
|
|
29667
|
-
.
|
|
31132
|
+
._letter_1wetf_22 {
|
|
29668
31133
|
display: inline-block;
|
|
29669
31134
|
transition: transform 0.2s ease-in-out;
|
|
29670
31135
|
transform: translate(calc(var(--x, 0) * 1%), calc(var(--y, 0) * 1%)) rotate(calc(var(--r, 0) * 1deg)) scale(var(--s, 1));
|
|
29671
31136
|
}
|
|
29672
31137
|
|
|
29673
|
-
@keyframes
|
|
31138
|
+
@keyframes _wobble_1wetf_1 {
|
|
29674
31139
|
0%, 100% {
|
|
29675
31140
|
transform: translateY(0) rotate(0);
|
|
29676
31141
|
}
|
|
@@ -29782,6 +31247,52 @@ body[data-theme-mode=dark] ._root_groun_9 {
|
|
|
29782
31247
|
100% {
|
|
29783
31248
|
background-position: 180px;
|
|
29784
31249
|
}
|
|
31250
|
+
}@layer properties {
|
|
31251
|
+
@property --angle {
|
|
31252
|
+
syntax: "<angle>";
|
|
31253
|
+
initial-value: 0deg;
|
|
31254
|
+
inherits: false;
|
|
31255
|
+
}
|
|
31256
|
+
}
|
|
31257
|
+
._container_1y7nh_8 {
|
|
31258
|
+
position: relative;
|
|
31259
|
+
display: flex;
|
|
31260
|
+
justify-content: center;
|
|
31261
|
+
align-items: center;
|
|
31262
|
+
width: 100%;
|
|
31263
|
+
height: 100%;
|
|
31264
|
+
min-height: 200px;
|
|
31265
|
+
}
|
|
31266
|
+
|
|
31267
|
+
._spiral_1y7nh_18 {
|
|
31268
|
+
display: flex;
|
|
31269
|
+
align-items: center;
|
|
31270
|
+
gap: 10px;
|
|
31271
|
+
position: absolute;
|
|
31272
|
+
color: #e0ecef;
|
|
31273
|
+
font-family: sans-serif;
|
|
31274
|
+
}
|
|
31275
|
+
|
|
31276
|
+
@keyframes _spiral_1y7nh_18 {
|
|
31277
|
+
0% {
|
|
31278
|
+
--angle: 0deg;
|
|
31279
|
+
}
|
|
31280
|
+
100% {
|
|
31281
|
+
--angle: 360deg;
|
|
31282
|
+
}
|
|
31283
|
+
}
|
|
31284
|
+
._character_1y7nh_35 {
|
|
31285
|
+
font-size: 2.8rem;
|
|
31286
|
+
color: white;
|
|
31287
|
+
text-transform: uppercase;
|
|
31288
|
+
transform: translateY(calc(sin(var(--angle)) * 100px)) scale(calc(cos(var(--angle)) * 0.5 + 0.5));
|
|
31289
|
+
animation: _spiral_1y7nh_18 4s linear infinite;
|
|
31290
|
+
}
|
|
31291
|
+
|
|
31292
|
+
@media (max-width: 490px) {
|
|
31293
|
+
._character_1y7nh_35 {
|
|
31294
|
+
font-size: 2.2rem;
|
|
31295
|
+
}
|
|
29785
31296
|
}._root_wb10x_1 {
|
|
29786
31297
|
position: relative;
|
|
29787
31298
|
font-size: 120px;
|
|
@@ -35380,6 +36891,98 @@ https://flickity.metafizzy.co
|
|
|
35380
36891
|
}
|
|
35381
36892
|
._thanos_6vzyd_46:active {
|
|
35382
36893
|
background: #ccc;
|
|
36894
|
+
}._container_pm0sd_1 {
|
|
36895
|
+
text-align: center;
|
|
36896
|
+
display: flex;
|
|
36897
|
+
flex-direction: column;
|
|
36898
|
+
align-items: center;
|
|
36899
|
+
}
|
|
36900
|
+
|
|
36901
|
+
._imageContainer_pm0sd_8 {
|
|
36902
|
+
position: relative;
|
|
36903
|
+
width: 500px;
|
|
36904
|
+
max-width: 90vw;
|
|
36905
|
+
height: 500px;
|
|
36906
|
+
margin-bottom: 20px;
|
|
36907
|
+
background: #000;
|
|
36908
|
+
overflow: visible;
|
|
36909
|
+
border-radius: 24px;
|
|
36910
|
+
}
|
|
36911
|
+
|
|
36912
|
+
._displayedImage_pm0sd_19 {
|
|
36913
|
+
width: 100%;
|
|
36914
|
+
height: 100%;
|
|
36915
|
+
object-fit: cover;
|
|
36916
|
+
filter: url(#dissolve-filter);
|
|
36917
|
+
-webkit-filter: url(#dissolve-filter);
|
|
36918
|
+
transform: scale(1);
|
|
36919
|
+
opacity: 1;
|
|
36920
|
+
border-radius: 24px;
|
|
36921
|
+
will-change: transform, opacity;
|
|
36922
|
+
}
|
|
36923
|
+
|
|
36924
|
+
._deleteButton_pm0sd_31 {
|
|
36925
|
+
position: absolute;
|
|
36926
|
+
top: 50%;
|
|
36927
|
+
left: 50%;
|
|
36928
|
+
transform: translate(-50%, -50%);
|
|
36929
|
+
padding: 12px 24px;
|
|
36930
|
+
font-size: 16px;
|
|
36931
|
+
cursor: pointer;
|
|
36932
|
+
background: #650000;
|
|
36933
|
+
color: #ff5c5c;
|
|
36934
|
+
border: none;
|
|
36935
|
+
border-radius: 25px;
|
|
36936
|
+
transition: transform 0.2s ease;
|
|
36937
|
+
z-index: 1;
|
|
36938
|
+
}
|
|
36939
|
+
._deleteButton_pm0sd_31:hover {
|
|
36940
|
+
transform: translate(-50%, -50%) scale(1.2);
|
|
36941
|
+
}
|
|
36942
|
+
._deleteButton_pm0sd_31:active {
|
|
36943
|
+
transform: translate(-50%, -50%) scale(0.9);
|
|
36944
|
+
}
|
|
36945
|
+
._deleteButton_pm0sd_31:focus-visible {
|
|
36946
|
+
outline: 2px solid #ff5c5c;
|
|
36947
|
+
outline-offset: 2px;
|
|
36948
|
+
}
|
|
36949
|
+
|
|
36950
|
+
._safariWarning_pm0sd_57 {
|
|
36951
|
+
padding: 20px;
|
|
36952
|
+
background: #af8900;
|
|
36953
|
+
color: #000;
|
|
36954
|
+
border: 2px solid #ff9900;
|
|
36955
|
+
border-radius: 8px;
|
|
36956
|
+
max-width: 500px;
|
|
36957
|
+
text-align: center;
|
|
36958
|
+
}
|
|
36959
|
+
._safariWarning_pm0sd_57 p {
|
|
36960
|
+
margin: 0;
|
|
36961
|
+
font-size: 16px;
|
|
36962
|
+
}._container_wcb8v_1 {
|
|
36963
|
+
display: inline-block;
|
|
36964
|
+
}
|
|
36965
|
+
|
|
36966
|
+
._elementWrapper_wcb8v_5 {
|
|
36967
|
+
filter: url(#dissolve-element-filter);
|
|
36968
|
+
-webkit-filter: url(#dissolve-element-filter);
|
|
36969
|
+
transform: scale(1);
|
|
36970
|
+
opacity: 1;
|
|
36971
|
+
will-change: transform, opacity;
|
|
36972
|
+
}
|
|
36973
|
+
|
|
36974
|
+
._safariWarning_wcb8v_13 {
|
|
36975
|
+
padding: 20px;
|
|
36976
|
+
background: #af8900;
|
|
36977
|
+
color: #000;
|
|
36978
|
+
border: 2px solid #ff9900;
|
|
36979
|
+
border-radius: 8px;
|
|
36980
|
+
max-width: 500px;
|
|
36981
|
+
text-align: center;
|
|
36982
|
+
}
|
|
36983
|
+
._safariWarning_wcb8v_13 p {
|
|
36984
|
+
margin: 0;
|
|
36985
|
+
font-size: 16px;
|
|
35383
36986
|
}@supports (view-transition-name: none) {
|
|
35384
36987
|
._root_1c2iw_2 ::view-transition-group(cart-dot) {
|
|
35385
36988
|
animation-duration: 0.6s;
|