@unizap/unicss 1.1.40 → 1.2.1

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/unicss.css ADDED
@@ -0,0 +1,810 @@
1
+
2
+ *,::after,::before,::backdrop,::file-selector-button {margin: 0; padding: 0; box-sizing: border-box; border: 0 solid; outline: 0 solid;}
3
+ h1,h2,h3,h4,h5,h6 {font-size: inherit;font-weight: inherit;}
4
+ ol,ul,menu {list-style: none;}
5
+ img,svg,video,canvas,audio,iframe,embed,object {display: block;vertical-align: middle;}
6
+ img,video {max-width: 100%;height: auto;}
7
+ textarea {resize: vertical;}
8
+ :root {
9
+ --uni-blur: blur(0);
10
+ --uni-drop-shadow: drop-shadow(0 0 #0000);
11
+ --uni-brightness: brightness(100%);
12
+ --uni-contrast: contrast(100%);
13
+ --uni-grayscale: grayscale(0%);
14
+ --uni-hue-rotate: hue-rotate(0deg);
15
+ --uni-invert: invert(0%);
16
+ --uni-saturate: saturate(100%);
17
+ --uni-sepia: sepia(0%);
18
+ --uni-backdrop-blur: blur(0);
19
+ --uni-backdrop-brightness: brightness(100%);
20
+ --uni-backdrop-contrast: contrast(100%);
21
+ --uni-backdrop-grayscale: grayscale(0%);
22
+ --uni-backdrop-hue-rotate: hue-rotate(0deg);
23
+ --uni-backdrop-invert: invert(0%);
24
+ --uni-backdrop-saturate: saturate(100%);
25
+ --uni-backdrop-opacity: opacity(1);
26
+ --uni-backdrop-sepia: sepia(0%);
27
+ --animate-spin: spin 1s linear infinite;
28
+ --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
29
+ --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
30
+ --animate-bounce: bounce 1s infinite;
31
+ --uni-rotate-x: rotateX(0deg);
32
+ --uni-rotate-y: rotateY(0deg);
33
+ --uni-rotate-z: rotateZ(0deg);
34
+ --uni-skew-x: skewX(0deg);
35
+ --uni-skew-y: skewY(0deg);
36
+ --uni-scale-x: 100%;
37
+ --uni-scale-y: 100%;
38
+ --uni-translate-x: 0px;
39
+ --uni-translate-y: 0px;
40
+ --uni-translate-z: 0px;
41
+ --uni-border-style: solid;
42
+ --uni-outline-style: solid;
43
+ }
44
+ :root {
45
+ --0: 0rem;
46
+ --1: 0.25rem;
47
+ --2: 0.5rem;
48
+ --3: 0.75rem;
49
+ --4: 1rem;
50
+ --5: 1.25rem;
51
+ --6: 1.5rem;
52
+ --7: 1.75rem;
53
+ --8: 2rem;
54
+ --9: 2.25rem;
55
+ --10: 2.5rem;
56
+ --11: 2.75rem;
57
+ --12: 3rem;
58
+ --14: 3.5rem;
59
+ --16: 4rem;
60
+ --18: 4.5rem;
61
+ --20: 5rem;
62
+ --24: 6rem;
63
+ --28: 7rem;
64
+ --32: 8rem;
65
+ --36: 9rem;
66
+ --40: 10rem;
67
+ --44: 11rem;
68
+ --48: 12rem;
69
+ --52: 13rem;
70
+ --56: 14rem;
71
+ --60: 15rem;
72
+ --64: 16rem;
73
+ --72: 18rem;
74
+ --80: 20rem;
75
+ --96: 24rem;
76
+ --112: 28rem;
77
+ --128: 32rem;
78
+ --color-white: oklch(100% 0 0);
79
+ --color-black: oklch(0% 0 0);
80
+ --color-inherit: inherit;
81
+ --color-transparent: transparent;
82
+ --color-current: currentColor;
83
+ --color-red-50: oklch(97.1% 0.013 17.38);
84
+ --color-red-100: oklch(93.6% 0.032 17.717);
85
+ --color-red-200: oklch(88.5% 0.062 18.334);
86
+ --color-red-300: oklch(80.8% 0.114 19.571);
87
+ --color-red-400: oklch(70.4% 0.191 22.216);
88
+ --color-red-500: oklch(63.7% 0.237 25.331);
89
+ --color-red-600: oklch(57.7% 0.245 27.325);
90
+ --color-red-700: oklch(50.5% 0.213 27.518);
91
+ --color-red-800: oklch(44.4% 0.177 26.899);
92
+ --color-red-900: oklch(39.6% 0.141 25.723);
93
+ --color-red-950: oklch(25.8% 0.092 26.042);
94
+ --color-orange-50: oklch(98% 0.016 73.684);
95
+ --color-orange-100: oklch(95.4% 0.038 75.164);
96
+ --color-orange-200: oklch(90.1% 0.076 70.697);
97
+ --color-orange-300: oklch(83.7% 0.128 66.29);
98
+ --color-orange-400: oklch(75% 0.183 55.934);
99
+ --color-orange-500: oklch(70.5% 0.213 47.604);
100
+ --color-orange-600: oklch(64.6% 0.222 41.116);
101
+ --color-orange-700: oklch(55.3% 0.195 38.402);
102
+ --color-orange-800: oklch(47% 0.157 37.304);
103
+ --color-orange-900: oklch(40.8% 0.123 38.172);
104
+ --color-orange-950: oklch(26.6% 0.079 36.259);
105
+ --color-amber-50: oklch(98.7% 0.022 95.277);
106
+ --color-amber-100: oklch(96.2% 0.059 95.617);
107
+ --color-amber-200: oklch(92.4% 0.12 95.746);
108
+ --color-amber-300: oklch(87.9% 0.169 91.605);
109
+ --color-amber-400: oklch(82.8% 0.189 84.429);
110
+ --color-amber-500: oklch(76.9% 0.188 70.08);
111
+ --color-amber-600: oklch(66.6% 0.179 58.318);
112
+ --color-amber-700: oklch(55.5% 0.163 48.998);
113
+ --color-amber-800: oklch(47.3% 0.137 46.201);
114
+ --color-amber-900: oklch(41.4% 0.112 45.904);
115
+ --color-amber-950: oklch(27.9% 0.077 45.635);
116
+ --color-yellow-50: oklch(98.7% 0.026 102.212);
117
+ --color-yellow-100: oklch(97.3% 0.071 103.193);
118
+ --color-yellow-200: oklch(94.5% 0.129 101.54);
119
+ --color-yellow-300: oklch(90.5% 0.182 98.111);
120
+ --color-yellow-400: oklch(85.2% 0.199 91.936);
121
+ --color-yellow-500: oklch(79.5% 0.184 86.047);
122
+ --color-yellow-600: oklch(68.1% 0.162 75.834);
123
+ --color-yellow-700: oklch(55.4% 0.135 66.442);
124
+ --color-yellow-800: oklch(47.6% 0.114 61.907);
125
+ --color-yellow-900: oklch(42.1% 0.095 57.708);
126
+ --color-yellow-950: oklch(28.6% 0.066 53.813);
127
+ --color-lime-50: oklch(98.6% 0.031 120.757);
128
+ --color-lime-100: oklch(96.7% 0.067 122.328);
129
+ --color-lime-200: oklch(93.8% 0.127 124.321);
130
+ --color-lime-300: oklch(89.7% 0.196 126.665);
131
+ --color-lime-400: oklch(84.1% 0.238 128.85);
132
+ --color-lime-500: oklch(76.8% 0.233 130.85);
133
+ --color-lime-600: oklch(64.8% 0.2 131.684);
134
+ --color-lime-700: oklch(53.2% 0.157 131.589);
135
+ --color-lime-800: oklch(45.3% 0.124 130.933);
136
+ --color-lime-900: oklch(40.5% 0.101 131.063);
137
+ --color-lime-950: oklch(27.4% 0.072 132.109);
138
+ --color-green-50: oklch(98.2% 0.018 155.826);
139
+ --color-green-100: oklch(96.2% 0.044 156.743);
140
+ --color-green-200: oklch(92.5% 0.084 155.995);
141
+ --color-green-300: oklch(87.1% 0.15 154.449);
142
+ --color-green-400: oklch(79.2% 0.209 151.711);
143
+ --color-green-500: oklch(72.3% 0.219 149.579);
144
+ --color-green-600: oklch(62.7% 0.194 149.214);
145
+ --color-green-700: oklch(52.7% 0.154 150.069);
146
+ --color-green-800: oklch(44.8% 0.119 151.328);
147
+ --color-green-900: oklch(39.3% 0.095 152.535);
148
+ --color-green-950: oklch(26.6% 0.065 152.934);
149
+ --color-emerald-50: oklch(97.9% 0.021 166.113);
150
+ --color-emerald-100: oklch(95% 0.052 163.051);
151
+ --color-emerald-200: oklch(90.5% 0.093 164.15);
152
+ --color-emerald-300: oklch(84.5% 0.143 164.978);
153
+ --color-emerald-400: oklch(76.5% 0.177 163.223);
154
+ --color-emerald-500: oklch(69.6% 0.17 162.48);
155
+ --color-emerald-600: oklch(59.6% 0.145 163.225);
156
+ --color-emerald-700: oklch(50.8% 0.118 165.612);
157
+ --color-emerald-800: oklch(43.2% 0.095 166.913);
158
+ --color-emerald-900: oklch(37.8% 0.077 168.94);
159
+ --color-emerald-950: oklch(26.2% 0.051 172.552);
160
+ --color-teal-50: oklch(98.4% 0.014 180.72);
161
+ --color-teal-100: oklch(95.3% 0.051 180.801);
162
+ --color-teal-200: oklch(91% 0.096 180.426);
163
+ --color-teal-300: oklch(85.5% 0.138 181.071);
164
+ --color-teal-400: oklch(77.7% 0.152 181.912);
165
+ --color-teal-500: oklch(70.4% 0.14 182.503);
166
+ --color-teal-600: oklch(60% 0.118 184.704);
167
+ --color-teal-700: oklch(51.1% 0.096 186.391);
168
+ --color-teal-800: oklch(43.7% 0.078 188.216);
169
+ --color-teal-900: oklch(38.6% 0.063 188.416);
170
+ --color-teal-950: oklch(27.7% 0.046 192.524);
171
+ --color-cyan-50: oklch(98.4% 0.019 200.873);
172
+ --color-cyan-100: oklch(95.6% 0.045 203.388);
173
+ --color-cyan-200: oklch(91.7% 0.08 205.041);
174
+ --color-cyan-300: oklch(86.5% 0.127 207.078);
175
+ --color-cyan-400: oklch(78.9% 0.154 211.53);
176
+ --color-cyan-500: oklch(71.5% 0.143 215.221);
177
+ --color-cyan-600: oklch(60.9% 0.126 221.723);
178
+ --color-cyan-700: oklch(52% 0.105 223.128);
179
+ --color-cyan-800: oklch(45% 0.085 224.283);
180
+ --color-cyan-900: oklch(39.8% 0.07 227.392);
181
+ --color-cyan-950: oklch(30.2% 0.056 229.695);
182
+ --color-sky-50: oklch(97.7% 0.013 236.62);
183
+ --color-sky-100: oklch(95.1% 0.026 236.824);
184
+ --color-sky-200: oklch(90.1% 0.058 230.902);
185
+ --color-sky-300: oklch(82.8% 0.111 230.318);
186
+ --color-sky-400: oklch(74.6% 0.16 232.661);
187
+ --color-sky-500: oklch(68.5% 0.169 237.323);
188
+ --color-sky-600: oklch(58.8% 0.158 241.966);
189
+ --color-sky-700: oklch(50% 0.134 242.749);
190
+ --color-sky-800: oklch(44.3% 0.11 240.79);
191
+ --color-sky-900: oklch(39.1% 0.09 240.876);
192
+ --color-sky-950: oklch(29.3% 0.066 243.157);
193
+ --color-blue-50: oklch(97% 0.014 254.604);
194
+ --color-blue-100: oklch(93.2% 0.032 255.585);
195
+ --color-blue-200: oklch(88.2% 0.059 254.128);
196
+ --color-blue-300: oklch(80.9% 0.105 251.813);
197
+ --color-blue-400: oklch(70.7% 0.165 254.624);
198
+ --color-blue-500: oklch(62.3% 0.214 259.815);
199
+ --color-blue-600: oklch(54.6% 0.245 262.881);
200
+ --color-blue-700: oklch(48.8% 0.243 264.376);
201
+ --color-blue-800: oklch(42.4% 0.199 265.638);
202
+ --color-blue-900: oklch(37.9% 0.146 265.522);
203
+ --color-blue-950: oklch(28.2% 0.091 267.935);
204
+ --color-indigo-50: oklch(96.2% 0.018 272.314);
205
+ --color-indigo-100: oklch(93% 0.034 272.788);
206
+ --color-indigo-200: oklch(87% 0.065 274.039);
207
+ --color-indigo-300: oklch(78.5% 0.115 274.713);
208
+ --color-indigo-400: oklch(67.3% 0.182 276.935);
209
+ --color-indigo-500: oklch(58.5% 0.233 277.117);
210
+ --color-indigo-600: oklch(51.1% 0.262 276.966);
211
+ --color-indigo-700: oklch(45.7% 0.24 277.023);
212
+ --color-indigo-800: oklch(39.8% 0.195 277.366);
213
+ --color-indigo-900: oklch(35.9% 0.144 278.697);
214
+ --color-indigo-950: oklch(25.7% 0.09 281.288);
215
+ --color-violet-50: oklch(96.9% 0.016 293.756);
216
+ --color-violet-100: oklch(94.3% 0.029 294.588);
217
+ --color-violet-200: oklch(89.4% 0.057 293.283);
218
+ --color-violet-300: oklch(81.1% 0.111 293.571);
219
+ --color-violet-400: oklch(70.2% 0.183 293.541);
220
+ --color-violet-500: oklch(60.6% 0.25 292.717);
221
+ --color-violet-600: oklch(54.1% 0.281 293.009);
222
+ --color-violet-700: oklch(49.1% 0.27 292.581);
223
+ --color-violet-800: oklch(43.2% 0.232 292.759);
224
+ --color-violet-900: oklch(38% 0.189 293.745);
225
+ --color-violet-950: oklch(28.3% 0.141 291.089);
226
+ --color-purple-50: oklch(97.7% 0.014 308.299);
227
+ --color-purple-100: oklch(94.6% 0.033 307.174);
228
+ --color-purple-200: oklch(90.2% 0.063 306.703);
229
+ --color-purple-300: oklch(82.7% 0.119 306.383);
230
+ --color-purple-400: oklch(71.4% 0.203 305.504);
231
+ --color-purple-500: oklch(62.7% 0.265 303.9);
232
+ --color-purple-600: oklch(55.8% 0.288 302.321);
233
+ --color-purple-700: oklch(49.6% 0.265 301.924);
234
+ --color-purple-800: oklch(43.8% 0.218 303.724);
235
+ --color-purple-900: oklch(38.1% 0.176 304.987);
236
+ --color-purple-950: oklch(29.1% 0.149 302.717);
237
+ --color-fuchsia-50: oklch(97.7% 0.017 320.058);
238
+ --color-fuchsia-100: oklch(95.2% 0.037 318.852);
239
+ --color-fuchsia-200: oklch(90.3% 0.076 319.62);
240
+ --color-fuchsia-300: oklch(83.3% 0.145 321.434);
241
+ --color-fuchsia-400: oklch(74% 0.238 322.16);
242
+ --color-fuchsia-500: oklch(66.7% 0.295 322.15);
243
+ --color-fuchsia-600: oklch(59.1% 0.293 322.896);
244
+ --color-fuchsia-700: oklch(51.8% 0.253 323.949);
245
+ --color-fuchsia-800: oklch(45.2% 0.211 324.591);
246
+ --color-fuchsia-900: oklch(40.1% 0.17 325.612);
247
+ --color-fuchsia-950: oklch(29.3% 0.136 325.661);
248
+ --color-pink-50: oklch(97.1% 0.014 343.198);
249
+ --color-pink-100: oklch(94.8% 0.028 342.258);
250
+ --color-pink-200: oklch(89.9% 0.061 343.231);
251
+ --color-pink-300: oklch(82.3% 0.12 346.018);
252
+ --color-pink-400: oklch(71.8% 0.202 349.761);
253
+ --color-pink-500: oklch(65.6% 0.241 354.308);
254
+ --color-pink-600: oklch(59.2% 0.249 0.584);
255
+ --color-pink-700: oklch(52.5% 0.223 3.958);
256
+ --color-pink-800: oklch(45.9% 0.187 3.815);
257
+ --color-pink-900: oklch(40.8% 0.153 2.432);
258
+ --color-pink-950: oklch(28.4% 0.109 3.907);
259
+ --color-rose-50: oklch(96.9% 0.015 12.422);
260
+ --color-rose-100: oklch(94.1% 0.03 12.58);
261
+ --color-rose-200: oklch(89.2% 0.058 10.001);
262
+ --color-rose-300: oklch(81% 0.117 11.638);
263
+ --color-rose-400: oklch(71.2% 0.194 13.428);
264
+ --color-rose-500: oklch(64.5% 0.246 16.439);
265
+ --color-rose-600: oklch(58.6% 0.253 17.585);
266
+ --color-rose-700: oklch(51.4% 0.222 16.935);
267
+ --color-rose-800: oklch(45.5% 0.188 13.697);
268
+ --color-rose-900: oklch(41% 0.159 10.272);
269
+ --color-rose-950: oklch(27.1% 0.105 12.094);
270
+ --color-slate-50: oklch(98.4% 0.003 247.858);
271
+ --color-slate-100: oklch(96.8% 0.007 247.896);
272
+ --color-slate-200: oklch(92.9% 0.013 255.508);
273
+ --color-slate-300: oklch(86.9% 0.022 252.894);
274
+ --color-slate-400: oklch(70.4% 0.04 256.788);
275
+ --color-slate-500: oklch(55.4% 0.046 257.417);
276
+ --color-slate-600: oklch(44.6% 0.043 257.281);
277
+ --color-slate-700: oklch(37.2% 0.044 257.287);
278
+ --color-slate-800: oklch(27.9% 0.041 260.031);
279
+ --color-slate-900: oklch(20.8% 0.042 265.755);
280
+ --color-slate-950: oklch(12.9% 0.042 264.695);
281
+ --color-gray-50: oklch(98.5% 0.002 247.839);
282
+ --color-gray-100: oklch(96.7% 0.003 264.542);
283
+ --color-gray-200: oklch(92.8% 0.006 264.531);
284
+ --color-gray-300: oklch(87.2% 0.01 258.338);
285
+ --color-gray-400: oklch(70.7% 0.022 261.325);
286
+ --color-gray-500: oklch(55.1% 0.027 264.364);
287
+ --color-gray-600: oklch(44.6% 0.03 256.802);
288
+ --color-gray-700: oklch(37.3% 0.034 259.733);
289
+ --color-gray-800: oklch(27.8% 0.033 256.848);
290
+ --color-gray-900: oklch(21% 0.034 264.665);
291
+ --color-gray-950: oklch(13% 0.028 261.692);
292
+ --color-zinc-50: oklch(98.5% 0.001 106.423);
293
+ --color-zinc-100: oklch(96.7% 0.001 106.424);
294
+ --color-zinc-200: oklch(92% 0.004 286.32);
295
+ --color-zinc-300: oklch(87.1% 0.006 286.286);
296
+ --color-zinc-400: oklch(70.5% 0.015 286.067);
297
+ --color-zinc-500: oklch(55.2% 0.016 285.938);
298
+ --color-zinc-600: oklch(44.2% 0.017 285.786);
299
+ --color-zinc-700: oklch(37% 0.013 285.805);
300
+ --color-zinc-800: oklch(27.4% 0.006 286.033);
301
+ --color-zinc-900: oklch(21% 0.006 285.885);
302
+ --color-zinc-950: oklch(14.1% 0.005 285.823);
303
+ --color-neutral-50: oklch(98.5% 0 0);
304
+ --color-neutral-100: oklch(97% 0 0);
305
+ --color-neutral-200: oklch(92.2% 0 0);
306
+ --color-neutral-300: oklch(87% 0 0);
307
+ --color-neutral-400: oklch(70.8% 0 0);
308
+ --color-neutral-500: oklch(55.6% 0 0);
309
+ --color-neutral-600: oklch(43.9% 0 0);
310
+ --color-neutral-700: oklch(37.1% 0 0);
311
+ --color-neutral-800: oklch(26.9% 0 0);
312
+ --color-neutral-900: oklch(20.5% 0 0);
313
+ --color-neutral-950: oklch(14.5% 0 0);
314
+ --color-stone-50: oklch(98.5% 0.001 106.423);
315
+ --color-stone-100: oklch(97% 0.001 106.424);
316
+ --color-stone-200: oklch(92.3% 0.003 48.717);
317
+ --color-stone-300: oklch(86.9% 0.005 56.366);
318
+ --color-stone-400: oklch(70.9% 0.01 56.259);
319
+ --color-stone-500: oklch(55.3% 0.013 58.071);
320
+ --color-stone-600: oklch(44.4% 0.011 73.639);
321
+ --color-stone-700: oklch(37.4% 0.01 67.558);
322
+ --color-stone-800: oklch(26.8% 0.007 34.298);
323
+ --color-stone-900: oklch(21.6% 0.006 56.043);
324
+ --color-stone-950: oklch(14.7% 0.004 49.25);
325
+ --color-primary: #22c55e;
326
+ --color-secondary: #2563eb;
327
+ --color-accent: #f59e0b;
328
+ --color-primary-text: #16a34a;
329
+ --color-secondary-text: #1e40af;
330
+ --0\.5: 0.15rem;
331
+ --1\.5: 0.375rem;
332
+ --2\.5: 0.625rem;
333
+ --3\.5: 0.875rem;
334
+ --container-3xs: 16rem;
335
+ --container-2xs: 18rem;
336
+ --container-xs: 20rem;
337
+ --container-sm: 24rem;
338
+ --container-md: 28rem;
339
+ --container-lg: 32rem;
340
+ --container-xl: 36rem;
341
+ --container-2xl: 42rem;
342
+ --container-3xl: 48rem;
343
+ --container-4xl: 56rem;
344
+ --container-5xl: 64rem;
345
+ --container-6xl: 72rem;
346
+ --container-7xl: 80rem;
347
+ --text-xs: 0.75rem;
348
+ --text-sm: 0.875rem;
349
+ --text-base: 1rem;
350
+ --text-lg: 1.125rem;
351
+ --text-xl: 1.25rem;
352
+ --text-2xl: 1.5rem;
353
+ --text-3xl: 1.875rem;
354
+ --text-4xl: 2.25rem;
355
+ --text-5xl: 3rem;
356
+ --text-6xl: 3.75rem;
357
+ --text-7xl: 4.5rem;
358
+ --text-8xl: 6rem;
359
+ --text-9xl: 8rem;
360
+ --radius-xs: 0.125rem;
361
+ --radius-sm: 0.25rem;
362
+ --radius-md: 0.375rem;
363
+ --radius-lg: 0.5rem;
364
+ --radius-xl: 0.75rem;
365
+ --radius-2xl: 1rem;
366
+ --radius-3xl: 1.5rem;
367
+ --radius-4xl: 2rem;
368
+ --blur-xs: 4px;
369
+ --blur-sm: 8px;
370
+ --blur-md: 12px;
371
+ --blur-lg: 16px;
372
+ --blur-xl: 24px;
373
+ --blur-2xl: 32px;
374
+ --blur-3xl: 40px;
375
+ --blur-4xl: 48px;
376
+ --blur-5xl: 64px;
377
+ --container-8xl: 90rem;
378
+ --container-9xl: 100rem;
379
+ }
380
+ .flex { display: flex; }
381
+ .\!h-48 { height: var(--48) !important }
382
+ .\!min-h-24 { min-height: var(--24) !important }
383
+ .\!block { display: block !important; }
384
+ .\!mt-4 { margin-top: var(--4) !important }
385
+ .border-top-color { }
386
+ .border-right-color { }
387
+ .border-bottom-color { }
388
+ .border-left-color { }
389
+ .border-inline-color { }
390
+ .border-block-color { }
391
+ .hidden { display: none; }
392
+ .visible { visibility: visible; }
393
+ .block { display: block; }
394
+ .absolute { position: absolute; }
395
+ .static { position: static; }
396
+ .scrollbar-\[ { scrollbar-color: }
397
+ .columns- { columns: }
398
+ .p-\[ { padding: }
399
+ .pt-\[ { padding-top: }
400
+ .pr-\[ { padding-right: }
401
+ .pb-\[ { padding-bottom: }
402
+ .pl-\[ { padding-left: }
403
+ .px-\[ { padding-inline: }
404
+ .py-\[ { padding-block: }
405
+ .p- { padding: var(--) }
406
+ .pt- { padding-top: var(--) }
407
+ .pr- { padding-right: var(--) }
408
+ .pb- { padding-bottom: var(--) }
409
+ .pl- { padding-left: var(--) }
410
+ .px- { padding-inline: var(--) }
411
+ .py- { padding-block: var(--) }
412
+ .m-\[ { margin: }
413
+ .mt-\[ { margin-top: }
414
+ .mr-\[ { margin-right: }
415
+ .mb-\[ { margin-bottom: }
416
+ .ml-\[ { margin-left: }
417
+ .mx-\[ { margin-left: ; margin-right: }
418
+ .my-\[ { margin-top: ; margin-bottom: }
419
+ .m- { margin: var(--) }
420
+ .mt- { margin-top: var(--) }
421
+ .mr- { margin-right: var(--) }
422
+ .mb- { margin-bottom: var(--) }
423
+ .ml- { margin-left: var(--) }
424
+ .mx- { margin-left: var(--); margin-right: var(--) }
425
+ .my- { margin-top: var(--); margin-bottom: var(--) }
426
+ .-m- { margin: calc(-1 * var(--)) }
427
+ .-mt- { margin-top: calc(-1 * var(--)) }
428
+ .-mr- { margin-right: calc(-1 * var(--)) }
429
+ .-mb- { margin-bottom: calc(-1 * var(--)) }
430
+ .-ml- { margin-left: calc(-1 * var(--)) }
431
+ .-mx- { margin-left: calc(-1 * var(--)); margin-right: calc(-1 * var(--)) }
432
+ .-my- { margin-top: calc(-1 * var(--)); margin-bottom: calc(-1 * var(--)) }
433
+ .top-\[ { top: }
434
+ .right-\[ { right: }
435
+ .bottom-\[ { bottom: }
436
+ .left-\[ { left: }
437
+ .top- { top: var(--) }
438
+ .right- { right: var(--) }
439
+ .bottom- { bottom: var(--) }
440
+ .left- { left: var(--) }
441
+ .-top- { top: calc(-1 * var(--)) }
442
+ .-right- { right: calc(-1 * var(--)) }
443
+ .-bottom- { bottom: calc(-1 * var(--)) }
444
+ .-left- { left: calc(-1 * var(--)) }
445
+ .gap-x-\[ { column-gap: }
446
+ .gap-x- { column-gap: var(--) }
447
+ .gap-y-\[ { row-gap: }
448
+ .gap-y- { row-gap: var(--) }
449
+ .gap-\[ { gap: }
450
+ .gap- { gap: var(--) }
451
+ .object-\[ { object-position: }
452
+ .inset-\[ { inset: }
453
+ .inset-x-\[ { inset-inline: }
454
+ .inset-inline { inset: var(--inline) }
455
+ .inset-y-\[ { inset-block: }
456
+ .inset-block { inset: var(--block) }
457
+ .inset-x- { inset-inline: var(--) }
458
+ .inset-y- { inset-block: var(--) }
459
+ .-inset-x- { inset-inline: calc(-1 * var(--)) }
460
+ .-inset-y- { inset-block: calc(-1 * var(--)) }
461
+ .inset- { inset: var(--) }
462
+ .-inset- { inset: calc(-1 * var(--)) }
463
+ .z- { z-index: }
464
+ .z-index { z-index: index }
465
+ .-z- { z-index: - }
466
+ .flex-\[ { flex: }
467
+ .flex- { flex: }
468
+ .grow- { flex-grow: }
469
+ .flex-grow { flex: grow }
470
+ .shrink- { flex-shrink: }
471
+ .flex-shrink { flex: shrink }
472
+ .basis-\[ { flex-basis: }
473
+ .flex-basis { flex: basis }
474
+ .basis- { flex-basis: var(--) }
475
+ .order- { order: }
476
+ .-order- { order: - }
477
+ .w-\[ { width: }
478
+ .min-w-\[ { min-width: }
479
+ .max-w-\[ { max-width: }
480
+ .w- { width: var(--) }
481
+ .min-w- { min-width: var(--) }
482
+ .max-w- { max-width: var(--) }
483
+ .h-\[ { height: }
484
+ .min-h-\[ { min-height: }
485
+ .max-h-\[ { max-height: }
486
+ .h- { height: var(--) }
487
+ .min-h- { min-height: var(--) }
488
+ .max-h- { max-height: var(--) }
489
+ .size-auto { width: auto; height: auto }
490
+ .size-px { width: 1px; height: 1px }
491
+ .size-full { width: 100%; height: 100% }
492
+ .size-dvw { width: 100dvw; height: 100dvw }
493
+ .size-dvh { width: 100dvh; height: 100dvh }
494
+ .size-lvw { width: 100lvw; height: 100lvw }
495
+ .size-lvh { width: 100lvh; height: 100lvh }
496
+ .size-svw { width: 100svw; height: 100svw }
497
+ .size-svh { width: 100svh; height: 100svh }
498
+ .size-min { width: min-content; height: min-content }
499
+ .size-max { width: max-content; height: max-content }
500
+ .size-fit { width: fit-content; height: fit-content }
501
+ .size-\[ { width: ; height: }
502
+ .size- { width: var(--); height: var(--) }
503
+ .font-\[ { font-weight: }
504
+ .font-family-\[ { font-family: "" }
505
+ .tracking-\[ { letter-spacing: }
506
+ .indent-\[ { text-indent: }
507
+ .text-indent { font-size: var(--text-indent) }
508
+ .indent- { text-indent: var(--) }
509
+ .-indent- { text-indent: calc(-1 * var(--)) }
510
+ .align-\[ { vertical-align: }
511
+ .list-image-\[ { list-style-image: }
512
+ .bg-image-\[ { background-image: }
513
+ .mask-size-\[ { mask-size: ; -webkit-mask-size: }
514
+ .mask-position-\[ { mask-position: ; -webkit-mask-position: }
515
+ .mask-image-\[ { mask-image: ; -webkit-mask-image: }
516
+ .grid-columns-\[ { grid-template-columns: }
517
+ .grid-columns- { grid-template-columns: }
518
+ .col-start- { grid-column-start: }
519
+ .-col-start- { grid-column-start: calc( * -1) }
520
+ .col-end- { grid-column-end: }
521
+ .-col-end- { grid-column-end: calc( * -1) }
522
+ .col-span- { grid-column: span / span }
523
+ .col-\[ { grid-column: }
524
+ .grid-rows-\[ { grid-template-rows: }
525
+ .grid-rows- { grid-template-rows: }
526
+ .row-start- { grid-row-start: }
527
+ .-row-start- { grid-row-start: calc( * -1) }
528
+ .row-end- { grid-row-end: }
529
+ .-row-end- { grid-row-end: calc( * -1) }
530
+ .row-span- { grid-row: span / span }
531
+ .row-\[ { grid-row: }
532
+ .auto-columns-\[ { grid-auto-columns: }
533
+ .auto-rows-\[ { grid-auto-rows: }
534
+ .bg-position-\[ { background-position: }
535
+ .bg-size-\[ { background-size: }
536
+ .bg-gradient-\[ { background-image: }
537
+ .text-shadow-\[ { text-shadow: }
538
+ .text-shadow { font-size: var(--text-shadow) }
539
+ .text-shadow-color-\[ { --uni-text-shadow-color: var(--color-) }
540
+ .text-shadow-color- { --uni-text-shadow-color: var(--color-) }
541
+ .text-color-\[ { color: var(--color-) }
542
+ .text-color- { color: var(--color-) }
543
+ .text-\[ { font-size: }
544
+ .text- { font-size: var(--text-) }
545
+ .bg-color-\[ { background-color: var(--color-) }
546
+ .bg-color- { background-color: var(--color-) }
547
+ .decoration-thick-\[ { text-decoration-thickness: }
548
+ .text-decoration-thickness { font-size: var(--text-decoration-thickness) }
549
+ .decoration-thick- { text-decoration-thickness: var(--) }
550
+ .text-decoration-color { font-size: var(--text-decoration-color) }
551
+ .underline-offset-\[ { text-underline-offset: }
552
+ .text-underline-offset { font-size: var(--text-underline-offset) }
553
+ .underline-offset- { text-underline-offset: var(--) }
554
+ .-underline-offset- { text-underline-offset: calc(-1 * var(--)) }
555
+ .outline-offset-\[ { outline-offset: }
556
+ .outline-offset { }
557
+ .outline-style- { --uni-outline-style: ; outline-style: var(--uni-outline-style) }
558
+ .outline-color-\[ { outline-color: var(--color-) }
559
+ .outline-color { outline-width: color; outline-style: var(--uni-outline-style) }
560
+ .outline-color- { outline-color: var(--color-) }
561
+ .outline-\[ { outline-width: ; outline-style: var(--uni-outline-style) }
562
+ .outline-width { outline-width: width; outline-style: var(--uni-outline-style) }
563
+ .outline-offset- { outline-offset: px }
564
+ .-outline-offset- { outline-offset: -px }
565
+ .outline- { outline-width: ; outline-style: var(--uni-outline-style) }
566
+ .border-spacing-x- { --uni-border-spacing-x: px; border-spacing: var(--uni-border-spacing-x, px) var(--uni-border-spacing-y, 0) }
567
+ .border-spacing-y- { --uni-border-spacing-y: px; border-spacing: var(--uni-border-spacing-x, 0) var(--uni-border-spacing-y, px) }
568
+ .border-spacing- { border-spacing: px }
569
+ .border-style- { --uni-border-style: ; border-style: var(--uni-border-style) }
570
+ .border-color-\[ { border-color: var(--color-) }
571
+ .border-color { }
572
+ .border-color- { border-color: var(--color-) }
573
+ .border-t-color-\[ { border-top-color: var(--color-) }
574
+ .border-r-color-\[ { border-right-color: var(--color-) }
575
+ .border-b-color-\[ { border-bottom-color: var(--color-) }
576
+ .border-l-color-\[ { border-left-color: var(--color-) }
577
+ .border-x-color-\[ { border-inline-color: var(--color-) }
578
+ .border-y-color-\[ { border-block-color: var(--color-) }
579
+ .border-t-color- { border-top-color: var(--color-) }
580
+ .border-r-color- { border-right-color: var(--color-) }
581
+ .border-b-color- { border-bottom-color: var(--color-) }
582
+ .border-l-color- { border-left-color: var(--color-) }
583
+ .border-x-color- { border-inline-color: var(--color-) }
584
+ .border-y-color- { border-block-color: var(--color-) }
585
+ .border-x- { border-inline-width: px; border-style: var(--uni-border-style) }
586
+ .border-y- { border-block-width: px; border-style: var(--uni-border-style) }
587
+ .border-r- { border-right-width: px; border-style: var(--uni-border-style) }
588
+ .border-t- { border-top-width: px; border-style: var(--uni-border-style) }
589
+ .border-b- { border-bottom-width: px; border-style: var(--uni-border-style) }
590
+ .border-l- { border-left-width: px; border-style: var(--uni-border-style) }
591
+ .border-\[ { border-width: ; border-style: var(--uni-border-style) }
592
+ .border- { }
593
+ .line-clamp- { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: }
594
+ .line-clamp-none { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: none }
595
+ .truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap }
596
+ .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0 }
597
+ .not-sr-only { position: static; width: auto; height: auto; padding: 0; margin: 0; overflow: visible; clip: auto; white-space: normal }
598
+ .rounded-\[ { border-radius: }
599
+ .border-radius { }
600
+ .ring-inset-color-\[ { --uni-inset-ring-color: var(--color-); box-shadow: var(--uni-inset-shadow, 0 0 #0000), var(--uni-inset-ring-shadow, 0 0 #0000), var(--uni-ring-shadow, 0 0 #0000), var(--uni-shadow, 0 0 #0000); }
601
+ .ring-inset-color- { --uni-inset-ring-color: var(--color-); box-shadow: var(--uni-inset-shadow, 0 0 #0000), var(--uni-inset-ring-shadow, 0 0 #0000), var(--uni-ring-shadow, 0 0 #0000), var(--uni-shadow, 0 0 #0000); }
602
+ .ring-color-\[ { --uni-ring-color: var(--color-); box-shadow: var(--uni-inset-shadow, 0 0 #0000), var(--uni-inset-ring-shadow, 0 0 #0000), var(--uni-ring-shadow, 0 0 #0000), var(--uni-shadow, 0 0 #0000); }
603
+ .ring-color- { --uni-ring-color: var(--color-); box-shadow: var(--uni-inset-shadow, 0 0 #0000), var(--uni-inset-ring-shadow, 0 0 #0000), var(--uni-ring-shadow, 0 0 #0000), var(--uni-shadow, 0 0 #0000); }
604
+ .shadow-inset-color-\[ { --uni-inset-shadow-color: var(--color-) }
605
+ .shadow-inset-color- { --uni-inset-shadow-color: var(--color-) }
606
+ .shadow-color-\[ { --uni-shadow-color: var(--color-) }
607
+ .shadow-color- { --uni-shadow-color: var(--color-) }
608
+ .shadow-\[ { --uni-shadow: ; box-shadow: var(--uni-inset-shadow, 0 0 #0000), var(--uni-inset-ring-shadow, 0 0 #0000), var(--uni-ring-shadow, 0 0 #0000), var(--uni-shadow, 0 0 #0000); }
609
+ .ring-inset- { --uni-inset-ring-shadow: inset 0 0 0 px var(--uni-inset-ring-color, currentColor); box-shadow: var(--uni-inset-shadow, 0 0 #0000), var(--uni-inset-ring-shadow, 0 0 #0000), var(--uni-ring-shadow, 0 0 #0000), var(--uni-shadow, 0 0 #0000); }
610
+ .ring-inset { --uni-inset-ring-shadow: inset 0 0 0 1px var(--uni-inset-ring-color, currentColor); box-shadow: var(--uni-inset-shadow, 0 0 #0000), var(--uni-inset-ring-shadow, 0 0 #0000), var(--uni-ring-shadow, 0 0 #0000), var(--uni-shadow, 0 0 #0000); }
611
+ .ring-\[ { --uni-ring-shadow: 0 0 0 var(--uni-ring-color, currentColor); box-shadow: var(--uni-inset-shadow, 0 0 #0000), var(--uni-inset-ring-shadow, 0 0 #0000), var(--uni-ring-shadow, 0 0 #0000), var(--uni-shadow, 0 0 #0000); }
612
+ .ring- { --uni-ring-shadow: 0 0 0 px var(--uni-ring-color, currentColor); box-shadow: var(--uni-inset-shadow, 0 0 #0000), var(--uni-inset-ring-shadow, 0 0 #0000), var(--uni-ring-shadow, 0 0 #0000), var(--uni-shadow, 0 0 #0000); }
613
+ .ring { --uni-ring-shadow: 0 0 0 1px var(--uni-ring-color, currentColor); box-shadow: var(--uni-inset-shadow, 0 0 #0000), var(--uni-inset-ring-shadow, 0 0 #0000), var(--uni-ring-shadow, 0 0 #0000), var(--uni-shadow, 0 0 #0000); }
614
+ .drop-shadow-color-\[ { --uni-drop-shadow-color: var(--color-) }
615
+ .drop-shadow-color- { --uni-drop-shadow-color: var(--color-) }
616
+ .drop-shadow-\[ { --uni-drop-shadow: drop-shadow(); filter: var(--uni-blur) var(--uni-drop-shadow) var(--uni-brightness) var(--uni-contrast) var(--uni-grayscale) var(--uni-hue-rotate) var(--uni-invert) var(--uni-saturate) var(--uni-sepia); }
617
+ .blur-\[ { --uni-blur: blur(); filter: var(--uni-blur) var(--uni-drop-shadow) var(--uni-brightness) var(--uni-contrast) var(--uni-grayscale) var(--uni-hue-rotate) var(--uni-invert) var(--uni-saturate) var(--uni-sepia); }
618
+ .blur- { --uni-blur: blur(var(--blur-)); filter: var(--uni-blur) var(--uni-drop-shadow) var(--uni-brightness) var(--uni-contrast) var(--uni-grayscale) var(--uni-hue-rotate) var(--uni-invert) var(--uni-saturate) var(--uni-sepia); }
619
+ .brightness- { --uni-brightness: brightness(%); filter: var(--uni-blur) var(--uni-drop-shadow) var(--uni-brightness) var(--uni-contrast) var(--uni-grayscale) var(--uni-hue-rotate) var(--uni-invert) var(--uni-saturate) var(--uni-sepia); }
620
+ .contrast- { --uni-contrast: contrast(%); filter: var(--uni-blur) var(--uni-drop-shadow) var(--uni-brightness) var(--uni-contrast) var(--uni-grayscale) var(--uni-hue-rotate) var(--uni-invert) var(--uni-saturate) var(--uni-sepia); }
621
+ .grayscale- { --uni-grayscale: grayscale(%); filter: var(--uni-blur) var(--uni-drop-shadow) var(--uni-brightness) var(--uni-contrast) var(--uni-grayscale) var(--uni-hue-rotate) var(--uni-invert) var(--uni-saturate) var(--uni-sepia); }
622
+ .grayscale { --uni-grayscale: grayscale(100%); filter: var(--uni-blur) var(--uni-drop-shadow) var(--uni-brightness) var(--uni-contrast) var(--uni-grayscale) var(--uni-hue-rotate) var(--uni-invert) var(--uni-saturate) var(--uni-sepia); }
623
+ .hue-rotate- { --uni-hue-rotate: hue-rotate(deg); filter: var(--uni-blur) var(--uni-drop-shadow) var(--uni-brightness) var(--uni-contrast) var(--uni-grayscale) var(--uni-hue-rotate) var(--uni-invert) var(--uni-saturate) var(--uni-sepia); }
624
+ .-hue-rotate- { --uni-hue-rotate: hue-rotate(calc(deg * -1)); filter: var(--uni-blur) var(--uni-drop-shadow) var(--uni-brightness) var(--uni-contrast) var(--uni-grayscale) var(--uni-hue-rotate) var(--uni-invert) var(--uni-saturate) var(--uni-sepia); }
625
+ .invert- { --uni-invert: invert(%); filter: var(--uni-blur) var(--uni-drop-shadow) var(--uni-brightness) var(--uni-contrast) var(--uni-grayscale) var(--uni-hue-rotate) var(--uni-invert) var(--uni-saturate) var(--uni-sepia); }
626
+ .invert { --uni-invert: invert(100%); filter: var(--uni-blur) var(--uni-drop-shadow) var(--uni-brightness) var(--uni-contrast) var(--uni-grayscale) var(--uni-hue-rotate) var(--uni-invert) var(--uni-saturate) var(--uni-sepia); }
627
+ .saturate- { --uni-saturate: saturate(%); filter: var(--uni-blur) var(--uni-drop-shadow) var(--uni-brightness) var(--uni-contrast) var(--uni-grayscale) var(--uni-hue-rotate) var(--uni-invert) var(--uni-saturate) var(--uni-sepia); }
628
+ .sepia- { --uni-sepia: sepia(%); filter: var(--uni-blur) var(--uni-drop-shadow) var(--uni-brightness) var(--uni-contrast) var(--uni-grayscale) var(--uni-hue-rotate) var(--uni-invert) var(--uni-saturate) var(--uni-sepia); }
629
+ .sepia { --uni-sepia: sepia(100%); filter: var(--uni-blur) var(--uni-drop-shadow) var(--uni-brightness) var(--uni-contrast) var(--uni-grayscale) var(--uni-hue-rotate) var(--uni-invert) var(--uni-saturate) var(--uni-sepia); }
630
+ .backdrop-blur-\[ { --uni-backdrop-blur: blur(); backdrop-filter: var(--uni-backdrop-blur) var(--uni-backdrop-brightness) var(--uni-backdrop-contrast) var(--uni-backdrop-grayscale) var(--uni-backdrop-hue-rotate) var(--uni-backdrop-invert) var(--uni-backdrop-saturate) var(--uni-backdrop-opacity) var(--uni-backdrop-sepia); }
631
+ .backdrop-blur- { --uni-backdrop-blur: blur(var(--blur-)); backdrop-filter: var(--uni-backdrop-blur) var(--uni-backdrop-brightness) var(--uni-backdrop-contrast) var(--uni-backdrop-grayscale) var(--uni-backdrop-hue-rotate) var(--uni-backdrop-invert) var(--uni-backdrop-saturate) var(--uni-backdrop-opacity) var(--uni-backdrop-sepia); }
632
+ .backdrop-brightness- { --uni-backdrop-brightness: brightness(%); backdrop-filter: var(--uni-backdrop-blur) var(--uni-backdrop-brightness) var(--uni-backdrop-contrast) var(--uni-backdrop-grayscale) var(--uni-backdrop-hue-rotate) var(--uni-backdrop-invert) var(--uni-backdrop-saturate) var(--uni-backdrop-opacity) var(--uni-backdrop-sepia); }
633
+ .backdrop-contrast- { --uni-backdrop-contrast: contrast(%); backdrop-filter: var(--uni-backdrop-blur) var(--uni-backdrop-brightness) var(--uni-backdrop-contrast) var(--uni-backdrop-grayscale) var(--uni-backdrop-hue-rotate) var(--uni-backdrop-invert) var(--uni-backdrop-saturate) var(--uni-backdrop-opacity) var(--uni-backdrop-sepia); }
634
+ .backdrop-grayscale- { --uni-backdrop-grayscale: grayscale(%); backdrop-filter: var(--uni-backdrop-blur) var(--uni-backdrop-brightness) var(--uni-backdrop-contrast) var(--uni-backdrop-grayscale) var(--uni-backdrop-hue-rotate) var(--uni-backdrop-invert) var(--uni-backdrop-saturate) var(--uni-backdrop-opacity) var(--uni-backdrop-sepia); }
635
+ .backdrop-grayscale { --uni-backdrop-grayscale: grayscale(100%); backdrop-filter: var(--uni-backdrop-blur) var(--uni-backdrop-brightness) var(--uni-backdrop-contrast) var(--uni-backdrop-grayscale) var(--uni-backdrop-hue-rotate) var(--uni-backdrop-invert) var(--uni-backdrop-saturate) var(--uni-backdrop-opacity) var(--uni-backdrop-sepia); }
636
+ .backdrop-hue-rotate- { --uni-backdrop-hue-rotate: hue-rotate(deg); backdrop-filter: var(--uni-backdrop-blur) var(--uni-backdrop-brightness) var(--uni-backdrop-contrast) var(--uni-backdrop-grayscale) var(--uni-backdrop-hue-rotate) var(--uni-backdrop-invert) var(--uni-backdrop-saturate) var(--uni-backdrop-opacity) var(--uni-backdrop-sepia); }
637
+ .-backdrop-hue-rotate- { --uni-backdrop-hue-rotate: hue-rotate(calc(deg * -1)); backdrop-filter: var(--uni-backdrop-blur) var(--uni-backdrop-brightness) var(--uni-backdrop-contrast) var(--uni-backdrop-grayscale) var(--uni-backdrop-hue-rotate) var(--uni-backdrop-invert) var(--uni-backdrop-saturate) var(--uni-backdrop-opacity) var(--uni-backdrop-sepia); }
638
+ .backdrop-invert- { --uni-backdrop-invert: invert(%); backdrop-filter: var(--uni-backdrop-blur) var(--uni-backdrop-brightness) var(--uni-backdrop-contrast) var(--uni-backdrop-grayscale) var(--uni-backdrop-hue-rotate) var(--uni-backdrop-invert) var(--uni-backdrop-saturate) var(--uni-backdrop-opacity) var(--uni-backdrop-sepia); }
639
+ .backdrop-invert { --uni-backdrop-invert: invert(100%); backdrop-filter: var(--uni-backdrop-blur) var(--uni-backdrop-brightness) var(--uni-backdrop-contrast) var(--uni-backdrop-grayscale) var(--uni-backdrop-hue-rotate) var(--uni-backdrop-invert) var(--uni-backdrop-saturate) var(--uni-backdrop-opacity) var(--uni-backdrop-sepia); }
640
+ .backdrop-opacity- { --uni-backdrop-opacity: opacity(%); backdrop-filter: var(--uni-backdrop-blur) var(--uni-backdrop-brightness) var(--uni-backdrop-contrast) var(--uni-backdrop-grayscale) var(--uni-backdrop-hue-rotate) var(--uni-backdrop-invert) var(--uni-backdrop-saturate) var(--uni-backdrop-opacity) var(--uni-backdrop-sepia); }
641
+ .backdrop-saturate- { --uni-backdrop-saturate: saturate(%); backdrop-filter: var(--uni-backdrop-blur) var(--uni-backdrop-brightness) var(--uni-backdrop-contrast) var(--uni-backdrop-grayscale) var(--uni-backdrop-hue-rotate) var(--uni-backdrop-invert) var(--uni-backdrop-saturate) var(--uni-backdrop-opacity) var(--uni-backdrop-sepia); }
642
+ .backdrop-sepia- { --uni-backdrop-sepia: sepia(%); backdrop-filter: var(--uni-backdrop-blur) var(--uni-backdrop-brightness) var(--uni-backdrop-contrast) var(--uni-backdrop-grayscale) var(--uni-backdrop-hue-rotate) var(--uni-backdrop-invert) var(--uni-backdrop-saturate) var(--uni-backdrop-opacity) var(--uni-backdrop-sepia); }
643
+ .backdrop-sepia { --uni-backdrop-sepia: sepia(100%); backdrop-filter: var(--uni-backdrop-blur) var(--uni-backdrop-brightness) var(--uni-backdrop-contrast) var(--uni-backdrop-grayscale) var(--uni-backdrop-hue-rotate) var(--uni-backdrop-invert) var(--uni-backdrop-saturate) var(--uni-backdrop-opacity) var(--uni-backdrop-sepia); }
644
+ .opacity- { opacity: }
645
+ .duration- { --uni-transition-duration: ms; transition-duration: var(--uni-transition-duration, 150ms) }
646
+ .ease-\[ { --uni-transition-timing-function: ; transition-timing-function: var(--uni-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)) }
647
+ .delay- { --uni-transition-delay: ms; transition-delay: var(--uni-transition-delay, 0ms) }
648
+ .transition- { --uni-transition-property: ; transition-property: var(--uni-transition-property, all); transition-duration: var(--uni-transition-duration, 150ms) }
649
+ .animate-\[ { animation: }
650
+ .animate-spin { animation: var(--animate-spin) }
651
+ .animate-ping { animation: var(--animate-ping) }
652
+ .animate-pulse { animation: var(--animate-pulse) }
653
+ .animate-bounce { animation: var(--animate-bounce) }
654
+ .animate-none { animation: none }
655
+ .iteration- { animation-iteration-count: }
656
+ .perspective-\[ { perspective: }
657
+ .perspective-origin-\[ { perspective-origin: }
658
+ .rotate-\[ { rotate: }
659
+ .rotate-x- { --uni-rotate-x: rotateX(deg); transform: var(--uni-rotate-x) var(--uni-rotate-y) var(--uni-rotate-z) var(--uni-skew-x) var(--uni-skew-y); }
660
+ .rotate-y- { --uni-rotate-y: rotateY(deg); transform: var(--uni-rotate-x) var(--uni-rotate-y) var(--uni-rotate-z) var(--uni-skew-x) var(--uni-skew-y); }
661
+ .rotate-z- { --uni-rotate-z: rotateZ(deg); transform: var(--uni-rotate-x) var(--uni-rotate-y) var(--uni-rotate-z) var(--uni-skew-x) var(--uni-skew-y); }
662
+ .-rotate-x- { --uni-rotate-x: rotateX(calc(deg * -1)); transform: var(--uni-rotate-x) var(--uni-rotate-y) var(--uni-rotate-z) var(--uni-skew-x) var(--uni-skew-y); }
663
+ .-rotate-y- { --uni-rotate-y: rotateY(calc(deg * -1)); transform: var(--uni-rotate-x) var(--uni-rotate-y) var(--uni-rotate-z) var(--uni-skew-x) var(--uni-skew-y); }
664
+ .-rotate-z- { --uni-rotate-z: rotateZ(calc(deg * -1)); transform: var(--uni-rotate-x) var(--uni-rotate-y) var(--uni-rotate-z) var(--uni-skew-x) var(--uni-skew-y); }
665
+ .rotate- { rotate: deg }
666
+ .-rotate- { rotate: calc(deg * -1) }
667
+ .scale-x- { --uni-scale-x: %; scale: var(--uni-scale-x) var(--uni-scale-y); }
668
+ .scale-y- { --uni-scale-y: %; scale: var(--uni-scale-x) var(--uni-scale-y); }
669
+ .-scale-x- { --uni-scale-x: calc(% * -1); scale: var(--uni-scale-x) var(--uni-scale-y); }
670
+ .-scale-y- { --uni-scale-y: calc(% * -1); scale: var(--uni-scale-x) var(--uni-scale-y); }
671
+ .scale- { scale: % }
672
+ .-scale- { scale: calc(% * -1) }
673
+ .skew-x- { --uni-skew-x: skewX(deg); transform: var(--uni-rotate-x) var(--uni-rotate-y) var(--uni-rotate-z) var(--uni-skew-x) var(--uni-skew-y); }
674
+ .skew-y- { --uni-skew-y: skewY(deg); transform: var(--uni-rotate-x) var(--uni-rotate-y) var(--uni-rotate-z) var(--uni-skew-x) var(--uni-skew-y); }
675
+ .skew- { transform: skewX(deg) skewY(deg) }
676
+ .-skew-x- { --uni-skew-x: skewX(calc(deg * -1)); transform: var(--uni-rotate-x) var(--uni-rotate-y) var(--uni-rotate-z) var(--uni-skew-x) var(--uni-skew-y); }
677
+ .-skew-y- { --uni-skew-y: skewY(calc(deg * -1)); transform: var(--uni-rotate-x) var(--uni-rotate-y) var(--uni-rotate-z) var(--uni-skew-x) var(--uni-skew-y); }
678
+ .-skew- { transform: skewX(-deg) skewY(-deg) }
679
+ .origin-\[ { transform-origin: }
680
+ .translate-\[ { translate: }
681
+ .translate-x-\[ { --uni-translate-x: ; translate: var(--uni-translate-x) var(--uni-translate-y) var(--uni-translate-z); }
682
+ .translate-y-\[ { --uni-translate-y: ; translate: var(--uni-translate-x) var(--uni-translate-y) var(--uni-translate-z); }
683
+ .translate-x- { --uni-translate-x: var(--); translate: var(--uni-translate-x) var(--uni-translate-y) var(--uni-translate-z); }
684
+ .translate-y- { --uni-translate-y: var(--); translate: var(--uni-translate-x) var(--uni-translate-y) var(--uni-translate-z); }
685
+ .translate-z- { --uni-translate-z: var(--); translate: var(--uni-translate-x) var(--uni-translate-y) var(--uni-translate-z); }
686
+ .-translate-x- { --uni-translate-x: calc(-1 * var(--)); translate: var(--uni-translate-x) var(--uni-translate-y) var(--uni-translate-z); }
687
+ .-translate-y- { --uni-translate-y: calc(-1 * var(--)); translate: var(--uni-translate-x) var(--uni-translate-y) var(--uni-translate-z); }
688
+ .-translate-z- { --uni-translate-z: calc(-1 * var(--)); translate: var(--uni-translate-x) var(--uni-translate-y) var(--uni-translate-z); }
689
+ .translate- { translate: var(--) var(--) }
690
+ .-translate- { translate: calc(-1 * var(--)) calc(-1 * var(--)) }
691
+ .caret-color-\[ { caret-color: var(--color-) }
692
+ .caret-color- { caret-color: var(--color-) }
693
+ .accent-color-\[ { accent-color: var(--color-) }
694
+ .accent-color- { accent-color: var(--color-) }
695
+ .scroll-m-\[ { scroll-margin: }
696
+ .scroll-mt-\[ { scroll-margin-top: }
697
+ .scroll-mr-\[ { scroll-margin-right: }
698
+ .scroll-mb-\[ { scroll-margin-bottom: }
699
+ .scroll-ml-\[ { scroll-margin-left: }
700
+ .scroll-mx-\[ { scroll-margin-inline: }
701
+ .scroll-my-\[ { scroll-margin-block: }
702
+ .scroll-m- { scroll-margin: var(--) }
703
+ .-scroll-m- { scroll-margin: calc(-1 * var(--)) }
704
+ .scroll-mx- { scroll-margin-inline: var(--) }
705
+ .-scroll-mx- { scroll-margin-inline: calc(-1 * var(--)) }
706
+ .scroll-my- { scroll-margin-block: var(--) }
707
+ .-scroll-my- { scroll-margin-block: calc(-1 * var(--)) }
708
+ .scroll-mt- { scroll-margin-top: var(--) }
709
+ .-scroll-mt- { scroll-margin-top: calc(-1 * var(--)) }
710
+ .scroll-mr- { scroll-margin-right: var(--) }
711
+ .-scroll-mr- { scroll-margin-right: calc(-1 * var(--)) }
712
+ .scroll-mb- { scroll-margin-bottom: var(--) }
713
+ .-scroll-mb- { scroll-margin-bottom: calc(-1 * var(--)) }
714
+ .scroll-ml- { scroll-margin-left: var(--) }
715
+ .-scroll-ml- { scroll-margin-left: calc(-1 * var(--)) }
716
+ .scroll-pt-\[ { scroll-padding-top: }
717
+ .scroll-pr-\[ { scroll-padding-right: }
718
+ .scroll-pb-\[ { scroll-padding-bottom: }
719
+ .scroll-pl-\[ { scroll-padding-left: }
720
+ .scroll-p-\[ { scroll-padding: }
721
+ .scroll-py-\[ { scroll-padding-block: }
722
+ .scroll-px-\[ { scroll-padding-inline: }
723
+ .scroll-p- { scroll-padding: var(--) }
724
+ .-scroll-p- { scroll-padding: calc(-1 * var(--)) }
725
+ .scroll-px- { scroll-padding-inline: var(--) }
726
+ .-scroll-px- { scroll-padding-inline: calc(-1 * var(--)) }
727
+ .scroll-py- { scroll-padding-block: var(--) }
728
+ .-scroll-py- { scroll-padding-block: calc(-1 * var(--)) }
729
+ .scroll-pt- { scroll-padding-top: var(--) }
730
+ .-scroll-pt- { scroll-padding-top: calc(-1 * var(--)) }
731
+ .scroll-pr- { scroll-padding-right: var(--) }
732
+ .-scroll-pr- { scroll-padding-right: calc(-1 * var(--)) }
733
+ .scroll-pb- { scroll-padding-bottom: var(--) }
734
+ .-scroll-pb- { scroll-padding-bottom: calc(-1 * var(--)) }
735
+ .scroll-pl- { scroll-padding-left: var(--) }
736
+ .-scroll-pl- { scroll-padding-left: calc(-1 * var(--)) }
737
+ .fill-color-\[ { fill: var(--color-) }
738
+ .fill-color- { fill: var(--color-) }
739
+ .stroke-color-\[ { stroke: var(--color-) }
740
+ .stroke-color- { stroke: var(--color-) }
741
+ .stroke-\[ { stroke-width: }
742
+ .stroke-width { stroke-width: width }
743
+ .stroke- { stroke-width: }
744
+ .none { shadow: 0 0 #0000; }
745
+ .border-box { }
746
+ .inline-block { display: inline-block; }
747
+ .inline { display: inline; }
748
+ .inline-flex { display: inline-flex; }
749
+ .grid { display: grid; }
750
+ .inline-grid { display: inline-grid; }
751
+ .table { display: table; }
752
+ .contents { display: contents; }
753
+ .list-item { display: list-item; }
754
+ .flow-root { display: flow-root; }
755
+ .inline-table { display: inline-table; }
756
+ .table-caption { display: table-caption; }
757
+ .table-cell { display: table-cell; }
758
+ .table-column { display: table-column; }
759
+ .table-column-group { display: table-column-group; }
760
+ .table-footer-group { display: table-footer-group; }
761
+ .table-header-group { display: table-header-group; }
762
+ .table-row-group { display: table-row-group; }
763
+ .table-row { display: table-row; }
764
+ .scale-down { scale: down% }
765
+ .fixed { position: fixed; }
766
+ .relative { position: relative; }
767
+ .sticky { position: sticky; }
768
+ .collapse { visibility: collapse; }
769
+ .flex-start { flex: start }
770
+ .flex-end { flex: end }
771
+ .antialiased { -webkit-font-smoothing: antialiased; }
772
+ .italic { font-style: italic; }
773
+ .lining-nums { font-variant-numeric: lining-nums; }
774
+ .oldstyle-nums { font-variant-numeric: oldstyle-nums; }
775
+ .proportional-nums { font-variant-numeric: proportional-nums; }
776
+ .tabular-nums { font-variant-numeric: tabular-nums; }
777
+ .diagonal-fractions { font-variant-numeric: diagonal-fractions; }
778
+ .stacked-fractions { font-variant-numeric: stacked-fractions; }
779
+ .inherit { shadow: inherit; }
780
+ .transparent { shadow: transparent; }
781
+ .underline { text-decoration-line: underline; }
782
+ .line-through { text-decoration-line: line-through; }
783
+ .overline { text-decoration-line: overline; }
784
+ .uppercase { text-transform: uppercase; }
785
+ .lowercase { text-transform: lowercase; }
786
+ .capitalize { text-transform: capitalize; }
787
+ .text-top { font-size: var(--text-top) }
788
+ .text-bottom { font-size: var(--text-bottom) }
789
+ .break-all { word-break: break-all; }
790
+ .keep-all { word-break: keep-all; }
791
+ .ltr { direction: ltr; }
792
+ .rtl { direction: rtl; }
793
+ .border-style\: { }
794
+ .outline-style\: { outline-width: style:; outline-style: var(--uni-outline-style) }
795
+ .stroke-box { stroke-width: box }
796
+ .w-resize { width: var(--resize) }
797
+
798
+ @keyframes spin {
799
+ to { transform: rotate(360deg); }
800
+ }
801
+ @keyframes ping {
802
+ 75%, 100% { transform: scale(2); opacity: 0; }
803
+ }
804
+ @keyframes pulse {
805
+ 50% { opacity: 0.5; }
806
+ }
807
+ @keyframes bounce {
808
+ 0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
809
+ 50% { transform: none; animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }
810
+ }