@incognia/cosmik 0.2.2 → 0.2.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/cosmik.css +1 -877
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs10.js +1 -1
- package/dist/index.cjs10.js.map +1 -1
- package/dist/index.cjs11.js +1 -1
- package/dist/index.cjs11.js.map +1 -1
- package/dist/index.cjs12.js +1 -1
- package/dist/index.cjs12.js.map +1 -1
- package/dist/index.cjs13.js +1 -9
- package/dist/index.cjs13.js.map +1 -1
- package/dist/index.cjs14.js +3 -13
- package/dist/index.cjs14.js.map +1 -1
- package/dist/index.cjs15.js +19 -1
- package/dist/index.cjs15.js.map +1 -1
- package/dist/index.cjs16.js +1 -1
- package/dist/index.cjs16.js.map +1 -1
- package/dist/index.cjs17.js +1 -1
- package/dist/index.cjs17.js.map +1 -1
- package/dist/index.cjs18.js +1 -1
- package/dist/index.cjs18.js.map +1 -1
- package/dist/index.cjs19.js +1 -1
- package/dist/index.cjs19.js.map +1 -1
- package/dist/index.cjs20.js +1 -1
- package/dist/index.cjs20.js.map +1 -1
- package/dist/index.cjs22.js +1 -1
- package/dist/index.cjs23.js +1 -1
- package/dist/index.cjs23.js.map +1 -1
- package/dist/index.cjs24.js +2 -0
- package/dist/index.cjs24.js.map +1 -0
- package/dist/index.cjs3.js +1 -1
- package/dist/index.cjs4.js +1 -1
- package/dist/index.cjs4.js.map +1 -1
- package/dist/index.cjs5.js +1 -1
- package/dist/index.cjs5.js.map +1 -1
- package/dist/index.cjs6.js +1 -1
- package/dist/index.cjs6.js.map +1 -1
- package/dist/index.cjs7.js +1 -1
- package/dist/index.cjs7.js.map +1 -1
- package/dist/index.cjs8.js +1 -1
- package/dist/index.cjs8.js.map +1 -1
- package/dist/index.cjs9.js +1 -1
- package/dist/index.cjs9.js.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.es.js +16 -15
- package/dist/index.es.js.map +1 -1
- package/dist/index.es10.js +3 -104
- package/dist/index.es10.js.map +1 -1
- package/dist/index.es11.js +103 -32
- package/dist/index.es11.js.map +1 -1
- package/dist/index.es12.js +34 -2
- package/dist/index.es12.js.map +1 -1
- package/dist/index.es13.js +2 -30
- package/dist/index.es13.js.map +1 -1
- package/dist/index.es14.js +21 -590
- package/dist/index.es14.js.map +1 -1
- package/dist/index.es15.js +599 -2
- package/dist/index.es15.js.map +1 -1
- package/dist/index.es16.js +2 -151
- package/dist/index.es16.js.map +1 -1
- package/dist/index.es17.js +150 -15
- package/dist/index.es17.js.map +1 -1
- package/dist/index.es18.js +13 -339
- package/dist/index.es18.js.map +1 -1
- package/dist/index.es19.js +337 -40
- package/dist/index.es19.js.map +1 -1
- package/dist/index.es20.js +45 -2
- package/dist/index.es20.js.map +1 -1
- package/dist/index.es21.js +2 -2
- package/dist/index.es22.js +2 -2
- package/dist/index.es23.js +2 -4
- package/dist/index.es23.js.map +1 -1
- package/dist/index.es24.js +7 -0
- package/dist/index.es24.js.map +1 -0
- package/dist/index.es3.js +1 -1
- package/dist/index.es4.js +2 -90
- package/dist/index.es4.js.map +1 -1
- package/dist/index.es5.js +86 -91
- package/dist/index.es5.js.map +1 -1
- package/dist/index.es6.js +93 -261
- package/dist/index.es6.js.map +1 -1
- package/dist/index.es7.js +263 -6
- package/dist/index.es7.js.map +1 -1
- package/dist/index.es8.js +6 -6
- package/dist/index.es8.js.map +1 -1
- package/dist/index.es9.js +5 -3
- package/dist/index.es9.js.map +1 -1
- package/package.json +1 -2
package/dist/cosmik.css
CHANGED
|
@@ -1,877 +1 @@
|
|
|
1
|
-
@import './css/index.css';
|
|
2
|
-
|
|
3
|
-
/*
|
|
4
|
-
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/*
|
|
8
|
-
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
9
|
-
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
*,
|
|
13
|
-
::before,
|
|
14
|
-
::after {
|
|
15
|
-
box-sizing: border-box; /* 1 */
|
|
16
|
-
border-width: 0; /* 2 */
|
|
17
|
-
border-style: solid; /* 2 */
|
|
18
|
-
border-color: #D7D9D8; /* 2 */
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
::before,
|
|
22
|
-
::after {
|
|
23
|
-
--tw-content: '';
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
/*
|
|
27
|
-
1. Use a consistent sensible line-height in all browsers.
|
|
28
|
-
2. Prevent adjustments of font size after orientation changes in iOS.
|
|
29
|
-
3. Use a more readable tab size.
|
|
30
|
-
4. Use the user's configured `sans` font-family by default.
|
|
31
|
-
5. Use the user's configured `sans` font-feature-settings by default.
|
|
32
|
-
6. Use the user's configured `sans` font-variation-settings by default.
|
|
33
|
-
*/
|
|
34
|
-
|
|
35
|
-
html {
|
|
36
|
-
line-height: 1.5; /* 1 */
|
|
37
|
-
-webkit-text-size-adjust: 100%; /* 2 */
|
|
38
|
-
-moz-tab-size: 4; /* 3 */
|
|
39
|
-
-o-tab-size: 4;
|
|
40
|
-
tab-size: 4; /* 3 */
|
|
41
|
-
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
|
|
42
|
-
font-feature-settings: normal; /* 5 */
|
|
43
|
-
font-variation-settings: normal; /* 6 */
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
/*
|
|
47
|
-
1. Remove the margin in all browsers.
|
|
48
|
-
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
|
|
49
|
-
*/
|
|
50
|
-
|
|
51
|
-
body {
|
|
52
|
-
margin: 0; /* 1 */
|
|
53
|
-
line-height: inherit; /* 2 */
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
/*
|
|
57
|
-
1. Add the correct height in Firefox.
|
|
58
|
-
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
|
59
|
-
3. Ensure horizontal rules are visible by default.
|
|
60
|
-
*/
|
|
61
|
-
|
|
62
|
-
hr {
|
|
63
|
-
height: 0; /* 1 */
|
|
64
|
-
color: inherit; /* 2 */
|
|
65
|
-
border-top-width: 1px; /* 3 */
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
/*
|
|
69
|
-
Add the correct text decoration in Chrome, Edge, and Safari.
|
|
70
|
-
*/
|
|
71
|
-
|
|
72
|
-
abbr:where([title]) {
|
|
73
|
-
-webkit-text-decoration: underline dotted;
|
|
74
|
-
text-decoration: underline dotted;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
/*
|
|
78
|
-
Remove the default font size and weight for headings.
|
|
79
|
-
*/
|
|
80
|
-
|
|
81
|
-
h1,
|
|
82
|
-
h2,
|
|
83
|
-
h3,
|
|
84
|
-
h4,
|
|
85
|
-
h5,
|
|
86
|
-
h6 {
|
|
87
|
-
font-size: inherit;
|
|
88
|
-
font-weight: inherit;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
/*
|
|
92
|
-
Reset links to optimize for opt-in styling instead of opt-out.
|
|
93
|
-
*/
|
|
94
|
-
|
|
95
|
-
a {
|
|
96
|
-
color: inherit;
|
|
97
|
-
text-decoration: inherit;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
/*
|
|
101
|
-
Add the correct font weight in Edge and Safari.
|
|
102
|
-
*/
|
|
103
|
-
|
|
104
|
-
b,
|
|
105
|
-
strong {
|
|
106
|
-
font-weight: bolder;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
/*
|
|
110
|
-
1. Use the user's configured `mono` font family by default.
|
|
111
|
-
2. Correct the odd `em` font sizing in all browsers.
|
|
112
|
-
*/
|
|
113
|
-
|
|
114
|
-
code,
|
|
115
|
-
kbd,
|
|
116
|
-
samp,
|
|
117
|
-
pre {
|
|
118
|
-
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
|
|
119
|
-
font-size: 1em; /* 2 */
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
/*
|
|
123
|
-
Add the correct font size in all browsers.
|
|
124
|
-
*/
|
|
125
|
-
|
|
126
|
-
small {
|
|
127
|
-
font-size: 80%;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
/*
|
|
131
|
-
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
|
|
132
|
-
*/
|
|
133
|
-
|
|
134
|
-
sub,
|
|
135
|
-
sup {
|
|
136
|
-
font-size: 75%;
|
|
137
|
-
line-height: 0;
|
|
138
|
-
position: relative;
|
|
139
|
-
vertical-align: baseline;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
sub {
|
|
143
|
-
bottom: -0.25em;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
sup {
|
|
147
|
-
top: -0.5em;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
/*
|
|
151
|
-
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)
|
|
152
|
-
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)
|
|
153
|
-
3. Remove gaps between table borders by default.
|
|
154
|
-
*/
|
|
155
|
-
|
|
156
|
-
table {
|
|
157
|
-
text-indent: 0; /* 1 */
|
|
158
|
-
border-color: inherit; /* 2 */
|
|
159
|
-
border-collapse: collapse; /* 3 */
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
/*
|
|
163
|
-
1. Change the font styles in all browsers.
|
|
164
|
-
2. Remove the margin in Firefox and Safari.
|
|
165
|
-
3. Remove default padding in all browsers.
|
|
166
|
-
*/
|
|
167
|
-
|
|
168
|
-
button,
|
|
169
|
-
input,
|
|
170
|
-
optgroup,
|
|
171
|
-
select,
|
|
172
|
-
textarea {
|
|
173
|
-
font-family: inherit; /* 1 */
|
|
174
|
-
font-feature-settings: inherit; /* 1 */
|
|
175
|
-
font-variation-settings: inherit; /* 1 */
|
|
176
|
-
font-size: 100%; /* 1 */
|
|
177
|
-
font-weight: inherit; /* 1 */
|
|
178
|
-
line-height: inherit; /* 1 */
|
|
179
|
-
color: inherit; /* 1 */
|
|
180
|
-
margin: 0; /* 2 */
|
|
181
|
-
padding: 0; /* 3 */
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
/*
|
|
185
|
-
Remove the inheritance of text transform in Edge and Firefox.
|
|
186
|
-
*/
|
|
187
|
-
|
|
188
|
-
button,
|
|
189
|
-
select {
|
|
190
|
-
text-transform: none;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
/*
|
|
194
|
-
1. Correct the inability to style clickable types in iOS and Safari.
|
|
195
|
-
2. Remove default button styles.
|
|
196
|
-
*/
|
|
197
|
-
|
|
198
|
-
button,
|
|
199
|
-
[type='button'],
|
|
200
|
-
[type='reset'],
|
|
201
|
-
[type='submit'] {
|
|
202
|
-
-webkit-appearance: button; /* 1 */
|
|
203
|
-
background-color: transparent; /* 2 */
|
|
204
|
-
background-image: none; /* 2 */
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
/*
|
|
208
|
-
Use the modern Firefox focus style for all focusable elements.
|
|
209
|
-
*/
|
|
210
|
-
|
|
211
|
-
:-moz-focusring {
|
|
212
|
-
outline: auto;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
/*
|
|
216
|
-
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
|
|
217
|
-
*/
|
|
218
|
-
|
|
219
|
-
:-moz-ui-invalid {
|
|
220
|
-
box-shadow: none;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
/*
|
|
224
|
-
Add the correct vertical alignment in Chrome and Firefox.
|
|
225
|
-
*/
|
|
226
|
-
|
|
227
|
-
progress {
|
|
228
|
-
vertical-align: baseline;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
/*
|
|
232
|
-
Correct the cursor style of increment and decrement buttons in Safari.
|
|
233
|
-
*/
|
|
234
|
-
|
|
235
|
-
::-webkit-inner-spin-button,
|
|
236
|
-
::-webkit-outer-spin-button {
|
|
237
|
-
height: auto;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
/*
|
|
241
|
-
1. Correct the odd appearance in Chrome and Safari.
|
|
242
|
-
2. Correct the outline style in Safari.
|
|
243
|
-
*/
|
|
244
|
-
|
|
245
|
-
[type='search'] {
|
|
246
|
-
-webkit-appearance: textfield; /* 1 */
|
|
247
|
-
outline-offset: -2px; /* 2 */
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
/*
|
|
251
|
-
Remove the inner padding in Chrome and Safari on macOS.
|
|
252
|
-
*/
|
|
253
|
-
|
|
254
|
-
::-webkit-search-decoration {
|
|
255
|
-
-webkit-appearance: none;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
/*
|
|
259
|
-
1. Correct the inability to style clickable types in iOS and Safari.
|
|
260
|
-
2. Change font properties to `inherit` in Safari.
|
|
261
|
-
*/
|
|
262
|
-
|
|
263
|
-
::-webkit-file-upload-button {
|
|
264
|
-
-webkit-appearance: button; /* 1 */
|
|
265
|
-
font: inherit; /* 2 */
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
/*
|
|
269
|
-
Add the correct display in Chrome and Safari.
|
|
270
|
-
*/
|
|
271
|
-
|
|
272
|
-
summary {
|
|
273
|
-
display: list-item;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
/*
|
|
277
|
-
Removes the default spacing and border for appropriate elements.
|
|
278
|
-
*/
|
|
279
|
-
|
|
280
|
-
blockquote,
|
|
281
|
-
dl,
|
|
282
|
-
dd,
|
|
283
|
-
h1,
|
|
284
|
-
h2,
|
|
285
|
-
h3,
|
|
286
|
-
h4,
|
|
287
|
-
h5,
|
|
288
|
-
h6,
|
|
289
|
-
hr,
|
|
290
|
-
figure,
|
|
291
|
-
p,
|
|
292
|
-
pre {
|
|
293
|
-
margin: 0;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
fieldset {
|
|
297
|
-
margin: 0;
|
|
298
|
-
padding: 0;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
legend {
|
|
302
|
-
padding: 0;
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
ol,
|
|
306
|
-
ul,
|
|
307
|
-
menu {
|
|
308
|
-
list-style: none;
|
|
309
|
-
margin: 0;
|
|
310
|
-
padding: 0;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
/*
|
|
314
|
-
Reset default styling for dialogs.
|
|
315
|
-
*/
|
|
316
|
-
|
|
317
|
-
dialog {
|
|
318
|
-
padding: 0;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
/*
|
|
322
|
-
Prevent resizing textareas horizontally by default.
|
|
323
|
-
*/
|
|
324
|
-
|
|
325
|
-
textarea {
|
|
326
|
-
resize: vertical;
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
/*
|
|
330
|
-
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
|
|
331
|
-
2. Set the default placeholder color to the user's configured gray 400 color.
|
|
332
|
-
*/
|
|
333
|
-
|
|
334
|
-
input::-moz-placeholder, textarea::-moz-placeholder {
|
|
335
|
-
opacity: 1; /* 1 */
|
|
336
|
-
color: #D7D9D8; /* 2 */
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
input::placeholder,
|
|
340
|
-
textarea::placeholder {
|
|
341
|
-
opacity: 1; /* 1 */
|
|
342
|
-
color: #D7D9D8; /* 2 */
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
/*
|
|
346
|
-
Set the default cursor for buttons.
|
|
347
|
-
*/
|
|
348
|
-
|
|
349
|
-
button,
|
|
350
|
-
[role="button"] {
|
|
351
|
-
cursor: pointer;
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
/*
|
|
355
|
-
Make sure disabled buttons don't get the pointer cursor.
|
|
356
|
-
*/
|
|
357
|
-
|
|
358
|
-
:disabled {
|
|
359
|
-
cursor: default;
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
/*
|
|
363
|
-
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
364
|
-
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|
|
365
|
-
This can trigger a poorly considered lint error in some tools but is included by design.
|
|
366
|
-
*/
|
|
367
|
-
|
|
368
|
-
img,
|
|
369
|
-
svg,
|
|
370
|
-
video,
|
|
371
|
-
canvas,
|
|
372
|
-
audio,
|
|
373
|
-
iframe,
|
|
374
|
-
embed,
|
|
375
|
-
object {
|
|
376
|
-
display: block; /* 1 */
|
|
377
|
-
vertical-align: middle; /* 2 */
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
/*
|
|
381
|
-
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
382
|
-
*/
|
|
383
|
-
|
|
384
|
-
img,
|
|
385
|
-
video {
|
|
386
|
-
max-width: 100%;
|
|
387
|
-
height: auto;
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
391
|
-
|
|
392
|
-
[hidden] {
|
|
393
|
-
display: none;
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
*, ::before, ::after{
|
|
397
|
-
--tw-border-spacing-x: 0;
|
|
398
|
-
--tw-border-spacing-y: 0;
|
|
399
|
-
--tw-translate-x: 0;
|
|
400
|
-
--tw-translate-y: 0;
|
|
401
|
-
--tw-rotate: 0;
|
|
402
|
-
--tw-skew-x: 0;
|
|
403
|
-
--tw-skew-y: 0;
|
|
404
|
-
--tw-scale-x: 1;
|
|
405
|
-
--tw-scale-y: 1;
|
|
406
|
-
--tw-pan-x: ;
|
|
407
|
-
--tw-pan-y: ;
|
|
408
|
-
--tw-pinch-zoom: ;
|
|
409
|
-
--tw-scroll-snap-strictness: proximity;
|
|
410
|
-
--tw-gradient-from-position: ;
|
|
411
|
-
--tw-gradient-via-position: ;
|
|
412
|
-
--tw-gradient-to-position: ;
|
|
413
|
-
--tw-ordinal: ;
|
|
414
|
-
--tw-slashed-zero: ;
|
|
415
|
-
--tw-numeric-figure: ;
|
|
416
|
-
--tw-numeric-spacing: ;
|
|
417
|
-
--tw-numeric-fraction: ;
|
|
418
|
-
--tw-ring-inset: ;
|
|
419
|
-
--tw-ring-offset-width: 0px;
|
|
420
|
-
--tw-ring-offset-color: #fff;
|
|
421
|
-
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
422
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
423
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
424
|
-
--tw-shadow: 0 0 #0000;
|
|
425
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
426
|
-
--tw-blur: ;
|
|
427
|
-
--tw-brightness: ;
|
|
428
|
-
--tw-contrast: ;
|
|
429
|
-
--tw-grayscale: ;
|
|
430
|
-
--tw-hue-rotate: ;
|
|
431
|
-
--tw-invert: ;
|
|
432
|
-
--tw-saturate: ;
|
|
433
|
-
--tw-sepia: ;
|
|
434
|
-
--tw-drop-shadow: ;
|
|
435
|
-
--tw-backdrop-blur: ;
|
|
436
|
-
--tw-backdrop-brightness: ;
|
|
437
|
-
--tw-backdrop-contrast: ;
|
|
438
|
-
--tw-backdrop-grayscale: ;
|
|
439
|
-
--tw-backdrop-hue-rotate: ;
|
|
440
|
-
--tw-backdrop-invert: ;
|
|
441
|
-
--tw-backdrop-opacity: ;
|
|
442
|
-
--tw-backdrop-saturate: ;
|
|
443
|
-
--tw-backdrop-sepia: ;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
::backdrop{
|
|
447
|
-
--tw-border-spacing-x: 0;
|
|
448
|
-
--tw-border-spacing-y: 0;
|
|
449
|
-
--tw-translate-x: 0;
|
|
450
|
-
--tw-translate-y: 0;
|
|
451
|
-
--tw-rotate: 0;
|
|
452
|
-
--tw-skew-x: 0;
|
|
453
|
-
--tw-skew-y: 0;
|
|
454
|
-
--tw-scale-x: 1;
|
|
455
|
-
--tw-scale-y: 1;
|
|
456
|
-
--tw-pan-x: ;
|
|
457
|
-
--tw-pan-y: ;
|
|
458
|
-
--tw-pinch-zoom: ;
|
|
459
|
-
--tw-scroll-snap-strictness: proximity;
|
|
460
|
-
--tw-gradient-from-position: ;
|
|
461
|
-
--tw-gradient-via-position: ;
|
|
462
|
-
--tw-gradient-to-position: ;
|
|
463
|
-
--tw-ordinal: ;
|
|
464
|
-
--tw-slashed-zero: ;
|
|
465
|
-
--tw-numeric-figure: ;
|
|
466
|
-
--tw-numeric-spacing: ;
|
|
467
|
-
--tw-numeric-fraction: ;
|
|
468
|
-
--tw-ring-inset: ;
|
|
469
|
-
--tw-ring-offset-width: 0px;
|
|
470
|
-
--tw-ring-offset-color: #fff;
|
|
471
|
-
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
472
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
473
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
474
|
-
--tw-shadow: 0 0 #0000;
|
|
475
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
476
|
-
--tw-blur: ;
|
|
477
|
-
--tw-brightness: ;
|
|
478
|
-
--tw-contrast: ;
|
|
479
|
-
--tw-grayscale: ;
|
|
480
|
-
--tw-hue-rotate: ;
|
|
481
|
-
--tw-invert: ;
|
|
482
|
-
--tw-saturate: ;
|
|
483
|
-
--tw-sepia: ;
|
|
484
|
-
--tw-drop-shadow: ;
|
|
485
|
-
--tw-backdrop-blur: ;
|
|
486
|
-
--tw-backdrop-brightness: ;
|
|
487
|
-
--tw-backdrop-contrast: ;
|
|
488
|
-
--tw-backdrop-grayscale: ;
|
|
489
|
-
--tw-backdrop-hue-rotate: ;
|
|
490
|
-
--tw-backdrop-invert: ;
|
|
491
|
-
--tw-backdrop-opacity: ;
|
|
492
|
-
--tw-backdrop-saturate: ;
|
|
493
|
-
--tw-backdrop-sepia: ;
|
|
494
|
-
}
|
|
495
|
-
.sr-only{
|
|
496
|
-
position: absolute;
|
|
497
|
-
width: 1px;
|
|
498
|
-
height: 1px;
|
|
499
|
-
padding: 0;
|
|
500
|
-
margin: -1px;
|
|
501
|
-
overflow: hidden;
|
|
502
|
-
clip: rect(0, 0, 0, 0);
|
|
503
|
-
white-space: nowrap;
|
|
504
|
-
border-width: 0;
|
|
505
|
-
}
|
|
506
|
-
.fixed{
|
|
507
|
-
position: fixed;
|
|
508
|
-
}
|
|
509
|
-
.absolute{
|
|
510
|
-
position: absolute;
|
|
511
|
-
}
|
|
512
|
-
.inset-0{
|
|
513
|
-
inset: 0;
|
|
514
|
-
}
|
|
515
|
-
.left-\[50\%\]{
|
|
516
|
-
left: 50%;
|
|
517
|
-
}
|
|
518
|
-
.right-8{
|
|
519
|
-
right: 8px;
|
|
520
|
-
}
|
|
521
|
-
.top-24{
|
|
522
|
-
top: 24px;
|
|
523
|
-
}
|
|
524
|
-
.top-8{
|
|
525
|
-
top: 8px;
|
|
526
|
-
}
|
|
527
|
-
.z-50{
|
|
528
|
-
z-index: 50;
|
|
529
|
-
}
|
|
530
|
-
.mx-\[-8px\]{
|
|
531
|
-
margin-left: -8px;
|
|
532
|
-
margin-right: -8px;
|
|
533
|
-
}
|
|
534
|
-
.mb-16{
|
|
535
|
-
margin-bottom: 16px;
|
|
536
|
-
}
|
|
537
|
-
.mb-\[-8px\]{
|
|
538
|
-
margin-bottom: -8px;
|
|
539
|
-
}
|
|
540
|
-
.mr-8{
|
|
541
|
-
margin-right: 8px;
|
|
542
|
-
}
|
|
543
|
-
.mt-24{
|
|
544
|
-
margin-top: 24px;
|
|
545
|
-
}
|
|
546
|
-
.mt-8{
|
|
547
|
-
margin-top: 8px;
|
|
548
|
-
}
|
|
549
|
-
.flex{
|
|
550
|
-
display: flex;
|
|
551
|
-
}
|
|
552
|
-
.inline-flex{
|
|
553
|
-
display: inline-flex;
|
|
554
|
-
}
|
|
555
|
-
.grid{
|
|
556
|
-
display: grid;
|
|
557
|
-
}
|
|
558
|
-
.h-24{
|
|
559
|
-
height: 24px;
|
|
560
|
-
}
|
|
561
|
-
.h-32{
|
|
562
|
-
height: 32px;
|
|
563
|
-
}
|
|
564
|
-
.h-40{
|
|
565
|
-
height: 40px;
|
|
566
|
-
}
|
|
567
|
-
.max-h-screen{
|
|
568
|
-
max-height: 100vh;
|
|
569
|
-
}
|
|
570
|
-
.w-16{
|
|
571
|
-
width: 16px;
|
|
572
|
-
}
|
|
573
|
-
.w-24{
|
|
574
|
-
width: 24px;
|
|
575
|
-
}
|
|
576
|
-
.w-32{
|
|
577
|
-
width: 32px;
|
|
578
|
-
}
|
|
579
|
-
.min-w-96{
|
|
580
|
-
min-width: 96px;
|
|
581
|
-
}
|
|
582
|
-
.min-w-\[384px\]{
|
|
583
|
-
min-width: 384px;
|
|
584
|
-
}
|
|
585
|
-
.translate-x-\[-50\%\]{
|
|
586
|
-
--tw-translate-x: -50%;
|
|
587
|
-
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));
|
|
588
|
-
}
|
|
589
|
-
.select-text{
|
|
590
|
-
-webkit-user-select: text;
|
|
591
|
-
-moz-user-select: text;
|
|
592
|
-
user-select: text;
|
|
593
|
-
}
|
|
594
|
-
.items-center{
|
|
595
|
-
align-items: center;
|
|
596
|
-
}
|
|
597
|
-
.justify-end{
|
|
598
|
-
justify-content: flex-end;
|
|
599
|
-
}
|
|
600
|
-
.justify-center{
|
|
601
|
-
justify-content: center;
|
|
602
|
-
}
|
|
603
|
-
.gap-8{
|
|
604
|
-
gap: 8px;
|
|
605
|
-
}
|
|
606
|
-
.space-x-8 > :not([hidden]) ~ :not([hidden]){
|
|
607
|
-
--tw-space-x-reverse: 0;
|
|
608
|
-
margin-right: calc(8px * var(--tw-space-x-reverse));
|
|
609
|
-
margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
|
|
610
|
-
}
|
|
611
|
-
.overflow-y-auto{
|
|
612
|
-
overflow-y: auto;
|
|
613
|
-
}
|
|
614
|
-
.rounded{
|
|
615
|
-
border-radius: 8px;
|
|
616
|
-
}
|
|
617
|
-
.rounded-full{
|
|
618
|
-
border-radius: 9999px;
|
|
619
|
-
}
|
|
620
|
-
.border{
|
|
621
|
-
border-width: 1px;
|
|
622
|
-
}
|
|
623
|
-
.border-0{
|
|
624
|
-
border-width: 0;
|
|
625
|
-
}
|
|
626
|
-
.border-gray-900-24{
|
|
627
|
-
border-color: rgba(61, 63, 62, 0.24);
|
|
628
|
-
}
|
|
629
|
-
.border-robinblue-500{
|
|
630
|
-
--tw-border-opacity: 1;
|
|
631
|
-
border-color: rgb(0 152 163 / var(--tw-border-opacity));
|
|
632
|
-
}
|
|
633
|
-
.bg-gray-900-8{
|
|
634
|
-
background-color: rgba(61, 63, 62, 0.08);
|
|
635
|
-
}
|
|
636
|
-
.bg-gray-900\/48{
|
|
637
|
-
background-color: rgb(61 63 62 / 0.48);
|
|
638
|
-
}
|
|
639
|
-
.bg-robinblue-500{
|
|
640
|
-
--tw-bg-opacity: 1;
|
|
641
|
-
background-color: rgb(0 152 163 / var(--tw-bg-opacity));
|
|
642
|
-
}
|
|
643
|
-
.bg-white{
|
|
644
|
-
--tw-bg-opacity: 1;
|
|
645
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
646
|
-
}
|
|
647
|
-
.fill-gray-700{
|
|
648
|
-
fill: #757776;
|
|
649
|
-
}
|
|
650
|
-
.fill-gray-900{
|
|
651
|
-
fill: #3D3F3E;
|
|
652
|
-
}
|
|
653
|
-
.fill-robinblue-500{
|
|
654
|
-
fill: #0098A3;
|
|
655
|
-
}
|
|
656
|
-
.fill-white{
|
|
657
|
-
fill: #fff;
|
|
658
|
-
}
|
|
659
|
-
.p-24{
|
|
660
|
-
padding: 24px;
|
|
661
|
-
}
|
|
662
|
-
.px-16{
|
|
663
|
-
padding-left: 16px;
|
|
664
|
-
padding-right: 16px;
|
|
665
|
-
}
|
|
666
|
-
.px-24{
|
|
667
|
-
padding-left: 24px;
|
|
668
|
-
padding-right: 24px;
|
|
669
|
-
}
|
|
670
|
-
.text-left{
|
|
671
|
-
text-align: left;
|
|
672
|
-
}
|
|
673
|
-
.font-display{
|
|
674
|
-
font-family: neue-haas-grotesk-display, sans-serif;
|
|
675
|
-
}
|
|
676
|
-
.text-base{
|
|
677
|
-
font-size: 14px;
|
|
678
|
-
}
|
|
679
|
-
.text-lg{
|
|
680
|
-
font-size: 18px;
|
|
681
|
-
}
|
|
682
|
-
.font-medium{
|
|
683
|
-
font-weight: 500;
|
|
684
|
-
}
|
|
685
|
-
.font-normal{
|
|
686
|
-
font-weight: 400;
|
|
687
|
-
}
|
|
688
|
-
.text-gray-700{
|
|
689
|
-
--tw-text-opacity: 1;
|
|
690
|
-
color: rgb(117 119 118 / var(--tw-text-opacity));
|
|
691
|
-
}
|
|
692
|
-
.text-gray-800{
|
|
693
|
-
--tw-text-opacity: 1;
|
|
694
|
-
color: rgb(97 99 98 / var(--tw-text-opacity));
|
|
695
|
-
}
|
|
696
|
-
.text-gray-900{
|
|
697
|
-
--tw-text-opacity: 1;
|
|
698
|
-
color: rgb(61 63 62 / var(--tw-text-opacity));
|
|
699
|
-
}
|
|
700
|
-
.text-robinblue-500{
|
|
701
|
-
--tw-text-opacity: 1;
|
|
702
|
-
color: rgb(0 152 163 / var(--tw-text-opacity));
|
|
703
|
-
}
|
|
704
|
-
.text-white{
|
|
705
|
-
--tw-text-opacity: 1;
|
|
706
|
-
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
707
|
-
}
|
|
708
|
-
.shadow-200{
|
|
709
|
-
--tw-shadow: 0 4px 6px -1px rgba(61, 63, 62, .16);
|
|
710
|
-
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color);
|
|
711
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
712
|
-
}
|
|
713
|
-
.outline-none{
|
|
714
|
-
outline: 2px solid transparent;
|
|
715
|
-
outline-offset: 2px;
|
|
716
|
-
}
|
|
717
|
-
.outline{
|
|
718
|
-
outline-style: solid;
|
|
719
|
-
}
|
|
720
|
-
.backdrop-blur-sm{
|
|
721
|
-
--tw-backdrop-blur: blur(4px);
|
|
722
|
-
-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
723
|
-
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
724
|
-
}
|
|
725
|
-
.transition-colors{
|
|
726
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
727
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
728
|
-
transition-duration: 150ms;
|
|
729
|
-
}
|
|
730
|
-
.transition-opacity{
|
|
731
|
-
transition-property: opacity;
|
|
732
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
733
|
-
transition-duration: 150ms;
|
|
734
|
-
}
|
|
735
|
-
.duration-200{
|
|
736
|
-
transition-duration: 200ms;
|
|
737
|
-
}
|
|
738
|
-
@keyframes enter{
|
|
739
|
-
|
|
740
|
-
from{
|
|
741
|
-
opacity: var(--tw-enter-opacity, 1);
|
|
742
|
-
transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
|
|
743
|
-
}
|
|
744
|
-
}
|
|
745
|
-
@keyframes exit{
|
|
746
|
-
|
|
747
|
-
to{
|
|
748
|
-
opacity: var(--tw-exit-opacity, 1);
|
|
749
|
-
transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
|
|
750
|
-
}
|
|
751
|
-
}
|
|
752
|
-
.duration-200{
|
|
753
|
-
animation-duration: 200ms;
|
|
754
|
-
}
|
|
755
|
-
.hover\:bg-gray-900-12:hover{
|
|
756
|
-
background-color: rgba(61, 63, 62, 0.12);
|
|
757
|
-
}
|
|
758
|
-
.hover\:bg-gray-900-8:hover{
|
|
759
|
-
background-color: rgba(61, 63, 62, 0.08);
|
|
760
|
-
}
|
|
761
|
-
.hover\:bg-robinblue-500-8:hover{
|
|
762
|
-
background-color: rgba(0, 152, 163, 0.08);
|
|
763
|
-
}
|
|
764
|
-
.hover\:bg-robinblue-600:hover{
|
|
765
|
-
--tw-bg-opacity: 1;
|
|
766
|
-
background-color: rgb(0 122 133 / var(--tw-bg-opacity));
|
|
767
|
-
}
|
|
768
|
-
.hover\:fill-gray-800:hover{
|
|
769
|
-
fill: #616362;
|
|
770
|
-
}
|
|
771
|
-
.hover\:text-gray-800:hover{
|
|
772
|
-
--tw-text-opacity: 1;
|
|
773
|
-
color: rgb(97 99 98 / var(--tw-text-opacity));
|
|
774
|
-
}
|
|
775
|
-
.hover\:text-robinblue-600:hover{
|
|
776
|
-
--tw-text-opacity: 1;
|
|
777
|
-
color: rgb(0 122 133 / var(--tw-text-opacity));
|
|
778
|
-
}
|
|
779
|
-
.focus\:bg-gray-900-12:focus{
|
|
780
|
-
background-color: rgba(61, 63, 62, 0.12);
|
|
781
|
-
}
|
|
782
|
-
.focus\:bg-gray-900-8:focus{
|
|
783
|
-
background-color: rgba(61, 63, 62, 0.08);
|
|
784
|
-
}
|
|
785
|
-
.focus\:bg-robinblue-500-8:focus{
|
|
786
|
-
background-color: rgba(0, 152, 163, 0.08);
|
|
787
|
-
}
|
|
788
|
-
.focus\:bg-robinblue-600:focus{
|
|
789
|
-
--tw-bg-opacity: 1;
|
|
790
|
-
background-color: rgb(0 122 133 / var(--tw-bg-opacity));
|
|
791
|
-
}
|
|
792
|
-
.focus\:fill-gray-800:focus{
|
|
793
|
-
fill: #616362;
|
|
794
|
-
}
|
|
795
|
-
.focus\:fill-robinblue-600:focus{
|
|
796
|
-
fill: #007A85;
|
|
797
|
-
}
|
|
798
|
-
.focus\:text-gray-800:focus{
|
|
799
|
-
--tw-text-opacity: 1;
|
|
800
|
-
color: rgb(97 99 98 / var(--tw-text-opacity));
|
|
801
|
-
}
|
|
802
|
-
.focus\:text-robinblue-600:focus{
|
|
803
|
-
--tw-text-opacity: 1;
|
|
804
|
-
color: rgb(0 122 133 / var(--tw-text-opacity));
|
|
805
|
-
}
|
|
806
|
-
.active\:bg-gray-900-12:active{
|
|
807
|
-
background-color: rgba(61, 63, 62, 0.12);
|
|
808
|
-
}
|
|
809
|
-
.active\:bg-gray-900-16:active{
|
|
810
|
-
background-color: rgba(61, 63, 62, 0.16);
|
|
811
|
-
}
|
|
812
|
-
.active\:bg-robinblue-700:active{
|
|
813
|
-
--tw-bg-opacity: 1;
|
|
814
|
-
background-color: rgb(0 103 113 / var(--tw-bg-opacity));
|
|
815
|
-
}
|
|
816
|
-
.active\:fill-gray-900:active{
|
|
817
|
-
fill: #3D3F3E;
|
|
818
|
-
}
|
|
819
|
-
.active\:fill-robinblue-700:active{
|
|
820
|
-
fill: #006771;
|
|
821
|
-
}
|
|
822
|
-
.active\:text-gray-900:active{
|
|
823
|
-
--tw-text-opacity: 1;
|
|
824
|
-
color: rgb(61 63 62 / var(--tw-text-opacity));
|
|
825
|
-
}
|
|
826
|
-
.active\:text-robinblue-700:active{
|
|
827
|
-
--tw-text-opacity: 1;
|
|
828
|
-
color: rgb(0 103 113 / var(--tw-text-opacity));
|
|
829
|
-
}
|
|
830
|
-
.disabled\:pointer-events-none:disabled{
|
|
831
|
-
pointer-events: none;
|
|
832
|
-
}
|
|
833
|
-
.disabled\:opacity-40:disabled{
|
|
834
|
-
opacity: 0.40;
|
|
835
|
-
}
|
|
836
|
-
.data-\[state\=open\]\:animate-in[data-state=open]{
|
|
837
|
-
animation-name: enter;
|
|
838
|
-
animation-duration: 150ms;
|
|
839
|
-
--tw-enter-opacity: initial;
|
|
840
|
-
--tw-enter-scale: initial;
|
|
841
|
-
--tw-enter-rotate: initial;
|
|
842
|
-
--tw-enter-translate-x: initial;
|
|
843
|
-
--tw-enter-translate-y: initial;
|
|
844
|
-
}
|
|
845
|
-
.data-\[state\=closed\]\:animate-out[data-state=closed]{
|
|
846
|
-
animation-name: exit;
|
|
847
|
-
animation-duration: 150ms;
|
|
848
|
-
--tw-exit-opacity: initial;
|
|
849
|
-
--tw-exit-scale: initial;
|
|
850
|
-
--tw-exit-rotate: initial;
|
|
851
|
-
--tw-exit-translate-x: initial;
|
|
852
|
-
--tw-exit-translate-y: initial;
|
|
853
|
-
}
|
|
854
|
-
.data-\[state\=closed\]\:fade-out-0[data-state=closed]{
|
|
855
|
-
--tw-exit-opacity: 0;
|
|
856
|
-
}
|
|
857
|
-
.data-\[state\=open\]\:fade-in-0[data-state=open]{
|
|
858
|
-
--tw-enter-opacity: 0;
|
|
859
|
-
}
|
|
860
|
-
.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{
|
|
861
|
-
--tw-exit-scale: .95;
|
|
862
|
-
}
|
|
863
|
-
.data-\[state\=open\]\:zoom-in-95[data-state=open]{
|
|
864
|
-
--tw-enter-scale: .95;
|
|
865
|
-
}
|
|
866
|
-
.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{
|
|
867
|
-
--tw-exit-translate-x: -50%;
|
|
868
|
-
}
|
|
869
|
-
.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{
|
|
870
|
-
--tw-exit-translate-y: -48%;
|
|
871
|
-
}
|
|
872
|
-
.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{
|
|
873
|
-
--tw-enter-translate-x: -50%;
|
|
874
|
-
}
|
|
875
|
-
.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{
|
|
876
|
-
--tw-enter-translate-y: -48%;
|
|
877
|
-
}
|
|
1
|
+
@font-face{font-family:neue-haas-grotesk-text;src:url(https://use.typekit.net/af/0230dd/00000000000000007735bb33/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/0230dd/00000000000000007735bb33/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/0230dd/00000000000000007735bb33/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");font-display:auto;font-style:normal;font-weight:400}@font-face{font-family:neue-haas-grotesk-text;src:url(https://use.typekit.net/af/160664/00000000000000007735bb32/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff2"),url(https://use.typekit.net/af/160664/00000000000000007735bb32/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff"),url(https://use.typekit.net/af/160664/00000000000000007735bb32/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("opentype");font-display:auto;font-style:normal;font-weight:500}@font-face{font-family:neue-haas-grotesk-display;src:url(https://use.typekit.net/af/99b799/00000000000000007735bb38/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3) format("woff2"),url(https://use.typekit.net/af/99b799/00000000000000007735bb38/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3) format("woff"),url(https://use.typekit.net/af/99b799/00000000000000007735bb38/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3) format("opentype");font-display:auto;font-style:normal;font-weight:200}@font-face{font-family:neue-haas-grotesk-display;src:url(https://use.typekit.net/af/1ba16c/00000000000000007735bb5a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff2"),url(https://use.typekit.net/af/1ba16c/00000000000000007735bb5a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff"),url(https://use.typekit.net/af/1ba16c/00000000000000007735bb5a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("opentype");font-display:auto;font-style:normal;font-weight:400}@font-face{font-family:neue-haas-grotesk-display;src:url(https://use.typekit.net/af/153042/00000000000000007735bb62/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("woff2"),url(https://use.typekit.net/af/153042/00000000000000007735bb62/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("woff"),url(https://use.typekit.net/af/153042/00000000000000007735bb62/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("opentype");font-display:auto;font-style:normal;font-weight:500}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:neue-haas-grotesk-text,sans-serif;font-size:14px;line-height:20px;--tw-text-opacity: 1;color:rgb(61 63 62 / var(--tw-text-opacity))}h1,h2{font-family:neue-haas-grotesk-display,sans-serif;font-size:18px;font-weight:500;line-height:24px;--tw-text-opacity: 1;color:rgb(97 99 98 / var(--tw-text-opacity))}a{font-weight:500;--tw-text-opacity: 1;color:rgb(0 152 163 / var(--tw-text-opacity))}a:hover{--tw-text-opacity: 1;color:rgb(0 122 133 / var(--tw-text-opacity))}a:active{--tw-text-opacity: 1;color:rgb(0 103 113 / var(--tw-text-opacity))}::-moz-placeholder,input::-moz-placeholder,textarea::-moz-placeholder{--tw-text-opacity: 1;color:rgb(117 119 118 / var(--tw-text-opacity));opacity:1}::placeholder,input::placeholder,textarea::placeholder{--tw-text-opacity: 1;color:rgb(117 119 118 / var(--tw-text-opacity));opacity:1}label{font-size:12px;line-height:14px;--tw-text-opacity: 1;color:rgb(97 99 98 / var(--tw-text-opacity))}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d7d9d8}:before,:after{--tw-content: ""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#d7d9d8}input::placeholder,textarea::placeholder{opacity:1;color:#d7d9d8}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.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}.fixed{position:fixed}.absolute{position:absolute}.inset-0{inset:0}.left-\[50\%\]{left:50%}.right-8{right:8px}.top-24{top:24px}.top-8{top:8px}.z-50{z-index:50}.mx-\[-8px\]{margin-left:-8px;margin-right:-8px}.mb-16{margin-bottom:16px}.mb-\[-8px\]{margin-bottom:-8px}.mr-8{margin-right:8px}.mt-24{margin-top:24px}.mt-8{margin-top:8px}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.h-24{height:24px}.h-32{height:32px}.h-40{height:40px}.max-h-screen{max-height:100vh}.w-16{width:16px}.w-24{width:24px}.w-32{width:32px}.min-w-96{min-width:96px}.min-w-\[384px\]{min-width:384px}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.select-text{-webkit-user-select:text;-moz-user-select:text;user-select:text}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.gap-8{gap:8px}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(8px * var(--tw-space-x-reverse));margin-left:calc(8px * calc(1 - var(--tw-space-x-reverse)))}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:8px}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-0{border-width:0}.border-gray-900-24{border-color:#3d3f3e3d}.border-robinblue-500{--tw-border-opacity: 1;border-color:rgb(0 152 163 / var(--tw-border-opacity))}.bg-gray-900-8{background-color:#3d3f3e14}.bg-gray-900\/48{background-color:#3d3f3e7a}.bg-robinblue-500{--tw-bg-opacity: 1;background-color:rgb(0 152 163 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.fill-gray-700{fill:#757776}.fill-gray-900{fill:#3d3f3e}.fill-robinblue-500{fill:#0098a3}.fill-white{fill:#fff}.p-24{padding:24px}.px-16{padding-left:16px;padding-right:16px}.px-24{padding-left:24px;padding-right:24px}.text-left{text-align:left}.font-display{font-family:neue-haas-grotesk-display,sans-serif}.text-base{font-size:14px}.text-lg{font-size:18px}.font-medium{font-weight:500}.font-normal{font-weight:400}.text-gray-700{--tw-text-opacity: 1;color:rgb(117 119 118 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(97 99 98 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(61 63 62 / var(--tw-text-opacity))}.text-robinblue-500{--tw-text-opacity: 1;color:rgb(0 152 163 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.shadow-200{--tw-shadow: 0 4px 6px -1px rgba(61, 63, 62, .16);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.duration-200{animation-duration:.2s}.hover\:bg-gray-900-12:hover{background-color:#3d3f3e1f}.hover\:bg-gray-900-8:hover{background-color:#3d3f3e14}.hover\:bg-robinblue-500-8:hover{background-color:#0098a314}.hover\:bg-robinblue-600:hover{--tw-bg-opacity: 1;background-color:rgb(0 122 133 / var(--tw-bg-opacity))}.hover\:fill-gray-800:hover{fill:#616362}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(97 99 98 / var(--tw-text-opacity))}.hover\:text-robinblue-600:hover{--tw-text-opacity: 1;color:rgb(0 122 133 / var(--tw-text-opacity))}.focus\:bg-gray-900-12:focus{background-color:#3d3f3e1f}.focus\:bg-gray-900-8:focus{background-color:#3d3f3e14}.focus\:bg-robinblue-500-8:focus{background-color:#0098a314}.focus\:bg-robinblue-600:focus{--tw-bg-opacity: 1;background-color:rgb(0 122 133 / var(--tw-bg-opacity))}.focus\:fill-gray-800:focus{fill:#616362}.focus\:fill-robinblue-600:focus{fill:#007a85}.focus\:text-gray-800:focus{--tw-text-opacity: 1;color:rgb(97 99 98 / var(--tw-text-opacity))}.focus\:text-robinblue-600:focus{--tw-text-opacity: 1;color:rgb(0 122 133 / var(--tw-text-opacity))}.active\:bg-gray-900-12:active{background-color:#3d3f3e1f}.active\:bg-gray-900-16:active{background-color:#3d3f3e29}.active\:bg-robinblue-700:active{--tw-bg-opacity: 1;background-color:rgb(0 103 113 / var(--tw-bg-opacity))}.active\:fill-gray-900:active{fill:#3d3f3e}.active\:fill-robinblue-700:active{fill:#006771}.active\:text-gray-900:active{--tw-text-opacity: 1;color:rgb(61 63 62 / var(--tw-text-opacity))}.active\:text-robinblue-700:active{--tw-text-opacity: 1;color:rgb(0 103 113 / var(--tw-text-opacity))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:opacity-40:disabled{opacity:.4}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}
|