@abhir9/pd-design-system 0.1.2 → 0.1.3
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/index.css +373 -232
- package/package.json +3 -3
- package/dist/index.css.map +0 -1
package/dist/index.css
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
*,
|
|
3
|
-
::before,
|
|
4
|
-
::after {
|
|
1
|
+
*, ::before, ::after {
|
|
5
2
|
--tw-border-spacing-x: 0;
|
|
6
3
|
--tw-border-spacing-y: 0;
|
|
7
4
|
--tw-translate-x: 0;
|
|
@@ -11,19 +8,19 @@
|
|
|
11
8
|
--tw-skew-y: 0;
|
|
12
9
|
--tw-scale-x: 1;
|
|
13
10
|
--tw-scale-y: 1;
|
|
14
|
-
--tw-pan-x:
|
|
15
|
-
--tw-pan-y:
|
|
16
|
-
--tw-pinch-zoom:
|
|
11
|
+
--tw-pan-x: ;
|
|
12
|
+
--tw-pan-y: ;
|
|
13
|
+
--tw-pinch-zoom: ;
|
|
17
14
|
--tw-scroll-snap-strictness: proximity;
|
|
18
|
-
--tw-gradient-from-position:
|
|
19
|
-
--tw-gradient-via-position:
|
|
20
|
-
--tw-gradient-to-position:
|
|
21
|
-
--tw-ordinal:
|
|
22
|
-
--tw-slashed-zero:
|
|
23
|
-
--tw-numeric-figure:
|
|
24
|
-
--tw-numeric-spacing:
|
|
25
|
-
--tw-numeric-fraction:
|
|
26
|
-
--tw-ring-inset:
|
|
15
|
+
--tw-gradient-from-position: ;
|
|
16
|
+
--tw-gradient-via-position: ;
|
|
17
|
+
--tw-gradient-to-position: ;
|
|
18
|
+
--tw-ordinal: ;
|
|
19
|
+
--tw-slashed-zero: ;
|
|
20
|
+
--tw-numeric-figure: ;
|
|
21
|
+
--tw-numeric-spacing: ;
|
|
22
|
+
--tw-numeric-fraction: ;
|
|
23
|
+
--tw-ring-inset: ;
|
|
27
24
|
--tw-ring-offset-width: 0px;
|
|
28
25
|
--tw-ring-offset-color: #fff;
|
|
29
26
|
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
@@ -31,29 +28,30 @@
|
|
|
31
28
|
--tw-ring-shadow: 0 0 #0000;
|
|
32
29
|
--tw-shadow: 0 0 #0000;
|
|
33
30
|
--tw-shadow-colored: 0 0 #0000;
|
|
34
|
-
--tw-blur:
|
|
35
|
-
--tw-brightness:
|
|
36
|
-
--tw-contrast:
|
|
37
|
-
--tw-grayscale:
|
|
38
|
-
--tw-hue-rotate:
|
|
39
|
-
--tw-invert:
|
|
40
|
-
--tw-saturate:
|
|
41
|
-
--tw-sepia:
|
|
42
|
-
--tw-drop-shadow:
|
|
43
|
-
--tw-backdrop-blur:
|
|
44
|
-
--tw-backdrop-brightness:
|
|
45
|
-
--tw-backdrop-contrast:
|
|
46
|
-
--tw-backdrop-grayscale:
|
|
47
|
-
--tw-backdrop-hue-rotate:
|
|
48
|
-
--tw-backdrop-invert:
|
|
49
|
-
--tw-backdrop-opacity:
|
|
50
|
-
--tw-backdrop-saturate:
|
|
51
|
-
--tw-backdrop-sepia:
|
|
52
|
-
--tw-contain-size:
|
|
53
|
-
--tw-contain-layout:
|
|
54
|
-
--tw-contain-paint:
|
|
55
|
-
--tw-contain-style:
|
|
56
|
-
}
|
|
31
|
+
--tw-blur: ;
|
|
32
|
+
--tw-brightness: ;
|
|
33
|
+
--tw-contrast: ;
|
|
34
|
+
--tw-grayscale: ;
|
|
35
|
+
--tw-hue-rotate: ;
|
|
36
|
+
--tw-invert: ;
|
|
37
|
+
--tw-saturate: ;
|
|
38
|
+
--tw-sepia: ;
|
|
39
|
+
--tw-drop-shadow: ;
|
|
40
|
+
--tw-backdrop-blur: ;
|
|
41
|
+
--tw-backdrop-brightness: ;
|
|
42
|
+
--tw-backdrop-contrast: ;
|
|
43
|
+
--tw-backdrop-grayscale: ;
|
|
44
|
+
--tw-backdrop-hue-rotate: ;
|
|
45
|
+
--tw-backdrop-invert: ;
|
|
46
|
+
--tw-backdrop-opacity: ;
|
|
47
|
+
--tw-backdrop-saturate: ;
|
|
48
|
+
--tw-backdrop-sepia: ;
|
|
49
|
+
--tw-contain-size: ;
|
|
50
|
+
--tw-contain-layout: ;
|
|
51
|
+
--tw-contain-paint: ;
|
|
52
|
+
--tw-contain-style: ;
|
|
53
|
+
}
|
|
54
|
+
|
|
57
55
|
::backdrop {
|
|
58
56
|
--tw-border-spacing-x: 0;
|
|
59
57
|
--tw-border-spacing-y: 0;
|
|
@@ -64,19 +62,19 @@
|
|
|
64
62
|
--tw-skew-y: 0;
|
|
65
63
|
--tw-scale-x: 1;
|
|
66
64
|
--tw-scale-y: 1;
|
|
67
|
-
--tw-pan-x:
|
|
68
|
-
--tw-pan-y:
|
|
69
|
-
--tw-pinch-zoom:
|
|
65
|
+
--tw-pan-x: ;
|
|
66
|
+
--tw-pan-y: ;
|
|
67
|
+
--tw-pinch-zoom: ;
|
|
70
68
|
--tw-scroll-snap-strictness: proximity;
|
|
71
|
-
--tw-gradient-from-position:
|
|
72
|
-
--tw-gradient-via-position:
|
|
73
|
-
--tw-gradient-to-position:
|
|
74
|
-
--tw-ordinal:
|
|
75
|
-
--tw-slashed-zero:
|
|
76
|
-
--tw-numeric-figure:
|
|
77
|
-
--tw-numeric-spacing:
|
|
78
|
-
--tw-numeric-fraction:
|
|
79
|
-
--tw-ring-inset:
|
|
69
|
+
--tw-gradient-from-position: ;
|
|
70
|
+
--tw-gradient-via-position: ;
|
|
71
|
+
--tw-gradient-to-position: ;
|
|
72
|
+
--tw-ordinal: ;
|
|
73
|
+
--tw-slashed-zero: ;
|
|
74
|
+
--tw-numeric-figure: ;
|
|
75
|
+
--tw-numeric-spacing: ;
|
|
76
|
+
--tw-numeric-fraction: ;
|
|
77
|
+
--tw-ring-inset: ;
|
|
80
78
|
--tw-ring-offset-width: 0px;
|
|
81
79
|
--tw-ring-offset-color: #fff;
|
|
82
80
|
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
@@ -84,73 +82,107 @@
|
|
|
84
82
|
--tw-ring-shadow: 0 0 #0000;
|
|
85
83
|
--tw-shadow: 0 0 #0000;
|
|
86
84
|
--tw-shadow-colored: 0 0 #0000;
|
|
87
|
-
--tw-blur:
|
|
88
|
-
--tw-brightness:
|
|
89
|
-
--tw-contrast:
|
|
90
|
-
--tw-grayscale:
|
|
91
|
-
--tw-hue-rotate:
|
|
92
|
-
--tw-invert:
|
|
93
|
-
--tw-saturate:
|
|
94
|
-
--tw-sepia:
|
|
95
|
-
--tw-drop-shadow:
|
|
96
|
-
--tw-backdrop-blur:
|
|
97
|
-
--tw-backdrop-brightness:
|
|
98
|
-
--tw-backdrop-contrast:
|
|
99
|
-
--tw-backdrop-grayscale:
|
|
100
|
-
--tw-backdrop-hue-rotate:
|
|
101
|
-
--tw-backdrop-invert:
|
|
102
|
-
--tw-backdrop-opacity:
|
|
103
|
-
--tw-backdrop-saturate:
|
|
104
|
-
--tw-backdrop-sepia:
|
|
105
|
-
--tw-contain-size:
|
|
106
|
-
--tw-contain-layout:
|
|
107
|
-
--tw-contain-paint:
|
|
108
|
-
--tw-contain-style:
|
|
109
|
-
}
|
|
85
|
+
--tw-blur: ;
|
|
86
|
+
--tw-brightness: ;
|
|
87
|
+
--tw-contrast: ;
|
|
88
|
+
--tw-grayscale: ;
|
|
89
|
+
--tw-hue-rotate: ;
|
|
90
|
+
--tw-invert: ;
|
|
91
|
+
--tw-saturate: ;
|
|
92
|
+
--tw-sepia: ;
|
|
93
|
+
--tw-drop-shadow: ;
|
|
94
|
+
--tw-backdrop-blur: ;
|
|
95
|
+
--tw-backdrop-brightness: ;
|
|
96
|
+
--tw-backdrop-contrast: ;
|
|
97
|
+
--tw-backdrop-grayscale: ;
|
|
98
|
+
--tw-backdrop-hue-rotate: ;
|
|
99
|
+
--tw-backdrop-invert: ;
|
|
100
|
+
--tw-backdrop-opacity: ;
|
|
101
|
+
--tw-backdrop-saturate: ;
|
|
102
|
+
--tw-backdrop-sepia: ;
|
|
103
|
+
--tw-contain-size: ;
|
|
104
|
+
--tw-contain-layout: ;
|
|
105
|
+
--tw-contain-paint: ;
|
|
106
|
+
--tw-contain-style: ;
|
|
107
|
+
}/*
|
|
108
|
+
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
|
|
109
|
+
*//*
|
|
110
|
+
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
111
|
+
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
112
|
+
*/
|
|
113
|
+
|
|
110
114
|
*,
|
|
111
115
|
::before,
|
|
112
116
|
::after {
|
|
113
|
-
box-sizing: border-box;
|
|
114
|
-
border-width: 0;
|
|
115
|
-
border-style: solid;
|
|
116
|
-
border-color: #e5e7eb;
|
|
117
|
+
box-sizing: border-box; /* 1 */
|
|
118
|
+
border-width: 0; /* 2 */
|
|
119
|
+
border-style: solid; /* 2 */
|
|
120
|
+
border-color: #e5e7eb; /* 2 */
|
|
117
121
|
}
|
|
122
|
+
|
|
118
123
|
::before,
|
|
119
124
|
::after {
|
|
120
|
-
--tw-content:
|
|
121
|
-
}
|
|
125
|
+
--tw-content: '';
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
/*
|
|
129
|
+
1. Use a consistent sensible line-height in all browsers.
|
|
130
|
+
2. Prevent adjustments of font size after orientation changes in iOS.
|
|
131
|
+
3. Use a more readable tab size.
|
|
132
|
+
4. Use the user's configured `sans` font-family by default.
|
|
133
|
+
5. Use the user's configured `sans` font-feature-settings by default.
|
|
134
|
+
6. Use the user's configured `sans` font-variation-settings by default.
|
|
135
|
+
7. Disable tap highlights on iOS
|
|
136
|
+
*/
|
|
137
|
+
|
|
122
138
|
html,
|
|
123
139
|
:host {
|
|
124
|
-
line-height: 1.5;
|
|
125
|
-
-webkit-text-size-adjust: 100%;
|
|
126
|
-
-moz-tab-size: 4;
|
|
140
|
+
line-height: 1.5; /* 1 */
|
|
141
|
+
-webkit-text-size-adjust: 100%; /* 2 */
|
|
142
|
+
-moz-tab-size: 4; /* 3 */
|
|
127
143
|
-o-tab-size: 4;
|
|
128
|
-
|
|
129
|
-
font-family:
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
}
|
|
144
|
+
tab-size: 4; /* 3 */
|
|
145
|
+
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
|
|
146
|
+
font-feature-settings: normal; /* 5 */
|
|
147
|
+
font-variation-settings: normal; /* 6 */
|
|
148
|
+
-webkit-tap-highlight-color: transparent; /* 7 */
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
/*
|
|
152
|
+
1. Remove the margin in all browsers.
|
|
153
|
+
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
|
|
154
|
+
*/
|
|
155
|
+
|
|
141
156
|
body {
|
|
142
|
-
margin: 0;
|
|
143
|
-
line-height: inherit;
|
|
144
|
-
}
|
|
157
|
+
margin: 0; /* 1 */
|
|
158
|
+
line-height: inherit; /* 2 */
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
/*
|
|
162
|
+
1. Add the correct height in Firefox.
|
|
163
|
+
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
|
164
|
+
3. Ensure horizontal rules are visible by default.
|
|
165
|
+
*/
|
|
166
|
+
|
|
145
167
|
hr {
|
|
146
|
-
height: 0;
|
|
147
|
-
color: inherit;
|
|
148
|
-
border-top-width: 1px;
|
|
149
|
-
}
|
|
168
|
+
height: 0; /* 1 */
|
|
169
|
+
color: inherit; /* 2 */
|
|
170
|
+
border-top-width: 1px; /* 3 */
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
/*
|
|
174
|
+
Add the correct text decoration in Chrome, Edge, and Safari.
|
|
175
|
+
*/
|
|
176
|
+
|
|
150
177
|
abbr:where([title]) {
|
|
151
178
|
-webkit-text-decoration: underline dotted;
|
|
152
|
-
|
|
179
|
+
text-decoration: underline dotted;
|
|
153
180
|
}
|
|
181
|
+
|
|
182
|
+
/*
|
|
183
|
+
Remove the default font size and weight for headings.
|
|
184
|
+
*/
|
|
185
|
+
|
|
154
186
|
h1,
|
|
155
187
|
h2,
|
|
156
188
|
h3,
|
|
@@ -160,34 +192,54 @@ h6 {
|
|
|
160
192
|
font-size: inherit;
|
|
161
193
|
font-weight: inherit;
|
|
162
194
|
}
|
|
195
|
+
|
|
196
|
+
/*
|
|
197
|
+
Reset links to optimize for opt-in styling instead of opt-out.
|
|
198
|
+
*/
|
|
199
|
+
|
|
163
200
|
a {
|
|
164
201
|
color: inherit;
|
|
165
202
|
text-decoration: inherit;
|
|
166
203
|
}
|
|
204
|
+
|
|
205
|
+
/*
|
|
206
|
+
Add the correct font weight in Edge and Safari.
|
|
207
|
+
*/
|
|
208
|
+
|
|
167
209
|
b,
|
|
168
210
|
strong {
|
|
169
211
|
font-weight: bolder;
|
|
170
212
|
}
|
|
213
|
+
|
|
214
|
+
/*
|
|
215
|
+
1. Use the user's configured `mono` font-family by default.
|
|
216
|
+
2. Use the user's configured `mono` font-feature-settings by default.
|
|
217
|
+
3. Use the user's configured `mono` font-variation-settings by default.
|
|
218
|
+
4. Correct the odd `em` font sizing in all browsers.
|
|
219
|
+
*/
|
|
220
|
+
|
|
171
221
|
code,
|
|
172
222
|
kbd,
|
|
173
223
|
samp,
|
|
174
224
|
pre {
|
|
175
|
-
font-family:
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
font-variation-settings: normal;
|
|
186
|
-
font-size: 1em;
|
|
187
|
-
}
|
|
225
|
+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
|
|
226
|
+
font-feature-settings: normal; /* 2 */
|
|
227
|
+
font-variation-settings: normal; /* 3 */
|
|
228
|
+
font-size: 1em; /* 4 */
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
/*
|
|
232
|
+
Add the correct font size in all browsers.
|
|
233
|
+
*/
|
|
234
|
+
|
|
188
235
|
small {
|
|
189
236
|
font-size: 80%;
|
|
190
237
|
}
|
|
238
|
+
|
|
239
|
+
/*
|
|
240
|
+
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
|
|
241
|
+
*/
|
|
242
|
+
|
|
191
243
|
sub,
|
|
192
244
|
sup {
|
|
193
245
|
font-size: 75%;
|
|
@@ -195,72 +247,146 @@ sup {
|
|
|
195
247
|
position: relative;
|
|
196
248
|
vertical-align: baseline;
|
|
197
249
|
}
|
|
250
|
+
|
|
198
251
|
sub {
|
|
199
252
|
bottom: -0.25em;
|
|
200
253
|
}
|
|
254
|
+
|
|
201
255
|
sup {
|
|
202
256
|
top: -0.5em;
|
|
203
257
|
}
|
|
258
|
+
|
|
259
|
+
/*
|
|
260
|
+
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
|
|
261
|
+
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
|
|
262
|
+
3. Remove gaps between table borders by default.
|
|
263
|
+
*/
|
|
264
|
+
|
|
204
265
|
table {
|
|
205
|
-
text-indent: 0;
|
|
206
|
-
border-color: inherit;
|
|
207
|
-
border-collapse: collapse;
|
|
208
|
-
}
|
|
266
|
+
text-indent: 0; /* 1 */
|
|
267
|
+
border-color: inherit; /* 2 */
|
|
268
|
+
border-collapse: collapse; /* 3 */
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
/*
|
|
272
|
+
1. Change the font styles in all browsers.
|
|
273
|
+
2. Remove the margin in Firefox and Safari.
|
|
274
|
+
3. Remove default padding in all browsers.
|
|
275
|
+
*/
|
|
276
|
+
|
|
209
277
|
button,
|
|
210
278
|
input,
|
|
211
279
|
optgroup,
|
|
212
280
|
select,
|
|
213
281
|
textarea {
|
|
214
|
-
font-family: inherit;
|
|
215
|
-
font-feature-settings: inherit;
|
|
216
|
-
font-variation-settings: inherit;
|
|
217
|
-
font-size: 100%;
|
|
218
|
-
font-weight: inherit;
|
|
219
|
-
line-height: inherit;
|
|
220
|
-
letter-spacing: inherit;
|
|
221
|
-
color: inherit;
|
|
222
|
-
margin: 0;
|
|
223
|
-
padding: 0;
|
|
224
|
-
}
|
|
282
|
+
font-family: inherit; /* 1 */
|
|
283
|
+
font-feature-settings: inherit; /* 1 */
|
|
284
|
+
font-variation-settings: inherit; /* 1 */
|
|
285
|
+
font-size: 100%; /* 1 */
|
|
286
|
+
font-weight: inherit; /* 1 */
|
|
287
|
+
line-height: inherit; /* 1 */
|
|
288
|
+
letter-spacing: inherit; /* 1 */
|
|
289
|
+
color: inherit; /* 1 */
|
|
290
|
+
margin: 0; /* 2 */
|
|
291
|
+
padding: 0; /* 3 */
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
/*
|
|
295
|
+
Remove the inheritance of text transform in Edge and Firefox.
|
|
296
|
+
*/
|
|
297
|
+
|
|
225
298
|
button,
|
|
226
299
|
select {
|
|
227
300
|
text-transform: none;
|
|
228
301
|
}
|
|
302
|
+
|
|
303
|
+
/*
|
|
304
|
+
1. Correct the inability to style clickable types in iOS and Safari.
|
|
305
|
+
2. Remove default button styles.
|
|
306
|
+
*/
|
|
307
|
+
|
|
229
308
|
button,
|
|
230
|
-
input:where([type=button]),
|
|
231
|
-
input:where([type=reset]),
|
|
232
|
-
input:where([type=submit]) {
|
|
233
|
-
-webkit-appearance: button;
|
|
234
|
-
background-color: transparent;
|
|
235
|
-
background-image: none;
|
|
236
|
-
}
|
|
309
|
+
input:where([type='button']),
|
|
310
|
+
input:where([type='reset']),
|
|
311
|
+
input:where([type='submit']) {
|
|
312
|
+
-webkit-appearance: button; /* 1 */
|
|
313
|
+
background-color: transparent; /* 2 */
|
|
314
|
+
background-image: none; /* 2 */
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
/*
|
|
318
|
+
Use the modern Firefox focus style for all focusable elements.
|
|
319
|
+
*/
|
|
320
|
+
|
|
237
321
|
:-moz-focusring {
|
|
238
322
|
outline: auto;
|
|
239
323
|
}
|
|
324
|
+
|
|
325
|
+
/*
|
|
326
|
+
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
|
|
327
|
+
*/
|
|
328
|
+
|
|
240
329
|
:-moz-ui-invalid {
|
|
241
330
|
box-shadow: none;
|
|
242
331
|
}
|
|
332
|
+
|
|
333
|
+
/*
|
|
334
|
+
Add the correct vertical alignment in Chrome and Firefox.
|
|
335
|
+
*/
|
|
336
|
+
|
|
243
337
|
progress {
|
|
244
338
|
vertical-align: baseline;
|
|
245
339
|
}
|
|
340
|
+
|
|
341
|
+
/*
|
|
342
|
+
Correct the cursor style of increment and decrement buttons in Safari.
|
|
343
|
+
*/
|
|
344
|
+
|
|
246
345
|
::-webkit-inner-spin-button,
|
|
247
346
|
::-webkit-outer-spin-button {
|
|
248
347
|
height: auto;
|
|
249
348
|
}
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
349
|
+
|
|
350
|
+
/*
|
|
351
|
+
1. Correct the odd appearance in Chrome and Safari.
|
|
352
|
+
2. Correct the outline style in Safari.
|
|
353
|
+
*/
|
|
354
|
+
|
|
355
|
+
[type='search'] {
|
|
356
|
+
-webkit-appearance: textfield; /* 1 */
|
|
357
|
+
outline-offset: -2px; /* 2 */
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
/*
|
|
361
|
+
Remove the inner padding in Chrome and Safari on macOS.
|
|
362
|
+
*/
|
|
363
|
+
|
|
254
364
|
::-webkit-search-decoration {
|
|
255
365
|
-webkit-appearance: none;
|
|
256
366
|
}
|
|
367
|
+
|
|
368
|
+
/*
|
|
369
|
+
1. Correct the inability to style clickable types in iOS and Safari.
|
|
370
|
+
2. Change font properties to `inherit` in Safari.
|
|
371
|
+
*/
|
|
372
|
+
|
|
257
373
|
::-webkit-file-upload-button {
|
|
258
|
-
-webkit-appearance: button;
|
|
259
|
-
font: inherit;
|
|
260
|
-
}
|
|
374
|
+
-webkit-appearance: button; /* 1 */
|
|
375
|
+
font: inherit; /* 2 */
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
/*
|
|
379
|
+
Add the correct display in Chrome and Safari.
|
|
380
|
+
*/
|
|
381
|
+
|
|
261
382
|
summary {
|
|
262
383
|
display: list-item;
|
|
263
384
|
}
|
|
385
|
+
|
|
386
|
+
/*
|
|
387
|
+
Removes the default spacing and border for appropriate elements.
|
|
388
|
+
*/
|
|
389
|
+
|
|
264
390
|
blockquote,
|
|
265
391
|
dl,
|
|
266
392
|
dd,
|
|
@@ -276,13 +402,16 @@ p,
|
|
|
276
402
|
pre {
|
|
277
403
|
margin: 0;
|
|
278
404
|
}
|
|
405
|
+
|
|
279
406
|
fieldset {
|
|
280
407
|
margin: 0;
|
|
281
408
|
padding: 0;
|
|
282
409
|
}
|
|
410
|
+
|
|
283
411
|
legend {
|
|
284
412
|
padding: 0;
|
|
285
413
|
}
|
|
414
|
+
|
|
286
415
|
ol,
|
|
287
416
|
ul,
|
|
288
417
|
menu {
|
|
@@ -290,29 +419,60 @@ menu {
|
|
|
290
419
|
margin: 0;
|
|
291
420
|
padding: 0;
|
|
292
421
|
}
|
|
422
|
+
|
|
423
|
+
/*
|
|
424
|
+
Reset default styling for dialogs.
|
|
425
|
+
*/
|
|
293
426
|
dialog {
|
|
294
427
|
padding: 0;
|
|
295
428
|
}
|
|
429
|
+
|
|
430
|
+
/*
|
|
431
|
+
Prevent resizing textareas horizontally by default.
|
|
432
|
+
*/
|
|
433
|
+
|
|
296
434
|
textarea {
|
|
297
435
|
resize: vertical;
|
|
298
436
|
}
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
437
|
+
|
|
438
|
+
/*
|
|
439
|
+
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
|
|
440
|
+
2. Set the default placeholder color to the user's configured gray 400 color.
|
|
441
|
+
*/
|
|
442
|
+
|
|
443
|
+
input::-moz-placeholder, textarea::-moz-placeholder {
|
|
444
|
+
opacity: 1; /* 1 */
|
|
445
|
+
color: #9ca3af; /* 2 */
|
|
446
|
+
}
|
|
447
|
+
|
|
304
448
|
input::placeholder,
|
|
305
449
|
textarea::placeholder {
|
|
306
|
-
opacity: 1;
|
|
307
|
-
color: #9ca3af;
|
|
308
|
-
}
|
|
450
|
+
opacity: 1; /* 1 */
|
|
451
|
+
color: #9ca3af; /* 2 */
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
/*
|
|
455
|
+
Set the default cursor for buttons.
|
|
456
|
+
*/
|
|
457
|
+
|
|
309
458
|
button,
|
|
310
|
-
[role=button] {
|
|
459
|
+
[role="button"] {
|
|
311
460
|
cursor: pointer;
|
|
312
461
|
}
|
|
462
|
+
|
|
463
|
+
/*
|
|
464
|
+
Make sure disabled buttons don't get the pointer cursor.
|
|
465
|
+
*/
|
|
313
466
|
:disabled {
|
|
314
467
|
cursor: default;
|
|
315
468
|
}
|
|
469
|
+
|
|
470
|
+
/*
|
|
471
|
+
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
472
|
+
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|
|
473
|
+
This can trigger a poorly considered lint error in some tools but is included by design.
|
|
474
|
+
*/
|
|
475
|
+
|
|
316
476
|
img,
|
|
317
477
|
svg,
|
|
318
478
|
video,
|
|
@@ -321,56 +481,70 @@ audio,
|
|
|
321
481
|
iframe,
|
|
322
482
|
embed,
|
|
323
483
|
object {
|
|
324
|
-
display: block;
|
|
325
|
-
vertical-align: middle;
|
|
326
|
-
}
|
|
484
|
+
display: block; /* 1 */
|
|
485
|
+
vertical-align: middle; /* 2 */
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
/*
|
|
489
|
+
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
490
|
+
*/
|
|
491
|
+
|
|
327
492
|
img,
|
|
328
493
|
video {
|
|
329
494
|
max-width: 100%;
|
|
330
495
|
height: auto;
|
|
331
496
|
}
|
|
332
|
-
|
|
497
|
+
|
|
498
|
+
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
499
|
+
[hidden]:where(:not([hidden="until-found"])) {
|
|
333
500
|
display: none;
|
|
334
501
|
}
|
|
335
|
-
:root {
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
502
|
+
:root {
|
|
503
|
+
font-family: var(--font-sans, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif);
|
|
504
|
+
color: var(--text-body);
|
|
505
|
+
background-color: var(--surface-base);
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
* {
|
|
509
|
+
box-sizing: border-box;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
button:focus-visible,
|
|
513
|
+
input:focus-visible,
|
|
514
|
+
select:focus-visible,
|
|
515
|
+
textarea:focus-visible {
|
|
516
|
+
outline: 2px solid var(--intent-primary);
|
|
517
|
+
outline-offset: 2px;
|
|
518
|
+
}
|
|
350
519
|
.container {
|
|
351
520
|
width: 100%;
|
|
352
521
|
}
|
|
353
522
|
@media (min-width: 640px) {
|
|
523
|
+
|
|
354
524
|
.container {
|
|
355
525
|
max-width: 640px;
|
|
356
526
|
}
|
|
357
527
|
}
|
|
358
528
|
@media (min-width: 768px) {
|
|
529
|
+
|
|
359
530
|
.container {
|
|
360
531
|
max-width: 768px;
|
|
361
532
|
}
|
|
362
533
|
}
|
|
363
534
|
@media (min-width: 1024px) {
|
|
535
|
+
|
|
364
536
|
.container {
|
|
365
537
|
max-width: 1024px;
|
|
366
538
|
}
|
|
367
539
|
}
|
|
368
540
|
@media (min-width: 1280px) {
|
|
541
|
+
|
|
369
542
|
.container {
|
|
370
543
|
max-width: 1280px;
|
|
371
544
|
}
|
|
372
545
|
}
|
|
373
546
|
@media (min-width: 1536px) {
|
|
547
|
+
|
|
374
548
|
.container {
|
|
375
549
|
max-width: 1536px;
|
|
376
550
|
}
|
|
@@ -536,6 +710,7 @@ textarea:focus-visible {
|
|
|
536
710
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
537
711
|
}
|
|
538
712
|
@keyframes spin {
|
|
713
|
+
|
|
539
714
|
to {
|
|
540
715
|
transform: rotate(360deg);
|
|
541
716
|
}
|
|
@@ -552,8 +727,8 @@ textarea:focus-visible {
|
|
|
552
727
|
.grid-cols-3 {
|
|
553
728
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
554
729
|
}
|
|
555
|
-
.grid-cols-\[150px_repeat\(5
|
|
556
|
-
grid-template-columns: 150px repeat(5,
|
|
730
|
+
.grid-cols-\[150px_repeat\(5\2c 1fr\)\] {
|
|
731
|
+
grid-template-columns: 150px repeat(5,1fr);
|
|
557
732
|
}
|
|
558
733
|
.flex-row {
|
|
559
734
|
flex-direction: row;
|
|
@@ -593,7 +768,7 @@ textarea:focus-visible {
|
|
|
593
768
|
}
|
|
594
769
|
.gap-x-6 {
|
|
595
770
|
-moz-column-gap: 1.5rem;
|
|
596
|
-
|
|
771
|
+
column-gap: 1.5rem;
|
|
597
772
|
}
|
|
598
773
|
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
|
|
599
774
|
--tw-space-y-reverse: 0;
|
|
@@ -758,15 +933,7 @@ textarea:focus-visible {
|
|
|
758
933
|
text-align: center;
|
|
759
934
|
}
|
|
760
935
|
.font-mono {
|
|
761
|
-
font-family:
|
|
762
|
-
ui-monospace,
|
|
763
|
-
SFMono-Regular,
|
|
764
|
-
Menlo,
|
|
765
|
-
Monaco,
|
|
766
|
-
Consolas,
|
|
767
|
-
"Liberation Mono",
|
|
768
|
-
"Courier New",
|
|
769
|
-
monospace;
|
|
936
|
+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
770
937
|
}
|
|
771
938
|
.text-2xl {
|
|
772
939
|
font-size: 1.5rem;
|
|
@@ -855,10 +1022,7 @@ textarea:focus-visible {
|
|
|
855
1022
|
.shadow-sm {
|
|
856
1023
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
857
1024
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
858
|
-
box-shadow:
|
|
859
|
-
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
860
|
-
var(--tw-ring-shadow, 0 0 #0000),
|
|
861
|
-
var(--tw-shadow);
|
|
1025
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
862
1026
|
}
|
|
863
1027
|
.outline {
|
|
864
1028
|
outline-style: solid;
|
|
@@ -871,18 +1035,7 @@ textarea:focus-visible {
|
|
|
871
1035
|
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);
|
|
872
1036
|
}
|
|
873
1037
|
.transition {
|
|
874
|
-
transition-property:
|
|
875
|
-
color,
|
|
876
|
-
background-color,
|
|
877
|
-
border-color,
|
|
878
|
-
text-decoration-color,
|
|
879
|
-
fill,
|
|
880
|
-
stroke,
|
|
881
|
-
opacity,
|
|
882
|
-
box-shadow,
|
|
883
|
-
transform,
|
|
884
|
-
filter,
|
|
885
|
-
backdrop-filter;
|
|
1038
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
886
1039
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
887
1040
|
transition-duration: 150ms;
|
|
888
1041
|
}
|
|
@@ -892,13 +1045,7 @@ textarea:focus-visible {
|
|
|
892
1045
|
transition-duration: 150ms;
|
|
893
1046
|
}
|
|
894
1047
|
.transition-colors {
|
|
895
|
-
transition-property:
|
|
896
|
-
color,
|
|
897
|
-
background-color,
|
|
898
|
-
border-color,
|
|
899
|
-
text-decoration-color,
|
|
900
|
-
fill,
|
|
901
|
-
stroke;
|
|
1048
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
902
1049
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
903
1050
|
transition-duration: 150ms;
|
|
904
1051
|
}
|
|
@@ -912,17 +1059,18 @@ textarea:focus-visible {
|
|
|
912
1059
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
913
1060
|
transition-duration: 150ms;
|
|
914
1061
|
}
|
|
1062
|
+
/* Screen reader only utility - visually hidden but accessible to assistive technologies */
|
|
915
1063
|
.sr-only {
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
}
|
|
1064
|
+
position: absolute;
|
|
1065
|
+
width: 1px;
|
|
1066
|
+
height: 1px;
|
|
1067
|
+
padding: 0;
|
|
1068
|
+
margin: -1px;
|
|
1069
|
+
overflow: hidden;
|
|
1070
|
+
clip: rect(0, 0, 0, 0);
|
|
1071
|
+
white-space: nowrap;
|
|
1072
|
+
border-width: 0;
|
|
1073
|
+
}
|
|
926
1074
|
.hover\:border-\[var\(--border-green-on-hover\)\]:hover {
|
|
927
1075
|
border-color: var(--border-green-on-hover);
|
|
928
1076
|
}
|
|
@@ -980,18 +1128,12 @@ textarea:focus-visible {
|
|
|
980
1128
|
.hover\:shadow-lg:hover {
|
|
981
1129
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
982
1130
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
983
|
-
box-shadow:
|
|
984
|
-
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
985
|
-
var(--tw-ring-shadow, 0 0 #0000),
|
|
986
|
-
var(--tw-shadow);
|
|
1131
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
987
1132
|
}
|
|
988
1133
|
.hover\:shadow-md:hover {
|
|
989
1134
|
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
990
1135
|
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
|
991
|
-
box-shadow:
|
|
992
|
-
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
993
|
-
var(--tw-ring-shadow, 0 0 #0000),
|
|
994
|
-
var(--tw-shadow);
|
|
1136
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
995
1137
|
}
|
|
996
1138
|
.focus-visible\:outline-none:focus-visible {
|
|
997
1139
|
outline: 2px solid transparent;
|
|
@@ -1000,10 +1142,7 @@ textarea:focus-visible {
|
|
|
1000
1142
|
.focus-visible\:ring-2:focus-visible {
|
|
1001
1143
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1002
1144
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1003
|
-
box-shadow:
|
|
1004
|
-
var(--tw-ring-offset-shadow),
|
|
1005
|
-
var(--tw-ring-shadow),
|
|
1006
|
-
var(--tw-shadow, 0 0 #0000);
|
|
1145
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1007
1146
|
}
|
|
1008
1147
|
.focus-visible\:ring-\[var\(--border-blue\)\]:focus-visible {
|
|
1009
1148
|
--tw-ring-color: var(--border-blue);
|
|
@@ -1056,16 +1195,18 @@ textarea:focus-visible {
|
|
|
1056
1195
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1057
1196
|
}
|
|
1058
1197
|
@media (min-width: 768px) {
|
|
1198
|
+
|
|
1059
1199
|
.md\:grid-cols-2 {
|
|
1060
1200
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1061
1201
|
}
|
|
1062
1202
|
}
|
|
1063
1203
|
@media (min-width: 1024px) {
|
|
1204
|
+
|
|
1064
1205
|
.lg\:grid-cols-2 {
|
|
1065
1206
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1066
1207
|
}
|
|
1208
|
+
|
|
1067
1209
|
.lg\:grid-cols-3 {
|
|
1068
1210
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
1069
1211
|
}
|
|
1070
1212
|
}
|
|
1071
|
-
/*# sourceMappingURL=index.css.map */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abhir9/pd-design-system",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Production-grade design system with adapter layer support",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"scripts": {
|
|
32
32
|
"storybook": "storybook dev -p 6006",
|
|
33
33
|
"build-storybook": "storybook build",
|
|
34
|
-
"build": "npm run build:css &&
|
|
35
|
-
"build:css": "postcss src/styles.css -o dist/index.css",
|
|
34
|
+
"build": "tsup && npm run build:css && rm -f dist/*.css.map",
|
|
35
|
+
"build:css": "postcss src/styles.css -o dist/index.css --no-map && sed -i '' '/sourceMappingURL/d' dist/index.css 2>/dev/null || sed -i '/sourceMappingURL/d' dist/index.css 2>/dev/null || true",
|
|
36
36
|
"dev": "tsup --watch",
|
|
37
37
|
"type-check": "tsc --noEmit",
|
|
38
38
|
"lint": "eslint src --ext .ts,.tsx",
|
package/dist/index.css.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/styles.css"],"sourcesContent":["*, ::before, ::after {\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-gradient-from-position: ;\n --tw-gradient-via-position: ;\n --tw-gradient-to-position: ;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgb(59 130 246 / 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n --tw-contain-size: ;\n --tw-contain-layout: ;\n --tw-contain-paint: ;\n --tw-contain-style: ;\n}\n\n::backdrop {\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-gradient-from-position: ;\n --tw-gradient-via-position: ;\n --tw-gradient-to-position: ;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgb(59 130 246 / 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n --tw-contain-size: ;\n --tw-contain-layout: ;\n --tw-contain-paint: ;\n --tw-contain-style: ;\n}/*\n! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com\n*//*\n1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)\n2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)\n*/\n\n*,\n::before,\n::after {\n box-sizing: border-box; /* 1 */\n border-width: 0; /* 2 */\n border-style: solid; /* 2 */\n border-color: #e5e7eb; /* 2 */\n}\n\n::before,\n::after {\n --tw-content: '';\n}\n\n/*\n1. Use a consistent sensible line-height in all browsers.\n2. Prevent adjustments of font size after orientation changes in iOS.\n3. Use a more readable tab size.\n4. Use the user's configured `sans` font-family by default.\n5. Use the user's configured `sans` font-feature-settings by default.\n6. Use the user's configured `sans` font-variation-settings by default.\n7. Disable tap highlights on iOS\n*/\n\nhtml,\n:host {\n line-height: 1.5; /* 1 */\n -webkit-text-size-adjust: 100%; /* 2 */\n -moz-tab-size: 4; /* 3 */\n -o-tab-size: 4;\n tab-size: 4; /* 3 */\n font-family: ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"; /* 4 */\n font-feature-settings: normal; /* 5 */\n font-variation-settings: normal; /* 6 */\n -webkit-tap-highlight-color: transparent; /* 7 */\n}\n\n/*\n1. Remove the margin in all browsers.\n2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.\n*/\n\nbody {\n margin: 0; /* 1 */\n line-height: inherit; /* 2 */\n}\n\n/*\n1. Add the correct height in Firefox.\n2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)\n3. Ensure horizontal rules are visible by default.\n*/\n\nhr {\n height: 0; /* 1 */\n color: inherit; /* 2 */\n border-top-width: 1px; /* 3 */\n}\n\n/*\nAdd the correct text decoration in Chrome, Edge, and Safari.\n*/\n\nabbr:where([title]) {\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n}\n\n/*\nRemove the default font size and weight for headings.\n*/\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n font-size: inherit;\n font-weight: inherit;\n}\n\n/*\nReset links to optimize for opt-in styling instead of opt-out.\n*/\n\na {\n color: inherit;\n text-decoration: inherit;\n}\n\n/*\nAdd the correct font weight in Edge and Safari.\n*/\n\nb,\nstrong {\n font-weight: bolder;\n}\n\n/*\n1. Use the user's configured `mono` font-family by default.\n2. Use the user's configured `mono` font-feature-settings by default.\n3. Use the user's configured `mono` font-variation-settings by default.\n4. Correct the odd `em` font sizing in all browsers.\n*/\n\ncode,\nkbd,\nsamp,\npre {\n font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace; /* 1 */\n font-feature-settings: normal; /* 2 */\n font-variation-settings: normal; /* 3 */\n font-size: 1em; /* 4 */\n}\n\n/*\nAdd the correct font size in all browsers.\n*/\n\nsmall {\n font-size: 80%;\n}\n\n/*\nPrevent `sub` and `sup` elements from affecting the line height in all browsers.\n*/\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\n/*\n1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)\n2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)\n3. Remove gaps between table borders by default.\n*/\n\ntable {\n text-indent: 0; /* 1 */\n border-color: inherit; /* 2 */\n border-collapse: collapse; /* 3 */\n}\n\n/*\n1. Change the font styles in all browsers.\n2. Remove the margin in Firefox and Safari.\n3. Remove default padding in all browsers.\n*/\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit; /* 1 */\n font-feature-settings: inherit; /* 1 */\n font-variation-settings: inherit; /* 1 */\n font-size: 100%; /* 1 */\n font-weight: inherit; /* 1 */\n line-height: inherit; /* 1 */\n letter-spacing: inherit; /* 1 */\n color: inherit; /* 1 */\n margin: 0; /* 2 */\n padding: 0; /* 3 */\n}\n\n/*\nRemove the inheritance of text transform in Edge and Firefox.\n*/\n\nbutton,\nselect {\n text-transform: none;\n}\n\n/*\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Remove default button styles.\n*/\n\nbutton,\ninput:where([type='button']),\ninput:where([type='reset']),\ninput:where([type='submit']) {\n -webkit-appearance: button; /* 1 */\n background-color: transparent; /* 2 */\n background-image: none; /* 2 */\n}\n\n/*\nUse the modern Firefox focus style for all focusable elements.\n*/\n\n:-moz-focusring {\n outline: auto;\n}\n\n/*\nRemove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)\n*/\n\n:-moz-ui-invalid {\n box-shadow: none;\n}\n\n/*\nAdd the correct vertical alignment in Chrome and Firefox.\n*/\n\nprogress {\n vertical-align: baseline;\n}\n\n/*\nCorrect the cursor style of increment and decrement buttons in Safari.\n*/\n\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n\n/*\n1. Correct the odd appearance in Chrome and Safari.\n2. Correct the outline style in Safari.\n*/\n\n[type='search'] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/*\nRemove the inner padding in Chrome and Safari on macOS.\n*/\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/*\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Change font properties to `inherit` in Safari.\n*/\n\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n\n/*\nAdd the correct display in Chrome and Safari.\n*/\n\nsummary {\n display: list-item;\n}\n\n/*\nRemoves the default spacing and border for appropriate elements.\n*/\n\nblockquote,\ndl,\ndd,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\nhr,\nfigure,\np,\npre {\n margin: 0;\n}\n\nfieldset {\n margin: 0;\n padding: 0;\n}\n\nlegend {\n padding: 0;\n}\n\nol,\nul,\nmenu {\n list-style: none;\n margin: 0;\n padding: 0;\n}\n\n/*\nReset default styling for dialogs.\n*/\ndialog {\n padding: 0;\n}\n\n/*\nPrevent resizing textareas horizontally by default.\n*/\n\ntextarea {\n resize: vertical;\n}\n\n/*\n1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)\n2. Set the default placeholder color to the user's configured gray 400 color.\n*/\n\ninput::-moz-placeholder, textarea::-moz-placeholder {\n opacity: 1; /* 1 */\n color: #9ca3af; /* 2 */\n}\n\ninput::placeholder,\ntextarea::placeholder {\n opacity: 1; /* 1 */\n color: #9ca3af; /* 2 */\n}\n\n/*\nSet the default cursor for buttons.\n*/\n\nbutton,\n[role=\"button\"] {\n cursor: pointer;\n}\n\n/*\nMake sure disabled buttons don't get the pointer cursor.\n*/\n:disabled {\n cursor: default;\n}\n\n/*\n1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)\n2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)\n This can trigger a poorly considered lint error in some tools but is included by design.\n*/\n\nimg,\nsvg,\nvideo,\ncanvas,\naudio,\niframe,\nembed,\nobject {\n display: block; /* 1 */\n vertical-align: middle; /* 2 */\n}\n\n/*\nConstrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)\n*/\n\nimg,\nvideo {\n max-width: 100%;\n height: auto;\n}\n\n/* Make elements with the HTML hidden attribute stay hidden by default */\n[hidden]:where(:not([hidden=\"until-found\"])) {\n display: none;\n}\n :root {\n font-family: var(--font-sans, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif);\n color: var(--text-body);\n background-color: var(--surface-base);\n }\n \n * {\n box-sizing: border-box;\n }\n \n button:focus-visible,\n input:focus-visible,\n select:focus-visible,\n textarea:focus-visible {\n outline: 2px solid var(--intent-primary);\n outline-offset: 2px;\n }\n.container {\n width: 100%;\n}\n@media (min-width: 640px) {\n\n .container {\n max-width: 640px;\n }\n}\n@media (min-width: 768px) {\n\n .container {\n max-width: 768px;\n }\n}\n@media (min-width: 1024px) {\n\n .container {\n max-width: 1024px;\n }\n}\n@media (min-width: 1280px) {\n\n .container {\n max-width: 1280px;\n }\n}\n@media (min-width: 1536px) {\n\n .container {\n max-width: 1536px;\n }\n}\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n}\n.fixed {\n position: fixed;\n}\n.absolute {\n position: absolute;\n}\n.relative {\n position: relative;\n}\n.sticky {\n position: sticky;\n}\n.bottom-1 {\n bottom: 0.25rem;\n}\n.left-1\\/2 {\n left: 50%;\n}\n.mx-auto {\n margin-left: auto;\n margin-right: auto;\n}\n.mb-1 {\n margin-bottom: 0.25rem;\n}\n.mb-2 {\n margin-bottom: 0.5rem;\n}\n.mb-6 {\n margin-bottom: 1.5rem;\n}\n.ml-1\\.5 {\n margin-left: 0.375rem;\n}\n.ml-2 {\n margin-left: 0.5rem;\n}\n.ml-2\\.5 {\n margin-left: 0.625rem;\n}\n.mr-1\\.5 {\n margin-right: 0.375rem;\n}\n.mr-2 {\n margin-right: 0.5rem;\n}\n.mr-2\\.5 {\n margin-right: 0.625rem;\n}\n.inline {\n display: inline;\n}\n.flex {\n display: flex;\n}\n.inline-flex {\n display: inline-flex;\n}\n.table {\n display: table;\n}\n.grid {\n display: grid;\n}\n.hidden {\n display: none;\n}\n.h-10 {\n height: 2.5rem;\n}\n.h-12 {\n height: 3rem;\n}\n.h-16 {\n height: 4rem;\n}\n.h-2 {\n height: 0.5rem;\n}\n.h-28 {\n height: 7rem;\n}\n.h-3 {\n height: 0.75rem;\n}\n.h-4 {\n height: 1rem;\n}\n.h-5 {\n height: 1.25rem;\n}\n.h-8 {\n height: 2rem;\n}\n.min-h-\\[100px\\] {\n min-height: 100px;\n}\n.min-h-screen {\n min-height: 100vh;\n}\n.w-2 {\n width: 0.5rem;\n}\n.w-20 {\n width: 5rem;\n}\n.w-24 {\n width: 6rem;\n}\n.w-3 {\n width: 0.75rem;\n}\n.w-4 {\n width: 1rem;\n}\n.w-5 {\n width: 1.25rem;\n}\n.w-full {\n width: 100%;\n}\n.min-w-0 {\n min-width: 0px;\n}\n.max-w-3xl {\n max-width: 48rem;\n}\n.max-w-4xl {\n max-width: 56rem;\n}\n.max-w-7xl {\n max-width: 80rem;\n}\n.max-w-\\[1400px\\] {\n max-width: 1400px;\n}\n.max-w-md {\n max-width: 28rem;\n}\n.flex-1 {\n flex: 1 1 0%;\n}\n.flex-shrink-0 {\n flex-shrink: 0;\n}\n.-translate-x-1\\/2 {\n --tw-translate-x: -50%;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n@keyframes spin {\n\n to {\n transform: rotate(360deg);\n }\n}\n.animate-spin {\n animation: spin 1s linear infinite;\n}\n.cursor-pointer {\n cursor: pointer;\n}\n.grid-cols-1 {\n grid-template-columns: repeat(1, minmax(0, 1fr));\n}\n.grid-cols-3 {\n grid-template-columns: repeat(3, minmax(0, 1fr));\n}\n.grid-cols-\\[150px_repeat\\(5\\2c 1fr\\)\\] {\n grid-template-columns: 150px repeat(5,1fr);\n}\n.flex-row {\n flex-direction: row;\n}\n.flex-col {\n flex-direction: column;\n}\n.flex-wrap {\n flex-wrap: wrap;\n}\n.items-start {\n align-items: flex-start;\n}\n.items-center {\n align-items: center;\n}\n.justify-center {\n justify-content: center;\n}\n.gap-1 {\n gap: 0.25rem;\n}\n.gap-2 {\n gap: 0.5rem;\n}\n.gap-3 {\n gap: 0.75rem;\n}\n.gap-4 {\n gap: 1rem;\n}\n.gap-6 {\n gap: 1.5rem;\n}\n.gap-8 {\n gap: 2rem;\n}\n.gap-x-6 {\n -moz-column-gap: 1.5rem;\n column-gap: 1.5rem;\n}\n.space-y-10 > :not([hidden]) ~ :not([hidden]) {\n --tw-space-y-reverse: 0;\n margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));\n margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));\n}\n.space-y-3 > :not([hidden]) ~ :not([hidden]) {\n --tw-space-y-reverse: 0;\n margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));\n margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));\n}\n.space-y-4 > :not([hidden]) ~ :not([hidden]) {\n --tw-space-y-reverse: 0;\n margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));\n margin-bottom: calc(1rem * var(--tw-space-y-reverse));\n}\n.space-y-6 > :not([hidden]) ~ :not([hidden]) {\n --tw-space-y-reverse: 0;\n margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));\n margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));\n}\n.space-y-8 > :not([hidden]) ~ :not([hidden]) {\n --tw-space-y-reverse: 0;\n margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));\n margin-bottom: calc(2rem * var(--tw-space-y-reverse));\n}\n.overflow-hidden {\n overflow: hidden;\n}\n.overflow-x-auto {\n overflow-x: auto;\n}\n.truncate {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.whitespace-nowrap {\n white-space: nowrap;\n}\n.rounded-full {\n border-radius: 9999px;\n}\n.rounded-lg {\n border-radius: 0.5rem;\n}\n.rounded-md {\n border-radius: 0.375rem;\n}\n.rounded-xl {\n border-radius: 0.75rem;\n}\n.border {\n border-width: 1px;\n}\n.border-2 {\n border-width: 2px;\n}\n.border-\\[var\\(--border-blue\\)\\] {\n border-color: var(--border-blue);\n}\n.border-\\[var\\(--border-green\\)\\] {\n border-color: var(--border-green);\n}\n.border-\\[var\\(--border-green-subtle\\)\\] {\n border-color: var(--border-green-subtle);\n}\n.border-\\[var\\(--border-primary\\)\\] {\n border-color: var(--border-primary);\n}\n.border-\\[var\\(--border-red\\)\\] {\n border-color: var(--border-red);\n}\n.border-\\[var\\(--border-secondary\\)\\] {\n border-color: var(--border-secondary);\n}\n.border-\\[var\\(--border-subtle\\)\\] {\n border-color: var(--border-subtle);\n}\n.border-\\[var\\(--border-yellow\\)\\] {\n border-color: var(--border-yellow);\n}\n.border-\\[var\\(--border-yellow-subtle\\)\\] {\n border-color: var(--border-yellow-subtle);\n}\n.bg-\\[var\\(--background-base\\)\\] {\n background-color: var(--background-base);\n}\n.bg-\\[var\\(--background-green\\)\\] {\n background-color: var(--background-green);\n}\n.bg-\\[var\\(--background-info\\)\\] {\n background-color: var(--background-info);\n}\n.bg-\\[var\\(--background-invert\\)\\] {\n background-color: var(--background-invert);\n}\n.bg-\\[var\\(--background-low\\)\\] {\n background-color: var(--background-low);\n}\n.bg-\\[var\\(--background-primary\\)\\] {\n background-color: var(--background-primary);\n}\n.bg-\\[var\\(--background-red\\)\\] {\n background-color: var(--background-red);\n}\n.bg-\\[var\\(--background-secondary\\)\\] {\n background-color: var(--background-secondary);\n}\n.bg-\\[var\\(--background-yellow\\)\\] {\n background-color: var(--background-yellow);\n}\n.bg-\\[var\\(--content-primary\\)\\] {\n background-color: var(--content-primary);\n}\n.bg-blue-400 {\n --tw-bg-opacity: 1;\n background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));\n}\n.bg-yellow-400 {\n --tw-bg-opacity: 1;\n background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));\n}\n.p-12 {\n padding: 3rem;\n}\n.p-2 {\n padding: 0.5rem;\n}\n.p-4 {\n padding: 1rem;\n}\n.p-5 {\n padding: 1.25rem;\n}\n.p-6 {\n padding: 1.5rem;\n}\n.p-8 {\n padding: 2rem;\n}\n.px-1 {\n padding-left: 0.25rem;\n padding-right: 0.25rem;\n}\n.px-3 {\n padding-left: 0.75rem;\n padding-right: 0.75rem;\n}\n.px-4 {\n padding-left: 1rem;\n padding-right: 1rem;\n}\n.px-6 {\n padding-left: 1.5rem;\n padding-right: 1.5rem;\n}\n.pt-2 {\n padding-top: 0.5rem;\n}\n.text-center {\n text-align: center;\n}\n.font-mono {\n font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n}\n.text-2xl {\n font-size: 1.5rem;\n line-height: 2rem;\n}\n.text-3xl {\n font-size: 1.875rem;\n line-height: 2.25rem;\n}\n.text-4xl {\n font-size: 2.25rem;\n line-height: 2.5rem;\n}\n.text-\\[10px\\] {\n font-size: 10px;\n}\n.text-\\[8px\\] {\n font-size: 8px;\n}\n.text-base {\n font-size: 1rem;\n line-height: 1.5rem;\n}\n.text-lg {\n font-size: 1.125rem;\n line-height: 1.75rem;\n}\n.text-sm {\n font-size: 0.875rem;\n line-height: 1.25rem;\n}\n.text-xl {\n font-size: 1.25rem;\n line-height: 1.75rem;\n}\n.text-xs {\n font-size: 0.75rem;\n line-height: 1rem;\n}\n.font-bold {\n font-weight: 700;\n}\n.font-medium {\n font-weight: 500;\n}\n.font-semibold {\n font-weight: 600;\n}\n.capitalize {\n text-transform: capitalize;\n}\n.leading-relaxed {\n line-height: 1.625;\n}\n.leading-tight {\n line-height: 1.25;\n}\n.text-\\[var\\(--content-blue\\)\\] {\n color: var(--content-blue);\n}\n.text-\\[var\\(--content-green\\)\\] {\n color: var(--content-green);\n}\n.text-\\[var\\(--content-on-color\\)\\] {\n color: var(--content-on-color);\n}\n.text-\\[var\\(--content-primary\\)\\] {\n color: var(--content-primary);\n}\n.text-\\[var\\(--content-red\\)\\] {\n color: var(--content-red);\n}\n.text-\\[var\\(--content-secondary\\)\\] {\n color: var(--content-secondary);\n}\n.text-\\[var\\(--content-subtle\\)\\] {\n color: var(--content-subtle);\n}\n.text-\\[var\\(--content-yellow\\)\\] {\n color: var(--content-yellow);\n}\n.text-gray-500 {\n --tw-text-opacity: 1;\n color: rgb(107 114 128 / var(--tw-text-opacity, 1));\n}\n.shadow-sm {\n --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);\n --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n.outline {\n outline-style: solid;\n}\n.invert {\n --tw-invert: invert(100%);\n 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);\n}\n.filter {\n 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);\n}\n.transition {\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n.transition-all {\n transition-property: all;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n.transition-colors {\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n.transition-shadow {\n transition-property: box-shadow;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n.transition-transform {\n transition-property: transform;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n/* Screen reader only utility - visually hidden but accessible to assistive technologies */\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n }\n.hover\\:border-\\[var\\(--border-green-on-hover\\)\\]:hover {\n border-color: var(--border-green-on-hover);\n}\n.hover\\:border-\\[var\\(--border-primary\\)\\]:hover {\n border-color: var(--border-primary);\n}\n.hover\\:border-\\[var\\(--border-red-on-hover\\)\\]:hover {\n border-color: var(--border-red-on-hover);\n}\n.hover\\:border-\\[var\\(--border-secondary\\)\\]:hover {\n border-color: var(--border-secondary);\n}\n.hover\\:border-\\[var\\(--border-yellow-on-hover\\)\\]:hover {\n border-color: var(--border-yellow-on-hover);\n}\n.hover\\:bg-\\[var\\(--background-green\\)\\]:hover {\n background-color: var(--background-green);\n}\n.hover\\:bg-\\[var\\(--background-green-on-hover\\)\\]:hover {\n background-color: var(--background-green-on-hover);\n}\n.hover\\:bg-\\[var\\(--background-invert-light\\)\\]:hover {\n background-color: var(--background-invert-light);\n}\n.hover\\:bg-\\[var\\(--background-low\\)\\]:hover {\n background-color: var(--background-low);\n}\n.hover\\:bg-\\[var\\(--background-low-on-hover\\)\\]:hover {\n background-color: var(--background-low-on-hover);\n}\n.hover\\:bg-\\[var\\(--background-red\\)\\]:hover {\n background-color: var(--background-red);\n}\n.hover\\:bg-\\[var\\(--background-red-on-hover\\)\\]:hover {\n background-color: var(--background-red-on-hover);\n}\n.hover\\:bg-\\[var\\(--background-yellow\\)\\]:hover {\n background-color: var(--background-yellow);\n}\n.hover\\:bg-\\[var\\(--background-yellow-on-hover\\)\\]:hover {\n background-color: var(--background-yellow-on-hover);\n}\n.hover\\:text-\\[var\\(--content-green-on-hover\\)\\]:hover {\n color: var(--content-green-on-hover);\n}\n.hover\\:text-\\[var\\(--content-primary\\)\\]:hover {\n color: var(--content-primary);\n}\n.hover\\:text-\\[var\\(--content-red-on-hover\\)\\]:hover {\n color: var(--content-red-on-hover);\n}\n.hover\\:text-\\[var\\(--content-yellow-on-hover\\)\\]:hover {\n color: var(--content-yellow-on-hover);\n}\n.hover\\:shadow-lg:hover {\n --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);\n --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n.hover\\:shadow-md:hover {\n --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);\n --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n.focus-visible\\:outline-none:focus-visible {\n outline: 2px solid transparent;\n outline-offset: 2px;\n}\n.focus-visible\\:ring-2:focus-visible {\n --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);\n box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);\n}\n.focus-visible\\:ring-\\[var\\(--border-blue\\)\\]:focus-visible {\n --tw-ring-color: var(--border-blue);\n}\n.focus-visible\\:ring-offset-2:focus-visible {\n --tw-ring-offset-width: 2px;\n}\n.active\\:bg-\\[var\\(--background-green\\)\\]:active {\n background-color: var(--background-green);\n}\n.active\\:bg-\\[var\\(--background-invert\\)\\]:active {\n background-color: var(--background-invert);\n}\n.active\\:bg-\\[var\\(--background-red\\)\\]:active {\n background-color: var(--background-red);\n}\n.active\\:bg-\\[var\\(--background-secondary\\)\\]:active {\n background-color: var(--background-secondary);\n}\n.active\\:bg-\\[var\\(--background-tertiary\\)\\]:active {\n background-color: var(--background-tertiary);\n}\n.active\\:bg-\\[var\\(--background-yellow\\)\\]:active {\n background-color: var(--background-yellow);\n}\n.disabled\\:pointer-events-none:disabled {\n pointer-events: none;\n}\n.disabled\\:border-\\[var\\(--border-subtle\\)\\]:disabled {\n border-color: var(--border-subtle);\n}\n.disabled\\:bg-\\[var\\(--background-red\\)\\]:disabled {\n background-color: var(--background-red);\n}\n.disabled\\:bg-\\[var\\(--background-secondary\\)\\]:disabled {\n background-color: var(--background-secondary);\n}\n.disabled\\:bg-\\[var\\(--background-tertiary\\)\\]:disabled {\n background-color: var(--background-tertiary);\n}\n.disabled\\:text-\\[var\\(--content-subtle\\)\\]:disabled {\n color: var(--content-subtle);\n}\n.disabled\\:opacity-50:disabled {\n opacity: 0.5;\n}\n.group:hover .group-hover\\:scale-105 {\n --tw-scale-x: 1.05;\n --tw-scale-y: 1.05;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n@media (min-width: 768px) {\n\n .md\\:grid-cols-2 {\n grid-template-columns: repeat(2, minmax(0, 1fr));\n }\n}\n@media (min-width: 1024px) {\n\n .lg\\:grid-cols-2 {\n grid-template-columns: repeat(2, minmax(0, 1fr));\n }\n\n .lg\\:grid-cols-3 {\n grid-template-columns: repeat(3, minmax(0, 1fr));\n }\n}\n"],"mappings":";AAAA;AAAG;AAAU;AACX,yBAAuB;AACvB,yBAAuB;AACvB,oBAAkB;AAClB,oBAAkB;AAClB,eAAa;AACb,eAAa;AACb,eAAa;AACb,gBAAc;AACd,gBAAc;AACd;AACA;AACA;AACA,+BAA6B;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0BAAwB;AACxB,0BAAwB;AACxB,mBAAiB,IAAI,GAAG,IAAI,IAAI,EAAE;AAClC,2BAAyB,EAAE,EAAE;AAC7B,oBAAkB,EAAE,EAAE;AACtB,eAAa,EAAE,EAAE;AACjB,uBAAqB,EAAE,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF;AAEA;AACE,yBAAuB;AACvB,yBAAuB;AACvB,oBAAkB;AAClB,oBAAkB;AAClB,eAAa;AACb,eAAa;AACb,eAAa;AACb,gBAAc;AACd,gBAAc;AACd;AACA;AACA;AACA,+BAA6B;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0BAAwB;AACxB,0BAAwB;AACxB,mBAAiB,IAAI,GAAG,IAAI,IAAI,EAAE;AAClC,2BAAyB,EAAE,EAAE;AAC7B,oBAAkB,EAAE,EAAE;AACtB,eAAa,EAAE,EAAE;AACjB,uBAAqB,EAAE,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF;AAOA;AACA;AACA;AACE,cAAY;AACZ,gBAAc;AACd,gBAAc;AACd,gBAAc;AAChB;AAEA;AACA;AACE,gBAAc;AAChB;AAYA;AACA;AACE,eAAa;AACb,4BAA0B;AAC1B,iBAAe;AACf,eAAa;AACV,YAAU;AACb;AAAA,IAAa,aAAa;AAAA,IAAE,SAAS;AAAA,IAAE,UAAU;AAAA,IAAE,mBAAmB;AAAA,IAAE,gBAAgB;AAAA,IAAE,iBAAiB;AAAA,IAAE;AAC7G,yBAAuB;AACvB,2B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Cb,gBAAc;AAChB;AACA,CAAC;AACC,iBAAe;AACjB;AACA,CAAC;AACC,iBAAe;AACjB;AACA,CAAC;AACC,iBAAe;AACjB;AACA,CAAC;AACC,eAAa;AACf;AACA,CAAC;AACC,eAAa;AACf;AACA,CAAC;AACC,eAAa;AACf;AACA,CAAC;AACC,gBAAc;AAChB;AACA,CAAC;AACC,gBAAc;AAChB;AACA,CAAC;AACC,gBAAc;AAChB;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,UAAQ;AACV;AACA,CAAC;AACC,UAAQ;AACV;AACA,CAAC;AACC,UAAQ;AACV;AACA,CAAC;AACC,UAAQ;AACV;AACA,CAAC;AACC,UAAQ;AACV;AACA,CAAC;AACC,UAAQ;AACV;AACA,CAAC;AACC,UAAQ;AACV;AACA,CAAC;AACC,UAAQ;AACV;AACA,CAAC;AACC,UAAQ;AACV;AACA,CAAC;AACC,cAAY;AACd;AACA,CAAC;AACC,cAAY;AACd;AACA,CAAC;AACC,SAAO;AACT;AACA,CAAC;AACC,SAAO;AACT;AACA,CAAC;AACC,SAAO;AACT;AACA,CAAC;AACC,SAAO;AACT;AACA,CAAC;AACC,SAAO;AACT;AACA,CAAC;AACC,SAAO;AACT;AACA,CAAC;AACC,SAAO;AACT;AACA,CAAC;AACC,aAAW;AACb;AACA,CAAC;AACC,aAAW;AACb;AACA,CAAC;AACC,aAAW;AACb;AACA,CAAC;AACC,aAAW;AACb;AACA,CAAC;AACC,aAAW;AACb;AACA,CAAC;AACC,aAAW;AACb;AACA,CAAC;AACC,QAAM,EAAE,EAAE;AACZ;AACA,CAAC;AACC,eAAa;AACf;AACA,CAAC;AACC,oBAAkB;AAClB,aAAW,UAAU,IAAI,iBAAiB,EAAE,IAAI,mBAAmB,OAAO,IAAI,cAAc,MAAM,IAAI,cAAc,MAAM,IAAI,cAAc,OAAO,IAAI,eAAe,OAAO,IAAI;A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IAAI,eAAe,EAAE;AAC1D;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,WAAS;AACX;AACA,CAAC;AACC,gBAAc;AACd,iBAAe;AACjB;AACA,CAAC;AACC,gBAAc;AACd,iBAAe;AACjB;AACA,CAAC;AACC,gBAAc;AACd,iBAAe;AACjB;AACA,CAAC;AACC,gBAAc;AACd,iBAAe;AACjB;AACA,CAAC;AACC,eAAa;AACf;AACA,CAAC;AACC,cAAY;AACd;AACA,CAAC;AACC;AAAA,IAAa,YAAY;AAAA,IAAE,cAAc;AAAA,IAAE,KAAK;AAAA,IAAE,MAAM;AAAA,IAAE,QAAQ;AAAA,IAAE,iBAAiB;AAAA,IAAE,aAAa;AAAA,IAAE;AACxG;AACA,CAAC;AACC,aAAW;AACX,eAAa;AACf;AACA,CAAC;AACC,aAAW;AACX,eAAa;AACf;AACA,CAAC;AACC,aAAW;AACX,eAAa;AACf;AACA,CAAC;AACC,aAAW;AACb;AACA,CAAC;AACC,aAAW;AACb;AACA,CAAC;AACC,aAAW;AACX,eAAa;AACf;AACA,CAAC;AACC,aAAW;AACX,eAAa;AACf;AACA,CAAC;AACC,aAAW;AACX,eAAa;AACf;AACA,CAAC;AACC,aAAW;AACX,eAAa;AACf;AACA,CAAC;AACC,aAAW;AACX,eAAa;AACf;AACA,CAAC;AACC,eAAa;AACf;AACA,CAAC;AACC,eAAa;AACf;AACA,CAAC;AACC,eAAa;AACf;AACA,CAAC;AACC,kBAAgB;AAClB;AACA,CAAC;AACC,eAAa;AACf;AACA,CAAC;AACC,eAAa;AACf;AACA,CAAC;AACC,SAAO,IAAI;AACb;AACA,CAAC;AACC,SAAO,IAAI;AACb;AACA,CAAC;AACC,SAAO,IAAI;AACb;AACA,CAAC;AACC,SAAO,IAAI;AACb;AACA,CAAC;AACC,SAAO,IAAI;AACb;AACA,CAAC;AACC,SAAO,IAAI;AACb;AACA,CAAC;AACC,SAAO,IAAI;AACb;AACA,CAAC;AACC,SAAO,IAAI;AACb;AACA,CAAC;AACC,qBAAmB;AACnB,SAAO,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI,iBAAiB,EAAE;AAClD;AACA,CAAC;AACC,eAAa,EAAE,IAAI,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE;AACrC,uBAAqB,EAAE,IAAI,IAAI,EAAE,IAAI;AACrC;AAAA,IAAY,IAAI,uBAAuB,EAAE,EAAE,EAAE,MAAM;AAAA,IAAE,IAAI,gBAAgB,EAAE,EAAE,EAAE,MAAM;AAAA,IAAE,IAAI;AAC7F;AACA,CAAC;AACC,iBAAe;AACjB;AACA,CAAC;AACC,eAAa,OAAO;AACpB,UAAQ,IAAI,WAAW,IAAI,iBAAiB,IAAI,eAAe,IAAI,gBAAgB,IAAI,iBAAiB,IAAI,aAAa,IAAI,eAAe,IAAI,YAAY,IAAI;AAClK;AACA,CAAC;AACC,UAAQ,IAAI,WAAW,IAAI,iBAAiB,IAAI,eAAe,IAAI,gBAAgB,IAAI,iBAAiB,IAAI,aAAa,IAAI,eAAe,IAAI,YAAY,IAAI;AAClK;AACA,CAAC;AACC;AAAA,IAAqB,KAAK;AAAA,IAAE,gBAAgB;AAAA,IAAE,YAAY;AAAA,IAAE,qBAAqB;AAAA,IAAE,IAAI;AAAA,IAAE,MAAM;AAAA,IAAE,OAAO;AAAA,IAAE,UAAU;AAAA,IAAE,SAAS;AAAA,IAAE,MAAM;AAAA,IAAE;AACzI,8BAA4B,aAAa,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE;AACtD,uBAAqB;AACvB;AACA,CAAC;AACC,uBAAqB;AACrB,8BAA4B,aAAa,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE;AACtD,uBAAqB;AACvB;AACA,CAAC;AACC;AAAA,IAAqB,KAAK;AAAA,IAAE,gBAAgB;AAAA,IAAE,YAAY;AAAA,IAAE,qBAAqB;AAAA,IAAE,IAAI;AAAA,IAAE;AACzF,8BAA4B,aAAa,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE;AACtD,uBAAqB;AACvB;AACA,CAAC;AACC,uBAAqB;AACrB,8BAA4B,aAAa,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE;AACtD,uBAAqB;AACvB;AACA,CAAC;AACC,uBAAqB;AACrB,8BAA4B,aAAa,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE;AACtD,uBAAqB;AACvB;AAEA,CA/fC;AAggBG,YAAU;AACV,SAAO;AACP,UAAQ;AACR,WAAS;AACT,UAAQ;AACR,YAAU;AACV,QAAM,KAAK,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE;AACpB,eAAa;AACb,gBAAc;AAChB;AACF,CAAC,gDAAgD;AAC/C,gBAAc,IAAI;AACpB;AACA,CAAC,yCAAyC;AACxC,gBAAc,IAAI;AACpB;AACA,CAAC,8CAA8C;AAC7C,gBAAc,IAAI;AACpB;AACA,CAAC,2CAA2C;AAC1C,gBAAc,IAAI;AACpB;AACA,CAAC,iDAAiD;AAChD,gBAAc,IAAI;AACpB;AACA,CAAC,uCAAuC;AACtC,oBAAkB,IAAI;AACxB;AACA,CAAC,gDAAgD;AAC/C,oBAAkB,IAAI;AACxB;AACA,CAAC,8CAA8C;AAC7C,oBAAkB,IAAI;AACxB;AACA,CAAC,qCAAqC;AACpC,oBAAkB,IAAI;AACxB;AACA,CAAC,8CAA8C;AAC7C,oBAAkB,IAAI;AACxB;AACA,CAAC,qCAAqC;AACpC,oBAAkB,IAAI;AACxB;AACA,CAAC,8CAA8C;AAC7C,oBAAkB,IAAI;AACxB;AACA,CAAC,wCAAwC;AACvC,oBAAkB,IAAI;AACxB;AACA,CAAC,iDAAiD;AAChD,oBAAkB,IAAI;AACxB;AACA,CAAC,+CAA+C;AAC9C,SAAO,IAAI;AACb;AACA,CAAC,wCAAwC;AACvC,SAAO,IAAI;AACb;AACA,CAAC,6CAA6C;AAC5C,SAAO,IAAI;AACb;AACA,CAAC,gDAAgD;AAC/C,SAAO,IAAI;AACb;AACA,CAAC,gBAAgB;AACf,eAAa,EAAE,KAAK,KAAK,KAAK,IAAI,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,IAAI,KAAK,IAAI,EAAE,EAAE,EAAE,EAAE;AAC3E,uBAAqB,EAAE,KAAK,KAAK,KAAK,IAAI,kBAAkB,EAAE,EAAE,IAAI,IAAI,KAAK,IAAI;AACjF;AAAA,IAAY,IAAI,uBAAuB,EAAE,EAAE,EAAE,MAAM;AAAA,IAAE,IAAI,gBAAgB,EAAE,EAAE,EAAE,MAAM;AAAA,IAAE,IAAI;AAC7F;AACA,CAAC,gBAAgB;AACf,eAAa,EAAE,IAAI,IAAI,KAAK,IAAI,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,IAAI,KAAK,IAAI,EAAE,EAAE,EAAE,EAAE;AACzE,uBAAqB,EAAE,IAAI,IAAI,KAAK,IAAI,kBAAkB,EAAE,EAAE,IAAI,IAAI,KAAK,IAAI;AAC/E;AAAA,IAAY,IAAI,uBAAuB,EAAE,EAAE,EAAE,MAAM;AAAA,IAAE,IAAI,gBAAgB,EAAE,EAAE,EAAE,MAAM;AAAA,IAAE,IAAI;AAC7F;AACA,CAAC,2BAA2B;AAC1B,WAAS,IAAI,MAAM;AACnB,kBAAgB;AAClB;AACA,CAAC,qBAAqB;AACpB,2BAAyB,IAAI,iBAAiB,EAAE,EAAE,EAAE,IAAI,wBAAwB,IAAI;AACpF,oBAAkB,IAAI,iBAAiB,EAAE,EAAE,EAAE,KAAK,IAAI,EAAE,IAAI,yBAAyB,IAAI;AACzF;AAAA,IAAY,IAAI,wBAAwB;AAAA,IAAE,IAAI,iBAAiB;AAAA,IAAE,IAAI,WAAW,EAAE,EAAE,EAAE;AACxF;AACA,CAAC,4CAA4C;AAC3C,mBAAiB,IAAI;AACvB;AACA,CAAC,4BAA4B;AAC3B,0BAAwB;AAC1B;AACA,CAAC,wCAAwC;AACvC,oBAAkB,IAAI;AACxB;AACA,CAAC,yCAAyC;AACxC,oBAAkB,IAAI;AACxB;AACA,CAAC,sCAAsC;AACrC,oBAAkB,IAAI;AACxB;AACA,CAAC,4CAA4C;AAC3C,oBAAkB,IAAI;AACxB;AACA,CAAC,2CAA2C;AAC1C,oBAAkB,IAAI;AACxB;AACA,CAAC,yCAAyC;AACxC,oBAAkB,IAAI;AACxB;AACA,CAAC,6BAA6B;AAC5B,kBAAgB;AAClB;AACA,CAAC,2CAA2C;AAC1C,gBAAc,IAAI;AACpB;AACA,CAAC,wCAAwC;AACvC,oBAAkB,IAAI;AACxB;AACA,CAAC,8CAA8C;AAC7C,oBAAkB,IAAI;AACxB;AACA,CAAC,6CAA6C;AAC5C,oBAAkB,IAAI;AACxB;AACA,CAAC,0CAA0C;AACzC,SAAO,IAAI;AACb;AACA,CAAC,oBAAoB;AACnB,WAAS;AACX;AACA,CAAC,KAAK,OAAO,CAAC;AACZ,gBAAc;AACd,gBAAc;AACd,aAAW,UAAU,IAAI,iBAAiB,EAAE,IAAI,mBAAmB,OAAO,IAAI,cAAc,MAAM,IAAI,cAAc,MAAM,IAAI,cAAc,OAAO,IAAI,eAAe,OAAO,IAAI;AACnL;AACA,QAAO,WAAY;AAEjB,GAAC;AACC,2BAAuB,OAAO,CAAC,EAAE,OAAO,CAAC,EAAE;AAC7C;AACF;AACA,QAAO,WAAY;AAEjB,GAAC;AACC,2BAAuB,OAAO,CAAC,EAAE,OAAO,CAAC,EAAE;AAC7C;AAEA,GAAC;AACC,2BAAuB,OAAO,CAAC,EAAE,OAAO,CAAC,EAAE;AAC7C;AACF;","names":[]}C7C;AAEA,GAAC;AACC,2BAAuB,OAAO,CAAC,EAAE,OAAO,CAAC,EAAE;AAC7C;AACF;","names":[]}
|