vibemux-worker 0.1.15 → 0.2.2
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.
|
@@ -1000,6 +1000,205 @@ video {
|
|
|
1000
1000
|
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1001
1001
|
margin-bottom: 0;
|
|
1002
1002
|
}
|
|
1003
|
+
.prose-sm {
|
|
1004
|
+
font-size: 0.875rem;
|
|
1005
|
+
line-height: 1.7142857;
|
|
1006
|
+
}
|
|
1007
|
+
.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1008
|
+
margin-top: 1.1428571em;
|
|
1009
|
+
margin-bottom: 1.1428571em;
|
|
1010
|
+
}
|
|
1011
|
+
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1012
|
+
font-size: 1.2857143em;
|
|
1013
|
+
line-height: 1.5555556;
|
|
1014
|
+
margin-top: 0.8888889em;
|
|
1015
|
+
margin-bottom: 0.8888889em;
|
|
1016
|
+
}
|
|
1017
|
+
.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1018
|
+
margin-top: 1.3333333em;
|
|
1019
|
+
margin-bottom: 1.3333333em;
|
|
1020
|
+
padding-inline-start: 1.1111111em;
|
|
1021
|
+
}
|
|
1022
|
+
.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1023
|
+
font-size: 2.1428571em;
|
|
1024
|
+
margin-top: 0;
|
|
1025
|
+
margin-bottom: 0.8em;
|
|
1026
|
+
line-height: 1.2;
|
|
1027
|
+
}
|
|
1028
|
+
.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1029
|
+
font-size: 1.4285714em;
|
|
1030
|
+
margin-top: 1.6em;
|
|
1031
|
+
margin-bottom: 0.8em;
|
|
1032
|
+
line-height: 1.4;
|
|
1033
|
+
}
|
|
1034
|
+
.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1035
|
+
font-size: 1.2857143em;
|
|
1036
|
+
margin-top: 1.5555556em;
|
|
1037
|
+
margin-bottom: 0.4444444em;
|
|
1038
|
+
line-height: 1.5555556;
|
|
1039
|
+
}
|
|
1040
|
+
.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1041
|
+
margin-top: 1.4285714em;
|
|
1042
|
+
margin-bottom: 0.5714286em;
|
|
1043
|
+
line-height: 1.4285714;
|
|
1044
|
+
}
|
|
1045
|
+
.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1046
|
+
margin-top: 1.7142857em;
|
|
1047
|
+
margin-bottom: 1.7142857em;
|
|
1048
|
+
}
|
|
1049
|
+
.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1050
|
+
margin-top: 1.7142857em;
|
|
1051
|
+
margin-bottom: 1.7142857em;
|
|
1052
|
+
}
|
|
1053
|
+
.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1054
|
+
margin-top: 0;
|
|
1055
|
+
margin-bottom: 0;
|
|
1056
|
+
}
|
|
1057
|
+
.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1058
|
+
margin-top: 1.7142857em;
|
|
1059
|
+
margin-bottom: 1.7142857em;
|
|
1060
|
+
}
|
|
1061
|
+
.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1062
|
+
font-size: 0.8571429em;
|
|
1063
|
+
border-radius: 0.3125rem;
|
|
1064
|
+
padding-top: 0.1428571em;
|
|
1065
|
+
padding-inline-end: 0.3571429em;
|
|
1066
|
+
padding-bottom: 0.1428571em;
|
|
1067
|
+
padding-inline-start: 0.3571429em;
|
|
1068
|
+
}
|
|
1069
|
+
.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1070
|
+
font-size: 0.8571429em;
|
|
1071
|
+
}
|
|
1072
|
+
.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1073
|
+
font-size: 0.9em;
|
|
1074
|
+
}
|
|
1075
|
+
.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1076
|
+
font-size: 0.8888889em;
|
|
1077
|
+
}
|
|
1078
|
+
.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1079
|
+
font-size: 0.8571429em;
|
|
1080
|
+
line-height: 1.6666667;
|
|
1081
|
+
margin-top: 1.6666667em;
|
|
1082
|
+
margin-bottom: 1.6666667em;
|
|
1083
|
+
border-radius: 0.25rem;
|
|
1084
|
+
padding-top: 0.6666667em;
|
|
1085
|
+
padding-inline-end: 1em;
|
|
1086
|
+
padding-bottom: 0.6666667em;
|
|
1087
|
+
padding-inline-start: 1em;
|
|
1088
|
+
}
|
|
1089
|
+
.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1090
|
+
margin-top: 1.1428571em;
|
|
1091
|
+
margin-bottom: 1.1428571em;
|
|
1092
|
+
padding-inline-start: 1.5714286em;
|
|
1093
|
+
}
|
|
1094
|
+
.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1095
|
+
margin-top: 1.1428571em;
|
|
1096
|
+
margin-bottom: 1.1428571em;
|
|
1097
|
+
padding-inline-start: 1.5714286em;
|
|
1098
|
+
}
|
|
1099
|
+
.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1100
|
+
margin-top: 0.2857143em;
|
|
1101
|
+
margin-bottom: 0.2857143em;
|
|
1102
|
+
}
|
|
1103
|
+
.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1104
|
+
padding-inline-start: 0.4285714em;
|
|
1105
|
+
}
|
|
1106
|
+
.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1107
|
+
padding-inline-start: 0.4285714em;
|
|
1108
|
+
}
|
|
1109
|
+
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1110
|
+
margin-top: 0.5714286em;
|
|
1111
|
+
margin-bottom: 0.5714286em;
|
|
1112
|
+
}
|
|
1113
|
+
.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1114
|
+
margin-top: 1.1428571em;
|
|
1115
|
+
}
|
|
1116
|
+
.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1117
|
+
margin-bottom: 1.1428571em;
|
|
1118
|
+
}
|
|
1119
|
+
.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1120
|
+
margin-top: 1.1428571em;
|
|
1121
|
+
}
|
|
1122
|
+
.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1123
|
+
margin-bottom: 1.1428571em;
|
|
1124
|
+
}
|
|
1125
|
+
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1126
|
+
margin-top: 0.5714286em;
|
|
1127
|
+
margin-bottom: 0.5714286em;
|
|
1128
|
+
}
|
|
1129
|
+
.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1130
|
+
margin-top: 1.1428571em;
|
|
1131
|
+
margin-bottom: 1.1428571em;
|
|
1132
|
+
}
|
|
1133
|
+
.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1134
|
+
margin-top: 1.1428571em;
|
|
1135
|
+
}
|
|
1136
|
+
.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1137
|
+
margin-top: 0.2857143em;
|
|
1138
|
+
padding-inline-start: 1.5714286em;
|
|
1139
|
+
}
|
|
1140
|
+
.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1141
|
+
margin-top: 2.8571429em;
|
|
1142
|
+
margin-bottom: 2.8571429em;
|
|
1143
|
+
}
|
|
1144
|
+
.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1145
|
+
margin-top: 0;
|
|
1146
|
+
}
|
|
1147
|
+
.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1148
|
+
margin-top: 0;
|
|
1149
|
+
}
|
|
1150
|
+
.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1151
|
+
margin-top: 0;
|
|
1152
|
+
}
|
|
1153
|
+
.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1154
|
+
margin-top: 0;
|
|
1155
|
+
}
|
|
1156
|
+
.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1157
|
+
font-size: 0.8571429em;
|
|
1158
|
+
line-height: 1.5;
|
|
1159
|
+
}
|
|
1160
|
+
.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1161
|
+
padding-inline-end: 1em;
|
|
1162
|
+
padding-bottom: 0.6666667em;
|
|
1163
|
+
padding-inline-start: 1em;
|
|
1164
|
+
}
|
|
1165
|
+
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1166
|
+
padding-inline-start: 0;
|
|
1167
|
+
}
|
|
1168
|
+
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1169
|
+
padding-inline-end: 0;
|
|
1170
|
+
}
|
|
1171
|
+
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1172
|
+
padding-top: 0.6666667em;
|
|
1173
|
+
padding-inline-end: 1em;
|
|
1174
|
+
padding-bottom: 0.6666667em;
|
|
1175
|
+
padding-inline-start: 1em;
|
|
1176
|
+
}
|
|
1177
|
+
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1178
|
+
padding-inline-start: 0;
|
|
1179
|
+
}
|
|
1180
|
+
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1181
|
+
padding-inline-end: 0;
|
|
1182
|
+
}
|
|
1183
|
+
.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1184
|
+
margin-top: 1.7142857em;
|
|
1185
|
+
margin-bottom: 1.7142857em;
|
|
1186
|
+
}
|
|
1187
|
+
.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1188
|
+
margin-top: 0;
|
|
1189
|
+
margin-bottom: 0;
|
|
1190
|
+
}
|
|
1191
|
+
.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1192
|
+
font-size: 0.8571429em;
|
|
1193
|
+
line-height: 1.3333333;
|
|
1194
|
+
margin-top: 0.6666667em;
|
|
1195
|
+
}
|
|
1196
|
+
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1197
|
+
margin-top: 0;
|
|
1198
|
+
}
|
|
1199
|
+
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1200
|
+
margin-bottom: 0;
|
|
1201
|
+
}
|
|
1003
1202
|
.prose-invert {
|
|
1004
1203
|
--tw-prose-body: var(--tw-prose-invert-body);
|
|
1005
1204
|
--tw-prose-headings: var(--tw-prose-invert-headings);
|
|
@@ -1376,6 +1575,9 @@ video {
|
|
|
1376
1575
|
.fixed {
|
|
1377
1576
|
position: fixed;
|
|
1378
1577
|
}
|
|
1578
|
+
.\!absolute {
|
|
1579
|
+
position: absolute !important;
|
|
1580
|
+
}
|
|
1379
1581
|
.absolute {
|
|
1380
1582
|
position: absolute;
|
|
1381
1583
|
}
|
|
@@ -1388,6 +1590,15 @@ video {
|
|
|
1388
1590
|
.inset-0 {
|
|
1389
1591
|
inset: 0px;
|
|
1390
1592
|
}
|
|
1593
|
+
.inset-\[0\.22rem\] {
|
|
1594
|
+
inset: 0.22rem;
|
|
1595
|
+
}
|
|
1596
|
+
.inset-\[2px\] {
|
|
1597
|
+
inset: 2px;
|
|
1598
|
+
}
|
|
1599
|
+
.inset-\[3px\] {
|
|
1600
|
+
inset: 3px;
|
|
1601
|
+
}
|
|
1391
1602
|
.inset-\[6px\] {
|
|
1392
1603
|
inset: 6px;
|
|
1393
1604
|
}
|
|
@@ -1406,12 +1617,21 @@ video {
|
|
|
1406
1617
|
.-bottom-0\.5 {
|
|
1407
1618
|
bottom: -0.125rem;
|
|
1408
1619
|
}
|
|
1620
|
+
.-left-\[2px\] {
|
|
1621
|
+
left: -2px;
|
|
1622
|
+
}
|
|
1409
1623
|
.-right-0\.5 {
|
|
1410
1624
|
right: -0.125rem;
|
|
1411
1625
|
}
|
|
1412
1626
|
.-right-1\.5 {
|
|
1413
1627
|
right: -0.375rem;
|
|
1414
1628
|
}
|
|
1629
|
+
.-right-\[2px\] {
|
|
1630
|
+
right: -2px;
|
|
1631
|
+
}
|
|
1632
|
+
.-top-0\.5 {
|
|
1633
|
+
top: -0.125rem;
|
|
1634
|
+
}
|
|
1415
1635
|
.-top-1\.5 {
|
|
1416
1636
|
top: -0.375rem;
|
|
1417
1637
|
}
|
|
@@ -1514,6 +1734,9 @@ video {
|
|
|
1514
1734
|
.right-\[16\%\] {
|
|
1515
1735
|
right: 16%;
|
|
1516
1736
|
}
|
|
1737
|
+
.right-\[3\.58rem\] {
|
|
1738
|
+
right: 3.58rem;
|
|
1739
|
+
}
|
|
1517
1740
|
.top-0 {
|
|
1518
1741
|
top: 0px;
|
|
1519
1742
|
}
|
|
@@ -1553,12 +1776,33 @@ video {
|
|
|
1553
1776
|
.top-8 {
|
|
1554
1777
|
top: 2rem;
|
|
1555
1778
|
}
|
|
1779
|
+
.top-\[0\.58rem\] {
|
|
1780
|
+
top: 0.58rem;
|
|
1781
|
+
}
|
|
1782
|
+
.top-\[0\.9rem\] {
|
|
1783
|
+
top: 0.9rem;
|
|
1784
|
+
}
|
|
1785
|
+
.top-\[2\.95rem\] {
|
|
1786
|
+
top: 2.95rem;
|
|
1787
|
+
}
|
|
1556
1788
|
.top-\[29rem\] {
|
|
1557
1789
|
top: 29rem;
|
|
1558
1790
|
}
|
|
1791
|
+
.top-\[4\.15rem\] {
|
|
1792
|
+
top: 4.15rem;
|
|
1793
|
+
}
|
|
1794
|
+
.top-\[4\.8rem\] {
|
|
1795
|
+
top: 4.8rem;
|
|
1796
|
+
}
|
|
1797
|
+
.top-\[4\.9rem\] {
|
|
1798
|
+
top: 4.9rem;
|
|
1799
|
+
}
|
|
1559
1800
|
.top-\[50\%\] {
|
|
1560
1801
|
top: 50%;
|
|
1561
1802
|
}
|
|
1803
|
+
.top-\[9rem\] {
|
|
1804
|
+
top: 9rem;
|
|
1805
|
+
}
|
|
1562
1806
|
.isolate {
|
|
1563
1807
|
isolation: isolate;
|
|
1564
1808
|
}
|
|
@@ -1591,6 +1835,10 @@ video {
|
|
|
1591
1835
|
margin-left: -0.75rem;
|
|
1592
1836
|
margin-right: -0.75rem;
|
|
1593
1837
|
}
|
|
1838
|
+
.mx-1 {
|
|
1839
|
+
margin-left: 0.25rem;
|
|
1840
|
+
margin-right: 0.25rem;
|
|
1841
|
+
}
|
|
1594
1842
|
.mx-2 {
|
|
1595
1843
|
margin-left: 0.5rem;
|
|
1596
1844
|
margin-right: 0.5rem;
|
|
@@ -1636,6 +1884,9 @@ video {
|
|
|
1636
1884
|
.ml-1 {
|
|
1637
1885
|
margin-left: 0.25rem;
|
|
1638
1886
|
}
|
|
1887
|
+
.ml-1\.5 {
|
|
1888
|
+
margin-left: 0.375rem;
|
|
1889
|
+
}
|
|
1639
1890
|
.ml-2 {
|
|
1640
1891
|
margin-left: 0.5rem;
|
|
1641
1892
|
}
|
|
@@ -1669,6 +1920,9 @@ video {
|
|
|
1669
1920
|
.mr-auto {
|
|
1670
1921
|
margin-right: auto;
|
|
1671
1922
|
}
|
|
1923
|
+
.mt-0 {
|
|
1924
|
+
margin-top: 0px;
|
|
1925
|
+
}
|
|
1672
1926
|
.mt-0\.5 {
|
|
1673
1927
|
margin-top: 0.125rem;
|
|
1674
1928
|
}
|
|
@@ -1720,6 +1974,9 @@ video {
|
|
|
1720
1974
|
.mt-9 {
|
|
1721
1975
|
margin-top: 2.25rem;
|
|
1722
1976
|
}
|
|
1977
|
+
.box-border {
|
|
1978
|
+
box-sizing: border-box;
|
|
1979
|
+
}
|
|
1723
1980
|
.line-clamp-1 {
|
|
1724
1981
|
overflow: hidden;
|
|
1725
1982
|
display: -webkit-box;
|
|
@@ -1765,15 +2022,15 @@ video {
|
|
|
1765
2022
|
.grid {
|
|
1766
2023
|
display: grid;
|
|
1767
2024
|
}
|
|
1768
|
-
.contents {
|
|
1769
|
-
display: contents;
|
|
1770
|
-
}
|
|
1771
2025
|
.hidden {
|
|
1772
2026
|
display: none;
|
|
1773
2027
|
}
|
|
1774
2028
|
.aspect-\[4\/3\] {
|
|
1775
2029
|
aspect-ratio: 4/3;
|
|
1776
2030
|
}
|
|
2031
|
+
.aspect-\[9\/19\.5\] {
|
|
2032
|
+
aspect-ratio: 9/19.5;
|
|
2033
|
+
}
|
|
1777
2034
|
.aspect-square {
|
|
1778
2035
|
aspect-ratio: 1 / 1;
|
|
1779
2036
|
}
|
|
@@ -1911,6 +2168,9 @@ video {
|
|
|
1911
2168
|
.h-\[52rem\] {
|
|
1912
2169
|
height: 52rem;
|
|
1913
2170
|
}
|
|
2171
|
+
.h-\[88vh\] {
|
|
2172
|
+
height: 88vh;
|
|
2173
|
+
}
|
|
1914
2174
|
.h-\[calc\(100vh-18rem\)\] {
|
|
1915
2175
|
height: calc(100vh - 18rem);
|
|
1916
2176
|
}
|
|
@@ -1923,6 +2183,9 @@ video {
|
|
|
1923
2183
|
.h-\[calc\(100vh-3\.5rem\)\] {
|
|
1924
2184
|
height: calc(100vh - 3.5rem);
|
|
1925
2185
|
}
|
|
2186
|
+
.h-\[min\(78vh\2c 48rem\)\] {
|
|
2187
|
+
height: min(78vh, 48rem);
|
|
2188
|
+
}
|
|
1926
2189
|
.h-\[var\(--mobile-bottom-nav-height\)\] {
|
|
1927
2190
|
height: var(--mobile-bottom-nav-height);
|
|
1928
2191
|
}
|
|
@@ -1971,6 +2234,9 @@ video {
|
|
|
1971
2234
|
.max-h-\[25vh\] {
|
|
1972
2235
|
max-height: 25vh;
|
|
1973
2236
|
}
|
|
2237
|
+
.max-h-\[26rem\] {
|
|
2238
|
+
max-height: 26rem;
|
|
2239
|
+
}
|
|
1974
2240
|
.max-h-\[76vh\] {
|
|
1975
2241
|
max-height: 76vh;
|
|
1976
2242
|
}
|
|
@@ -2079,12 +2345,18 @@ video {
|
|
|
2079
2345
|
.min-h-\[17rem\] {
|
|
2080
2346
|
min-height: 17rem;
|
|
2081
2347
|
}
|
|
2348
|
+
.min-h-\[18\.5rem\] {
|
|
2349
|
+
min-height: 18.5rem;
|
|
2350
|
+
}
|
|
2082
2351
|
.min-h-\[180px\] {
|
|
2083
2352
|
min-height: 180px;
|
|
2084
2353
|
}
|
|
2085
2354
|
.min-h-\[18rem\] {
|
|
2086
2355
|
min-height: 18rem;
|
|
2087
2356
|
}
|
|
2357
|
+
.min-h-\[20rem\] {
|
|
2358
|
+
min-height: 20rem;
|
|
2359
|
+
}
|
|
2088
2360
|
.min-h-\[22rem\] {
|
|
2089
2361
|
min-height: 22rem;
|
|
2090
2362
|
}
|
|
@@ -2118,15 +2390,24 @@ video {
|
|
|
2118
2390
|
.min-h-\[34rem\] {
|
|
2119
2391
|
min-height: 34rem;
|
|
2120
2392
|
}
|
|
2393
|
+
.min-h-\[35\.5rem\] {
|
|
2394
|
+
min-height: 35.5rem;
|
|
2395
|
+
}
|
|
2121
2396
|
.min-h-\[38rem\] {
|
|
2122
2397
|
min-height: 38rem;
|
|
2123
2398
|
}
|
|
2399
|
+
.min-h-\[420px\] {
|
|
2400
|
+
min-height: 420px;
|
|
2401
|
+
}
|
|
2124
2402
|
.min-h-\[42px\] {
|
|
2125
2403
|
min-height: 42px;
|
|
2126
2404
|
}
|
|
2127
2405
|
.min-h-\[42rem\] {
|
|
2128
2406
|
min-height: 42rem;
|
|
2129
2407
|
}
|
|
2408
|
+
.min-h-\[5\.25rem\] {
|
|
2409
|
+
min-height: 5.25rem;
|
|
2410
|
+
}
|
|
2130
2411
|
.min-h-\[50vh\] {
|
|
2131
2412
|
min-height: 50vh;
|
|
2132
2413
|
}
|
|
@@ -2142,6 +2423,9 @@ video {
|
|
|
2142
2423
|
.min-h-\[84px\] {
|
|
2143
2424
|
min-height: 84px;
|
|
2144
2425
|
}
|
|
2426
|
+
.min-h-\[8rem\] {
|
|
2427
|
+
min-height: 8rem;
|
|
2428
|
+
}
|
|
2145
2429
|
.min-h-\[96px\] {
|
|
2146
2430
|
min-height: 96px;
|
|
2147
2431
|
}
|
|
@@ -2268,6 +2552,9 @@ video {
|
|
|
2268
2552
|
.w-\[22rem\] {
|
|
2269
2553
|
width: 22rem;
|
|
2270
2554
|
}
|
|
2555
|
+
.w-\[3px\] {
|
|
2556
|
+
width: 3px;
|
|
2557
|
+
}
|
|
2271
2558
|
.w-\[4\.9rem\] {
|
|
2272
2559
|
width: 4.9rem;
|
|
2273
2560
|
}
|
|
@@ -2366,9 +2653,6 @@ video {
|
|
|
2366
2653
|
.min-w-\[44rem\] {
|
|
2367
2654
|
min-width: 44rem;
|
|
2368
2655
|
}
|
|
2369
|
-
.min-w-\[560px\] {
|
|
2370
|
-
min-width: 560px;
|
|
2371
|
-
}
|
|
2372
2656
|
.min-w-\[7rem\] {
|
|
2373
2657
|
min-width: 7rem;
|
|
2374
2658
|
}
|
|
@@ -2421,9 +2705,18 @@ video {
|
|
|
2421
2705
|
.max-w-\[1040px\] {
|
|
2422
2706
|
max-width: 1040px;
|
|
2423
2707
|
}
|
|
2708
|
+
.max-w-\[10rem\] {
|
|
2709
|
+
max-width: 10rem;
|
|
2710
|
+
}
|
|
2424
2711
|
.max-w-\[1120px\] {
|
|
2425
2712
|
max-width: 1120px;
|
|
2426
2713
|
}
|
|
2714
|
+
.max-w-\[11rem\] {
|
|
2715
|
+
max-width: 11rem;
|
|
2716
|
+
}
|
|
2717
|
+
.max-w-\[12\.1rem\] {
|
|
2718
|
+
max-width: 12.1rem;
|
|
2719
|
+
}
|
|
2427
2720
|
.max-w-\[122px\] {
|
|
2428
2721
|
max-width: 122px;
|
|
2429
2722
|
}
|
|
@@ -2436,6 +2729,9 @@ video {
|
|
|
2436
2729
|
.max-w-\[1440px\] {
|
|
2437
2730
|
max-width: 1440px;
|
|
2438
2731
|
}
|
|
2732
|
+
.max-w-\[14rem\] {
|
|
2733
|
+
max-width: 14rem;
|
|
2734
|
+
}
|
|
2439
2735
|
.max-w-\[160px\] {
|
|
2440
2736
|
max-width: 160px;
|
|
2441
2737
|
}
|
|
@@ -2460,6 +2756,9 @@ video {
|
|
|
2460
2756
|
.max-w-\[260px\] {
|
|
2461
2757
|
max-width: 260px;
|
|
2462
2758
|
}
|
|
2759
|
+
.max-w-\[28rem\] {
|
|
2760
|
+
max-width: 28rem;
|
|
2761
|
+
}
|
|
2463
2762
|
.max-w-\[420px\] {
|
|
2464
2763
|
max-width: 420px;
|
|
2465
2764
|
}
|
|
@@ -2520,6 +2819,9 @@ video {
|
|
|
2520
2819
|
.max-w-\[min\(96vw\2c 72rem\)\] {
|
|
2521
2820
|
max-width: min(96vw, 72rem);
|
|
2522
2821
|
}
|
|
2822
|
+
.max-w-\[min\(96vw\2c 78rem\)\] {
|
|
2823
|
+
max-width: min(96vw, 78rem);
|
|
2824
|
+
}
|
|
2523
2825
|
.max-w-full {
|
|
2524
2826
|
max-width: 100%;
|
|
2525
2827
|
}
|
|
@@ -2601,6 +2903,16 @@ video {
|
|
|
2601
2903
|
--tw-rotate: 180deg;
|
|
2602
2904
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2603
2905
|
}
|
|
2906
|
+
.scale-150 {
|
|
2907
|
+
--tw-scale-x: 1.5;
|
|
2908
|
+
--tw-scale-y: 1.5;
|
|
2909
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2910
|
+
}
|
|
2911
|
+
.scale-75 {
|
|
2912
|
+
--tw-scale-x: .75;
|
|
2913
|
+
--tw-scale-y: .75;
|
|
2914
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2915
|
+
}
|
|
2604
2916
|
.transform {
|
|
2605
2917
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2606
2918
|
}
|
|
@@ -2650,6 +2962,9 @@ video {
|
|
|
2650
2962
|
.cursor-pointer {
|
|
2651
2963
|
cursor: pointer;
|
|
2652
2964
|
}
|
|
2965
|
+
.cursor-row-resize {
|
|
2966
|
+
cursor: row-resize;
|
|
2967
|
+
}
|
|
2653
2968
|
.cursor-wait {
|
|
2654
2969
|
cursor: wait;
|
|
2655
2970
|
}
|
|
@@ -2769,7 +3084,10 @@ video {
|
|
|
2769
3084
|
.grid-cols-\[72px_auto\] {
|
|
2770
3085
|
grid-template-columns: 72px auto;
|
|
2771
3086
|
}
|
|
2772
|
-
.grid-cols-\[
|
|
3087
|
+
.grid-cols-\[88px_minmax\(0\2c 1fr\)\] {
|
|
3088
|
+
grid-template-columns: 88px minmax(0,1fr);
|
|
3089
|
+
}
|
|
3090
|
+
.grid-cols-\[auto\2c 1fr\] {
|
|
2773
3091
|
grid-template-columns: auto 1fr;
|
|
2774
3092
|
}
|
|
2775
3093
|
.grid-cols-\[auto_minmax\(0\2c 1fr\)\] {
|
|
@@ -2781,9 +3099,15 @@ video {
|
|
|
2781
3099
|
.grid-cols-\[minmax\(0\2c 1fr\)_2\.25rem\] {
|
|
2782
3100
|
grid-template-columns: minmax(0,1fr) 2.25rem;
|
|
2783
3101
|
}
|
|
3102
|
+
.grid-cols-\[minmax\(0\2c 1fr\)_auto\] {
|
|
3103
|
+
grid-template-columns: minmax(0,1fr) auto;
|
|
3104
|
+
}
|
|
2784
3105
|
.grid-cols-\[minmax\(0\2c 1fr\)_minmax\(0\2c 1fr\)\] {
|
|
2785
3106
|
grid-template-columns: minmax(0,1fr) minmax(0,1fr);
|
|
2786
3107
|
}
|
|
3108
|
+
.grid-cols-\[minmax\(400px\2c 1fr\)_minmax\(320px\2c 0\.95fr\)\] {
|
|
3109
|
+
grid-template-columns: minmax(400px,1fr) minmax(320px,0.95fr);
|
|
3110
|
+
}
|
|
2787
3111
|
.grid-rows-7 {
|
|
2788
3112
|
grid-template-rows: repeat(7, minmax(0, 1fr));
|
|
2789
3113
|
}
|
|
@@ -2904,6 +3228,12 @@ video {
|
|
|
2904
3228
|
.gap-y-1 {
|
|
2905
3229
|
row-gap: 0.25rem;
|
|
2906
3230
|
}
|
|
3231
|
+
.gap-y-2 {
|
|
3232
|
+
row-gap: 0.5rem;
|
|
3233
|
+
}
|
|
3234
|
+
.gap-y-3 {
|
|
3235
|
+
row-gap: 0.75rem;
|
|
3236
|
+
}
|
|
2907
3237
|
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
|
|
2908
3238
|
--tw-space-y-reverse: 0;
|
|
2909
3239
|
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
|
|
@@ -2969,6 +3299,11 @@ video {
|
|
|
2969
3299
|
margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
|
|
2970
3300
|
margin-bottom: calc(3px * var(--tw-space-y-reverse));
|
|
2971
3301
|
}
|
|
3302
|
+
.divide-x > :not([hidden]) ~ :not([hidden]) {
|
|
3303
|
+
--tw-divide-x-reverse: 0;
|
|
3304
|
+
border-right-width: calc(1px * var(--tw-divide-x-reverse));
|
|
3305
|
+
border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
|
|
3306
|
+
}
|
|
2972
3307
|
.divide-y > :not([hidden]) ~ :not([hidden]) {
|
|
2973
3308
|
--tw-divide-y-reverse: 0;
|
|
2974
3309
|
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
@@ -2996,6 +3331,12 @@ video {
|
|
|
2996
3331
|
.self-start {
|
|
2997
3332
|
align-self: flex-start;
|
|
2998
3333
|
}
|
|
3334
|
+
.self-end {
|
|
3335
|
+
align-self: flex-end;
|
|
3336
|
+
}
|
|
3337
|
+
.self-center {
|
|
3338
|
+
align-self: center;
|
|
3339
|
+
}
|
|
2999
3340
|
.self-stretch {
|
|
3000
3341
|
align-self: stretch;
|
|
3001
3342
|
}
|
|
@@ -3061,6 +3402,15 @@ video {
|
|
|
3061
3402
|
.rounded-3xl {
|
|
3062
3403
|
border-radius: 1.5rem;
|
|
3063
3404
|
}
|
|
3405
|
+
.rounded-\[0\.85rem\] {
|
|
3406
|
+
border-radius: 0.85rem;
|
|
3407
|
+
}
|
|
3408
|
+
.rounded-\[0\.8rem\] {
|
|
3409
|
+
border-radius: 0.8rem;
|
|
3410
|
+
}
|
|
3411
|
+
.rounded-\[0\.9rem\] {
|
|
3412
|
+
border-radius: 0.9rem;
|
|
3413
|
+
}
|
|
3064
3414
|
.rounded-\[1\.05rem\] {
|
|
3065
3415
|
border-radius: 1.05rem;
|
|
3066
3416
|
}
|
|
@@ -3082,6 +3432,9 @@ video {
|
|
|
3082
3432
|
.rounded-\[1\.35rem\] {
|
|
3083
3433
|
border-radius: 1.35rem;
|
|
3084
3434
|
}
|
|
3435
|
+
.rounded-\[1\.45rem\] {
|
|
3436
|
+
border-radius: 1.45rem;
|
|
3437
|
+
}
|
|
3085
3438
|
.rounded-\[1\.55rem\] {
|
|
3086
3439
|
border-radius: 1.55rem;
|
|
3087
3440
|
}
|
|
@@ -3109,12 +3462,33 @@ video {
|
|
|
3109
3462
|
.rounded-\[18px\] {
|
|
3110
3463
|
border-radius: 18px;
|
|
3111
3464
|
}
|
|
3465
|
+
.rounded-\[1rem\] {
|
|
3466
|
+
border-radius: 1rem;
|
|
3467
|
+
}
|
|
3468
|
+
.rounded-\[2\.12rem\] {
|
|
3469
|
+
border-radius: 2.12rem;
|
|
3470
|
+
}
|
|
3471
|
+
.rounded-\[2\.36rem\] {
|
|
3472
|
+
border-radius: 2.36rem;
|
|
3473
|
+
}
|
|
3474
|
+
.rounded-\[2\.56rem\] {
|
|
3475
|
+
border-radius: 2.56rem;
|
|
3476
|
+
}
|
|
3477
|
+
.rounded-\[2\.65rem\] {
|
|
3478
|
+
border-radius: 2.65rem;
|
|
3479
|
+
}
|
|
3480
|
+
.rounded-\[2\.85rem\] {
|
|
3481
|
+
border-radius: 2.85rem;
|
|
3482
|
+
}
|
|
3112
3483
|
.rounded-\[22px\] {
|
|
3113
3484
|
border-radius: 22px;
|
|
3114
3485
|
}
|
|
3115
3486
|
.rounded-\[24px\] {
|
|
3116
3487
|
border-radius: 24px;
|
|
3117
3488
|
}
|
|
3489
|
+
.rounded-\[2px\] {
|
|
3490
|
+
border-radius: 2px;
|
|
3491
|
+
}
|
|
3118
3492
|
.rounded-\[30px\] {
|
|
3119
3493
|
border-radius: 30px;
|
|
3120
3494
|
}
|
|
@@ -3184,6 +3558,9 @@ video {
|
|
|
3184
3558
|
.border-b {
|
|
3185
3559
|
border-bottom-width: 1px;
|
|
3186
3560
|
}
|
|
3561
|
+
.border-b-0 {
|
|
3562
|
+
border-bottom-width: 0px;
|
|
3563
|
+
}
|
|
3187
3564
|
.border-l {
|
|
3188
3565
|
border-left-width: 1px;
|
|
3189
3566
|
}
|
|
@@ -3225,9 +3602,6 @@ video {
|
|
|
3225
3602
|
.border-amber-300\/30 {
|
|
3226
3603
|
border-color: rgb(252 211 77 / 0.3);
|
|
3227
3604
|
}
|
|
3228
|
-
.border-amber-300\/35 {
|
|
3229
|
-
border-color: rgb(252 211 77 / 0.35);
|
|
3230
|
-
}
|
|
3231
3605
|
.border-amber-300\/40 {
|
|
3232
3606
|
border-color: rgb(252 211 77 / 0.4);
|
|
3233
3607
|
}
|
|
@@ -3274,6 +3648,9 @@ video {
|
|
|
3274
3648
|
.border-amber-900\/70 {
|
|
3275
3649
|
border-color: rgb(120 53 15 / 0.7);
|
|
3276
3650
|
}
|
|
3651
|
+
.border-amber-900\/80 {
|
|
3652
|
+
border-color: rgb(120 53 15 / 0.8);
|
|
3653
|
+
}
|
|
3277
3654
|
.border-blue-200 {
|
|
3278
3655
|
--tw-border-opacity: 1;
|
|
3279
3656
|
border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
|
|
@@ -3357,6 +3734,9 @@ video {
|
|
|
3357
3734
|
.border-emerald-900\/70 {
|
|
3358
3735
|
border-color: rgb(6 78 59 / 0.7);
|
|
3359
3736
|
}
|
|
3737
|
+
.border-emerald-900\/80 {
|
|
3738
|
+
border-color: rgb(6 78 59 / 0.8);
|
|
3739
|
+
}
|
|
3360
3740
|
.border-emerald-950 {
|
|
3361
3741
|
--tw-border-opacity: 1;
|
|
3362
3742
|
border-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
|
|
@@ -3570,6 +3950,10 @@ video {
|
|
|
3570
3950
|
.border-t-transparent {
|
|
3571
3951
|
border-top-color: transparent;
|
|
3572
3952
|
}
|
|
3953
|
+
.bg-\[\#010203\] {
|
|
3954
|
+
--tw-bg-opacity: 1;
|
|
3955
|
+
background-color: rgb(1 2 3 / var(--tw-bg-opacity, 1));
|
|
3956
|
+
}
|
|
3573
3957
|
.bg-\[\#020202\] {
|
|
3574
3958
|
--tw-bg-opacity: 1;
|
|
3575
3959
|
background-color: rgb(2 2 2 / var(--tw-bg-opacity, 1));
|
|
@@ -3617,6 +4001,9 @@ video {
|
|
|
3617
4001
|
--tw-bg-opacity: 1;
|
|
3618
4002
|
background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
|
|
3619
4003
|
}
|
|
4004
|
+
.bg-\[\#09090b\]\/70 {
|
|
4005
|
+
background-color: rgb(9 9 11 / 0.7);
|
|
4006
|
+
}
|
|
3620
4007
|
.bg-\[\#09090b\]\/90 {
|
|
3621
4008
|
background-color: rgb(9 9 11 / 0.9);
|
|
3622
4009
|
}
|
|
@@ -3627,6 +4014,10 @@ video {
|
|
|
3627
4014
|
--tw-bg-opacity: 1;
|
|
3628
4015
|
background-color: rgb(9 10 13 / var(--tw-bg-opacity, 1));
|
|
3629
4016
|
}
|
|
4017
|
+
.bg-\[\#090b10\] {
|
|
4018
|
+
--tw-bg-opacity: 1;
|
|
4019
|
+
background-color: rgb(9 11 16 / var(--tw-bg-opacity, 1));
|
|
4020
|
+
}
|
|
3630
4021
|
.bg-\[\#0a0a0a\] {
|
|
3631
4022
|
--tw-bg-opacity: 1;
|
|
3632
4023
|
background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
|
|
@@ -3670,6 +4061,10 @@ video {
|
|
|
3670
4061
|
--tw-bg-opacity: 1;
|
|
3671
4062
|
background-color: rgb(13 18 15 / var(--tw-bg-opacity, 1));
|
|
3672
4063
|
}
|
|
4064
|
+
.bg-\[\#0e1014\] {
|
|
4065
|
+
--tw-bg-opacity: 1;
|
|
4066
|
+
background-color: rgb(14 16 20 / var(--tw-bg-opacity, 1));
|
|
4067
|
+
}
|
|
3673
4068
|
.bg-\[\#0f0f11\] {
|
|
3674
4069
|
--tw-bg-opacity: 1;
|
|
3675
4070
|
background-color: rgb(15 15 17 / var(--tw-bg-opacity, 1));
|
|
@@ -3718,6 +4113,9 @@ video {
|
|
|
3718
4113
|
.bg-\[var\(--surface\2c \#111113\)\] {
|
|
3719
4114
|
background-color: var(--surface,#111113);
|
|
3720
4115
|
}
|
|
4116
|
+
.bg-\[var\(--switch-track-off\)\] {
|
|
4117
|
+
background-color: var(--switch-track-off);
|
|
4118
|
+
}
|
|
3721
4119
|
.bg-amber-100 {
|
|
3722
4120
|
--tw-bg-opacity: 1;
|
|
3723
4121
|
background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
|
|
@@ -3763,6 +4161,9 @@ video {
|
|
|
3763
4161
|
.bg-amber-500\/\[0\.03\] {
|
|
3764
4162
|
background-color: rgb(245 158 11 / 0.03);
|
|
3765
4163
|
}
|
|
4164
|
+
.bg-amber-950\/20 {
|
|
4165
|
+
background-color: rgb(69 26 3 / 0.2);
|
|
4166
|
+
}
|
|
3766
4167
|
.bg-amber-950\/25 {
|
|
3767
4168
|
background-color: rgb(69 26 3 / 0.25);
|
|
3768
4169
|
}
|
|
@@ -3772,6 +4173,13 @@ video {
|
|
|
3772
4173
|
.bg-amber-950\/40 {
|
|
3773
4174
|
background-color: rgb(69 26 3 / 0.4);
|
|
3774
4175
|
}
|
|
4176
|
+
.bg-amber-950\/60 {
|
|
4177
|
+
background-color: rgb(69 26 3 / 0.6);
|
|
4178
|
+
}
|
|
4179
|
+
.bg-black {
|
|
4180
|
+
--tw-bg-opacity: 1;
|
|
4181
|
+
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
|
|
4182
|
+
}
|
|
3775
4183
|
.bg-black\/10 {
|
|
3776
4184
|
background-color: rgb(0 0 0 / 0.1);
|
|
3777
4185
|
}
|
|
@@ -3909,6 +4317,9 @@ video {
|
|
|
3909
4317
|
.bg-emerald-800\/70 {
|
|
3910
4318
|
background-color: rgb(6 95 70 / 0.7);
|
|
3911
4319
|
}
|
|
4320
|
+
.bg-emerald-950\/20 {
|
|
4321
|
+
background-color: rgb(2 44 34 / 0.2);
|
|
4322
|
+
}
|
|
3912
4323
|
.bg-emerald-950\/25 {
|
|
3913
4324
|
background-color: rgb(2 44 34 / 0.25);
|
|
3914
4325
|
}
|
|
@@ -3918,6 +4329,9 @@ video {
|
|
|
3918
4329
|
.bg-emerald-950\/40 {
|
|
3919
4330
|
background-color: rgb(2 44 34 / 0.4);
|
|
3920
4331
|
}
|
|
4332
|
+
.bg-emerald-950\/60 {
|
|
4333
|
+
background-color: rgb(2 44 34 / 0.6);
|
|
4334
|
+
}
|
|
3921
4335
|
.bg-emerald-950\/80 {
|
|
3922
4336
|
background-color: rgb(2 44 34 / 0.8);
|
|
3923
4337
|
}
|
|
@@ -3931,6 +4345,10 @@ video {
|
|
|
3931
4345
|
.bg-green-500\/20 {
|
|
3932
4346
|
background-color: rgb(34 197 94 / 0.2);
|
|
3933
4347
|
}
|
|
4348
|
+
.bg-indigo-400 {
|
|
4349
|
+
--tw-bg-opacity: 1;
|
|
4350
|
+
background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
|
|
4351
|
+
}
|
|
3934
4352
|
.bg-lime-400\/95 {
|
|
3935
4353
|
background-color: rgb(163 230 53 / 0.95);
|
|
3936
4354
|
}
|
|
@@ -4057,6 +4475,24 @@ video {
|
|
|
4057
4475
|
--tw-bg-opacity: 1;
|
|
4058
4476
|
background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
|
|
4059
4477
|
}
|
|
4478
|
+
.bg-violet-400\/45 {
|
|
4479
|
+
background-color: rgb(167 139 250 / 0.45);
|
|
4480
|
+
}
|
|
4481
|
+
.bg-violet-400\/55 {
|
|
4482
|
+
background-color: rgb(167 139 250 / 0.55);
|
|
4483
|
+
}
|
|
4484
|
+
.bg-violet-400\/60 {
|
|
4485
|
+
background-color: rgb(167 139 250 / 0.6);
|
|
4486
|
+
}
|
|
4487
|
+
.bg-violet-400\/70 {
|
|
4488
|
+
background-color: rgb(167 139 250 / 0.7);
|
|
4489
|
+
}
|
|
4490
|
+
.bg-violet-400\/75 {
|
|
4491
|
+
background-color: rgb(167 139 250 / 0.75);
|
|
4492
|
+
}
|
|
4493
|
+
.bg-violet-400\/85 {
|
|
4494
|
+
background-color: rgb(167 139 250 / 0.85);
|
|
4495
|
+
}
|
|
4060
4496
|
.bg-violet-500 {
|
|
4061
4497
|
--tw-bg-opacity: 1;
|
|
4062
4498
|
background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
|
|
@@ -4087,6 +4523,9 @@ video {
|
|
|
4087
4523
|
.bg-white\/10 {
|
|
4088
4524
|
background-color: rgb(255 255 255 / 0.1);
|
|
4089
4525
|
}
|
|
4526
|
+
.bg-white\/20 {
|
|
4527
|
+
background-color: rgb(255 255 255 / 0.2);
|
|
4528
|
+
}
|
|
4090
4529
|
.bg-white\/5 {
|
|
4091
4530
|
background-color: rgb(255 255 255 / 0.05);
|
|
4092
4531
|
}
|
|
@@ -4259,12 +4698,21 @@ video {
|
|
|
4259
4698
|
.bg-\[linear-gradient\(135deg\2c rgba\(24\2c 24\2c 27\2c 0\.98\)\2c rgba\(9\2c 9\2c 11\2c 0\.92\)\)\] {
|
|
4260
4699
|
background-image: linear-gradient(135deg,rgba(24,24,27,0.98),rgba(9,9,11,0.92));
|
|
4261
4700
|
}
|
|
4701
|
+
.bg-\[linear-gradient\(135deg\2c rgba\(255\2c 255\2c 255\2c 0\.3\)_0\%\2c rgba\(255\2c 255\2c 255\2c 0\.04\)_18\%\2c transparent_36\%\2c transparent_64\%\2c rgba\(255\2c 255\2c 255\2c 0\.06\)_82\%\2c rgba\(255\2c 255\2c 255\2c 0\.18\)_100\%\)\] {
|
|
4702
|
+
background-image: linear-gradient(135deg,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.04) 18%,transparent 36%,transparent 64%,rgba(255,255,255,0.06) 82%,rgba(255,255,255,0.18) 100%);
|
|
4703
|
+
}
|
|
4262
4704
|
.bg-\[linear-gradient\(180deg\2c \#070708_0\%\2c \#050506_100\%\)\] {
|
|
4263
4705
|
background-image: linear-gradient(180deg,#070708 0%,#050506 100%);
|
|
4264
4706
|
}
|
|
4265
4707
|
.bg-\[linear-gradient\(180deg\2c \#09090b_0\%\2c \#060607_100\%\)\] {
|
|
4266
4708
|
background-image: linear-gradient(180deg,#09090b 0%,#060607 100%);
|
|
4267
4709
|
}
|
|
4710
|
+
.bg-\[linear-gradient\(180deg\2c \#0d1018_0\%\2c \#090b11_45\%\2c \#040506_100\%\)\] {
|
|
4711
|
+
background-image: linear-gradient(180deg,#0d1018 0%,#090b11 45%,#040506 100%);
|
|
4712
|
+
}
|
|
4713
|
+
.bg-\[linear-gradient\(180deg\2c \#8d8f98_0\%\2c \#5a5d67_10\%\2c \#1c1f26_22\%\2c \#090b0f_100\%\)\] {
|
|
4714
|
+
background-image: linear-gradient(180deg,#8d8f98 0%,#5a5d67 10%,#1c1f26 22%,#090b0f 100%);
|
|
4715
|
+
}
|
|
4268
4716
|
.bg-\[linear-gradient\(180deg\2c rgba\(0\2c 0\2c 0\2c 0\.14\)\2c rgba\(8\2c 8\2c 10\2c 0\.64\)_46\%\2c rgba\(0\2c 0\2c 0\2c 0\.12\)\)\] {
|
|
4269
4717
|
background-image: linear-gradient(180deg,rgba(0,0,0,0.14),rgba(8,8,10,0.64) 46%,rgba(0,0,0,0.12));
|
|
4270
4718
|
}
|
|
@@ -4283,6 +4731,9 @@ video {
|
|
|
4283
4731
|
.bg-\[linear-gradient\(180deg\2c rgba\(14\2c 14\2c 18\2c 0\.98\)\2c rgba\(8\2c 8\2c 10\2c 0\.98\)\)\] {
|
|
4284
4732
|
background-image: linear-gradient(180deg,rgba(14,14,18,0.98),rgba(8,8,10,0.98));
|
|
4285
4733
|
}
|
|
4734
|
+
.bg-\[linear-gradient\(180deg\2c rgba\(14\2c 16\2c 25\2c 0\.99\)_0\%\2c rgba\(10\2c 10\2c 14\2c 1\)_42\%\2c rgba\(5\2c 5\2c 7\2c 1\)_100\%\)\] {
|
|
4735
|
+
background-image: linear-gradient(180deg,rgba(14,16,25,0.99) 0%,rgba(10,10,14,1) 42%,rgba(5,5,7,1) 100%);
|
|
4736
|
+
}
|
|
4286
4737
|
.bg-\[linear-gradient\(180deg\2c rgba\(15\2c 15\2c 17\2c 0\.98\)\2c rgba\(10\2c 10\2c 12\2c 0\.94\)\)\] {
|
|
4287
4738
|
background-image: linear-gradient(180deg,rgba(15,15,17,0.98),rgba(10,10,12,0.94));
|
|
4288
4739
|
}
|
|
@@ -4304,6 +4755,9 @@ video {
|
|
|
4304
4755
|
.bg-\[linear-gradient\(180deg\2c rgba\(35\2c 24\2c 10\2c 0\.95\)\2c rgba\(24\2c 16\2c 8\2c 0\.92\)\)\] {
|
|
4305
4756
|
background-image: linear-gradient(180deg,rgba(35,24,10,0.95),rgba(24,16,8,0.92));
|
|
4306
4757
|
}
|
|
4758
|
+
.bg-\[linear-gradient\(180deg\2c rgba\(39\2c 39\2c 42\2c 0\.2\)_0\%\2c rgba\(124\2c 58\2c 237\2c 0\.12\)_100\%\)\] {
|
|
4759
|
+
background-image: linear-gradient(180deg,rgba(39,39,42,0.2) 0%,rgba(124,58,237,0.12) 100%);
|
|
4760
|
+
}
|
|
4307
4761
|
.bg-\[linear-gradient\(180deg\2c rgba\(39\2c 39\2c 42\2c 0\.98\)\2c rgba\(24\2c 24\2c 27\2c 0\.98\)\)\] {
|
|
4308
4762
|
background-image: linear-gradient(180deg,rgba(39,39,42,0.98),rgba(24,24,27,0.98));
|
|
4309
4763
|
}
|
|
@@ -4325,9 +4779,24 @@ video {
|
|
|
4325
4779
|
.bg-\[radial-gradient\(circle_at_24\%_0\%\2c rgba\(34\2c 211\2c 238\2c 0\.12\)\2c transparent_24\%\)\2c radial-gradient\(circle_at_100\%_100\%\2c rgba\(124\2c 58\2c 237\2c 0\.14\)\2c transparent_28\%\)\] {
|
|
4326
4780
|
background-image: radial-gradient(circle at 24% 0%,rgba(34,211,238,0.12),transparent 24%),radial-gradient(circle at 100% 100%,rgba(124,58,237,0.14),transparent 28%);
|
|
4327
4781
|
}
|
|
4782
|
+
.bg-\[radial-gradient\(circle_at_50\%_0\%\2c rgba\(255\2c 255\2c 255\2c 0\.08\)\2c transparent_58\%\)\] {
|
|
4783
|
+
background-image: radial-gradient(circle at 50% 0%,rgba(255,255,255,0.08),transparent 58%);
|
|
4784
|
+
}
|
|
4328
4785
|
.bg-\[radial-gradient\(circle_at_50\%_0\%\2c rgba\(89\2c 47\2c 139\2c 0\.24\)\2c transparent_30\%\)\2c linear-gradient\(180deg\2c rgba\(15\2c 8\2c 28\2c 0\.88\)_0\%\2c rgba\(2\2c 2\2c 2\2c 1\)_34\%\)\] {
|
|
4329
4786
|
background-image: radial-gradient(circle at 50% 0%,rgba(89,47,139,0.24),transparent 30%),linear-gradient(180deg,rgba(15,8,28,0.88) 0%,rgba(2,2,2,1) 34%);
|
|
4330
4787
|
}
|
|
4788
|
+
.bg-\[radial-gradient\(circle_at_50\%_100\%\2c rgba\(91\2c 33\2c 182\2c 0\.18\)\2c transparent_32\%\)\] {
|
|
4789
|
+
background-image: radial-gradient(circle at 50% 100%,rgba(91,33,182,0.18),transparent 32%);
|
|
4790
|
+
}
|
|
4791
|
+
.bg-\[radial-gradient\(circle_at_50\%_50\%\2c rgba\(255\2c 255\2c 255\2c 0\.05\)\2c transparent_42\%\)\] {
|
|
4792
|
+
background-image: radial-gradient(circle at 50% 50%,rgba(255,255,255,0.05),transparent 42%);
|
|
4793
|
+
}
|
|
4794
|
+
.bg-\[radial-gradient\(circle_at_50\%_58\%\2c rgba\(88\2c 28\2c 135\2c 0\.24\)\2c transparent_26\%\)\2c radial-gradient\(circle_at_50\%_82\%\2c rgba\(37\2c 99\2c 235\2c 0\.12\)\2c transparent_34\%\)\2c linear-gradient\(180deg\2c rgba\(5\2c 5\2c 9\2c 1\)_0\%\2c rgba\(9\2c 9\2c 13\2c 1\)_100\%\)\] {
|
|
4795
|
+
background-image: radial-gradient(circle at 50% 58%,rgba(88,28,135,0.24),transparent 26%),radial-gradient(circle at 50% 82%,rgba(37,99,235,0.12),transparent 34%),linear-gradient(180deg,rgba(5,5,9,1) 0%,rgba(9,9,13,1) 100%);
|
|
4796
|
+
}
|
|
4797
|
+
.bg-\[radial-gradient\(circle_at_70\%_18\%\2c rgba\(124\2c 58\2c 237\2c 0\.08\)\2c transparent_28\%\)\] {
|
|
4798
|
+
background-image: radial-gradient(circle at 70% 18%,rgba(124,58,237,0.08),transparent 28%);
|
|
4799
|
+
}
|
|
4331
4800
|
.bg-\[radial-gradient\(circle_at_70\%_20\%\2c rgba\(124\2c 58\2c 237\2c 0\.16\)\2c transparent_34\%\)\] {
|
|
4332
4801
|
background-image: radial-gradient(circle at 70% 20%,rgba(124,58,237,0.16),transparent 34%);
|
|
4333
4802
|
}
|
|
@@ -4337,6 +4806,9 @@ video {
|
|
|
4337
4806
|
.bg-\[radial-gradient\(circle_at_top\2c rgba\(124\2c 58\2c 237\2c 0\.18\)\2c transparent_28\%\)\2c linear-gradient\(180deg\2c rgba\(10\2c 10\2c 14\2c 0\.96\)_0\%\2c rgba\(5\2c 5\2c 7\2c 1\)_100\%\)\] {
|
|
4338
4807
|
background-image: radial-gradient(circle at top,rgba(124,58,237,0.18),transparent 28%),linear-gradient(180deg,rgba(10,10,14,0.96) 0%,rgba(5,5,7,1) 100%);
|
|
4339
4808
|
}
|
|
4809
|
+
.bg-\[radial-gradient\(circle_at_top\2c rgba\(255\2c 255\2c 255\2c 0\.05\)\2c transparent_38\%\)\2c linear-gradient\(180deg\2c rgba\(15\2c 23\2c 42\2c 0\.25\)\2c rgba\(2\2c 6\2c 23\2c 0\.02\)\)\] {
|
|
4810
|
+
background-image: radial-gradient(circle at top,rgba(255,255,255,0.05),transparent 38%),linear-gradient(180deg,rgba(15,23,42,0.25),rgba(2,6,23,0.02));
|
|
4811
|
+
}
|
|
4340
4812
|
.bg-\[radial-gradient\(circle_at_top\2c rgba\(255\2c 255\2c 255\2c 0\.05\)\2c transparent_58\%\)\] {
|
|
4341
4813
|
background-image: radial-gradient(circle at top,rgba(255,255,255,0.05),transparent 58%);
|
|
4342
4814
|
}
|
|
@@ -4458,6 +4930,16 @@ video {
|
|
|
4458
4930
|
--tw-gradient-to: rgb(228 228 231 / 0) var(--tw-gradient-to-position);
|
|
4459
4931
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
4460
4932
|
}
|
|
4933
|
+
.from-zinc-900 {
|
|
4934
|
+
--tw-gradient-from: #18181b var(--tw-gradient-from-position);
|
|
4935
|
+
--tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
|
|
4936
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
4937
|
+
}
|
|
4938
|
+
.from-zinc-950 {
|
|
4939
|
+
--tw-gradient-from: #09090b var(--tw-gradient-from-position);
|
|
4940
|
+
--tw-gradient-to: rgb(9 9 11 / 0) var(--tw-gradient-to-position);
|
|
4941
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
4942
|
+
}
|
|
4461
4943
|
.via-\[\#0f172a\] {
|
|
4462
4944
|
--tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
|
|
4463
4945
|
--tw-gradient-stops: var(--tw-gradient-from), #0f172a var(--tw-gradient-via-position), var(--tw-gradient-to);
|
|
@@ -4518,6 +5000,14 @@ video {
|
|
|
4518
5000
|
--tw-gradient-to: rgb(244 244 245 / 0) var(--tw-gradient-to-position);
|
|
4519
5001
|
--tw-gradient-stops: var(--tw-gradient-from), #f4f4f5 var(--tw-gradient-via-position), var(--tw-gradient-to);
|
|
4520
5002
|
}
|
|
5003
|
+
.via-zinc-900\/95 {
|
|
5004
|
+
--tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
|
|
5005
|
+
--tw-gradient-stops: var(--tw-gradient-from), rgb(24 24 27 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
|
|
5006
|
+
}
|
|
5007
|
+
.via-zinc-950\/95 {
|
|
5008
|
+
--tw-gradient-to: rgb(9 9 11 / 0) var(--tw-gradient-to-position);
|
|
5009
|
+
--tw-gradient-stops: var(--tw-gradient-from), rgb(9 9 11 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
|
|
5010
|
+
}
|
|
4521
5011
|
.to-black {
|
|
4522
5012
|
--tw-gradient-to: #000 var(--tw-gradient-to-position);
|
|
4523
5013
|
}
|
|
@@ -4563,6 +5053,9 @@ video {
|
|
|
4563
5053
|
.bg-\[size\:32px_32px\] {
|
|
4564
5054
|
background-size: 32px 32px;
|
|
4565
5055
|
}
|
|
5056
|
+
.fill-amber-400 {
|
|
5057
|
+
fill: #fbbf24;
|
|
5058
|
+
}
|
|
4566
5059
|
.fill-current {
|
|
4567
5060
|
fill: currentColor;
|
|
4568
5061
|
}
|
|
@@ -4613,6 +5106,15 @@ video {
|
|
|
4613
5106
|
.p-8 {
|
|
4614
5107
|
padding: 2rem;
|
|
4615
5108
|
}
|
|
5109
|
+
.p-\[0\.16rem\] {
|
|
5110
|
+
padding: 0.16rem;
|
|
5111
|
+
}
|
|
5112
|
+
.p-\[0\.18rem\] {
|
|
5113
|
+
padding: 0.18rem;
|
|
5114
|
+
}
|
|
5115
|
+
.p-\[0\.3rem\] {
|
|
5116
|
+
padding: 0.3rem;
|
|
5117
|
+
}
|
|
4616
5118
|
.p-\[1px\] {
|
|
4617
5119
|
padding: 1px;
|
|
4618
5120
|
}
|
|
@@ -4739,10 +5241,6 @@ video {
|
|
|
4739
5241
|
padding-top: 2rem;
|
|
4740
5242
|
padding-bottom: 2rem;
|
|
4741
5243
|
}
|
|
4742
|
-
.py-px {
|
|
4743
|
-
padding-top: 1px;
|
|
4744
|
-
padding-bottom: 1px;
|
|
4745
|
-
}
|
|
4746
5244
|
.pb-0 {
|
|
4747
5245
|
padding-bottom: 0px;
|
|
4748
5246
|
}
|
|
@@ -4812,6 +5310,9 @@ video {
|
|
|
4812
5310
|
.pr-1\.5 {
|
|
4813
5311
|
padding-right: 0.375rem;
|
|
4814
5312
|
}
|
|
5313
|
+
.pr-12 {
|
|
5314
|
+
padding-right: 3rem;
|
|
5315
|
+
}
|
|
4815
5316
|
.pr-14 {
|
|
4816
5317
|
padding-right: 3.5rem;
|
|
4817
5318
|
}
|
|
@@ -4878,6 +5379,9 @@ video {
|
|
|
4878
5379
|
.pt-6 {
|
|
4879
5380
|
padding-top: 1.5rem;
|
|
4880
5381
|
}
|
|
5382
|
+
.pt-\[2\.85rem\] {
|
|
5383
|
+
padding-top: 2.85rem;
|
|
5384
|
+
}
|
|
4881
5385
|
.pt-\[env\(safe-area-inset-top\)\] {
|
|
4882
5386
|
padding-top: env(safe-area-inset-top);
|
|
4883
5387
|
}
|
|
@@ -4951,8 +5455,8 @@ video {
|
|
|
4951
5455
|
.text-\[2rem\] {
|
|
4952
5456
|
font-size: 2rem;
|
|
4953
5457
|
}
|
|
4954
|
-
.text-\[
|
|
4955
|
-
font-size:
|
|
5458
|
+
.text-\[7px\] {
|
|
5459
|
+
font-size: 7px;
|
|
4956
5460
|
}
|
|
4957
5461
|
.text-\[8px\] {
|
|
4958
5462
|
font-size: 8px;
|
|
@@ -4992,12 +5496,18 @@ video {
|
|
|
4992
5496
|
.font-medium {
|
|
4993
5497
|
font-weight: 500;
|
|
4994
5498
|
}
|
|
5499
|
+
.font-normal {
|
|
5500
|
+
font-weight: 400;
|
|
5501
|
+
}
|
|
4995
5502
|
.font-semibold {
|
|
4996
5503
|
font-weight: 600;
|
|
4997
5504
|
}
|
|
4998
5505
|
.uppercase {
|
|
4999
5506
|
text-transform: uppercase;
|
|
5000
5507
|
}
|
|
5508
|
+
.normal-case {
|
|
5509
|
+
text-transform: none;
|
|
5510
|
+
}
|
|
5001
5511
|
.italic {
|
|
5002
5512
|
font-style: italic;
|
|
5003
5513
|
}
|
|
@@ -5044,15 +5554,15 @@ video {
|
|
|
5044
5554
|
.tracking-\[-0\.04em\] {
|
|
5045
5555
|
letter-spacing: -0.04em;
|
|
5046
5556
|
}
|
|
5557
|
+
.tracking-\[-0\.05em\] {
|
|
5558
|
+
letter-spacing: -0.05em;
|
|
5559
|
+
}
|
|
5047
5560
|
.tracking-\[-0\.06em\] {
|
|
5048
5561
|
letter-spacing: -0.06em;
|
|
5049
5562
|
}
|
|
5050
5563
|
.tracking-\[-0\.07em\] {
|
|
5051
5564
|
letter-spacing: -0.07em;
|
|
5052
5565
|
}
|
|
5053
|
-
.tracking-\[0\.01em\] {
|
|
5054
|
-
letter-spacing: 0.01em;
|
|
5055
|
-
}
|
|
5056
5566
|
.tracking-\[0\.06em\] {
|
|
5057
5567
|
letter-spacing: 0.06em;
|
|
5058
5568
|
}
|
|
@@ -5123,6 +5633,9 @@ video {
|
|
|
5123
5633
|
.text-amber-100\/75 {
|
|
5124
5634
|
color: rgb(254 243 199 / 0.75);
|
|
5125
5635
|
}
|
|
5636
|
+
.text-amber-100\/80 {
|
|
5637
|
+
color: rgb(254 243 199 / 0.8);
|
|
5638
|
+
}
|
|
5126
5639
|
.text-amber-100\/90 {
|
|
5127
5640
|
color: rgb(254 243 199 / 0.9);
|
|
5128
5641
|
}
|
|
@@ -5242,6 +5755,9 @@ video {
|
|
|
5242
5755
|
--tw-text-opacity: 1;
|
|
5243
5756
|
color: rgb(110 231 183 / var(--tw-text-opacity, 1));
|
|
5244
5757
|
}
|
|
5758
|
+
.text-emerald-300\/80 {
|
|
5759
|
+
color: rgb(110 231 183 / 0.8);
|
|
5760
|
+
}
|
|
5245
5761
|
.text-emerald-300\/90 {
|
|
5246
5762
|
color: rgb(110 231 183 / 0.9);
|
|
5247
5763
|
}
|
|
@@ -5561,6 +6077,11 @@ video {
|
|
|
5561
6077
|
--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color), 0 0 24px var(--tw-shadow-color);
|
|
5562
6078
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
5563
6079
|
}
|
|
6080
|
+
.shadow-\[0_0_0_1px_rgba\(129\2c 140\2c 248\2c 0\.35\)\] {
|
|
6081
|
+
--tw-shadow: 0 0 0 1px rgba(129,140,248,0.35);
|
|
6082
|
+
--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
|
|
6083
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
6084
|
+
}
|
|
5564
6085
|
.shadow-\[0_0_0_1px_rgba\(14\2c 165\2c 233\2c 0\.04\)\] {
|
|
5565
6086
|
--tw-shadow: 0 0 0 1px rgba(14,165,233,0.04);
|
|
5566
6087
|
--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
|
|
@@ -5621,6 +6142,16 @@ video {
|
|
|
5621
6142
|
--tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
|
|
5622
6143
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
5623
6144
|
}
|
|
6145
|
+
.shadow-\[0_0_10px_rgba\(125\2c 211\2c 252\2c 0\.45\)\] {
|
|
6146
|
+
--tw-shadow: 0 0 10px rgba(125,211,252,0.45);
|
|
6147
|
+
--tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
|
|
6148
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
6149
|
+
}
|
|
6150
|
+
.shadow-\[0_0_10px_rgba\(251\2c 191\2c 36\2c 0\.35\)\] {
|
|
6151
|
+
--tw-shadow: 0 0 10px rgba(251,191,36,0.35);
|
|
6152
|
+
--tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
|
|
6153
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
6154
|
+
}
|
|
5624
6155
|
.shadow-\[0_0_10px_rgba\(251\2c 191\2c 36\2c 0\.65\)\] {
|
|
5625
6156
|
--tw-shadow: 0 0 10px rgba(251,191,36,0.65);
|
|
5626
6157
|
--tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
|
|
@@ -5681,6 +6212,11 @@ video {
|
|
|
5681
6212
|
--tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
|
|
5682
6213
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
5683
6214
|
}
|
|
6215
|
+
.shadow-\[0_0_12px_rgba\(52\2c 211\2c 153\2c 0\.7\)\] {
|
|
6216
|
+
--tw-shadow: 0 0 12px rgba(52,211,153,0.7);
|
|
6217
|
+
--tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
|
|
6218
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
6219
|
+
}
|
|
5684
6220
|
.shadow-\[0_0_12px_rgba\(56\2c 189\2c 248\2c 0\.65\)\] {
|
|
5685
6221
|
--tw-shadow: 0 0 12px rgba(56,189,248,0.65);
|
|
5686
6222
|
--tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
|
|
@@ -5791,6 +6327,11 @@ video {
|
|
|
5791
6327
|
--tw-shadow-colored: 0 0 60px var(--tw-shadow-color);
|
|
5792
6328
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
5793
6329
|
}
|
|
6330
|
+
.shadow-\[0_0_8px_rgba\(52\2c 211\2c 153\2c 0\.7\)\] {
|
|
6331
|
+
--tw-shadow: 0 0 8px rgba(52,211,153,0.7);
|
|
6332
|
+
--tw-shadow-colored: 0 0 8px var(--tw-shadow-color);
|
|
6333
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
6334
|
+
}
|
|
5794
6335
|
.shadow-\[0_10px_24px_rgba\(255\2c 255\2c 255\2c 0\.08\)\] {
|
|
5795
6336
|
--tw-shadow: 0 10px 24px rgba(255,255,255,0.08);
|
|
5796
6337
|
--tw-shadow-colored: 0 10px 24px var(--tw-shadow-color);
|
|
@@ -5901,6 +6442,11 @@ video {
|
|
|
5901
6442
|
--tw-shadow-colored: 0 28px 100px var(--tw-shadow-color);
|
|
5902
6443
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
5903
6444
|
}
|
|
6445
|
+
.shadow-\[0_28px_90px_rgba\(0\2c 0\2c 0\2c 0\.58\)\] {
|
|
6446
|
+
--tw-shadow: 0 28px 90px rgba(0,0,0,0.58);
|
|
6447
|
+
--tw-shadow-colored: 0 28px 90px var(--tw-shadow-color);
|
|
6448
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
6449
|
+
}
|
|
5904
6450
|
.shadow-\[0_30px_120px_rgba\(0\2c 0\2c 0\2c 0\.75\)\] {
|
|
5905
6451
|
--tw-shadow: 0 30px 120px rgba(0,0,0,0.75);
|
|
5906
6452
|
--tw-shadow-colored: 0 30px 120px var(--tw-shadow-color);
|
|
@@ -5921,6 +6467,11 @@ video {
|
|
|
5921
6467
|
--tw-shadow-colored: 0 8px 20px var(--tw-shadow-color);
|
|
5922
6468
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
5923
6469
|
}
|
|
6470
|
+
.shadow-\[0_8px_20px_rgba\(0\2c 0\2c 0\2c 0\.45\)\] {
|
|
6471
|
+
--tw-shadow: 0 8px 20px rgba(0,0,0,0.45);
|
|
6472
|
+
--tw-shadow-colored: 0 8px 20px var(--tw-shadow-color);
|
|
6473
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
6474
|
+
}
|
|
5924
6475
|
.shadow-\[inset_-1px_0_0_rgba\(24\2c 24\2c 27\2c 0\.45\)\] {
|
|
5925
6476
|
--tw-shadow: inset -1px 0 0 rgba(24,24,27,0.45);
|
|
5926
6477
|
--tw-shadow-colored: inset -1px 0 0 var(--tw-shadow-color);
|
|
@@ -5951,6 +6502,11 @@ video {
|
|
|
5951
6502
|
--tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color);
|
|
5952
6503
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
5953
6504
|
}
|
|
6505
|
+
.shadow-\[inset_0_0_0_1px_rgba\(255\2c 255\2c 255\2c 0\.08\)\] {
|
|
6506
|
+
--tw-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
|
|
6507
|
+
--tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color);
|
|
6508
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
6509
|
+
}
|
|
5954
6510
|
.shadow-\[inset_0_0_20px_rgba\(251\2c 191\2c 36\2c 0\.12\)\2c 0_0_30px_rgba\(251\2c 191\2c 36\2c 0\.18\)\] {
|
|
5955
6511
|
--tw-shadow: inset 0 0 20px rgba(251,191,36,0.12),0 0 30px rgba(251,191,36,0.18);
|
|
5956
6512
|
--tw-shadow-colored: inset 0 0 20px var(--tw-shadow-color), 0 0 30px var(--tw-shadow-color);
|
|
@@ -6167,6 +6723,11 @@ video {
|
|
|
6167
6723
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
6168
6724
|
transition-duration: 150ms;
|
|
6169
6725
|
}
|
|
6726
|
+
.transition-\[color\] {
|
|
6727
|
+
transition-property: color;
|
|
6728
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
6729
|
+
transition-duration: 150ms;
|
|
6730
|
+
}
|
|
6170
6731
|
.transition-\[width\] {
|
|
6171
6732
|
transition-property: width;
|
|
6172
6733
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -6209,6 +6770,9 @@ video {
|
|
|
6209
6770
|
.duration-300 {
|
|
6210
6771
|
transition-duration: 300ms;
|
|
6211
6772
|
}
|
|
6773
|
+
.duration-75 {
|
|
6774
|
+
transition-duration: 75ms;
|
|
6775
|
+
}
|
|
6212
6776
|
.ease-in-out {
|
|
6213
6777
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
6214
6778
|
}
|
|
@@ -6218,6 +6782,9 @@ video {
|
|
|
6218
6782
|
.\[background-image\:linear-gradient\(rgba\(167\2c 139\2c 250\2c 0\.78\)_1px\2c transparent_1px\)\2c linear-gradient\(90deg\2c rgba\(56\2c 189\2c 248\2c 0\.68\)_1px\2c transparent_1px\)\] {
|
|
6219
6783
|
background-image: linear-gradient(rgba(167,139,250,0.78) 1px,transparent 1px),linear-gradient(90deg,rgba(56,189,248,0.68) 1px,transparent 1px);
|
|
6220
6784
|
}
|
|
6785
|
+
.\[background-image\:linear-gradient\(rgba\(255\2c 255\2c 255\2c 0\.03\)_1px\2c transparent_1px\)\2c linear-gradient\(90deg\2c rgba\(255\2c 255\2c 255\2c 0\.03\)_1px\2c transparent_1px\)\] {
|
|
6786
|
+
background-image: linear-gradient(rgba(255,255,255,0.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.03) 1px,transparent 1px);
|
|
6787
|
+
}
|
|
6221
6788
|
.\[background-image\:linear-gradient\(rgba\(255\2c 255\2c 255\2c 0\.78\)_1px\2c transparent_1px\)\2c linear-gradient\(90deg\2c rgba\(255\2c 255\2c 255\2c 0\.78\)_1px\2c transparent_1px\)\] {
|
|
6222
6789
|
background-image: linear-gradient(rgba(255,255,255,0.78) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.78) 1px,transparent 1px);
|
|
6223
6790
|
}
|
|
@@ -6252,6 +6819,255 @@ video {
|
|
|
6252
6819
|
.\[scrollbar-width\:thin\] {
|
|
6253
6820
|
scrollbar-width: thin;
|
|
6254
6821
|
}
|
|
6822
|
+
@media (min-width: 640px) {
|
|
6823
|
+
|
|
6824
|
+
.sm\:prose-base {
|
|
6825
|
+
font-size: 1rem;
|
|
6826
|
+
line-height: 1.75;
|
|
6827
|
+
}
|
|
6828
|
+
|
|
6829
|
+
.sm\:prose-base :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6830
|
+
margin-top: 1.25em;
|
|
6831
|
+
margin-bottom: 1.25em;
|
|
6832
|
+
}
|
|
6833
|
+
|
|
6834
|
+
.sm\:prose-base :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6835
|
+
font-size: 1.25em;
|
|
6836
|
+
line-height: 1.6;
|
|
6837
|
+
margin-top: 1.2em;
|
|
6838
|
+
margin-bottom: 1.2em;
|
|
6839
|
+
}
|
|
6840
|
+
|
|
6841
|
+
.sm\:prose-base :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6842
|
+
margin-top: 1.6em;
|
|
6843
|
+
margin-bottom: 1.6em;
|
|
6844
|
+
padding-inline-start: 1em;
|
|
6845
|
+
}
|
|
6846
|
+
|
|
6847
|
+
.sm\:prose-base :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6848
|
+
font-size: 2.25em;
|
|
6849
|
+
margin-top: 0;
|
|
6850
|
+
margin-bottom: 0.8888889em;
|
|
6851
|
+
line-height: 1.1111111;
|
|
6852
|
+
}
|
|
6853
|
+
|
|
6854
|
+
.sm\:prose-base :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6855
|
+
font-size: 1.5em;
|
|
6856
|
+
margin-top: 2em;
|
|
6857
|
+
margin-bottom: 1em;
|
|
6858
|
+
line-height: 1.3333333;
|
|
6859
|
+
}
|
|
6860
|
+
|
|
6861
|
+
.sm\:prose-base :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6862
|
+
font-size: 1.25em;
|
|
6863
|
+
margin-top: 1.6em;
|
|
6864
|
+
margin-bottom: 0.6em;
|
|
6865
|
+
line-height: 1.6;
|
|
6866
|
+
}
|
|
6867
|
+
|
|
6868
|
+
.sm\:prose-base :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6869
|
+
margin-top: 1.5em;
|
|
6870
|
+
margin-bottom: 0.5em;
|
|
6871
|
+
line-height: 1.5;
|
|
6872
|
+
}
|
|
6873
|
+
|
|
6874
|
+
.sm\:prose-base :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6875
|
+
margin-top: 2em;
|
|
6876
|
+
margin-bottom: 2em;
|
|
6877
|
+
}
|
|
6878
|
+
|
|
6879
|
+
.sm\:prose-base :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6880
|
+
margin-top: 2em;
|
|
6881
|
+
margin-bottom: 2em;
|
|
6882
|
+
}
|
|
6883
|
+
|
|
6884
|
+
.sm\:prose-base :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6885
|
+
margin-top: 0;
|
|
6886
|
+
margin-bottom: 0;
|
|
6887
|
+
}
|
|
6888
|
+
|
|
6889
|
+
.sm\:prose-base :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6890
|
+
margin-top: 2em;
|
|
6891
|
+
margin-bottom: 2em;
|
|
6892
|
+
}
|
|
6893
|
+
|
|
6894
|
+
.sm\:prose-base :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6895
|
+
font-size: 0.875em;
|
|
6896
|
+
border-radius: 0.3125rem;
|
|
6897
|
+
padding-top: 0.1875em;
|
|
6898
|
+
padding-inline-end: 0.375em;
|
|
6899
|
+
padding-bottom: 0.1875em;
|
|
6900
|
+
padding-inline-start: 0.375em;
|
|
6901
|
+
}
|
|
6902
|
+
|
|
6903
|
+
.sm\:prose-base :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6904
|
+
font-size: 0.875em;
|
|
6905
|
+
}
|
|
6906
|
+
|
|
6907
|
+
.sm\:prose-base :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6908
|
+
font-size: 0.875em;
|
|
6909
|
+
}
|
|
6910
|
+
|
|
6911
|
+
.sm\:prose-base :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6912
|
+
font-size: 0.9em;
|
|
6913
|
+
}
|
|
6914
|
+
|
|
6915
|
+
.sm\:prose-base :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6916
|
+
font-size: 0.875em;
|
|
6917
|
+
line-height: 1.7142857;
|
|
6918
|
+
margin-top: 1.7142857em;
|
|
6919
|
+
margin-bottom: 1.7142857em;
|
|
6920
|
+
border-radius: 0.375rem;
|
|
6921
|
+
padding-top: 0.8571429em;
|
|
6922
|
+
padding-inline-end: 1.1428571em;
|
|
6923
|
+
padding-bottom: 0.8571429em;
|
|
6924
|
+
padding-inline-start: 1.1428571em;
|
|
6925
|
+
}
|
|
6926
|
+
|
|
6927
|
+
.sm\:prose-base :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6928
|
+
margin-top: 1.25em;
|
|
6929
|
+
margin-bottom: 1.25em;
|
|
6930
|
+
padding-inline-start: 1.625em;
|
|
6931
|
+
}
|
|
6932
|
+
|
|
6933
|
+
.sm\:prose-base :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6934
|
+
margin-top: 1.25em;
|
|
6935
|
+
margin-bottom: 1.25em;
|
|
6936
|
+
padding-inline-start: 1.625em;
|
|
6937
|
+
}
|
|
6938
|
+
|
|
6939
|
+
.sm\:prose-base :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6940
|
+
margin-top: 0.5em;
|
|
6941
|
+
margin-bottom: 0.5em;
|
|
6942
|
+
}
|
|
6943
|
+
|
|
6944
|
+
.sm\:prose-base :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6945
|
+
padding-inline-start: 0.375em;
|
|
6946
|
+
}
|
|
6947
|
+
|
|
6948
|
+
.sm\:prose-base :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6949
|
+
padding-inline-start: 0.375em;
|
|
6950
|
+
}
|
|
6951
|
+
|
|
6952
|
+
.sm\:prose-base :where(.sm\:prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6953
|
+
margin-top: 0.75em;
|
|
6954
|
+
margin-bottom: 0.75em;
|
|
6955
|
+
}
|
|
6956
|
+
|
|
6957
|
+
.sm\:prose-base :where(.sm\:prose-base > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6958
|
+
margin-top: 1.25em;
|
|
6959
|
+
}
|
|
6960
|
+
|
|
6961
|
+
.sm\:prose-base :where(.sm\:prose-base > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6962
|
+
margin-bottom: 1.25em;
|
|
6963
|
+
}
|
|
6964
|
+
|
|
6965
|
+
.sm\:prose-base :where(.sm\:prose-base > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6966
|
+
margin-top: 1.25em;
|
|
6967
|
+
}
|
|
6968
|
+
|
|
6969
|
+
.sm\:prose-base :where(.sm\:prose-base > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6970
|
+
margin-bottom: 1.25em;
|
|
6971
|
+
}
|
|
6972
|
+
|
|
6973
|
+
.sm\:prose-base :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6974
|
+
margin-top: 0.75em;
|
|
6975
|
+
margin-bottom: 0.75em;
|
|
6976
|
+
}
|
|
6977
|
+
|
|
6978
|
+
.sm\:prose-base :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6979
|
+
margin-top: 1.25em;
|
|
6980
|
+
margin-bottom: 1.25em;
|
|
6981
|
+
}
|
|
6982
|
+
|
|
6983
|
+
.sm\:prose-base :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6984
|
+
margin-top: 1.25em;
|
|
6985
|
+
}
|
|
6986
|
+
|
|
6987
|
+
.sm\:prose-base :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6988
|
+
margin-top: 0.5em;
|
|
6989
|
+
padding-inline-start: 1.625em;
|
|
6990
|
+
}
|
|
6991
|
+
|
|
6992
|
+
.sm\:prose-base :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6993
|
+
margin-top: 3em;
|
|
6994
|
+
margin-bottom: 3em;
|
|
6995
|
+
}
|
|
6996
|
+
|
|
6997
|
+
.sm\:prose-base :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
6998
|
+
margin-top: 0;
|
|
6999
|
+
}
|
|
7000
|
+
|
|
7001
|
+
.sm\:prose-base :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
7002
|
+
margin-top: 0;
|
|
7003
|
+
}
|
|
7004
|
+
|
|
7005
|
+
.sm\:prose-base :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
7006
|
+
margin-top: 0;
|
|
7007
|
+
}
|
|
7008
|
+
|
|
7009
|
+
.sm\:prose-base :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
7010
|
+
margin-top: 0;
|
|
7011
|
+
}
|
|
7012
|
+
|
|
7013
|
+
.sm\:prose-base :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
7014
|
+
font-size: 0.875em;
|
|
7015
|
+
line-height: 1.7142857;
|
|
7016
|
+
}
|
|
7017
|
+
|
|
7018
|
+
.sm\:prose-base :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
7019
|
+
padding-inline-end: 0.5714286em;
|
|
7020
|
+
padding-bottom: 0.5714286em;
|
|
7021
|
+
padding-inline-start: 0.5714286em;
|
|
7022
|
+
}
|
|
7023
|
+
|
|
7024
|
+
.sm\:prose-base :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
7025
|
+
padding-inline-start: 0;
|
|
7026
|
+
}
|
|
7027
|
+
|
|
7028
|
+
.sm\:prose-base :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
7029
|
+
padding-inline-end: 0;
|
|
7030
|
+
}
|
|
7031
|
+
|
|
7032
|
+
.sm\:prose-base :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
7033
|
+
padding-top: 0.5714286em;
|
|
7034
|
+
padding-inline-end: 0.5714286em;
|
|
7035
|
+
padding-bottom: 0.5714286em;
|
|
7036
|
+
padding-inline-start: 0.5714286em;
|
|
7037
|
+
}
|
|
7038
|
+
|
|
7039
|
+
.sm\:prose-base :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
7040
|
+
padding-inline-start: 0;
|
|
7041
|
+
}
|
|
7042
|
+
|
|
7043
|
+
.sm\:prose-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
7044
|
+
padding-inline-end: 0;
|
|
7045
|
+
}
|
|
7046
|
+
|
|
7047
|
+
.sm\:prose-base :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
7048
|
+
margin-top: 2em;
|
|
7049
|
+
margin-bottom: 2em;
|
|
7050
|
+
}
|
|
7051
|
+
|
|
7052
|
+
.sm\:prose-base :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
7053
|
+
margin-top: 0;
|
|
7054
|
+
margin-bottom: 0;
|
|
7055
|
+
}
|
|
7056
|
+
|
|
7057
|
+
.sm\:prose-base :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
7058
|
+
font-size: 0.875em;
|
|
7059
|
+
line-height: 1.4285714;
|
|
7060
|
+
margin-top: 0.8571429em;
|
|
7061
|
+
}
|
|
7062
|
+
|
|
7063
|
+
.sm\:prose-base :where(.sm\:prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
7064
|
+
margin-top: 0;
|
|
7065
|
+
}
|
|
7066
|
+
|
|
7067
|
+
.sm\:prose-base :where(.sm\:prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
7068
|
+
margin-bottom: 0;
|
|
7069
|
+
}
|
|
7070
|
+
}
|
|
6255
7071
|
.selection\:bg-violet-500\/40 *::-moz-selection {
|
|
6256
7072
|
background-color: rgb(139 92 246 / 0.4);
|
|
6257
7073
|
}
|
|
@@ -6348,6 +7164,9 @@ video {
|
|
|
6348
7164
|
.hover\:border-amber-400\/40:hover {
|
|
6349
7165
|
border-color: rgb(251 191 36 / 0.4);
|
|
6350
7166
|
}
|
|
7167
|
+
.hover\:border-amber-500\/20:hover {
|
|
7168
|
+
border-color: rgb(245 158 11 / 0.2);
|
|
7169
|
+
}
|
|
6351
7170
|
.hover\:border-emerald-400\/40:hover {
|
|
6352
7171
|
border-color: rgb(52 211 153 / 0.4);
|
|
6353
7172
|
}
|
|
@@ -6385,6 +7204,9 @@ video {
|
|
|
6385
7204
|
--tw-border-opacity: 1;
|
|
6386
7205
|
border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
|
|
6387
7206
|
}
|
|
7207
|
+
.hover\:border-zinc-700\/20:hover {
|
|
7208
|
+
border-color: rgb(63 63 70 / 0.2);
|
|
7209
|
+
}
|
|
6388
7210
|
.hover\:border-zinc-800:hover {
|
|
6389
7211
|
--tw-border-opacity: 1;
|
|
6390
7212
|
border-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
|
|
@@ -6429,6 +7251,9 @@ video {
|
|
|
6429
7251
|
.hover\:bg-amber-500\/20:hover {
|
|
6430
7252
|
background-color: rgb(245 158 11 / 0.2);
|
|
6431
7253
|
}
|
|
7254
|
+
.hover\:bg-black\/10:hover {
|
|
7255
|
+
background-color: rgb(0 0 0 / 0.1);
|
|
7256
|
+
}
|
|
6432
7257
|
.hover\:bg-black\/15:hover {
|
|
6433
7258
|
background-color: rgb(0 0 0 / 0.15);
|
|
6434
7259
|
}
|
|
@@ -6443,6 +7268,9 @@ video {
|
|
|
6443
7268
|
--tw-bg-opacity: 1;
|
|
6444
7269
|
background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
|
|
6445
7270
|
}
|
|
7271
|
+
.hover\:bg-emerald-500\/10:hover {
|
|
7272
|
+
background-color: rgb(16 185 129 / 0.1);
|
|
7273
|
+
}
|
|
6446
7274
|
.hover\:bg-emerald-500\/15:hover {
|
|
6447
7275
|
background-color: rgb(16 185 129 / 0.15);
|
|
6448
7276
|
}
|
|
@@ -6493,6 +7321,9 @@ video {
|
|
|
6493
7321
|
--tw-bg-opacity: 1;
|
|
6494
7322
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
6495
7323
|
}
|
|
7324
|
+
.hover\:bg-white\/\[0\.03\]:hover {
|
|
7325
|
+
background-color: rgb(255 255 255 / 0.03);
|
|
7326
|
+
}
|
|
6496
7327
|
.hover\:bg-white\/\[0\.07\]:hover {
|
|
6497
7328
|
background-color: rgb(255 255 255 / 0.07);
|
|
6498
7329
|
}
|
|
@@ -6515,6 +7346,9 @@ video {
|
|
|
6515
7346
|
--tw-bg-opacity: 1;
|
|
6516
7347
|
background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
|
|
6517
7348
|
}
|
|
7349
|
+
.hover\:bg-zinc-700\/10:hover {
|
|
7350
|
+
background-color: rgb(63 63 70 / 0.1);
|
|
7351
|
+
}
|
|
6518
7352
|
.hover\:bg-zinc-800:hover {
|
|
6519
7353
|
--tw-bg-opacity: 1;
|
|
6520
7354
|
background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
|
|
@@ -6759,6 +7593,10 @@ video {
|
|
|
6759
7593
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
6760
7594
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
6761
7595
|
}
|
|
7596
|
+
.focus-visible\:ring-\[\#6B97FF\]:focus-visible {
|
|
7597
|
+
--tw-ring-opacity: 1;
|
|
7598
|
+
--tw-ring-color: rgb(107 151 255 / var(--tw-ring-opacity, 1));
|
|
7599
|
+
}
|
|
6762
7600
|
.focus-visible\:ring-zinc-600\/70:focus-visible {
|
|
6763
7601
|
--tw-ring-color: rgb(82 82 91 / 0.7);
|
|
6764
7602
|
}
|
|
@@ -6822,6 +7660,9 @@ video {
|
|
|
6822
7660
|
--tw-scale-y: 1.03;
|
|
6823
7661
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
6824
7662
|
}
|
|
7663
|
+
.group:hover .group-hover\:bg-cyan-400\/70 {
|
|
7664
|
+
background-color: rgb(34 211 238 / 0.7);
|
|
7665
|
+
}
|
|
6825
7666
|
.group:hover .group-hover\:bg-zinc-400 {
|
|
6826
7667
|
--tw-bg-opacity: 1;
|
|
6827
7668
|
background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
|
|
@@ -6849,6 +7690,10 @@ video {
|
|
|
6849
7690
|
--tw-bg-opacity: 1;
|
|
6850
7691
|
background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
|
|
6851
7692
|
}
|
|
7693
|
+
.group:focus-visible .group-focus-visible\:bg-cyan-400 {
|
|
7694
|
+
--tw-bg-opacity: 1;
|
|
7695
|
+
background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
|
|
7696
|
+
}
|
|
6852
7697
|
.group:focus-visible .group-focus-visible\:bg-zinc-700 {
|
|
6853
7698
|
--tw-bg-opacity: 1;
|
|
6854
7699
|
background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
|
|
@@ -6872,17 +7717,12 @@ video {
|
|
|
6872
7717
|
--tw-translate-y: -0.25rem;
|
|
6873
7718
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
6874
7719
|
}
|
|
6875
|
-
.data-\[state\=checked\]\:translate-x-5[data-state="checked"] {
|
|
6876
|
-
--tw-translate-x: 1.25rem;
|
|
6877
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
6878
|
-
}
|
|
6879
|
-
.data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
|
|
6880
|
-
--tw-translate-x: 0px;
|
|
6881
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
6882
|
-
}
|
|
6883
7720
|
.data-\[state\=checked\]\:border-emerald-400\/40[data-state="checked"] {
|
|
6884
7721
|
border-color: rgb(52 211 153 / 0.4);
|
|
6885
7722
|
}
|
|
7723
|
+
.data-\[state\=checked\]\:bg-\[var\(--switch-track-on\)\][data-state="checked"] {
|
|
7724
|
+
background-color: var(--switch-track-on);
|
|
7725
|
+
}
|
|
6886
7726
|
.data-\[state\=checked\]\:bg-amber-500[data-state="checked"] {
|
|
6887
7727
|
--tw-bg-opacity: 1;
|
|
6888
7728
|
background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
|
|
@@ -6921,10 +7761,25 @@ video {
|
|
|
6921
7761
|
.data-\[disabled\]\:opacity-50[data-disabled] {
|
|
6922
7762
|
opacity: 0.5;
|
|
6923
7763
|
}
|
|
7764
|
+
.prose-headings\:break-words :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
|
|
7765
|
+
overflow-wrap: break-word;
|
|
7766
|
+
}
|
|
6924
7767
|
.prose-headings\:text-zinc-50 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
|
|
6925
7768
|
--tw-text-opacity: 1;
|
|
6926
7769
|
color: rgb(250 250 250 / var(--tw-text-opacity, 1));
|
|
6927
7770
|
}
|
|
7771
|
+
.prose-h1\:text-3xl :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
|
|
7772
|
+
font-size: 1.875rem;
|
|
7773
|
+
line-height: 2.25rem;
|
|
7774
|
+
}
|
|
7775
|
+
.prose-h2\:text-2xl :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
|
|
7776
|
+
font-size: 1.5rem;
|
|
7777
|
+
line-height: 2rem;
|
|
7778
|
+
}
|
|
7779
|
+
.prose-h3\:text-xl :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
|
|
7780
|
+
font-size: 1.25rem;
|
|
7781
|
+
line-height: 1.75rem;
|
|
7782
|
+
}
|
|
6928
7783
|
.prose-p\:text-zinc-300 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
|
|
6929
7784
|
--tw-text-opacity: 1;
|
|
6930
7785
|
color: rgb(212 212 216 / var(--tw-text-opacity, 1));
|
|
@@ -6933,6 +7788,9 @@ video {
|
|
|
6933
7788
|
--tw-text-opacity: 1;
|
|
6934
7789
|
color: rgb(244 244 245 / var(--tw-text-opacity, 1));
|
|
6935
7790
|
}
|
|
7791
|
+
.prose-code\:break-all :is(:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
|
|
7792
|
+
word-break: break-all;
|
|
7793
|
+
}
|
|
6936
7794
|
.prose-code\:text-zinc-100 :is(:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
|
|
6937
7795
|
--tw-text-opacity: 1;
|
|
6938
7796
|
color: rgb(244 244 245 / var(--tw-text-opacity, 1));
|
|
@@ -7364,6 +8222,10 @@ video {
|
|
|
7364
8222
|
max-width: 148px;
|
|
7365
8223
|
}
|
|
7366
8224
|
|
|
8225
|
+
.sm\:max-w-\[14rem\] {
|
|
8226
|
+
max-width: 14rem;
|
|
8227
|
+
}
|
|
8228
|
+
|
|
7367
8229
|
.sm\:max-w-\[156px\] {
|
|
7368
8230
|
max-width: 156px;
|
|
7369
8231
|
}
|
|
@@ -7440,6 +8302,14 @@ video {
|
|
|
7440
8302
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
7441
8303
|
}
|
|
7442
8304
|
|
|
8305
|
+
.sm\:grid-cols-\[1\.05fr_0\.95fr\] {
|
|
8306
|
+
grid-template-columns: 1.05fr 0.95fr;
|
|
8307
|
+
}
|
|
8308
|
+
|
|
8309
|
+
.sm\:grid-cols-\[180px_minmax\(0\2c 1fr\)\] {
|
|
8310
|
+
grid-template-columns: 180px minmax(0,1fr);
|
|
8311
|
+
}
|
|
8312
|
+
|
|
7443
8313
|
.sm\:grid-cols-\[1fr_auto\] {
|
|
7444
8314
|
grid-template-columns: 1fr auto;
|
|
7445
8315
|
}
|
|
@@ -7502,10 +8372,20 @@ video {
|
|
|
7502
8372
|
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
7503
8373
|
}
|
|
7504
8374
|
|
|
8375
|
+
.sm\:self-auto {
|
|
8376
|
+
align-self: auto;
|
|
8377
|
+
}
|
|
8378
|
+
|
|
7505
8379
|
.sm\:overflow-visible {
|
|
7506
8380
|
overflow: visible;
|
|
7507
8381
|
}
|
|
7508
8382
|
|
|
8383
|
+
.sm\:truncate {
|
|
8384
|
+
overflow: hidden;
|
|
8385
|
+
text-overflow: ellipsis;
|
|
8386
|
+
white-space: nowrap;
|
|
8387
|
+
}
|
|
8388
|
+
|
|
7509
8389
|
.sm\:rounded-lg {
|
|
7510
8390
|
border-radius: 0.5rem;
|
|
7511
8391
|
}
|
|
@@ -7518,10 +8398,18 @@ video {
|
|
|
7518
8398
|
border-bottom-width: 0px;
|
|
7519
8399
|
}
|
|
7520
8400
|
|
|
8401
|
+
.sm\:border-l {
|
|
8402
|
+
border-left-width: 1px;
|
|
8403
|
+
}
|
|
8404
|
+
|
|
7521
8405
|
.sm\:border-r {
|
|
7522
8406
|
border-right-width: 1px;
|
|
7523
8407
|
}
|
|
7524
8408
|
|
|
8409
|
+
.sm\:border-t-0 {
|
|
8410
|
+
border-top-width: 0px;
|
|
8411
|
+
}
|
|
8412
|
+
|
|
7525
8413
|
.sm\:bg-transparent {
|
|
7526
8414
|
background-color: transparent;
|
|
7527
8415
|
}
|
|
@@ -7676,6 +8564,10 @@ video {
|
|
|
7676
8564
|
font-size: 15px;
|
|
7677
8565
|
}
|
|
7678
8566
|
|
|
8567
|
+
.sm\:text-\[2\.4rem\] {
|
|
8568
|
+
font-size: 2.4rem;
|
|
8569
|
+
}
|
|
8570
|
+
|
|
7679
8571
|
.sm\:text-\[24px\] {
|
|
7680
8572
|
font-size: 24px;
|
|
7681
8573
|
}
|
|
@@ -7832,6 +8724,10 @@ video {
|
|
|
7832
8724
|
height: calc(100vh - 31rem);
|
|
7833
8725
|
}
|
|
7834
8726
|
|
|
8727
|
+
.lg\:w-auto {
|
|
8728
|
+
width: auto;
|
|
8729
|
+
}
|
|
8730
|
+
|
|
7835
8731
|
.lg\:grid-cols-2 {
|
|
7836
8732
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
7837
8733
|
}
|
|
@@ -7936,6 +8832,10 @@ video {
|
|
|
7936
8832
|
border-top-width: 0px;
|
|
7937
8833
|
}
|
|
7938
8834
|
|
|
8835
|
+
.lg\:p-6 {
|
|
8836
|
+
padding: 1.5rem;
|
|
8837
|
+
}
|
|
8838
|
+
|
|
7939
8839
|
.lg\:px-6 {
|
|
7940
8840
|
padding-left: 1.5rem;
|
|
7941
8841
|
padding-right: 1.5rem;
|
|
@@ -8003,6 +8903,10 @@ video {
|
|
|
8003
8903
|
display: grid;
|
|
8004
8904
|
}
|
|
8005
8905
|
|
|
8906
|
+
.xl\:hidden {
|
|
8907
|
+
display: none;
|
|
8908
|
+
}
|
|
8909
|
+
|
|
8006
8910
|
.xl\:h-\[calc\(100vh-18rem\)\] {
|
|
8007
8911
|
height: calc(100vh - 18rem);
|
|
8008
8912
|
}
|
|
@@ -8083,6 +8987,10 @@ video {
|
|
|
8083
8987
|
grid-template-columns: 320px minmax(0,1fr);
|
|
8084
8988
|
}
|
|
8085
8989
|
|
|
8990
|
+
.xl\:grid-cols-\[minmax\(0\2c 0\.92fr\)_minmax\(0\2c 1\.25fr\)\] {
|
|
8991
|
+
grid-template-columns: minmax(0,0.92fr) minmax(0,1.25fr);
|
|
8992
|
+
}
|
|
8993
|
+
|
|
8086
8994
|
.xl\:grid-cols-\[minmax\(0\2c 1\.05fr\)_minmax\(0\2c 0\.95fr\)\] {
|
|
8087
8995
|
grid-template-columns: minmax(0,1.05fr) minmax(0,0.95fr);
|
|
8088
8996
|
}
|