sunpeak 0.2.6 → 0.3.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.
- package/README.md +32 -17
- package/dist/chatgpt/chatgpt-simulator-types.d.ts +8 -0
- package/dist/chatgpt/chatgpt-simulator.d.ts +11 -0
- package/dist/chatgpt/conversation.d.ts +11 -0
- package/dist/chatgpt/index.d.ts +3 -0
- package/dist/chatgpt/mcp-provider.d.ts +25 -0
- package/dist/chatgpt/mock-openai.d.ts +61 -0
- package/dist/chatgpt/openai-provider.d.ts +19 -0
- package/dist/chatgpt/openai-types.d.ts +81 -0
- package/dist/chatgpt/simple-sidebar.d.ts +22 -0
- package/dist/chatgpt/theme-provider.d.ts +13 -0
- package/dist/hooks/index.d.ts +14 -0
- package/dist/hooks/use-display-mode.d.ts +2 -0
- package/dist/hooks/use-locale.d.ts +1 -0
- package/dist/hooks/use-max-height.d.ts +1 -0
- package/dist/hooks/use-mobile.d.ts +1 -0
- package/dist/hooks/use-safe-area.d.ts +2 -0
- package/dist/hooks/use-theme.d.ts +2 -0
- package/dist/hooks/use-tool-input.d.ts +2 -0
- package/dist/hooks/use-tool-response-metadata.d.ts +2 -0
- package/dist/hooks/use-user-agent.d.ts +2 -0
- package/dist/hooks/use-view.d.ts +2 -0
- package/dist/hooks/use-widget-api.d.ts +8 -0
- package/dist/hooks/use-widget-global.d.ts +9 -0
- package/dist/hooks/use-widget-props.d.ts +1 -0
- package/dist/hooks/use-widget-state.d.ts +4 -0
- package/dist/index.cjs +3310 -666
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +5 -366
- package/dist/index.js +3325 -640
- package/dist/index.js.map +1 -1
- package/dist/lib/index.d.ts +2 -0
- package/dist/lib/media-queries.d.ts +3 -0
- package/dist/lib/utils.d.ts +2 -0
- package/dist/mcp/index.cjs +799 -64
- package/dist/mcp/index.cjs.map +1 -1
- package/dist/mcp/index.d.ts +1 -12
- package/dist/mcp/index.js +786 -44
- package/dist/mcp/index.js.map +1 -1
- package/dist/mcp/server.d.ts +10 -0
- package/dist/mcp/types.d.ts +74 -0
- package/dist/providers/index.d.ts +40 -0
- package/dist/providers/types.d.ts +71 -0
- package/dist/style.css +5014 -0
- package/dist/test/setup.d.ts +0 -0
- package/dist/types/index.d.ts +2 -0
- package/package.json +11 -19
- package/template/README.md +3 -6
- package/template/dev/main.tsx +0 -1
- package/template/mcp/server.ts +1 -1
- package/template/package.json +4 -14
- package/template/src/App.tsx +7 -8
- package/template/src/components/index.ts +2 -2
- package/template/src/components/openai-card.test.tsx +73 -0
- package/template/src/components/openai-card.tsx +126 -0
- package/template/src/components/openai-carousel.test.tsx +84 -0
- package/template/src/components/openai-carousel.tsx +178 -0
- package/template/src/styles/globals.css +5 -216
- package/template/vite.config.build.ts +61 -0
- package/template/vite.config.ts +0 -2
- package/dist/index.d.cts +0 -366
- package/dist/mcp/index.d.cts +0 -12
- package/dist/styles/chatgpt/index.css +0 -146
- package/dist/styles/globals.css +0 -219
- package/template/components.json +0 -21
- package/template/dev/styles.css +0 -6
- package/template/postcss.config.js +0 -5
- package/template/src/components/shadcn/button.tsx +0 -60
- package/template/src/components/shadcn/card.tsx +0 -76
- package/template/src/components/shadcn/carousel.tsx +0 -260
- package/template/src/components/shadcn/index.ts +0 -5
- package/template/src/components/shadcn/label.tsx +0 -24
- package/template/src/components/shadcn/select.tsx +0 -157
- package/template/src/components/sunpeak-card.test.tsx +0 -76
- package/template/src/components/sunpeak-card.tsx +0 -171
- package/template/src/components/sunpeak-carousel.test.tsx +0 -42
- package/template/src/components/sunpeak-carousel.tsx +0 -160
- package/template/src/styles/chatgpt.css +0 -146
- package/template/tsup.config.ts +0 -50
package/dist/style.css
ADDED
|
@@ -0,0 +1,5014 @@
|
|
|
1
|
+
@layer theme, base, components, utilities;
|
|
2
|
+
|
|
3
|
+
@layer theme {
|
|
4
|
+
@theme default {
|
|
5
|
+
--font-sans:
|
|
6
|
+
ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
|
|
7
|
+
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
8
|
+
--font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
9
|
+
--font-mono:
|
|
10
|
+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
11
|
+
"Courier New", monospace;
|
|
12
|
+
|
|
13
|
+
--color-red-50: oklch(97.1% 0.013 17.38);
|
|
14
|
+
--color-red-100: oklch(93.6% 0.032 17.717);
|
|
15
|
+
--color-red-200: oklch(88.5% 0.062 18.334);
|
|
16
|
+
--color-red-300: oklch(80.8% 0.114 19.571);
|
|
17
|
+
--color-red-400: oklch(70.4% 0.191 22.216);
|
|
18
|
+
--color-red-500: oklch(63.7% 0.237 25.331);
|
|
19
|
+
--color-red-600: oklch(57.7% 0.245 27.325);
|
|
20
|
+
--color-red-700: oklch(50.5% 0.213 27.518);
|
|
21
|
+
--color-red-800: oklch(44.4% 0.177 26.899);
|
|
22
|
+
--color-red-900: oklch(39.6% 0.141 25.723);
|
|
23
|
+
--color-red-950: oklch(25.8% 0.092 26.042);
|
|
24
|
+
|
|
25
|
+
--color-orange-50: oklch(98% 0.016 73.684);
|
|
26
|
+
--color-orange-100: oklch(95.4% 0.038 75.164);
|
|
27
|
+
--color-orange-200: oklch(90.1% 0.076 70.697);
|
|
28
|
+
--color-orange-300: oklch(83.7% 0.128 66.29);
|
|
29
|
+
--color-orange-400: oklch(75% 0.183 55.934);
|
|
30
|
+
--color-orange-500: oklch(70.5% 0.213 47.604);
|
|
31
|
+
--color-orange-600: oklch(64.6% 0.222 41.116);
|
|
32
|
+
--color-orange-700: oklch(55.3% 0.195 38.402);
|
|
33
|
+
--color-orange-800: oklch(47% 0.157 37.304);
|
|
34
|
+
--color-orange-900: oklch(40.8% 0.123 38.172);
|
|
35
|
+
--color-orange-950: oklch(26.6% 0.079 36.259);
|
|
36
|
+
|
|
37
|
+
--color-amber-50: oklch(98.7% 0.022 95.277);
|
|
38
|
+
--color-amber-100: oklch(96.2% 0.059 95.617);
|
|
39
|
+
--color-amber-200: oklch(92.4% 0.12 95.746);
|
|
40
|
+
--color-amber-300: oklch(87.9% 0.169 91.605);
|
|
41
|
+
--color-amber-400: oklch(82.8% 0.189 84.429);
|
|
42
|
+
--color-amber-500: oklch(76.9% 0.188 70.08);
|
|
43
|
+
--color-amber-600: oklch(66.6% 0.179 58.318);
|
|
44
|
+
--color-amber-700: oklch(55.5% 0.163 48.998);
|
|
45
|
+
--color-amber-800: oklch(47.3% 0.137 46.201);
|
|
46
|
+
--color-amber-900: oklch(41.4% 0.112 45.904);
|
|
47
|
+
--color-amber-950: oklch(27.9% 0.077 45.635);
|
|
48
|
+
|
|
49
|
+
--color-yellow-50: oklch(98.7% 0.026 102.212);
|
|
50
|
+
--color-yellow-100: oklch(97.3% 0.071 103.193);
|
|
51
|
+
--color-yellow-200: oklch(94.5% 0.129 101.54);
|
|
52
|
+
--color-yellow-300: oklch(90.5% 0.182 98.111);
|
|
53
|
+
--color-yellow-400: oklch(85.2% 0.199 91.936);
|
|
54
|
+
--color-yellow-500: oklch(79.5% 0.184 86.047);
|
|
55
|
+
--color-yellow-600: oklch(68.1% 0.162 75.834);
|
|
56
|
+
--color-yellow-700: oklch(55.4% 0.135 66.442);
|
|
57
|
+
--color-yellow-800: oklch(47.6% 0.114 61.907);
|
|
58
|
+
--color-yellow-900: oklch(42.1% 0.095 57.708);
|
|
59
|
+
--color-yellow-950: oklch(28.6% 0.066 53.813);
|
|
60
|
+
|
|
61
|
+
--color-lime-50: oklch(98.6% 0.031 120.757);
|
|
62
|
+
--color-lime-100: oklch(96.7% 0.067 122.328);
|
|
63
|
+
--color-lime-200: oklch(93.8% 0.127 124.321);
|
|
64
|
+
--color-lime-300: oklch(89.7% 0.196 126.665);
|
|
65
|
+
--color-lime-400: oklch(84.1% 0.238 128.85);
|
|
66
|
+
--color-lime-500: oklch(76.8% 0.233 130.85);
|
|
67
|
+
--color-lime-600: oklch(64.8% 0.2 131.684);
|
|
68
|
+
--color-lime-700: oklch(53.2% 0.157 131.589);
|
|
69
|
+
--color-lime-800: oklch(45.3% 0.124 130.933);
|
|
70
|
+
--color-lime-900: oklch(40.5% 0.101 131.063);
|
|
71
|
+
--color-lime-950: oklch(27.4% 0.072 132.109);
|
|
72
|
+
|
|
73
|
+
--color-green-50: oklch(98.2% 0.018 155.826);
|
|
74
|
+
--color-green-100: oklch(96.2% 0.044 156.743);
|
|
75
|
+
--color-green-200: oklch(92.5% 0.084 155.995);
|
|
76
|
+
--color-green-300: oklch(87.1% 0.15 154.449);
|
|
77
|
+
--color-green-400: oklch(79.2% 0.209 151.711);
|
|
78
|
+
--color-green-500: oklch(72.3% 0.219 149.579);
|
|
79
|
+
--color-green-600: oklch(62.7% 0.194 149.214);
|
|
80
|
+
--color-green-700: oklch(52.7% 0.154 150.069);
|
|
81
|
+
--color-green-800: oklch(44.8% 0.119 151.328);
|
|
82
|
+
--color-green-900: oklch(39.3% 0.095 152.535);
|
|
83
|
+
--color-green-950: oklch(26.6% 0.065 152.934);
|
|
84
|
+
|
|
85
|
+
--color-emerald-50: oklch(97.9% 0.021 166.113);
|
|
86
|
+
--color-emerald-100: oklch(95% 0.052 163.051);
|
|
87
|
+
--color-emerald-200: oklch(90.5% 0.093 164.15);
|
|
88
|
+
--color-emerald-300: oklch(84.5% 0.143 164.978);
|
|
89
|
+
--color-emerald-400: oklch(76.5% 0.177 163.223);
|
|
90
|
+
--color-emerald-500: oklch(69.6% 0.17 162.48);
|
|
91
|
+
--color-emerald-600: oklch(59.6% 0.145 163.225);
|
|
92
|
+
--color-emerald-700: oklch(50.8% 0.118 165.612);
|
|
93
|
+
--color-emerald-800: oklch(43.2% 0.095 166.913);
|
|
94
|
+
--color-emerald-900: oklch(37.8% 0.077 168.94);
|
|
95
|
+
--color-emerald-950: oklch(26.2% 0.051 172.552);
|
|
96
|
+
|
|
97
|
+
--color-teal-50: oklch(98.4% 0.014 180.72);
|
|
98
|
+
--color-teal-100: oklch(95.3% 0.051 180.801);
|
|
99
|
+
--color-teal-200: oklch(91% 0.096 180.426);
|
|
100
|
+
--color-teal-300: oklch(85.5% 0.138 181.071);
|
|
101
|
+
--color-teal-400: oklch(77.7% 0.152 181.912);
|
|
102
|
+
--color-teal-500: oklch(70.4% 0.14 182.503);
|
|
103
|
+
--color-teal-600: oklch(60% 0.118 184.704);
|
|
104
|
+
--color-teal-700: oklch(51.1% 0.096 186.391);
|
|
105
|
+
--color-teal-800: oklch(43.7% 0.078 188.216);
|
|
106
|
+
--color-teal-900: oklch(38.6% 0.063 188.416);
|
|
107
|
+
--color-teal-950: oklch(27.7% 0.046 192.524);
|
|
108
|
+
|
|
109
|
+
--color-cyan-50: oklch(98.4% 0.019 200.873);
|
|
110
|
+
--color-cyan-100: oklch(95.6% 0.045 203.388);
|
|
111
|
+
--color-cyan-200: oklch(91.7% 0.08 205.041);
|
|
112
|
+
--color-cyan-300: oklch(86.5% 0.127 207.078);
|
|
113
|
+
--color-cyan-400: oklch(78.9% 0.154 211.53);
|
|
114
|
+
--color-cyan-500: oklch(71.5% 0.143 215.221);
|
|
115
|
+
--color-cyan-600: oklch(60.9% 0.126 221.723);
|
|
116
|
+
--color-cyan-700: oklch(52% 0.105 223.128);
|
|
117
|
+
--color-cyan-800: oklch(45% 0.085 224.283);
|
|
118
|
+
--color-cyan-900: oklch(39.8% 0.07 227.392);
|
|
119
|
+
--color-cyan-950: oklch(30.2% 0.056 229.695);
|
|
120
|
+
|
|
121
|
+
--color-sky-50: oklch(97.7% 0.013 236.62);
|
|
122
|
+
--color-sky-100: oklch(95.1% 0.026 236.824);
|
|
123
|
+
--color-sky-200: oklch(90.1% 0.058 230.902);
|
|
124
|
+
--color-sky-300: oklch(82.8% 0.111 230.318);
|
|
125
|
+
--color-sky-400: oklch(74.6% 0.16 232.661);
|
|
126
|
+
--color-sky-500: oklch(68.5% 0.169 237.323);
|
|
127
|
+
--color-sky-600: oklch(58.8% 0.158 241.966);
|
|
128
|
+
--color-sky-700: oklch(50% 0.134 242.749);
|
|
129
|
+
--color-sky-800: oklch(44.3% 0.11 240.79);
|
|
130
|
+
--color-sky-900: oklch(39.1% 0.09 240.876);
|
|
131
|
+
--color-sky-950: oklch(29.3% 0.066 243.157);
|
|
132
|
+
|
|
133
|
+
--color-blue-50: oklch(97% 0.014 254.604);
|
|
134
|
+
--color-blue-100: oklch(93.2% 0.032 255.585);
|
|
135
|
+
--color-blue-200: oklch(88.2% 0.059 254.128);
|
|
136
|
+
--color-blue-300: oklch(80.9% 0.105 251.813);
|
|
137
|
+
--color-blue-400: oklch(70.7% 0.165 254.624);
|
|
138
|
+
--color-blue-500: oklch(62.3% 0.214 259.815);
|
|
139
|
+
--color-blue-600: oklch(54.6% 0.245 262.881);
|
|
140
|
+
--color-blue-700: oklch(48.8% 0.243 264.376);
|
|
141
|
+
--color-blue-800: oklch(42.4% 0.199 265.638);
|
|
142
|
+
--color-blue-900: oklch(37.9% 0.146 265.522);
|
|
143
|
+
--color-blue-950: oklch(28.2% 0.091 267.935);
|
|
144
|
+
|
|
145
|
+
--color-indigo-50: oklch(96.2% 0.018 272.314);
|
|
146
|
+
--color-indigo-100: oklch(93% 0.034 272.788);
|
|
147
|
+
--color-indigo-200: oklch(87% 0.065 274.039);
|
|
148
|
+
--color-indigo-300: oklch(78.5% 0.115 274.713);
|
|
149
|
+
--color-indigo-400: oklch(67.3% 0.182 276.935);
|
|
150
|
+
--color-indigo-500: oklch(58.5% 0.233 277.117);
|
|
151
|
+
--color-indigo-600: oklch(51.1% 0.262 276.966);
|
|
152
|
+
--color-indigo-700: oklch(45.7% 0.24 277.023);
|
|
153
|
+
--color-indigo-800: oklch(39.8% 0.195 277.366);
|
|
154
|
+
--color-indigo-900: oklch(35.9% 0.144 278.697);
|
|
155
|
+
--color-indigo-950: oklch(25.7% 0.09 281.288);
|
|
156
|
+
|
|
157
|
+
--color-violet-50: oklch(96.9% 0.016 293.756);
|
|
158
|
+
--color-violet-100: oklch(94.3% 0.029 294.588);
|
|
159
|
+
--color-violet-200: oklch(89.4% 0.057 293.283);
|
|
160
|
+
--color-violet-300: oklch(81.1% 0.111 293.571);
|
|
161
|
+
--color-violet-400: oklch(70.2% 0.183 293.541);
|
|
162
|
+
--color-violet-500: oklch(60.6% 0.25 292.717);
|
|
163
|
+
--color-violet-600: oklch(54.1% 0.281 293.009);
|
|
164
|
+
--color-violet-700: oklch(49.1% 0.27 292.581);
|
|
165
|
+
--color-violet-800: oklch(43.2% 0.232 292.759);
|
|
166
|
+
--color-violet-900: oklch(38% 0.189 293.745);
|
|
167
|
+
--color-violet-950: oklch(28.3% 0.141 291.089);
|
|
168
|
+
|
|
169
|
+
--color-purple-50: oklch(97.7% 0.014 308.299);
|
|
170
|
+
--color-purple-100: oklch(94.6% 0.033 307.174);
|
|
171
|
+
--color-purple-200: oklch(90.2% 0.063 306.703);
|
|
172
|
+
--color-purple-300: oklch(82.7% 0.119 306.383);
|
|
173
|
+
--color-purple-400: oklch(71.4% 0.203 305.504);
|
|
174
|
+
--color-purple-500: oklch(62.7% 0.265 303.9);
|
|
175
|
+
--color-purple-600: oklch(55.8% 0.288 302.321);
|
|
176
|
+
--color-purple-700: oklch(49.6% 0.265 301.924);
|
|
177
|
+
--color-purple-800: oklch(43.8% 0.218 303.724);
|
|
178
|
+
--color-purple-900: oklch(38.1% 0.176 304.987);
|
|
179
|
+
--color-purple-950: oklch(29.1% 0.149 302.717);
|
|
180
|
+
|
|
181
|
+
--color-fuchsia-50: oklch(97.7% 0.017 320.058);
|
|
182
|
+
--color-fuchsia-100: oklch(95.2% 0.037 318.852);
|
|
183
|
+
--color-fuchsia-200: oklch(90.3% 0.076 319.62);
|
|
184
|
+
--color-fuchsia-300: oklch(83.3% 0.145 321.434);
|
|
185
|
+
--color-fuchsia-400: oklch(74% 0.238 322.16);
|
|
186
|
+
--color-fuchsia-500: oklch(66.7% 0.295 322.15);
|
|
187
|
+
--color-fuchsia-600: oklch(59.1% 0.293 322.896);
|
|
188
|
+
--color-fuchsia-700: oklch(51.8% 0.253 323.949);
|
|
189
|
+
--color-fuchsia-800: oklch(45.2% 0.211 324.591);
|
|
190
|
+
--color-fuchsia-900: oklch(40.1% 0.17 325.612);
|
|
191
|
+
--color-fuchsia-950: oklch(29.3% 0.136 325.661);
|
|
192
|
+
|
|
193
|
+
--color-pink-50: oklch(97.1% 0.014 343.198);
|
|
194
|
+
--color-pink-100: oklch(94.8% 0.028 342.258);
|
|
195
|
+
--color-pink-200: oklch(89.9% 0.061 343.231);
|
|
196
|
+
--color-pink-300: oklch(82.3% 0.12 346.018);
|
|
197
|
+
--color-pink-400: oklch(71.8% 0.202 349.761);
|
|
198
|
+
--color-pink-500: oklch(65.6% 0.241 354.308);
|
|
199
|
+
--color-pink-600: oklch(59.2% 0.249 0.584);
|
|
200
|
+
--color-pink-700: oklch(52.5% 0.223 3.958);
|
|
201
|
+
--color-pink-800: oklch(45.9% 0.187 3.815);
|
|
202
|
+
--color-pink-900: oklch(40.8% 0.153 2.432);
|
|
203
|
+
--color-pink-950: oklch(28.4% 0.109 3.907);
|
|
204
|
+
|
|
205
|
+
--color-rose-50: oklch(96.9% 0.015 12.422);
|
|
206
|
+
--color-rose-100: oklch(94.1% 0.03 12.58);
|
|
207
|
+
--color-rose-200: oklch(89.2% 0.058 10.001);
|
|
208
|
+
--color-rose-300: oklch(81% 0.117 11.638);
|
|
209
|
+
--color-rose-400: oklch(71.2% 0.194 13.428);
|
|
210
|
+
--color-rose-500: oklch(64.5% 0.246 16.439);
|
|
211
|
+
--color-rose-600: oklch(58.6% 0.253 17.585);
|
|
212
|
+
--color-rose-700: oklch(51.4% 0.222 16.935);
|
|
213
|
+
--color-rose-800: oklch(45.5% 0.188 13.697);
|
|
214
|
+
--color-rose-900: oklch(41% 0.159 10.272);
|
|
215
|
+
--color-rose-950: oklch(27.1% 0.105 12.094);
|
|
216
|
+
|
|
217
|
+
--color-slate-50: oklch(98.4% 0.003 247.858);
|
|
218
|
+
--color-slate-100: oklch(96.8% 0.007 247.896);
|
|
219
|
+
--color-slate-200: oklch(92.9% 0.013 255.508);
|
|
220
|
+
--color-slate-300: oklch(86.9% 0.022 252.894);
|
|
221
|
+
--color-slate-400: oklch(70.4% 0.04 256.788);
|
|
222
|
+
--color-slate-500: oklch(55.4% 0.046 257.417);
|
|
223
|
+
--color-slate-600: oklch(44.6% 0.043 257.281);
|
|
224
|
+
--color-slate-700: oklch(37.2% 0.044 257.287);
|
|
225
|
+
--color-slate-800: oklch(27.9% 0.041 260.031);
|
|
226
|
+
--color-slate-900: oklch(20.8% 0.042 265.755);
|
|
227
|
+
--color-slate-950: oklch(12.9% 0.042 264.695);
|
|
228
|
+
|
|
229
|
+
--color-gray-50: oklch(98.5% 0.002 247.839);
|
|
230
|
+
--color-gray-100: oklch(96.7% 0.003 264.542);
|
|
231
|
+
--color-gray-200: oklch(92.8% 0.006 264.531);
|
|
232
|
+
--color-gray-300: oklch(87.2% 0.01 258.338);
|
|
233
|
+
--color-gray-400: oklch(70.7% 0.022 261.325);
|
|
234
|
+
--color-gray-500: oklch(55.1% 0.027 264.364);
|
|
235
|
+
--color-gray-600: oklch(44.6% 0.03 256.802);
|
|
236
|
+
--color-gray-700: oklch(37.3% 0.034 259.733);
|
|
237
|
+
--color-gray-800: oklch(27.8% 0.033 256.848);
|
|
238
|
+
--color-gray-900: oklch(21% 0.034 264.665);
|
|
239
|
+
--color-gray-950: oklch(13% 0.028 261.692);
|
|
240
|
+
|
|
241
|
+
--color-zinc-50: oklch(98.5% 0 0);
|
|
242
|
+
--color-zinc-100: oklch(96.7% 0.001 286.375);
|
|
243
|
+
--color-zinc-200: oklch(92% 0.004 286.32);
|
|
244
|
+
--color-zinc-300: oklch(87.1% 0.006 286.286);
|
|
245
|
+
--color-zinc-400: oklch(70.5% 0.015 286.067);
|
|
246
|
+
--color-zinc-500: oklch(55.2% 0.016 285.938);
|
|
247
|
+
--color-zinc-600: oklch(44.2% 0.017 285.786);
|
|
248
|
+
--color-zinc-700: oklch(37% 0.013 285.805);
|
|
249
|
+
--color-zinc-800: oklch(27.4% 0.006 286.033);
|
|
250
|
+
--color-zinc-900: oklch(21% 0.006 285.885);
|
|
251
|
+
--color-zinc-950: oklch(14.1% 0.005 285.823);
|
|
252
|
+
|
|
253
|
+
--color-neutral-50: oklch(98.5% 0 0);
|
|
254
|
+
--color-neutral-100: oklch(97% 0 0);
|
|
255
|
+
--color-neutral-200: oklch(92.2% 0 0);
|
|
256
|
+
--color-neutral-300: oklch(87% 0 0);
|
|
257
|
+
--color-neutral-400: oklch(70.8% 0 0);
|
|
258
|
+
--color-neutral-500: oklch(55.6% 0 0);
|
|
259
|
+
--color-neutral-600: oklch(43.9% 0 0);
|
|
260
|
+
--color-neutral-700: oklch(37.1% 0 0);
|
|
261
|
+
--color-neutral-800: oklch(26.9% 0 0);
|
|
262
|
+
--color-neutral-900: oklch(20.5% 0 0);
|
|
263
|
+
--color-neutral-950: oklch(14.5% 0 0);
|
|
264
|
+
|
|
265
|
+
--color-stone-50: oklch(98.5% 0.001 106.423);
|
|
266
|
+
--color-stone-100: oklch(97% 0.001 106.424);
|
|
267
|
+
--color-stone-200: oklch(92.3% 0.003 48.717);
|
|
268
|
+
--color-stone-300: oklch(86.9% 0.005 56.366);
|
|
269
|
+
--color-stone-400: oklch(70.9% 0.01 56.259);
|
|
270
|
+
--color-stone-500: oklch(55.3% 0.013 58.071);
|
|
271
|
+
--color-stone-600: oklch(44.4% 0.011 73.639);
|
|
272
|
+
--color-stone-700: oklch(37.4% 0.01 67.558);
|
|
273
|
+
--color-stone-800: oklch(26.8% 0.007 34.298);
|
|
274
|
+
--color-stone-900: oklch(21.6% 0.006 56.043);
|
|
275
|
+
--color-stone-950: oklch(14.7% 0.004 49.25);
|
|
276
|
+
|
|
277
|
+
--color-black: #000;
|
|
278
|
+
--color-white: #fff;
|
|
279
|
+
|
|
280
|
+
--spacing: 0.25rem;
|
|
281
|
+
|
|
282
|
+
--breakpoint-sm: 40rem;
|
|
283
|
+
--breakpoint-md: 48rem;
|
|
284
|
+
--breakpoint-lg: 64rem;
|
|
285
|
+
--breakpoint-xl: 80rem;
|
|
286
|
+
--breakpoint-2xl: 96rem;
|
|
287
|
+
|
|
288
|
+
--container-3xs: 16rem;
|
|
289
|
+
--container-2xs: 18rem;
|
|
290
|
+
--container-xs: 20rem;
|
|
291
|
+
--container-sm: 24rem;
|
|
292
|
+
--container-md: 28rem;
|
|
293
|
+
--container-lg: 32rem;
|
|
294
|
+
--container-xl: 36rem;
|
|
295
|
+
--container-2xl: 42rem;
|
|
296
|
+
--container-3xl: 48rem;
|
|
297
|
+
--container-4xl: 56rem;
|
|
298
|
+
--container-5xl: 64rem;
|
|
299
|
+
--container-6xl: 72rem;
|
|
300
|
+
--container-7xl: 80rem;
|
|
301
|
+
|
|
302
|
+
--text-xs: 0.75rem;
|
|
303
|
+
--text-xs--line-height: calc(1 / 0.75);
|
|
304
|
+
--text-sm: 0.875rem;
|
|
305
|
+
--text-sm--line-height: calc(1.25 / 0.875);
|
|
306
|
+
--text-base: 1rem;
|
|
307
|
+
--text-base--line-height: calc(1.5 / 1);
|
|
308
|
+
--text-lg: 1.125rem;
|
|
309
|
+
--text-lg--line-height: calc(1.75 / 1.125);
|
|
310
|
+
--text-xl: 1.25rem;
|
|
311
|
+
--text-xl--line-height: calc(1.75 / 1.25);
|
|
312
|
+
--text-2xl: 1.5rem;
|
|
313
|
+
--text-2xl--line-height: calc(2 / 1.5);
|
|
314
|
+
--text-3xl: 1.875rem;
|
|
315
|
+
--text-3xl--line-height: calc(2.25 / 1.875);
|
|
316
|
+
--text-4xl: 2.25rem;
|
|
317
|
+
--text-4xl--line-height: calc(2.5 / 2.25);
|
|
318
|
+
--text-5xl: 3rem;
|
|
319
|
+
--text-5xl--line-height: 1;
|
|
320
|
+
--text-6xl: 3.75rem;
|
|
321
|
+
--text-6xl--line-height: 1;
|
|
322
|
+
--text-7xl: 4.5rem;
|
|
323
|
+
--text-7xl--line-height: 1;
|
|
324
|
+
--text-8xl: 6rem;
|
|
325
|
+
--text-8xl--line-height: 1;
|
|
326
|
+
--text-9xl: 8rem;
|
|
327
|
+
--text-9xl--line-height: 1;
|
|
328
|
+
|
|
329
|
+
--font-weight-thin: 100;
|
|
330
|
+
--font-weight-extralight: 200;
|
|
331
|
+
--font-weight-light: 300;
|
|
332
|
+
--font-weight-normal: 400;
|
|
333
|
+
--font-weight-medium: 500;
|
|
334
|
+
--font-weight-semibold: 600;
|
|
335
|
+
--font-weight-bold: 700;
|
|
336
|
+
--font-weight-extrabold: 800;
|
|
337
|
+
--font-weight-black: 900;
|
|
338
|
+
|
|
339
|
+
--tracking-tighter: -0.05em;
|
|
340
|
+
--tracking-tight: -0.025em;
|
|
341
|
+
--tracking-normal: 0em;
|
|
342
|
+
--tracking-wide: 0.025em;
|
|
343
|
+
--tracking-wider: 0.05em;
|
|
344
|
+
--tracking-widest: 0.1em;
|
|
345
|
+
|
|
346
|
+
--leading-tight: 1.25;
|
|
347
|
+
--leading-snug: 1.375;
|
|
348
|
+
--leading-normal: 1.5;
|
|
349
|
+
--leading-relaxed: 1.625;
|
|
350
|
+
--leading-loose: 2;
|
|
351
|
+
|
|
352
|
+
--radius-xs: 0.125rem;
|
|
353
|
+
--radius-sm: 0.25rem;
|
|
354
|
+
--radius-md: 0.375rem;
|
|
355
|
+
--radius-lg: 0.5rem;
|
|
356
|
+
--radius-xl: 0.75rem;
|
|
357
|
+
--radius-2xl: 1rem;
|
|
358
|
+
--radius-3xl: 1.5rem;
|
|
359
|
+
--radius-4xl: 2rem;
|
|
360
|
+
|
|
361
|
+
--shadow-2xs: 0 1px rgb(0 0 0 / 0.05);
|
|
362
|
+
--shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
363
|
+
--shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
364
|
+
--shadow-md:
|
|
365
|
+
0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
366
|
+
--shadow-lg:
|
|
367
|
+
0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
368
|
+
--shadow-xl:
|
|
369
|
+
0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
370
|
+
--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
|
|
371
|
+
|
|
372
|
+
--inset-shadow-2xs: inset 0 1px rgb(0 0 0 / 0.05);
|
|
373
|
+
--inset-shadow-xs: inset 0 1px 1px rgb(0 0 0 / 0.05);
|
|
374
|
+
--inset-shadow-sm: inset 0 2px 4px rgb(0 0 0 / 0.05);
|
|
375
|
+
|
|
376
|
+
--drop-shadow-xs: 0 1px 1px rgb(0 0 0 / 0.05);
|
|
377
|
+
--drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);
|
|
378
|
+
--drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
|
|
379
|
+
--drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
|
|
380
|
+
--drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.1);
|
|
381
|
+
--drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
|
|
382
|
+
|
|
383
|
+
--text-shadow-2xs: 0px 1px 0px rgb(0 0 0 / 0.15);
|
|
384
|
+
--text-shadow-xs: 0px 1px 1px rgb(0 0 0 / 0.2);
|
|
385
|
+
--text-shadow-sm:
|
|
386
|
+
0px 1px 0px rgb(0 0 0 / 0.075), 0px 1px 1px rgb(0 0 0 / 0.075),
|
|
387
|
+
0px 2px 2px rgb(0 0 0 / 0.075);
|
|
388
|
+
--text-shadow-md:
|
|
389
|
+
0px 1px 1px rgb(0 0 0 / 0.1), 0px 1px 2px rgb(0 0 0 / 0.1),
|
|
390
|
+
0px 2px 4px rgb(0 0 0 / 0.1);
|
|
391
|
+
--text-shadow-lg:
|
|
392
|
+
0px 1px 2px rgb(0 0 0 / 0.1), 0px 3px 2px rgb(0 0 0 / 0.1),
|
|
393
|
+
0px 4px 8px rgb(0 0 0 / 0.1);
|
|
394
|
+
|
|
395
|
+
--ease-in: cubic-bezier(0.4, 0, 1, 1);
|
|
396
|
+
--ease-out: cubic-bezier(0, 0, 0.2, 1);
|
|
397
|
+
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
|
|
398
|
+
|
|
399
|
+
--animate-spin: spin 1s linear infinite;
|
|
400
|
+
--animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
|
|
401
|
+
--animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
402
|
+
--animate-bounce: bounce 1s infinite;
|
|
403
|
+
|
|
404
|
+
@keyframes spin {
|
|
405
|
+
to {
|
|
406
|
+
transform: rotate(360deg);
|
|
407
|
+
}
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
@keyframes ping {
|
|
411
|
+
75%,
|
|
412
|
+
100% {
|
|
413
|
+
transform: scale(2);
|
|
414
|
+
opacity: 0;
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
@keyframes pulse {
|
|
419
|
+
50% {
|
|
420
|
+
opacity: 0.5;
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
@keyframes bounce {
|
|
425
|
+
0%,
|
|
426
|
+
100% {
|
|
427
|
+
transform: translateY(-25%);
|
|
428
|
+
animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
50% {
|
|
432
|
+
transform: none;
|
|
433
|
+
animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
--blur-xs: 4px;
|
|
438
|
+
--blur-sm: 8px;
|
|
439
|
+
--blur-md: 12px;
|
|
440
|
+
--blur-lg: 16px;
|
|
441
|
+
--blur-xl: 24px;
|
|
442
|
+
--blur-2xl: 40px;
|
|
443
|
+
--blur-3xl: 64px;
|
|
444
|
+
|
|
445
|
+
--perspective-dramatic: 100px;
|
|
446
|
+
--perspective-near: 300px;
|
|
447
|
+
--perspective-normal: 500px;
|
|
448
|
+
--perspective-midrange: 800px;
|
|
449
|
+
--perspective-distant: 1200px;
|
|
450
|
+
|
|
451
|
+
--aspect-video: 16 / 9;
|
|
452
|
+
|
|
453
|
+
--default-transition-duration: 150ms;
|
|
454
|
+
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
455
|
+
--default-font-family: --theme(--font-sans, initial);
|
|
456
|
+
--default-font-feature-settings: --theme(
|
|
457
|
+
--font-sans--font-feature-settings,
|
|
458
|
+
initial
|
|
459
|
+
);
|
|
460
|
+
--default-font-variation-settings: --theme(
|
|
461
|
+
--font-sans--font-variation-settings,
|
|
462
|
+
initial
|
|
463
|
+
);
|
|
464
|
+
--default-mono-font-family: --theme(--font-mono, initial);
|
|
465
|
+
--default-mono-font-feature-settings: --theme(
|
|
466
|
+
--font-mono--font-feature-settings,
|
|
467
|
+
initial
|
|
468
|
+
);
|
|
469
|
+
--default-mono-font-variation-settings: --theme(
|
|
470
|
+
--font-mono--font-variation-settings,
|
|
471
|
+
initial
|
|
472
|
+
);
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
/* Deprecated */
|
|
476
|
+
@theme default inline reference {
|
|
477
|
+
--blur: 8px;
|
|
478
|
+
--shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
479
|
+
--shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
|
|
480
|
+
--drop-shadow: 0 1px 2px rgb(0 0 0 / 0.1), 0 1px 1px rgb(0 0 0 / 0.06);
|
|
481
|
+
--radius: 0.25rem;
|
|
482
|
+
--max-width-prose: 65ch;
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
@layer base {
|
|
487
|
+
/*
|
|
488
|
+
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
489
|
+
2. Remove default margins and padding
|
|
490
|
+
3. Reset all borders.
|
|
491
|
+
*/
|
|
492
|
+
|
|
493
|
+
*,
|
|
494
|
+
::after,
|
|
495
|
+
::before,
|
|
496
|
+
::backdrop,
|
|
497
|
+
::file-selector-button {
|
|
498
|
+
box-sizing: border-box; /* 1 */
|
|
499
|
+
margin: 0; /* 2 */
|
|
500
|
+
padding: 0; /* 2 */
|
|
501
|
+
border: 0 solid; /* 3 */
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
/*
|
|
505
|
+
1. Use a consistent sensible line-height in all browsers.
|
|
506
|
+
2. Prevent adjustments of font size after orientation changes in iOS.
|
|
507
|
+
3. Use a more readable tab size.
|
|
508
|
+
4. Use the user's configured `sans` font-family by default.
|
|
509
|
+
5. Use the user's configured `sans` font-feature-settings by default.
|
|
510
|
+
6. Use the user's configured `sans` font-variation-settings by default.
|
|
511
|
+
7. Disable tap highlights on iOS.
|
|
512
|
+
*/
|
|
513
|
+
|
|
514
|
+
html,
|
|
515
|
+
:host {
|
|
516
|
+
line-height: 1.5; /* 1 */
|
|
517
|
+
-webkit-text-size-adjust: 100%; /* 2 */
|
|
518
|
+
tab-size: 4; /* 3 */
|
|
519
|
+
font-family: --theme(
|
|
520
|
+
--default-font-family,
|
|
521
|
+
ui-sans-serif,
|
|
522
|
+
system-ui,
|
|
523
|
+
sans-serif,
|
|
524
|
+
"Apple Color Emoji",
|
|
525
|
+
"Segoe UI Emoji",
|
|
526
|
+
"Segoe UI Symbol",
|
|
527
|
+
"Noto Color Emoji"
|
|
528
|
+
); /* 4 */
|
|
529
|
+
font-feature-settings: --theme(
|
|
530
|
+
--default-font-feature-settings,
|
|
531
|
+
normal
|
|
532
|
+
); /* 5 */
|
|
533
|
+
font-variation-settings: --theme(
|
|
534
|
+
--default-font-variation-settings,
|
|
535
|
+
normal
|
|
536
|
+
); /* 6 */
|
|
537
|
+
-webkit-tap-highlight-color: transparent; /* 7 */
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
/*
|
|
541
|
+
1. Add the correct height in Firefox.
|
|
542
|
+
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
|
543
|
+
3. Reset the default border style to a 1px solid border.
|
|
544
|
+
*/
|
|
545
|
+
|
|
546
|
+
hr {
|
|
547
|
+
height: 0; /* 1 */
|
|
548
|
+
color: inherit; /* 2 */
|
|
549
|
+
border-top-width: 1px; /* 3 */
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
/*
|
|
553
|
+
Add the correct text decoration in Chrome, Edge, and Safari.
|
|
554
|
+
*/
|
|
555
|
+
|
|
556
|
+
abbr:where([title]) {
|
|
557
|
+
-webkit-text-decoration: underline dotted;
|
|
558
|
+
text-decoration: underline dotted;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
/*
|
|
562
|
+
Remove the default font size and weight for headings.
|
|
563
|
+
*/
|
|
564
|
+
|
|
565
|
+
h1,
|
|
566
|
+
h2,
|
|
567
|
+
h3,
|
|
568
|
+
h4,
|
|
569
|
+
h5,
|
|
570
|
+
h6 {
|
|
571
|
+
font-size: inherit;
|
|
572
|
+
font-weight: inherit;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
/*
|
|
576
|
+
Reset links to optimize for opt-in styling instead of opt-out.
|
|
577
|
+
*/
|
|
578
|
+
|
|
579
|
+
a {
|
|
580
|
+
color: inherit;
|
|
581
|
+
-webkit-text-decoration: inherit;
|
|
582
|
+
text-decoration: inherit;
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
/*
|
|
586
|
+
Add the correct font weight in Edge and Safari.
|
|
587
|
+
*/
|
|
588
|
+
|
|
589
|
+
b,
|
|
590
|
+
strong {
|
|
591
|
+
font-weight: bolder;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
/*
|
|
595
|
+
1. Use the user's configured `mono` font-family by default.
|
|
596
|
+
2. Use the user's configured `mono` font-feature-settings by default.
|
|
597
|
+
3. Use the user's configured `mono` font-variation-settings by default.
|
|
598
|
+
4. Correct the odd `em` font sizing in all browsers.
|
|
599
|
+
*/
|
|
600
|
+
|
|
601
|
+
code,
|
|
602
|
+
kbd,
|
|
603
|
+
samp,
|
|
604
|
+
pre {
|
|
605
|
+
font-family: --theme(
|
|
606
|
+
--default-mono-font-family,
|
|
607
|
+
ui-monospace,
|
|
608
|
+
SFMono-Regular,
|
|
609
|
+
Menlo,
|
|
610
|
+
Monaco,
|
|
611
|
+
Consolas,
|
|
612
|
+
"Liberation Mono",
|
|
613
|
+
"Courier New",
|
|
614
|
+
monospace
|
|
615
|
+
); /* 1 */
|
|
616
|
+
font-feature-settings: --theme(
|
|
617
|
+
--default-mono-font-feature-settings,
|
|
618
|
+
normal
|
|
619
|
+
); /* 2 */
|
|
620
|
+
font-variation-settings: --theme(
|
|
621
|
+
--default-mono-font-variation-settings,
|
|
622
|
+
normal
|
|
623
|
+
); /* 3 */
|
|
624
|
+
font-size: 1em; /* 4 */
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
/*
|
|
628
|
+
Add the correct font size in all browsers.
|
|
629
|
+
*/
|
|
630
|
+
|
|
631
|
+
small {
|
|
632
|
+
font-size: 80%;
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
/*
|
|
636
|
+
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
|
|
637
|
+
*/
|
|
638
|
+
|
|
639
|
+
sub,
|
|
640
|
+
sup {
|
|
641
|
+
font-size: 75%;
|
|
642
|
+
line-height: 0;
|
|
643
|
+
position: relative;
|
|
644
|
+
vertical-align: baseline;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
sub {
|
|
648
|
+
bottom: -0.25em;
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
sup {
|
|
652
|
+
top: -0.5em;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
/*
|
|
656
|
+
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
|
|
657
|
+
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
|
|
658
|
+
3. Remove gaps between table borders by default.
|
|
659
|
+
*/
|
|
660
|
+
|
|
661
|
+
table {
|
|
662
|
+
text-indent: 0; /* 1 */
|
|
663
|
+
border-color: inherit; /* 2 */
|
|
664
|
+
border-collapse: collapse; /* 3 */
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
/*
|
|
668
|
+
Use the modern Firefox focus style for all focusable elements.
|
|
669
|
+
*/
|
|
670
|
+
|
|
671
|
+
:-moz-focusring {
|
|
672
|
+
outline: auto;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
/*
|
|
676
|
+
Add the correct vertical alignment in Chrome and Firefox.
|
|
677
|
+
*/
|
|
678
|
+
|
|
679
|
+
progress {
|
|
680
|
+
vertical-align: baseline;
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
/*
|
|
684
|
+
Add the correct display in Chrome and Safari.
|
|
685
|
+
*/
|
|
686
|
+
|
|
687
|
+
summary {
|
|
688
|
+
display: list-item;
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
/*
|
|
692
|
+
Make lists unstyled by default.
|
|
693
|
+
*/
|
|
694
|
+
|
|
695
|
+
ol,
|
|
696
|
+
ul,
|
|
697
|
+
menu {
|
|
698
|
+
list-style: none;
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
/*
|
|
702
|
+
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
703
|
+
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|
|
704
|
+
This can trigger a poorly considered lint error in some tools but is included by design.
|
|
705
|
+
*/
|
|
706
|
+
|
|
707
|
+
img,
|
|
708
|
+
svg,
|
|
709
|
+
video,
|
|
710
|
+
canvas,
|
|
711
|
+
audio,
|
|
712
|
+
iframe,
|
|
713
|
+
embed,
|
|
714
|
+
object {
|
|
715
|
+
display: block; /* 1 */
|
|
716
|
+
vertical-align: middle; /* 2 */
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
/*
|
|
720
|
+
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
721
|
+
*/
|
|
722
|
+
|
|
723
|
+
img,
|
|
724
|
+
video {
|
|
725
|
+
max-width: 100%;
|
|
726
|
+
height: auto;
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
/*
|
|
730
|
+
1. Inherit font styles in all browsers.
|
|
731
|
+
2. Remove border radius in all browsers.
|
|
732
|
+
3. Remove background color in all browsers.
|
|
733
|
+
4. Ensure consistent opacity for disabled states in all browsers.
|
|
734
|
+
*/
|
|
735
|
+
|
|
736
|
+
button,
|
|
737
|
+
input,
|
|
738
|
+
select,
|
|
739
|
+
optgroup,
|
|
740
|
+
textarea,
|
|
741
|
+
::file-selector-button {
|
|
742
|
+
font: inherit; /* 1 */
|
|
743
|
+
font-feature-settings: inherit; /* 1 */
|
|
744
|
+
font-variation-settings: inherit; /* 1 */
|
|
745
|
+
letter-spacing: inherit; /* 1 */
|
|
746
|
+
color: inherit; /* 1 */
|
|
747
|
+
border-radius: 0; /* 2 */
|
|
748
|
+
background-color: transparent; /* 3 */
|
|
749
|
+
opacity: 1; /* 4 */
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
/*
|
|
753
|
+
Restore default font weight.
|
|
754
|
+
*/
|
|
755
|
+
|
|
756
|
+
:where(select:is([multiple], [size])) optgroup {
|
|
757
|
+
font-weight: bolder;
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
/*
|
|
761
|
+
Restore indentation.
|
|
762
|
+
*/
|
|
763
|
+
|
|
764
|
+
:where(select:is([multiple], [size])) optgroup option {
|
|
765
|
+
padding-inline-start: 20px;
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
/*
|
|
769
|
+
Restore space after button.
|
|
770
|
+
*/
|
|
771
|
+
|
|
772
|
+
::file-selector-button {
|
|
773
|
+
margin-inline-end: 4px;
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
/*
|
|
777
|
+
Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
|
|
778
|
+
*/
|
|
779
|
+
|
|
780
|
+
::placeholder {
|
|
781
|
+
opacity: 1;
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
/*
|
|
785
|
+
Set the default placeholder color to a semi-transparent version of the current text color in browsers that do not
|
|
786
|
+
crash when using `color-mix(…)` with `currentcolor`. (https://github.com/tailwindlabs/tailwindcss/issues/17194)
|
|
787
|
+
*/
|
|
788
|
+
|
|
789
|
+
@supports (not (-webkit-appearance: -apple-pay-button)) /* Not Safari */ or
|
|
790
|
+
(contain-intrinsic-size: 1px) /* Safari 17+ */ {
|
|
791
|
+
::placeholder {
|
|
792
|
+
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
793
|
+
}
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
/*
|
|
797
|
+
Prevent resizing textareas horizontally by default.
|
|
798
|
+
*/
|
|
799
|
+
|
|
800
|
+
textarea {
|
|
801
|
+
resize: vertical;
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
/*
|
|
805
|
+
Remove the inner padding in Chrome and Safari on macOS.
|
|
806
|
+
*/
|
|
807
|
+
|
|
808
|
+
::-webkit-search-decoration {
|
|
809
|
+
-webkit-appearance: none;
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
/*
|
|
813
|
+
1. Ensure date/time inputs have the same height when empty in iOS Safari.
|
|
814
|
+
2. Ensure text alignment can be changed on date/time inputs in iOS Safari.
|
|
815
|
+
*/
|
|
816
|
+
|
|
817
|
+
::-webkit-date-and-time-value {
|
|
818
|
+
min-height: 1lh; /* 1 */
|
|
819
|
+
text-align: inherit; /* 2 */
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
/*
|
|
823
|
+
Prevent height from changing on date/time inputs in macOS Safari when the input is set to `display: block`.
|
|
824
|
+
*/
|
|
825
|
+
|
|
826
|
+
::-webkit-datetime-edit {
|
|
827
|
+
display: inline-flex;
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
/*
|
|
831
|
+
Remove excess padding from pseudo-elements in date/time inputs to ensure consistent height across browsers.
|
|
832
|
+
*/
|
|
833
|
+
|
|
834
|
+
::-webkit-datetime-edit-fields-wrapper {
|
|
835
|
+
padding: 0;
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
::-webkit-datetime-edit,
|
|
839
|
+
::-webkit-datetime-edit-year-field,
|
|
840
|
+
::-webkit-datetime-edit-month-field,
|
|
841
|
+
::-webkit-datetime-edit-day-field,
|
|
842
|
+
::-webkit-datetime-edit-hour-field,
|
|
843
|
+
::-webkit-datetime-edit-minute-field,
|
|
844
|
+
::-webkit-datetime-edit-second-field,
|
|
845
|
+
::-webkit-datetime-edit-millisecond-field,
|
|
846
|
+
::-webkit-datetime-edit-meridiem-field {
|
|
847
|
+
padding-block: 0;
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
/*
|
|
851
|
+
Center dropdown marker shown on inputs with paired `<datalist>`s in Chrome. (https://github.com/tailwindlabs/tailwindcss/issues/18499)
|
|
852
|
+
*/
|
|
853
|
+
|
|
854
|
+
::-webkit-calendar-picker-indicator {
|
|
855
|
+
line-height: 1;
|
|
856
|
+
}
|
|
857
|
+
|
|
858
|
+
/*
|
|
859
|
+
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
|
|
860
|
+
*/
|
|
861
|
+
|
|
862
|
+
:-moz-ui-invalid {
|
|
863
|
+
box-shadow: none;
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
/*
|
|
867
|
+
Correct the inability to style the border radius in iOS Safari.
|
|
868
|
+
*/
|
|
869
|
+
|
|
870
|
+
button,
|
|
871
|
+
input:where([type="button"], [type="reset"], [type="submit"]),
|
|
872
|
+
::file-selector-button {
|
|
873
|
+
appearance: button;
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
/*
|
|
877
|
+
Correct the cursor style of increment and decrement buttons in Safari.
|
|
878
|
+
*/
|
|
879
|
+
|
|
880
|
+
::-webkit-inner-spin-button,
|
|
881
|
+
::-webkit-outer-spin-button {
|
|
882
|
+
height: auto;
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
/*
|
|
886
|
+
Make elements with the HTML hidden attribute stay hidden by default.
|
|
887
|
+
*/
|
|
888
|
+
|
|
889
|
+
[hidden]:where(:not([hidden="until-found"])) {
|
|
890
|
+
display: none !important;
|
|
891
|
+
}
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
@layer utilities {
|
|
895
|
+
@tailwind utilities;
|
|
896
|
+
}
|
|
897
|
+
|
|
898
|
+
/* Tailwind & Reset */
|
|
899
|
+
|
|
900
|
+
/* =============================================
|
|
901
|
+
Opinionated resets
|
|
902
|
+
============================================= */
|
|
903
|
+
|
|
904
|
+
@layer base {
|
|
905
|
+
html,
|
|
906
|
+
:host {
|
|
907
|
+
/* Disallow browsers from synthesizing bold weights when missing */
|
|
908
|
+
font-synthesis-weight: none;
|
|
909
|
+
}
|
|
910
|
+
|
|
911
|
+
textarea {
|
|
912
|
+
/* Prevent resizing by default */
|
|
913
|
+
resize: none;
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
img,
|
|
917
|
+
svg {
|
|
918
|
+
flex-grow: 0;
|
|
919
|
+
/* Prevent flexbox from forcing visual assets to shrink/grow size unintentionally */
|
|
920
|
+
flex-shrink: 0;
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
input,
|
|
924
|
+
textarea,
|
|
925
|
+
select,
|
|
926
|
+
optgroup {
|
|
927
|
+
/* Normalize mobile Safari styles */
|
|
928
|
+
-webkit-appearance: none;
|
|
929
|
+
-moz-appearance: none;
|
|
930
|
+
appearance: none;
|
|
931
|
+
box-shadow: none;
|
|
932
|
+
/* Prevent Firefox autofill coloring (preview and confirmed modes) */
|
|
933
|
+
filter: none;
|
|
934
|
+
/* Normalize default outline offset and width in Safari */
|
|
935
|
+
outline-offset: 0;
|
|
936
|
+
outline-width: 2px;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
/*
|
|
940
|
+
* Prevent non-standard gestures on interactive Elements, like double-tap to zoom.
|
|
941
|
+
* Single taps will be dispatched immediately, instead of delayed.
|
|
942
|
+
*/
|
|
943
|
+
a,
|
|
944
|
+
button,
|
|
945
|
+
input,
|
|
946
|
+
label,
|
|
947
|
+
select,
|
|
948
|
+
textarea,
|
|
949
|
+
:where([aria-role="button"]) {
|
|
950
|
+
touch-action: manipulation;
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
button {
|
|
954
|
+
/* Reset default transform */
|
|
955
|
+
text-transform: none;
|
|
956
|
+
/* Remove gap below button in certain conditions where inline-block is used */
|
|
957
|
+
vertical-align: middle;
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
button:not(:disabled),
|
|
961
|
+
[role="button"]:not(:disabled) {
|
|
962
|
+
/* Normalize cursor to pointer type */
|
|
963
|
+
cursor: pointer;
|
|
964
|
+
}
|
|
965
|
+
|
|
966
|
+
pre {
|
|
967
|
+
/* Avoid overflow by default in preformatted text */
|
|
968
|
+
white-space: pre-wrap;
|
|
969
|
+
}
|
|
970
|
+
|
|
971
|
+
table {
|
|
972
|
+
/* Remove gaps between table borders by default */
|
|
973
|
+
border-spacing: 0;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
/* Remove default quote elements */
|
|
977
|
+
blockquote,
|
|
978
|
+
q {
|
|
979
|
+
quotes: none;
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
blockquote::before,
|
|
983
|
+
blockquote::after,
|
|
984
|
+
q::before,
|
|
985
|
+
q::after {
|
|
986
|
+
content: none;
|
|
987
|
+
}
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
/* =============================================
|
|
991
|
+
Directives
|
|
992
|
+
============================================= */
|
|
993
|
+
|
|
994
|
+
@custom-variant hover {
|
|
995
|
+
@media (hover: hover) and (pointer: fine) {
|
|
996
|
+
&:hover {
|
|
997
|
+
@slot;
|
|
998
|
+
}
|
|
999
|
+
}
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
@custom-variant dark (&:where([data-theme=dark], [data-theme=dark] *));
|
|
1003
|
+
|
|
1004
|
+
@custom-variant light (&:where([data-theme=light], [data-theme=light] *));
|
|
1005
|
+
|
|
1006
|
+
/* Tier 1 tokens: Primitives */
|
|
1007
|
+
|
|
1008
|
+
@layer theme {
|
|
1009
|
+
:root,
|
|
1010
|
+
:where([data-theme]) {
|
|
1011
|
+
/* =============================================
|
|
1012
|
+
Gray
|
|
1013
|
+
============================================= */
|
|
1014
|
+
--gray-500: #5d5d5d;
|
|
1015
|
+
|
|
1016
|
+
/* =============================================
|
|
1017
|
+
Alpha transparency
|
|
1018
|
+
============================================= */
|
|
1019
|
+
--alpha-0: color-mix(in oklab, var(--alpha-base) 0%, transparent);
|
|
1020
|
+
--alpha-02: color-mix(in oklab, var(--alpha-base) 2%, transparent);
|
|
1021
|
+
--alpha-04: color-mix(in oklab, var(--alpha-base) 4%, transparent);
|
|
1022
|
+
--alpha-05: color-mix(in oklab, var(--alpha-base) 5%, transparent);
|
|
1023
|
+
--alpha-06: color-mix(in oklab, var(--alpha-base) 6%, transparent);
|
|
1024
|
+
--alpha-08: color-mix(in oklab, var(--alpha-base) 8%, transparent);
|
|
1025
|
+
--alpha-10: color-mix(in oklab, var(--alpha-base) 10%, transparent);
|
|
1026
|
+
--alpha-12: color-mix(in oklab, var(--alpha-base) 12%, transparent);
|
|
1027
|
+
--alpha-15: color-mix(in oklab, var(--alpha-base) 15%, transparent);
|
|
1028
|
+
--alpha-16: color-mix(in oklab, var(--alpha-base) 16%, transparent);
|
|
1029
|
+
--alpha-20: color-mix(in oklab, var(--alpha-base) 20%, transparent);
|
|
1030
|
+
--alpha-25: color-mix(in oklab, var(--alpha-base) 25%, transparent);
|
|
1031
|
+
--alpha-30: color-mix(in oklab, var(--alpha-base) 30%, transparent);
|
|
1032
|
+
--alpha-35: color-mix(in oklab, var(--alpha-base) 35%, transparent);
|
|
1033
|
+
--alpha-40: color-mix(in oklab, var(--alpha-base) 40%, transparent);
|
|
1034
|
+
--alpha-50: color-mix(in oklab, var(--alpha-base) 50%, transparent);
|
|
1035
|
+
--alpha-60: color-mix(in oklab, var(--alpha-base) 60%, transparent);
|
|
1036
|
+
--alpha-70: color-mix(in oklab, var(--alpha-base) 70%, transparent);
|
|
1037
|
+
|
|
1038
|
+
/* =============================================
|
|
1039
|
+
Consistent contrast
|
|
1040
|
+
============================================= */
|
|
1041
|
+
--white: #ffffff;
|
|
1042
|
+
--black: #000000;
|
|
1043
|
+
|
|
1044
|
+
/* =============================================
|
|
1045
|
+
Green
|
|
1046
|
+
============================================= */
|
|
1047
|
+
--green-25: #edfaf2;
|
|
1048
|
+
--green-50: #d9f4e4;
|
|
1049
|
+
--green-75: #b8ebcc;
|
|
1050
|
+
--green-100: #8cdfad;
|
|
1051
|
+
--green-200: #66d492;
|
|
1052
|
+
--green-300: #40c977;
|
|
1053
|
+
--green-400: #04b84c;
|
|
1054
|
+
--green-500: #00a240;
|
|
1055
|
+
--green-600: #008635;
|
|
1056
|
+
--green-700: #00692a;
|
|
1057
|
+
--green-800: #004f1f;
|
|
1058
|
+
--green-900: #003716;
|
|
1059
|
+
--green-950: #011c0b;
|
|
1060
|
+
--green-1000: #001207;
|
|
1061
|
+
--green-a25: color-mix(in oklab, var(--green-400) 8%, transparent);
|
|
1062
|
+
--green-a50: color-mix(in oklab, var(--green-400) 15%, transparent);
|
|
1063
|
+
--green-a75: color-mix(in oklab, var(--green-400) 29%, transparent);
|
|
1064
|
+
--green-a100: color-mix(in oklab, var(--green-400) 45%, transparent);
|
|
1065
|
+
--green-a200: color-mix(in oklab, var(--green-400) 60%, transparent);
|
|
1066
|
+
--green-a300: color-mix(in oklab, var(--green-400) 75%, transparent);
|
|
1067
|
+
|
|
1068
|
+
/* =============================================
|
|
1069
|
+
Red
|
|
1070
|
+
============================================= */
|
|
1071
|
+
--red-25: #fff0f0;
|
|
1072
|
+
--red-50: #ffd9d9;
|
|
1073
|
+
--red-75: #ffc6c5;
|
|
1074
|
+
--red-100: #ffa4a2;
|
|
1075
|
+
--red-200: #ff8583;
|
|
1076
|
+
--red-300: #ff6764;
|
|
1077
|
+
--red-400: #fa423e;
|
|
1078
|
+
--red-500: #e02e2a;
|
|
1079
|
+
--red-600: #ba2623;
|
|
1080
|
+
--red-700: #911e1b;
|
|
1081
|
+
--red-800: #6e1615;
|
|
1082
|
+
--red-900: #4d100e;
|
|
1083
|
+
--red-950: #280b0a;
|
|
1084
|
+
--red-1000: #1f0909;
|
|
1085
|
+
--red-a25: color-mix(in oklab, var(--red-400) 8%, transparent);
|
|
1086
|
+
--red-a50: color-mix(in oklab, var(--red-400) 16%, transparent);
|
|
1087
|
+
--red-a75: color-mix(in oklab, var(--red-400) 30%, transparent);
|
|
1088
|
+
--red-a100: color-mix(in oklab, var(--red-400) 48%, transparent);
|
|
1089
|
+
--red-a200: color-mix(in oklab, var(--red-400) 64%, transparent);
|
|
1090
|
+
--red-a300: color-mix(in oklab, var(--red-400) 79%, transparent);
|
|
1091
|
+
|
|
1092
|
+
/* =============================================
|
|
1093
|
+
Pink
|
|
1094
|
+
============================================= */
|
|
1095
|
+
--pink-25: #fff4f9;
|
|
1096
|
+
--pink-50: #ffe8f3;
|
|
1097
|
+
--pink-75: #ffd4e8;
|
|
1098
|
+
--pink-100: #ffbada;
|
|
1099
|
+
--pink-200: #ffa3ce;
|
|
1100
|
+
--pink-300: #ff8cc1;
|
|
1101
|
+
--pink-400: #ff66ad;
|
|
1102
|
+
--pink-500: #e04c91;
|
|
1103
|
+
--pink-600: #ba437a;
|
|
1104
|
+
--pink-700: #963c67;
|
|
1105
|
+
--pink-800: #6e2c4a;
|
|
1106
|
+
--pink-900: #4d1f34;
|
|
1107
|
+
--pink-950: #29101c;
|
|
1108
|
+
--pink-1000: #1a0a11;
|
|
1109
|
+
--pink-a25: color-mix(in oklab, var(--pink-400) 8%, transparent);
|
|
1110
|
+
--pink-a50: color-mix(in oklab, var(--pink-400) 16%, transparent);
|
|
1111
|
+
--pink-a75: color-mix(in oklab, var(--pink-400) 28%, transparent);
|
|
1112
|
+
--pink-a100: color-mix(in oklab, var(--pink-400) 45%, transparent);
|
|
1113
|
+
--pink-a200: color-mix(in oklab, var(--pink-400) 60%, transparent);
|
|
1114
|
+
--pink-a300: color-mix(in oklab, var(--pink-400) 76%, transparent);
|
|
1115
|
+
|
|
1116
|
+
/* =============================================
|
|
1117
|
+
Orange
|
|
1118
|
+
============================================= */
|
|
1119
|
+
--orange-25: #fff5f0;
|
|
1120
|
+
--orange-50: #ffe7d9;
|
|
1121
|
+
--orange-75: #ffcfb4;
|
|
1122
|
+
--orange-100: #ffb790;
|
|
1123
|
+
--orange-200: #ff9e6c;
|
|
1124
|
+
--orange-300: #ff8549;
|
|
1125
|
+
--orange-400: #fb6a22;
|
|
1126
|
+
--orange-500: #e25507;
|
|
1127
|
+
--orange-600: #b9480d;
|
|
1128
|
+
--orange-700: #923b0f;
|
|
1129
|
+
--orange-800: #6d2e0f;
|
|
1130
|
+
--orange-900: #4a2206;
|
|
1131
|
+
--orange-950: #281105;
|
|
1132
|
+
--orange-1000: #211107;
|
|
1133
|
+
--orange-a25: color-mix(in oklab, var(--orange-400) 7%, transparent);
|
|
1134
|
+
--orange-a50: color-mix(in oklab, var(--orange-400) 16%, transparent);
|
|
1135
|
+
--orange-a75: color-mix(in oklab, var(--orange-400) 33%, transparent);
|
|
1136
|
+
--orange-a100: color-mix(in oklab, var(--orange-400) 48%, transparent);
|
|
1137
|
+
--orange-a200: color-mix(in oklab, var(--orange-400) 65%, transparent);
|
|
1138
|
+
--orange-a300: color-mix(in oklab, var(--orange-400) 81%, transparent);
|
|
1139
|
+
|
|
1140
|
+
/* =============================================
|
|
1141
|
+
Yellow
|
|
1142
|
+
============================================= */
|
|
1143
|
+
--yellow-25: #fffbed;
|
|
1144
|
+
--yellow-50: #fff6d9;
|
|
1145
|
+
--yellow-75: #ffeeb8;
|
|
1146
|
+
--yellow-100: #ffe48c;
|
|
1147
|
+
--yellow-200: #ffdb66;
|
|
1148
|
+
--yellow-300: #ffd240;
|
|
1149
|
+
--yellow-400: #ffc300;
|
|
1150
|
+
--yellow-500: #e0ac00;
|
|
1151
|
+
--yellow-600: #ba8e00;
|
|
1152
|
+
--yellow-700: #916f00;
|
|
1153
|
+
--yellow-800: #6e5400;
|
|
1154
|
+
--yellow-900: #4d3b00;
|
|
1155
|
+
--yellow-950: #261d00;
|
|
1156
|
+
--yellow-1000: #1a1400;
|
|
1157
|
+
--yellow-a25: color-mix(in oklab, var(--yellow-400) 8%, transparent);
|
|
1158
|
+
--yellow-a50: color-mix(in oklab, var(--yellow-400) 15%, transparent);
|
|
1159
|
+
--yellow-a75: color-mix(in oklab, var(--yellow-400) 27%, transparent);
|
|
1160
|
+
--yellow-a100: color-mix(in oklab, var(--yellow-400) 45%, transparent);
|
|
1161
|
+
--yellow-a200: color-mix(in oklab, var(--yellow-400) 59%, transparent);
|
|
1162
|
+
--yellow-a300: color-mix(in oklab, var(--yellow-400) 74%, transparent);
|
|
1163
|
+
|
|
1164
|
+
/* =============================================
|
|
1165
|
+
Purple
|
|
1166
|
+
============================================= */
|
|
1167
|
+
--purple-25: #f9f5fe;
|
|
1168
|
+
--purple-50: #efe5fe;
|
|
1169
|
+
--purple-75: #e0cefd;
|
|
1170
|
+
--purple-100: #ceb0fb;
|
|
1171
|
+
--purple-200: #be95fa;
|
|
1172
|
+
--purple-300: #ad7bf9;
|
|
1173
|
+
--purple-400: #924ff7;
|
|
1174
|
+
--purple-500: #8046d9;
|
|
1175
|
+
--purple-600: #6b3ab4;
|
|
1176
|
+
--purple-700: #532d8d;
|
|
1177
|
+
--purple-800: #3f226a;
|
|
1178
|
+
--purple-900: #2c184a;
|
|
1179
|
+
--purple-950: #160c25;
|
|
1180
|
+
--purple-1000: #100a19;
|
|
1181
|
+
--purple-a25: color-mix(in oklab, var(--purple-400) 6%, transparent);
|
|
1182
|
+
--purple-a50: color-mix(in oklab, var(--purple-400) 15%, transparent);
|
|
1183
|
+
--purple-a75: color-mix(in oklab, var(--purple-400) 28%, transparent);
|
|
1184
|
+
--purple-a100: color-mix(in oklab, var(--purple-400) 45%, transparent);
|
|
1185
|
+
--purple-a200: color-mix(in oklab, var(--purple-400) 60%, transparent);
|
|
1186
|
+
--purple-a300: color-mix(in oklab, var(--purple-400) 75%, transparent);
|
|
1187
|
+
|
|
1188
|
+
/* =============================================
|
|
1189
|
+
Blue
|
|
1190
|
+
============================================= */
|
|
1191
|
+
--blue-25: #f5faff;
|
|
1192
|
+
--blue-50: #e5f3ff;
|
|
1193
|
+
--blue-75: #cce6ff;
|
|
1194
|
+
--blue-100: #99ceff;
|
|
1195
|
+
--blue-200: #66b5ff;
|
|
1196
|
+
--blue-300: #339cff;
|
|
1197
|
+
--blue-400: #0285ff;
|
|
1198
|
+
--blue-500: #0169cc;
|
|
1199
|
+
--blue-600: #004f99;
|
|
1200
|
+
--blue-700: #003f7a;
|
|
1201
|
+
--blue-800: #013566;
|
|
1202
|
+
--blue-900: #00284d;
|
|
1203
|
+
--blue-950: #000e1a;
|
|
1204
|
+
--blue-1000: #000d19;
|
|
1205
|
+
--blue-a25: color-mix(in oklab, var(--blue-400) 4%, transparent);
|
|
1206
|
+
--blue-a50: color-mix(in oklab, var(--blue-400) 13%, transparent);
|
|
1207
|
+
--blue-a75: color-mix(in oklab, var(--blue-400) 25%, transparent);
|
|
1208
|
+
--blue-a100: color-mix(in oklab, var(--blue-400) 40%, transparent);
|
|
1209
|
+
--blue-a200: color-mix(in oklab, var(--blue-400) 60%, transparent);
|
|
1210
|
+
--blue-a300: color-mix(in oklab, var(--blue-400) 80%, transparent);
|
|
1211
|
+
|
|
1212
|
+
/* =============================================
|
|
1213
|
+
Sizes
|
|
1214
|
+
============================================= */
|
|
1215
|
+
--hairline: 1px;
|
|
1216
|
+
|
|
1217
|
+
/* =============================================
|
|
1218
|
+
Shadows
|
|
1219
|
+
============================================= */
|
|
1220
|
+
/* Color */
|
|
1221
|
+
/* Geometry – x | y | blur | spread */
|
|
1222
|
+
}
|
|
1223
|
+
:where(:root), :where([data-theme="light"]) {
|
|
1224
|
+
--gray-0: #ffffff;
|
|
1225
|
+
--gray-25: #fcfcfc;
|
|
1226
|
+
--gray-50: #f9f9f9;
|
|
1227
|
+
--gray-75: #f3f3f3;
|
|
1228
|
+
--gray-100: #ededed;
|
|
1229
|
+
--gray-150: #dfdfdf;
|
|
1230
|
+
--gray-200: #cdcdcd;
|
|
1231
|
+
--gray-250: #b9b9b9;
|
|
1232
|
+
--gray-300: #afafaf;
|
|
1233
|
+
--gray-350: #9f9f9f;
|
|
1234
|
+
--gray-400: #8f8f8f;
|
|
1235
|
+
--gray-450: #767676;
|
|
1236
|
+
--gray-550: #4f4f4f;
|
|
1237
|
+
--gray-600: #414141;
|
|
1238
|
+
--gray-650: #393939;
|
|
1239
|
+
--gray-700: #303030;
|
|
1240
|
+
--gray-750: #282828;
|
|
1241
|
+
--gray-800: #212121;
|
|
1242
|
+
--gray-850: #1c1c1c;
|
|
1243
|
+
--gray-900: #181818;
|
|
1244
|
+
--gray-925: #161616;
|
|
1245
|
+
--gray-950: #131313;
|
|
1246
|
+
--gray-975: #101010;
|
|
1247
|
+
--gray-1000: #0d0d0d;
|
|
1248
|
+
--alpha-base: #0d0d0d;
|
|
1249
|
+
}
|
|
1250
|
+
:where([data-theme="dark"]) {
|
|
1251
|
+
--gray-0: #0d0d0d;
|
|
1252
|
+
--gray-25: #101010;
|
|
1253
|
+
--gray-50: #131313;
|
|
1254
|
+
--gray-75: #161616;
|
|
1255
|
+
--gray-100: #181818;
|
|
1256
|
+
--gray-150: #1c1c1c;
|
|
1257
|
+
--gray-200: #212121;
|
|
1258
|
+
--gray-250: #282828;
|
|
1259
|
+
--gray-300: #303030;
|
|
1260
|
+
--gray-350: #393939;
|
|
1261
|
+
--gray-400: #414141;
|
|
1262
|
+
--gray-450: #4f4f4f;
|
|
1263
|
+
--gray-550: #767676;
|
|
1264
|
+
--gray-600: #8f8f8f;
|
|
1265
|
+
--gray-650: #9f9f9f;
|
|
1266
|
+
--gray-700: #afafaf;
|
|
1267
|
+
--gray-750: #b9b9b9;
|
|
1268
|
+
--gray-800: #cdcdcd;
|
|
1269
|
+
--gray-850: #dcdcdc;
|
|
1270
|
+
--gray-900: #ededed;
|
|
1271
|
+
--gray-925: #f3f3f3;
|
|
1272
|
+
--gray-950: #f3f3f3;
|
|
1273
|
+
--gray-975: #f9f9f9;
|
|
1274
|
+
--gray-1000: #ffffff;
|
|
1275
|
+
--alpha-base: #ffffff;
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1278
|
+
@media (resolution >= 150dpi), (resolution >= 1.5dppx) {
|
|
1279
|
+
:root,
|
|
1280
|
+
:where([data-theme]) {
|
|
1281
|
+
--hairline: 0.5px;
|
|
1282
|
+
}
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1285
|
+
:root,
|
|
1286
|
+
:where([data-theme]) {
|
|
1287
|
+
--shadow-color: 0 0 0;
|
|
1288
|
+
--elevation-100-geo: 0 1px 2px -1px;
|
|
1289
|
+
--elevation-200-geo: 0 2px 4px -1px;
|
|
1290
|
+
--elevation-300-geo: 0 4px 8px -2px;
|
|
1291
|
+
--elevation-400-geo: 0 8px 16px -4px;
|
|
1292
|
+
}
|
|
1293
|
+
|
|
1294
|
+
:where(:root),
|
|
1295
|
+
:where([data-theme="light"]) {
|
|
1296
|
+
/* Alpha */
|
|
1297
|
+
--shadow-alpha-100: 0.08;
|
|
1298
|
+
--shadow-alpha-200: 0.08;
|
|
1299
|
+
--shadow-alpha-300: 0.1;
|
|
1300
|
+
--shadow-alpha-400: 0.12;
|
|
1301
|
+
--shadow-hairline-width: 1px;
|
|
1302
|
+
--shadow-hairline-color: rgb(0 0 0 / 8%);
|
|
1303
|
+
}
|
|
1304
|
+
|
|
1305
|
+
@media (resolution >= 150dpi), (resolution >= 1.5dppx) {
|
|
1306
|
+
|
|
1307
|
+
:where(:root),
|
|
1308
|
+
:where([data-theme="light"]) {
|
|
1309
|
+
--shadow-hairline-width: 0.5px;
|
|
1310
|
+
--shadow-hairline-color: rgb(0 0 0 / 10%)
|
|
1311
|
+
}
|
|
1312
|
+
}
|
|
1313
|
+
|
|
1314
|
+
:where([data-theme="dark"]) {
|
|
1315
|
+
--shadow-alpha-100: 0.2;
|
|
1316
|
+
--shadow-alpha-200: 0.2;
|
|
1317
|
+
--shadow-alpha-300: 0.36;
|
|
1318
|
+
--shadow-alpha-400: 0.3;
|
|
1319
|
+
--shadow-hairline-width: 1px;
|
|
1320
|
+
--shadow-hairline-color: rgb(255 255 255 / 10%);
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1323
|
+
@media (resolution >= 150dpi), (resolution >= 1.5dppx) {
|
|
1324
|
+
|
|
1325
|
+
:where([data-theme="dark"]) {
|
|
1326
|
+
--shadow-hairline-width: 0.5px;
|
|
1327
|
+
--shadow-hairline-color: rgb(255 255 255 / 12%)
|
|
1328
|
+
}
|
|
1329
|
+
}
|
|
1330
|
+
|
|
1331
|
+
:where([data-theme="dark"]) [data-surface="elevated"] {
|
|
1332
|
+
--shadow-hairline: 0 0 rgb(0 0 0 / 0%); /* no edge on lighter gray */
|
|
1333
|
+
}
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
/* Tier 2 tokens: Semantic */
|
|
1337
|
+
|
|
1338
|
+
/* stylelint-disable custom-property-pattern -- Tailwind requires this sometimes */
|
|
1339
|
+
|
|
1340
|
+
/* Always generate these variables, but they are also available to Tailwind */
|
|
1341
|
+
|
|
1342
|
+
@theme static {
|
|
1343
|
+
/* =============================================
|
|
1344
|
+
Breakpoints - configured in postcss.config
|
|
1345
|
+
============================================= */
|
|
1346
|
+
--breakpoint-xs: 380px;
|
|
1347
|
+
--breakpoint-sm: 576px;
|
|
1348
|
+
--breakpoint-md: 768px;
|
|
1349
|
+
--breakpoint-lg: 1024px;
|
|
1350
|
+
--breakpoint-xl: 1280px;
|
|
1351
|
+
--breakpoint-2xl: 1536px;
|
|
1352
|
+
|
|
1353
|
+
/* =============================================
|
|
1354
|
+
Font families
|
|
1355
|
+
============================================= */
|
|
1356
|
+
--font-serif: initial;
|
|
1357
|
+
--font-sans: ui-sans-serif, -apple-system, system-ui, "Segoe UI", "Noto Sans", "Helvetica",
|
|
1358
|
+
"Arial", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
|
|
1359
|
+
--font-mono: ui-monospace, "SFMono-Regular", "SF Mono", "Menlo", "Monaco", "Consolas",
|
|
1360
|
+
"Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace;
|
|
1361
|
+
|
|
1362
|
+
/* =============================================
|
|
1363
|
+
Font weights
|
|
1364
|
+
============================================= */
|
|
1365
|
+
--font-weight-*: initial;
|
|
1366
|
+
--font-weight-normal: 400;
|
|
1367
|
+
--font-weight-medium: 500;
|
|
1368
|
+
--font-weight-semibold: 600;
|
|
1369
|
+
--font-weight-bold: 700;
|
|
1370
|
+
|
|
1371
|
+
/* =============================================
|
|
1372
|
+
Radius
|
|
1373
|
+
============================================= */
|
|
1374
|
+
--radius-*: initial;
|
|
1375
|
+
--radius-2xs: 0.125rem; /* 2px */
|
|
1376
|
+
--radius-xs: 0.25rem; /* 4px */
|
|
1377
|
+
--radius-sm: 0.375rem; /* 6px */
|
|
1378
|
+
--radius-md: 0.5rem; /* 8px */
|
|
1379
|
+
--radius-lg: 0.625rem; /* 10px */
|
|
1380
|
+
--radius-xl: 0.75rem; /* 12px */
|
|
1381
|
+
--radius-2xl: 1rem; /* 16px */
|
|
1382
|
+
--radius-3xl: 1.25rem; /* 20px */
|
|
1383
|
+
--radius-4xl: 1.5rem; /* 24px */
|
|
1384
|
+
--radius-full: 9999px;
|
|
1385
|
+
|
|
1386
|
+
/* =============================================
|
|
1387
|
+
Spacing
|
|
1388
|
+
============================================= */
|
|
1389
|
+
--spacing: 0.25rem; /* 4px */
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
@layer theme {
|
|
1393
|
+
:root,
|
|
1394
|
+
:where([data-theme]) {
|
|
1395
|
+
/* =============================================
|
|
1396
|
+
Text colors
|
|
1397
|
+
============================================= */
|
|
1398
|
+
--color-text: var(--gray-1000);
|
|
1399
|
+
--color-text-inverse: var(--gray-0);
|
|
1400
|
+
|
|
1401
|
+
/* =============================================
|
|
1402
|
+
Ring colors
|
|
1403
|
+
============================================= */
|
|
1404
|
+
|
|
1405
|
+
/* =============================================
|
|
1406
|
+
Primary colors
|
|
1407
|
+
============================================= */
|
|
1408
|
+
/* Text */
|
|
1409
|
+
--color-text-primary: var(--color-text);
|
|
1410
|
+
/* Soft */
|
|
1411
|
+
--color-text-primary-soft: var(--color-text);
|
|
1412
|
+
--color-background-primary-soft-alt: var(--alpha-02);
|
|
1413
|
+
--color-border-primary-soft-alt: var(--alpha-06);
|
|
1414
|
+
--color-text-primary-soft-alt: var(--color-text);
|
|
1415
|
+
/* Surface */
|
|
1416
|
+
--color-text-primary-surface: var(--color-text);
|
|
1417
|
+
/* Solid */
|
|
1418
|
+
--color-text-primary-solid: var(--color-text-inverse);
|
|
1419
|
+
/* Outline */
|
|
1420
|
+
--color-text-primary-outline: var(--color-text);
|
|
1421
|
+
--color-text-primary-outline-hover: var(--color-text);
|
|
1422
|
+
/* Ghost */
|
|
1423
|
+
--color-text-primary-ghost: var(--color-text);
|
|
1424
|
+
--color-text-primary-ghost-hover: var(--color-text);
|
|
1425
|
+
/* Ring */
|
|
1426
|
+
--color-ring-primary: var(--color-ring);
|
|
1427
|
+
--color-ring-primary-soft: var(--color-ring-primary);
|
|
1428
|
+
--color-ring-primary-solid: var(--color-ring-primary);
|
|
1429
|
+
--color-ring-primary-outline: var(--color-ring-primary);
|
|
1430
|
+
--color-ring-primary-ghost: var(--color-ring-primary);
|
|
1431
|
+
|
|
1432
|
+
/* =============================================
|
|
1433
|
+
Secondary colors
|
|
1434
|
+
============================================= */
|
|
1435
|
+
/* Soft */
|
|
1436
|
+
--color-text-secondary-soft: var(--color-text);
|
|
1437
|
+
--color-background-secondary-soft-alt: var(--alpha-02);
|
|
1438
|
+
--color-border-secondary-soft-alt: var(--alpha-06);
|
|
1439
|
+
--color-text-secondary-soft-alt: var(--color-text);
|
|
1440
|
+
/* Solid */
|
|
1441
|
+
--color-text-secondary-solid: var(--white);
|
|
1442
|
+
/* Outline */
|
|
1443
|
+
--color-text-secondary-outline: var(--color-text-secondary);
|
|
1444
|
+
--color-text-secondary-outline-hover: var(--color-text);
|
|
1445
|
+
/* Ghost */
|
|
1446
|
+
--color-text-secondary-ghost: var(--color-text-secondary);
|
|
1447
|
+
--color-text-secondary-ghost-hover: var(--color-text);
|
|
1448
|
+
/* Ring */
|
|
1449
|
+
--color-ring-secondary: var(--color-ring);
|
|
1450
|
+
--color-ring-secondary-soft: var(--color-ring-secondary);
|
|
1451
|
+
--color-ring-secondary-solid: var(--color-ring-secondary);
|
|
1452
|
+
--color-ring-secondary-outline: var(--color-ring-secondary);
|
|
1453
|
+
--color-ring-secondary-ghost: var(--color-ring-secondary);
|
|
1454
|
+
|
|
1455
|
+
/* =============================================
|
|
1456
|
+
Info colors
|
|
1457
|
+
============================================= */
|
|
1458
|
+
/* Text */
|
|
1459
|
+
/* Soft */
|
|
1460
|
+
--color-background-info-soft: var(--blue-50);
|
|
1461
|
+
--color-background-info-soft-hover: var(--blue-75);
|
|
1462
|
+
--color-background-info-soft-active: var(--blue-75);
|
|
1463
|
+
--color-background-info-soft-alpha: var(--blue-a50);
|
|
1464
|
+
--color-background-info-soft-alpha-hover: var(--blue-a75);
|
|
1465
|
+
--color-background-info-soft-alpha-active: var(--blue-a75);
|
|
1466
|
+
/* Surface */
|
|
1467
|
+
/* Solid */
|
|
1468
|
+
--color-background-info-solid: var(--blue-400);
|
|
1469
|
+
--color-background-info-solid-hover: var(--blue-500);
|
|
1470
|
+
--color-background-info-solid-active: var(--blue-500);
|
|
1471
|
+
--color-text-info-solid: var(--white);
|
|
1472
|
+
/* Outline */
|
|
1473
|
+
--color-background-info-outline-hover: var(--blue-a25);
|
|
1474
|
+
--color-background-info-outline-active: var(--blue-a25);
|
|
1475
|
+
--color-border-info-outline: var(--blue-500);
|
|
1476
|
+
--color-border-info-outline-hover: var(--blue-500);
|
|
1477
|
+
--color-text-info-outline: var(--blue-500);
|
|
1478
|
+
--color-text-info-outline-hover: var(--blue-500);
|
|
1479
|
+
/* Ghost */
|
|
1480
|
+
--color-background-info-ghost-hover: var(--blue-a50);
|
|
1481
|
+
--color-background-info-ghost-active: var(--blue-a50);
|
|
1482
|
+
/* Ring */
|
|
1483
|
+
--color-ring-info: var(--color-ring);
|
|
1484
|
+
--color-ring-info-soft: var(--color-ring-info);
|
|
1485
|
+
--color-ring-info-solid: var(--color-ring-info);
|
|
1486
|
+
--color-ring-info-outline: var(--color-ring-info);
|
|
1487
|
+
--color-ring-info-ghost: var(--color-ring-info);
|
|
1488
|
+
|
|
1489
|
+
/* =============================================
|
|
1490
|
+
Warning colors
|
|
1491
|
+
============================================= */
|
|
1492
|
+
/* Text */
|
|
1493
|
+
/* Soft */
|
|
1494
|
+
--color-background-warning-soft: var(--orange-50);
|
|
1495
|
+
--color-background-warning-soft-hover: var(--orange-75);
|
|
1496
|
+
--color-background-warning-soft-active: var(--orange-75);
|
|
1497
|
+
--color-background-warning-soft-alpha: var(--orange-a50);
|
|
1498
|
+
--color-background-warning-soft-alpha-hover: var(--orange-a75);
|
|
1499
|
+
--color-background-warning-soft-alpha-active: var(--orange-a75);
|
|
1500
|
+
/* Surface */
|
|
1501
|
+
/* Solid */
|
|
1502
|
+
--color-background-warning-solid: var(--orange-500);
|
|
1503
|
+
--color-background-warning-solid-hover: var(--orange-600);
|
|
1504
|
+
--color-background-warning-solid-active: var(--orange-600);
|
|
1505
|
+
--color-text-warning-solid: var(--white);
|
|
1506
|
+
/* Outline */
|
|
1507
|
+
--color-background-warning-outline-hover: var(--orange-a25);
|
|
1508
|
+
--color-background-warning-outline-active: var(--orange-a25);
|
|
1509
|
+
--color-border-warning-outline: var(--orange-500);
|
|
1510
|
+
--color-border-warning-outline-hover: var(--orange-500);
|
|
1511
|
+
--color-text-warning-outline: var(--orange-500);
|
|
1512
|
+
--color-text-warning-outline-hover: var(--orange-500);
|
|
1513
|
+
/* Ghost */
|
|
1514
|
+
--color-background-warning-ghost-hover: var(--orange-a50);
|
|
1515
|
+
--color-background-warning-ghost-active: var(--orange-a50);
|
|
1516
|
+
--color-text-warning-ghost: var(--orange-500);
|
|
1517
|
+
--color-text-warning-ghost-hover: var(--orange-500);
|
|
1518
|
+
/* Ring */
|
|
1519
|
+
--color-ring-warning: var(--color-ring);
|
|
1520
|
+
--color-ring-warning-soft: var(--color-ring-warning);
|
|
1521
|
+
--color-ring-warning-solid: var(--color-ring-warning);
|
|
1522
|
+
--color-ring-warning-outline: var(--color-ring-warning);
|
|
1523
|
+
--color-ring-warning-ghost: var(--color-ring-warning);
|
|
1524
|
+
|
|
1525
|
+
/* =============================================
|
|
1526
|
+
Caution colors
|
|
1527
|
+
============================================= */
|
|
1528
|
+
/* Text */
|
|
1529
|
+
--color-text-caution-hover: var(--yellow-800);
|
|
1530
|
+
/* Soft */
|
|
1531
|
+
--color-background-caution-soft: var(--yellow-50);
|
|
1532
|
+
--color-background-caution-soft-hover: var(--yellow-75);
|
|
1533
|
+
--color-background-caution-soft-active: var(--yellow-75);
|
|
1534
|
+
--color-background-caution-soft-alpha: var(--yellow-a50);
|
|
1535
|
+
--color-background-caution-soft-alpha-hover: var(--yellow-a75);
|
|
1536
|
+
--color-background-caution-soft-alpha-active: var(--yellow-a75);
|
|
1537
|
+
/* Surface */
|
|
1538
|
+
/* Solid */
|
|
1539
|
+
--color-background-caution-solid: var(--yellow-600);
|
|
1540
|
+
--color-background-caution-solid-hover: var(--yellow-700);
|
|
1541
|
+
--color-background-caution-solid-active: var(--yellow-700);
|
|
1542
|
+
--color-text-caution-solid: var(--white);
|
|
1543
|
+
/* Outline */
|
|
1544
|
+
--color-background-caution-outline-hover: var(--yellow-a25);
|
|
1545
|
+
--color-background-caution-outline-active: var(--yellow-a25);
|
|
1546
|
+
--color-border-caution-outline: var(--yellow-700);
|
|
1547
|
+
--color-border-caution-outline-hover: var(--yellow-700);
|
|
1548
|
+
--color-text-caution-outline: var(--yellow-700);
|
|
1549
|
+
--color-text-caution-outline-hover: var(--yellow-700);
|
|
1550
|
+
/* Ghost */
|
|
1551
|
+
--color-background-caution-ghost-hover: var(--yellow-a50);
|
|
1552
|
+
--color-background-caution-ghost-active: var(--yellow-a50);
|
|
1553
|
+
--color-text-caution-ghost: var(--yellow-700);
|
|
1554
|
+
--color-text-caution-ghost-hover: var(--yellow-700);
|
|
1555
|
+
/* Ring */
|
|
1556
|
+
--color-ring-caution: var(--color-ring);
|
|
1557
|
+
--color-ring-caution-soft: var(--color-ring-caution);
|
|
1558
|
+
--color-ring-caution-solid: var(--color-ring-caution);
|
|
1559
|
+
--color-ring-caution-outline: var(--color-ring-caution);
|
|
1560
|
+
--color-ring-caution-ghost: var(--color-ring-caution);
|
|
1561
|
+
|
|
1562
|
+
/* =============================================
|
|
1563
|
+
Danger colors
|
|
1564
|
+
============================================= */
|
|
1565
|
+
/* Text */
|
|
1566
|
+
/* Soft */
|
|
1567
|
+
--color-background-danger-soft: var(--red-50);
|
|
1568
|
+
--color-background-danger-soft-hover: var(--red-75);
|
|
1569
|
+
--color-background-danger-soft-active: var(--red-75);
|
|
1570
|
+
--color-background-danger-soft-alpha: var(--red-a50);
|
|
1571
|
+
--color-background-danger-soft-alpha-hover: var(--red-a75);
|
|
1572
|
+
--color-background-danger-soft-alpha-active: var(--red-a75);
|
|
1573
|
+
/* Surface */
|
|
1574
|
+
/* Solid */
|
|
1575
|
+
--color-background-danger-solid: var(--red-500);
|
|
1576
|
+
--color-background-danger-solid-hover: var(--red-600);
|
|
1577
|
+
--color-background-danger-solid-active: var(--red-600);
|
|
1578
|
+
--color-text-danger-solid: var(--white);
|
|
1579
|
+
/* Outline */
|
|
1580
|
+
--color-background-danger-outline-hover: var(--red-a25);
|
|
1581
|
+
--color-background-danger-outline-active: var(--red-a25);
|
|
1582
|
+
--color-border-danger-outline: var(--red-500);
|
|
1583
|
+
--color-border-danger-outline-hover: var(--red-500);
|
|
1584
|
+
--color-text-danger-outline: var(--red-500);
|
|
1585
|
+
--color-text-danger-outline-hover: var(--red-500);
|
|
1586
|
+
/* Ghost */
|
|
1587
|
+
--color-background-danger-ghost-hover: var(--red-a50);
|
|
1588
|
+
--color-background-danger-ghost-active: var(--red-a50);
|
|
1589
|
+
--color-text-danger-ghost: var(--red-500);
|
|
1590
|
+
--color-text-danger-ghost-hover: var(--red-500);
|
|
1591
|
+
/* Ring */
|
|
1592
|
+
--color-ring-danger: var(--red-200);
|
|
1593
|
+
--color-ring-danger-soft: var(--color-ring-danger);
|
|
1594
|
+
--color-ring-danger-solid: var(--color-ring-danger);
|
|
1595
|
+
--color-ring-danger-outline: var(--color-ring-danger);
|
|
1596
|
+
--color-ring-danger-ghost: var(--color-ring-danger);
|
|
1597
|
+
|
|
1598
|
+
/* =============================================
|
|
1599
|
+
Success colors
|
|
1600
|
+
============================================= */
|
|
1601
|
+
/* Text */
|
|
1602
|
+
/* Soft */
|
|
1603
|
+
--color-background-success-soft: var(--green-50);
|
|
1604
|
+
--color-background-success-soft-hover: var(--green-75);
|
|
1605
|
+
--color-background-success-soft-active: var(--green-75);
|
|
1606
|
+
--color-background-success-soft-alpha: var(--green-a50);
|
|
1607
|
+
--color-background-success-soft-alpha-hover: var(--green-a75);
|
|
1608
|
+
--color-background-success-soft-alpha-active: var(--green-a75);
|
|
1609
|
+
/* Surface */
|
|
1610
|
+
/* Solid */
|
|
1611
|
+
--color-text-success-solid: var(--white);
|
|
1612
|
+
/* Outline */
|
|
1613
|
+
--color-background-success-outline-hover: var(--green-a25);
|
|
1614
|
+
--color-background-success-outline-active: var(--green-a25);
|
|
1615
|
+
--color-text-success-outline: var(--green-500);
|
|
1616
|
+
--color-text-success-outline-hover: var(--green-500);
|
|
1617
|
+
/* Ghost */
|
|
1618
|
+
--color-background-success-ghost-hover: var(--green-a50);
|
|
1619
|
+
--color-background-success-ghost-active: var(--green-a50);
|
|
1620
|
+
--color-text-success-ghost: var(--green-500);
|
|
1621
|
+
--color-text-success-ghost-hover: var(--green-500);
|
|
1622
|
+
/* Ring */
|
|
1623
|
+
--color-ring-success: var(--color-ring);
|
|
1624
|
+
--color-ring-success-soft: var(--color-ring-info);
|
|
1625
|
+
--color-ring-success-solid: var(--color-ring-info);
|
|
1626
|
+
--color-ring-success-outline: var(--color-ring-info);
|
|
1627
|
+
--color-ring-success-ghost: var(--color-ring-info);
|
|
1628
|
+
|
|
1629
|
+
/* =============================================
|
|
1630
|
+
Discovery colors
|
|
1631
|
+
============================================= */
|
|
1632
|
+
/* Text */
|
|
1633
|
+
/* Soft */
|
|
1634
|
+
--color-background-discovery-soft: var(--purple-50);
|
|
1635
|
+
--color-background-discovery-soft-hover: var(--purple-75);
|
|
1636
|
+
--color-background-discovery-soft-active: var(--purple-75);
|
|
1637
|
+
--color-background-discovery-soft-alpha: var(--purple-a50);
|
|
1638
|
+
--color-background-discovery-soft-alpha-hover: var(--purple-a75);
|
|
1639
|
+
--color-background-discovery-soft-alpha-active: var(--purple-a75);
|
|
1640
|
+
/* Surface */
|
|
1641
|
+
/* Solid */
|
|
1642
|
+
--color-background-discovery-solid: var(--purple-400);
|
|
1643
|
+
--color-background-discovery-solid-hover: var(--purple-500);
|
|
1644
|
+
--color-background-discovery-solid-active: var(--purple-500);
|
|
1645
|
+
--color-text-discovery-solid: var(--white);
|
|
1646
|
+
/* Outline */
|
|
1647
|
+
--color-background-discovery-outline-hover: var(--purple-a25);
|
|
1648
|
+
--color-background-discovery-outline-active: var(--purple-a25);
|
|
1649
|
+
--color-border-discovery-outline: var(--purple-500);
|
|
1650
|
+
--color-border-discovery-outline-hover: var(--purple-500);
|
|
1651
|
+
/* Ghost */
|
|
1652
|
+
--color-background-discovery-ghost-hover: var(--purple-a50);
|
|
1653
|
+
--color-background-discovery-ghost-active: var(--purple-a50);
|
|
1654
|
+
--color-text-discovery-ghost: var(--purple-500);
|
|
1655
|
+
--color-text-discovery-ghost-hover: var(--purple-500);
|
|
1656
|
+
/* Ring */
|
|
1657
|
+
--color-ring-discovery: var(--color-ring);
|
|
1658
|
+
--color-ring-discovery-soft: var(--color-ring);
|
|
1659
|
+
--color-ring-discovery-solid: var(--color-ring);
|
|
1660
|
+
--color-ring-discovery-outline: var(--color-ring);
|
|
1661
|
+
--color-ring-discovery-ghost: var(--color-ring);
|
|
1662
|
+
|
|
1663
|
+
/* =============================================
|
|
1664
|
+
Disabled colors
|
|
1665
|
+
============================================= */
|
|
1666
|
+
/* Common disabled styles that are typically shared across all semantic colors */
|
|
1667
|
+
--color-background-disabled: var(--alpha-05);
|
|
1668
|
+
--color-border-disabled: var(--alpha-06);
|
|
1669
|
+
|
|
1670
|
+
/* =============================================
|
|
1671
|
+
Border colors
|
|
1672
|
+
============================================= */
|
|
1673
|
+
|
|
1674
|
+
/* =============================================
|
|
1675
|
+
Typography
|
|
1676
|
+
============================================= */
|
|
1677
|
+
/* Tracking */
|
|
1678
|
+
--font-tracking-wide: 0em;
|
|
1679
|
+
--font-tracking-normal: 0em;
|
|
1680
|
+
--font-tracking-tight: 0em;
|
|
1681
|
+
/* Sizes */
|
|
1682
|
+
--font-heading-5xl-size: 4.5rem; /* 72px */
|
|
1683
|
+
--font-heading-5xl-line-height: 4.5rem; /* 72px */
|
|
1684
|
+
--font-heading-5xl-weight: var(--font-weight-semibold);
|
|
1685
|
+
--font-heading-5xl-tracking: var(--tracking-tight);
|
|
1686
|
+
--font-heading-4xl-size: 3.75rem; /* 60px */
|
|
1687
|
+
--font-heading-4xl-line-height: 3.75rem; /* 60px */
|
|
1688
|
+
--font-heading-4xl-weight: var(--font-weight-semibold);
|
|
1689
|
+
--font-heading-4xl-tracking: var(--tracking-tight);
|
|
1690
|
+
--font-heading-3xl-size: 3rem; /* 48px */
|
|
1691
|
+
--font-heading-3xl-line-height: 3rem; /* 48px */
|
|
1692
|
+
--font-heading-3xl-weight: var(--font-weight-semibold);
|
|
1693
|
+
--font-heading-3xl-tracking: var(--tracking-tight);
|
|
1694
|
+
--font-heading-2xl-size: 2.25rem; /* 36px */
|
|
1695
|
+
--font-heading-2xl-line-height: 2.625rem; /* 42px */
|
|
1696
|
+
--font-heading-2xl-weight: var(--font-weight-semibold);
|
|
1697
|
+
--font-heading-2xl-tracking: var(--tracking-tight);
|
|
1698
|
+
--font-heading-xl-size: 2rem; /* 32px */
|
|
1699
|
+
--font-heading-xl-line-height: 2.375rem; /* 38px */
|
|
1700
|
+
--font-heading-xl-weight: var(--font-weight-semibold);
|
|
1701
|
+
--font-heading-xl-tracking: var(--tracking-tight);
|
|
1702
|
+
--font-heading-lg-size: 1.5rem; /* 24px */
|
|
1703
|
+
--font-heading-lg-line-height: 1.75rem; /* 28px */
|
|
1704
|
+
--font-heading-lg-weight: var(--font-weight-semibold);
|
|
1705
|
+
--font-heading-lg-tracking: var(--tracking-normal);
|
|
1706
|
+
--font-heading-md-size: 1.25rem; /* 20px */
|
|
1707
|
+
--font-heading-md-line-height: 1.625rem; /* 26px */
|
|
1708
|
+
--font-heading-md-weight: var(--font-weight-semibold);
|
|
1709
|
+
--font-heading-md-tracking: var(--tracking-normal);
|
|
1710
|
+
--font-heading-sm-size: 1.125rem; /* 18px */
|
|
1711
|
+
--font-heading-sm-line-height: 1.625rem; /* 26px */
|
|
1712
|
+
--font-heading-sm-weight: var(--font-weight-semibold);
|
|
1713
|
+
--font-heading-sm-tracking: var(--tracking-normal);
|
|
1714
|
+
--font-heading-xs-size: 1rem; /* 16px */
|
|
1715
|
+
--font-heading-xs-line-height: 1.5rem; /* 24px */
|
|
1716
|
+
--font-heading-xs-weight: var(--font-weight-semibold);
|
|
1717
|
+
--font-heading-xs-tracking: var(--tracking-normal);
|
|
1718
|
+
--font-text-lg-size: 1.125rem; /* 18px */
|
|
1719
|
+
--font-text-lg-line-height: 1.8125rem; /* 29px */
|
|
1720
|
+
--font-text-lg-weight: var(--font-weight-normal);
|
|
1721
|
+
--font-text-lg-tracking: var(--tracking-normal);
|
|
1722
|
+
--font-text-md-size: 1rem; /* 16px */
|
|
1723
|
+
--font-text-md-line-height: 1.5rem; /* 24px */
|
|
1724
|
+
--font-text-md-weight: var(--font-weight-normal);
|
|
1725
|
+
--font-text-md-tracking: var(--tracking-normal);
|
|
1726
|
+
--font-text-sm-size: 0.875rem; /* 14px */
|
|
1727
|
+
--font-text-sm-line-height: 1.25rem; /* 20px */
|
|
1728
|
+
--font-text-sm-weight: var(--font-weight-normal);
|
|
1729
|
+
--font-text-sm-tracking: var(--tracking-normal);
|
|
1730
|
+
--font-text-xs-size: 0.75rem; /* 12px */
|
|
1731
|
+
--font-text-xs-line-height: 1.125rem; /* 18px */
|
|
1732
|
+
--font-text-xs-weight: var(--font-weight-normal);
|
|
1733
|
+
--font-text-xs-tracking: var(--tracking-wide);
|
|
1734
|
+
--font-text-2xs-size: 0.625rem; /* 10px */
|
|
1735
|
+
--font-text-2xs-line-height: 0.875rem; /* 14px */
|
|
1736
|
+
--font-text-2xs-weight: var(--font-weight-normal);
|
|
1737
|
+
--font-text-2xs-tracking: var(--tracking-wide);
|
|
1738
|
+
--font-text-3xs-size: 0.5rem; /* 8px */
|
|
1739
|
+
--font-text-3xs-line-height: 0.75rem; /* 12px */
|
|
1740
|
+
--font-text-3xs-weight: var(--font-weight-normal);
|
|
1741
|
+
--font-text-3xs-tracking: var(--tracking-wide);
|
|
1742
|
+
|
|
1743
|
+
/* =============================================
|
|
1744
|
+
Control sizes
|
|
1745
|
+
============================================= */
|
|
1746
|
+
--control-size-3xs: 1.375rem; /* 22px */
|
|
1747
|
+
--control-size-2xs: 1.5rem; /* 24px */
|
|
1748
|
+
--control-size-xs: 1.625rem; /* 26px */
|
|
1749
|
+
--control-size-sm: 1.75rem; /* 28px */
|
|
1750
|
+
--control-size-md: 2rem; /* 32px */
|
|
1751
|
+
--control-size-lg: 2.25rem; /* 36px */
|
|
1752
|
+
--control-size-xl: 2.5rem; /* 40px */
|
|
1753
|
+
--control-size-2xl: 2.75rem; /* 44px */
|
|
1754
|
+
--control-size-3xl: 3rem; /* 48px */
|
|
1755
|
+
--control-gutter-2xs: 0.375rem; /* 6px */
|
|
1756
|
+
--control-gutter-xs: 0.5rem; /* 8px */
|
|
1757
|
+
--control-gutter-sm: 0.625rem; /* 10px */
|
|
1758
|
+
--control-gutter-md: 0.75rem; /* 12px */
|
|
1759
|
+
--control-gutter-lg: 0.875rem; /* 14px */
|
|
1760
|
+
--control-gutter-xl: 1rem; /* 16px */
|
|
1761
|
+
--control-gutter-pill-scaling: 1.33;
|
|
1762
|
+
--control-radius-sm: var(--radius-sm);
|
|
1763
|
+
--control-radius-md: var(--radius-md);
|
|
1764
|
+
--control-radius-lg: var(--radius-lg);
|
|
1765
|
+
--control-radius-xl: var(--radius-xl);
|
|
1766
|
+
--control-font-size-sm: var(--font-text-xs-size);
|
|
1767
|
+
--control-font-size-md: var(--font-text-sm-size);
|
|
1768
|
+
--control-font-size-lg: var(--font-text-md-size);
|
|
1769
|
+
--control-icon-size-xs: 0.875rem; /* 14px */
|
|
1770
|
+
--control-icon-size-sm: 1rem; /* 16px */
|
|
1771
|
+
--control-icon-size-md: 1.125rem; /* 18px */
|
|
1772
|
+
--control-icon-size-lg: 1.25rem; /* 20px */
|
|
1773
|
+
--control-icon-size-xl: 1.375rem; /* 22px */
|
|
1774
|
+
--control-icon-size-2xl: 1.5rem; /* 24px */
|
|
1775
|
+
|
|
1776
|
+
/* =============================================
|
|
1777
|
+
Motion
|
|
1778
|
+
============================================= */
|
|
1779
|
+
--cubic-enter: cubic-bezier(0.19, 1, 0.22, 1);
|
|
1780
|
+
--cubic-exit: cubic-bezier(0.8, 0, 0.4, 1);
|
|
1781
|
+
--cubic-exit-snappy: cubic-bezier(0.65, 0, 0.4, 1); /* less inertia delay */
|
|
1782
|
+
--cubic-move: cubic-bezier(0.65, 0, 0.35, 1);
|
|
1783
|
+
--transition-duration-basic: 150ms;
|
|
1784
|
+
--transition-ease-basic: ease;
|
|
1785
|
+
|
|
1786
|
+
/* =============================================
|
|
1787
|
+
Scrollbar
|
|
1788
|
+
============================================= */
|
|
1789
|
+
--scrollbar-color: var(--alpha-30);
|
|
1790
|
+
|
|
1791
|
+
/* =============================================
|
|
1792
|
+
Shadows
|
|
1793
|
+
============================================= */
|
|
1794
|
+
--shadow-hairline: 0 0 0 var(--shadow-hairline-width) var(--shadow-hairline-color);
|
|
1795
|
+
/* 100 */
|
|
1796
|
+
--shadow-100: var(--elevation-100-geo) rgb(var(--shadow-color) / var(--shadow-alpha-100));
|
|
1797
|
+
--shadow-100-strong: var(--elevation-100-geo)
|
|
1798
|
+
rgb(var(--shadow-color) / calc(var(--shadow-alpha-100) * 1.25));
|
|
1799
|
+
--shadow-100-stronger: var(--elevation-100-geo)
|
|
1800
|
+
rgb(var(--shadow-color) / calc(var(--shadow-alpha-100) * 1.6));
|
|
1801
|
+
/* 200 */
|
|
1802
|
+
--shadow-200: var(--elevation-200-geo) rgb(var(--shadow-color) / var(--shadow-alpha-200));
|
|
1803
|
+
--shadow-200-strong: var(--elevation-200-geo)
|
|
1804
|
+
rgb(var(--shadow-color) / calc(var(--shadow-alpha-200) * 1.25));
|
|
1805
|
+
--shadow-200-stronger: var(--elevation-200-geo)
|
|
1806
|
+
rgb(var(--shadow-color) / calc(var(--shadow-alpha-200) * 1.6));
|
|
1807
|
+
/* 300 */
|
|
1808
|
+
--shadow-300: var(--elevation-300-geo) rgb(var(--shadow-color) / var(--shadow-alpha-300));
|
|
1809
|
+
--shadow-300-strong: var(--elevation-300-geo)
|
|
1810
|
+
rgb(var(--shadow-color) / calc(var(--shadow-alpha-300) * 1.25));
|
|
1811
|
+
--shadow-300-stronger: var(--elevation-300-geo)
|
|
1812
|
+
rgb(var(--shadow-color) / calc(var(--shadow-alpha-300) * 1.6));
|
|
1813
|
+
/* 400 */
|
|
1814
|
+
--shadow-400: var(--elevation-400-geo) rgb(var(--shadow-color) / var(--shadow-alpha-400));
|
|
1815
|
+
--shadow-400-strong: var(--elevation-400-geo)
|
|
1816
|
+
rgb(var(--shadow-color) / calc(var(--shadow-alpha-400) * 1.25));
|
|
1817
|
+
--shadow-400-stronger: var(--elevation-400-geo)
|
|
1818
|
+
rgb(var(--shadow-color) / calc(var(--shadow-alpha-400) * 1.6));
|
|
1819
|
+
|
|
1820
|
+
/* =============================================
|
|
1821
|
+
Surfaces
|
|
1822
|
+
============================================= */
|
|
1823
|
+
}
|
|
1824
|
+
:where(:root), :where([data-theme="light"]) {
|
|
1825
|
+
--color-text-secondary: var(--gray-500);
|
|
1826
|
+
--color-text-tertiary: var(--gray-400);
|
|
1827
|
+
--color-ring: var(--blue-500);
|
|
1828
|
+
--color-background-primary-soft: var(--gray-100);
|
|
1829
|
+
--color-background-primary-soft-hover: var(--gray-150);
|
|
1830
|
+
--color-background-primary-soft-active: var(--gray-200);
|
|
1831
|
+
--color-background-primary-soft-alpha: var(--alpha-08);
|
|
1832
|
+
--color-background-primary-soft-alpha-hover: var(--alpha-12);
|
|
1833
|
+
--color-background-primary-soft-alpha-active: var(--alpha-16);
|
|
1834
|
+
--color-background-primary-surface: var(--alpha-05);
|
|
1835
|
+
--color-border-primary-surface: var(--alpha-05);
|
|
1836
|
+
--color-background-primary-solid: var(--gray-900);
|
|
1837
|
+
--color-background-primary-solid-hover: var(--gray-700);
|
|
1838
|
+
--color-background-primary-solid-active: var(--gray-600);
|
|
1839
|
+
--color-background-primary-outline-hover: var(--alpha-02);
|
|
1840
|
+
--color-background-primary-outline-active: var(--alpha-04);
|
|
1841
|
+
--color-border-primary-outline: var(--alpha-16);
|
|
1842
|
+
--color-border-primary-outline-hover: var(--alpha-20);
|
|
1843
|
+
--color-background-primary-ghost-hover: var(--alpha-08);
|
|
1844
|
+
--color-background-primary-ghost-active: var(--alpha-12);
|
|
1845
|
+
--color-background-secondary-soft: var(--gray-100);
|
|
1846
|
+
--color-background-secondary-soft-hover: var(--gray-150);
|
|
1847
|
+
--color-background-secondary-soft-active: var(--gray-200);
|
|
1848
|
+
--color-background-secondary-soft-alpha: var(--alpha-08);
|
|
1849
|
+
--color-background-secondary-soft-alpha-hover: var(--alpha-12);
|
|
1850
|
+
--color-background-secondary-soft-alpha-active: var(--alpha-16);
|
|
1851
|
+
--color-background-secondary-solid: var(--gray-500);
|
|
1852
|
+
--color-background-secondary-solid-hover: var(--gray-600);
|
|
1853
|
+
--color-background-secondary-solid-active: var(--gray-700);
|
|
1854
|
+
--color-background-secondary-outline-hover: var(--alpha-02);
|
|
1855
|
+
--color-background-secondary-outline-active: var(--alpha-04);
|
|
1856
|
+
--color-border-secondary-outline: var(--alpha-16);
|
|
1857
|
+
--color-border-secondary-outline-hover: var(--alpha-20);
|
|
1858
|
+
--color-background-secondary-ghost-hover: var(--alpha-08);
|
|
1859
|
+
--color-background-secondary-ghost-active: var(--alpha-12);
|
|
1860
|
+
--color-text-info: var(--blue-500);
|
|
1861
|
+
--color-text-info-soft: var(--blue-600);
|
|
1862
|
+
--color-background-info-surface: var(--blue-a25);
|
|
1863
|
+
--color-border-info-surface: var(--blue-a25);
|
|
1864
|
+
--color-text-info-surface: var(--blue-600);
|
|
1865
|
+
--color-text-info-ghost: var(--blue-500);
|
|
1866
|
+
--color-text-info-ghost-hover: var(--blue-500);
|
|
1867
|
+
--color-text-warning: var(--orange-700);
|
|
1868
|
+
--color-text-warning-soft: var(--orange-700);
|
|
1869
|
+
--color-background-warning-surface: var(--orange-a25);
|
|
1870
|
+
--color-border-warning-surface: var(--orange-a25);
|
|
1871
|
+
--color-text-warning-surface: var(--orange-700);
|
|
1872
|
+
--color-text-caution: var(--yellow-700);
|
|
1873
|
+
--color-text-caution-soft: var(--yellow-800);
|
|
1874
|
+
--color-background-caution-surface: var(--yellow-a25);
|
|
1875
|
+
--color-border-caution-surface: var(--yellow-a25);
|
|
1876
|
+
--color-text-caution-surface: var(--yellow-800);
|
|
1877
|
+
--color-text-danger: var(--red-700);
|
|
1878
|
+
--color-text-danger-soft: var(--red-600);
|
|
1879
|
+
--color-background-danger-surface: var(--red-a25);
|
|
1880
|
+
--color-border-danger-surface: var(--red-a25);
|
|
1881
|
+
--color-text-danger-surface: var(--red-600);
|
|
1882
|
+
--color-text-success: var(--green-700);
|
|
1883
|
+
--color-text-success-soft: var(--green-600);
|
|
1884
|
+
--color-background-success-surface: var(--green-a25);
|
|
1885
|
+
--color-border-success-surface: var(--green-a25);
|
|
1886
|
+
--color-text-success-surface: var(--green-600);
|
|
1887
|
+
--color-background-success-solid: var(--green-500);
|
|
1888
|
+
--color-background-success-solid-hover: var(--green-500);
|
|
1889
|
+
--color-background-success-solid-active: var(--green-500);
|
|
1890
|
+
--color-border-success-outline: var(--green-500);
|
|
1891
|
+
--color-border-success-outline-hover: var(--green-500);
|
|
1892
|
+
--color-text-discovery: var(--purple-700);
|
|
1893
|
+
--color-text-discovery-soft: var(--purple-600);
|
|
1894
|
+
--color-background-discovery-surface: var(--purple-a25);
|
|
1895
|
+
--color-border-discovery-surface: var(--purple-a25);
|
|
1896
|
+
--color-text-discovery-surface: var(--purple-600);
|
|
1897
|
+
--color-text-discovery-outline: var(--purple-500);
|
|
1898
|
+
--color-text-discovery-outline-hover: var(--purple-500);
|
|
1899
|
+
--color-text-disabled: var(--gray-400);
|
|
1900
|
+
--color-border-subtle: var(--alpha-05);
|
|
1901
|
+
--color-border: var(--alpha-10);
|
|
1902
|
+
--color-border-strong: var(--alpha-15);
|
|
1903
|
+
--shadow: 0 10px 15px -3px rgba(0 0 0 / 10%),
|
|
1904
|
+
0 4px 6px -4px rgba(0 0 0 / 10%);
|
|
1905
|
+
--color-surface: var(--gray-0);
|
|
1906
|
+
--color-surface-secondary: var(--gray-50);
|
|
1907
|
+
--color-surface-tertiary: var(--gray-75);
|
|
1908
|
+
--color-surface-elevated: var(--gray-0);
|
|
1909
|
+
--color-surface-elevated-secondary: var(--gray-50)
|
|
1910
|
+
}
|
|
1911
|
+
:where([data-theme="dark"]) {
|
|
1912
|
+
--color-text-secondary: var(--gray-700);
|
|
1913
|
+
--color-text-tertiary: var(--gray-600);
|
|
1914
|
+
--color-ring: var(--blue-400);
|
|
1915
|
+
--color-background-primary-soft: var(--gray-300);
|
|
1916
|
+
--color-background-primary-soft-hover: var(--gray-350);
|
|
1917
|
+
--color-background-primary-soft-active: var(--gray-400);
|
|
1918
|
+
--color-background-primary-soft-alpha: var(--alpha-12);
|
|
1919
|
+
--color-background-primary-soft-alpha-hover: var(--alpha-16);
|
|
1920
|
+
--color-background-primary-soft-alpha-active: var(--alpha-20);
|
|
1921
|
+
--color-background-primary-surface: var(--alpha-08);
|
|
1922
|
+
--color-border-primary-surface: var(--alpha-08);
|
|
1923
|
+
--color-background-primary-solid: var(--gray-950);
|
|
1924
|
+
--color-background-primary-solid-hover: var(--gray-900);
|
|
1925
|
+
--color-background-primary-solid-active: var(--gray-850);
|
|
1926
|
+
--color-background-primary-outline-hover: var(--alpha-04);
|
|
1927
|
+
--color-background-primary-outline-active: var(--alpha-06);
|
|
1928
|
+
--color-border-primary-outline: var(--alpha-25);
|
|
1929
|
+
--color-border-primary-outline-hover: var(--alpha-30);
|
|
1930
|
+
--color-background-primary-ghost-hover: var(--alpha-12);
|
|
1931
|
+
--color-background-primary-ghost-active: var(--alpha-16);
|
|
1932
|
+
--color-background-secondary-soft: var(--gray-300);
|
|
1933
|
+
--color-background-secondary-soft-hover: var(--gray-350);
|
|
1934
|
+
--color-background-secondary-soft-active: var(--gray-400);
|
|
1935
|
+
--color-background-secondary-soft-alpha: var(--alpha-12);
|
|
1936
|
+
--color-background-secondary-soft-alpha-hover: var(--alpha-16);
|
|
1937
|
+
--color-background-secondary-soft-alpha-active: var(--alpha-20);
|
|
1938
|
+
--color-background-secondary-solid: var(--gray-400);
|
|
1939
|
+
--color-background-secondary-solid-hover: var(--gray-450);
|
|
1940
|
+
--color-background-secondary-solid-active: var(--gray-500);
|
|
1941
|
+
--color-background-secondary-outline-hover: var(--alpha-04);
|
|
1942
|
+
--color-background-secondary-outline-active: var(--alpha-06);
|
|
1943
|
+
--color-border-secondary-outline: var(--alpha-25);
|
|
1944
|
+
--color-border-secondary-outline-hover: var(--alpha-30);
|
|
1945
|
+
--color-background-secondary-ghost-hover: var(--alpha-12);
|
|
1946
|
+
--color-background-secondary-ghost-active: var(--alpha-16);
|
|
1947
|
+
--color-text-info: var(--blue-200);
|
|
1948
|
+
--color-text-info-soft: var(--blue-300);
|
|
1949
|
+
--color-background-info-surface: var(--blue-a50);
|
|
1950
|
+
--color-border-info-surface: var(--blue-a50);
|
|
1951
|
+
--color-text-info-surface: var(--blue-300);
|
|
1952
|
+
--color-text-info-ghost: var(--blue-200);
|
|
1953
|
+
--color-text-info-ghost-hover: var(--blue-200);
|
|
1954
|
+
--color-text-warning: var(--orange-500);
|
|
1955
|
+
--color-text-warning-soft: var(--orange-400);
|
|
1956
|
+
--color-background-warning-surface: var(--orange-a50);
|
|
1957
|
+
--color-border-warning-surface: var(--orange-a50);
|
|
1958
|
+
--color-text-warning-surface: var(--orange-400);
|
|
1959
|
+
--color-text-caution: var(--yellow-500);
|
|
1960
|
+
--color-text-caution-soft: var(--yellow-400);
|
|
1961
|
+
--color-background-caution-surface: var(--yellow-a50);
|
|
1962
|
+
--color-border-caution-surface: var(--yellow-a50);
|
|
1963
|
+
--color-text-caution-surface: var(--yellow-400);
|
|
1964
|
+
--color-text-danger: var(--red-500);
|
|
1965
|
+
--color-text-danger-soft: var(--red-400);
|
|
1966
|
+
--color-background-danger-surface: var(--red-a50);
|
|
1967
|
+
--color-border-danger-surface: var(--red-a50);
|
|
1968
|
+
--color-text-danger-surface: var(--red-400);
|
|
1969
|
+
--color-text-success: var(--green-400);
|
|
1970
|
+
--color-text-success-soft: var(--green-400);
|
|
1971
|
+
--color-background-success-surface: var(--green-a50);
|
|
1972
|
+
--color-border-success-surface: var(--green-a50);
|
|
1973
|
+
--color-text-success-surface: var(--green-400);
|
|
1974
|
+
--color-background-success-solid: var(--green-600);
|
|
1975
|
+
--color-background-success-solid-hover: var(--green-600);
|
|
1976
|
+
--color-background-success-solid-active: var(--green-600);
|
|
1977
|
+
--color-border-success-outline: var(--green-600);
|
|
1978
|
+
--color-border-success-outline-hover: var(--green-600);
|
|
1979
|
+
--color-text-discovery: var(--purple-500);
|
|
1980
|
+
--color-text-discovery-soft: var(--purple-200);
|
|
1981
|
+
--color-background-discovery-surface: var(--purple-a50);
|
|
1982
|
+
--color-border-discovery-surface: var(--purple-a50);
|
|
1983
|
+
--color-text-discovery-surface: var(--purple-200);
|
|
1984
|
+
--color-text-discovery-outline: var(--purple-400);
|
|
1985
|
+
--color-text-discovery-outline-hover: var(--purple-400);
|
|
1986
|
+
--color-text-disabled: var(--gray-500);
|
|
1987
|
+
--color-border-subtle: var(--alpha-06);
|
|
1988
|
+
--color-border: var(--alpha-12);
|
|
1989
|
+
--color-border-strong: var(--alpha-20);
|
|
1990
|
+
--shadow: 0 10px 15px -3px rgba(0 0 0 / 20%),
|
|
1991
|
+
0 4px 6px -4px rgba(0 0 0 / 20%);
|
|
1992
|
+
--color-surface: var(--gray-200);
|
|
1993
|
+
--color-surface-secondary: var(--gray-100);
|
|
1994
|
+
--color-surface-tertiary: var(--gray-50);
|
|
1995
|
+
--color-surface-elevated: var(--gray-300);
|
|
1996
|
+
--color-surface-elevated-secondary: var(--gray-400)
|
|
1997
|
+
}
|
|
1998
|
+
}
|
|
1999
|
+
|
|
2000
|
+
/* Tier 3 tokens: Components */
|
|
2001
|
+
|
|
2002
|
+
@layer theme {
|
|
2003
|
+
:root,
|
|
2004
|
+
:where([data-theme]) {
|
|
2005
|
+
/* =============================================
|
|
2006
|
+
Alert
|
|
2007
|
+
============================================= */
|
|
2008
|
+
--alert-border-radius: var(--radius-xl);
|
|
2009
|
+
--alert-gap: calc(var(--spacing) * 3);
|
|
2010
|
+
--alert-gutter: calc(var(--spacing) * 4);
|
|
2011
|
+
--alert-font-size: var(--font-text-sm-size);
|
|
2012
|
+
--alert-line-height: var(--font-text-sm-line-height);
|
|
2013
|
+
--alert-title-font-weight: var(--font-weight-semibold);
|
|
2014
|
+
|
|
2015
|
+
/* =============================================
|
|
2016
|
+
Avatar
|
|
2017
|
+
============================================= */
|
|
2018
|
+
--avatar-radius: var(--radius-full);
|
|
2019
|
+
--avatar-size: 28px;
|
|
2020
|
+
--avatar-font-size-scaling: 0.5;
|
|
2021
|
+
--avatar-overflow-font-size-scaling-one: 0.45;
|
|
2022
|
+
--avatar-overflow-font-size-scaling-two: 0.37;
|
|
2023
|
+
--avatar-overflow-font-size-scaling-three: 0.3;
|
|
2024
|
+
|
|
2025
|
+
/* =============================================
|
|
2026
|
+
AvatarGroup
|
|
2027
|
+
============================================= */
|
|
2028
|
+
--avatar-group-cutout-width: 3px;
|
|
2029
|
+
--avatar-group-cutout-color: var(--color-surface);
|
|
2030
|
+
--avatar-group-spacing: -8px;
|
|
2031
|
+
|
|
2032
|
+
/* =============================================
|
|
2033
|
+
Badge
|
|
2034
|
+
============================================= */
|
|
2035
|
+
--badge-gutter-sm: calc(var(--control-gutter-2xs) - 1px);
|
|
2036
|
+
--badge-gutter-md: var(--control-gutter-2xs);
|
|
2037
|
+
--badge-gutter-lg: var(--control-gutter-xs);
|
|
2038
|
+
--badge-size-sm: calc(var(--control-size-3xs) - 2px);
|
|
2039
|
+
--badge-size-md: var(--control-size-3xs);
|
|
2040
|
+
--badge-size-lg: var(--control-size-2xs);
|
|
2041
|
+
--badge-radius-sm: var(--radius-xs);
|
|
2042
|
+
--badge-radius-md: var(--radius-xs);
|
|
2043
|
+
--badge-radius-lg: var(--radius-sm);
|
|
2044
|
+
--badge-font-size-sm: var(--font-text-xs-size);
|
|
2045
|
+
--badge-font-size-md: var(--font-text-sm-size);
|
|
2046
|
+
--badge-font-size-lg: var(--font-text-sm-size);
|
|
2047
|
+
--badge-tracking-sm: var(--tracking-wide);
|
|
2048
|
+
--badge-tracking-md: var(--tracking-normal);
|
|
2049
|
+
--badge-tracking-lg: var(--tracking-normal);
|
|
2050
|
+
--badge-font-weight-sm: var(--font-weight-semibold);
|
|
2051
|
+
--badge-font-weight-md: var(--font-weight-semibold);
|
|
2052
|
+
--badge-font-weight-lg: var(--font-weight-semibold);
|
|
2053
|
+
--badge-icon-font-size-sm: var(--font-text-xs-size);
|
|
2054
|
+
--badge-icon-font-size-md: var(--font-text-md-size);
|
|
2055
|
+
--badge-icon-font-size-lg: var(--font-text-md-size);
|
|
2056
|
+
--badge-indicator-size-sm: var(--font-text-xs-size);
|
|
2057
|
+
--badge-indicator-size-md: var(--font-text-xs-size);
|
|
2058
|
+
--badge-indicator-size-lg: var(--font-text-sm-size);
|
|
2059
|
+
|
|
2060
|
+
/* =============================================
|
|
2061
|
+
Button
|
|
2062
|
+
============================================= */
|
|
2063
|
+
--button-gap-sm: 3px;
|
|
2064
|
+
--button-gap-md: 4px;
|
|
2065
|
+
--button-gap-lg: 6px;
|
|
2066
|
+
--button-font-weight: var(--font-weight-medium);
|
|
2067
|
+
|
|
2068
|
+
/* =============================================
|
|
2069
|
+
Input
|
|
2070
|
+
============================================= */
|
|
2071
|
+
--input-gap-xs: 4px;
|
|
2072
|
+
--input-gap-sm: 6px;
|
|
2073
|
+
--input-gap-md: 8px;
|
|
2074
|
+
--input-gap-lg: 10px;
|
|
2075
|
+
--input-text-color: var(--color-text);
|
|
2076
|
+
--input-placeholder-text-color: var(--color-text-tertiary);
|
|
2077
|
+
--input-outline-border-color: var(--color-border-primary-outline);
|
|
2078
|
+
--input-outline-border-color-focus: var(--alpha-50);
|
|
2079
|
+
--input-soft-background-color: var(--color-background-primary-soft-alpha);
|
|
2080
|
+
--input-soft-border-color-focus: var(--alpha-20);
|
|
2081
|
+
|
|
2082
|
+
/* =============================================
|
|
2083
|
+
Link
|
|
2084
|
+
============================================= */
|
|
2085
|
+
--link-font-weight: inherit;
|
|
2086
|
+
--link-gap: calc(var(--spacing) * 0.5);
|
|
2087
|
+
--link-radius: var(--radius-sm);
|
|
2088
|
+
--link-underline-decoration-offset: 0.1em;
|
|
2089
|
+
|
|
2090
|
+
/* =============================================
|
|
2091
|
+
Chat
|
|
2092
|
+
============================================= */
|
|
2093
|
+
--chat-max-width: 800px;
|
|
2094
|
+
--chat-gutter: calc(var(--spacing) * 5);
|
|
2095
|
+
--chat-background-color: var(--color-surface);
|
|
2096
|
+
--thread-gutter: calc(var(--spacing) * 4); /* 12px (composer gutter) + 4px (input inset) */
|
|
2097
|
+
--composer-gutter: calc(var(--spacing) * 3);
|
|
2098
|
+
--composer-compact-gutter: calc(var(--spacing) * 2);
|
|
2099
|
+
--composer-radius: var(--radius-4xl);
|
|
2100
|
+
--composer-background-color: var(--color-surface-elevated);
|
|
2101
|
+
--smoothing-background-color: var(--color-surface);
|
|
2102
|
+
--user-message-text-color: var(--color-text);
|
|
2103
|
+
--source-list-gutter: var(--thread-gutter);
|
|
2104
|
+
|
|
2105
|
+
/* =============================================
|
|
2106
|
+
CodeBlock
|
|
2107
|
+
============================================= */
|
|
2108
|
+
--codeblock-background-color: var(--gray-25);
|
|
2109
|
+
--codeblock-syntax-4: var(--pink-500);
|
|
2110
|
+
|
|
2111
|
+
/* =============================================
|
|
2112
|
+
Dialog
|
|
2113
|
+
============================================= */
|
|
2114
|
+
--dialog-min-width: 250px;
|
|
2115
|
+
--dialog-max-width: 450px;
|
|
2116
|
+
--dialog-container-inner-padding: calc(var(--spacing) * 5);
|
|
2117
|
+
--dialog-backdrop-fade-background: color-mix(in oklab, var(--color-surface-elevated) 60%, transparent);
|
|
2118
|
+
|
|
2119
|
+
/* =============================================
|
|
2120
|
+
Menu
|
|
2121
|
+
============================================= */
|
|
2122
|
+
--menu-gutter: calc(var(--spacing) * 1.5);
|
|
2123
|
+
--menu-radius: var(--radius-xl);
|
|
2124
|
+
--menu-font-size: var(--font-text-sm-size);
|
|
2125
|
+
/* Important that this line-height is ~an even number for centering with icons */
|
|
2126
|
+
--menu-line-height: var(--font-text-sm-line-height);
|
|
2127
|
+
--menu-item-padding: calc(var(--spacing) * 1.5) calc(var(--spacing) * 2);
|
|
2128
|
+
--menu-item-gap: calc(var(--spacing) * 1.5);
|
|
2129
|
+
--menu-separator-gutter: var(--menu-gutter) calc(-1 * var(--menu-gutter));
|
|
2130
|
+
--menu-separator-background-color: var(--color-border);
|
|
2131
|
+
--menu-radio-indicator-size: var(--font-text-lg-size);
|
|
2132
|
+
--menu-radio-indicator-hole-size: var(--font-text-3xs-size);
|
|
2133
|
+
--menu-checkbox-indicator-size: var(--font-text-lg-size);
|
|
2134
|
+
|
|
2135
|
+
/* =============================================
|
|
2136
|
+
Modal
|
|
2137
|
+
============================================= */
|
|
2138
|
+
--modal-container-inner-padding: calc(var(--spacing) * 5);
|
|
2139
|
+
|
|
2140
|
+
/* =============================================
|
|
2141
|
+
Popover
|
|
2142
|
+
============================================= */
|
|
2143
|
+
--popover-radius: var(--radius-xl);
|
|
2144
|
+
|
|
2145
|
+
/* =============================================
|
|
2146
|
+
RadioGroup
|
|
2147
|
+
============================================= */
|
|
2148
|
+
--radio-group-col-gap: calc(var(--spacing) * 2.5);
|
|
2149
|
+
--radio-group-row-gap: calc(var(--spacing) * 5);
|
|
2150
|
+
--radio-group-item-gap: calc(var(--spacing) * 1.5);
|
|
2151
|
+
--radio-group-item-font-size: var(--font-text-sm-size);
|
|
2152
|
+
--radio-group-item-line-height: var(--font-text-sm-line-height);
|
|
2153
|
+
--radio-group-indicator-size: var(--font-text-md-size);
|
|
2154
|
+
--radio-group-indicator-border-color: var(--color-border-primary-outline);
|
|
2155
|
+
--radio-group-indicator-border-color-hover: var(--alpha-25);
|
|
2156
|
+
--radio-group-indicator-background-color: var(--color-background-primary-solid);
|
|
2157
|
+
--radio-group-indicator-hole-size: 0.375rem;
|
|
2158
|
+
--radio-group-indicator-hole-background-color: var(--color-text-primary-solid);
|
|
2159
|
+
|
|
2160
|
+
/* =============================================
|
|
2161
|
+
Segmented Control
|
|
2162
|
+
============================================= */
|
|
2163
|
+
--segmented-control-gap: 2px;
|
|
2164
|
+
--segmented-control-gutter: 2px;
|
|
2165
|
+
--segmented-control-font-weight: var(--font-weight-semibold);
|
|
2166
|
+
--segmented-control-thumb-shadow: 0 1px 4px -1px rgb(0 0 0 / 20%);
|
|
2167
|
+
--segmented-control-option-highlight-gutter: 1px;
|
|
2168
|
+
|
|
2169
|
+
/* =============================================
|
|
2170
|
+
SelectControl
|
|
2171
|
+
============================================= */
|
|
2172
|
+
--select-control-font-weight: var(--font-weight-medium);
|
|
2173
|
+
|
|
2174
|
+
/* =============================================
|
|
2175
|
+
Slider
|
|
2176
|
+
============================================= */
|
|
2177
|
+
|
|
2178
|
+
/* =============================================
|
|
2179
|
+
Switch
|
|
2180
|
+
============================================= */
|
|
2181
|
+
--switch-track-width: 32px;
|
|
2182
|
+
--switch-track-height: 19px;
|
|
2183
|
+
--switch-thumb-offset: 3px;
|
|
2184
|
+
--switch-thumb-size: calc(var(--switch-track-height) - 2 * var(--switch-thumb-offset));
|
|
2185
|
+
--switch-thumb-shadow: 0 1px 2px rgb(0 0 0 / 20%);
|
|
2186
|
+
--switch-label-gap: calc(var(--spacing) * 2);
|
|
2187
|
+
}
|
|
2188
|
+
:where(:root), :where([data-theme="light"]) {
|
|
2189
|
+
--avatar-image-border-color: var(--alpha-04);
|
|
2190
|
+
--input-outline-border-color-hover: var(--alpha-25);
|
|
2191
|
+
--input-border-color-invalid: var(--red-500);
|
|
2192
|
+
--link-primary-text-color: var(--blue-500);
|
|
2193
|
+
--link-primary-text-color-hover: var(--blue-800);
|
|
2194
|
+
--user-message-background-color: var(--alpha-05);
|
|
2195
|
+
--codeblock-syntax-1: #c0660d;
|
|
2196
|
+
--codeblock-syntax-2: var(--blue-500);
|
|
2197
|
+
--codeblock-syntax-3: var(--green-600);
|
|
2198
|
+
--codeblock-syntax-5: var(--purple-500);
|
|
2199
|
+
--dialog-backdrop-dim-background: rgb(0 0 0 / 30%);
|
|
2200
|
+
--menu-item-background-color: var(--alpha-08);
|
|
2201
|
+
--modal-backdrop-background: rgb(0 0 0 / 30%);
|
|
2202
|
+
--segmented-control-background: var(--gray-100);
|
|
2203
|
+
--segmented-control-thumb-background: var(--gray-0);
|
|
2204
|
+
--segmented-control-option-highlight-background-color: var(--gray-200);
|
|
2205
|
+
--slider-track-color: var(--gray-150);
|
|
2206
|
+
--slider-range-color: var(--gray-450);
|
|
2207
|
+
--switch-track-color: var(--gray-150);
|
|
2208
|
+
--switch-track-color-hover: var(--gray-200);
|
|
2209
|
+
--switch-track-color-checked: var(--gray-900);
|
|
2210
|
+
--switch-track-color-checked-disabled: var(--gray-300);
|
|
2211
|
+
--switch-track-color-disabled: var(--gray-100);
|
|
2212
|
+
--switch-thumb-color: var(--gray-0);
|
|
2213
|
+
--switch-thumb-color-disabled: var(--gray-0);
|
|
2214
|
+
}
|
|
2215
|
+
:where([data-theme="dark"]) {
|
|
2216
|
+
--avatar-image-border-color: var(--alpha-15);
|
|
2217
|
+
--input-outline-border-color-hover: var(--alpha-30);
|
|
2218
|
+
--input-border-color-invalid: var(--red-600);
|
|
2219
|
+
--link-primary-text-color: var(--blue-300);
|
|
2220
|
+
--link-primary-text-color-hover: var(--blue-400);
|
|
2221
|
+
--user-message-background-color: var(--alpha-08);
|
|
2222
|
+
--codeblock-syntax-1: var(--yellow-100);
|
|
2223
|
+
--codeblock-syntax-2: var(--blue-200);
|
|
2224
|
+
--codeblock-syntax-3: var(--green-300);
|
|
2225
|
+
--codeblock-syntax-5: var(--purple-300);
|
|
2226
|
+
--dialog-backdrop-dim-background: rgb(0 0 0 / 50%);
|
|
2227
|
+
--menu-item-background-color: var(--alpha-10);
|
|
2228
|
+
--modal-backdrop-background: rgb(0 0 0 / 50%);
|
|
2229
|
+
--segmented-control-background: var(--gray-0);
|
|
2230
|
+
--segmented-control-thumb-background: var(--gray-300);
|
|
2231
|
+
--segmented-control-option-highlight-background-color: var(--gray-300);
|
|
2232
|
+
--slider-track-color: var(--gray-400);
|
|
2233
|
+
--slider-range-color: var(--gray-600);
|
|
2234
|
+
--switch-track-color: var(--gray-400);
|
|
2235
|
+
--switch-track-color-hover: var(--gray-450);
|
|
2236
|
+
--switch-track-color-checked: var(--blue-400);
|
|
2237
|
+
--switch-track-color-checked-disabled: var(--blue-700);
|
|
2238
|
+
--switch-track-color-disabled: var(--gray-300);
|
|
2239
|
+
--switch-thumb-color: var(--gray-1000);
|
|
2240
|
+
--switch-thumb-color-disabled: var(--gray-800);
|
|
2241
|
+
}
|
|
2242
|
+
}
|
|
2243
|
+
|
|
2244
|
+
/* Tailwind-only variables for utility classes */
|
|
2245
|
+
|
|
2246
|
+
/* stylelint-disable custom-property-pattern -- Tailwind requires this sometimes */
|
|
2247
|
+
|
|
2248
|
+
/*
|
|
2249
|
+
* Exposing to Tailwind classes, but not necessary to always generate
|
|
2250
|
+
* These are pointers to variables that already exist, and shouldn't be used by CSS modules.
|
|
2251
|
+
*/
|
|
2252
|
+
|
|
2253
|
+
@theme {
|
|
2254
|
+
/* =============================================
|
|
2255
|
+
Text sizes
|
|
2256
|
+
============================================= */
|
|
2257
|
+
--text-*: initial;
|
|
2258
|
+
--text-lg: var(--font-text-lg-size);
|
|
2259
|
+
--text-lg--line-height: var(--font-text-lg-line-height);
|
|
2260
|
+
--text-lg--font-weight: var(--font-text-lg-weight);
|
|
2261
|
+
--text-lg--letter-spacing: var(--font-text-lg-tracking);
|
|
2262
|
+
--text-base: var(--font-text-md-size);
|
|
2263
|
+
--text-base--line-height: var(--font-text-md-line-height);
|
|
2264
|
+
--text-base--font-weight: var(--font-text-md-weight);
|
|
2265
|
+
--text-base--letter-spacing: var(--font-text-md-tracking);
|
|
2266
|
+
--text-sm: var(--font-text-sm-size);
|
|
2267
|
+
--text-sm--line-height: var(--font-text-sm-line-height);
|
|
2268
|
+
--text-sm--font-weight: var(--font-text-sm-weight);
|
|
2269
|
+
--text-sm--letter-spacing: var(--font-text-sm-tracking);
|
|
2270
|
+
--text-xs: var(--font-text-xs-size);
|
|
2271
|
+
--text-xs--line-height: var(--font-text-xs-line-height);
|
|
2272
|
+
--text-xs--font-weight: var(--font-text-xs-weight);
|
|
2273
|
+
--text-xs--letter-spacing: var(--font-text-xs-tracking);
|
|
2274
|
+
--text-2xs: var(--font-text-2xs-size);
|
|
2275
|
+
--text-2xs--line-height: var(--font-text-2xs-line-height);
|
|
2276
|
+
--text-2xs--font-weight: var(--font-text-2xs-weight);
|
|
2277
|
+
--text-2xs--letter-spacing: var(--font-text-2xs-tracking);
|
|
2278
|
+
--text-3xs: var(--font-text-3xs-size);
|
|
2279
|
+
--text-3xs--line-height: var(--font-text-3xs-line-height);
|
|
2280
|
+
--text-3xs--font-weight: var(--font-text-3xs-weight);
|
|
2281
|
+
--text-3xs--letter-spacing: var(--font-text-3xs-tracking);
|
|
2282
|
+
/* Maintaining parity with Tailwind defaults, but use heading classes instead of these! */
|
|
2283
|
+
--text-xl: var(--font-heading-md-size);
|
|
2284
|
+
--text-xl--line-height: var(--font-heading-md-line-height);
|
|
2285
|
+
--text-xl--font-weight: var(--font-text-lg-weight);
|
|
2286
|
+
--text-xl--letter-spacing: var(--font-heading-md-tracking);
|
|
2287
|
+
--text-2xl: var(--font-heading-lg-size);
|
|
2288
|
+
--text-2xl--line-height: var(--font-heading-lg-line-height);
|
|
2289
|
+
--text-2xl--font-weight: var(--font-text-lg-weight);
|
|
2290
|
+
--text-2xl--letter-spacing: var(--font-heading-lg-tracking);
|
|
2291
|
+
--text-3xl: var(--font-heading-xl-size);
|
|
2292
|
+
--text-3xl--line-height: var(--font-heading-xl-line-height);
|
|
2293
|
+
--text-3xl--font-weight: var(--font-text-lg-weight);
|
|
2294
|
+
--text-3xl--letter-spacing: var(--font-heading-xl-tracking);
|
|
2295
|
+
--text-4xl: var(--font-heading-2xl-size);
|
|
2296
|
+
--text-4xl--line-height: var(--font-heading-2xl-line-height);
|
|
2297
|
+
--text-4xl--font-weight: var(--font-text-lg-weight);
|
|
2298
|
+
--text-4xl--letter-spacing: var(--font-heading-2xl-tracking);
|
|
2299
|
+
--text-5xl: var(--font-heading-3xl-size);
|
|
2300
|
+
--text-5xl--line-height: var(--font-heading-3xl-line-height);
|
|
2301
|
+
--text-5xl--font-weight: var(--font-text-lg-weight);
|
|
2302
|
+
--text-5xl--letter-spacing: var(--font-heading-3xl-tracking);
|
|
2303
|
+
--text-6xl: var(--font-heading-4xl-size);
|
|
2304
|
+
--text-6xl--line-height: var(--font-heading-4xl-line-height);
|
|
2305
|
+
--text-6xl--font-weight: var(--font-text-lg-weight);
|
|
2306
|
+
--text-6xl--letter-spacing: var(--font-heading-4xl-tracking);
|
|
2307
|
+
/* Unsupported by Typography scale beyond 5xl */
|
|
2308
|
+
--text-7xl: var(--font-heading-5xl-size);
|
|
2309
|
+
--text-7xl--line-height: var(--font-heading-5xl-line-height);
|
|
2310
|
+
--text-7xl--font-weight: var(--font-text-lg-weight);
|
|
2311
|
+
--text-7xl--letter-spacing: var(--font-heading-5xl-tracking);
|
|
2312
|
+
--text-8xl: 6rem;
|
|
2313
|
+
--text-8xl--line-height: 1;
|
|
2314
|
+
--text-8xl--letter-spacing: var(--font-heading-4xl-tracking);
|
|
2315
|
+
--text-9xl: 8rem;
|
|
2316
|
+
--text-9xl--line-height: 1;
|
|
2317
|
+
--text-9xl--letter-spacing: var(--font-heading-4xl-tracking);
|
|
2318
|
+
|
|
2319
|
+
/* =============================================
|
|
2320
|
+
Font tracking
|
|
2321
|
+
============================================= */
|
|
2322
|
+
--tracking-*: initial;
|
|
2323
|
+
--tracking-wide: var(--font-tracking-wide);
|
|
2324
|
+
--tracking-normal: var(--font-tracking-normal);
|
|
2325
|
+
--tracking-tight: var(--font-tracking-tight);
|
|
2326
|
+
|
|
2327
|
+
/* =============================================
|
|
2328
|
+
Shadows
|
|
2329
|
+
============================================= */
|
|
2330
|
+
--inset-shadow-*: initial;
|
|
2331
|
+
--drop-shadow-*: initial;
|
|
2332
|
+
--shadow-*: initial;
|
|
2333
|
+
--shadow-sm: var(--shadow-100);
|
|
2334
|
+
--shadow-md: var(--shadow-200);
|
|
2335
|
+
--shadow-lg: var(--shadow-300);
|
|
2336
|
+
--shadow-xl: var(--shadow-400);
|
|
2337
|
+
--shadow-hairline: var(--shadow-hairline);
|
|
2338
|
+
--inset-shadow-hairline: inset var(--shadow-hairline);
|
|
2339
|
+
|
|
2340
|
+
/* =============================================
|
|
2341
|
+
Color palettes
|
|
2342
|
+
============================================= */
|
|
2343
|
+
--color-*: initial;
|
|
2344
|
+
/* Grays */
|
|
2345
|
+
--color-gray-0: var(--gray-0);
|
|
2346
|
+
--color-gray-25: var(--gray-25);
|
|
2347
|
+
--color-gray-50: var(--gray-50);
|
|
2348
|
+
--color-gray-75: var(--gray-75);
|
|
2349
|
+
--color-gray-100: var(--gray-100);
|
|
2350
|
+
--color-gray-150: var(--gray-150);
|
|
2351
|
+
--color-gray-200: var(--gray-200);
|
|
2352
|
+
--color-gray-250: var(--gray-250);
|
|
2353
|
+
--color-gray-300: var(--gray-300);
|
|
2354
|
+
--color-gray-350: var(--gray-350);
|
|
2355
|
+
--color-gray-400: var(--gray-400);
|
|
2356
|
+
--color-gray-450: var(--gray-450);
|
|
2357
|
+
--color-gray-500: var(--gray-500);
|
|
2358
|
+
--color-gray-550: var(--gray-550);
|
|
2359
|
+
--color-gray-600: var(--gray-600);
|
|
2360
|
+
--color-gray-650: var(--gray-650);
|
|
2361
|
+
--color-gray-700: var(--gray-700);
|
|
2362
|
+
--color-gray-750: var(--gray-750);
|
|
2363
|
+
--color-gray-800: var(--gray-800);
|
|
2364
|
+
--color-gray-850: var(--gray-850);
|
|
2365
|
+
--color-gray-900: var(--gray-900);
|
|
2366
|
+
--color-gray-950: var(--gray-950);
|
|
2367
|
+
--color-gray-975: var(--gray-975);
|
|
2368
|
+
--color-gray-1000: var(--gray-1000);
|
|
2369
|
+
/* Greens */
|
|
2370
|
+
--color-green-25: var(--green-25);
|
|
2371
|
+
--color-green-50: var(--green-50);
|
|
2372
|
+
--color-green-75: var(--green-75);
|
|
2373
|
+
--color-green-100: var(--green-100);
|
|
2374
|
+
--color-green-200: var(--green-200);
|
|
2375
|
+
--color-green-300: var(--green-300);
|
|
2376
|
+
--color-green-400: var(--green-400);
|
|
2377
|
+
--color-green-500: var(--green-500);
|
|
2378
|
+
--color-green-600: var(--green-600);
|
|
2379
|
+
--color-green-700: var(--green-700);
|
|
2380
|
+
--color-green-800: var(--green-800);
|
|
2381
|
+
--color-green-900: var(--green-900);
|
|
2382
|
+
--color-green-1000: var(--green-1000);
|
|
2383
|
+
/* Reds */
|
|
2384
|
+
--color-red-25: var(--red-25);
|
|
2385
|
+
--color-red-50: var(--red-50);
|
|
2386
|
+
--color-red-75: var(--red-75);
|
|
2387
|
+
--color-red-100: var(--red-100);
|
|
2388
|
+
--color-red-200: var(--red-200);
|
|
2389
|
+
--color-red-300: var(--red-300);
|
|
2390
|
+
--color-red-400: var(--red-400);
|
|
2391
|
+
--color-red-500: var(--red-500);
|
|
2392
|
+
--color-red-600: var(--red-600);
|
|
2393
|
+
--color-red-700: var(--red-700);
|
|
2394
|
+
--color-red-800: var(--red-800);
|
|
2395
|
+
--color-red-900: var(--red-900);
|
|
2396
|
+
--color-red-1000: var(--red-1000);
|
|
2397
|
+
/* Pinks */
|
|
2398
|
+
--color-pink-25: var(--pink-25);
|
|
2399
|
+
--color-pink-50: var(--pink-50);
|
|
2400
|
+
--color-pink-75: var(--pink-75);
|
|
2401
|
+
--color-pink-100: var(--pink-100);
|
|
2402
|
+
--color-pink-200: var(--pink-200);
|
|
2403
|
+
--color-pink-300: var(--pink-300);
|
|
2404
|
+
--color-pink-400: var(--pink-400);
|
|
2405
|
+
--color-pink-500: var(--pink-500);
|
|
2406
|
+
--color-pink-600: var(--pink-600);
|
|
2407
|
+
--color-pink-700: var(--pink-700);
|
|
2408
|
+
--color-pink-800: var(--pink-800);
|
|
2409
|
+
--color-pink-900: var(--pink-900);
|
|
2410
|
+
--color-pink-1000: var(--pink-1000);
|
|
2411
|
+
/* Oranges */
|
|
2412
|
+
--color-orange-25: var(--orange-25);
|
|
2413
|
+
--color-orange-50: var(--orange-50);
|
|
2414
|
+
--color-orange-75: var(--orange-75);
|
|
2415
|
+
--color-orange-100: var(--orange-100);
|
|
2416
|
+
--color-orange-200: var(--orange-200);
|
|
2417
|
+
--color-orange-300: var(--orange-300);
|
|
2418
|
+
--color-orange-400: var(--orange-400);
|
|
2419
|
+
--color-orange-500: var(--orange-500);
|
|
2420
|
+
--color-orange-600: var(--orange-600);
|
|
2421
|
+
--color-orange-700: var(--orange-700);
|
|
2422
|
+
--color-orange-800: var(--orange-800);
|
|
2423
|
+
--color-orange-900: var(--orange-900);
|
|
2424
|
+
--color-orange-1000: var(--orange-1000);
|
|
2425
|
+
/* Yellows */
|
|
2426
|
+
--color-yellow-25: var(--yellow-25);
|
|
2427
|
+
--color-yellow-50: var(--yellow-50);
|
|
2428
|
+
--color-yellow-75: var(--yellow-75);
|
|
2429
|
+
--color-yellow-100: var(--yellow-100);
|
|
2430
|
+
--color-yellow-200: var(--yellow-200);
|
|
2431
|
+
--color-yellow-300: var(--yellow-300);
|
|
2432
|
+
--color-yellow-400: var(--yellow-400);
|
|
2433
|
+
--color-yellow-500: var(--yellow-500);
|
|
2434
|
+
--color-yellow-600: var(--yellow-600);
|
|
2435
|
+
--color-yellow-700: var(--yellow-700);
|
|
2436
|
+
--color-yellow-800: var(--yellow-800);
|
|
2437
|
+
--color-yellow-900: var(--yellow-900);
|
|
2438
|
+
--color-yellow-1000: var(--yellow-1000);
|
|
2439
|
+
/* Purples */
|
|
2440
|
+
--color-purple-25: var(--purple-25);
|
|
2441
|
+
--color-purple-50: var(--purple-50);
|
|
2442
|
+
--color-purple-75: var(--purple-75);
|
|
2443
|
+
--color-purple-100: var(--purple-100);
|
|
2444
|
+
--color-purple-200: var(--purple-200);
|
|
2445
|
+
--color-purple-300: var(--purple-300);
|
|
2446
|
+
--color-purple-400: var(--purple-400);
|
|
2447
|
+
--color-purple-500: var(--purple-500);
|
|
2448
|
+
--color-purple-600: var(--purple-600);
|
|
2449
|
+
--color-purple-700: var(--purple-700);
|
|
2450
|
+
--color-purple-800: var(--purple-800);
|
|
2451
|
+
--color-purple-900: var(--purple-900);
|
|
2452
|
+
--color-purple-1000: var(--purple-1000);
|
|
2453
|
+
/* Blues */
|
|
2454
|
+
--color-blue-25: var(--blue-25);
|
|
2455
|
+
--color-blue-50: var(--blue-50);
|
|
2456
|
+
--color-blue-75: var(--blue-75);
|
|
2457
|
+
--color-blue-100: var(--blue-100);
|
|
2458
|
+
--color-blue-200: var(--blue-200);
|
|
2459
|
+
--color-blue-300: var(--blue-300);
|
|
2460
|
+
--color-blue-400: var(--blue-400);
|
|
2461
|
+
--color-blue-500: var(--blue-500);
|
|
2462
|
+
--color-blue-600: var(--blue-600);
|
|
2463
|
+
--color-blue-700: var(--blue-700);
|
|
2464
|
+
--color-blue-800: var(--blue-800);
|
|
2465
|
+
--color-blue-900: var(--blue-900);
|
|
2466
|
+
--color-blue-1000: var(--blue-1000);
|
|
2467
|
+
/* Alphas (e.g., bg-alpha/15, color-alpha/75) */
|
|
2468
|
+
--color-alpha: var(--alpha-base);
|
|
2469
|
+
/* Consistent contrast */
|
|
2470
|
+
--color-white: var(--white);
|
|
2471
|
+
--color-black: var(--black);
|
|
2472
|
+
|
|
2473
|
+
/* =============================================
|
|
2474
|
+
Motion
|
|
2475
|
+
============================================= */
|
|
2476
|
+
--ease-*: initial;
|
|
2477
|
+
--duration-basic: var(--transition-duration-basic);
|
|
2478
|
+
--ease-basic: var(--transition-ease-basic);
|
|
2479
|
+
--ease-cubic-enter: var(--cubic-enter);
|
|
2480
|
+
--ease-cubic-exit: var(--cubic-exit);
|
|
2481
|
+
--ease-cubic-exit-snappy: var(--cubic-exit-snappy);
|
|
2482
|
+
--ease-cubic-move: var(--cubic-move);
|
|
2483
|
+
}
|
|
2484
|
+
|
|
2485
|
+
/* =============================================
|
|
2486
|
+
Heading utilities
|
|
2487
|
+
============================================= */
|
|
2488
|
+
|
|
2489
|
+
@utility heading-5xl {
|
|
2490
|
+
font-size: var(--font-heading-5xl-size);
|
|
2491
|
+
font-weight: var(--font-heading-5xl-weight);
|
|
2492
|
+
letter-spacing: var(--font-heading-5xl-tracking);
|
|
2493
|
+
line-height: var(--font-heading-5xl-line-height);
|
|
2494
|
+
}
|
|
2495
|
+
|
|
2496
|
+
@utility heading-4xl {
|
|
2497
|
+
font-size: var(--font-heading-4xl-size);
|
|
2498
|
+
font-weight: var(--font-heading-4xl-weight);
|
|
2499
|
+
letter-spacing: var(--font-heading-4xl-tracking);
|
|
2500
|
+
line-height: var(--font-heading-4xl-line-height);
|
|
2501
|
+
}
|
|
2502
|
+
|
|
2503
|
+
@utility heading-3xl {
|
|
2504
|
+
font-size: var(--font-heading-3xl-size);
|
|
2505
|
+
font-weight: var(--font-heading-3xl-weight);
|
|
2506
|
+
letter-spacing: var(--font-heading-3xl-tracking);
|
|
2507
|
+
line-height: var(--font-heading-3xl-line-height);
|
|
2508
|
+
}
|
|
2509
|
+
|
|
2510
|
+
@utility heading-2xl {
|
|
2511
|
+
font-size: var(--font-heading-2xl-size);
|
|
2512
|
+
font-weight: var(--font-heading-2xl-weight);
|
|
2513
|
+
letter-spacing: var(--font-heading-2xl-tracking);
|
|
2514
|
+
line-height: var(--font-heading-2xl-line-height);
|
|
2515
|
+
}
|
|
2516
|
+
|
|
2517
|
+
@utility heading-xl {
|
|
2518
|
+
font-size: var(--font-heading-xl-size);
|
|
2519
|
+
font-weight: var(--font-heading-xl-weight);
|
|
2520
|
+
letter-spacing: var(--font-heading-xl-tracking);
|
|
2521
|
+
line-height: var(--font-heading-xl-line-height);
|
|
2522
|
+
}
|
|
2523
|
+
|
|
2524
|
+
@utility heading-lg {
|
|
2525
|
+
font-size: var(--font-heading-lg-size);
|
|
2526
|
+
font-weight: var(--font-heading-lg-weight);
|
|
2527
|
+
letter-spacing: var(--font-heading-lg-tracking);
|
|
2528
|
+
line-height: var(--font-heading-lg-line-height);
|
|
2529
|
+
}
|
|
2530
|
+
|
|
2531
|
+
@utility heading-md {
|
|
2532
|
+
font-size: var(--font-heading-md-size);
|
|
2533
|
+
font-weight: var(--font-heading-md-weight);
|
|
2534
|
+
letter-spacing: var(--font-heading-md-tracking);
|
|
2535
|
+
line-height: var(--font-heading-md-line-height);
|
|
2536
|
+
}
|
|
2537
|
+
|
|
2538
|
+
@utility heading-sm {
|
|
2539
|
+
font-size: var(--font-heading-sm-size);
|
|
2540
|
+
font-weight: var(--font-heading-sm-weight);
|
|
2541
|
+
letter-spacing: var(--font-heading-sm-tracking);
|
|
2542
|
+
line-height: var(--font-heading-sm-line-height);
|
|
2543
|
+
}
|
|
2544
|
+
|
|
2545
|
+
@utility heading-xs {
|
|
2546
|
+
font-size: var(--font-heading-xs-size);
|
|
2547
|
+
font-weight: var(--font-heading-xs-weight);
|
|
2548
|
+
letter-spacing: var(--font-heading-xs-tracking);
|
|
2549
|
+
line-height: var(--font-heading-xs-line-height);
|
|
2550
|
+
}
|
|
2551
|
+
|
|
2552
|
+
/* =============================================
|
|
2553
|
+
Text utilities
|
|
2554
|
+
============================================= */
|
|
2555
|
+
|
|
2556
|
+
@utility text-default {
|
|
2557
|
+
color: var(--color-text);
|
|
2558
|
+
}
|
|
2559
|
+
|
|
2560
|
+
@utility text-secondary {
|
|
2561
|
+
color: var(--color-text-secondary);
|
|
2562
|
+
}
|
|
2563
|
+
|
|
2564
|
+
@utility text-tertiary {
|
|
2565
|
+
color: var(--color-text-tertiary);
|
|
2566
|
+
}
|
|
2567
|
+
|
|
2568
|
+
@utility text-inverse {
|
|
2569
|
+
color: var(--color-text-inverse);
|
|
2570
|
+
}
|
|
2571
|
+
|
|
2572
|
+
@utility fill-default {
|
|
2573
|
+
fill: var(--color-text);
|
|
2574
|
+
}
|
|
2575
|
+
|
|
2576
|
+
@utility fill-secondary {
|
|
2577
|
+
fill: var(--color-text-secondary);
|
|
2578
|
+
}
|
|
2579
|
+
|
|
2580
|
+
@utility fill-tertiary {
|
|
2581
|
+
fill: var(--color-text-tertiary);
|
|
2582
|
+
}
|
|
2583
|
+
|
|
2584
|
+
/* =============================================
|
|
2585
|
+
Surface utilities
|
|
2586
|
+
============================================= */
|
|
2587
|
+
|
|
2588
|
+
@utility bg-surface {
|
|
2589
|
+
background-color: var(--color-surface);
|
|
2590
|
+
}
|
|
2591
|
+
|
|
2592
|
+
@utility bg-surface-secondary {
|
|
2593
|
+
background-color: var(--color-surface-secondary);
|
|
2594
|
+
}
|
|
2595
|
+
|
|
2596
|
+
@utility bg-surface-tertiary {
|
|
2597
|
+
background-color: var(--color-surface-tertiary);
|
|
2598
|
+
}
|
|
2599
|
+
|
|
2600
|
+
@utility bg-surface-elevated {
|
|
2601
|
+
background-color: var(--color-surface-elevated);
|
|
2602
|
+
}
|
|
2603
|
+
|
|
2604
|
+
@utility bg-surface-elevated-secondary {
|
|
2605
|
+
background-color: var(--color-surface-elevated-secondary);
|
|
2606
|
+
}
|
|
2607
|
+
|
|
2608
|
+
/* =============================================
|
|
2609
|
+
Border utilities
|
|
2610
|
+
============================================= */
|
|
2611
|
+
|
|
2612
|
+
@utility border-default {
|
|
2613
|
+
border-color: var(--color-border);
|
|
2614
|
+
}
|
|
2615
|
+
|
|
2616
|
+
@utility border-subtle {
|
|
2617
|
+
border-color: var(--color-border-subtle);
|
|
2618
|
+
}
|
|
2619
|
+
|
|
2620
|
+
@utility border-strong {
|
|
2621
|
+
border-color: var(--color-border-strong);
|
|
2622
|
+
}
|
|
2623
|
+
|
|
2624
|
+
/* =============================================
|
|
2625
|
+
Info semantic utilities
|
|
2626
|
+
============================================= */
|
|
2627
|
+
|
|
2628
|
+
@utility text-info {
|
|
2629
|
+
color: var(--color-text-info);
|
|
2630
|
+
}
|
|
2631
|
+
|
|
2632
|
+
/* Soft */
|
|
2633
|
+
|
|
2634
|
+
@utility bg-info-soft {
|
|
2635
|
+
background-color: var(--color-background-info-soft);
|
|
2636
|
+
}
|
|
2637
|
+
|
|
2638
|
+
@utility bg-info-soft-hover {
|
|
2639
|
+
background-color: var(--color-background-info-soft-hover);
|
|
2640
|
+
}
|
|
2641
|
+
|
|
2642
|
+
@utility bg-info-soft-active {
|
|
2643
|
+
background-color: var(--color-background-info-soft-active);
|
|
2644
|
+
}
|
|
2645
|
+
|
|
2646
|
+
@utility bg-info-soft-alpha {
|
|
2647
|
+
background-color: var(--color-background-info-soft-alpha);
|
|
2648
|
+
}
|
|
2649
|
+
|
|
2650
|
+
@utility bg-info-soft-alpha-hover {
|
|
2651
|
+
background-color: var(--color-background-info-soft-alpha-hover);
|
|
2652
|
+
}
|
|
2653
|
+
|
|
2654
|
+
@utility bg-info-soft-alpha-active {
|
|
2655
|
+
background-color: var(--color-background-info-soft-alpha-active);
|
|
2656
|
+
}
|
|
2657
|
+
|
|
2658
|
+
@utility text-info-soft {
|
|
2659
|
+
color: var(--color-text-info-soft);
|
|
2660
|
+
}
|
|
2661
|
+
|
|
2662
|
+
/* Solid */
|
|
2663
|
+
|
|
2664
|
+
@utility bg-info-solid {
|
|
2665
|
+
background-color: var(--color-background-info-solid);
|
|
2666
|
+
}
|
|
2667
|
+
|
|
2668
|
+
@utility bg-info-solid-hover {
|
|
2669
|
+
background-color: var(--color-background-info-solid-hover);
|
|
2670
|
+
}
|
|
2671
|
+
|
|
2672
|
+
@utility bg-info-solid-active {
|
|
2673
|
+
background-color: var(--color-background-info-solid-active);
|
|
2674
|
+
}
|
|
2675
|
+
|
|
2676
|
+
@utility text-info-solid {
|
|
2677
|
+
color: var(--color-text-info-solid);
|
|
2678
|
+
}
|
|
2679
|
+
|
|
2680
|
+
/* Outline */
|
|
2681
|
+
|
|
2682
|
+
@utility bg-info-outline-hover {
|
|
2683
|
+
background-color: var(--color-background-info-outline-hover);
|
|
2684
|
+
}
|
|
2685
|
+
|
|
2686
|
+
@utility bg-info-outline-active {
|
|
2687
|
+
background-color: var(--color-background-info-outline-active);
|
|
2688
|
+
}
|
|
2689
|
+
|
|
2690
|
+
@utility border-info-outline {
|
|
2691
|
+
border-color: var(--color-border-info-outline);
|
|
2692
|
+
}
|
|
2693
|
+
|
|
2694
|
+
@utility border-info-outline-hover {
|
|
2695
|
+
border-color: var(--color-border-info-outline-hover);
|
|
2696
|
+
}
|
|
2697
|
+
|
|
2698
|
+
@utility text-info-outline {
|
|
2699
|
+
color: var(--color-text-info-outline);
|
|
2700
|
+
}
|
|
2701
|
+
|
|
2702
|
+
@utility text-info-outline-hover {
|
|
2703
|
+
color: var(--color-text-info-outline-hover);
|
|
2704
|
+
}
|
|
2705
|
+
|
|
2706
|
+
/* Ghost */
|
|
2707
|
+
|
|
2708
|
+
@utility bg-info-ghost-hover {
|
|
2709
|
+
background-color: var(--color-background-info-ghost-hover);
|
|
2710
|
+
}
|
|
2711
|
+
|
|
2712
|
+
@utility bg-info-ghost-active {
|
|
2713
|
+
background-color: var(--color-background-info-ghost-active);
|
|
2714
|
+
}
|
|
2715
|
+
|
|
2716
|
+
@utility text-info-ghost {
|
|
2717
|
+
color: var(--color-text-info-ghost);
|
|
2718
|
+
}
|
|
2719
|
+
|
|
2720
|
+
@utility text-info-ghost-hover {
|
|
2721
|
+
color: var(--color-text-info-ghost-hover);
|
|
2722
|
+
}
|
|
2723
|
+
|
|
2724
|
+
/* Ring */
|
|
2725
|
+
|
|
2726
|
+
@utility ring-info {
|
|
2727
|
+
outline-color: var(--color-ring-info);
|
|
2728
|
+
}
|
|
2729
|
+
|
|
2730
|
+
/* Surface */
|
|
2731
|
+
|
|
2732
|
+
@utility bg-info-surface {
|
|
2733
|
+
background-color: var(--color-background-info-surface);
|
|
2734
|
+
}
|
|
2735
|
+
|
|
2736
|
+
@utility border-info-surface {
|
|
2737
|
+
border-color: var(--color-border-info-surface);
|
|
2738
|
+
}
|
|
2739
|
+
|
|
2740
|
+
@utility text-info-surface {
|
|
2741
|
+
color: var(--color-text-info-surface);
|
|
2742
|
+
}
|
|
2743
|
+
|
|
2744
|
+
/* =============================================
|
|
2745
|
+
Primary semantic utilities
|
|
2746
|
+
============================================= */
|
|
2747
|
+
|
|
2748
|
+
@utility text-primary {
|
|
2749
|
+
color: var(--color-text-primary);
|
|
2750
|
+
}
|
|
2751
|
+
|
|
2752
|
+
/* Soft */
|
|
2753
|
+
|
|
2754
|
+
@utility bg-primary-soft {
|
|
2755
|
+
background-color: var(--color-background-primary-soft);
|
|
2756
|
+
}
|
|
2757
|
+
|
|
2758
|
+
@utility bg-primary-soft-hover {
|
|
2759
|
+
background-color: var(--color-background-primary-soft-hover);
|
|
2760
|
+
}
|
|
2761
|
+
|
|
2762
|
+
@utility bg-primary-soft-active {
|
|
2763
|
+
background-color: var(--color-background-primary-soft-active);
|
|
2764
|
+
}
|
|
2765
|
+
|
|
2766
|
+
@utility bg-primary-soft-alpha {
|
|
2767
|
+
background-color: var(--color-background-primary-soft-alpha);
|
|
2768
|
+
}
|
|
2769
|
+
|
|
2770
|
+
@utility bg-primary-soft-alpha-hover {
|
|
2771
|
+
background-color: var(--color-background-primary-soft-alpha-hover);
|
|
2772
|
+
}
|
|
2773
|
+
|
|
2774
|
+
@utility bg-primary-soft-alpha-active {
|
|
2775
|
+
background-color: var(--color-background-primary-soft-alpha-active);
|
|
2776
|
+
}
|
|
2777
|
+
|
|
2778
|
+
@utility text-primary-soft {
|
|
2779
|
+
color: var(--color-text-primary-soft);
|
|
2780
|
+
}
|
|
2781
|
+
|
|
2782
|
+
/* Surface */
|
|
2783
|
+
|
|
2784
|
+
@utility bg-primary-surface {
|
|
2785
|
+
background-color: var(--color-background-primary-surface);
|
|
2786
|
+
}
|
|
2787
|
+
|
|
2788
|
+
@utility border-primary-surface {
|
|
2789
|
+
border-color: var(--color-border-primary-surface);
|
|
2790
|
+
}
|
|
2791
|
+
|
|
2792
|
+
@utility text-primary-surface {
|
|
2793
|
+
color: var(--color-text-primary-surface);
|
|
2794
|
+
}
|
|
2795
|
+
|
|
2796
|
+
/* Solid */
|
|
2797
|
+
|
|
2798
|
+
@utility bg-primary-solid {
|
|
2799
|
+
background-color: var(--color-background-primary-solid);
|
|
2800
|
+
}
|
|
2801
|
+
|
|
2802
|
+
@utility bg-primary-solid-hover {
|
|
2803
|
+
background-color: var(--color-background-primary-solid-hover);
|
|
2804
|
+
}
|
|
2805
|
+
|
|
2806
|
+
@utility bg-primary-solid-active {
|
|
2807
|
+
background-color: var(--color-background-primary-solid-active);
|
|
2808
|
+
}
|
|
2809
|
+
|
|
2810
|
+
@utility text-primary-solid {
|
|
2811
|
+
color: var(--color-text-primary-solid);
|
|
2812
|
+
}
|
|
2813
|
+
|
|
2814
|
+
/* Outline */
|
|
2815
|
+
|
|
2816
|
+
@utility bg-primary-outline-hover {
|
|
2817
|
+
background-color: var(--color-background-primary-outline-hover);
|
|
2818
|
+
}
|
|
2819
|
+
|
|
2820
|
+
@utility bg-primary-outline-active {
|
|
2821
|
+
background-color: var(--color-background-primary-outline-active);
|
|
2822
|
+
}
|
|
2823
|
+
|
|
2824
|
+
@utility border-primary-outline {
|
|
2825
|
+
border-color: var(--color-border-primary-outline);
|
|
2826
|
+
}
|
|
2827
|
+
|
|
2828
|
+
@utility border-primary-outline-hover {
|
|
2829
|
+
border-color: var(--color-border-primary-outline-hover);
|
|
2830
|
+
}
|
|
2831
|
+
|
|
2832
|
+
@utility text-primary-outline {
|
|
2833
|
+
color: var(--color-text-primary-outline);
|
|
2834
|
+
}
|
|
2835
|
+
|
|
2836
|
+
@utility text-primary-outline-hover {
|
|
2837
|
+
color: var(--color-text-primary-outline-hover);
|
|
2838
|
+
}
|
|
2839
|
+
|
|
2840
|
+
/* Ghost */
|
|
2841
|
+
|
|
2842
|
+
@utility bg-primary-ghost-hover {
|
|
2843
|
+
background-color: var(--color-background-primary-ghost-hover);
|
|
2844
|
+
}
|
|
2845
|
+
|
|
2846
|
+
@utility bg-primary-ghost-active {
|
|
2847
|
+
background-color: var(--color-background-primary-ghost-active);
|
|
2848
|
+
}
|
|
2849
|
+
|
|
2850
|
+
@utility text-primary-ghost {
|
|
2851
|
+
color: var(--color-text-primary-ghost);
|
|
2852
|
+
}
|
|
2853
|
+
|
|
2854
|
+
@utility text-primary-ghost-hover {
|
|
2855
|
+
color: var(--color-text-primary-ghost-hover);
|
|
2856
|
+
}
|
|
2857
|
+
|
|
2858
|
+
/* Ring */
|
|
2859
|
+
|
|
2860
|
+
@utility ring-primary {
|
|
2861
|
+
outline-color: var(--color-ring-primary);
|
|
2862
|
+
}
|
|
2863
|
+
|
|
2864
|
+
/* =============================================
|
|
2865
|
+
Secondary semantic utilities
|
|
2866
|
+
============================================= */
|
|
2867
|
+
|
|
2868
|
+
/* Soft */
|
|
2869
|
+
|
|
2870
|
+
@utility text-secondary-soft {
|
|
2871
|
+
color: var(--color-text-secondary-soft);
|
|
2872
|
+
}
|
|
2873
|
+
|
|
2874
|
+
@utility bg-secondary-soft {
|
|
2875
|
+
background-color: var(--color-background-secondary-soft);
|
|
2876
|
+
}
|
|
2877
|
+
|
|
2878
|
+
@utility bg-secondary-soft-hover {
|
|
2879
|
+
background-color: var(--color-background-secondary-soft-hover);
|
|
2880
|
+
}
|
|
2881
|
+
|
|
2882
|
+
@utility bg-secondary-soft-active {
|
|
2883
|
+
background-color: var(--color-background-secondary-soft-active);
|
|
2884
|
+
}
|
|
2885
|
+
|
|
2886
|
+
@utility bg-secondary-soft-alpha {
|
|
2887
|
+
background-color: var(--color-background-secondary-soft-alpha);
|
|
2888
|
+
}
|
|
2889
|
+
|
|
2890
|
+
@utility bg-secondary-soft-alpha-hover {
|
|
2891
|
+
background-color: var(--color-background-secondary-soft-alpha-hover);
|
|
2892
|
+
}
|
|
2893
|
+
|
|
2894
|
+
@utility bg-secondary-soft-alpha-active {
|
|
2895
|
+
background-color: var(--color-background-secondary-soft-alpha-active);
|
|
2896
|
+
}
|
|
2897
|
+
|
|
2898
|
+
@utility bg-secondary-soft-alt {
|
|
2899
|
+
background-color: var(--color-background-secondary-soft-alt);
|
|
2900
|
+
}
|
|
2901
|
+
|
|
2902
|
+
@utility border-secondary-soft-alt {
|
|
2903
|
+
border-color: var(--color-border-secondary-soft-alt);
|
|
2904
|
+
}
|
|
2905
|
+
|
|
2906
|
+
@utility text-secondary-soft-alt {
|
|
2907
|
+
color: var(--color-text-secondary-soft-alt);
|
|
2908
|
+
}
|
|
2909
|
+
|
|
2910
|
+
/* Solid */
|
|
2911
|
+
|
|
2912
|
+
@utility bg-secondary-solid {
|
|
2913
|
+
background-color: var(--color-background-secondary-solid);
|
|
2914
|
+
}
|
|
2915
|
+
|
|
2916
|
+
@utility bg-secondary-solid-hover {
|
|
2917
|
+
background-color: var(--color-background-secondary-solid-hover);
|
|
2918
|
+
}
|
|
2919
|
+
|
|
2920
|
+
@utility bg-secondary-solid-active {
|
|
2921
|
+
background-color: var(--color-background-secondary-solid-active);
|
|
2922
|
+
}
|
|
2923
|
+
|
|
2924
|
+
@utility text-secondary-solid {
|
|
2925
|
+
color: var(--color-text-secondary-solid);
|
|
2926
|
+
}
|
|
2927
|
+
|
|
2928
|
+
/* Outline */
|
|
2929
|
+
|
|
2930
|
+
@utility bg-secondary-outline-hover {
|
|
2931
|
+
background-color: var(--color-background-secondary-outline-hover);
|
|
2932
|
+
}
|
|
2933
|
+
|
|
2934
|
+
@utility bg-secondary-outline-active {
|
|
2935
|
+
background-color: var(--color-background-secondary-outline-active);
|
|
2936
|
+
}
|
|
2937
|
+
|
|
2938
|
+
@utility border-secondary-outline {
|
|
2939
|
+
border-color: var(--color-border-secondary-outline);
|
|
2940
|
+
}
|
|
2941
|
+
|
|
2942
|
+
@utility border-secondary-outline-hover {
|
|
2943
|
+
border-color: var(--color-border-secondary-outline-hover);
|
|
2944
|
+
}
|
|
2945
|
+
|
|
2946
|
+
@utility text-secondary-outline {
|
|
2947
|
+
color: var(--color-text-secondary-outline);
|
|
2948
|
+
}
|
|
2949
|
+
|
|
2950
|
+
@utility text-secondary-outline-hover {
|
|
2951
|
+
color: var(--color-text-secondary-outline-hover);
|
|
2952
|
+
}
|
|
2953
|
+
|
|
2954
|
+
/* Ghost */
|
|
2955
|
+
|
|
2956
|
+
@utility bg-secondary-ghost-hover {
|
|
2957
|
+
background-color: var(--color-background-secondary-ghost-hover);
|
|
2958
|
+
}
|
|
2959
|
+
|
|
2960
|
+
@utility bg-secondary-ghost-active {
|
|
2961
|
+
background-color: var(--color-background-secondary-ghost-active);
|
|
2962
|
+
}
|
|
2963
|
+
|
|
2964
|
+
@utility text-secondary-ghost {
|
|
2965
|
+
color: var(--color-text-secondary-ghost);
|
|
2966
|
+
}
|
|
2967
|
+
|
|
2968
|
+
@utility text-secondary-ghost-hover {
|
|
2969
|
+
color: var(--color-text-secondary-ghost-hover);
|
|
2970
|
+
}
|
|
2971
|
+
|
|
2972
|
+
/* Ring */
|
|
2973
|
+
|
|
2974
|
+
@utility ring-secondary {
|
|
2975
|
+
outline-color: var(--color-ring-secondary);
|
|
2976
|
+
}
|
|
2977
|
+
|
|
2978
|
+
/* =============================================
|
|
2979
|
+
Danger semantic utilities
|
|
2980
|
+
============================================= */
|
|
2981
|
+
|
|
2982
|
+
@utility text-danger {
|
|
2983
|
+
color: var(--color-text-danger);
|
|
2984
|
+
}
|
|
2985
|
+
|
|
2986
|
+
/* Soft */
|
|
2987
|
+
|
|
2988
|
+
@utility bg-danger-soft {
|
|
2989
|
+
background-color: var(--color-background-danger-soft);
|
|
2990
|
+
}
|
|
2991
|
+
|
|
2992
|
+
@utility bg-danger-soft-hover {
|
|
2993
|
+
background-color: var(--color-background-danger-soft-hover);
|
|
2994
|
+
}
|
|
2995
|
+
|
|
2996
|
+
@utility bg-danger-soft-active {
|
|
2997
|
+
background-color: var(--color-background-danger-soft-active);
|
|
2998
|
+
}
|
|
2999
|
+
|
|
3000
|
+
@utility bg-danger-soft-alpha {
|
|
3001
|
+
background-color: var(--color-background-danger-soft-alpha);
|
|
3002
|
+
}
|
|
3003
|
+
|
|
3004
|
+
@utility bg-danger-soft-alpha-hover {
|
|
3005
|
+
background-color: var(--color-background-danger-soft-alpha-hover);
|
|
3006
|
+
}
|
|
3007
|
+
|
|
3008
|
+
@utility bg-danger-soft-alpha-active {
|
|
3009
|
+
background-color: var(--color-background-danger-soft-alpha-active);
|
|
3010
|
+
}
|
|
3011
|
+
|
|
3012
|
+
@utility text-danger-soft {
|
|
3013
|
+
color: var(--color-text-danger-soft);
|
|
3014
|
+
}
|
|
3015
|
+
|
|
3016
|
+
/* Surface */
|
|
3017
|
+
|
|
3018
|
+
@utility bg-danger-surface {
|
|
3019
|
+
background-color: var(--color-background-danger-surface);
|
|
3020
|
+
}
|
|
3021
|
+
|
|
3022
|
+
@utility border-danger-surface {
|
|
3023
|
+
border-color: var(--color-border-danger-surface);
|
|
3024
|
+
}
|
|
3025
|
+
|
|
3026
|
+
@utility text-danger-surface {
|
|
3027
|
+
color: var(--color-text-danger-surface);
|
|
3028
|
+
}
|
|
3029
|
+
|
|
3030
|
+
/* Solid */
|
|
3031
|
+
|
|
3032
|
+
@utility bg-danger-solid {
|
|
3033
|
+
background-color: var(--color-background-danger-solid);
|
|
3034
|
+
}
|
|
3035
|
+
|
|
3036
|
+
@utility bg-danger-solid-hover {
|
|
3037
|
+
background-color: var(--color-background-danger-solid-hover);
|
|
3038
|
+
}
|
|
3039
|
+
|
|
3040
|
+
@utility bg-danger-solid-active {
|
|
3041
|
+
background-color: var(--color-background-danger-solid-active);
|
|
3042
|
+
}
|
|
3043
|
+
|
|
3044
|
+
@utility text-danger-solid {
|
|
3045
|
+
color: var(--color-text-danger-solid);
|
|
3046
|
+
}
|
|
3047
|
+
|
|
3048
|
+
/* Outline */
|
|
3049
|
+
|
|
3050
|
+
@utility bg-danger-outline-hover {
|
|
3051
|
+
background-color: var(--color-background-danger-outline-hover);
|
|
3052
|
+
}
|
|
3053
|
+
|
|
3054
|
+
@utility bg-danger-outline-active {
|
|
3055
|
+
background-color: var(--color-background-danger-outline-active);
|
|
3056
|
+
}
|
|
3057
|
+
|
|
3058
|
+
@utility border-danger-outline {
|
|
3059
|
+
border-color: var(--color-border-danger-outline);
|
|
3060
|
+
}
|
|
3061
|
+
|
|
3062
|
+
@utility border-danger-outline-hover {
|
|
3063
|
+
border-color: var(--color-border-danger-outline-hover);
|
|
3064
|
+
}
|
|
3065
|
+
|
|
3066
|
+
@utility text-danger-outline {
|
|
3067
|
+
color: var(--color-text-danger-outline);
|
|
3068
|
+
}
|
|
3069
|
+
|
|
3070
|
+
@utility text-danger-outline-hover {
|
|
3071
|
+
color: var(--color-text-danger-outline-hover);
|
|
3072
|
+
}
|
|
3073
|
+
|
|
3074
|
+
/* Ghost */
|
|
3075
|
+
|
|
3076
|
+
@utility bg-danger-ghost-hover {
|
|
3077
|
+
background-color: var(--color-background-danger-ghost-hover);
|
|
3078
|
+
}
|
|
3079
|
+
|
|
3080
|
+
@utility bg-danger-ghost-active {
|
|
3081
|
+
background-color: var(--color-background-danger-ghost-active);
|
|
3082
|
+
}
|
|
3083
|
+
|
|
3084
|
+
@utility text-danger-ghost {
|
|
3085
|
+
color: var(--color-text-danger-ghost);
|
|
3086
|
+
}
|
|
3087
|
+
|
|
3088
|
+
@utility text-danger-ghost-hover {
|
|
3089
|
+
color: var(--color-text-danger-ghost-hover);
|
|
3090
|
+
}
|
|
3091
|
+
|
|
3092
|
+
/* Ring */
|
|
3093
|
+
|
|
3094
|
+
@utility ring-danger {
|
|
3095
|
+
outline-color: var(--color-ring-danger);
|
|
3096
|
+
}
|
|
3097
|
+
|
|
3098
|
+
/* =============================================
|
|
3099
|
+
Warning semantic utilities
|
|
3100
|
+
============================================= */
|
|
3101
|
+
|
|
3102
|
+
@utility text-warning {
|
|
3103
|
+
color: var(--color-text-warning);
|
|
3104
|
+
}
|
|
3105
|
+
|
|
3106
|
+
/* Soft */
|
|
3107
|
+
|
|
3108
|
+
@utility bg-warning-soft {
|
|
3109
|
+
background-color: var(--color-background-warning-soft);
|
|
3110
|
+
}
|
|
3111
|
+
|
|
3112
|
+
@utility bg-warning-soft-hover {
|
|
3113
|
+
background-color: var(--color-background-warning-soft-hover);
|
|
3114
|
+
}
|
|
3115
|
+
|
|
3116
|
+
@utility bg-warning-soft-active {
|
|
3117
|
+
background-color: var(--color-background-warning-soft-active);
|
|
3118
|
+
}
|
|
3119
|
+
|
|
3120
|
+
@utility bg-warning-soft-alpha {
|
|
3121
|
+
background-color: var(--color-background-warning-soft-alpha);
|
|
3122
|
+
}
|
|
3123
|
+
|
|
3124
|
+
@utility bg-warning-soft-alpha-hover {
|
|
3125
|
+
background-color: var(--color-background-warning-soft-alpha-hover);
|
|
3126
|
+
}
|
|
3127
|
+
|
|
3128
|
+
@utility bg-warning-soft-alpha-active {
|
|
3129
|
+
background-color: var(--color-background-warning-soft-alpha-active);
|
|
3130
|
+
}
|
|
3131
|
+
|
|
3132
|
+
@utility text-warning-soft {
|
|
3133
|
+
color: var(--color-text-warning-soft);
|
|
3134
|
+
}
|
|
3135
|
+
|
|
3136
|
+
/* Surface */
|
|
3137
|
+
|
|
3138
|
+
@utility bg-warning-surface {
|
|
3139
|
+
background-color: var(--color-background-warning-surface);
|
|
3140
|
+
}
|
|
3141
|
+
|
|
3142
|
+
@utility border-warning-surface {
|
|
3143
|
+
border-color: var(--color-border-warning-surface);
|
|
3144
|
+
}
|
|
3145
|
+
|
|
3146
|
+
@utility text-warning-surface {
|
|
3147
|
+
color: var(--color-text-warning-surface);
|
|
3148
|
+
}
|
|
3149
|
+
|
|
3150
|
+
/* Solid */
|
|
3151
|
+
|
|
3152
|
+
@utility bg-warning-solid {
|
|
3153
|
+
background-color: var(--color-background-warning-solid);
|
|
3154
|
+
}
|
|
3155
|
+
|
|
3156
|
+
@utility bg-warning-solid-hover {
|
|
3157
|
+
background-color: var(--color-background-warning-solid-hover);
|
|
3158
|
+
}
|
|
3159
|
+
|
|
3160
|
+
@utility bg-warning-solid-active {
|
|
3161
|
+
background-color: var(--color-background-warning-solid-active);
|
|
3162
|
+
}
|
|
3163
|
+
|
|
3164
|
+
@utility text-warning-solid {
|
|
3165
|
+
color: var(--color-text-warning-solid);
|
|
3166
|
+
}
|
|
3167
|
+
|
|
3168
|
+
/* Outline */
|
|
3169
|
+
|
|
3170
|
+
@utility bg-warning-outline-hover {
|
|
3171
|
+
background-color: var(--color-background-warning-outline-hover);
|
|
3172
|
+
}
|
|
3173
|
+
|
|
3174
|
+
@utility bg-warning-outline-active {
|
|
3175
|
+
background-color: var(--color-background-warning-outline-active);
|
|
3176
|
+
}
|
|
3177
|
+
|
|
3178
|
+
@utility border-warning-outline {
|
|
3179
|
+
border-color: var(--color-border-warning-outline);
|
|
3180
|
+
}
|
|
3181
|
+
|
|
3182
|
+
@utility border-warning-outline-hover {
|
|
3183
|
+
border-color: var(--color-border-warning-outline-hover);
|
|
3184
|
+
}
|
|
3185
|
+
|
|
3186
|
+
@utility text-warning-outline {
|
|
3187
|
+
color: var(--color-text-warning-outline);
|
|
3188
|
+
}
|
|
3189
|
+
|
|
3190
|
+
@utility text-warning-outline-hover {
|
|
3191
|
+
color: var(--color-text-warning-outline-hover);
|
|
3192
|
+
}
|
|
3193
|
+
|
|
3194
|
+
/* Ghost */
|
|
3195
|
+
|
|
3196
|
+
@utility bg-warning-ghost-hover {
|
|
3197
|
+
background-color: var(--color-background-warning-ghost-hover);
|
|
3198
|
+
}
|
|
3199
|
+
|
|
3200
|
+
@utility bg-warning-ghost-active {
|
|
3201
|
+
background-color: var(--color-background-warning-ghost-active);
|
|
3202
|
+
}
|
|
3203
|
+
|
|
3204
|
+
@utility text-warning-ghost {
|
|
3205
|
+
color: var(--color-text-warning-ghost);
|
|
3206
|
+
}
|
|
3207
|
+
|
|
3208
|
+
@utility text-warning-ghost-hover {
|
|
3209
|
+
color: var(--color-text-warning-ghost-hover);
|
|
3210
|
+
}
|
|
3211
|
+
|
|
3212
|
+
/* Ring */
|
|
3213
|
+
|
|
3214
|
+
@utility ring-warning {
|
|
3215
|
+
outline-color: var(--color-ring-warning);
|
|
3216
|
+
}
|
|
3217
|
+
|
|
3218
|
+
/* =============================================
|
|
3219
|
+
Caution semantic utilities
|
|
3220
|
+
============================================= */
|
|
3221
|
+
|
|
3222
|
+
@utility text-caution {
|
|
3223
|
+
color: var(--color-text-caution);
|
|
3224
|
+
}
|
|
3225
|
+
|
|
3226
|
+
/* Soft */
|
|
3227
|
+
|
|
3228
|
+
@utility bg-caution-soft {
|
|
3229
|
+
background-color: var(--color-background-caution-soft);
|
|
3230
|
+
}
|
|
3231
|
+
|
|
3232
|
+
@utility bg-caution-soft-hover {
|
|
3233
|
+
background-color: var(--color-background-caution-soft-hover);
|
|
3234
|
+
}
|
|
3235
|
+
|
|
3236
|
+
@utility bg-caution-soft-active {
|
|
3237
|
+
background-color: var(--color-background-caution-soft-active);
|
|
3238
|
+
}
|
|
3239
|
+
|
|
3240
|
+
@utility bg-caution-soft-alpha {
|
|
3241
|
+
background-color: var(--color-background-caution-soft-alpha);
|
|
3242
|
+
}
|
|
3243
|
+
|
|
3244
|
+
@utility bg-caution-soft-alpha-hover {
|
|
3245
|
+
background-color: var(--color-background-caution-soft-alpha-hover);
|
|
3246
|
+
}
|
|
3247
|
+
|
|
3248
|
+
@utility bg-caution-soft-alpha-active {
|
|
3249
|
+
background-color: var(--color-background-caution-soft-alpha-active);
|
|
3250
|
+
}
|
|
3251
|
+
|
|
3252
|
+
@utility text-caution-soft {
|
|
3253
|
+
color: var(--color-text-caution-soft);
|
|
3254
|
+
}
|
|
3255
|
+
|
|
3256
|
+
/* Surface */
|
|
3257
|
+
|
|
3258
|
+
@utility bg-caution-surface {
|
|
3259
|
+
background-color: var(--color-background-caution-surface);
|
|
3260
|
+
}
|
|
3261
|
+
|
|
3262
|
+
@utility border-caution-surface {
|
|
3263
|
+
border-color: var(--color-border-caution-surface);
|
|
3264
|
+
}
|
|
3265
|
+
|
|
3266
|
+
@utility text-caution-surface {
|
|
3267
|
+
color: var(--color-text-caution-surface);
|
|
3268
|
+
}
|
|
3269
|
+
|
|
3270
|
+
/* Solid */
|
|
3271
|
+
|
|
3272
|
+
@utility bg-caution-solid {
|
|
3273
|
+
background-color: var(--color-background-caution-solid);
|
|
3274
|
+
}
|
|
3275
|
+
|
|
3276
|
+
@utility bg-caution-solid-hover {
|
|
3277
|
+
background-color: var(--color-background-caution-solid-hover);
|
|
3278
|
+
}
|
|
3279
|
+
|
|
3280
|
+
@utility bg-caution-solid-active {
|
|
3281
|
+
background-color: var(--color-background-caution-solid-active);
|
|
3282
|
+
}
|
|
3283
|
+
|
|
3284
|
+
@utility text-caution-solid {
|
|
3285
|
+
color: var(--color-text-caution-solid);
|
|
3286
|
+
}
|
|
3287
|
+
|
|
3288
|
+
/* Outline */
|
|
3289
|
+
|
|
3290
|
+
@utility bg-caution-outline-hover {
|
|
3291
|
+
background-color: var(--color-background-caution-outline-hover);
|
|
3292
|
+
}
|
|
3293
|
+
|
|
3294
|
+
@utility bg-caution-outline-active {
|
|
3295
|
+
background-color: var(--color-background-caution-outline-active);
|
|
3296
|
+
}
|
|
3297
|
+
|
|
3298
|
+
@utility border-caution-outline {
|
|
3299
|
+
border-color: var(--color-border-caution-outline);
|
|
3300
|
+
}
|
|
3301
|
+
|
|
3302
|
+
@utility border-caution-outline-hover {
|
|
3303
|
+
border-color: var(--color-border-caution-outline-hover);
|
|
3304
|
+
}
|
|
3305
|
+
|
|
3306
|
+
@utility text-caution-outline {
|
|
3307
|
+
color: var(--color-text-caution-outline);
|
|
3308
|
+
}
|
|
3309
|
+
|
|
3310
|
+
@utility text-caution-outline-hover {
|
|
3311
|
+
color: var(--color-text-caution-outline-hover);
|
|
3312
|
+
}
|
|
3313
|
+
|
|
3314
|
+
/* Ghost */
|
|
3315
|
+
|
|
3316
|
+
@utility bg-caution-ghost-hover {
|
|
3317
|
+
background-color: var(--color-background-caution-ghost-hover);
|
|
3318
|
+
}
|
|
3319
|
+
|
|
3320
|
+
@utility bg-caution-ghost-active {
|
|
3321
|
+
background-color: var(--color-background-caution-ghost-active);
|
|
3322
|
+
}
|
|
3323
|
+
|
|
3324
|
+
@utility text-caution-ghost {
|
|
3325
|
+
color: var(--color-text-caution-ghost);
|
|
3326
|
+
}
|
|
3327
|
+
|
|
3328
|
+
@utility text-caution-ghost-hover {
|
|
3329
|
+
color: var(--color-text-caution-ghost-hover);
|
|
3330
|
+
}
|
|
3331
|
+
|
|
3332
|
+
/* Ring */
|
|
3333
|
+
|
|
3334
|
+
@utility ring-caution {
|
|
3335
|
+
outline-color: var(--color-ring-caution);
|
|
3336
|
+
}
|
|
3337
|
+
|
|
3338
|
+
/* =============================================
|
|
3339
|
+
Success semantic utilities
|
|
3340
|
+
============================================= */
|
|
3341
|
+
|
|
3342
|
+
@utility text-success {
|
|
3343
|
+
color: var(--color-text-success);
|
|
3344
|
+
}
|
|
3345
|
+
|
|
3346
|
+
/* Soft */
|
|
3347
|
+
|
|
3348
|
+
@utility bg-success-soft {
|
|
3349
|
+
background-color: var(--color-background-success-soft);
|
|
3350
|
+
}
|
|
3351
|
+
|
|
3352
|
+
@utility bg-success-soft-hover {
|
|
3353
|
+
background-color: var(--color-background-success-soft-hover);
|
|
3354
|
+
}
|
|
3355
|
+
|
|
3356
|
+
@utility bg-success-soft-active {
|
|
3357
|
+
background-color: var(--color-background-success-soft-active);
|
|
3358
|
+
}
|
|
3359
|
+
|
|
3360
|
+
@utility bg-success-soft-alpha {
|
|
3361
|
+
background-color: var(--color-background-success-soft-alpha);
|
|
3362
|
+
}
|
|
3363
|
+
|
|
3364
|
+
@utility bg-success-soft-alpha-hover {
|
|
3365
|
+
background-color: var(--color-background-success-soft-alpha-hover);
|
|
3366
|
+
}
|
|
3367
|
+
|
|
3368
|
+
@utility bg-success-soft-alpha-active {
|
|
3369
|
+
background-color: var(--color-background-success-soft-alpha-active);
|
|
3370
|
+
}
|
|
3371
|
+
|
|
3372
|
+
@utility text-success-soft {
|
|
3373
|
+
color: var(--color-text-success-soft);
|
|
3374
|
+
}
|
|
3375
|
+
|
|
3376
|
+
/* Surface */
|
|
3377
|
+
|
|
3378
|
+
@utility bg-success-surface {
|
|
3379
|
+
background-color: var(--color-background-success-surface);
|
|
3380
|
+
}
|
|
3381
|
+
|
|
3382
|
+
@utility border-success-surface {
|
|
3383
|
+
border-color: var(--color-border-success-surface);
|
|
3384
|
+
}
|
|
3385
|
+
|
|
3386
|
+
@utility text-success-surface {
|
|
3387
|
+
color: var(--color-text-success-surface);
|
|
3388
|
+
}
|
|
3389
|
+
|
|
3390
|
+
/* Solid */
|
|
3391
|
+
|
|
3392
|
+
@utility bg-success-solid {
|
|
3393
|
+
background-color: var(--color-background-success-solid);
|
|
3394
|
+
}
|
|
3395
|
+
|
|
3396
|
+
@utility bg-success-solid-hover {
|
|
3397
|
+
background-color: var(--color-background-success-solid-hover);
|
|
3398
|
+
}
|
|
3399
|
+
|
|
3400
|
+
@utility bg-success-solid-active {
|
|
3401
|
+
background-color: var(--color-background-success-solid-active);
|
|
3402
|
+
}
|
|
3403
|
+
|
|
3404
|
+
@utility text-success-solid {
|
|
3405
|
+
color: var(--color-text-success-solid);
|
|
3406
|
+
}
|
|
3407
|
+
|
|
3408
|
+
/* Outline */
|
|
3409
|
+
|
|
3410
|
+
@utility bg-success-outline-hover {
|
|
3411
|
+
background-color: var(--color-background-success-outline-hover);
|
|
3412
|
+
}
|
|
3413
|
+
|
|
3414
|
+
@utility bg-success-outline-active {
|
|
3415
|
+
background-color: var(--color-background-success-outline-active);
|
|
3416
|
+
}
|
|
3417
|
+
|
|
3418
|
+
@utility border-success-outline {
|
|
3419
|
+
border-color: var(--color-border-success-outline);
|
|
3420
|
+
}
|
|
3421
|
+
|
|
3422
|
+
@utility border-success-outline-hover {
|
|
3423
|
+
border-color: var(--color-border-success-outline-hover);
|
|
3424
|
+
}
|
|
3425
|
+
|
|
3426
|
+
@utility text-success-outline {
|
|
3427
|
+
color: var(--color-text-success-outline);
|
|
3428
|
+
}
|
|
3429
|
+
|
|
3430
|
+
@utility text-success-outline-hover {
|
|
3431
|
+
color: var(--color-text-success-outline-hover);
|
|
3432
|
+
}
|
|
3433
|
+
|
|
3434
|
+
/* Ghost */
|
|
3435
|
+
|
|
3436
|
+
@utility bg-success-ghost-hover {
|
|
3437
|
+
background-color: var(--color-background-success-ghost-hover);
|
|
3438
|
+
}
|
|
3439
|
+
|
|
3440
|
+
@utility bg-success-ghost-active {
|
|
3441
|
+
background-color: var(--color-background-success-ghost-active);
|
|
3442
|
+
}
|
|
3443
|
+
|
|
3444
|
+
@utility text-success-ghost {
|
|
3445
|
+
color: var(--color-text-success-ghost);
|
|
3446
|
+
}
|
|
3447
|
+
|
|
3448
|
+
@utility text-success-ghost-hover {
|
|
3449
|
+
color: var(--color-text-success-ghost-hover);
|
|
3450
|
+
}
|
|
3451
|
+
|
|
3452
|
+
/* Ring */
|
|
3453
|
+
|
|
3454
|
+
@utility ring-success {
|
|
3455
|
+
outline-color: var(--color-ring-success);
|
|
3456
|
+
}
|
|
3457
|
+
|
|
3458
|
+
/* =============================================
|
|
3459
|
+
Discovery semantic utilities
|
|
3460
|
+
============================================= */
|
|
3461
|
+
|
|
3462
|
+
@utility text-discovery {
|
|
3463
|
+
color: var(--color-text-discovery);
|
|
3464
|
+
}
|
|
3465
|
+
|
|
3466
|
+
/* Soft */
|
|
3467
|
+
|
|
3468
|
+
@utility bg-discovery-soft {
|
|
3469
|
+
background-color: var(--color-background-discovery-soft);
|
|
3470
|
+
}
|
|
3471
|
+
|
|
3472
|
+
@utility bg-discovery-soft-hover {
|
|
3473
|
+
background-color: var(--color-background-discovery-soft-hover);
|
|
3474
|
+
}
|
|
3475
|
+
|
|
3476
|
+
@utility bg-discovery-soft-active {
|
|
3477
|
+
background-color: var(--color-background-discovery-soft-active);
|
|
3478
|
+
}
|
|
3479
|
+
|
|
3480
|
+
@utility bg-discovery-soft-alpha {
|
|
3481
|
+
background-color: var(--color-background-discovery-soft-alpha);
|
|
3482
|
+
}
|
|
3483
|
+
|
|
3484
|
+
@utility bg-discovery-soft-alpha-hover {
|
|
3485
|
+
background-color: var(--color-background-discovery-soft-alpha-hover);
|
|
3486
|
+
}
|
|
3487
|
+
|
|
3488
|
+
@utility bg-discovery-soft-alpha-active {
|
|
3489
|
+
background-color: var(--color-background-discovery-soft-alpha-active);
|
|
3490
|
+
}
|
|
3491
|
+
|
|
3492
|
+
@utility text-discovery-soft {
|
|
3493
|
+
color: var(--color-text-discovery-soft);
|
|
3494
|
+
}
|
|
3495
|
+
|
|
3496
|
+
/* Surface */
|
|
3497
|
+
|
|
3498
|
+
@utility bg-discovery-surface {
|
|
3499
|
+
background-color: var(--color-background-discovery-surface);
|
|
3500
|
+
}
|
|
3501
|
+
|
|
3502
|
+
@utility border-discovery-surface {
|
|
3503
|
+
border-color: var(--color-border-discovery-surface);
|
|
3504
|
+
}
|
|
3505
|
+
|
|
3506
|
+
@utility text-discovery-surface {
|
|
3507
|
+
color: var(--color-text-discovery-surface);
|
|
3508
|
+
}
|
|
3509
|
+
|
|
3510
|
+
/* Solid */
|
|
3511
|
+
|
|
3512
|
+
@utility bg-discovery-solid {
|
|
3513
|
+
background-color: var(--color-background-discovery-solid);
|
|
3514
|
+
}
|
|
3515
|
+
|
|
3516
|
+
@utility bg-discovery-solid-hover {
|
|
3517
|
+
background-color: var(--color-background-discovery-solid-hover);
|
|
3518
|
+
}
|
|
3519
|
+
|
|
3520
|
+
@utility bg-discovery-solid-active {
|
|
3521
|
+
background-color: var(--color-background-discovery-solid-active);
|
|
3522
|
+
}
|
|
3523
|
+
|
|
3524
|
+
@utility text-discovery-solid {
|
|
3525
|
+
color: var(--color-text-discovery-solid);
|
|
3526
|
+
}
|
|
3527
|
+
|
|
3528
|
+
/* Outline */
|
|
3529
|
+
|
|
3530
|
+
@utility bg-discovery-outline-hover {
|
|
3531
|
+
background-color: var(--color-background-discovery-outline-hover);
|
|
3532
|
+
}
|
|
3533
|
+
|
|
3534
|
+
@utility bg-discovery-outline-active {
|
|
3535
|
+
background-color: var(--color-background-discovery-outline-active);
|
|
3536
|
+
}
|
|
3537
|
+
|
|
3538
|
+
@utility border-discovery-outline {
|
|
3539
|
+
border-color: var(--color-border-discovery-outline);
|
|
3540
|
+
}
|
|
3541
|
+
|
|
3542
|
+
@utility border-discovery-outline-hover {
|
|
3543
|
+
border-color: var(--color-border-discovery-outline-hover);
|
|
3544
|
+
}
|
|
3545
|
+
|
|
3546
|
+
@utility text-discovery-outline {
|
|
3547
|
+
color: var(--color-text-discovery-outline);
|
|
3548
|
+
}
|
|
3549
|
+
|
|
3550
|
+
@utility text-discovery-outline-hover {
|
|
3551
|
+
color: var(--color-text-discovery-outline-hover);
|
|
3552
|
+
}
|
|
3553
|
+
|
|
3554
|
+
/* Ghost */
|
|
3555
|
+
|
|
3556
|
+
@utility bg-discovery-ghost-hover {
|
|
3557
|
+
background-color: var(--color-background-discovery-ghost-hover);
|
|
3558
|
+
}
|
|
3559
|
+
|
|
3560
|
+
@utility bg-discovery-ghost-active {
|
|
3561
|
+
background-color: var(--color-background-discovery-ghost-active);
|
|
3562
|
+
}
|
|
3563
|
+
|
|
3564
|
+
@utility text-discovery-ghost {
|
|
3565
|
+
color: var(--color-text-discovery-ghost);
|
|
3566
|
+
}
|
|
3567
|
+
|
|
3568
|
+
@utility text-discovery-ghost-hover {
|
|
3569
|
+
color: var(--color-text-discovery-ghost-hover);
|
|
3570
|
+
}
|
|
3571
|
+
|
|
3572
|
+
/* Ring */
|
|
3573
|
+
|
|
3574
|
+
@utility ring-discovery {
|
|
3575
|
+
outline-color: var(--color-ring-discovery);
|
|
3576
|
+
}
|
|
3577
|
+
|
|
3578
|
+
/* =============================================
|
|
3579
|
+
Disabled semantic utilities
|
|
3580
|
+
============================================= */
|
|
3581
|
+
|
|
3582
|
+
@utility bg-disabled {
|
|
3583
|
+
background-color: var(--color-background-disabled);
|
|
3584
|
+
}
|
|
3585
|
+
|
|
3586
|
+
@utility border-disabled {
|
|
3587
|
+
border-color: var(--color-border-disabled);
|
|
3588
|
+
}
|
|
3589
|
+
|
|
3590
|
+
@utility text-disabled {
|
|
3591
|
+
color: var(--color-text-disabled);
|
|
3592
|
+
}
|
|
3593
|
+
|
|
3594
|
+
/* =============================================
|
|
3595
|
+
Icon size utilities
|
|
3596
|
+
============================================= */
|
|
3597
|
+
|
|
3598
|
+
@utility icon-xs {
|
|
3599
|
+
width: var(--control-icon-size-xs);
|
|
3600
|
+
height: var(--control-icon-size-xs);
|
|
3601
|
+
}
|
|
3602
|
+
|
|
3603
|
+
@utility icon-sm {
|
|
3604
|
+
width: var(--control-icon-size-sm);
|
|
3605
|
+
height: var(--control-icon-size-sm);
|
|
3606
|
+
}
|
|
3607
|
+
|
|
3608
|
+
@utility icon-md {
|
|
3609
|
+
width: var(--control-icon-size-md);
|
|
3610
|
+
height: var(--control-icon-size-md);
|
|
3611
|
+
}
|
|
3612
|
+
|
|
3613
|
+
@utility icon-lg {
|
|
3614
|
+
width: var(--control-icon-size-lg);
|
|
3615
|
+
height: var(--control-icon-size-lg);
|
|
3616
|
+
}
|
|
3617
|
+
|
|
3618
|
+
@utility icon-xl {
|
|
3619
|
+
width: var(--control-icon-size-xl);
|
|
3620
|
+
height: var(--control-icon-size-xl);
|
|
3621
|
+
}
|
|
3622
|
+
|
|
3623
|
+
@utility icon-2xl {
|
|
3624
|
+
width: var(--control-icon-size-2xl);
|
|
3625
|
+
height: var(--control-icon-size-2xl);
|
|
3626
|
+
}
|
|
3627
|
+
|
|
3628
|
+
/* Opinionated globals */
|
|
3629
|
+
|
|
3630
|
+
/* =============================================
|
|
3631
|
+
Opinionated globals
|
|
3632
|
+
============================================= */
|
|
3633
|
+
|
|
3634
|
+
@layer base {
|
|
3635
|
+
html,
|
|
3636
|
+
:host {
|
|
3637
|
+
/* Apply default color */
|
|
3638
|
+
color: var(--color-text);
|
|
3639
|
+
/* Smooth font rendering by default */
|
|
3640
|
+
-webkit-font-smoothing: antialiased;
|
|
3641
|
+
-moz-osx-font-smoothing: grayscale;
|
|
3642
|
+
/* Apply default letter-spacing */
|
|
3643
|
+
letter-spacing: var(--tracking-normal);
|
|
3644
|
+
}
|
|
3645
|
+
|
|
3646
|
+
[data-theme="light"] {
|
|
3647
|
+
color-scheme: light;
|
|
3648
|
+
}
|
|
3649
|
+
|
|
3650
|
+
[data-theme="dark"] {
|
|
3651
|
+
color-scheme: dark;
|
|
3652
|
+
}
|
|
3653
|
+
|
|
3654
|
+
* {
|
|
3655
|
+
/* Aesthetic scrollbar defaults */
|
|
3656
|
+
scrollbar-color: var(--scrollbar-color) transparent;
|
|
3657
|
+
scrollbar-width: thin;
|
|
3658
|
+
}
|
|
3659
|
+
|
|
3660
|
+
/* All exiting <TransitionGroup> components should be non-interactive */
|
|
3661
|
+
[data-exiting] {
|
|
3662
|
+
pointer-events: none;
|
|
3663
|
+
}
|
|
3664
|
+
|
|
3665
|
+
/* Default placeholder text color */
|
|
3666
|
+
::-moz-placeholder {
|
|
3667
|
+
color: var(--color-text-tertiary);
|
|
3668
|
+
}
|
|
3669
|
+
::placeholder {
|
|
3670
|
+
color: var(--color-text-tertiary);
|
|
3671
|
+
}
|
|
3672
|
+
|
|
3673
|
+
/* Use semibold weight as the defacto bold */
|
|
3674
|
+
b,
|
|
3675
|
+
strong {
|
|
3676
|
+
font-weight: var(--font-weight-semibold);
|
|
3677
|
+
}
|
|
3678
|
+
}
|
|
3679
|
+
|
|
3680
|
+
/* Katex bundled global CSS */
|
|
3681
|
+
|
|
3682
|
+
@layer base{
|
|
3683
|
+
/* stylelint-disable font-family-no-missing-generic-family-keyword */
|
|
3684
|
+
/* stylelint-disable number-max-precision */
|
|
3685
|
+
@font-face {
|
|
3686
|
+
font-family: "KaTeX_AMS";
|
|
3687
|
+
font-style: normal;
|
|
3688
|
+
font-weight: 400;
|
|
3689
|
+
src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_AMS-Regular.woff2") format("woff2");
|
|
3690
|
+
}
|
|
3691
|
+
|
|
3692
|
+
@font-face {
|
|
3693
|
+
font-family: "KaTeX_Caligraphic";
|
|
3694
|
+
font-style: normal;
|
|
3695
|
+
font-weight: 700;
|
|
3696
|
+
src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Caligraphic-Bold.woff2") format("woff2");
|
|
3697
|
+
}
|
|
3698
|
+
|
|
3699
|
+
@font-face {
|
|
3700
|
+
font-family: "KaTeX_Caligraphic";
|
|
3701
|
+
font-style: normal;
|
|
3702
|
+
font-weight: 400;
|
|
3703
|
+
src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Caligraphic-Regular.woff2")
|
|
3704
|
+
format("woff2");
|
|
3705
|
+
}
|
|
3706
|
+
|
|
3707
|
+
@font-face {
|
|
3708
|
+
font-family: "KaTeX_Fraktur";
|
|
3709
|
+
font-style: normal;
|
|
3710
|
+
font-weight: 700;
|
|
3711
|
+
src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Fraktur-Bold.woff2") format("woff2");
|
|
3712
|
+
}
|
|
3713
|
+
|
|
3714
|
+
@font-face {
|
|
3715
|
+
font-family: "KaTeX_Fraktur";
|
|
3716
|
+
font-style: normal;
|
|
3717
|
+
font-weight: 400;
|
|
3718
|
+
src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Fraktur-Regular.woff2") format("woff2");
|
|
3719
|
+
}
|
|
3720
|
+
|
|
3721
|
+
@font-face {
|
|
3722
|
+
font-family: "KaTeX_Main";
|
|
3723
|
+
font-style: normal;
|
|
3724
|
+
font-weight: 700;
|
|
3725
|
+
src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Main-Bold.woff2") format("woff2");
|
|
3726
|
+
}
|
|
3727
|
+
|
|
3728
|
+
@font-face {
|
|
3729
|
+
font-family: "KaTeX_Main";
|
|
3730
|
+
font-style: italic;
|
|
3731
|
+
font-weight: 700;
|
|
3732
|
+
src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Main-BoldItalic.woff2") format("woff2");
|
|
3733
|
+
}
|
|
3734
|
+
|
|
3735
|
+
@font-face {
|
|
3736
|
+
font-family: "KaTeX_Main";
|
|
3737
|
+
font-style: italic;
|
|
3738
|
+
font-weight: 400;
|
|
3739
|
+
src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Main-Italic.woff2") format("woff2");
|
|
3740
|
+
}
|
|
3741
|
+
|
|
3742
|
+
@font-face {
|
|
3743
|
+
font-family: "KaTeX_Main";
|
|
3744
|
+
font-style: normal;
|
|
3745
|
+
font-weight: 400;
|
|
3746
|
+
src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Main-Regular.woff2") format("woff2");
|
|
3747
|
+
}
|
|
3748
|
+
|
|
3749
|
+
@font-face {
|
|
3750
|
+
font-family: "KaTeX_Math";
|
|
3751
|
+
font-style: italic;
|
|
3752
|
+
font-weight: 700;
|
|
3753
|
+
src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Math-BoldItalic.woff2") format("woff2");
|
|
3754
|
+
}
|
|
3755
|
+
|
|
3756
|
+
@font-face {
|
|
3757
|
+
font-family: "KaTeX_Math";
|
|
3758
|
+
font-style: italic;
|
|
3759
|
+
font-weight: 400;
|
|
3760
|
+
src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Math-Italic.woff2") format("woff2");
|
|
3761
|
+
}
|
|
3762
|
+
|
|
3763
|
+
@font-face {
|
|
3764
|
+
font-family: "KaTeX_SansSerif";
|
|
3765
|
+
font-style: normal;
|
|
3766
|
+
font-weight: 700;
|
|
3767
|
+
src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_SansSerif-Bold.woff2") format("woff2");
|
|
3768
|
+
}
|
|
3769
|
+
|
|
3770
|
+
@font-face {
|
|
3771
|
+
font-family: "KaTeX_SansSerif";
|
|
3772
|
+
font-style: italic;
|
|
3773
|
+
font-weight: 400;
|
|
3774
|
+
src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_SansSerif-Italic.woff2") format("woff2");
|
|
3775
|
+
}
|
|
3776
|
+
|
|
3777
|
+
@font-face {
|
|
3778
|
+
font-family: "KaTeX_SansSerif";
|
|
3779
|
+
font-style: normal;
|
|
3780
|
+
font-weight: 400;
|
|
3781
|
+
src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_SansSerif-Regular.woff2")
|
|
3782
|
+
format("woff2");
|
|
3783
|
+
}
|
|
3784
|
+
|
|
3785
|
+
@font-face {
|
|
3786
|
+
font-family: "KaTeX_Script";
|
|
3787
|
+
font-style: normal;
|
|
3788
|
+
font-weight: 400;
|
|
3789
|
+
src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Script-Regular.woff2") format("woff2");
|
|
3790
|
+
}
|
|
3791
|
+
|
|
3792
|
+
@font-face {
|
|
3793
|
+
font-family: "KaTeX_Size1";
|
|
3794
|
+
font-style: normal;
|
|
3795
|
+
font-weight: 400;
|
|
3796
|
+
src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Size1-Regular.woff2") format("woff2");
|
|
3797
|
+
}
|
|
3798
|
+
|
|
3799
|
+
@font-face {
|
|
3800
|
+
font-family: "KaTeX_Size2";
|
|
3801
|
+
font-style: normal;
|
|
3802
|
+
font-weight: 400;
|
|
3803
|
+
src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Size2-Regular.woff2") format("woff2");
|
|
3804
|
+
}
|
|
3805
|
+
|
|
3806
|
+
@font-face {
|
|
3807
|
+
font-family: "KaTeX_Size3";
|
|
3808
|
+
font-style: normal;
|
|
3809
|
+
font-weight: 400;
|
|
3810
|
+
src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Size3-Regular.woff2") format("woff2");
|
|
3811
|
+
}
|
|
3812
|
+
|
|
3813
|
+
@font-face {
|
|
3814
|
+
font-family: "KaTeX_Size4";
|
|
3815
|
+
font-style: normal;
|
|
3816
|
+
font-weight: 400;
|
|
3817
|
+
src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Size4-Regular.woff2") format("woff2");
|
|
3818
|
+
}
|
|
3819
|
+
|
|
3820
|
+
@font-face {
|
|
3821
|
+
font-family: "KaTeX_Typewriter";
|
|
3822
|
+
font-style: normal;
|
|
3823
|
+
font-weight: 400;
|
|
3824
|
+
src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Typewriter-Regular.woff2")
|
|
3825
|
+
format("woff2");
|
|
3826
|
+
}
|
|
3827
|
+
|
|
3828
|
+
.katex {
|
|
3829
|
+
font:
|
|
3830
|
+
normal 1.21em "KaTeX_Main",
|
|
3831
|
+
"Times New Roman",
|
|
3832
|
+
serif;
|
|
3833
|
+
line-height: 1.2;
|
|
3834
|
+
text-indent: 0;
|
|
3835
|
+
text-rendering: auto;
|
|
3836
|
+
}
|
|
3837
|
+
|
|
3838
|
+
.katex * {
|
|
3839
|
+
border-color: currentcolor;
|
|
3840
|
+
-ms-high-contrast-adjust: none !important;
|
|
3841
|
+
}
|
|
3842
|
+
|
|
3843
|
+
.katex .katex-version::after {
|
|
3844
|
+
content: "0.16.0";
|
|
3845
|
+
}
|
|
3846
|
+
|
|
3847
|
+
.katex .katex-mathml {
|
|
3848
|
+
position: absolute;
|
|
3849
|
+
overflow: hidden;
|
|
3850
|
+
width: 1px;
|
|
3851
|
+
height: 1px;
|
|
3852
|
+
padding: 0;
|
|
3853
|
+
border: 0;
|
|
3854
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
3855
|
+
}
|
|
3856
|
+
|
|
3857
|
+
.katex .katex-html > .newline {
|
|
3858
|
+
display: block;
|
|
3859
|
+
}
|
|
3860
|
+
|
|
3861
|
+
.katex .base {
|
|
3862
|
+
position: relative;
|
|
3863
|
+
width: -moz-min-content;
|
|
3864
|
+
width: min-content;
|
|
3865
|
+
white-space: nowrap;
|
|
3866
|
+
}
|
|
3867
|
+
|
|
3868
|
+
.katex .base,
|
|
3869
|
+
.katex .strut {
|
|
3870
|
+
display: inline-block;
|
|
3871
|
+
}
|
|
3872
|
+
|
|
3873
|
+
.katex .textbf {
|
|
3874
|
+
font-weight: 700;
|
|
3875
|
+
}
|
|
3876
|
+
|
|
3877
|
+
.katex .textit {
|
|
3878
|
+
font-style: italic;
|
|
3879
|
+
}
|
|
3880
|
+
|
|
3881
|
+
.katex .textrm {
|
|
3882
|
+
font-family: "KaTeX_Main";
|
|
3883
|
+
}
|
|
3884
|
+
|
|
3885
|
+
.katex .textsf {
|
|
3886
|
+
font-family: "KaTeX_SansSerif";
|
|
3887
|
+
}
|
|
3888
|
+
|
|
3889
|
+
.katex .texttt {
|
|
3890
|
+
font-family: "KaTeX_Typewriter";
|
|
3891
|
+
}
|
|
3892
|
+
|
|
3893
|
+
.katex .mathnormal {
|
|
3894
|
+
font-family: "KaTeX_Math";
|
|
3895
|
+
font-style: italic;
|
|
3896
|
+
}
|
|
3897
|
+
|
|
3898
|
+
.katex .mathit {
|
|
3899
|
+
font-family: "KaTeX_Main";
|
|
3900
|
+
font-style: italic;
|
|
3901
|
+
}
|
|
3902
|
+
|
|
3903
|
+
.katex .mathrm {
|
|
3904
|
+
font-style: normal;
|
|
3905
|
+
}
|
|
3906
|
+
|
|
3907
|
+
.katex .mathbf {
|
|
3908
|
+
font-family: "KaTeX_Main";
|
|
3909
|
+
font-weight: 700;
|
|
3910
|
+
}
|
|
3911
|
+
|
|
3912
|
+
.katex .boldsymbol {
|
|
3913
|
+
font-family: "KaTeX_Math";
|
|
3914
|
+
font-style: italic;
|
|
3915
|
+
font-weight: 700;
|
|
3916
|
+
}
|
|
3917
|
+
|
|
3918
|
+
.katex .amsrm,
|
|
3919
|
+
.katex .mathbb,
|
|
3920
|
+
.katex .textbb {
|
|
3921
|
+
font-family: "KaTeX_AMS";
|
|
3922
|
+
}
|
|
3923
|
+
|
|
3924
|
+
.katex .mathcal {
|
|
3925
|
+
font-family: "KaTeX_Caligraphic";
|
|
3926
|
+
}
|
|
3927
|
+
|
|
3928
|
+
.katex .mathfrak,
|
|
3929
|
+
.katex .textfrak {
|
|
3930
|
+
font-family: "KaTeX_Fraktur";
|
|
3931
|
+
}
|
|
3932
|
+
|
|
3933
|
+
.katex .mathtt {
|
|
3934
|
+
font-family: "KaTeX_Typewriter";
|
|
3935
|
+
}
|
|
3936
|
+
|
|
3937
|
+
.katex .mathscr,
|
|
3938
|
+
.katex .textscr {
|
|
3939
|
+
font-family: "KaTeX_Script";
|
|
3940
|
+
}
|
|
3941
|
+
|
|
3942
|
+
.katex .mathsf,
|
|
3943
|
+
.katex .textsf {
|
|
3944
|
+
font-family: "KaTeX_SansSerif";
|
|
3945
|
+
}
|
|
3946
|
+
|
|
3947
|
+
.katex .mathboldsf,
|
|
3948
|
+
.katex .textboldsf {
|
|
3949
|
+
font-family: "KaTeX_SansSerif";
|
|
3950
|
+
font-weight: 700;
|
|
3951
|
+
}
|
|
3952
|
+
|
|
3953
|
+
.katex .mathitsf,
|
|
3954
|
+
.katex .textitsf {
|
|
3955
|
+
font-family: "KaTeX_SansSerif";
|
|
3956
|
+
font-style: italic;
|
|
3957
|
+
}
|
|
3958
|
+
|
|
3959
|
+
.katex .mainrm {
|
|
3960
|
+
font-family: "KaTeX_Main";
|
|
3961
|
+
font-style: normal;
|
|
3962
|
+
}
|
|
3963
|
+
|
|
3964
|
+
.katex .vlist-t {
|
|
3965
|
+
display: inline-table;
|
|
3966
|
+
border-collapse: collapse;
|
|
3967
|
+
table-layout: fixed;
|
|
3968
|
+
}
|
|
3969
|
+
|
|
3970
|
+
.katex .vlist-r {
|
|
3971
|
+
display: table-row;
|
|
3972
|
+
}
|
|
3973
|
+
|
|
3974
|
+
.katex .vlist {
|
|
3975
|
+
position: relative;
|
|
3976
|
+
display: table-cell;
|
|
3977
|
+
vertical-align: bottom;
|
|
3978
|
+
}
|
|
3979
|
+
|
|
3980
|
+
.katex .vlist > span {
|
|
3981
|
+
position: relative;
|
|
3982
|
+
display: block;
|
|
3983
|
+
height: 0;
|
|
3984
|
+
}
|
|
3985
|
+
|
|
3986
|
+
.katex .vlist > span > span {
|
|
3987
|
+
display: inline-block;
|
|
3988
|
+
}
|
|
3989
|
+
|
|
3990
|
+
.katex .vlist > span > .pstrut {
|
|
3991
|
+
overflow: hidden;
|
|
3992
|
+
width: 0;
|
|
3993
|
+
}
|
|
3994
|
+
|
|
3995
|
+
.katex .vlist-t2 {
|
|
3996
|
+
margin-right: -2px;
|
|
3997
|
+
}
|
|
3998
|
+
|
|
3999
|
+
.katex .vlist-s {
|
|
4000
|
+
display: table-cell;
|
|
4001
|
+
width: 2px;
|
|
4002
|
+
min-width: 2px;
|
|
4003
|
+
font-size: 1px;
|
|
4004
|
+
vertical-align: bottom;
|
|
4005
|
+
}
|
|
4006
|
+
|
|
4007
|
+
.katex .vbox {
|
|
4008
|
+
display: inline-flex;
|
|
4009
|
+
flex-direction: column;
|
|
4010
|
+
align-items: baseline;
|
|
4011
|
+
}
|
|
4012
|
+
|
|
4013
|
+
.katex .hbox {
|
|
4014
|
+
width: 100%;
|
|
4015
|
+
}
|
|
4016
|
+
|
|
4017
|
+
.katex .hbox,
|
|
4018
|
+
.katex .thinbox {
|
|
4019
|
+
display: inline-flex;
|
|
4020
|
+
flex-direction: row;
|
|
4021
|
+
}
|
|
4022
|
+
|
|
4023
|
+
.katex .thinbox {
|
|
4024
|
+
width: 0;
|
|
4025
|
+
max-width: 0;
|
|
4026
|
+
}
|
|
4027
|
+
|
|
4028
|
+
.katex .msupsub {
|
|
4029
|
+
text-align: left;
|
|
4030
|
+
}
|
|
4031
|
+
|
|
4032
|
+
.katex .mfrac > span > span {
|
|
4033
|
+
text-align: center;
|
|
4034
|
+
}
|
|
4035
|
+
|
|
4036
|
+
.katex .mfrac .frac-line {
|
|
4037
|
+
display: inline-block;
|
|
4038
|
+
width: 100%;
|
|
4039
|
+
border-bottom-style: solid;
|
|
4040
|
+
}
|
|
4041
|
+
|
|
4042
|
+
.katex .hdashline,
|
|
4043
|
+
.katex .hline,
|
|
4044
|
+
.katex .mfrac .frac-line,
|
|
4045
|
+
.katex .overline .overline-line,
|
|
4046
|
+
.katex .rule,
|
|
4047
|
+
.katex .underline .underline-line {
|
|
4048
|
+
min-height: 1px;
|
|
4049
|
+
}
|
|
4050
|
+
|
|
4051
|
+
.katex .mspace {
|
|
4052
|
+
display: inline-block;
|
|
4053
|
+
}
|
|
4054
|
+
|
|
4055
|
+
.katex .clap,
|
|
4056
|
+
.katex .llap,
|
|
4057
|
+
.katex .rlap {
|
|
4058
|
+
position: relative;
|
|
4059
|
+
width: 0;
|
|
4060
|
+
}
|
|
4061
|
+
|
|
4062
|
+
.katex .clap > .inner,
|
|
4063
|
+
.katex .llap > .inner,
|
|
4064
|
+
.katex .rlap > .inner {
|
|
4065
|
+
position: absolute;
|
|
4066
|
+
}
|
|
4067
|
+
|
|
4068
|
+
.katex .clap > .fix,
|
|
4069
|
+
.katex .llap > .fix,
|
|
4070
|
+
.katex .rlap > .fix {
|
|
4071
|
+
display: inline-block;
|
|
4072
|
+
}
|
|
4073
|
+
|
|
4074
|
+
.katex .llap > .inner {
|
|
4075
|
+
right: 0;
|
|
4076
|
+
}
|
|
4077
|
+
|
|
4078
|
+
.katex .clap > .inner,
|
|
4079
|
+
.katex .rlap > .inner {
|
|
4080
|
+
left: 0;
|
|
4081
|
+
}
|
|
4082
|
+
|
|
4083
|
+
.katex .clap > .inner > span {
|
|
4084
|
+
margin-right: 50%;
|
|
4085
|
+
margin-left: -50%;
|
|
4086
|
+
}
|
|
4087
|
+
|
|
4088
|
+
.katex .rule {
|
|
4089
|
+
position: relative;
|
|
4090
|
+
display: inline-block;
|
|
4091
|
+
border: 0 solid;
|
|
4092
|
+
}
|
|
4093
|
+
|
|
4094
|
+
.katex .hline,
|
|
4095
|
+
.katex .overline .overline-line,
|
|
4096
|
+
.katex .underline .underline-line {
|
|
4097
|
+
display: inline-block;
|
|
4098
|
+
width: 100%;
|
|
4099
|
+
border-bottom-style: solid;
|
|
4100
|
+
}
|
|
4101
|
+
|
|
4102
|
+
.katex .hdashline {
|
|
4103
|
+
display: inline-block;
|
|
4104
|
+
width: 100%;
|
|
4105
|
+
border-bottom-style: dashed;
|
|
4106
|
+
}
|
|
4107
|
+
|
|
4108
|
+
.katex .sqrt > .root {
|
|
4109
|
+
margin-right: -0.55555556em;
|
|
4110
|
+
margin-left: 0.27777778em;
|
|
4111
|
+
}
|
|
4112
|
+
|
|
4113
|
+
.katex .fontsize-ensurer.reset-size1.size1,
|
|
4114
|
+
.katex .sizing.reset-size1.size1 {
|
|
4115
|
+
font-size: 1em;
|
|
4116
|
+
}
|
|
4117
|
+
|
|
4118
|
+
.katex .fontsize-ensurer.reset-size1.size2,
|
|
4119
|
+
.katex .sizing.reset-size1.size2 {
|
|
4120
|
+
font-size: 1.2em;
|
|
4121
|
+
}
|
|
4122
|
+
|
|
4123
|
+
.katex .fontsize-ensurer.reset-size1.size3,
|
|
4124
|
+
.katex .sizing.reset-size1.size3 {
|
|
4125
|
+
font-size: 1.4em;
|
|
4126
|
+
}
|
|
4127
|
+
|
|
4128
|
+
.katex .fontsize-ensurer.reset-size1.size4,
|
|
4129
|
+
.katex .sizing.reset-size1.size4 {
|
|
4130
|
+
font-size: 1.6em;
|
|
4131
|
+
}
|
|
4132
|
+
|
|
4133
|
+
.katex .fontsize-ensurer.reset-size1.size5,
|
|
4134
|
+
.katex .sizing.reset-size1.size5 {
|
|
4135
|
+
font-size: 1.8em;
|
|
4136
|
+
}
|
|
4137
|
+
|
|
4138
|
+
.katex .fontsize-ensurer.reset-size1.size6,
|
|
4139
|
+
.katex .sizing.reset-size1.size6 {
|
|
4140
|
+
font-size: 2em;
|
|
4141
|
+
}
|
|
4142
|
+
|
|
4143
|
+
.katex .fontsize-ensurer.reset-size1.size7,
|
|
4144
|
+
.katex .sizing.reset-size1.size7 {
|
|
4145
|
+
font-size: 2.4em;
|
|
4146
|
+
}
|
|
4147
|
+
|
|
4148
|
+
.katex .fontsize-ensurer.reset-size1.size8,
|
|
4149
|
+
.katex .sizing.reset-size1.size8 {
|
|
4150
|
+
font-size: 2.88em;
|
|
4151
|
+
}
|
|
4152
|
+
|
|
4153
|
+
.katex .fontsize-ensurer.reset-size1.size9,
|
|
4154
|
+
.katex .sizing.reset-size1.size9 {
|
|
4155
|
+
font-size: 3.456em;
|
|
4156
|
+
}
|
|
4157
|
+
|
|
4158
|
+
.katex .fontsize-ensurer.reset-size1.size10,
|
|
4159
|
+
.katex .sizing.reset-size1.size10 {
|
|
4160
|
+
font-size: 4.148em;
|
|
4161
|
+
}
|
|
4162
|
+
|
|
4163
|
+
.katex .fontsize-ensurer.reset-size1.size11,
|
|
4164
|
+
.katex .sizing.reset-size1.size11 {
|
|
4165
|
+
font-size: 4.976em;
|
|
4166
|
+
}
|
|
4167
|
+
|
|
4168
|
+
.katex .fontsize-ensurer.reset-size2.size1,
|
|
4169
|
+
.katex .sizing.reset-size2.size1 {
|
|
4170
|
+
font-size: 0.83333333em;
|
|
4171
|
+
}
|
|
4172
|
+
|
|
4173
|
+
.katex .fontsize-ensurer.reset-size2.size2,
|
|
4174
|
+
.katex .sizing.reset-size2.size2 {
|
|
4175
|
+
font-size: 1em;
|
|
4176
|
+
}
|
|
4177
|
+
|
|
4178
|
+
.katex .fontsize-ensurer.reset-size2.size3,
|
|
4179
|
+
.katex .sizing.reset-size2.size3 {
|
|
4180
|
+
font-size: 1.16666667em;
|
|
4181
|
+
}
|
|
4182
|
+
|
|
4183
|
+
.katex .fontsize-ensurer.reset-size2.size4,
|
|
4184
|
+
.katex .sizing.reset-size2.size4 {
|
|
4185
|
+
font-size: 1.33333333em;
|
|
4186
|
+
}
|
|
4187
|
+
|
|
4188
|
+
.katex .fontsize-ensurer.reset-size2.size5,
|
|
4189
|
+
.katex .sizing.reset-size2.size5 {
|
|
4190
|
+
font-size: 1.5em;
|
|
4191
|
+
}
|
|
4192
|
+
|
|
4193
|
+
.katex .fontsize-ensurer.reset-size2.size6,
|
|
4194
|
+
.katex .sizing.reset-size2.size6 {
|
|
4195
|
+
font-size: 1.66666667em;
|
|
4196
|
+
}
|
|
4197
|
+
|
|
4198
|
+
.katex .fontsize-ensurer.reset-size2.size7,
|
|
4199
|
+
.katex .sizing.reset-size2.size7 {
|
|
4200
|
+
font-size: 2em;
|
|
4201
|
+
}
|
|
4202
|
+
|
|
4203
|
+
.katex .fontsize-ensurer.reset-size2.size8,
|
|
4204
|
+
.katex .sizing.reset-size2.size8 {
|
|
4205
|
+
font-size: 2.4em;
|
|
4206
|
+
}
|
|
4207
|
+
|
|
4208
|
+
.katex .fontsize-ensurer.reset-size2.size9,
|
|
4209
|
+
.katex .sizing.reset-size2.size9 {
|
|
4210
|
+
font-size: 2.88em;
|
|
4211
|
+
}
|
|
4212
|
+
|
|
4213
|
+
.katex .fontsize-ensurer.reset-size2.size10,
|
|
4214
|
+
.katex .sizing.reset-size2.size10 {
|
|
4215
|
+
font-size: 3.45666667em;
|
|
4216
|
+
}
|
|
4217
|
+
|
|
4218
|
+
.katex .fontsize-ensurer.reset-size2.size11,
|
|
4219
|
+
.katex .sizing.reset-size2.size11 {
|
|
4220
|
+
font-size: 4.14666667em;
|
|
4221
|
+
}
|
|
4222
|
+
|
|
4223
|
+
.katex .fontsize-ensurer.reset-size3.size1,
|
|
4224
|
+
.katex .sizing.reset-size3.size1 {
|
|
4225
|
+
font-size: 0.71428571em;
|
|
4226
|
+
}
|
|
4227
|
+
|
|
4228
|
+
.katex .fontsize-ensurer.reset-size3.size2,
|
|
4229
|
+
.katex .sizing.reset-size3.size2 {
|
|
4230
|
+
font-size: 0.85714286em;
|
|
4231
|
+
}
|
|
4232
|
+
|
|
4233
|
+
.katex .fontsize-ensurer.reset-size3.size3,
|
|
4234
|
+
.katex .sizing.reset-size3.size3 {
|
|
4235
|
+
font-size: 1em;
|
|
4236
|
+
}
|
|
4237
|
+
|
|
4238
|
+
.katex .fontsize-ensurer.reset-size3.size4,
|
|
4239
|
+
.katex .sizing.reset-size3.size4 {
|
|
4240
|
+
font-size: 1.14285714em;
|
|
4241
|
+
}
|
|
4242
|
+
|
|
4243
|
+
.katex .fontsize-ensurer.reset-size3.size5,
|
|
4244
|
+
.katex .sizing.reset-size3.size5 {
|
|
4245
|
+
font-size: 1.28571429em;
|
|
4246
|
+
}
|
|
4247
|
+
|
|
4248
|
+
.katex .fontsize-ensurer.reset-size3.size6,
|
|
4249
|
+
.katex .sizing.reset-size3.size6 {
|
|
4250
|
+
font-size: 1.42857143em;
|
|
4251
|
+
}
|
|
4252
|
+
|
|
4253
|
+
.katex .fontsize-ensurer.reset-size3.size7,
|
|
4254
|
+
.katex .sizing.reset-size3.size7 {
|
|
4255
|
+
font-size: 1.71428571em;
|
|
4256
|
+
}
|
|
4257
|
+
|
|
4258
|
+
.katex .fontsize-ensurer.reset-size3.size8,
|
|
4259
|
+
.katex .sizing.reset-size3.size8 {
|
|
4260
|
+
font-size: 2.05714286em;
|
|
4261
|
+
}
|
|
4262
|
+
|
|
4263
|
+
.katex .fontsize-ensurer.reset-size3.size9,
|
|
4264
|
+
.katex .sizing.reset-size3.size9 {
|
|
4265
|
+
font-size: 2.46857143em;
|
|
4266
|
+
}
|
|
4267
|
+
|
|
4268
|
+
.katex .fontsize-ensurer.reset-size3.size10,
|
|
4269
|
+
.katex .sizing.reset-size3.size10 {
|
|
4270
|
+
font-size: 2.96285714em;
|
|
4271
|
+
}
|
|
4272
|
+
|
|
4273
|
+
.katex .fontsize-ensurer.reset-size3.size11,
|
|
4274
|
+
.katex .sizing.reset-size3.size11 {
|
|
4275
|
+
font-size: 3.55428571em;
|
|
4276
|
+
}
|
|
4277
|
+
|
|
4278
|
+
.katex .fontsize-ensurer.reset-size4.size1,
|
|
4279
|
+
.katex .sizing.reset-size4.size1 {
|
|
4280
|
+
font-size: 0.625em;
|
|
4281
|
+
}
|
|
4282
|
+
|
|
4283
|
+
.katex .fontsize-ensurer.reset-size4.size2,
|
|
4284
|
+
.katex .sizing.reset-size4.size2 {
|
|
4285
|
+
font-size: 0.75em;
|
|
4286
|
+
}
|
|
4287
|
+
|
|
4288
|
+
.katex .fontsize-ensurer.reset-size4.size3,
|
|
4289
|
+
.katex .sizing.reset-size4.size3 {
|
|
4290
|
+
font-size: 0.875em;
|
|
4291
|
+
}
|
|
4292
|
+
|
|
4293
|
+
.katex .fontsize-ensurer.reset-size4.size4,
|
|
4294
|
+
.katex .sizing.reset-size4.size4 {
|
|
4295
|
+
font-size: 1em;
|
|
4296
|
+
}
|
|
4297
|
+
|
|
4298
|
+
.katex .fontsize-ensurer.reset-size4.size5,
|
|
4299
|
+
.katex .sizing.reset-size4.size5 {
|
|
4300
|
+
font-size: 1.125em;
|
|
4301
|
+
}
|
|
4302
|
+
|
|
4303
|
+
.katex .fontsize-ensurer.reset-size4.size6,
|
|
4304
|
+
.katex .sizing.reset-size4.size6 {
|
|
4305
|
+
font-size: 1.25em;
|
|
4306
|
+
}
|
|
4307
|
+
|
|
4308
|
+
.katex .fontsize-ensurer.reset-size4.size7,
|
|
4309
|
+
.katex .sizing.reset-size4.size7 {
|
|
4310
|
+
font-size: 1.5em;
|
|
4311
|
+
}
|
|
4312
|
+
|
|
4313
|
+
.katex .fontsize-ensurer.reset-size4.size8,
|
|
4314
|
+
.katex .sizing.reset-size4.size8 {
|
|
4315
|
+
font-size: 1.8em;
|
|
4316
|
+
}
|
|
4317
|
+
|
|
4318
|
+
.katex .fontsize-ensurer.reset-size4.size9,
|
|
4319
|
+
.katex .sizing.reset-size4.size9 {
|
|
4320
|
+
font-size: 2.16em;
|
|
4321
|
+
}
|
|
4322
|
+
|
|
4323
|
+
.katex .fontsize-ensurer.reset-size4.size10,
|
|
4324
|
+
.katex .sizing.reset-size4.size10 {
|
|
4325
|
+
font-size: 2.5925em;
|
|
4326
|
+
}
|
|
4327
|
+
|
|
4328
|
+
.katex .fontsize-ensurer.reset-size4.size11,
|
|
4329
|
+
.katex .sizing.reset-size4.size11 {
|
|
4330
|
+
font-size: 3.11em;
|
|
4331
|
+
}
|
|
4332
|
+
|
|
4333
|
+
.katex .fontsize-ensurer.reset-size5.size1,
|
|
4334
|
+
.katex .sizing.reset-size5.size1 {
|
|
4335
|
+
font-size: 0.55555556em;
|
|
4336
|
+
}
|
|
4337
|
+
|
|
4338
|
+
.katex .fontsize-ensurer.reset-size5.size2,
|
|
4339
|
+
.katex .sizing.reset-size5.size2 {
|
|
4340
|
+
font-size: 0.66666667em;
|
|
4341
|
+
}
|
|
4342
|
+
|
|
4343
|
+
.katex .fontsize-ensurer.reset-size5.size3,
|
|
4344
|
+
.katex .sizing.reset-size5.size3 {
|
|
4345
|
+
font-size: 0.77777778em;
|
|
4346
|
+
}
|
|
4347
|
+
|
|
4348
|
+
.katex .fontsize-ensurer.reset-size5.size4,
|
|
4349
|
+
.katex .sizing.reset-size5.size4 {
|
|
4350
|
+
font-size: 0.88888889em;
|
|
4351
|
+
}
|
|
4352
|
+
|
|
4353
|
+
.katex .fontsize-ensurer.reset-size5.size5,
|
|
4354
|
+
.katex .sizing.reset-size5.size5 {
|
|
4355
|
+
font-size: 1em;
|
|
4356
|
+
}
|
|
4357
|
+
|
|
4358
|
+
.katex .fontsize-ensurer.reset-size5.size6,
|
|
4359
|
+
.katex .sizing.reset-size5.size6 {
|
|
4360
|
+
font-size: 1.11111111em;
|
|
4361
|
+
}
|
|
4362
|
+
|
|
4363
|
+
.katex .fontsize-ensurer.reset-size5.size7,
|
|
4364
|
+
.katex .sizing.reset-size5.size7 {
|
|
4365
|
+
font-size: 1.33333333em;
|
|
4366
|
+
}
|
|
4367
|
+
|
|
4368
|
+
.katex .fontsize-ensurer.reset-size5.size8,
|
|
4369
|
+
.katex .sizing.reset-size5.size8 {
|
|
4370
|
+
font-size: 1.6em;
|
|
4371
|
+
}
|
|
4372
|
+
|
|
4373
|
+
.katex .fontsize-ensurer.reset-size5.size9,
|
|
4374
|
+
.katex .sizing.reset-size5.size9 {
|
|
4375
|
+
font-size: 1.92em;
|
|
4376
|
+
}
|
|
4377
|
+
|
|
4378
|
+
.katex .fontsize-ensurer.reset-size5.size10,
|
|
4379
|
+
.katex .sizing.reset-size5.size10 {
|
|
4380
|
+
font-size: 2.30444444em;
|
|
4381
|
+
}
|
|
4382
|
+
|
|
4383
|
+
.katex .fontsize-ensurer.reset-size5.size11,
|
|
4384
|
+
.katex .sizing.reset-size5.size11 {
|
|
4385
|
+
font-size: 2.76444444em;
|
|
4386
|
+
}
|
|
4387
|
+
|
|
4388
|
+
.katex .fontsize-ensurer.reset-size6.size1,
|
|
4389
|
+
.katex .sizing.reset-size6.size1 {
|
|
4390
|
+
font-size: 0.5em;
|
|
4391
|
+
}
|
|
4392
|
+
|
|
4393
|
+
.katex .fontsize-ensurer.reset-size6.size2,
|
|
4394
|
+
.katex .sizing.reset-size6.size2 {
|
|
4395
|
+
font-size: 0.6em;
|
|
4396
|
+
}
|
|
4397
|
+
|
|
4398
|
+
.katex .fontsize-ensurer.reset-size6.size3,
|
|
4399
|
+
.katex .sizing.reset-size6.size3 {
|
|
4400
|
+
font-size: 0.7em;
|
|
4401
|
+
}
|
|
4402
|
+
|
|
4403
|
+
.katex .fontsize-ensurer.reset-size6.size4,
|
|
4404
|
+
.katex .sizing.reset-size6.size4 {
|
|
4405
|
+
font-size: 0.8em;
|
|
4406
|
+
}
|
|
4407
|
+
|
|
4408
|
+
.katex .fontsize-ensurer.reset-size6.size5,
|
|
4409
|
+
.katex .sizing.reset-size6.size5 {
|
|
4410
|
+
font-size: 0.9em;
|
|
4411
|
+
}
|
|
4412
|
+
|
|
4413
|
+
.katex .fontsize-ensurer.reset-size6.size6,
|
|
4414
|
+
.katex .sizing.reset-size6.size6 {
|
|
4415
|
+
font-size: 1em;
|
|
4416
|
+
}
|
|
4417
|
+
|
|
4418
|
+
.katex .fontsize-ensurer.reset-size6.size7,
|
|
4419
|
+
.katex .sizing.reset-size6.size7 {
|
|
4420
|
+
font-size: 1.2em;
|
|
4421
|
+
}
|
|
4422
|
+
|
|
4423
|
+
.katex .fontsize-ensurer.reset-size6.size8,
|
|
4424
|
+
.katex .sizing.reset-size6.size8 {
|
|
4425
|
+
font-size: 1.44em;
|
|
4426
|
+
}
|
|
4427
|
+
|
|
4428
|
+
.katex .fontsize-ensurer.reset-size6.size9,
|
|
4429
|
+
.katex .sizing.reset-size6.size9 {
|
|
4430
|
+
font-size: 1.728em;
|
|
4431
|
+
}
|
|
4432
|
+
|
|
4433
|
+
.katex .fontsize-ensurer.reset-size6.size10,
|
|
4434
|
+
.katex .sizing.reset-size6.size10 {
|
|
4435
|
+
font-size: 2.074em;
|
|
4436
|
+
}
|
|
4437
|
+
|
|
4438
|
+
.katex .fontsize-ensurer.reset-size6.size11,
|
|
4439
|
+
.katex .sizing.reset-size6.size11 {
|
|
4440
|
+
font-size: 2.488em;
|
|
4441
|
+
}
|
|
4442
|
+
|
|
4443
|
+
.katex .fontsize-ensurer.reset-size7.size1,
|
|
4444
|
+
.katex .sizing.reset-size7.size1 {
|
|
4445
|
+
font-size: 0.41666667em;
|
|
4446
|
+
}
|
|
4447
|
+
|
|
4448
|
+
.katex .fontsize-ensurer.reset-size7.size2,
|
|
4449
|
+
.katex .sizing.reset-size7.size2 {
|
|
4450
|
+
font-size: 0.5em;
|
|
4451
|
+
}
|
|
4452
|
+
|
|
4453
|
+
.katex .fontsize-ensurer.reset-size7.size3,
|
|
4454
|
+
.katex .sizing.reset-size7.size3 {
|
|
4455
|
+
font-size: 0.58333333em;
|
|
4456
|
+
}
|
|
4457
|
+
|
|
4458
|
+
.katex .fontsize-ensurer.reset-size7.size4,
|
|
4459
|
+
.katex .sizing.reset-size7.size4 {
|
|
4460
|
+
font-size: 0.66666667em;
|
|
4461
|
+
}
|
|
4462
|
+
|
|
4463
|
+
.katex .fontsize-ensurer.reset-size7.size5,
|
|
4464
|
+
.katex .sizing.reset-size7.size5 {
|
|
4465
|
+
font-size: 0.75em;
|
|
4466
|
+
}
|
|
4467
|
+
|
|
4468
|
+
.katex .fontsize-ensurer.reset-size7.size6,
|
|
4469
|
+
.katex .sizing.reset-size7.size6 {
|
|
4470
|
+
font-size: 0.83333333em;
|
|
4471
|
+
}
|
|
4472
|
+
|
|
4473
|
+
.katex .fontsize-ensurer.reset-size7.size7,
|
|
4474
|
+
.katex .sizing.reset-size7.size7 {
|
|
4475
|
+
font-size: 1em;
|
|
4476
|
+
}
|
|
4477
|
+
|
|
4478
|
+
.katex .fontsize-ensurer.reset-size7.size8,
|
|
4479
|
+
.katex .sizing.reset-size7.size8 {
|
|
4480
|
+
font-size: 1.2em;
|
|
4481
|
+
}
|
|
4482
|
+
|
|
4483
|
+
.katex .fontsize-ensurer.reset-size7.size9,
|
|
4484
|
+
.katex .sizing.reset-size7.size9 {
|
|
4485
|
+
font-size: 1.44em;
|
|
4486
|
+
}
|
|
4487
|
+
|
|
4488
|
+
.katex .fontsize-ensurer.reset-size7.size10,
|
|
4489
|
+
.katex .sizing.reset-size7.size10 {
|
|
4490
|
+
font-size: 1.72833333em;
|
|
4491
|
+
}
|
|
4492
|
+
|
|
4493
|
+
.katex .fontsize-ensurer.reset-size7.size11,
|
|
4494
|
+
.katex .sizing.reset-size7.size11 {
|
|
4495
|
+
font-size: 2.07333333em;
|
|
4496
|
+
}
|
|
4497
|
+
|
|
4498
|
+
.katex .fontsize-ensurer.reset-size8.size1,
|
|
4499
|
+
.katex .sizing.reset-size8.size1 {
|
|
4500
|
+
font-size: 0.34722222em;
|
|
4501
|
+
}
|
|
4502
|
+
|
|
4503
|
+
.katex .fontsize-ensurer.reset-size8.size2,
|
|
4504
|
+
.katex .sizing.reset-size8.size2 {
|
|
4505
|
+
font-size: 0.41666667em;
|
|
4506
|
+
}
|
|
4507
|
+
|
|
4508
|
+
.katex .fontsize-ensurer.reset-size8.size3,
|
|
4509
|
+
.katex .sizing.reset-size8.size3 {
|
|
4510
|
+
font-size: 0.48611111em;
|
|
4511
|
+
}
|
|
4512
|
+
|
|
4513
|
+
.katex .fontsize-ensurer.reset-size8.size4,
|
|
4514
|
+
.katex .sizing.reset-size8.size4 {
|
|
4515
|
+
font-size: 0.55555556em;
|
|
4516
|
+
}
|
|
4517
|
+
|
|
4518
|
+
.katex .fontsize-ensurer.reset-size8.size5,
|
|
4519
|
+
.katex .sizing.reset-size8.size5 {
|
|
4520
|
+
font-size: 0.625em;
|
|
4521
|
+
}
|
|
4522
|
+
|
|
4523
|
+
.katex .fontsize-ensurer.reset-size8.size6,
|
|
4524
|
+
.katex .sizing.reset-size8.size6 {
|
|
4525
|
+
font-size: 0.69444444em;
|
|
4526
|
+
}
|
|
4527
|
+
|
|
4528
|
+
.katex .fontsize-ensurer.reset-size8.size7,
|
|
4529
|
+
.katex .sizing.reset-size8.size7 {
|
|
4530
|
+
font-size: 0.83333333em;
|
|
4531
|
+
}
|
|
4532
|
+
|
|
4533
|
+
.katex .fontsize-ensurer.reset-size8.size8,
|
|
4534
|
+
.katex .sizing.reset-size8.size8 {
|
|
4535
|
+
font-size: 1em;
|
|
4536
|
+
}
|
|
4537
|
+
|
|
4538
|
+
.katex .fontsize-ensurer.reset-size8.size9,
|
|
4539
|
+
.katex .sizing.reset-size8.size9 {
|
|
4540
|
+
font-size: 1.2em;
|
|
4541
|
+
}
|
|
4542
|
+
|
|
4543
|
+
.katex .fontsize-ensurer.reset-size8.size10,
|
|
4544
|
+
.katex .sizing.reset-size8.size10 {
|
|
4545
|
+
font-size: 1.44027778em;
|
|
4546
|
+
}
|
|
4547
|
+
|
|
4548
|
+
.katex .fontsize-ensurer.reset-size8.size11,
|
|
4549
|
+
.katex .sizing.reset-size8.size11 {
|
|
4550
|
+
font-size: 1.72777778em;
|
|
4551
|
+
}
|
|
4552
|
+
|
|
4553
|
+
.katex .fontsize-ensurer.reset-size9.size1,
|
|
4554
|
+
.katex .sizing.reset-size9.size1 {
|
|
4555
|
+
font-size: 0.28935185em;
|
|
4556
|
+
}
|
|
4557
|
+
|
|
4558
|
+
.katex .fontsize-ensurer.reset-size9.size2,
|
|
4559
|
+
.katex .sizing.reset-size9.size2 {
|
|
4560
|
+
font-size: 0.34722222em;
|
|
4561
|
+
}
|
|
4562
|
+
|
|
4563
|
+
.katex .fontsize-ensurer.reset-size9.size3,
|
|
4564
|
+
.katex .sizing.reset-size9.size3 {
|
|
4565
|
+
font-size: 0.40509259em;
|
|
4566
|
+
}
|
|
4567
|
+
|
|
4568
|
+
.katex .fontsize-ensurer.reset-size9.size4,
|
|
4569
|
+
.katex .sizing.reset-size9.size4 {
|
|
4570
|
+
font-size: 0.46296296em;
|
|
4571
|
+
}
|
|
4572
|
+
|
|
4573
|
+
.katex .fontsize-ensurer.reset-size9.size5,
|
|
4574
|
+
.katex .sizing.reset-size9.size5 {
|
|
4575
|
+
font-size: 0.52083333em;
|
|
4576
|
+
}
|
|
4577
|
+
|
|
4578
|
+
.katex .fontsize-ensurer.reset-size9.size6,
|
|
4579
|
+
.katex .sizing.reset-size9.size6 {
|
|
4580
|
+
font-size: 0.5787037em;
|
|
4581
|
+
}
|
|
4582
|
+
|
|
4583
|
+
.katex .fontsize-ensurer.reset-size9.size7,
|
|
4584
|
+
.katex .sizing.reset-size9.size7 {
|
|
4585
|
+
font-size: 0.69444444em;
|
|
4586
|
+
}
|
|
4587
|
+
|
|
4588
|
+
.katex .fontsize-ensurer.reset-size9.size8,
|
|
4589
|
+
.katex .sizing.reset-size9.size8 {
|
|
4590
|
+
font-size: 0.83333333em;
|
|
4591
|
+
}
|
|
4592
|
+
|
|
4593
|
+
.katex .fontsize-ensurer.reset-size9.size9,
|
|
4594
|
+
.katex .sizing.reset-size9.size9 {
|
|
4595
|
+
font-size: 1em;
|
|
4596
|
+
}
|
|
4597
|
+
|
|
4598
|
+
.katex .fontsize-ensurer.reset-size9.size10,
|
|
4599
|
+
.katex .sizing.reset-size9.size10 {
|
|
4600
|
+
font-size: 1.20023148em;
|
|
4601
|
+
}
|
|
4602
|
+
|
|
4603
|
+
.katex .fontsize-ensurer.reset-size9.size11,
|
|
4604
|
+
.katex .sizing.reset-size9.size11 {
|
|
4605
|
+
font-size: 1.43981481em;
|
|
4606
|
+
}
|
|
4607
|
+
|
|
4608
|
+
.katex .fontsize-ensurer.reset-size10.size1,
|
|
4609
|
+
.katex .sizing.reset-size10.size1 {
|
|
4610
|
+
font-size: 0.24108004em;
|
|
4611
|
+
}
|
|
4612
|
+
|
|
4613
|
+
.katex .fontsize-ensurer.reset-size10.size2,
|
|
4614
|
+
.katex .sizing.reset-size10.size2 {
|
|
4615
|
+
font-size: 0.28929605em;
|
|
4616
|
+
}
|
|
4617
|
+
|
|
4618
|
+
.katex .fontsize-ensurer.reset-size10.size3,
|
|
4619
|
+
.katex .sizing.reset-size10.size3 {
|
|
4620
|
+
font-size: 0.33751205em;
|
|
4621
|
+
}
|
|
4622
|
+
|
|
4623
|
+
.katex .fontsize-ensurer.reset-size10.size4,
|
|
4624
|
+
.katex .sizing.reset-size10.size4 {
|
|
4625
|
+
font-size: 0.38572806em;
|
|
4626
|
+
}
|
|
4627
|
+
|
|
4628
|
+
.katex .fontsize-ensurer.reset-size10.size5,
|
|
4629
|
+
.katex .sizing.reset-size10.size5 {
|
|
4630
|
+
font-size: 0.43394407em;
|
|
4631
|
+
}
|
|
4632
|
+
|
|
4633
|
+
.katex .fontsize-ensurer.reset-size10.size6,
|
|
4634
|
+
.katex .sizing.reset-size10.size6 {
|
|
4635
|
+
font-size: 0.48216008em;
|
|
4636
|
+
}
|
|
4637
|
+
|
|
4638
|
+
.katex .fontsize-ensurer.reset-size10.size7,
|
|
4639
|
+
.katex .sizing.reset-size10.size7 {
|
|
4640
|
+
font-size: 0.57859209em;
|
|
4641
|
+
}
|
|
4642
|
+
|
|
4643
|
+
.katex .fontsize-ensurer.reset-size10.size8,
|
|
4644
|
+
.katex .sizing.reset-size10.size8 {
|
|
4645
|
+
font-size: 0.69431051em;
|
|
4646
|
+
}
|
|
4647
|
+
|
|
4648
|
+
.katex .fontsize-ensurer.reset-size10.size9,
|
|
4649
|
+
.katex .sizing.reset-size10.size9 {
|
|
4650
|
+
font-size: 0.83317261em;
|
|
4651
|
+
}
|
|
4652
|
+
|
|
4653
|
+
.katex .fontsize-ensurer.reset-size10.size10,
|
|
4654
|
+
.katex .sizing.reset-size10.size10 {
|
|
4655
|
+
font-size: 1em;
|
|
4656
|
+
}
|
|
4657
|
+
|
|
4658
|
+
.katex .fontsize-ensurer.reset-size10.size11,
|
|
4659
|
+
.katex .sizing.reset-size10.size11 {
|
|
4660
|
+
font-size: 1.19961427em;
|
|
4661
|
+
}
|
|
4662
|
+
|
|
4663
|
+
.katex .fontsize-ensurer.reset-size11.size1,
|
|
4664
|
+
.katex .sizing.reset-size11.size1 {
|
|
4665
|
+
font-size: 0.20096463em;
|
|
4666
|
+
}
|
|
4667
|
+
|
|
4668
|
+
.katex .fontsize-ensurer.reset-size11.size2,
|
|
4669
|
+
.katex .sizing.reset-size11.size2 {
|
|
4670
|
+
font-size: 0.24115756em;
|
|
4671
|
+
}
|
|
4672
|
+
|
|
4673
|
+
.katex .fontsize-ensurer.reset-size11.size3,
|
|
4674
|
+
.katex .sizing.reset-size11.size3 {
|
|
4675
|
+
font-size: 0.28135048em;
|
|
4676
|
+
}
|
|
4677
|
+
|
|
4678
|
+
.katex .fontsize-ensurer.reset-size11.size4,
|
|
4679
|
+
.katex .sizing.reset-size11.size4 {
|
|
4680
|
+
font-size: 0.32154341em;
|
|
4681
|
+
}
|
|
4682
|
+
|
|
4683
|
+
.katex .fontsize-ensurer.reset-size11.size5,
|
|
4684
|
+
.katex .sizing.reset-size11.size5 {
|
|
4685
|
+
font-size: 0.36173633em;
|
|
4686
|
+
}
|
|
4687
|
+
|
|
4688
|
+
.katex .fontsize-ensurer.reset-size11.size6,
|
|
4689
|
+
.katex .sizing.reset-size11.size6 {
|
|
4690
|
+
font-size: 0.40192926em;
|
|
4691
|
+
}
|
|
4692
|
+
|
|
4693
|
+
.katex .fontsize-ensurer.reset-size11.size7,
|
|
4694
|
+
.katex .sizing.reset-size11.size7 {
|
|
4695
|
+
font-size: 0.48231511em;
|
|
4696
|
+
}
|
|
4697
|
+
|
|
4698
|
+
.katex .fontsize-ensurer.reset-size11.size8,
|
|
4699
|
+
.katex .sizing.reset-size11.size8 {
|
|
4700
|
+
font-size: 0.57877814em;
|
|
4701
|
+
}
|
|
4702
|
+
|
|
4703
|
+
.katex .fontsize-ensurer.reset-size11.size9,
|
|
4704
|
+
.katex .sizing.reset-size11.size9 {
|
|
4705
|
+
font-size: 0.69453376em;
|
|
4706
|
+
}
|
|
4707
|
+
|
|
4708
|
+
.katex .fontsize-ensurer.reset-size11.size10,
|
|
4709
|
+
.katex .sizing.reset-size11.size10 {
|
|
4710
|
+
font-size: 0.83360129em;
|
|
4711
|
+
}
|
|
4712
|
+
|
|
4713
|
+
.katex .fontsize-ensurer.reset-size11.size11,
|
|
4714
|
+
.katex .sizing.reset-size11.size11 {
|
|
4715
|
+
font-size: 1em;
|
|
4716
|
+
}
|
|
4717
|
+
|
|
4718
|
+
.katex .delimsizing.size1 {
|
|
4719
|
+
font-family: "KaTeX_Size1";
|
|
4720
|
+
}
|
|
4721
|
+
|
|
4722
|
+
.katex .delimsizing.size2 {
|
|
4723
|
+
font-family: "KaTeX_Size2";
|
|
4724
|
+
}
|
|
4725
|
+
|
|
4726
|
+
.katex .delimsizing.size3 {
|
|
4727
|
+
font-family: "KaTeX_Size3";
|
|
4728
|
+
}
|
|
4729
|
+
|
|
4730
|
+
.katex .delimsizing.size4 {
|
|
4731
|
+
font-family: "KaTeX_Size4";
|
|
4732
|
+
}
|
|
4733
|
+
|
|
4734
|
+
.katex .delimsizing.mult .delim-size1 > span {
|
|
4735
|
+
font-family: "KaTeX_Size1";
|
|
4736
|
+
}
|
|
4737
|
+
|
|
4738
|
+
.katex .delimsizing.mult .delim-size4 > span {
|
|
4739
|
+
font-family: "KaTeX_Size4";
|
|
4740
|
+
}
|
|
4741
|
+
|
|
4742
|
+
.katex .nulldelimiter {
|
|
4743
|
+
display: inline-block;
|
|
4744
|
+
width: 0.12em;
|
|
4745
|
+
}
|
|
4746
|
+
|
|
4747
|
+
.katex .delimcenter,
|
|
4748
|
+
.katex .op-symbol {
|
|
4749
|
+
position: relative;
|
|
4750
|
+
}
|
|
4751
|
+
|
|
4752
|
+
.katex .op-symbol.small-op {
|
|
4753
|
+
font-family: "KaTeX_Size1";
|
|
4754
|
+
}
|
|
4755
|
+
|
|
4756
|
+
.katex .op-symbol.large-op {
|
|
4757
|
+
font-family: "KaTeX_Size2";
|
|
4758
|
+
}
|
|
4759
|
+
|
|
4760
|
+
.katex .accent > .vlist-t,
|
|
4761
|
+
.katex .op-limits > .vlist-t {
|
|
4762
|
+
text-align: center;
|
|
4763
|
+
}
|
|
4764
|
+
|
|
4765
|
+
.katex .accent .accent-body {
|
|
4766
|
+
position: relative;
|
|
4767
|
+
}
|
|
4768
|
+
|
|
4769
|
+
.katex .accent .accent-body:not(.accent-full) {
|
|
4770
|
+
width: 0;
|
|
4771
|
+
}
|
|
4772
|
+
|
|
4773
|
+
.katex .overlay {
|
|
4774
|
+
display: block;
|
|
4775
|
+
}
|
|
4776
|
+
|
|
4777
|
+
.katex .mtable .vertical-separator {
|
|
4778
|
+
display: inline-block;
|
|
4779
|
+
min-width: 1px;
|
|
4780
|
+
}
|
|
4781
|
+
|
|
4782
|
+
.katex .mtable .arraycolsep {
|
|
4783
|
+
display: inline-block;
|
|
4784
|
+
}
|
|
4785
|
+
|
|
4786
|
+
.katex .mtable .col-align-c > .vlist-t {
|
|
4787
|
+
text-align: center;
|
|
4788
|
+
}
|
|
4789
|
+
|
|
4790
|
+
.katex .mtable .col-align-l > .vlist-t {
|
|
4791
|
+
text-align: left;
|
|
4792
|
+
}
|
|
4793
|
+
|
|
4794
|
+
.katex .mtable .col-align-r > .vlist-t {
|
|
4795
|
+
text-align: right;
|
|
4796
|
+
}
|
|
4797
|
+
|
|
4798
|
+
.katex .svg-align {
|
|
4799
|
+
text-align: left;
|
|
4800
|
+
}
|
|
4801
|
+
|
|
4802
|
+
.katex svg {
|
|
4803
|
+
position: absolute;
|
|
4804
|
+
display: block;
|
|
4805
|
+
width: 100%;
|
|
4806
|
+
height: inherit;
|
|
4807
|
+
fill: currentcolor;
|
|
4808
|
+
fill-opacity: 1;
|
|
4809
|
+
fill-rule: nonzero;
|
|
4810
|
+
stroke: currentcolor;
|
|
4811
|
+
stroke-dasharray: none;
|
|
4812
|
+
stroke-dashoffset: 0;
|
|
4813
|
+
stroke-linecap: butt;
|
|
4814
|
+
stroke-linejoin: miter;
|
|
4815
|
+
stroke-miterlimit: 4;
|
|
4816
|
+
stroke-opacity: 1;
|
|
4817
|
+
stroke-width: 1;
|
|
4818
|
+
}
|
|
4819
|
+
|
|
4820
|
+
.katex svg path {
|
|
4821
|
+
stroke: none;
|
|
4822
|
+
}
|
|
4823
|
+
|
|
4824
|
+
.katex img {
|
|
4825
|
+
min-width: 0;
|
|
4826
|
+
max-width: none;
|
|
4827
|
+
min-height: 0;
|
|
4828
|
+
max-height: none;
|
|
4829
|
+
border-style: none;
|
|
4830
|
+
}
|
|
4831
|
+
|
|
4832
|
+
.katex .stretchy {
|
|
4833
|
+
position: relative;
|
|
4834
|
+
overflow: hidden;
|
|
4835
|
+
display: block;
|
|
4836
|
+
width: 100%;
|
|
4837
|
+
}
|
|
4838
|
+
|
|
4839
|
+
.katex .stretchy::after,
|
|
4840
|
+
.katex .stretchy::before {
|
|
4841
|
+
content: "";
|
|
4842
|
+
}
|
|
4843
|
+
|
|
4844
|
+
.katex .hide-tail {
|
|
4845
|
+
position: relative;
|
|
4846
|
+
overflow: hidden;
|
|
4847
|
+
width: 100%;
|
|
4848
|
+
}
|
|
4849
|
+
|
|
4850
|
+
.katex .halfarrow-left {
|
|
4851
|
+
position: absolute;
|
|
4852
|
+
left: 0;
|
|
4853
|
+
overflow: hidden;
|
|
4854
|
+
width: 50.2%;
|
|
4855
|
+
}
|
|
4856
|
+
|
|
4857
|
+
.katex .halfarrow-right {
|
|
4858
|
+
position: absolute;
|
|
4859
|
+
right: 0;
|
|
4860
|
+
overflow: hidden;
|
|
4861
|
+
width: 50.2%;
|
|
4862
|
+
}
|
|
4863
|
+
|
|
4864
|
+
.katex .brace-left {
|
|
4865
|
+
position: absolute;
|
|
4866
|
+
left: 0;
|
|
4867
|
+
overflow: hidden;
|
|
4868
|
+
width: 25.1%;
|
|
4869
|
+
}
|
|
4870
|
+
|
|
4871
|
+
.katex .brace-center {
|
|
4872
|
+
position: absolute;
|
|
4873
|
+
left: 25%;
|
|
4874
|
+
overflow: hidden;
|
|
4875
|
+
width: 50%;
|
|
4876
|
+
}
|
|
4877
|
+
|
|
4878
|
+
.katex .brace-right {
|
|
4879
|
+
position: absolute;
|
|
4880
|
+
right: 0;
|
|
4881
|
+
overflow: hidden;
|
|
4882
|
+
width: 25.1%;
|
|
4883
|
+
}
|
|
4884
|
+
|
|
4885
|
+
.katex .x-arrow-pad {
|
|
4886
|
+
padding: 0 0.5em;
|
|
4887
|
+
}
|
|
4888
|
+
|
|
4889
|
+
.katex .cd-arrow-pad {
|
|
4890
|
+
padding: 0 0.55556em 0 0.27778em;
|
|
4891
|
+
}
|
|
4892
|
+
|
|
4893
|
+
.katex .mover,
|
|
4894
|
+
.katex .munder,
|
|
4895
|
+
.katex .x-arrow {
|
|
4896
|
+
text-align: center;
|
|
4897
|
+
}
|
|
4898
|
+
|
|
4899
|
+
.katex .boxpad {
|
|
4900
|
+
padding: 0 0.3em;
|
|
4901
|
+
}
|
|
4902
|
+
|
|
4903
|
+
.katex .fbox,
|
|
4904
|
+
.katex .fcolorbox {
|
|
4905
|
+
box-sizing: border-box;
|
|
4906
|
+
border: 0.04em solid;
|
|
4907
|
+
}
|
|
4908
|
+
|
|
4909
|
+
.katex .cancel-pad {
|
|
4910
|
+
padding: 0 0.2em;
|
|
4911
|
+
}
|
|
4912
|
+
|
|
4913
|
+
.katex .cancel-lap {
|
|
4914
|
+
margin-right: -0.2em;
|
|
4915
|
+
margin-left: -0.2em;
|
|
4916
|
+
}
|
|
4917
|
+
|
|
4918
|
+
.katex .sout {
|
|
4919
|
+
border-bottom-width: 0.08em;
|
|
4920
|
+
border-bottom-style: solid;
|
|
4921
|
+
}
|
|
4922
|
+
|
|
4923
|
+
.katex .angl {
|
|
4924
|
+
box-sizing: border-box;
|
|
4925
|
+
border-top: 0.049em solid;
|
|
4926
|
+
border-right: 0.049em solid;
|
|
4927
|
+
margin-right: 0.03889em;
|
|
4928
|
+
}
|
|
4929
|
+
|
|
4930
|
+
.katex .anglpad {
|
|
4931
|
+
padding: 0 0.03889em;
|
|
4932
|
+
}
|
|
4933
|
+
|
|
4934
|
+
.katex .eqn-num::before {
|
|
4935
|
+
content: "(" counter(katexEqnNo) ")";
|
|
4936
|
+
counter-increment: katexEqnNo;
|
|
4937
|
+
}
|
|
4938
|
+
|
|
4939
|
+
.katex .mml-eqn-num::before {
|
|
4940
|
+
content: "(" counter(mmlEqnNo) ")";
|
|
4941
|
+
counter-increment: mmlEqnNo;
|
|
4942
|
+
}
|
|
4943
|
+
|
|
4944
|
+
.katex .mtr-glue {
|
|
4945
|
+
width: 50%;
|
|
4946
|
+
}
|
|
4947
|
+
|
|
4948
|
+
.katex .cd-vert-arrow {
|
|
4949
|
+
position: relative;
|
|
4950
|
+
display: inline-block;
|
|
4951
|
+
}
|
|
4952
|
+
|
|
4953
|
+
.katex .cd-label-left {
|
|
4954
|
+
position: absolute;
|
|
4955
|
+
right: calc(50% + 0.3em);
|
|
4956
|
+
display: inline-block;
|
|
4957
|
+
text-align: left;
|
|
4958
|
+
}
|
|
4959
|
+
|
|
4960
|
+
.katex .cd-label-right {
|
|
4961
|
+
position: absolute;
|
|
4962
|
+
left: calc(50% + 0.3em);
|
|
4963
|
+
display: inline-block;
|
|
4964
|
+
text-align: right;
|
|
4965
|
+
}
|
|
4966
|
+
|
|
4967
|
+
.katex-display {
|
|
4968
|
+
display: block;
|
|
4969
|
+
margin: 1em 0;
|
|
4970
|
+
text-align: center;
|
|
4971
|
+
}
|
|
4972
|
+
|
|
4973
|
+
.katex-display > .katex {
|
|
4974
|
+
display: block;
|
|
4975
|
+
text-align: center;
|
|
4976
|
+
white-space: nowrap;
|
|
4977
|
+
}
|
|
4978
|
+
|
|
4979
|
+
.katex-display > .katex > .katex-html {
|
|
4980
|
+
position: relative;
|
|
4981
|
+
display: block;
|
|
4982
|
+
}
|
|
4983
|
+
|
|
4984
|
+
.katex-display > .katex > .katex-html > .tag {
|
|
4985
|
+
position: absolute;
|
|
4986
|
+
right: 0;
|
|
4987
|
+
}
|
|
4988
|
+
|
|
4989
|
+
.katex-display.leqno > .katex > .katex-html > .tag {
|
|
4990
|
+
right: auto;
|
|
4991
|
+
left: 0;
|
|
4992
|
+
}
|
|
4993
|
+
|
|
4994
|
+
.katex-display.fleqn > .katex {
|
|
4995
|
+
padding-left: 2em;
|
|
4996
|
+
text-align: left;
|
|
4997
|
+
}
|
|
4998
|
+
|
|
4999
|
+
body {
|
|
5000
|
+
counter-reset: katexEqnNo mmlEqnNo;
|
|
5001
|
+
}
|
|
5002
|
+
}
|
|
5003
|
+
|
|
5004
|
+
/* Scan simulator source files for Tailwind classes */
|
|
5005
|
+
|
|
5006
|
+
@source "./**/*.{ts,tsx}";
|
|
5007
|
+
|
|
5008
|
+
/* Required for Tailwind to find class references in Apps SDK UI components. */
|
|
5009
|
+
|
|
5010
|
+
@source "../node_modules/@openai/apps-sdk-ui";
|
|
5011
|
+
|
|
5012
|
+
/* Configure dark mode to use data-theme attribute (OpenAI SDK standard) */
|
|
5013
|
+
|
|
5014
|
+
@custom-variant dark (&:where([data-theme="dark"], [data-theme="dark"] *));
|