@getcronit/pylon 3.0.0-canary-20250312165208.46197dc9c25d1dd116094865809ccb1f6dbab78e → 3.0.0-canary-20250313070725.cf9593904165c22601bf5efae21fecd9f35bcb7b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/dev-overlay/dev-error-overlay.d.ts +18 -0
- package/dist/components/dev-overlay/dev-overlay-provider.d.ts +7 -0
- package/dist/components/dev-overlay/error-boundary.d.ts +16 -0
- package/dist/components/dev-overlay/index.d.ts +2 -0
- package/dist/components/dev-overlay/report-error.d.ts +14 -0
- package/dist/components/dev-overlay/types.d.ts +10 -0
- package/dist/components/global-error-page.d.ts +7 -0
- package/dist/components/logo.d.ts +4 -0
- package/dist/components/ui/button.d.ts +10 -0
- package/dist/components/ui/card.d.ts +8 -0
- package/dist/components/ui/collapsible.d.ts +5 -0
- package/dist/lib/utils.d.ts +2 -0
- package/dist/pages/image.d.ts +10 -0
- package/dist/pages/index.css +1400 -0
- package/dist/pages/index.css.map +7 -0
- package/dist/pages/index.d.ts +5 -1
- package/dist/pages/index.js +483 -1
- package/dist/pages/index.js.map +4 -4
- package/dist/plugins/use-pages/build/app-utils.d.ts +7 -0
- package/dist/plugins/use-pages/build/index.d.ts +2 -0
- package/dist/plugins/use-pages/build/plugins/image-plugin.d.ts +2 -0
- package/dist/plugins/use-pages/build/plugins/inject-app-hydration.d.ts +2 -0
- package/dist/plugins/use-pages/build/plugins/postcss-plugin.d.ts +2 -0
- package/dist/plugins/use-pages/index.d.ts +4 -0
- package/dist/plugins/use-pages/setup/app-loader.d.ts +14 -0
- package/dist/plugins/use-pages/setup/index.d.ts +10 -0
- package/package.json +32 -4
|
@@ -0,0 +1,1400 @@
|
|
|
1
|
+
/* src/globals.css */
|
|
2
|
+
@layer theme, base, components, utilities;
|
|
3
|
+
@layer theme {
|
|
4
|
+
:root,
|
|
5
|
+
:host {
|
|
6
|
+
--font-sans:
|
|
7
|
+
ui-sans-serif,
|
|
8
|
+
system-ui,
|
|
9
|
+
sans-serif,
|
|
10
|
+
"Apple Color Emoji",
|
|
11
|
+
"Segoe UI Emoji",
|
|
12
|
+
"Segoe UI Symbol",
|
|
13
|
+
"Noto Color Emoji";
|
|
14
|
+
--font-serif:
|
|
15
|
+
ui-serif,
|
|
16
|
+
Georgia,
|
|
17
|
+
Cambria,
|
|
18
|
+
"Times New Roman",
|
|
19
|
+
Times,
|
|
20
|
+
serif;
|
|
21
|
+
--font-mono:
|
|
22
|
+
ui-monospace,
|
|
23
|
+
SFMono-Regular,
|
|
24
|
+
Menlo,
|
|
25
|
+
Monaco,
|
|
26
|
+
Consolas,
|
|
27
|
+
"Liberation Mono",
|
|
28
|
+
"Courier New",
|
|
29
|
+
monospace;
|
|
30
|
+
--color-red-50: oklch(0.971 0.013 17.38);
|
|
31
|
+
--color-red-100: oklch(0.936 0.032 17.717);
|
|
32
|
+
--color-red-200: oklch(0.885 0.062 18.334);
|
|
33
|
+
--color-red-300: oklch(0.808 0.114 19.571);
|
|
34
|
+
--color-red-400: oklch(0.704 0.191 22.216);
|
|
35
|
+
--color-red-500: oklch(0.637 0.237 25.331);
|
|
36
|
+
--color-red-600: oklch(0.577 0.245 27.325);
|
|
37
|
+
--color-red-700: oklch(0.505 0.213 27.518);
|
|
38
|
+
--color-red-800: oklch(0.444 0.177 26.899);
|
|
39
|
+
--color-red-900: oklch(0.396 0.141 25.723);
|
|
40
|
+
--color-red-950: oklch(0.258 0.092 26.042);
|
|
41
|
+
--color-orange-50: oklch(0.98 0.016 73.684);
|
|
42
|
+
--color-orange-100: oklch(0.954 0.038 75.164);
|
|
43
|
+
--color-orange-200: oklch(0.901 0.076 70.697);
|
|
44
|
+
--color-orange-300: oklch(0.837 0.128 66.29);
|
|
45
|
+
--color-orange-400: oklch(0.75 0.183 55.934);
|
|
46
|
+
--color-orange-500: oklch(0.705 0.213 47.604);
|
|
47
|
+
--color-orange-600: oklch(0.646 0.222 41.116);
|
|
48
|
+
--color-orange-700: oklch(0.553 0.195 38.402);
|
|
49
|
+
--color-orange-800: oklch(0.47 0.157 37.304);
|
|
50
|
+
--color-orange-900: oklch(0.408 0.123 38.172);
|
|
51
|
+
--color-orange-950: oklch(0.266 0.079 36.259);
|
|
52
|
+
--color-amber-50: oklch(0.987 0.022 95.277);
|
|
53
|
+
--color-amber-100: oklch(0.962 0.059 95.617);
|
|
54
|
+
--color-amber-200: oklch(0.924 0.12 95.746);
|
|
55
|
+
--color-amber-300: oklch(0.879 0.169 91.605);
|
|
56
|
+
--color-amber-400: oklch(0.828 0.189 84.429);
|
|
57
|
+
--color-amber-500: oklch(0.769 0.188 70.08);
|
|
58
|
+
--color-amber-600: oklch(0.666 0.179 58.318);
|
|
59
|
+
--color-amber-700: oklch(0.555 0.163 48.998);
|
|
60
|
+
--color-amber-800: oklch(0.473 0.137 46.201);
|
|
61
|
+
--color-amber-900: oklch(0.414 0.112 45.904);
|
|
62
|
+
--color-amber-950: oklch(0.279 0.077 45.635);
|
|
63
|
+
--color-yellow-50: oklch(0.987 0.026 102.212);
|
|
64
|
+
--color-yellow-100: oklch(0.973 0.071 103.193);
|
|
65
|
+
--color-yellow-200: oklch(0.945 0.129 101.54);
|
|
66
|
+
--color-yellow-300: oklch(0.905 0.182 98.111);
|
|
67
|
+
--color-yellow-400: oklch(0.852 0.199 91.936);
|
|
68
|
+
--color-yellow-500: oklch(0.795 0.184 86.047);
|
|
69
|
+
--color-yellow-600: oklch(0.681 0.162 75.834);
|
|
70
|
+
--color-yellow-700: oklch(0.554 0.135 66.442);
|
|
71
|
+
--color-yellow-800: oklch(0.476 0.114 61.907);
|
|
72
|
+
--color-yellow-900: oklch(0.421 0.095 57.708);
|
|
73
|
+
--color-yellow-950: oklch(0.286 0.066 53.813);
|
|
74
|
+
--color-lime-50: oklch(0.986 0.031 120.757);
|
|
75
|
+
--color-lime-100: oklch(0.967 0.067 122.328);
|
|
76
|
+
--color-lime-200: oklch(0.938 0.127 124.321);
|
|
77
|
+
--color-lime-300: oklch(0.897 0.196 126.665);
|
|
78
|
+
--color-lime-400: oklch(0.841 0.238 128.85);
|
|
79
|
+
--color-lime-500: oklch(0.768 0.233 130.85);
|
|
80
|
+
--color-lime-600: oklch(0.648 0.2 131.684);
|
|
81
|
+
--color-lime-700: oklch(0.532 0.157 131.589);
|
|
82
|
+
--color-lime-800: oklch(0.453 0.124 130.933);
|
|
83
|
+
--color-lime-900: oklch(0.405 0.101 131.063);
|
|
84
|
+
--color-lime-950: oklch(0.274 0.072 132.109);
|
|
85
|
+
--color-green-50: oklch(0.982 0.018 155.826);
|
|
86
|
+
--color-green-100: oklch(0.962 0.044 156.743);
|
|
87
|
+
--color-green-200: oklch(0.925 0.084 155.995);
|
|
88
|
+
--color-green-300: oklch(0.871 0.15 154.449);
|
|
89
|
+
--color-green-400: oklch(0.792 0.209 151.711);
|
|
90
|
+
--color-green-500: oklch(0.723 0.219 149.579);
|
|
91
|
+
--color-green-600: oklch(0.627 0.194 149.214);
|
|
92
|
+
--color-green-700: oklch(0.527 0.154 150.069);
|
|
93
|
+
--color-green-800: oklch(0.448 0.119 151.328);
|
|
94
|
+
--color-green-900: oklch(0.393 0.095 152.535);
|
|
95
|
+
--color-green-950: oklch(0.266 0.065 152.934);
|
|
96
|
+
--color-emerald-50: oklch(0.979 0.021 166.113);
|
|
97
|
+
--color-emerald-100: oklch(0.95 0.052 163.051);
|
|
98
|
+
--color-emerald-200: oklch(0.905 0.093 164.15);
|
|
99
|
+
--color-emerald-300: oklch(0.845 0.143 164.978);
|
|
100
|
+
--color-emerald-400: oklch(0.765 0.177 163.223);
|
|
101
|
+
--color-emerald-500: oklch(0.696 0.17 162.48);
|
|
102
|
+
--color-emerald-600: oklch(0.596 0.145 163.225);
|
|
103
|
+
--color-emerald-700: oklch(0.508 0.118 165.612);
|
|
104
|
+
--color-emerald-800: oklch(0.432 0.095 166.913);
|
|
105
|
+
--color-emerald-900: oklch(0.378 0.077 168.94);
|
|
106
|
+
--color-emerald-950: oklch(0.262 0.051 172.552);
|
|
107
|
+
--color-teal-50: oklch(0.984 0.014 180.72);
|
|
108
|
+
--color-teal-100: oklch(0.953 0.051 180.801);
|
|
109
|
+
--color-teal-200: oklch(0.91 0.096 180.426);
|
|
110
|
+
--color-teal-300: oklch(0.855 0.138 181.071);
|
|
111
|
+
--color-teal-400: oklch(0.777 0.152 181.912);
|
|
112
|
+
--color-teal-500: oklch(0.704 0.14 182.503);
|
|
113
|
+
--color-teal-600: oklch(0.6 0.118 184.704);
|
|
114
|
+
--color-teal-700: oklch(0.511 0.096 186.391);
|
|
115
|
+
--color-teal-800: oklch(0.437 0.078 188.216);
|
|
116
|
+
--color-teal-900: oklch(0.386 0.063 188.416);
|
|
117
|
+
--color-teal-950: oklch(0.277 0.046 192.524);
|
|
118
|
+
--color-cyan-50: oklch(0.984 0.019 200.873);
|
|
119
|
+
--color-cyan-100: oklch(0.956 0.045 203.388);
|
|
120
|
+
--color-cyan-200: oklch(0.917 0.08 205.041);
|
|
121
|
+
--color-cyan-300: oklch(0.865 0.127 207.078);
|
|
122
|
+
--color-cyan-400: oklch(0.789 0.154 211.53);
|
|
123
|
+
--color-cyan-500: oklch(0.715 0.143 215.221);
|
|
124
|
+
--color-cyan-600: oklch(0.609 0.126 221.723);
|
|
125
|
+
--color-cyan-700: oklch(0.52 0.105 223.128);
|
|
126
|
+
--color-cyan-800: oklch(0.45 0.085 224.283);
|
|
127
|
+
--color-cyan-900: oklch(0.398 0.07 227.392);
|
|
128
|
+
--color-cyan-950: oklch(0.302 0.056 229.695);
|
|
129
|
+
--color-sky-50: oklch(0.977 0.013 236.62);
|
|
130
|
+
--color-sky-100: oklch(0.951 0.026 236.824);
|
|
131
|
+
--color-sky-200: oklch(0.901 0.058 230.902);
|
|
132
|
+
--color-sky-300: oklch(0.828 0.111 230.318);
|
|
133
|
+
--color-sky-400: oklch(0.746 0.16 232.661);
|
|
134
|
+
--color-sky-500: oklch(0.685 0.169 237.323);
|
|
135
|
+
--color-sky-600: oklch(0.588 0.158 241.966);
|
|
136
|
+
--color-sky-700: oklch(0.5 0.134 242.749);
|
|
137
|
+
--color-sky-800: oklch(0.443 0.11 240.79);
|
|
138
|
+
--color-sky-900: oklch(0.391 0.09 240.876);
|
|
139
|
+
--color-sky-950: oklch(0.293 0.066 243.157);
|
|
140
|
+
--color-blue-50: oklch(0.97 0.014 254.604);
|
|
141
|
+
--color-blue-100: oklch(0.932 0.032 255.585);
|
|
142
|
+
--color-blue-200: oklch(0.882 0.059 254.128);
|
|
143
|
+
--color-blue-300: oklch(0.809 0.105 251.813);
|
|
144
|
+
--color-blue-400: oklch(0.707 0.165 254.624);
|
|
145
|
+
--color-blue-500: oklch(0.623 0.214 259.815);
|
|
146
|
+
--color-blue-600: oklch(0.546 0.245 262.881);
|
|
147
|
+
--color-blue-700: oklch(0.488 0.243 264.376);
|
|
148
|
+
--color-blue-800: oklch(0.424 0.199 265.638);
|
|
149
|
+
--color-blue-900: oklch(0.379 0.146 265.522);
|
|
150
|
+
--color-blue-950: oklch(0.282 0.091 267.935);
|
|
151
|
+
--color-indigo-50: oklch(0.962 0.018 272.314);
|
|
152
|
+
--color-indigo-100: oklch(0.93 0.034 272.788);
|
|
153
|
+
--color-indigo-200: oklch(0.87 0.065 274.039);
|
|
154
|
+
--color-indigo-300: oklch(0.785 0.115 274.713);
|
|
155
|
+
--color-indigo-400: oklch(0.673 0.182 276.935);
|
|
156
|
+
--color-indigo-500: oklch(0.585 0.233 277.117);
|
|
157
|
+
--color-indigo-600: oklch(0.511 0.262 276.966);
|
|
158
|
+
--color-indigo-700: oklch(0.457 0.24 277.023);
|
|
159
|
+
--color-indigo-800: oklch(0.398 0.195 277.366);
|
|
160
|
+
--color-indigo-900: oklch(0.359 0.144 278.697);
|
|
161
|
+
--color-indigo-950: oklch(0.257 0.09 281.288);
|
|
162
|
+
--color-violet-50: oklch(0.969 0.016 293.756);
|
|
163
|
+
--color-violet-100: oklch(0.943 0.029 294.588);
|
|
164
|
+
--color-violet-200: oklch(0.894 0.057 293.283);
|
|
165
|
+
--color-violet-300: oklch(0.811 0.111 293.571);
|
|
166
|
+
--color-violet-400: oklch(0.702 0.183 293.541);
|
|
167
|
+
--color-violet-500: oklch(0.606 0.25 292.717);
|
|
168
|
+
--color-violet-600: oklch(0.541 0.281 293.009);
|
|
169
|
+
--color-violet-700: oklch(0.491 0.27 292.581);
|
|
170
|
+
--color-violet-800: oklch(0.432 0.232 292.759);
|
|
171
|
+
--color-violet-900: oklch(0.38 0.189 293.745);
|
|
172
|
+
--color-violet-950: oklch(0.283 0.141 291.089);
|
|
173
|
+
--color-purple-50: oklch(0.977 0.014 308.299);
|
|
174
|
+
--color-purple-100: oklch(0.946 0.033 307.174);
|
|
175
|
+
--color-purple-200: oklch(0.902 0.063 306.703);
|
|
176
|
+
--color-purple-300: oklch(0.827 0.119 306.383);
|
|
177
|
+
--color-purple-400: oklch(0.714 0.203 305.504);
|
|
178
|
+
--color-purple-500: oklch(0.627 0.265 303.9);
|
|
179
|
+
--color-purple-600: oklch(0.558 0.288 302.321);
|
|
180
|
+
--color-purple-700: oklch(0.496 0.265 301.924);
|
|
181
|
+
--color-purple-800: oklch(0.438 0.218 303.724);
|
|
182
|
+
--color-purple-900: oklch(0.381 0.176 304.987);
|
|
183
|
+
--color-purple-950: oklch(0.291 0.149 302.717);
|
|
184
|
+
--color-fuchsia-50: oklch(0.977 0.017 320.058);
|
|
185
|
+
--color-fuchsia-100: oklch(0.952 0.037 318.852);
|
|
186
|
+
--color-fuchsia-200: oklch(0.903 0.076 319.62);
|
|
187
|
+
--color-fuchsia-300: oklch(0.833 0.145 321.434);
|
|
188
|
+
--color-fuchsia-400: oklch(0.74 0.238 322.16);
|
|
189
|
+
--color-fuchsia-500: oklch(0.667 0.295 322.15);
|
|
190
|
+
--color-fuchsia-600: oklch(0.591 0.293 322.896);
|
|
191
|
+
--color-fuchsia-700: oklch(0.518 0.253 323.949);
|
|
192
|
+
--color-fuchsia-800: oklch(0.452 0.211 324.591);
|
|
193
|
+
--color-fuchsia-900: oklch(0.401 0.17 325.612);
|
|
194
|
+
--color-fuchsia-950: oklch(0.293 0.136 325.661);
|
|
195
|
+
--color-pink-50: oklch(0.971 0.014 343.198);
|
|
196
|
+
--color-pink-100: oklch(0.948 0.028 342.258);
|
|
197
|
+
--color-pink-200: oklch(0.899 0.061 343.231);
|
|
198
|
+
--color-pink-300: oklch(0.823 0.12 346.018);
|
|
199
|
+
--color-pink-400: oklch(0.718 0.202 349.761);
|
|
200
|
+
--color-pink-500: oklch(0.656 0.241 354.308);
|
|
201
|
+
--color-pink-600: oklch(0.592 0.249 0.584);
|
|
202
|
+
--color-pink-700: oklch(0.525 0.223 3.958);
|
|
203
|
+
--color-pink-800: oklch(0.459 0.187 3.815);
|
|
204
|
+
--color-pink-900: oklch(0.408 0.153 2.432);
|
|
205
|
+
--color-pink-950: oklch(0.284 0.109 3.907);
|
|
206
|
+
--color-rose-50: oklch(0.969 0.015 12.422);
|
|
207
|
+
--color-rose-100: oklch(0.941 0.03 12.58);
|
|
208
|
+
--color-rose-200: oklch(0.892 0.058 10.001);
|
|
209
|
+
--color-rose-300: oklch(0.81 0.117 11.638);
|
|
210
|
+
--color-rose-400: oklch(0.712 0.194 13.428);
|
|
211
|
+
--color-rose-500: oklch(0.645 0.246 16.439);
|
|
212
|
+
--color-rose-600: oklch(0.586 0.253 17.585);
|
|
213
|
+
--color-rose-700: oklch(0.514 0.222 16.935);
|
|
214
|
+
--color-rose-800: oklch(0.455 0.188 13.697);
|
|
215
|
+
--color-rose-900: oklch(0.41 0.159 10.272);
|
|
216
|
+
--color-rose-950: oklch(0.271 0.105 12.094);
|
|
217
|
+
--color-slate-50: oklch(0.984 0.003 247.858);
|
|
218
|
+
--color-slate-100: oklch(0.968 0.007 247.896);
|
|
219
|
+
--color-slate-200: oklch(0.929 0.013 255.508);
|
|
220
|
+
--color-slate-300: oklch(0.869 0.022 252.894);
|
|
221
|
+
--color-slate-400: oklch(0.704 0.04 256.788);
|
|
222
|
+
--color-slate-500: oklch(0.554 0.046 257.417);
|
|
223
|
+
--color-slate-600: oklch(0.446 0.043 257.281);
|
|
224
|
+
--color-slate-700: oklch(0.372 0.044 257.287);
|
|
225
|
+
--color-slate-800: oklch(0.279 0.041 260.031);
|
|
226
|
+
--color-slate-900: oklch(0.208 0.042 265.755);
|
|
227
|
+
--color-slate-950: oklch(0.129 0.042 264.695);
|
|
228
|
+
--color-gray-50: oklch(0.985 0.002 247.839);
|
|
229
|
+
--color-gray-100: oklch(0.967 0.003 264.542);
|
|
230
|
+
--color-gray-200: oklch(0.928 0.006 264.531);
|
|
231
|
+
--color-gray-300: oklch(0.872 0.01 258.338);
|
|
232
|
+
--color-gray-400: oklch(0.707 0.022 261.325);
|
|
233
|
+
--color-gray-500: oklch(0.551 0.027 264.364);
|
|
234
|
+
--color-gray-600: oklch(0.446 0.03 256.802);
|
|
235
|
+
--color-gray-700: oklch(0.373 0.034 259.733);
|
|
236
|
+
--color-gray-800: oklch(0.278 0.033 256.848);
|
|
237
|
+
--color-gray-900: oklch(0.21 0.034 264.665);
|
|
238
|
+
--color-gray-950: oklch(0.13 0.028 261.692);
|
|
239
|
+
--color-zinc-50: oklch(0.985 0 0);
|
|
240
|
+
--color-zinc-100: oklch(0.967 0.001 286.375);
|
|
241
|
+
--color-zinc-200: oklch(0.92 0.004 286.32);
|
|
242
|
+
--color-zinc-300: oklch(0.871 0.006 286.286);
|
|
243
|
+
--color-zinc-400: oklch(0.705 0.015 286.067);
|
|
244
|
+
--color-zinc-500: oklch(0.552 0.016 285.938);
|
|
245
|
+
--color-zinc-600: oklch(0.442 0.017 285.786);
|
|
246
|
+
--color-zinc-700: oklch(0.37 0.013 285.805);
|
|
247
|
+
--color-zinc-800: oklch(0.274 0.006 286.033);
|
|
248
|
+
--color-zinc-900: oklch(0.21 0.006 285.885);
|
|
249
|
+
--color-zinc-950: oklch(0.141 0.005 285.823);
|
|
250
|
+
--color-neutral-50: oklch(0.985 0 0);
|
|
251
|
+
--color-neutral-100: oklch(0.97 0 0);
|
|
252
|
+
--color-neutral-200: oklch(0.922 0 0);
|
|
253
|
+
--color-neutral-300: oklch(0.87 0 0);
|
|
254
|
+
--color-neutral-400: oklch(0.708 0 0);
|
|
255
|
+
--color-neutral-500: oklch(0.556 0 0);
|
|
256
|
+
--color-neutral-600: oklch(0.439 0 0);
|
|
257
|
+
--color-neutral-700: oklch(0.371 0 0);
|
|
258
|
+
--color-neutral-800: oklch(0.269 0 0);
|
|
259
|
+
--color-neutral-900: oklch(0.205 0 0);
|
|
260
|
+
--color-neutral-950: oklch(0.145 0 0);
|
|
261
|
+
--color-stone-50: oklch(0.985 0.001 106.423);
|
|
262
|
+
--color-stone-100: oklch(0.97 0.001 106.424);
|
|
263
|
+
--color-stone-200: oklch(0.923 0.003 48.717);
|
|
264
|
+
--color-stone-300: oklch(0.869 0.005 56.366);
|
|
265
|
+
--color-stone-400: oklch(0.709 0.01 56.259);
|
|
266
|
+
--color-stone-500: oklch(0.553 0.013 58.071);
|
|
267
|
+
--color-stone-600: oklch(0.444 0.011 73.639);
|
|
268
|
+
--color-stone-700: oklch(0.374 0.01 67.558);
|
|
269
|
+
--color-stone-800: oklch(0.268 0.007 34.298);
|
|
270
|
+
--color-stone-900: oklch(0.216 0.006 56.043);
|
|
271
|
+
--color-stone-950: oklch(0.147 0.004 49.25);
|
|
272
|
+
--color-black: #000;
|
|
273
|
+
--color-white: #fff;
|
|
274
|
+
--spacing: 0.25rem;
|
|
275
|
+
--breakpoint-sm: 40rem;
|
|
276
|
+
--breakpoint-md: 48rem;
|
|
277
|
+
--breakpoint-lg: 64rem;
|
|
278
|
+
--breakpoint-xl: 80rem;
|
|
279
|
+
--breakpoint-2xl: 96rem;
|
|
280
|
+
--container-3xs: 16rem;
|
|
281
|
+
--container-2xs: 18rem;
|
|
282
|
+
--container-xs: 20rem;
|
|
283
|
+
--container-sm: 24rem;
|
|
284
|
+
--container-md: 28rem;
|
|
285
|
+
--container-lg: 32rem;
|
|
286
|
+
--container-xl: 36rem;
|
|
287
|
+
--container-2xl: 42rem;
|
|
288
|
+
--container-3xl: 48rem;
|
|
289
|
+
--container-4xl: 56rem;
|
|
290
|
+
--container-5xl: 64rem;
|
|
291
|
+
--container-6xl: 72rem;
|
|
292
|
+
--container-7xl: 80rem;
|
|
293
|
+
--text-xs: 0.75rem;
|
|
294
|
+
--text-xs--line-height: calc(1 / 0.75);
|
|
295
|
+
--text-sm: 0.875rem;
|
|
296
|
+
--text-sm--line-height: calc(1.25 / 0.875);
|
|
297
|
+
--text-base: 1rem;
|
|
298
|
+
--text-base--line-height: calc(1.5 / 1);
|
|
299
|
+
--text-lg: 1.125rem;
|
|
300
|
+
--text-lg--line-height: calc(1.75 / 1.125);
|
|
301
|
+
--text-xl: 1.25rem;
|
|
302
|
+
--text-xl--line-height: calc(1.75 / 1.25);
|
|
303
|
+
--text-2xl: 1.5rem;
|
|
304
|
+
--text-2xl--line-height: calc(2 / 1.5);
|
|
305
|
+
--text-3xl: 1.875rem;
|
|
306
|
+
--text-3xl--line-height: calc(2.25 / 1.875);
|
|
307
|
+
--text-4xl: 2.25rem;
|
|
308
|
+
--text-4xl--line-height: calc(2.5 / 2.25);
|
|
309
|
+
--text-5xl: 3rem;
|
|
310
|
+
--text-5xl--line-height: 1;
|
|
311
|
+
--text-6xl: 3.75rem;
|
|
312
|
+
--text-6xl--line-height: 1;
|
|
313
|
+
--text-7xl: 4.5rem;
|
|
314
|
+
--text-7xl--line-height: 1;
|
|
315
|
+
--text-8xl: 6rem;
|
|
316
|
+
--text-8xl--line-height: 1;
|
|
317
|
+
--text-9xl: 8rem;
|
|
318
|
+
--text-9xl--line-height: 1;
|
|
319
|
+
--font-weight-thin: 100;
|
|
320
|
+
--font-weight-extralight: 200;
|
|
321
|
+
--font-weight-light: 300;
|
|
322
|
+
--font-weight-normal: 400;
|
|
323
|
+
--font-weight-medium: 500;
|
|
324
|
+
--font-weight-semibold: 600;
|
|
325
|
+
--font-weight-bold: 700;
|
|
326
|
+
--font-weight-extrabold: 800;
|
|
327
|
+
--font-weight-black: 900;
|
|
328
|
+
--tracking-tighter: -0.05em;
|
|
329
|
+
--tracking-tight: -0.025em;
|
|
330
|
+
--tracking-normal: 0em;
|
|
331
|
+
--tracking-wide: 0.025em;
|
|
332
|
+
--tracking-wider: 0.05em;
|
|
333
|
+
--tracking-widest: 0.1em;
|
|
334
|
+
--leading-tight: 1.25;
|
|
335
|
+
--leading-snug: 1.375;
|
|
336
|
+
--leading-normal: 1.5;
|
|
337
|
+
--leading-relaxed: 1.625;
|
|
338
|
+
--leading-loose: 2;
|
|
339
|
+
--radius-xs: 0.125rem;
|
|
340
|
+
--radius-sm: calc(var(--radius) - 4px);
|
|
341
|
+
--radius-md: calc(var(--radius) - 2px);
|
|
342
|
+
--radius-lg: var(--radius);
|
|
343
|
+
--radius-xl: 0.75rem;
|
|
344
|
+
--radius-2xl: 1rem;
|
|
345
|
+
--radius-3xl: 1.5rem;
|
|
346
|
+
--radius-4xl: 2rem;
|
|
347
|
+
--shadow-2xs: 0 1px rgb(0 0 0 / 0.05);
|
|
348
|
+
--shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
349
|
+
--shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
350
|
+
--shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
351
|
+
--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
352
|
+
--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
353
|
+
--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
|
|
354
|
+
--inset-shadow-2xs: inset 0 1px rgb(0 0 0 / 0.05);
|
|
355
|
+
--inset-shadow-xs: inset 0 1px 1px rgb(0 0 0 / 0.05);
|
|
356
|
+
--inset-shadow-sm: inset 0 2px 4px rgb(0 0 0 / 0.05);
|
|
357
|
+
--drop-shadow-xs: 0 1px 1px rgb(0 0 0 / 0.05);
|
|
358
|
+
--drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);
|
|
359
|
+
--drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
|
|
360
|
+
--drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
|
|
361
|
+
--drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.1);
|
|
362
|
+
--drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
|
|
363
|
+
--ease-in: cubic-bezier(0.4, 0, 1, 1);
|
|
364
|
+
--ease-out: cubic-bezier(0, 0, 0.2, 1);
|
|
365
|
+
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
|
|
366
|
+
--animate-spin: spin 1s linear infinite;
|
|
367
|
+
--animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
|
|
368
|
+
--animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
369
|
+
--animate-bounce: bounce 1s infinite;
|
|
370
|
+
--blur-xs: 4px;
|
|
371
|
+
--blur-sm: 8px;
|
|
372
|
+
--blur-md: 12px;
|
|
373
|
+
--blur-lg: 16px;
|
|
374
|
+
--blur-xl: 24px;
|
|
375
|
+
--blur-2xl: 40px;
|
|
376
|
+
--blur-3xl: 64px;
|
|
377
|
+
--perspective-dramatic: 100px;
|
|
378
|
+
--perspective-near: 300px;
|
|
379
|
+
--perspective-normal: 500px;
|
|
380
|
+
--perspective-midrange: 800px;
|
|
381
|
+
--perspective-distant: 1200px;
|
|
382
|
+
--aspect-video: 16 / 9;
|
|
383
|
+
--default-transition-duration: 150ms;
|
|
384
|
+
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
385
|
+
--default-font-family: var(--font-sans);
|
|
386
|
+
--default-font-feature-settings: var(--font-sans--font-feature-settings);
|
|
387
|
+
--default-font-variation-settings: var( --font-sans--font-variation-settings );
|
|
388
|
+
--default-mono-font-family: var(--font-mono);
|
|
389
|
+
--default-mono-font-feature-settings: var( --font-mono--font-feature-settings );
|
|
390
|
+
--default-mono-font-variation-settings: var( --font-mono--font-variation-settings );
|
|
391
|
+
--color-background: hsl(var(--background));
|
|
392
|
+
--color-foreground: hsl(var(--foreground));
|
|
393
|
+
--color-card: hsl(var(--card));
|
|
394
|
+
--color-card-foreground: hsl(var(--card-foreground));
|
|
395
|
+
--color-popover: hsl(var(--popover));
|
|
396
|
+
--color-popover-foreground: hsl(var(--popover-foreground));
|
|
397
|
+
--color-primary: hsl(var(--primary));
|
|
398
|
+
--color-primary-foreground: hsl(var(--primary-foreground));
|
|
399
|
+
--color-secondary: hsl(var(--secondary));
|
|
400
|
+
--color-secondary-foreground: hsl(var(--secondary-foreground));
|
|
401
|
+
--color-muted: hsl(var(--muted));
|
|
402
|
+
--color-muted-foreground: hsl(var(--muted-foreground));
|
|
403
|
+
--color-accent: hsl(var(--accent));
|
|
404
|
+
--color-accent-foreground: hsl(var(--accent-foreground));
|
|
405
|
+
--color-destructive: hsl(var(--destructive));
|
|
406
|
+
--color-destructive-foreground: hsl(var(--destructive-foreground));
|
|
407
|
+
--color-border: hsl(var(--border));
|
|
408
|
+
--color-input: hsl(var(--input));
|
|
409
|
+
--color-ring: hsl(var(--ring));
|
|
410
|
+
--color-chart-1: hsl(var(--chart-1));
|
|
411
|
+
--color-chart-2: hsl(var(--chart-2));
|
|
412
|
+
--color-chart-3: hsl(var(--chart-3));
|
|
413
|
+
--color-chart-4: hsl(var(--chart-4));
|
|
414
|
+
--color-chart-5: hsl(var(--chart-5));
|
|
415
|
+
--color-sidebar: hsl(var(--sidebar-background));
|
|
416
|
+
--color-sidebar-foreground: hsl(var(--sidebar-foreground));
|
|
417
|
+
--color-sidebar-primary: hsl(var(--sidebar-primary));
|
|
418
|
+
--color-sidebar-primary-foreground: hsl(var(--sidebar-primary-foreground));
|
|
419
|
+
--color-sidebar-accent: hsl(var(--sidebar-accent));
|
|
420
|
+
--color-sidebar-accent-foreground: hsl(var(--sidebar-accent-foreground));
|
|
421
|
+
--color-sidebar-border: hsl(var(--sidebar-border));
|
|
422
|
+
--color-sidebar-ring: hsl(var(--sidebar-ring));
|
|
423
|
+
--animate-accordion-down: accordion-down 0.2s ease-out;
|
|
424
|
+
--animate-accordion-up: accordion-up 0.2s ease-out;
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
@layer base {
|
|
428
|
+
*,
|
|
429
|
+
::after,
|
|
430
|
+
::before,
|
|
431
|
+
::backdrop,
|
|
432
|
+
::file-selector-button {
|
|
433
|
+
box-sizing: border-box;
|
|
434
|
+
margin: 0;
|
|
435
|
+
padding: 0;
|
|
436
|
+
border: 0 solid;
|
|
437
|
+
}
|
|
438
|
+
html,
|
|
439
|
+
:host {
|
|
440
|
+
line-height: 1.5;
|
|
441
|
+
-webkit-text-size-adjust: 100%;
|
|
442
|
+
tab-size: 4;
|
|
443
|
+
font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
|
|
444
|
+
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
445
|
+
font-variation-settings: var( --default-font-variation-settings, normal );
|
|
446
|
+
-webkit-tap-highlight-color: transparent;
|
|
447
|
+
}
|
|
448
|
+
body {
|
|
449
|
+
line-height: inherit;
|
|
450
|
+
}
|
|
451
|
+
hr {
|
|
452
|
+
height: 0;
|
|
453
|
+
color: inherit;
|
|
454
|
+
border-top-width: 1px;
|
|
455
|
+
}
|
|
456
|
+
abbr:where([title]) {
|
|
457
|
+
-webkit-text-decoration: underline dotted;
|
|
458
|
+
text-decoration: underline dotted;
|
|
459
|
+
}
|
|
460
|
+
h1,
|
|
461
|
+
h2,
|
|
462
|
+
h3,
|
|
463
|
+
h4,
|
|
464
|
+
h5,
|
|
465
|
+
h6 {
|
|
466
|
+
font-size: inherit;
|
|
467
|
+
font-weight: inherit;
|
|
468
|
+
}
|
|
469
|
+
a {
|
|
470
|
+
color: inherit;
|
|
471
|
+
-webkit-text-decoration: inherit;
|
|
472
|
+
text-decoration: inherit;
|
|
473
|
+
}
|
|
474
|
+
b,
|
|
475
|
+
strong {
|
|
476
|
+
font-weight: bolder;
|
|
477
|
+
}
|
|
478
|
+
code,
|
|
479
|
+
kbd,
|
|
480
|
+
samp,
|
|
481
|
+
pre {
|
|
482
|
+
font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
|
|
483
|
+
font-feature-settings: var( --default-mono-font-feature-settings, normal );
|
|
484
|
+
font-variation-settings: var( --default-mono-font-variation-settings, normal );
|
|
485
|
+
font-size: 1em;
|
|
486
|
+
}
|
|
487
|
+
small {
|
|
488
|
+
font-size: 80%;
|
|
489
|
+
}
|
|
490
|
+
sub,
|
|
491
|
+
sup {
|
|
492
|
+
font-size: 75%;
|
|
493
|
+
line-height: 0;
|
|
494
|
+
position: relative;
|
|
495
|
+
vertical-align: baseline;
|
|
496
|
+
}
|
|
497
|
+
sub {
|
|
498
|
+
bottom: -0.25em;
|
|
499
|
+
}
|
|
500
|
+
sup {
|
|
501
|
+
top: -0.5em;
|
|
502
|
+
}
|
|
503
|
+
table {
|
|
504
|
+
text-indent: 0;
|
|
505
|
+
border-color: inherit;
|
|
506
|
+
border-collapse: collapse;
|
|
507
|
+
}
|
|
508
|
+
:-moz-focusring {
|
|
509
|
+
outline: auto;
|
|
510
|
+
}
|
|
511
|
+
progress {
|
|
512
|
+
vertical-align: baseline;
|
|
513
|
+
}
|
|
514
|
+
summary {
|
|
515
|
+
display: list-item;
|
|
516
|
+
}
|
|
517
|
+
ol,
|
|
518
|
+
ul,
|
|
519
|
+
menu {
|
|
520
|
+
list-style: none;
|
|
521
|
+
}
|
|
522
|
+
img,
|
|
523
|
+
svg,
|
|
524
|
+
video,
|
|
525
|
+
canvas,
|
|
526
|
+
audio,
|
|
527
|
+
iframe,
|
|
528
|
+
embed,
|
|
529
|
+
object {
|
|
530
|
+
display: block;
|
|
531
|
+
vertical-align: middle;
|
|
532
|
+
}
|
|
533
|
+
img,
|
|
534
|
+
video {
|
|
535
|
+
max-width: 100%;
|
|
536
|
+
height: auto;
|
|
537
|
+
}
|
|
538
|
+
button,
|
|
539
|
+
input,
|
|
540
|
+
select,
|
|
541
|
+
optgroup,
|
|
542
|
+
textarea,
|
|
543
|
+
::file-selector-button {
|
|
544
|
+
font: inherit;
|
|
545
|
+
font-feature-settings: inherit;
|
|
546
|
+
font-variation-settings: inherit;
|
|
547
|
+
letter-spacing: inherit;
|
|
548
|
+
color: inherit;
|
|
549
|
+
border-radius: 0;
|
|
550
|
+
background-color: transparent;
|
|
551
|
+
opacity: 1;
|
|
552
|
+
}
|
|
553
|
+
:where(select:is([multiple], [size])) optgroup {
|
|
554
|
+
font-weight: bolder;
|
|
555
|
+
}
|
|
556
|
+
:where(select:is([multiple], [size])) optgroup option {
|
|
557
|
+
padding-inline-start: 20px;
|
|
558
|
+
}
|
|
559
|
+
::file-selector-button {
|
|
560
|
+
margin-inline-end: 4px;
|
|
561
|
+
}
|
|
562
|
+
::placeholder {
|
|
563
|
+
opacity: 1;
|
|
564
|
+
color: color-mix(in oklab, currentColor 50%, transparent);
|
|
565
|
+
}
|
|
566
|
+
textarea {
|
|
567
|
+
resize: vertical;
|
|
568
|
+
}
|
|
569
|
+
::-webkit-search-decoration {
|
|
570
|
+
-webkit-appearance: none;
|
|
571
|
+
}
|
|
572
|
+
::-webkit-date-and-time-value {
|
|
573
|
+
min-height: 1lh;
|
|
574
|
+
text-align: inherit;
|
|
575
|
+
}
|
|
576
|
+
::-webkit-datetime-edit {
|
|
577
|
+
display: inline-flex;
|
|
578
|
+
}
|
|
579
|
+
::-webkit-datetime-edit-fields-wrapper {
|
|
580
|
+
padding: 0;
|
|
581
|
+
}
|
|
582
|
+
::-webkit-datetime-edit,
|
|
583
|
+
::-webkit-datetime-edit-year-field,
|
|
584
|
+
::-webkit-datetime-edit-month-field,
|
|
585
|
+
::-webkit-datetime-edit-day-field,
|
|
586
|
+
::-webkit-datetime-edit-hour-field,
|
|
587
|
+
::-webkit-datetime-edit-minute-field,
|
|
588
|
+
::-webkit-datetime-edit-second-field,
|
|
589
|
+
::-webkit-datetime-edit-millisecond-field,
|
|
590
|
+
::-webkit-datetime-edit-meridiem-field {
|
|
591
|
+
padding-block: 0;
|
|
592
|
+
}
|
|
593
|
+
:-moz-ui-invalid {
|
|
594
|
+
box-shadow: none;
|
|
595
|
+
}
|
|
596
|
+
button,
|
|
597
|
+
input:where([type=button], [type=reset], [type=submit]),
|
|
598
|
+
::file-selector-button {
|
|
599
|
+
appearance: button;
|
|
600
|
+
}
|
|
601
|
+
::-webkit-inner-spin-button,
|
|
602
|
+
::-webkit-outer-spin-button {
|
|
603
|
+
height: auto;
|
|
604
|
+
}
|
|
605
|
+
[hidden]:where(:not([hidden=until-found])) {
|
|
606
|
+
display: none !important;
|
|
607
|
+
}
|
|
608
|
+
}
|
|
609
|
+
@layer utilities {
|
|
610
|
+
.visible {
|
|
611
|
+
visibility: visible;
|
|
612
|
+
}
|
|
613
|
+
.fixed {
|
|
614
|
+
position: fixed;
|
|
615
|
+
}
|
|
616
|
+
.relative {
|
|
617
|
+
position: relative;
|
|
618
|
+
}
|
|
619
|
+
.static {
|
|
620
|
+
position: static;
|
|
621
|
+
}
|
|
622
|
+
.inset-0 {
|
|
623
|
+
inset: calc(var(--spacing) * 0);
|
|
624
|
+
}
|
|
625
|
+
.z-50 {
|
|
626
|
+
z-index: 50;
|
|
627
|
+
}
|
|
628
|
+
.order-123 {
|
|
629
|
+
order: 123;
|
|
630
|
+
}
|
|
631
|
+
.container {
|
|
632
|
+
width: 100%;
|
|
633
|
+
@media (width >= 40rem) {
|
|
634
|
+
max-width: 40rem;
|
|
635
|
+
}
|
|
636
|
+
@media (width >= 48rem) {
|
|
637
|
+
max-width: 48rem;
|
|
638
|
+
}
|
|
639
|
+
@media (width >= 64rem) {
|
|
640
|
+
max-width: 64rem;
|
|
641
|
+
}
|
|
642
|
+
@media (width >= 80rem) {
|
|
643
|
+
max-width: 80rem;
|
|
644
|
+
}
|
|
645
|
+
@media (width >= 96rem) {
|
|
646
|
+
max-width: 96rem;
|
|
647
|
+
}
|
|
648
|
+
}
|
|
649
|
+
.mt-16 {
|
|
650
|
+
margin-top: calc(var(--spacing) * 16);
|
|
651
|
+
}
|
|
652
|
+
.mb-2 {
|
|
653
|
+
margin-bottom: calc(var(--spacing) * 2);
|
|
654
|
+
}
|
|
655
|
+
.mb-3 {
|
|
656
|
+
margin-bottom: calc(var(--spacing) * 3);
|
|
657
|
+
}
|
|
658
|
+
.mb-4 {
|
|
659
|
+
margin-bottom: calc(var(--spacing) * 4);
|
|
660
|
+
}
|
|
661
|
+
.contents {
|
|
662
|
+
display: contents;
|
|
663
|
+
}
|
|
664
|
+
.flex {
|
|
665
|
+
display: flex;
|
|
666
|
+
}
|
|
667
|
+
.hidden {
|
|
668
|
+
display: none;
|
|
669
|
+
}
|
|
670
|
+
.inline {
|
|
671
|
+
display: inline;
|
|
672
|
+
}
|
|
673
|
+
.inline-flex {
|
|
674
|
+
display: inline-flex;
|
|
675
|
+
}
|
|
676
|
+
.size-9 {
|
|
677
|
+
width: calc(var(--spacing) * 9);
|
|
678
|
+
height: calc(var(--spacing) * 9);
|
|
679
|
+
}
|
|
680
|
+
.h-5 {
|
|
681
|
+
height: calc(var(--spacing) * 5);
|
|
682
|
+
}
|
|
683
|
+
.h-8 {
|
|
684
|
+
height: calc(var(--spacing) * 8);
|
|
685
|
+
}
|
|
686
|
+
.h-9 {
|
|
687
|
+
height: calc(var(--spacing) * 9);
|
|
688
|
+
}
|
|
689
|
+
.h-10 {
|
|
690
|
+
height: calc(var(--spacing) * 10);
|
|
691
|
+
}
|
|
692
|
+
.h-12 {
|
|
693
|
+
height: calc(var(--spacing) * 12);
|
|
694
|
+
}
|
|
695
|
+
.w-5 {
|
|
696
|
+
width: calc(var(--spacing) * 5);
|
|
697
|
+
}
|
|
698
|
+
.w-auto {
|
|
699
|
+
width: auto;
|
|
700
|
+
}
|
|
701
|
+
.w-full {
|
|
702
|
+
width: 100%;
|
|
703
|
+
}
|
|
704
|
+
.max-w-3xl {
|
|
705
|
+
max-width: var(--container-3xl);
|
|
706
|
+
}
|
|
707
|
+
.flex-shrink-0 {
|
|
708
|
+
flex-shrink: 0;
|
|
709
|
+
}
|
|
710
|
+
.shrink-0 {
|
|
711
|
+
flex-shrink: 0;
|
|
712
|
+
}
|
|
713
|
+
.transform {
|
|
714
|
+
transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
|
|
715
|
+
}
|
|
716
|
+
.resize {
|
|
717
|
+
resize: both;
|
|
718
|
+
}
|
|
719
|
+
.flex-col {
|
|
720
|
+
flex-direction: column;
|
|
721
|
+
}
|
|
722
|
+
.items-center {
|
|
723
|
+
align-items: center;
|
|
724
|
+
}
|
|
725
|
+
.items-start {
|
|
726
|
+
align-items: flex-start;
|
|
727
|
+
}
|
|
728
|
+
.justify-between {
|
|
729
|
+
justify-content: space-between;
|
|
730
|
+
}
|
|
731
|
+
.justify-center {
|
|
732
|
+
justify-content: center;
|
|
733
|
+
}
|
|
734
|
+
.gap-1\.5 {
|
|
735
|
+
gap: calc(var(--spacing) * 1.5);
|
|
736
|
+
}
|
|
737
|
+
.gap-2 {
|
|
738
|
+
gap: calc(var(--spacing) * 2);
|
|
739
|
+
}
|
|
740
|
+
.gap-3 {
|
|
741
|
+
gap: calc(var(--spacing) * 3);
|
|
742
|
+
}
|
|
743
|
+
.gap-6 {
|
|
744
|
+
gap: calc(var(--spacing) * 6);
|
|
745
|
+
}
|
|
746
|
+
.overflow-hidden {
|
|
747
|
+
overflow: hidden;
|
|
748
|
+
}
|
|
749
|
+
.overflow-x-auto {
|
|
750
|
+
overflow-x: auto;
|
|
751
|
+
}
|
|
752
|
+
.overflow-y-auto {
|
|
753
|
+
overflow-y: auto;
|
|
754
|
+
}
|
|
755
|
+
.rounded-full {
|
|
756
|
+
border-radius: calc(infinity * 1px);
|
|
757
|
+
}
|
|
758
|
+
.rounded-lg {
|
|
759
|
+
border-radius: var(--radius-lg);
|
|
760
|
+
}
|
|
761
|
+
.rounded-md {
|
|
762
|
+
border-radius: var(--radius-md);
|
|
763
|
+
}
|
|
764
|
+
.rounded-xl {
|
|
765
|
+
border-radius: var(--radius-xl);
|
|
766
|
+
}
|
|
767
|
+
.border {
|
|
768
|
+
border-style: var(--tw-border-style);
|
|
769
|
+
border-width: 1px;
|
|
770
|
+
}
|
|
771
|
+
.border-t {
|
|
772
|
+
border-top-style: var(--tw-border-style);
|
|
773
|
+
border-top-width: 1px;
|
|
774
|
+
}
|
|
775
|
+
.border-b {
|
|
776
|
+
border-bottom-style: var(--tw-border-style);
|
|
777
|
+
border-bottom-width: 1px;
|
|
778
|
+
}
|
|
779
|
+
.border-blue-600 {
|
|
780
|
+
border-color: var(--color-blue-600);
|
|
781
|
+
}
|
|
782
|
+
.border-input {
|
|
783
|
+
border-color: var(--color-input);
|
|
784
|
+
}
|
|
785
|
+
.border-neutral-800 {
|
|
786
|
+
border-color: var(--color-neutral-800);
|
|
787
|
+
}
|
|
788
|
+
.border-purple-600 {
|
|
789
|
+
border-color: var(--color-purple-600);
|
|
790
|
+
}
|
|
791
|
+
.border-red-600 {
|
|
792
|
+
border-color: var(--color-red-600);
|
|
793
|
+
}
|
|
794
|
+
.border-yellow-600 {
|
|
795
|
+
border-color: var(--color-yellow-600);
|
|
796
|
+
}
|
|
797
|
+
.bg-background {
|
|
798
|
+
background-color: var(--color-background);
|
|
799
|
+
}
|
|
800
|
+
.bg-black {
|
|
801
|
+
background-color: var(--color-black);
|
|
802
|
+
}
|
|
803
|
+
.bg-black\/80 {
|
|
804
|
+
background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
|
|
805
|
+
}
|
|
806
|
+
.bg-black\/90 {
|
|
807
|
+
background-color: color-mix(in oklab, var(--color-black) 90%, transparent);
|
|
808
|
+
}
|
|
809
|
+
.bg-card {
|
|
810
|
+
background-color: var(--color-card);
|
|
811
|
+
}
|
|
812
|
+
.bg-destructive {
|
|
813
|
+
background-color: var(--color-destructive);
|
|
814
|
+
}
|
|
815
|
+
.bg-neutral-800 {
|
|
816
|
+
background-color: var(--color-neutral-800);
|
|
817
|
+
}
|
|
818
|
+
.bg-neutral-900 {
|
|
819
|
+
background-color: var(--color-neutral-900);
|
|
820
|
+
}
|
|
821
|
+
.bg-primary {
|
|
822
|
+
background-color: var(--color-primary);
|
|
823
|
+
}
|
|
824
|
+
.bg-secondary {
|
|
825
|
+
background-color: var(--color-secondary);
|
|
826
|
+
}
|
|
827
|
+
.bg-white {
|
|
828
|
+
background-color: var(--color-white);
|
|
829
|
+
}
|
|
830
|
+
.p-2 {
|
|
831
|
+
padding: calc(var(--spacing) * 2);
|
|
832
|
+
}
|
|
833
|
+
.p-3 {
|
|
834
|
+
padding: calc(var(--spacing) * 3);
|
|
835
|
+
}
|
|
836
|
+
.p-4 {
|
|
837
|
+
padding: calc(var(--spacing) * 4);
|
|
838
|
+
}
|
|
839
|
+
.px-3 {
|
|
840
|
+
padding-inline: calc(var(--spacing) * 3);
|
|
841
|
+
}
|
|
842
|
+
.px-4 {
|
|
843
|
+
padding-inline: calc(var(--spacing) * 4);
|
|
844
|
+
}
|
|
845
|
+
.px-6 {
|
|
846
|
+
padding-inline: calc(var(--spacing) * 6);
|
|
847
|
+
}
|
|
848
|
+
.py-2 {
|
|
849
|
+
padding-block: calc(var(--spacing) * 2);
|
|
850
|
+
}
|
|
851
|
+
.py-6 {
|
|
852
|
+
padding-block: calc(var(--spacing) * 6);
|
|
853
|
+
}
|
|
854
|
+
.font-mono {
|
|
855
|
+
font-family: var(--font-mono);
|
|
856
|
+
}
|
|
857
|
+
.font-sans {
|
|
858
|
+
font-family: var(--font-sans);
|
|
859
|
+
}
|
|
860
|
+
.text-2xl {
|
|
861
|
+
font-size: var(--text-2xl);
|
|
862
|
+
line-height: var(--tw-leading, var(--text-2xl--line-height));
|
|
863
|
+
}
|
|
864
|
+
.text-sm {
|
|
865
|
+
font-size: var(--text-sm);
|
|
866
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
867
|
+
}
|
|
868
|
+
.text-xl {
|
|
869
|
+
font-size: var(--text-xl);
|
|
870
|
+
line-height: var(--tw-leading, var(--text-xl--line-height));
|
|
871
|
+
}
|
|
872
|
+
.leading-none {
|
|
873
|
+
--tw-leading: 1;
|
|
874
|
+
line-height: 1;
|
|
875
|
+
}
|
|
876
|
+
.font-bold {
|
|
877
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
878
|
+
font-weight: var(--font-weight-bold);
|
|
879
|
+
}
|
|
880
|
+
.font-medium {
|
|
881
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
882
|
+
font-weight: var(--font-weight-medium);
|
|
883
|
+
}
|
|
884
|
+
.font-semibold {
|
|
885
|
+
--tw-font-weight: var(--font-weight-semibold);
|
|
886
|
+
font-weight: var(--font-weight-semibold);
|
|
887
|
+
}
|
|
888
|
+
.tracking-wider {
|
|
889
|
+
--tw-tracking: var(--tracking-wider);
|
|
890
|
+
letter-spacing: var(--tracking-wider);
|
|
891
|
+
}
|
|
892
|
+
.whitespace-nowrap {
|
|
893
|
+
white-space: nowrap;
|
|
894
|
+
}
|
|
895
|
+
.whitespace-pre-wrap {
|
|
896
|
+
white-space: pre-wrap;
|
|
897
|
+
}
|
|
898
|
+
.text-black {
|
|
899
|
+
color: var(--color-black);
|
|
900
|
+
}
|
|
901
|
+
.text-blue-400 {
|
|
902
|
+
color: var(--color-blue-400);
|
|
903
|
+
}
|
|
904
|
+
.text-card-foreground {
|
|
905
|
+
color: var(--color-card-foreground);
|
|
906
|
+
}
|
|
907
|
+
.text-muted-foreground {
|
|
908
|
+
color: var(--color-muted-foreground);
|
|
909
|
+
}
|
|
910
|
+
.text-neutral-300 {
|
|
911
|
+
color: var(--color-neutral-300);
|
|
912
|
+
}
|
|
913
|
+
.text-neutral-400 {
|
|
914
|
+
color: var(--color-neutral-400);
|
|
915
|
+
}
|
|
916
|
+
.text-neutral-500 {
|
|
917
|
+
color: var(--color-neutral-500);
|
|
918
|
+
}
|
|
919
|
+
.text-primary {
|
|
920
|
+
color: var(--color-primary);
|
|
921
|
+
}
|
|
922
|
+
.text-primary-foreground {
|
|
923
|
+
color: var(--color-primary-foreground);
|
|
924
|
+
}
|
|
925
|
+
.text-red-500 {
|
|
926
|
+
color: var(--color-red-500);
|
|
927
|
+
}
|
|
928
|
+
.text-secondary-foreground {
|
|
929
|
+
color: var(--color-secondary-foreground);
|
|
930
|
+
}
|
|
931
|
+
.text-white {
|
|
932
|
+
color: var(--color-white);
|
|
933
|
+
}
|
|
934
|
+
.uppercase {
|
|
935
|
+
text-transform: uppercase;
|
|
936
|
+
}
|
|
937
|
+
.underline-offset-4 {
|
|
938
|
+
text-underline-offset: 4px;
|
|
939
|
+
}
|
|
940
|
+
.shadow-sm {
|
|
941
|
+
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
942
|
+
box-shadow:
|
|
943
|
+
var(--tw-inset-shadow),
|
|
944
|
+
var(--tw-inset-ring-shadow),
|
|
945
|
+
var(--tw-ring-offset-shadow),
|
|
946
|
+
var(--tw-ring-shadow),
|
|
947
|
+
var(--tw-shadow);
|
|
948
|
+
}
|
|
949
|
+
.shadow-xs {
|
|
950
|
+
--tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
|
|
951
|
+
box-shadow:
|
|
952
|
+
var(--tw-inset-shadow),
|
|
953
|
+
var(--tw-inset-ring-shadow),
|
|
954
|
+
var(--tw-ring-offset-shadow),
|
|
955
|
+
var(--tw-ring-shadow),
|
|
956
|
+
var(--tw-shadow);
|
|
957
|
+
}
|
|
958
|
+
.outline {
|
|
959
|
+
outline-style: var(--tw-outline-style);
|
|
960
|
+
outline-width: 1px;
|
|
961
|
+
}
|
|
962
|
+
.blur {
|
|
963
|
+
--tw-blur: blur(8px);
|
|
964
|
+
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
965
|
+
}
|
|
966
|
+
.filter {
|
|
967
|
+
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
968
|
+
}
|
|
969
|
+
.backdrop-blur-sm {
|
|
970
|
+
--tw-backdrop-blur: blur(var(--blur-sm));
|
|
971
|
+
-webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
972
|
+
backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
973
|
+
}
|
|
974
|
+
.transition {
|
|
975
|
+
transition-property:
|
|
976
|
+
color,
|
|
977
|
+
background-color,
|
|
978
|
+
border-color,
|
|
979
|
+
outline-color,
|
|
980
|
+
text-decoration-color,
|
|
981
|
+
fill,
|
|
982
|
+
stroke,
|
|
983
|
+
--tw-gradient-from,
|
|
984
|
+
--tw-gradient-via,
|
|
985
|
+
--tw-gradient-to,
|
|
986
|
+
opacity,
|
|
987
|
+
box-shadow,
|
|
988
|
+
transform,
|
|
989
|
+
translate,
|
|
990
|
+
scale,
|
|
991
|
+
rotate,
|
|
992
|
+
filter,
|
|
993
|
+
-webkit-backdrop-filter,
|
|
994
|
+
backdrop-filter;
|
|
995
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
996
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
997
|
+
}
|
|
998
|
+
.transition-\[color\,box-shadow\] {
|
|
999
|
+
transition-property: color, box-shadow;
|
|
1000
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1001
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1002
|
+
}
|
|
1003
|
+
.transition-colors {
|
|
1004
|
+
transition-property:
|
|
1005
|
+
color,
|
|
1006
|
+
background-color,
|
|
1007
|
+
border-color,
|
|
1008
|
+
outline-color,
|
|
1009
|
+
text-decoration-color,
|
|
1010
|
+
fill,
|
|
1011
|
+
stroke,
|
|
1012
|
+
--tw-gradient-from,
|
|
1013
|
+
--tw-gradient-via,
|
|
1014
|
+
--tw-gradient-to;
|
|
1015
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1016
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1017
|
+
}
|
|
1018
|
+
.ease-out {
|
|
1019
|
+
--tw-ease: var(--ease-out);
|
|
1020
|
+
transition-timing-function: var(--ease-out);
|
|
1021
|
+
}
|
|
1022
|
+
.ease-out {
|
|
1023
|
+
animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
1024
|
+
}
|
|
1025
|
+
.outline-none {
|
|
1026
|
+
--tw-outline-style: none;
|
|
1027
|
+
outline-style: none;
|
|
1028
|
+
}
|
|
1029
|
+
.hover\:bg-accent {
|
|
1030
|
+
&:hover {
|
|
1031
|
+
@media (hover: hover) {
|
|
1032
|
+
background-color: var(--color-accent);
|
|
1033
|
+
}
|
|
1034
|
+
}
|
|
1035
|
+
}
|
|
1036
|
+
.hover\:bg-destructive\/90 {
|
|
1037
|
+
&:hover {
|
|
1038
|
+
@media (hover: hover) {
|
|
1039
|
+
background-color: color-mix(in oklab, var(--color-destructive) 90%, transparent);
|
|
1040
|
+
}
|
|
1041
|
+
}
|
|
1042
|
+
}
|
|
1043
|
+
.hover\:bg-neutral-200 {
|
|
1044
|
+
&:hover {
|
|
1045
|
+
@media (hover: hover) {
|
|
1046
|
+
background-color: var(--color-neutral-200);
|
|
1047
|
+
}
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
1050
|
+
.hover\:bg-neutral-700 {
|
|
1051
|
+
&:hover {
|
|
1052
|
+
@media (hover: hover) {
|
|
1053
|
+
background-color: var(--color-neutral-700);
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
1056
|
+
}
|
|
1057
|
+
.hover\:bg-neutral-800 {
|
|
1058
|
+
&:hover {
|
|
1059
|
+
@media (hover: hover) {
|
|
1060
|
+
background-color: var(--color-neutral-800);
|
|
1061
|
+
}
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
.hover\:bg-primary\/90 {
|
|
1065
|
+
&:hover {
|
|
1066
|
+
@media (hover: hover) {
|
|
1067
|
+
background-color: color-mix(in oklab, var(--color-primary) 90%, transparent);
|
|
1068
|
+
}
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
.hover\:bg-secondary\/80 {
|
|
1072
|
+
&:hover {
|
|
1073
|
+
@media (hover: hover) {
|
|
1074
|
+
background-color: color-mix(in oklab, var(--color-secondary) 80%, transparent);
|
|
1075
|
+
}
|
|
1076
|
+
}
|
|
1077
|
+
}
|
|
1078
|
+
.hover\:text-accent-foreground {
|
|
1079
|
+
&:hover {
|
|
1080
|
+
@media (hover: hover) {
|
|
1081
|
+
color: var(--color-accent-foreground);
|
|
1082
|
+
}
|
|
1083
|
+
}
|
|
1084
|
+
}
|
|
1085
|
+
.hover\:underline {
|
|
1086
|
+
&:hover {
|
|
1087
|
+
@media (hover: hover) {
|
|
1088
|
+
text-decoration-line: underline;
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1091
|
+
}
|
|
1092
|
+
.focus-visible\:border-ring {
|
|
1093
|
+
&:focus-visible {
|
|
1094
|
+
border-color: var(--color-ring);
|
|
1095
|
+
}
|
|
1096
|
+
}
|
|
1097
|
+
.focus-visible\:ring-\[3px\] {
|
|
1098
|
+
&:focus-visible {
|
|
1099
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
1100
|
+
box-shadow:
|
|
1101
|
+
var(--tw-inset-shadow),
|
|
1102
|
+
var(--tw-inset-ring-shadow),
|
|
1103
|
+
var(--tw-ring-offset-shadow),
|
|
1104
|
+
var(--tw-ring-shadow),
|
|
1105
|
+
var(--tw-shadow);
|
|
1106
|
+
}
|
|
1107
|
+
}
|
|
1108
|
+
.focus-visible\:ring-destructive\/20 {
|
|
1109
|
+
&:focus-visible {
|
|
1110
|
+
--tw-ring-color: color-mix(in oklab, var(--color-destructive) 20%, transparent);
|
|
1111
|
+
}
|
|
1112
|
+
}
|
|
1113
|
+
.focus-visible\:ring-ring\/50 {
|
|
1114
|
+
&:focus-visible {
|
|
1115
|
+
--tw-ring-color: color-mix(in oklab, var(--color-ring) 50%, transparent);
|
|
1116
|
+
}
|
|
1117
|
+
}
|
|
1118
|
+
.disabled\:pointer-events-none {
|
|
1119
|
+
&:disabled {
|
|
1120
|
+
pointer-events: none;
|
|
1121
|
+
}
|
|
1122
|
+
}
|
|
1123
|
+
.disabled\:opacity-50 {
|
|
1124
|
+
&:disabled {
|
|
1125
|
+
opacity: 50%;
|
|
1126
|
+
}
|
|
1127
|
+
}
|
|
1128
|
+
.has-\[\>svg\]\:px-2\.5 {
|
|
1129
|
+
&:has(> svg) {
|
|
1130
|
+
padding-inline: calc(var(--spacing) * 2.5);
|
|
1131
|
+
}
|
|
1132
|
+
}
|
|
1133
|
+
.has-\[\>svg\]\:px-3 {
|
|
1134
|
+
&:has(> svg) {
|
|
1135
|
+
padding-inline: calc(var(--spacing) * 3);
|
|
1136
|
+
}
|
|
1137
|
+
}
|
|
1138
|
+
.has-\[\>svg\]\:px-4 {
|
|
1139
|
+
&:has(> svg) {
|
|
1140
|
+
padding-inline: calc(var(--spacing) * 4);
|
|
1141
|
+
}
|
|
1142
|
+
}
|
|
1143
|
+
.aria-invalid\:border-destructive {
|
|
1144
|
+
&[aria-invalid=true] {
|
|
1145
|
+
border-color: var(--color-destructive);
|
|
1146
|
+
}
|
|
1147
|
+
}
|
|
1148
|
+
.aria-invalid\:ring-destructive\/20 {
|
|
1149
|
+
&[aria-invalid=true] {
|
|
1150
|
+
--tw-ring-color: color-mix(in oklab, var(--color-destructive) 20%, transparent);
|
|
1151
|
+
}
|
|
1152
|
+
}
|
|
1153
|
+
.dark\:focus-visible\:ring-destructive\/40 {
|
|
1154
|
+
&:is(.dark *) {
|
|
1155
|
+
&:focus-visible {
|
|
1156
|
+
--tw-ring-color: color-mix(in oklab, var(--color-destructive) 40%, transparent);
|
|
1157
|
+
}
|
|
1158
|
+
}
|
|
1159
|
+
}
|
|
1160
|
+
.dark\:aria-invalid\:ring-destructive\/40 {
|
|
1161
|
+
&:is(.dark *) {
|
|
1162
|
+
&[aria-invalid=true] {
|
|
1163
|
+
--tw-ring-color: color-mix(in oklab, var(--color-destructive) 40%, transparent);
|
|
1164
|
+
}
|
|
1165
|
+
}
|
|
1166
|
+
}
|
|
1167
|
+
.\[\&_svg\]\:pointer-events-none {
|
|
1168
|
+
& svg {
|
|
1169
|
+
pointer-events: none;
|
|
1170
|
+
}
|
|
1171
|
+
}
|
|
1172
|
+
.\[\&_svg\]\:shrink-0 {
|
|
1173
|
+
& svg {
|
|
1174
|
+
flex-shrink: 0;
|
|
1175
|
+
}
|
|
1176
|
+
}
|
|
1177
|
+
.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 {
|
|
1178
|
+
& svg:not([class*=size-]) {
|
|
1179
|
+
width: calc(var(--spacing) * 4);
|
|
1180
|
+
height: calc(var(--spacing) * 4);
|
|
1181
|
+
}
|
|
1182
|
+
}
|
|
1183
|
+
}
|
|
1184
|
+
@layer base {
|
|
1185
|
+
*,
|
|
1186
|
+
::after,
|
|
1187
|
+
::before,
|
|
1188
|
+
::backdrop,
|
|
1189
|
+
::file-selector-button {
|
|
1190
|
+
border-color: var(--color-gray-200, currentColor);
|
|
1191
|
+
}
|
|
1192
|
+
}
|
|
1193
|
+
@layer utilities {
|
|
1194
|
+
body {
|
|
1195
|
+
font-family:
|
|
1196
|
+
Arial,
|
|
1197
|
+
Helvetica,
|
|
1198
|
+
sans-serif;
|
|
1199
|
+
}
|
|
1200
|
+
}
|
|
1201
|
+
@layer base {
|
|
1202
|
+
:root {
|
|
1203
|
+
--background: 0 0% 100%;
|
|
1204
|
+
--foreground: 0 0% 3.9%;
|
|
1205
|
+
--card: 0 0% 100%;
|
|
1206
|
+
--card-foreground: 0 0% 3.9%;
|
|
1207
|
+
--popover: 0 0% 100%;
|
|
1208
|
+
--popover-foreground: 0 0% 3.9%;
|
|
1209
|
+
--primary: 0 0% 9%;
|
|
1210
|
+
--primary-foreground: 0 0% 98%;
|
|
1211
|
+
--secondary: 0 0% 96.1%;
|
|
1212
|
+
--secondary-foreground: 0 0% 9%;
|
|
1213
|
+
--muted: 0 0% 96.1%;
|
|
1214
|
+
--muted-foreground: 0 0% 45.1%;
|
|
1215
|
+
--accent: 0 0% 96.1%;
|
|
1216
|
+
--accent-foreground: 0 0% 9%;
|
|
1217
|
+
--destructive: 0 84.2% 60.2%;
|
|
1218
|
+
--destructive-foreground: 0 0% 98%;
|
|
1219
|
+
--border: 0 0% 89.8%;
|
|
1220
|
+
--input: 0 0% 89.8%;
|
|
1221
|
+
--ring: 0 0% 3.9%;
|
|
1222
|
+
--chart-1: 12 76% 61%;
|
|
1223
|
+
--chart-2: 173 58% 39%;
|
|
1224
|
+
--chart-3: 197 37% 24%;
|
|
1225
|
+
--chart-4: 43 74% 66%;
|
|
1226
|
+
--chart-5: 27 87% 67%;
|
|
1227
|
+
--radius: 0.5rem;
|
|
1228
|
+
--sidebar-background: 0 0% 98%;
|
|
1229
|
+
--sidebar-foreground: 240 5.3% 26.1%;
|
|
1230
|
+
--sidebar-primary: 240 5.9% 10%;
|
|
1231
|
+
--sidebar-primary-foreground: 0 0% 98%;
|
|
1232
|
+
--sidebar-accent: 240 4.8% 95.9%;
|
|
1233
|
+
--sidebar-accent-foreground: 240 5.9% 10%;
|
|
1234
|
+
--sidebar-border: 220 13% 91%;
|
|
1235
|
+
--sidebar-ring: 217.2 91.2% 59.8%;
|
|
1236
|
+
}
|
|
1237
|
+
.dark {
|
|
1238
|
+
--background: 0 0% 3.9%;
|
|
1239
|
+
--foreground: 0 0% 98%;
|
|
1240
|
+
--card: 0 0% 3.9%;
|
|
1241
|
+
--card-foreground: 0 0% 98%;
|
|
1242
|
+
--popover: 0 0% 3.9%;
|
|
1243
|
+
--popover-foreground: 0 0% 98%;
|
|
1244
|
+
--primary: 0 0% 98%;
|
|
1245
|
+
--primary-foreground: 0 0% 9%;
|
|
1246
|
+
--secondary: 0 0% 14.9%;
|
|
1247
|
+
--secondary-foreground: 0 0% 98%;
|
|
1248
|
+
--muted: 0 0% 14.9%;
|
|
1249
|
+
--muted-foreground: 0 0% 63.9%;
|
|
1250
|
+
--accent: 0 0% 14.9%;
|
|
1251
|
+
--accent-foreground: 0 0% 98%;
|
|
1252
|
+
--destructive: 0 62.8% 30.6%;
|
|
1253
|
+
--destructive-foreground: 0 0% 98%;
|
|
1254
|
+
--border: 0 0% 14.9%;
|
|
1255
|
+
--input: 0 0% 14.9%;
|
|
1256
|
+
--ring: 0 0% 83.1%;
|
|
1257
|
+
--chart-1: 220 70% 50%;
|
|
1258
|
+
--chart-2: 160 60% 45%;
|
|
1259
|
+
--chart-3: 30 80% 55%;
|
|
1260
|
+
--chart-4: 280 65% 60%;
|
|
1261
|
+
--chart-5: 340 75% 55%;
|
|
1262
|
+
--sidebar-background: 240 5.9% 10%;
|
|
1263
|
+
--sidebar-foreground: 240 4.8% 95.9%;
|
|
1264
|
+
--sidebar-primary: 224.3 76.3% 48%;
|
|
1265
|
+
--sidebar-primary-foreground: 0 0% 100%;
|
|
1266
|
+
--sidebar-accent: 240 3.7% 15.9%;
|
|
1267
|
+
--sidebar-accent-foreground: 240 4.8% 95.9%;
|
|
1268
|
+
--sidebar-border: 240 3.7% 15.9%;
|
|
1269
|
+
--sidebar-ring: 217.2 91.2% 59.8%;
|
|
1270
|
+
}
|
|
1271
|
+
}
|
|
1272
|
+
@layer base {
|
|
1273
|
+
* {
|
|
1274
|
+
border-color: var(--color-border);
|
|
1275
|
+
}
|
|
1276
|
+
body {
|
|
1277
|
+
background-color: var(--color-background);
|
|
1278
|
+
color: var(--color-foreground);
|
|
1279
|
+
}
|
|
1280
|
+
}
|
|
1281
|
+
@layer base {
|
|
1282
|
+
* {
|
|
1283
|
+
border-color: var(--color-border);
|
|
1284
|
+
outline-color: color-mix(in oklab, var(--color-ring) 50%, transparent);
|
|
1285
|
+
}
|
|
1286
|
+
body {
|
|
1287
|
+
background-color: var(--color-background);
|
|
1288
|
+
color: var(--color-foreground);
|
|
1289
|
+
}
|
|
1290
|
+
}
|
|
1291
|
+
@keyframes enter {
|
|
1292
|
+
from {
|
|
1293
|
+
opacity: var(--tw-enter-opacity, 1);
|
|
1294
|
+
transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
|
|
1295
|
+
}
|
|
1296
|
+
}
|
|
1297
|
+
@keyframes exit {
|
|
1298
|
+
to {
|
|
1299
|
+
opacity: var(--tw-exit-opacity, 1);
|
|
1300
|
+
transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
|
|
1301
|
+
}
|
|
1302
|
+
}
|
|
1303
|
+
@keyframes spin {
|
|
1304
|
+
to {
|
|
1305
|
+
transform: rotate(360deg);
|
|
1306
|
+
}
|
|
1307
|
+
}
|
|
1308
|
+
@keyframes ping {
|
|
1309
|
+
75%, 100% {
|
|
1310
|
+
transform: scale(2);
|
|
1311
|
+
opacity: 0;
|
|
1312
|
+
}
|
|
1313
|
+
}
|
|
1314
|
+
@keyframes pulse {
|
|
1315
|
+
50% {
|
|
1316
|
+
opacity: 0.5;
|
|
1317
|
+
}
|
|
1318
|
+
}
|
|
1319
|
+
@keyframes bounce {
|
|
1320
|
+
0%, 100% {
|
|
1321
|
+
transform: translateY(-25%);
|
|
1322
|
+
animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
|
|
1323
|
+
}
|
|
1324
|
+
50% {
|
|
1325
|
+
transform: none;
|
|
1326
|
+
animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
1327
|
+
}
|
|
1328
|
+
}
|
|
1329
|
+
@keyframes accordion-down {
|
|
1330
|
+
from {
|
|
1331
|
+
height: 0;
|
|
1332
|
+
}
|
|
1333
|
+
to {
|
|
1334
|
+
height: var(--radix-accordion-content-height);
|
|
1335
|
+
}
|
|
1336
|
+
}
|
|
1337
|
+
@keyframes accordion-up {
|
|
1338
|
+
from {
|
|
1339
|
+
height: var(--radix-accordion-content-height);
|
|
1340
|
+
}
|
|
1341
|
+
to {
|
|
1342
|
+
height: 0;
|
|
1343
|
+
}
|
|
1344
|
+
}
|
|
1345
|
+
@keyframes enter {
|
|
1346
|
+
from {
|
|
1347
|
+
opacity: var(--tw-enter-opacity, 1);
|
|
1348
|
+
transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
|
|
1349
|
+
}
|
|
1350
|
+
}
|
|
1351
|
+
@keyframes exit {
|
|
1352
|
+
to {
|
|
1353
|
+
opacity: var(--tw-exit-opacity, 1);
|
|
1354
|
+
transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
|
|
1355
|
+
}
|
|
1356
|
+
}
|
|
1357
|
+
@property --tw-rotate-x { syntax: "*"; inherits: false; initial-value: rotateX(0); }
|
|
1358
|
+
@property --tw-rotate-y { syntax: "*"; inherits: false; initial-value: rotateY(0); }
|
|
1359
|
+
@property --tw-rotate-z { syntax: "*"; inherits: false; initial-value: rotateZ(0); }
|
|
1360
|
+
@property --tw-skew-x { syntax: "*"; inherits: false; initial-value: skewX(0); }
|
|
1361
|
+
@property --tw-skew-y { syntax: "*"; inherits: false; initial-value: skewY(0); }
|
|
1362
|
+
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
|
|
1363
|
+
@property --tw-leading { syntax: "*"; inherits: false; }
|
|
1364
|
+
@property --tw-font-weight { syntax: "*"; inherits: false; }
|
|
1365
|
+
@property --tw-tracking { syntax: "*"; inherits: false; }
|
|
1366
|
+
@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
|
|
1367
|
+
@property --tw-shadow-color { syntax: "*"; inherits: false; }
|
|
1368
|
+
@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
|
|
1369
|
+
@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
|
|
1370
|
+
@property --tw-ring-color { syntax: "*"; inherits: false; }
|
|
1371
|
+
@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
|
|
1372
|
+
@property --tw-inset-ring-color { syntax: "*"; inherits: false; }
|
|
1373
|
+
@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
|
|
1374
|
+
@property --tw-ring-inset { syntax: "*"; inherits: false; }
|
|
1375
|
+
@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
|
|
1376
|
+
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
|
|
1377
|
+
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
|
|
1378
|
+
@property --tw-outline-style { syntax: "*"; inherits: false; initial-value: solid; }
|
|
1379
|
+
@property --tw-blur { syntax: "*"; inherits: false; }
|
|
1380
|
+
@property --tw-brightness { syntax: "*"; inherits: false; }
|
|
1381
|
+
@property --tw-contrast { syntax: "*"; inherits: false; }
|
|
1382
|
+
@property --tw-grayscale { syntax: "*"; inherits: false; }
|
|
1383
|
+
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
|
|
1384
|
+
@property --tw-invert { syntax: "*"; inherits: false; }
|
|
1385
|
+
@property --tw-opacity { syntax: "*"; inherits: false; }
|
|
1386
|
+
@property --tw-saturate { syntax: "*"; inherits: false; }
|
|
1387
|
+
@property --tw-sepia { syntax: "*"; inherits: false; }
|
|
1388
|
+
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
|
|
1389
|
+
@property --tw-backdrop-blur { syntax: "*"; inherits: false; }
|
|
1390
|
+
@property --tw-backdrop-brightness { syntax: "*"; inherits: false; }
|
|
1391
|
+
@property --tw-backdrop-contrast { syntax: "*"; inherits: false; }
|
|
1392
|
+
@property --tw-backdrop-grayscale { syntax: "*"; inherits: false; }
|
|
1393
|
+
@property --tw-backdrop-hue-rotate { syntax: "*"; inherits: false; }
|
|
1394
|
+
@property --tw-backdrop-invert { syntax: "*"; inherits: false; }
|
|
1395
|
+
@property --tw-backdrop-opacity { syntax: "*"; inherits: false; }
|
|
1396
|
+
@property --tw-backdrop-saturate { syntax: "*"; inherits: false; }
|
|
1397
|
+
@property --tw-backdrop-sepia { syntax: "*"; inherits: false; }
|
|
1398
|
+
@property --tw-ease { syntax: "*"; inherits: false; }
|
|
1399
|
+
/*! tailwindcss v4.0.7 | MIT License | https://tailwindcss.com */
|
|
1400
|
+
/*# sourceMappingURL=index.css.map */
|