@blank-utils/llm 0.3.19 → 0.4.0
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/{chunk-UGYWT6UB.js → chunk-PTPT4EPO.js} +123 -118
- package/dist/index.css +245 -403
- package/dist/index.js +1 -1
- package/dist/react/index.css +245 -403
- package/dist/react/index.js +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1932,203 +1932,203 @@ video {
|
|
|
1932
1932
|
.prose :where(.prose > :last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1933
1933
|
margin-bottom: 0;
|
|
1934
1934
|
}
|
|
1935
|
-
.prose-
|
|
1936
|
-
font-size:
|
|
1937
|
-
line-height: 1.
|
|
1935
|
+
.prose-base {
|
|
1936
|
+
font-size: 1rem;
|
|
1937
|
+
line-height: 1.75;
|
|
1938
1938
|
}
|
|
1939
|
-
.prose-
|
|
1940
|
-
margin-top: 1.
|
|
1941
|
-
margin-bottom: 1.
|
|
1939
|
+
.prose-base :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1940
|
+
margin-top: 1.25em;
|
|
1941
|
+
margin-bottom: 1.25em;
|
|
1942
1942
|
}
|
|
1943
|
-
.prose-
|
|
1944
|
-
font-size: 1.
|
|
1945
|
-
line-height: 1.
|
|
1946
|
-
margin-top:
|
|
1947
|
-
margin-bottom:
|
|
1943
|
+
.prose-base :where([class~=lead]):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1944
|
+
font-size: 1.25em;
|
|
1945
|
+
line-height: 1.6;
|
|
1946
|
+
margin-top: 1.2em;
|
|
1947
|
+
margin-bottom: 1.2em;
|
|
1948
1948
|
}
|
|
1949
|
-
.prose-
|
|
1950
|
-
margin-top: 1.
|
|
1951
|
-
margin-bottom: 1.
|
|
1952
|
-
padding-inline-start:
|
|
1949
|
+
.prose-base :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1950
|
+
margin-top: 1.6em;
|
|
1951
|
+
margin-bottom: 1.6em;
|
|
1952
|
+
padding-inline-start: 1em;
|
|
1953
1953
|
}
|
|
1954
|
-
.prose-
|
|
1955
|
-
font-size: 2.
|
|
1954
|
+
.prose-base :where(h1):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1955
|
+
font-size: 2.25em;
|
|
1956
1956
|
margin-top: 0;
|
|
1957
|
-
margin-bottom: 0.
|
|
1958
|
-
line-height: 1.
|
|
1957
|
+
margin-bottom: 0.8888889em;
|
|
1958
|
+
line-height: 1.1111111;
|
|
1959
|
+
}
|
|
1960
|
+
.prose-base :where(h2):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1961
|
+
font-size: 1.5em;
|
|
1962
|
+
margin-top: 2em;
|
|
1963
|
+
margin-bottom: 1em;
|
|
1964
|
+
line-height: 1.3333333;
|
|
1959
1965
|
}
|
|
1960
|
-
.prose-
|
|
1961
|
-
font-size: 1.
|
|
1966
|
+
.prose-base :where(h3):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1967
|
+
font-size: 1.25em;
|
|
1962
1968
|
margin-top: 1.6em;
|
|
1963
|
-
margin-bottom: 0.
|
|
1964
|
-
line-height: 1.
|
|
1965
|
-
}
|
|
1966
|
-
.prose-sm :where(h3):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1967
|
-
font-size: 1.2857143em;
|
|
1968
|
-
margin-top: 1.5555556em;
|
|
1969
|
-
margin-bottom: 0.4444444em;
|
|
1970
|
-
line-height: 1.5555556;
|
|
1971
|
-
}
|
|
1972
|
-
.prose-sm :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1973
|
-
margin-top: 1.4285714em;
|
|
1974
|
-
margin-bottom: 0.5714286em;
|
|
1975
|
-
line-height: 1.4285714;
|
|
1969
|
+
margin-bottom: 0.6em;
|
|
1970
|
+
line-height: 1.6;
|
|
1976
1971
|
}
|
|
1977
|
-
.prose-
|
|
1978
|
-
margin-top: 1.
|
|
1979
|
-
margin-bottom:
|
|
1972
|
+
.prose-base :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1973
|
+
margin-top: 1.5em;
|
|
1974
|
+
margin-bottom: 0.5em;
|
|
1975
|
+
line-height: 1.5;
|
|
1980
1976
|
}
|
|
1981
|
-
.prose-
|
|
1982
|
-
margin-top:
|
|
1983
|
-
margin-bottom:
|
|
1977
|
+
.prose-base :where(img):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1978
|
+
margin-top: 2em;
|
|
1979
|
+
margin-bottom: 2em;
|
|
1984
1980
|
}
|
|
1985
|
-
.prose-
|
|
1981
|
+
.prose-base :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1982
|
+
margin-top: 2em;
|
|
1983
|
+
margin-bottom: 2em;
|
|
1984
|
+
}
|
|
1985
|
+
.prose-base :where(picture > img):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1986
1986
|
margin-top: 0;
|
|
1987
1987
|
margin-bottom: 0;
|
|
1988
1988
|
}
|
|
1989
|
-
.prose-
|
|
1990
|
-
margin-top:
|
|
1991
|
-
margin-bottom:
|
|
1989
|
+
.prose-base :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1990
|
+
margin-top: 2em;
|
|
1991
|
+
margin-bottom: 2em;
|
|
1992
1992
|
}
|
|
1993
|
-
.prose-
|
|
1994
|
-
font-size: 0.
|
|
1993
|
+
.prose-base :where(kbd):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1994
|
+
font-size: 0.875em;
|
|
1995
1995
|
border-radius: 0.3125rem;
|
|
1996
|
-
padding-top: 0.
|
|
1997
|
-
padding-inline-end: 0.
|
|
1998
|
-
padding-bottom: 0.
|
|
1999
|
-
padding-inline-start: 0.
|
|
1996
|
+
padding-top: 0.1875em;
|
|
1997
|
+
padding-inline-end: 0.375em;
|
|
1998
|
+
padding-bottom: 0.1875em;
|
|
1999
|
+
padding-inline-start: 0.375em;
|
|
2000
2000
|
}
|
|
2001
|
-
.prose-
|
|
2002
|
-
font-size: 0.
|
|
2001
|
+
.prose-base :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2002
|
+
font-size: 0.875em;
|
|
2003
2003
|
}
|
|
2004
|
-
.prose-
|
|
2005
|
-
font-size: 0.
|
|
2004
|
+
.prose-base :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2005
|
+
font-size: 0.875em;
|
|
2006
2006
|
}
|
|
2007
|
-
.prose-
|
|
2008
|
-
font-size: 0.
|
|
2007
|
+
.prose-base :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2008
|
+
font-size: 0.9em;
|
|
2009
2009
|
}
|
|
2010
|
-
.prose-
|
|
2011
|
-
font-size: 0.
|
|
2012
|
-
line-height: 1.
|
|
2013
|
-
margin-top: 1.
|
|
2014
|
-
margin-bottom: 1.
|
|
2015
|
-
border-radius: 0.
|
|
2016
|
-
padding-top: 0.
|
|
2017
|
-
padding-inline-end:
|
|
2018
|
-
padding-bottom: 0.
|
|
2019
|
-
padding-inline-start:
|
|
2010
|
+
.prose-base :where(pre):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2011
|
+
font-size: 0.875em;
|
|
2012
|
+
line-height: 1.7142857;
|
|
2013
|
+
margin-top: 1.7142857em;
|
|
2014
|
+
margin-bottom: 1.7142857em;
|
|
2015
|
+
border-radius: 0.375rem;
|
|
2016
|
+
padding-top: 0.8571429em;
|
|
2017
|
+
padding-inline-end: 1.1428571em;
|
|
2018
|
+
padding-bottom: 0.8571429em;
|
|
2019
|
+
padding-inline-start: 1.1428571em;
|
|
2020
2020
|
}
|
|
2021
|
-
.prose-
|
|
2022
|
-
margin-top: 1.
|
|
2023
|
-
margin-bottom: 1.
|
|
2024
|
-
padding-inline-start: 1.
|
|
2021
|
+
.prose-base :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2022
|
+
margin-top: 1.25em;
|
|
2023
|
+
margin-bottom: 1.25em;
|
|
2024
|
+
padding-inline-start: 1.625em;
|
|
2025
2025
|
}
|
|
2026
|
-
.prose-
|
|
2027
|
-
margin-top: 1.
|
|
2028
|
-
margin-bottom: 1.
|
|
2029
|
-
padding-inline-start: 1.
|
|
2026
|
+
.prose-base :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2027
|
+
margin-top: 1.25em;
|
|
2028
|
+
margin-bottom: 1.25em;
|
|
2029
|
+
padding-inline-start: 1.625em;
|
|
2030
2030
|
}
|
|
2031
|
-
.prose-
|
|
2032
|
-
margin-top: 0.
|
|
2033
|
-
margin-bottom: 0.
|
|
2031
|
+
.prose-base :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2032
|
+
margin-top: 0.5em;
|
|
2033
|
+
margin-bottom: 0.5em;
|
|
2034
2034
|
}
|
|
2035
|
-
.prose-
|
|
2036
|
-
padding-inline-start: 0.
|
|
2035
|
+
.prose-base :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2036
|
+
padding-inline-start: 0.375em;
|
|
2037
2037
|
}
|
|
2038
|
-
.prose-
|
|
2039
|
-
padding-inline-start: 0.
|
|
2038
|
+
.prose-base :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2039
|
+
padding-inline-start: 0.375em;
|
|
2040
2040
|
}
|
|
2041
|
-
.prose-
|
|
2042
|
-
margin-top: 0.
|
|
2043
|
-
margin-bottom: 0.
|
|
2041
|
+
.prose-base :where(.prose-base > ul > li p):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2042
|
+
margin-top: 0.75em;
|
|
2043
|
+
margin-bottom: 0.75em;
|
|
2044
2044
|
}
|
|
2045
|
-
.prose-
|
|
2046
|
-
margin-top: 1.
|
|
2045
|
+
.prose-base :where(.prose-base > ul > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2046
|
+
margin-top: 1.25em;
|
|
2047
2047
|
}
|
|
2048
|
-
.prose-
|
|
2049
|
-
margin-bottom: 1.
|
|
2048
|
+
.prose-base :where(.prose-base > ul > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2049
|
+
margin-bottom: 1.25em;
|
|
2050
2050
|
}
|
|
2051
|
-
.prose-
|
|
2052
|
-
margin-top: 1.
|
|
2051
|
+
.prose-base :where(.prose-base > ol > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2052
|
+
margin-top: 1.25em;
|
|
2053
2053
|
}
|
|
2054
|
-
.prose-
|
|
2055
|
-
margin-bottom: 1.
|
|
2054
|
+
.prose-base :where(.prose-base > ol > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2055
|
+
margin-bottom: 1.25em;
|
|
2056
2056
|
}
|
|
2057
|
-
.prose-
|
|
2058
|
-
margin-top: 0.
|
|
2059
|
-
margin-bottom: 0.
|
|
2057
|
+
.prose-base :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2058
|
+
margin-top: 0.75em;
|
|
2059
|
+
margin-bottom: 0.75em;
|
|
2060
2060
|
}
|
|
2061
|
-
.prose-
|
|
2062
|
-
margin-top: 1.
|
|
2063
|
-
margin-bottom: 1.
|
|
2061
|
+
.prose-base :where(dl):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2062
|
+
margin-top: 1.25em;
|
|
2063
|
+
margin-bottom: 1.25em;
|
|
2064
2064
|
}
|
|
2065
|
-
.prose-
|
|
2066
|
-
margin-top: 1.
|
|
2065
|
+
.prose-base :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2066
|
+
margin-top: 1.25em;
|
|
2067
2067
|
}
|
|
2068
|
-
.prose-
|
|
2069
|
-
margin-top: 0.
|
|
2070
|
-
padding-inline-start: 1.
|
|
2068
|
+
.prose-base :where(dd):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2069
|
+
margin-top: 0.5em;
|
|
2070
|
+
padding-inline-start: 1.625em;
|
|
2071
2071
|
}
|
|
2072
|
-
.prose-
|
|
2073
|
-
margin-top:
|
|
2074
|
-
margin-bottom:
|
|
2072
|
+
.prose-base :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2073
|
+
margin-top: 3em;
|
|
2074
|
+
margin-bottom: 3em;
|
|
2075
2075
|
}
|
|
2076
|
-
.prose-
|
|
2076
|
+
.prose-base :where(hr + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2077
2077
|
margin-top: 0;
|
|
2078
2078
|
}
|
|
2079
|
-
.prose-
|
|
2079
|
+
.prose-base :where(h2 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2080
2080
|
margin-top: 0;
|
|
2081
2081
|
}
|
|
2082
|
-
.prose-
|
|
2082
|
+
.prose-base :where(h3 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2083
2083
|
margin-top: 0;
|
|
2084
2084
|
}
|
|
2085
|
-
.prose-
|
|
2085
|
+
.prose-base :where(h4 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2086
2086
|
margin-top: 0;
|
|
2087
2087
|
}
|
|
2088
|
-
.prose-
|
|
2089
|
-
font-size: 0.
|
|
2090
|
-
line-height: 1.
|
|
2088
|
+
.prose-base :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2089
|
+
font-size: 0.875em;
|
|
2090
|
+
line-height: 1.7142857;
|
|
2091
2091
|
}
|
|
2092
|
-
.prose-
|
|
2093
|
-
padding-inline-end:
|
|
2094
|
-
padding-bottom: 0.
|
|
2095
|
-
padding-inline-start:
|
|
2092
|
+
.prose-base :where(thead th):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2093
|
+
padding-inline-end: 0.5714286em;
|
|
2094
|
+
padding-bottom: 0.5714286em;
|
|
2095
|
+
padding-inline-start: 0.5714286em;
|
|
2096
2096
|
}
|
|
2097
|
-
.prose-
|
|
2097
|
+
.prose-base :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2098
2098
|
padding-inline-start: 0;
|
|
2099
2099
|
}
|
|
2100
|
-
.prose-
|
|
2100
|
+
.prose-base :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2101
2101
|
padding-inline-end: 0;
|
|
2102
2102
|
}
|
|
2103
|
-
.prose-
|
|
2104
|
-
padding-top: 0.
|
|
2105
|
-
padding-inline-end:
|
|
2106
|
-
padding-bottom: 0.
|
|
2107
|
-
padding-inline-start:
|
|
2103
|
+
.prose-base :where(tbody td, tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2104
|
+
padding-top: 0.5714286em;
|
|
2105
|
+
padding-inline-end: 0.5714286em;
|
|
2106
|
+
padding-bottom: 0.5714286em;
|
|
2107
|
+
padding-inline-start: 0.5714286em;
|
|
2108
2108
|
}
|
|
2109
|
-
.prose-
|
|
2109
|
+
.prose-base :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2110
2110
|
padding-inline-start: 0;
|
|
2111
2111
|
}
|
|
2112
|
-
.prose-
|
|
2112
|
+
.prose-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2113
2113
|
padding-inline-end: 0;
|
|
2114
2114
|
}
|
|
2115
|
-
.prose-
|
|
2116
|
-
margin-top:
|
|
2117
|
-
margin-bottom:
|
|
2115
|
+
.prose-base :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2116
|
+
margin-top: 2em;
|
|
2117
|
+
margin-bottom: 2em;
|
|
2118
2118
|
}
|
|
2119
|
-
.prose-
|
|
2119
|
+
.prose-base :where(figure > *):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2120
2120
|
margin-top: 0;
|
|
2121
2121
|
margin-bottom: 0;
|
|
2122
2122
|
}
|
|
2123
|
-
.prose-
|
|
2124
|
-
font-size: 0.
|
|
2125
|
-
line-height: 1.
|
|
2126
|
-
margin-top: 0.
|
|
2123
|
+
.prose-base :where(figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2124
|
+
font-size: 0.875em;
|
|
2125
|
+
line-height: 1.4285714;
|
|
2126
|
+
margin-top: 0.8571429em;
|
|
2127
2127
|
}
|
|
2128
|
-
.prose-
|
|
2128
|
+
.prose-base :where(.prose-base > :first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2129
2129
|
margin-top: 0;
|
|
2130
2130
|
}
|
|
2131
|
-
.prose-
|
|
2131
|
+
.prose-base :where(.prose-base > :last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2132
2132
|
margin-bottom: 0;
|
|
2133
2133
|
}
|
|
2134
2134
|
.pointer-events-none {
|
|
@@ -2214,10 +2214,6 @@ video {
|
|
|
2214
2214
|
.m-0 {
|
|
2215
2215
|
margin: 0px;
|
|
2216
2216
|
}
|
|
2217
|
-
.mx-2 {
|
|
2218
|
-
margin-left: 0.5rem;
|
|
2219
|
-
margin-right: 0.5rem;
|
|
2220
|
-
}
|
|
2221
2217
|
.mx-4 {
|
|
2222
2218
|
margin-left: 1rem;
|
|
2223
2219
|
margin-right: 1rem;
|
|
@@ -2226,18 +2222,10 @@ video {
|
|
|
2226
2222
|
margin-left: 1.5rem;
|
|
2227
2223
|
margin-right: 1.5rem;
|
|
2228
2224
|
}
|
|
2229
|
-
.my-2 {
|
|
2230
|
-
margin-top: 0.5rem;
|
|
2231
|
-
margin-bottom: 0.5rem;
|
|
2232
|
-
}
|
|
2233
2225
|
.my-4 {
|
|
2234
2226
|
margin-top: 1rem;
|
|
2235
2227
|
margin-bottom: 1rem;
|
|
2236
2228
|
}
|
|
2237
|
-
.my-5 {
|
|
2238
|
-
margin-top: 1.25rem;
|
|
2239
|
-
margin-bottom: 1.25rem;
|
|
2240
|
-
}
|
|
2241
2229
|
.my-6 {
|
|
2242
2230
|
margin-top: 1.5rem;
|
|
2243
2231
|
margin-bottom: 1.5rem;
|
|
@@ -2257,8 +2245,8 @@ video {
|
|
|
2257
2245
|
.mb-4 {
|
|
2258
2246
|
margin-bottom: 1rem;
|
|
2259
2247
|
}
|
|
2260
|
-
.mb-
|
|
2261
|
-
margin-bottom:
|
|
2248
|
+
.mb-6 {
|
|
2249
|
+
margin-bottom: 1.5rem;
|
|
2262
2250
|
}
|
|
2263
2251
|
.ml-1 {
|
|
2264
2252
|
margin-left: 0.25rem;
|
|
@@ -2269,15 +2257,9 @@ video {
|
|
|
2269
2257
|
.ml-6 {
|
|
2270
2258
|
margin-left: 1.5rem;
|
|
2271
2259
|
}
|
|
2272
|
-
.mr-2 {
|
|
2273
|
-
margin-right: 0.5rem;
|
|
2274
|
-
}
|
|
2275
2260
|
.mt-1 {
|
|
2276
2261
|
margin-top: 0.25rem;
|
|
2277
2262
|
}
|
|
2278
|
-
.mt-12 {
|
|
2279
|
-
margin-top: 3rem;
|
|
2280
|
-
}
|
|
2281
2263
|
.mt-2 {
|
|
2282
2264
|
margin-top: 0.5rem;
|
|
2283
2265
|
}
|
|
@@ -2287,15 +2269,9 @@ video {
|
|
|
2287
2269
|
.mt-4 {
|
|
2288
2270
|
margin-top: 1rem;
|
|
2289
2271
|
}
|
|
2290
|
-
.mt-5 {
|
|
2291
|
-
margin-top: 1.25rem;
|
|
2292
|
-
}
|
|
2293
2272
|
.mt-6 {
|
|
2294
2273
|
margin-top: 1.5rem;
|
|
2295
2274
|
}
|
|
2296
|
-
.mt-8 {
|
|
2297
|
-
margin-top: 2rem;
|
|
2298
|
-
}
|
|
2299
2275
|
.block {
|
|
2300
2276
|
display: block;
|
|
2301
2277
|
}
|
|
@@ -2328,20 +2304,11 @@ video {
|
|
|
2328
2304
|
width: 100%;
|
|
2329
2305
|
height: 100%;
|
|
2330
2306
|
}
|
|
2331
|
-
.h-1\.5 {
|
|
2332
|
-
height: 0.375rem;
|
|
2333
|
-
}
|
|
2334
2307
|
.h-16 {
|
|
2335
2308
|
height: 4rem;
|
|
2336
2309
|
}
|
|
2337
|
-
.h-
|
|
2338
|
-
height:
|
|
2339
|
-
}
|
|
2340
|
-
.h-20 {
|
|
2341
|
-
height: 5rem;
|
|
2342
|
-
}
|
|
2343
|
-
.h-3 {
|
|
2344
|
-
height: 0.75rem;
|
|
2310
|
+
.h-24 {
|
|
2311
|
+
height: 6rem;
|
|
2345
2312
|
}
|
|
2346
2313
|
.h-4 {
|
|
2347
2314
|
height: 1rem;
|
|
@@ -2349,9 +2316,6 @@ video {
|
|
|
2349
2316
|
.h-5 {
|
|
2350
2317
|
height: 1.25rem;
|
|
2351
2318
|
}
|
|
2352
|
-
.h-6 {
|
|
2353
|
-
height: 1.5rem;
|
|
2354
|
-
}
|
|
2355
2319
|
.h-8 {
|
|
2356
2320
|
height: 2rem;
|
|
2357
2321
|
}
|
|
@@ -2382,20 +2346,11 @@ video {
|
|
|
2382
2346
|
.min-h-\[24px\] {
|
|
2383
2347
|
min-height: 24px;
|
|
2384
2348
|
}
|
|
2385
|
-
.w-1\.5 {
|
|
2386
|
-
width: 0.375rem;
|
|
2387
|
-
}
|
|
2388
2349
|
.w-16 {
|
|
2389
2350
|
width: 4rem;
|
|
2390
2351
|
}
|
|
2391
|
-
.w-
|
|
2392
|
-
width:
|
|
2393
|
-
}
|
|
2394
|
-
.w-20 {
|
|
2395
|
-
width: 5rem;
|
|
2396
|
-
}
|
|
2397
|
-
.w-3 {
|
|
2398
|
-
width: 0.75rem;
|
|
2352
|
+
.w-24 {
|
|
2353
|
+
width: 6rem;
|
|
2399
2354
|
}
|
|
2400
2355
|
.w-4 {
|
|
2401
2356
|
width: 1rem;
|
|
@@ -2403,9 +2358,6 @@ video {
|
|
|
2403
2358
|
.w-5 {
|
|
2404
2359
|
width: 1.25rem;
|
|
2405
2360
|
}
|
|
2406
|
-
.w-6 {
|
|
2407
|
-
width: 1.5rem;
|
|
2408
|
-
}
|
|
2409
2361
|
.w-72 {
|
|
2410
2362
|
width: 18rem;
|
|
2411
2363
|
}
|
|
@@ -2415,6 +2367,9 @@ video {
|
|
|
2415
2367
|
.w-full {
|
|
2416
2368
|
width: 100%;
|
|
2417
2369
|
}
|
|
2370
|
+
.min-w-0 {
|
|
2371
|
+
min-width: 0px;
|
|
2372
|
+
}
|
|
2418
2373
|
.min-w-\[120px\] {
|
|
2419
2374
|
min-width: 120px;
|
|
2420
2375
|
}
|
|
@@ -2427,6 +2382,9 @@ video {
|
|
|
2427
2382
|
.max-w-none {
|
|
2428
2383
|
max-width: none;
|
|
2429
2384
|
}
|
|
2385
|
+
.max-w-sm {
|
|
2386
|
+
max-width: 24rem;
|
|
2387
|
+
}
|
|
2430
2388
|
.flex-1 {
|
|
2431
2389
|
flex: 1 1 0%;
|
|
2432
2390
|
}
|
|
@@ -2495,12 +2453,6 @@ video {
|
|
|
2495
2453
|
.flex-wrap {
|
|
2496
2454
|
flex-wrap: wrap;
|
|
2497
2455
|
}
|
|
2498
|
-
.items-start {
|
|
2499
|
-
align-items: flex-start;
|
|
2500
|
-
}
|
|
2501
|
-
.items-end {
|
|
2502
|
-
align-items: flex-end;
|
|
2503
|
-
}
|
|
2504
2456
|
.items-center {
|
|
2505
2457
|
align-items: center;
|
|
2506
2458
|
}
|
|
@@ -2516,8 +2468,8 @@ video {
|
|
|
2516
2468
|
.gap-1 {
|
|
2517
2469
|
gap: 0.25rem;
|
|
2518
2470
|
}
|
|
2519
|
-
.gap-
|
|
2520
|
-
gap:
|
|
2471
|
+
.gap-12 {
|
|
2472
|
+
gap: 3rem;
|
|
2521
2473
|
}
|
|
2522
2474
|
.gap-2 {
|
|
2523
2475
|
gap: 0.5rem;
|
|
@@ -2528,6 +2480,9 @@ video {
|
|
|
2528
2480
|
.gap-4 {
|
|
2529
2481
|
gap: 1rem;
|
|
2530
2482
|
}
|
|
2483
|
+
.gap-6 {
|
|
2484
|
+
gap: 1.5rem;
|
|
2485
|
+
}
|
|
2531
2486
|
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
|
|
2532
2487
|
--tw-space-x-reverse: 0;
|
|
2533
2488
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
@@ -2599,33 +2554,15 @@ video {
|
|
|
2599
2554
|
.border-b-2 {
|
|
2600
2555
|
border-bottom-width: 2px;
|
|
2601
2556
|
}
|
|
2602
|
-
.border-l {
|
|
2603
|
-
border-left-width: 1px;
|
|
2604
|
-
}
|
|
2605
2557
|
.border-l-4 {
|
|
2606
2558
|
border-left-width: 4px;
|
|
2607
2559
|
}
|
|
2608
|
-
.border-
|
|
2609
|
-
border-
|
|
2610
|
-
}
|
|
2611
|
-
.border-dashed {
|
|
2612
|
-
border-style: dashed;
|
|
2560
|
+
.border-r {
|
|
2561
|
+
border-right-width: 1px;
|
|
2613
2562
|
}
|
|
2614
2563
|
.border-none {
|
|
2615
2564
|
border-style: none;
|
|
2616
2565
|
}
|
|
2617
|
-
.border-black\/10 {
|
|
2618
|
-
border-color: rgb(0 0 0 / 0.1);
|
|
2619
|
-
}
|
|
2620
|
-
.border-black\/20 {
|
|
2621
|
-
border-color: rgb(0 0 0 / 0.2);
|
|
2622
|
-
}
|
|
2623
|
-
.border-black\/30 {
|
|
2624
|
-
border-color: rgb(0 0 0 / 0.3);
|
|
2625
|
-
}
|
|
2626
|
-
.border-black\/5 {
|
|
2627
|
-
border-color: rgb(0 0 0 / 0.05);
|
|
2628
|
-
}
|
|
2629
2566
|
.border-current {
|
|
2630
2567
|
border-color: currentColor;
|
|
2631
2568
|
}
|
|
@@ -2635,6 +2572,19 @@ video {
|
|
|
2635
2572
|
.border-red-500\/30 {
|
|
2636
2573
|
border-color: rgb(239 68 68 / 0.3);
|
|
2637
2574
|
}
|
|
2575
|
+
.border-white\/10 {
|
|
2576
|
+
border-color: rgb(255 255 255 / 0.1);
|
|
2577
|
+
}
|
|
2578
|
+
.border-white\/20 {
|
|
2579
|
+
border-color: rgb(255 255 255 / 0.2);
|
|
2580
|
+
}
|
|
2581
|
+
.border-white\/30 {
|
|
2582
|
+
border-color: rgb(255 255 255 / 0.3);
|
|
2583
|
+
}
|
|
2584
|
+
.bg-\[\#fafafa\] {
|
|
2585
|
+
--tw-bg-opacity: 1;
|
|
2586
|
+
background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
|
|
2587
|
+
}
|
|
2638
2588
|
.bg-\[var\(--sdm-tbg\)\] {
|
|
2639
2589
|
background-color: var(--sdm-tbg);
|
|
2640
2590
|
}
|
|
@@ -2645,14 +2595,11 @@ video {
|
|
|
2645
2595
|
.bg-black\/10 {
|
|
2646
2596
|
background-color: rgb(0 0 0 / 0.1);
|
|
2647
2597
|
}
|
|
2648
|
-
.bg-black\/
|
|
2649
|
-
background-color: rgb(0 0 0 / 0.
|
|
2650
|
-
}
|
|
2651
|
-
.bg-black\/5 {
|
|
2652
|
-
background-color: rgb(0 0 0 / 0.05);
|
|
2598
|
+
.bg-black\/80 {
|
|
2599
|
+
background-color: rgb(0 0 0 / 0.8);
|
|
2653
2600
|
}
|
|
2654
|
-
.bg-
|
|
2655
|
-
background-color:
|
|
2601
|
+
.bg-current {
|
|
2602
|
+
background-color: currentColor;
|
|
2656
2603
|
}
|
|
2657
2604
|
.bg-red-100 {
|
|
2658
2605
|
--tw-bg-opacity: 1;
|
|
@@ -2662,13 +2609,6 @@ video {
|
|
|
2662
2609
|
--tw-bg-opacity: 1;
|
|
2663
2610
|
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
|
|
2664
2611
|
}
|
|
2665
|
-
.bg-red-50\/50 {
|
|
2666
|
-
background-color: rgb(254 242 242 / 0.5);
|
|
2667
|
-
}
|
|
2668
|
-
.bg-red-500 {
|
|
2669
|
-
--tw-bg-opacity: 1;
|
|
2670
|
-
background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
|
|
2671
|
-
}
|
|
2672
2612
|
.bg-red-500\/10 {
|
|
2673
2613
|
background-color: rgb(239 68 68 / 0.1);
|
|
2674
2614
|
}
|
|
@@ -2682,15 +2622,6 @@ video {
|
|
|
2682
2622
|
--tw-bg-opacity: 1;
|
|
2683
2623
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
2684
2624
|
}
|
|
2685
|
-
.bg-white\/90 {
|
|
2686
|
-
background-color: rgb(255 255 255 / 0.9);
|
|
2687
|
-
}
|
|
2688
|
-
.bg-white\/95 {
|
|
2689
|
-
background-color: rgb(255 255 255 / 0.95);
|
|
2690
|
-
}
|
|
2691
|
-
.fill-current {
|
|
2692
|
-
fill: currentColor;
|
|
2693
|
-
}
|
|
2694
2625
|
.object-cover {
|
|
2695
2626
|
-o-object-fit: cover;
|
|
2696
2627
|
object-fit: cover;
|
|
@@ -2716,6 +2647,9 @@ video {
|
|
|
2716
2647
|
.p-6 {
|
|
2717
2648
|
padding: 1.5rem;
|
|
2718
2649
|
}
|
|
2650
|
+
.p-8 {
|
|
2651
|
+
padding: 2rem;
|
|
2652
|
+
}
|
|
2719
2653
|
.px-0 {
|
|
2720
2654
|
padding-left: 0px;
|
|
2721
2655
|
padding-right: 0px;
|
|
@@ -2724,10 +2658,6 @@ video {
|
|
|
2724
2658
|
padding-left: 0.375rem;
|
|
2725
2659
|
padding-right: 0.375rem;
|
|
2726
2660
|
}
|
|
2727
|
-
.px-2 {
|
|
2728
|
-
padding-left: 0.5rem;
|
|
2729
|
-
padding-right: 0.5rem;
|
|
2730
|
-
}
|
|
2731
2661
|
.px-3 {
|
|
2732
2662
|
padding-left: 0.75rem;
|
|
2733
2663
|
padding-right: 0.75rem;
|
|
@@ -2756,17 +2686,17 @@ video {
|
|
|
2756
2686
|
padding-top: 0.5rem;
|
|
2757
2687
|
padding-bottom: 0.5rem;
|
|
2758
2688
|
}
|
|
2759
|
-
.py-
|
|
2760
|
-
padding-top: 0.
|
|
2761
|
-
padding-bottom: 0.
|
|
2689
|
+
.py-2\.5 {
|
|
2690
|
+
padding-top: 0.625rem;
|
|
2691
|
+
padding-bottom: 0.625rem;
|
|
2762
2692
|
}
|
|
2763
2693
|
.py-4 {
|
|
2764
2694
|
padding-top: 1rem;
|
|
2765
2695
|
padding-bottom: 1rem;
|
|
2766
2696
|
}
|
|
2767
|
-
.py-
|
|
2768
|
-
padding-top:
|
|
2769
|
-
padding-bottom:
|
|
2697
|
+
.py-6 {
|
|
2698
|
+
padding-top: 1.5rem;
|
|
2699
|
+
padding-bottom: 1.5rem;
|
|
2770
2700
|
}
|
|
2771
2701
|
.pb-2 {
|
|
2772
2702
|
padding-bottom: 0.5rem;
|
|
@@ -2874,12 +2804,19 @@ video {
|
|
|
2874
2804
|
.tracking-\[0\.3em\] {
|
|
2875
2805
|
letter-spacing: 0.3em;
|
|
2876
2806
|
}
|
|
2877
|
-
.tracking-
|
|
2878
|
-
letter-spacing: 0.025em;
|
|
2807
|
+
.tracking-tight {
|
|
2808
|
+
letter-spacing: -0.025em;
|
|
2879
2809
|
}
|
|
2880
2810
|
.tracking-widest {
|
|
2881
2811
|
letter-spacing: 0.1em;
|
|
2882
2812
|
}
|
|
2813
|
+
.\!text-current {
|
|
2814
|
+
color: currentColor !important;
|
|
2815
|
+
}
|
|
2816
|
+
.text-\[\#fafafa\] {
|
|
2817
|
+
--tw-text-opacity: 1;
|
|
2818
|
+
color: rgb(250 250 250 / var(--tw-text-opacity, 1));
|
|
2819
|
+
}
|
|
2883
2820
|
.text-\[var\(--sdm-c\,inherit\)\] {
|
|
2884
2821
|
color: var(--sdm-c,inherit);
|
|
2885
2822
|
}
|
|
@@ -2887,23 +2824,8 @@ video {
|
|
|
2887
2824
|
--tw-text-opacity: 1;
|
|
2888
2825
|
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
|
2889
2826
|
}
|
|
2890
|
-
.text-
|
|
2891
|
-
color:
|
|
2892
|
-
}
|
|
2893
|
-
.text-black\/30 {
|
|
2894
|
-
color: rgb(0 0 0 / 0.3);
|
|
2895
|
-
}
|
|
2896
|
-
.text-black\/40 {
|
|
2897
|
-
color: rgb(0 0 0 / 0.4);
|
|
2898
|
-
}
|
|
2899
|
-
.text-black\/50 {
|
|
2900
|
-
color: rgb(0 0 0 / 0.5);
|
|
2901
|
-
}
|
|
2902
|
-
.text-black\/60 {
|
|
2903
|
-
color: rgb(0 0 0 / 0.6);
|
|
2904
|
-
}
|
|
2905
|
-
.text-black\/70 {
|
|
2906
|
-
color: rgb(0 0 0 / 0.7);
|
|
2827
|
+
.text-current {
|
|
2828
|
+
color: currentColor;
|
|
2907
2829
|
}
|
|
2908
2830
|
.text-red-400\/80 {
|
|
2909
2831
|
color: rgb(248 113 113 / 0.8);
|
|
@@ -2928,31 +2850,35 @@ video {
|
|
|
2928
2850
|
--tw-text-opacity: 1;
|
|
2929
2851
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
2930
2852
|
}
|
|
2931
|
-
.
|
|
2932
|
-
|
|
2853
|
+
.text-white\/50 {
|
|
2854
|
+
color: rgb(255 255 255 / 0.5);
|
|
2933
2855
|
}
|
|
2934
|
-
.
|
|
2935
|
-
|
|
2856
|
+
.text-white\/60 {
|
|
2857
|
+
color: rgb(255 255 255 / 0.6);
|
|
2936
2858
|
}
|
|
2937
|
-
.
|
|
2938
|
-
|
|
2859
|
+
.text-white\/80 {
|
|
2860
|
+
color: rgb(255 255 255 / 0.8);
|
|
2861
|
+
}
|
|
2862
|
+
.underline {
|
|
2863
|
+
text-decoration-line: underline;
|
|
2939
2864
|
}
|
|
2940
2865
|
.opacity-0 {
|
|
2941
2866
|
opacity: 0;
|
|
2942
2867
|
}
|
|
2868
|
+
.opacity-100 {
|
|
2869
|
+
opacity: 1;
|
|
2870
|
+
}
|
|
2871
|
+
.opacity-20 {
|
|
2872
|
+
opacity: 0.2;
|
|
2873
|
+
}
|
|
2874
|
+
.opacity-30 {
|
|
2875
|
+
opacity: 0.3;
|
|
2876
|
+
}
|
|
2943
2877
|
.opacity-50 {
|
|
2944
2878
|
opacity: 0.5;
|
|
2945
2879
|
}
|
|
2946
|
-
.opacity-
|
|
2947
|
-
opacity: 0.
|
|
2948
|
-
}
|
|
2949
|
-
.shadow-2xl {
|
|
2950
|
-
--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
|
|
2951
|
-
--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
|
|
2952
|
-
box-shadow:
|
|
2953
|
-
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
2954
|
-
var(--tw-ring-shadow, 0 0 #0000),
|
|
2955
|
-
var(--tw-shadow);
|
|
2880
|
+
.opacity-70 {
|
|
2881
|
+
opacity: 0.7;
|
|
2956
2882
|
}
|
|
2957
2883
|
.shadow-lg {
|
|
2958
2884
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
@@ -2985,10 +2911,6 @@ video {
|
|
|
2985
2911
|
--tw-backdrop-blur: blur(8px);
|
|
2986
2912
|
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
2987
2913
|
}
|
|
2988
|
-
.backdrop-blur-md {
|
|
2989
|
-
--tw-backdrop-blur: blur(12px);
|
|
2990
|
-
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
2991
|
-
}
|
|
2992
2914
|
.backdrop-blur-sm {
|
|
2993
2915
|
--tw-backdrop-blur: blur(4px);
|
|
2994
2916
|
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
@@ -3028,9 +2950,6 @@ video {
|
|
|
3028
2950
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3029
2951
|
transition-duration: 150ms;
|
|
3030
2952
|
}
|
|
3031
|
-
.transition-none {
|
|
3032
|
-
transition-property: none;
|
|
3033
|
-
}
|
|
3034
2953
|
.transition-opacity {
|
|
3035
2954
|
transition-property: opacity;
|
|
3036
2955
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -3093,11 +3012,17 @@ video {
|
|
|
3093
3012
|
.placeholder\:tracking-\[0\.2em\]::placeholder {
|
|
3094
3013
|
letter-spacing: 0.2em;
|
|
3095
3014
|
}
|
|
3096
|
-
.placeholder\:text-
|
|
3097
|
-
color:
|
|
3015
|
+
.placeholder\:text-current::-moz-placeholder {
|
|
3016
|
+
color: currentColor;
|
|
3017
|
+
}
|
|
3018
|
+
.placeholder\:text-current::placeholder {
|
|
3019
|
+
color: currentColor;
|
|
3098
3020
|
}
|
|
3099
|
-
.placeholder\:
|
|
3100
|
-
|
|
3021
|
+
.placeholder\:opacity-30::-moz-placeholder {
|
|
3022
|
+
opacity: 0.3;
|
|
3023
|
+
}
|
|
3024
|
+
.placeholder\:opacity-30::placeholder {
|
|
3025
|
+
opacity: 0.3;
|
|
3101
3026
|
}
|
|
3102
3027
|
.before\:mr-4::before {
|
|
3103
3028
|
content: var(--tw-content);
|
|
@@ -3148,6 +3073,9 @@ video {
|
|
|
3148
3073
|
.\*\:first\:mt-0:first-child > * {
|
|
3149
3074
|
margin-top: 0px;
|
|
3150
3075
|
}
|
|
3076
|
+
.last\:border-r-0:last-child {
|
|
3077
|
+
border-right-width: 0px;
|
|
3078
|
+
}
|
|
3151
3079
|
.\*\:last\:mb-0:last-child > * {
|
|
3152
3080
|
margin-bottom: 0px;
|
|
3153
3081
|
}
|
|
@@ -3163,22 +3091,25 @@ video {
|
|
|
3163
3091
|
--tw-content: var(--streamdown-caret);
|
|
3164
3092
|
content: var(--tw-content);
|
|
3165
3093
|
}
|
|
3166
|
-
.hover\:bg-black\/5:hover {
|
|
3167
|
-
background-color: rgb(0 0 0 / 0.05);
|
|
3168
|
-
}
|
|
3169
3094
|
.hover\:bg-red-500\/30:hover {
|
|
3170
3095
|
background-color: rgb(239 68 68 / 0.3);
|
|
3171
3096
|
}
|
|
3097
|
+
.hover\:bg-white:hover {
|
|
3098
|
+
--tw-bg-opacity: 1;
|
|
3099
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
3100
|
+
}
|
|
3101
|
+
.hover\:bg-white\/10:hover {
|
|
3102
|
+
background-color: rgb(255 255 255 / 0.1);
|
|
3103
|
+
}
|
|
3104
|
+
.hover\:bg-white\/5:hover {
|
|
3105
|
+
background-color: rgb(255 255 255 / 0.05);
|
|
3106
|
+
}
|
|
3172
3107
|
.hover\:text-black:hover {
|
|
3173
3108
|
--tw-text-opacity: 1;
|
|
3174
3109
|
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
|
3175
3110
|
}
|
|
3176
|
-
.hover\:
|
|
3177
|
-
|
|
3178
|
-
}
|
|
3179
|
-
.hover\:text-red-400:hover {
|
|
3180
|
-
--tw-text-opacity: 1;
|
|
3181
|
-
color: rgb(248 113 113 / var(--tw-text-opacity, 1));
|
|
3111
|
+
.hover\:opacity-100:hover {
|
|
3112
|
+
opacity: 1;
|
|
3182
3113
|
}
|
|
3183
3114
|
.hover\:opacity-70:hover {
|
|
3184
3115
|
opacity: 0.7;
|
|
@@ -3199,28 +3130,6 @@ video {
|
|
|
3199
3130
|
--tw-grayscale: grayscale(0);
|
|
3200
3131
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
3201
3132
|
}
|
|
3202
|
-
.prose-pre\:\!m-0 :is(:where(pre):not(:where([class~=not-prose], [class~=not-prose] *))) {
|
|
3203
|
-
margin: 0px !important;
|
|
3204
|
-
}
|
|
3205
|
-
.prose-pre\:\!rounded-none :is(:where(pre):not(:where([class~=not-prose], [class~=not-prose] *))) {
|
|
3206
|
-
border-radius: 0px !important;
|
|
3207
|
-
}
|
|
3208
|
-
.prose-pre\:\!border-none :is(:where(pre):not(:where([class~=not-prose], [class~=not-prose] *))) {
|
|
3209
|
-
border-style: none !important;
|
|
3210
|
-
}
|
|
3211
|
-
.prose-pre\:\!bg-black\/5 :is(:where(pre):not(:where([class~=not-prose], [class~=not-prose] *))) {
|
|
3212
|
-
background-color: rgb(0 0 0 / 0.05) !important;
|
|
3213
|
-
}
|
|
3214
|
-
.prose-pre\:\!p-4 :is(:where(pre):not(:where([class~=not-prose], [class~=not-prose] *))) {
|
|
3215
|
-
padding: 1rem !important;
|
|
3216
|
-
}
|
|
3217
|
-
.prose-img\:\!rounded-none :is(:where(img):not(:where([class~=not-prose], [class~=not-prose] *))) {
|
|
3218
|
-
border-radius: 0px !important;
|
|
3219
|
-
}
|
|
3220
|
-
.prose-img\:grayscale :is(:where(img):not(:where([class~=not-prose], [class~=not-prose] *))) {
|
|
3221
|
-
--tw-grayscale: grayscale(100%);
|
|
3222
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
3223
|
-
}
|
|
3224
3133
|
@supports (backdrop-filter: var(--tw)) {
|
|
3225
3134
|
.supports-\[backdrop-filter\]\:backdrop-blur {
|
|
3226
3135
|
--tw-backdrop-blur: blur(8px);
|
|
@@ -3231,26 +3140,12 @@ video {
|
|
|
3231
3140
|
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
3232
3141
|
}
|
|
3233
3142
|
}
|
|
3234
|
-
@media (min-width: 640px) {
|
|
3235
|
-
.sm\:flex-row {
|
|
3236
|
-
flex-direction: row;
|
|
3237
|
-
}
|
|
3238
|
-
.sm\:items-center {
|
|
3239
|
-
align-items: center;
|
|
3240
|
-
}
|
|
3241
|
-
}
|
|
3242
3143
|
@media (prefers-color-scheme: dark) {
|
|
3243
|
-
.dark\:border-
|
|
3244
|
-
border-color: rgb(
|
|
3245
|
-
}
|
|
3246
|
-
.dark\:border-white\/20 {
|
|
3247
|
-
border-color: rgb(255 255 255 / 0.2);
|
|
3248
|
-
}
|
|
3249
|
-
.dark\:border-white\/30 {
|
|
3250
|
-
border-color: rgb(255 255 255 / 0.3);
|
|
3144
|
+
.dark\:border-black\/10 {
|
|
3145
|
+
border-color: rgb(0 0 0 / 0.1);
|
|
3251
3146
|
}
|
|
3252
|
-
.dark\:border-
|
|
3253
|
-
border-color: rgb(
|
|
3147
|
+
.dark\:border-black\/20 {
|
|
3148
|
+
border-color: rgb(0 0 0 / 0.2);
|
|
3254
3149
|
}
|
|
3255
3150
|
.dark\:bg-\[var\(--shiki-dark-bg\,var\(--sdm-tbg\)\)\] {
|
|
3256
3151
|
background-color: var(--shiki-dark-bg,var(--sdm-tbg));
|
|
@@ -3259,76 +3154,23 @@ video {
|
|
|
3259
3154
|
--tw-bg-opacity: 1;
|
|
3260
3155
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
|
|
3261
3156
|
}
|
|
3262
|
-
.dark\:bg-black\/90 {
|
|
3263
|
-
background-color: rgb(0 0 0 / 0.9);
|
|
3264
|
-
}
|
|
3265
|
-
.dark\:bg-black\/95 {
|
|
3266
|
-
background-color: rgb(0 0 0 / 0.95);
|
|
3267
|
-
}
|
|
3268
|
-
.dark\:bg-red-950\/20 {
|
|
3269
|
-
background-color: rgb(69 10 10 / 0.2);
|
|
3270
|
-
}
|
|
3271
3157
|
.dark\:bg-white {
|
|
3272
3158
|
--tw-bg-opacity: 1;
|
|
3273
3159
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
3274
3160
|
}
|
|
3275
|
-
.dark\:bg-white\/10 {
|
|
3276
|
-
background-color: rgb(255 255 255 / 0.1);
|
|
3277
|
-
}
|
|
3278
|
-
.dark\:bg-white\/20 {
|
|
3279
|
-
background-color: rgb(255 255 255 / 0.2);
|
|
3280
|
-
}
|
|
3281
3161
|
.dark\:text-\[var\(--shiki-dark\,var\(--sdm-c\,inherit\)\)\] {
|
|
3282
3162
|
color: var(--shiki-dark,var(--sdm-c,inherit));
|
|
3283
3163
|
}
|
|
3284
|
-
.dark\:text-red-400 {
|
|
3285
|
-
--tw-text-opacity: 1;
|
|
3286
|
-
color: rgb(248 113 113 / var(--tw-text-opacity, 1));
|
|
3287
|
-
}
|
|
3288
3164
|
.dark\:text-white {
|
|
3289
3165
|
--tw-text-opacity: 1;
|
|
3290
3166
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
3291
3167
|
}
|
|
3292
|
-
.dark\:
|
|
3293
|
-
color: rgb(
|
|
3294
|
-
}
|
|
3295
|
-
.dark\:text-white\/30 {
|
|
3296
|
-
color: rgb(255 255 255 / 0.3);
|
|
3297
|
-
}
|
|
3298
|
-
.dark\:text-white\/40 {
|
|
3299
|
-
color: rgb(255 255 255 / 0.4);
|
|
3300
|
-
}
|
|
3301
|
-
.dark\:text-white\/50 {
|
|
3302
|
-
color: rgb(255 255 255 / 0.5);
|
|
3303
|
-
}
|
|
3304
|
-
.dark\:text-white\/60 {
|
|
3305
|
-
color: rgb(255 255 255 / 0.6);
|
|
3306
|
-
}
|
|
3307
|
-
.dark\:text-white\/70 {
|
|
3308
|
-
color: rgb(255 255 255 / 0.7);
|
|
3309
|
-
}
|
|
3310
|
-
.dark\:placeholder\:text-white\/30::-moz-placeholder {
|
|
3311
|
-
color: rgb(255 255 255 / 0.3);
|
|
3312
|
-
}
|
|
3313
|
-
.dark\:placeholder\:text-white\/30::placeholder {
|
|
3314
|
-
color: rgb(255 255 255 / 0.3);
|
|
3315
|
-
}
|
|
3316
|
-
.dark\:hover\:bg-white\/5:hover {
|
|
3317
|
-
background-color: rgb(255 255 255 / 0.05);
|
|
3318
|
-
}
|
|
3319
|
-
.dark\:hover\:text-white:hover {
|
|
3320
|
-
--tw-text-opacity: 1;
|
|
3321
|
-
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
3322
|
-
}
|
|
3323
|
-
.dark\:hover\:text-white\/60:hover {
|
|
3324
|
-
color: rgb(255 255 255 / 0.6);
|
|
3325
|
-
}
|
|
3326
|
-
.dark\:prose-pre\:\!bg-white\/5 :is(:where(pre):not(:where([class~=not-prose], [class~=not-prose] *))) {
|
|
3327
|
-
background-color: rgb(255 255 255 / 0.05) !important;
|
|
3168
|
+
.dark\:hover\:bg-black\/10:hover {
|
|
3169
|
+
background-color: rgb(0 0 0 / 0.1);
|
|
3328
3170
|
}
|
|
3329
3171
|
}
|
|
3330
|
-
.\[\&\:not\(\:first-child\)\]\:mt-
|
|
3331
|
-
margin-top:
|
|
3172
|
+
.\[\&\:not\(\:first-child\)\]\:mt-4:not(:first-child) {
|
|
3173
|
+
margin-top: 1rem;
|
|
3332
3174
|
}
|
|
3333
3175
|
.\[\&\>li\]\:mt-2 > li {
|
|
3334
3176
|
margin-top: 0.5rem;
|