ariadne_view_components 0.0.49-arm64-darwin → 0.0.50-arm64-darwin

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2178 @@
1
+ /*
2
+ ! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
3
+ */
4
+
5
+ /*
6
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
7
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
8
+ */
9
+
10
+ *,
11
+ ::before,
12
+ ::after {
13
+ box-sizing: border-box;
14
+ /* 1 */
15
+ border-width: 0;
16
+ /* 2 */
17
+ border-style: solid;
18
+ /* 2 */
19
+ border-color: #e5e7eb;
20
+ /* 2 */
21
+ }
22
+
23
+ ::before,
24
+ ::after {
25
+ --tw-content: '';
26
+ }
27
+
28
+ /*
29
+ 1. Use a consistent sensible line-height in all browsers.
30
+ 2. Prevent adjustments of font size after orientation changes in iOS.
31
+ 3. Use a more readable tab size.
32
+ 4. Use the user's configured `sans` font-family by default.
33
+ 5. Use the user's configured `sans` font-feature-settings by default.
34
+ 6. Use the user's configured `sans` font-variation-settings by default.
35
+ */
36
+
37
+ html {
38
+ line-height: 1.5;
39
+ /* 1 */
40
+ -webkit-text-size-adjust: 100%;
41
+ /* 2 */
42
+ -moz-tab-size: 4;
43
+ /* 3 */
44
+ -o-tab-size: 4;
45
+ tab-size: 4;
46
+ /* 3 */
47
+ font-family: Inter var, 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";
48
+ /* 4 */
49
+ font-feature-settings: normal;
50
+ /* 5 */
51
+ font-variation-settings: normal;
52
+ /* 6 */
53
+ }
54
+
55
+ /*
56
+ 1. Remove the margin in all browsers.
57
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
58
+ */
59
+
60
+ body {
61
+ margin: 0;
62
+ /* 1 */
63
+ line-height: inherit;
64
+ /* 2 */
65
+ }
66
+
67
+ /*
68
+ 1. Add the correct height in Firefox.
69
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
70
+ 3. Ensure horizontal rules are visible by default.
71
+ */
72
+
73
+ hr {
74
+ height: 0;
75
+ /* 1 */
76
+ color: inherit;
77
+ /* 2 */
78
+ border-top-width: 1px;
79
+ /* 3 */
80
+ }
81
+
82
+ /*
83
+ Add the correct text decoration in Chrome, Edge, and Safari.
84
+ */
85
+
86
+ abbr:where([title]) {
87
+ -webkit-text-decoration: underline dotted;
88
+ text-decoration: underline dotted;
89
+ }
90
+
91
+ /*
92
+ Remove the default font size and weight for headings.
93
+ */
94
+
95
+ h1,
96
+ h2,
97
+ h3,
98
+ h4,
99
+ h5,
100
+ h6 {
101
+ font-size: inherit;
102
+ font-weight: inherit;
103
+ }
104
+
105
+ /*
106
+ Reset links to optimize for opt-in styling instead of opt-out.
107
+ */
108
+
109
+ a {
110
+ color: inherit;
111
+ text-decoration: inherit;
112
+ }
113
+
114
+ /*
115
+ Add the correct font weight in Edge and Safari.
116
+ */
117
+
118
+ b,
119
+ strong {
120
+ font-weight: bolder;
121
+ }
122
+
123
+ /*
124
+ 1. Use the user's configured `mono` font family by default.
125
+ 2. Correct the odd `em` font sizing in all browsers.
126
+ */
127
+
128
+ code,
129
+ kbd,
130
+ samp,
131
+ pre {
132
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
133
+ /* 1 */
134
+ font-size: 1em;
135
+ /* 2 */
136
+ }
137
+
138
+ /*
139
+ Add the correct font size in all browsers.
140
+ */
141
+
142
+ small {
143
+ font-size: 80%;
144
+ }
145
+
146
+ /*
147
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
148
+ */
149
+
150
+ sub,
151
+ sup {
152
+ font-size: 75%;
153
+ line-height: 0;
154
+ position: relative;
155
+ vertical-align: baseline;
156
+ }
157
+
158
+ sub {
159
+ bottom: -0.25em;
160
+ }
161
+
162
+ sup {
163
+ top: -0.5em;
164
+ }
165
+
166
+ /*
167
+ 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)
168
+ 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)
169
+ 3. Remove gaps between table borders by default.
170
+ */
171
+
172
+ table {
173
+ text-indent: 0;
174
+ /* 1 */
175
+ border-color: inherit;
176
+ /* 2 */
177
+ border-collapse: collapse;
178
+ /* 3 */
179
+ }
180
+
181
+ /*
182
+ 1. Change the font styles in all browsers.
183
+ 2. Remove the margin in Firefox and Safari.
184
+ 3. Remove default padding in all browsers.
185
+ */
186
+
187
+ button,
188
+ input,
189
+ optgroup,
190
+ select,
191
+ textarea {
192
+ font-family: inherit;
193
+ /* 1 */
194
+ font-size: 100%;
195
+ /* 1 */
196
+ font-weight: inherit;
197
+ /* 1 */
198
+ line-height: inherit;
199
+ /* 1 */
200
+ color: inherit;
201
+ /* 1 */
202
+ margin: 0;
203
+ /* 2 */
204
+ padding: 0;
205
+ /* 3 */
206
+ }
207
+
208
+ /*
209
+ Remove the inheritance of text transform in Edge and Firefox.
210
+ */
211
+
212
+ button,
213
+ select {
214
+ text-transform: none;
215
+ }
216
+
217
+ /*
218
+ 1. Correct the inability to style clickable types in iOS and Safari.
219
+ 2. Remove default button styles.
220
+ */
221
+
222
+ button,
223
+ [type='button'],
224
+ [type='reset'],
225
+ [type='submit'] {
226
+ -webkit-appearance: button;
227
+ /* 1 */
228
+ background-color: transparent;
229
+ /* 2 */
230
+ background-image: none;
231
+ /* 2 */
232
+ }
233
+
234
+ /*
235
+ Use the modern Firefox focus style for all focusable elements.
236
+ */
237
+
238
+ :-moz-focusring {
239
+ outline: auto;
240
+ }
241
+
242
+ /*
243
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
244
+ */
245
+
246
+ :-moz-ui-invalid {
247
+ box-shadow: none;
248
+ }
249
+
250
+ /*
251
+ Add the correct vertical alignment in Chrome and Firefox.
252
+ */
253
+
254
+ progress {
255
+ vertical-align: baseline;
256
+ }
257
+
258
+ /*
259
+ Correct the cursor style of increment and decrement buttons in Safari.
260
+ */
261
+
262
+ ::-webkit-inner-spin-button,
263
+ ::-webkit-outer-spin-button {
264
+ height: auto;
265
+ }
266
+
267
+ /*
268
+ 1. Correct the odd appearance in Chrome and Safari.
269
+ 2. Correct the outline style in Safari.
270
+ */
271
+
272
+ [type='search'] {
273
+ -webkit-appearance: textfield;
274
+ /* 1 */
275
+ outline-offset: -2px;
276
+ /* 2 */
277
+ }
278
+
279
+ /*
280
+ Remove the inner padding in Chrome and Safari on macOS.
281
+ */
282
+
283
+ ::-webkit-search-decoration {
284
+ -webkit-appearance: none;
285
+ }
286
+
287
+ /*
288
+ 1. Correct the inability to style clickable types in iOS and Safari.
289
+ 2. Change font properties to `inherit` in Safari.
290
+ */
291
+
292
+ ::-webkit-file-upload-button {
293
+ -webkit-appearance: button;
294
+ /* 1 */
295
+ font: inherit;
296
+ /* 2 */
297
+ }
298
+
299
+ /*
300
+ Add the correct display in Chrome and Safari.
301
+ */
302
+
303
+ summary {
304
+ display: list-item;
305
+ }
306
+
307
+ /*
308
+ Removes the default spacing and border for appropriate elements.
309
+ */
310
+
311
+ blockquote,
312
+ dl,
313
+ dd,
314
+ h1,
315
+ h2,
316
+ h3,
317
+ h4,
318
+ h5,
319
+ h6,
320
+ hr,
321
+ figure,
322
+ p,
323
+ pre {
324
+ margin: 0;
325
+ }
326
+
327
+ fieldset {
328
+ margin: 0;
329
+ padding: 0;
330
+ }
331
+
332
+ legend {
333
+ padding: 0;
334
+ }
335
+
336
+ ol,
337
+ ul,
338
+ menu {
339
+ list-style: none;
340
+ margin: 0;
341
+ padding: 0;
342
+ }
343
+
344
+ /*
345
+ Prevent resizing textareas horizontally by default.
346
+ */
347
+
348
+ textarea {
349
+ resize: vertical;
350
+ }
351
+
352
+ /*
353
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
354
+ 2. Set the default placeholder color to the user's configured gray 400 color.
355
+ */
356
+
357
+ input::-moz-placeholder, textarea::-moz-placeholder {
358
+ opacity: 1;
359
+ /* 1 */
360
+ color: #9ca3af;
361
+ /* 2 */
362
+ }
363
+
364
+ input::placeholder,
365
+ textarea::placeholder {
366
+ opacity: 1;
367
+ /* 1 */
368
+ color: #9ca3af;
369
+ /* 2 */
370
+ }
371
+
372
+ /*
373
+ Set the default cursor for buttons.
374
+ */
375
+
376
+ button,
377
+ [role="button"] {
378
+ cursor: pointer;
379
+ }
380
+
381
+ /*
382
+ Make sure disabled buttons don't get the pointer cursor.
383
+ */
384
+
385
+ :disabled {
386
+ cursor: default;
387
+ }
388
+
389
+ /*
390
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
391
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
392
+ This can trigger a poorly considered lint error in some tools but is included by design.
393
+ */
394
+
395
+ img,
396
+ svg,
397
+ video,
398
+ canvas,
399
+ audio,
400
+ iframe,
401
+ embed,
402
+ object {
403
+ display: block;
404
+ /* 1 */
405
+ vertical-align: middle;
406
+ /* 2 */
407
+ }
408
+
409
+ /*
410
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
411
+ */
412
+
413
+ img,
414
+ video {
415
+ max-width: 100%;
416
+ height: auto;
417
+ }
418
+
419
+ /* Make elements with the HTML hidden attribute stay hidden by default */
420
+
421
+ [hidden] {
422
+ display: none;
423
+ }
424
+
425
+ [type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
426
+ -webkit-appearance: none;
427
+ -moz-appearance: none;
428
+ appearance: none;
429
+ background-color: #fff;
430
+ border-color: #6b7280;
431
+ border-width: 1px;
432
+ border-radius: 0px;
433
+ padding-top: 0.5rem;
434
+ padding-right: 0.75rem;
435
+ padding-bottom: 0.5rem;
436
+ padding-left: 0.75rem;
437
+ font-size: 1rem;
438
+ line-height: 1.5rem;
439
+ --tw-shadow: 0 0 #0000;
440
+ }
441
+
442
+ [type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
443
+ outline: 2px solid transparent;
444
+ outline-offset: 2px;
445
+ --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
446
+ --tw-ring-offset-width: 0px;
447
+ --tw-ring-offset-color: #fff;
448
+ --tw-ring-color: #2563eb;
449
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
450
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
451
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
452
+ border-color: #2563eb;
453
+ }
454
+
455
+ input::-moz-placeholder, textarea::-moz-placeholder {
456
+ color: #6b7280;
457
+ opacity: 1;
458
+ }
459
+
460
+ input::placeholder,textarea::placeholder {
461
+ color: #6b7280;
462
+ opacity: 1;
463
+ }
464
+
465
+ ::-webkit-datetime-edit-fields-wrapper {
466
+ padding: 0;
467
+ }
468
+
469
+ ::-webkit-date-and-time-value {
470
+ min-height: 1.5em;
471
+ }
472
+
473
+ ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
474
+ padding-top: 0;
475
+ padding-bottom: 0;
476
+ }
477
+
478
+ select {
479
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
480
+ background-position: right 0.5rem center;
481
+ background-repeat: no-repeat;
482
+ background-size: 1.5em 1.5em;
483
+ padding-right: 2.5rem;
484
+ -webkit-print-color-adjust: exact;
485
+ print-color-adjust: exact;
486
+ }
487
+
488
+ [multiple] {
489
+ background-image: initial;
490
+ background-position: initial;
491
+ background-repeat: unset;
492
+ background-size: initial;
493
+ padding-right: 0.75rem;
494
+ -webkit-print-color-adjust: unset;
495
+ print-color-adjust: unset;
496
+ }
497
+
498
+ [type='checkbox'],[type='radio'] {
499
+ -webkit-appearance: none;
500
+ -moz-appearance: none;
501
+ appearance: none;
502
+ padding: 0;
503
+ -webkit-print-color-adjust: exact;
504
+ print-color-adjust: exact;
505
+ display: inline-block;
506
+ vertical-align: middle;
507
+ background-origin: border-box;
508
+ -webkit-user-select: none;
509
+ -moz-user-select: none;
510
+ user-select: none;
511
+ flex-shrink: 0;
512
+ height: 1rem;
513
+ width: 1rem;
514
+ color: #2563eb;
515
+ background-color: #fff;
516
+ border-color: #6b7280;
517
+ border-width: 1px;
518
+ --tw-shadow: 0 0 #0000;
519
+ }
520
+
521
+ [type='checkbox'] {
522
+ border-radius: 0px;
523
+ }
524
+
525
+ [type='radio'] {
526
+ border-radius: 100%;
527
+ }
528
+
529
+ [type='checkbox']:focus,[type='radio']:focus {
530
+ outline: 2px solid transparent;
531
+ outline-offset: 2px;
532
+ --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
533
+ --tw-ring-offset-width: 2px;
534
+ --tw-ring-offset-color: #fff;
535
+ --tw-ring-color: #2563eb;
536
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
537
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
538
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
539
+ }
540
+
541
+ [type='checkbox']:checked,[type='radio']:checked {
542
+ border-color: transparent;
543
+ background-color: currentColor;
544
+ background-size: 100% 100%;
545
+ background-position: center;
546
+ background-repeat: no-repeat;
547
+ }
548
+
549
+ [type='checkbox']:checked {
550
+ background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
551
+ }
552
+
553
+ [type='radio']:checked {
554
+ background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
555
+ }
556
+
557
+ [type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
558
+ border-color: transparent;
559
+ background-color: currentColor;
560
+ }
561
+
562
+ [type='checkbox']:indeterminate {
563
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
564
+ border-color: transparent;
565
+ background-color: currentColor;
566
+ background-size: 100% 100%;
567
+ background-position: center;
568
+ background-repeat: no-repeat;
569
+ }
570
+
571
+ [type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
572
+ border-color: transparent;
573
+ background-color: currentColor;
574
+ }
575
+
576
+ [type='file'] {
577
+ background: unset;
578
+ border-color: inherit;
579
+ border-width: 0;
580
+ border-radius: 0;
581
+ padding: 0;
582
+ font-size: unset;
583
+ line-height: inherit;
584
+ }
585
+
586
+ [type='file']:focus {
587
+ outline: 1px solid ButtonText;
588
+ outline: 1px auto -webkit-focus-ring-color;
589
+ }
590
+
591
+ *, ::before, ::after {
592
+ --tw-border-spacing-x: 0;
593
+ --tw-border-spacing-y: 0;
594
+ --tw-translate-x: 0;
595
+ --tw-translate-y: 0;
596
+ --tw-rotate: 0;
597
+ --tw-skew-x: 0;
598
+ --tw-skew-y: 0;
599
+ --tw-scale-x: 1;
600
+ --tw-scale-y: 1;
601
+ --tw-pan-x: ;
602
+ --tw-pan-y: ;
603
+ --tw-pinch-zoom: ;
604
+ --tw-scroll-snap-strictness: proximity;
605
+ --tw-gradient-from-position: ;
606
+ --tw-gradient-via-position: ;
607
+ --tw-gradient-to-position: ;
608
+ --tw-ordinal: ;
609
+ --tw-slashed-zero: ;
610
+ --tw-numeric-figure: ;
611
+ --tw-numeric-spacing: ;
612
+ --tw-numeric-fraction: ;
613
+ --tw-ring-inset: ;
614
+ --tw-ring-offset-width: 0px;
615
+ --tw-ring-offset-color: #fff;
616
+ --tw-ring-color: rgb(59 130 246 / 0.5);
617
+ --tw-ring-offset-shadow: 0 0 #0000;
618
+ --tw-ring-shadow: 0 0 #0000;
619
+ --tw-shadow: 0 0 #0000;
620
+ --tw-shadow-colored: 0 0 #0000;
621
+ --tw-blur: ;
622
+ --tw-brightness: ;
623
+ --tw-contrast: ;
624
+ --tw-grayscale: ;
625
+ --tw-hue-rotate: ;
626
+ --tw-invert: ;
627
+ --tw-saturate: ;
628
+ --tw-sepia: ;
629
+ --tw-drop-shadow: ;
630
+ --tw-backdrop-blur: ;
631
+ --tw-backdrop-brightness: ;
632
+ --tw-backdrop-contrast: ;
633
+ --tw-backdrop-grayscale: ;
634
+ --tw-backdrop-hue-rotate: ;
635
+ --tw-backdrop-invert: ;
636
+ --tw-backdrop-opacity: ;
637
+ --tw-backdrop-saturate: ;
638
+ --tw-backdrop-sepia: ;
639
+ }
640
+
641
+ ::backdrop {
642
+ --tw-border-spacing-x: 0;
643
+ --tw-border-spacing-y: 0;
644
+ --tw-translate-x: 0;
645
+ --tw-translate-y: 0;
646
+ --tw-rotate: 0;
647
+ --tw-skew-x: 0;
648
+ --tw-skew-y: 0;
649
+ --tw-scale-x: 1;
650
+ --tw-scale-y: 1;
651
+ --tw-pan-x: ;
652
+ --tw-pan-y: ;
653
+ --tw-pinch-zoom: ;
654
+ --tw-scroll-snap-strictness: proximity;
655
+ --tw-gradient-from-position: ;
656
+ --tw-gradient-via-position: ;
657
+ --tw-gradient-to-position: ;
658
+ --tw-ordinal: ;
659
+ --tw-slashed-zero: ;
660
+ --tw-numeric-figure: ;
661
+ --tw-numeric-spacing: ;
662
+ --tw-numeric-fraction: ;
663
+ --tw-ring-inset: ;
664
+ --tw-ring-offset-width: 0px;
665
+ --tw-ring-offset-color: #fff;
666
+ --tw-ring-color: rgb(59 130 246 / 0.5);
667
+ --tw-ring-offset-shadow: 0 0 #0000;
668
+ --tw-ring-shadow: 0 0 #0000;
669
+ --tw-shadow: 0 0 #0000;
670
+ --tw-shadow-colored: 0 0 #0000;
671
+ --tw-blur: ;
672
+ --tw-brightness: ;
673
+ --tw-contrast: ;
674
+ --tw-grayscale: ;
675
+ --tw-hue-rotate: ;
676
+ --tw-invert: ;
677
+ --tw-saturate: ;
678
+ --tw-sepia: ;
679
+ --tw-drop-shadow: ;
680
+ --tw-backdrop-blur: ;
681
+ --tw-backdrop-brightness: ;
682
+ --tw-backdrop-contrast: ;
683
+ --tw-backdrop-grayscale: ;
684
+ --tw-backdrop-hue-rotate: ;
685
+ --tw-backdrop-invert: ;
686
+ --tw-backdrop-opacity: ;
687
+ --tw-backdrop-saturate: ;
688
+ --tw-backdrop-sepia: ;
689
+ }
690
+
691
+ .ariadne-sr-only {
692
+ position: absolute;
693
+ width: 1px;
694
+ height: 1px;
695
+ padding: 0;
696
+ margin: -1px;
697
+ overflow: hidden;
698
+ clip: rect(0, 0, 0, 0);
699
+ white-space: nowrap;
700
+ border-width: 0;
701
+ }
702
+
703
+ .ariadne-pointer-events-none {
704
+ pointer-events: none;
705
+ }
706
+
707
+ .ariadne-invisible {
708
+ visibility: hidden;
709
+ }
710
+
711
+ .ariadne-fixed {
712
+ position: fixed;
713
+ }
714
+
715
+ .ariadne-absolute {
716
+ position: absolute;
717
+ }
718
+
719
+ .ariadne-relative {
720
+ position: relative;
721
+ }
722
+
723
+ .ariadne-sticky {
724
+ position: sticky;
725
+ }
726
+
727
+ .ariadne-left-0 {
728
+ left: 0px;
729
+ }
730
+
731
+ .ariadne-right-0 {
732
+ right: 0px;
733
+ }
734
+
735
+ .ariadne-right-2 {
736
+ right: 0.5rem;
737
+ }
738
+
739
+ .ariadne-top-0 {
740
+ top: 0px;
741
+ }
742
+
743
+ .ariadne-z-10 {
744
+ z-index: 10;
745
+ }
746
+
747
+ .ariadne-z-50 {
748
+ z-index: 50;
749
+ }
750
+
751
+ .ariadne-m-10 {
752
+ margin: 2.5rem;
753
+ }
754
+
755
+ .ariadne--mx-1 {
756
+ margin-left: -0.25rem;
757
+ margin-right: -0.25rem;
758
+ }
759
+
760
+ .ariadne--mx-1\.5 {
761
+ margin-left: -0.375rem;
762
+ margin-right: -0.375rem;
763
+ }
764
+
765
+ .ariadne--mx-2 {
766
+ margin-left: -0.5rem;
767
+ margin-right: -0.5rem;
768
+ }
769
+
770
+ .ariadne--my-1 {
771
+ margin-top: -0.25rem;
772
+ margin-bottom: -0.25rem;
773
+ }
774
+
775
+ .ariadne--my-1\.5 {
776
+ margin-top: -0.375rem;
777
+ margin-bottom: -0.375rem;
778
+ }
779
+
780
+ .ariadne-mx-auto {
781
+ margin-left: auto;
782
+ margin-right: auto;
783
+ }
784
+
785
+ .ariadne-my-2 {
786
+ margin-top: 0.5rem;
787
+ margin-bottom: 0.5rem;
788
+ }
789
+
790
+ .ariadne--mb-8 {
791
+ margin-bottom: -2rem;
792
+ }
793
+
794
+ .ariadne--ml-px {
795
+ margin-left: -1px;
796
+ }
797
+
798
+ .ariadne--mr-1 {
799
+ margin-right: -0.25rem;
800
+ }
801
+
802
+ .ariadne--mr-px {
803
+ margin-right: -1px;
804
+ }
805
+
806
+ .ariadne--mt-px {
807
+ margin-top: -1px;
808
+ }
809
+
810
+ .ariadne-ml-2 {
811
+ margin-left: 0.5rem;
812
+ }
813
+
814
+ .ariadne-ml-3 {
815
+ margin-left: 0.75rem;
816
+ }
817
+
818
+ .ariadne-ml-4 {
819
+ margin-left: 1rem;
820
+ }
821
+
822
+ .ariadne-mr-2 {
823
+ margin-right: 0.5rem;
824
+ }
825
+
826
+ .ariadne-mt-0 {
827
+ margin-top: 0px;
828
+ }
829
+
830
+ .ariadne-mt-2 {
831
+ margin-top: 0.5rem;
832
+ }
833
+
834
+ .ariadne-mt-4 {
835
+ margin-top: 1rem;
836
+ }
837
+
838
+ .ariadne-mt-6 {
839
+ margin-top: 1.5rem;
840
+ }
841
+
842
+ .ariadne-mt-8 {
843
+ margin-top: 2rem;
844
+ }
845
+
846
+ .ariadne-block {
847
+ display: block;
848
+ }
849
+
850
+ .ariadne-inline-block {
851
+ display: inline-block;
852
+ }
853
+
854
+ .ariadne-flex {
855
+ display: flex;
856
+ }
857
+
858
+ .ariadne-inline-flex {
859
+ display: inline-flex;
860
+ }
861
+
862
+ .ariadne-flow-root {
863
+ display: flow-root;
864
+ }
865
+
866
+ .ariadne-grid {
867
+ display: grid;
868
+ }
869
+
870
+ .ariadne-hidden {
871
+ display: none;
872
+ }
873
+
874
+ .ariadne-h-10 {
875
+ height: 2.5rem;
876
+ }
877
+
878
+ .ariadne-h-12 {
879
+ height: 3rem;
880
+ }
881
+
882
+ .ariadne-h-16 {
883
+ height: 4rem;
884
+ }
885
+
886
+ .ariadne-h-2 {
887
+ height: 0.5rem;
888
+ }
889
+
890
+ .ariadne-h-3 {
891
+ height: 0.75rem;
892
+ }
893
+
894
+ .ariadne-h-4 {
895
+ height: 1rem;
896
+ }
897
+
898
+ .ariadne-h-5 {
899
+ height: 1.25rem;
900
+ }
901
+
902
+ .ariadne-h-6 {
903
+ height: 1.5rem;
904
+ }
905
+
906
+ .ariadne-h-8 {
907
+ height: 2rem;
908
+ }
909
+
910
+ .ariadne-h-full {
911
+ height: 100%;
912
+ }
913
+
914
+ .ariadne-h-screen {
915
+ height: 100vh;
916
+ }
917
+
918
+ .ariadne-max-h-full {
919
+ max-height: 100%;
920
+ }
921
+
922
+ .ariadne-w-0 {
923
+ width: 0px;
924
+ }
925
+
926
+ .ariadne-w-1\/5 {
927
+ width: 20%;
928
+ }
929
+
930
+ .ariadne-w-10 {
931
+ width: 2.5rem;
932
+ }
933
+
934
+ .ariadne-w-12 {
935
+ width: 3rem;
936
+ }
937
+
938
+ .ariadne-w-14 {
939
+ width: 3.5rem;
940
+ }
941
+
942
+ .ariadne-w-3 {
943
+ width: 0.75rem;
944
+ }
945
+
946
+ .ariadne-w-3\/5 {
947
+ width: 60%;
948
+ }
949
+
950
+ .ariadne-w-4 {
951
+ width: 1rem;
952
+ }
953
+
954
+ .ariadne-w-5 {
955
+ width: 1.25rem;
956
+ }
957
+
958
+ .ariadne-w-56 {
959
+ width: 14rem;
960
+ }
961
+
962
+ .ariadne-w-6 {
963
+ width: 1.5rem;
964
+ }
965
+
966
+ .ariadne-w-8 {
967
+ width: 2rem;
968
+ }
969
+
970
+ .ariadne-w-9 {
971
+ width: 2.25rem;
972
+ }
973
+
974
+ .ariadne-w-auto {
975
+ width: auto;
976
+ }
977
+
978
+ .ariadne-w-fit {
979
+ width: -moz-fit-content;
980
+ width: fit-content;
981
+ }
982
+
983
+ .ariadne-w-full {
984
+ width: 100%;
985
+ }
986
+
987
+ .ariadne-w-screen {
988
+ width: 100vw;
989
+ }
990
+
991
+ .ariadne-min-w-\[21rem\] {
992
+ min-width: 21rem;
993
+ }
994
+
995
+ .ariadne-min-w-full {
996
+ min-width: 100%;
997
+ }
998
+
999
+ .ariadne-max-w-7xl {
1000
+ max-width: 80rem;
1001
+ }
1002
+
1003
+ .ariadne-max-w-xs {
1004
+ max-width: 20rem;
1005
+ }
1006
+
1007
+ .ariadne-flex-1 {
1008
+ flex: 1 1 0%;
1009
+ }
1010
+
1011
+ .ariadne-flex-auto {
1012
+ flex: 1 1 auto;
1013
+ }
1014
+
1015
+ .ariadne-flex-initial {
1016
+ flex: 0 1 auto;
1017
+ }
1018
+
1019
+ .ariadne-flex-none {
1020
+ flex: none;
1021
+ }
1022
+
1023
+ .ariadne-flex-shrink-0 {
1024
+ flex-shrink: 0;
1025
+ }
1026
+
1027
+ .ariadne-flex-grow {
1028
+ flex-grow: 1;
1029
+ }
1030
+
1031
+ .ariadne-grow {
1032
+ flex-grow: 1;
1033
+ }
1034
+
1035
+ .ariadne-translate-x-0 {
1036
+ --tw-translate-x: 0px;
1037
+ 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));
1038
+ }
1039
+
1040
+ .ariadne-translate-x-3 {
1041
+ --tw-translate-x: 0.75rem;
1042
+ 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));
1043
+ }
1044
+
1045
+ .ariadne-transform {
1046
+ 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));
1047
+ }
1048
+
1049
+ @keyframes ariadne-spin {
1050
+ to {
1051
+ transform: rotate(360deg);
1052
+ }
1053
+ }
1054
+
1055
+ .ariadne-animate-spin {
1056
+ animation: ariadne-spin 1s linear infinite;
1057
+ }
1058
+
1059
+ .ariadne-cursor-default {
1060
+ cursor: default;
1061
+ }
1062
+
1063
+ .ariadne-cursor-pointer {
1064
+ cursor: pointer;
1065
+ }
1066
+
1067
+ .ariadne-list-none {
1068
+ list-style-type: none;
1069
+ }
1070
+
1071
+ .ariadne-flex-row {
1072
+ flex-direction: row;
1073
+ }
1074
+
1075
+ .ariadne-flex-row-reverse {
1076
+ flex-direction: row-reverse;
1077
+ }
1078
+
1079
+ .ariadne-flex-col {
1080
+ flex-direction: column;
1081
+ }
1082
+
1083
+ .ariadne-items-center {
1084
+ align-items: center;
1085
+ }
1086
+
1087
+ .ariadne-items-baseline {
1088
+ align-items: baseline;
1089
+ }
1090
+
1091
+ .ariadne-justify-end {
1092
+ justify-content: flex-end;
1093
+ }
1094
+
1095
+ .ariadne-justify-center {
1096
+ justify-content: center;
1097
+ }
1098
+
1099
+ .ariadne-justify-between {
1100
+ justify-content: space-between;
1101
+ }
1102
+
1103
+ .ariadne-gap-1 {
1104
+ gap: 0.25rem;
1105
+ }
1106
+
1107
+ .ariadne-gap-2 {
1108
+ gap: 0.5rem;
1109
+ }
1110
+
1111
+ .ariadne-gap-6 {
1112
+ gap: 1.5rem;
1113
+ }
1114
+
1115
+ .ariadne-gap-x-5 {
1116
+ -moz-column-gap: 1.25rem;
1117
+ column-gap: 1.25rem;
1118
+ }
1119
+
1120
+ .ariadne--space-x-2 > :not([hidden]) ~ :not([hidden]) {
1121
+ --tw-space-x-reverse: 0;
1122
+ margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
1123
+ margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
1124
+ }
1125
+
1126
+ .ariadne-divide-x > :not([hidden]) ~ :not([hidden]) {
1127
+ --tw-divide-x-reverse: 0;
1128
+ border-right-width: calc(1px * var(--tw-divide-x-reverse));
1129
+ border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
1130
+ }
1131
+
1132
+ .ariadne-divide-y > :not([hidden]) ~ :not([hidden]) {
1133
+ --tw-divide-y-reverse: 0;
1134
+ border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
1135
+ border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
1136
+ }
1137
+
1138
+ .ariadne-divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
1139
+ --tw-divide-opacity: 1;
1140
+ border-color: rgb(243 244 246 / var(--tw-divide-opacity));
1141
+ }
1142
+
1143
+ .ariadne-divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
1144
+ --tw-divide-opacity: 1;
1145
+ border-color: rgb(229 231 235 / var(--tw-divide-opacity));
1146
+ }
1147
+
1148
+ .ariadne-divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
1149
+ --tw-divide-opacity: 1;
1150
+ border-color: rgb(209 213 219 / var(--tw-divide-opacity));
1151
+ }
1152
+
1153
+ .ariadne-overflow-hidden {
1154
+ overflow: hidden;
1155
+ }
1156
+
1157
+ .ariadne-scroll-smooth {
1158
+ scroll-behavior: smooth;
1159
+ }
1160
+
1161
+ .ariadne-text-ellipsis {
1162
+ text-overflow: ellipsis;
1163
+ }
1164
+
1165
+ .ariadne-whitespace-nowrap {
1166
+ white-space: nowrap;
1167
+ }
1168
+
1169
+ .ariadne-rounded {
1170
+ border-radius: 0.25rem;
1171
+ }
1172
+
1173
+ .ariadne-rounded-full {
1174
+ border-radius: 9999px;
1175
+ }
1176
+
1177
+ .ariadne-rounded-lg {
1178
+ border-radius: 0.5rem;
1179
+ }
1180
+
1181
+ .ariadne-rounded-md {
1182
+ border-radius: 0.375rem;
1183
+ }
1184
+
1185
+ .ariadne-rounded-l-md {
1186
+ border-top-left-radius: 0.375rem;
1187
+ border-bottom-left-radius: 0.375rem;
1188
+ }
1189
+
1190
+ .ariadne-rounded-r-md {
1191
+ border-top-right-radius: 0.375rem;
1192
+ border-bottom-right-radius: 0.375rem;
1193
+ }
1194
+
1195
+ .ariadne-border {
1196
+ border-width: 1px;
1197
+ }
1198
+
1199
+ .ariadne-border-2 {
1200
+ border-width: 2px;
1201
+ }
1202
+
1203
+ .ariadne-border-y-2 {
1204
+ border-top-width: 2px;
1205
+ border-bottom-width: 2px;
1206
+ }
1207
+
1208
+ .ariadne-border-b-2 {
1209
+ border-bottom-width: 2px;
1210
+ }
1211
+
1212
+ .ariadne-border-r-2 {
1213
+ border-right-width: 2px;
1214
+ }
1215
+
1216
+ .ariadne-border-solid {
1217
+ border-style: solid;
1218
+ }
1219
+
1220
+ .ariadne-border-none {
1221
+ border-style: none;
1222
+ }
1223
+
1224
+ .ariadne-border-black {
1225
+ --tw-border-opacity: 1;
1226
+ border-color: rgb(0 0 0 / var(--tw-border-opacity));
1227
+ }
1228
+
1229
+ .ariadne-border-gray-200 {
1230
+ --tw-border-opacity: 1;
1231
+ border-color: rgb(229 231 235 / var(--tw-border-opacity));
1232
+ }
1233
+
1234
+ .ariadne-border-gray-300 {
1235
+ --tw-border-opacity: 1;
1236
+ border-color: rgb(209 213 219 / var(--tw-border-opacity));
1237
+ }
1238
+
1239
+ .ariadne-border-green-300 {
1240
+ --tw-border-opacity: 1;
1241
+ border-color: rgb(134 239 172 / var(--tw-border-opacity));
1242
+ }
1243
+
1244
+ .ariadne-border-red-300 {
1245
+ --tw-border-opacity: 1;
1246
+ border-color: rgb(252 165 165 / var(--tw-border-opacity));
1247
+ }
1248
+
1249
+ .ariadne-border-slate-300 {
1250
+ --tw-border-opacity: 1;
1251
+ border-color: rgb(203 213 225 / var(--tw-border-opacity));
1252
+ }
1253
+
1254
+ .ariadne-border-slate-500 {
1255
+ --tw-border-opacity: 1;
1256
+ border-color: rgb(100 116 139 / var(--tw-border-opacity));
1257
+ }
1258
+
1259
+ .ariadne-border-slate-600 {
1260
+ --tw-border-opacity: 1;
1261
+ border-color: rgb(71 85 105 / var(--tw-border-opacity));
1262
+ }
1263
+
1264
+ .ariadne-border-transparent {
1265
+ border-color: transparent;
1266
+ }
1267
+
1268
+ .ariadne-border-yellow-300 {
1269
+ --tw-border-opacity: 1;
1270
+ border-color: rgb(253 224 71 / var(--tw-border-opacity));
1271
+ }
1272
+
1273
+ .ariadne-border-opacity-20 {
1274
+ --tw-border-opacity: 0.2;
1275
+ }
1276
+
1277
+ .ariadne-bg-black\/20 {
1278
+ background-color: rgb(0 0 0 / 0.2);
1279
+ }
1280
+
1281
+ .ariadne-bg-blue-50 {
1282
+ --tw-bg-opacity: 1;
1283
+ background-color: rgb(239 246 255 / var(--tw-bg-opacity));
1284
+ }
1285
+
1286
+ .ariadne-bg-gray-200 {
1287
+ --tw-bg-opacity: 1;
1288
+ background-color: rgb(229 231 235 / var(--tw-bg-opacity));
1289
+ }
1290
+
1291
+ .ariadne-bg-gray-50 {
1292
+ --tw-bg-opacity: 1;
1293
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1294
+ }
1295
+
1296
+ .ariadne-bg-green-50 {
1297
+ --tw-bg-opacity: 1;
1298
+ background-color: rgb(240 253 244 / var(--tw-bg-opacity));
1299
+ }
1300
+
1301
+ .ariadne-bg-red-50 {
1302
+ --tw-bg-opacity: 1;
1303
+ background-color: rgb(254 242 242 / var(--tw-bg-opacity));
1304
+ }
1305
+
1306
+ .ariadne-bg-slate-200 {
1307
+ --tw-bg-opacity: 1;
1308
+ background-color: rgb(226 232 240 / var(--tw-bg-opacity));
1309
+ }
1310
+
1311
+ .ariadne-bg-slate-50 {
1312
+ --tw-bg-opacity: 1;
1313
+ background-color: rgb(248 250 252 / var(--tw-bg-opacity));
1314
+ }
1315
+
1316
+ .ariadne-bg-slate-900 {
1317
+ --tw-bg-opacity: 1;
1318
+ background-color: rgb(15 23 42 / var(--tw-bg-opacity));
1319
+ }
1320
+
1321
+ .ariadne-bg-transparent {
1322
+ background-color: transparent;
1323
+ }
1324
+
1325
+ .ariadne-bg-white {
1326
+ --tw-bg-opacity: 1;
1327
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1328
+ }
1329
+
1330
+ .ariadne-bg-yellow-50 {
1331
+ --tw-bg-opacity: 1;
1332
+ background-color: rgb(254 252 232 / var(--tw-bg-opacity));
1333
+ }
1334
+
1335
+ .ariadne-fill-none {
1336
+ fill: none;
1337
+ }
1338
+
1339
+ .ariadne-p-1 {
1340
+ padding: 0.25rem;
1341
+ }
1342
+
1343
+ .ariadne-p-1\.5 {
1344
+ padding: 0.375rem;
1345
+ }
1346
+
1347
+ .ariadne-p-2 {
1348
+ padding: 0.5rem;
1349
+ }
1350
+
1351
+ .ariadne-p-4 {
1352
+ padding: 1rem;
1353
+ }
1354
+
1355
+ .ariadne-p-8 {
1356
+ padding: 2rem;
1357
+ }
1358
+
1359
+ .ariadne-px-1 {
1360
+ padding-left: 0.25rem;
1361
+ padding-right: 0.25rem;
1362
+ }
1363
+
1364
+ .ariadne-px-2 {
1365
+ padding-left: 0.5rem;
1366
+ padding-right: 0.5rem;
1367
+ }
1368
+
1369
+ .ariadne-px-2\.5 {
1370
+ padding-left: 0.625rem;
1371
+ padding-right: 0.625rem;
1372
+ }
1373
+
1374
+ .ariadne-px-3 {
1375
+ padding-left: 0.75rem;
1376
+ padding-right: 0.75rem;
1377
+ }
1378
+
1379
+ .ariadne-px-4 {
1380
+ padding-left: 1rem;
1381
+ padding-right: 1rem;
1382
+ }
1383
+
1384
+ .ariadne-px-5 {
1385
+ padding-left: 1.25rem;
1386
+ padding-right: 1.25rem;
1387
+ }
1388
+
1389
+ .ariadne-px-6 {
1390
+ padding-left: 1.5rem;
1391
+ padding-right: 1.5rem;
1392
+ }
1393
+
1394
+ .ariadne-py-0 {
1395
+ padding-top: 0px;
1396
+ padding-bottom: 0px;
1397
+ }
1398
+
1399
+ .ariadne-py-1 {
1400
+ padding-top: 0.25rem;
1401
+ padding-bottom: 0.25rem;
1402
+ }
1403
+
1404
+ .ariadne-py-1\.5 {
1405
+ padding-top: 0.375rem;
1406
+ padding-bottom: 0.375rem;
1407
+ }
1408
+
1409
+ .ariadne-py-12 {
1410
+ padding-top: 3rem;
1411
+ padding-bottom: 3rem;
1412
+ }
1413
+
1414
+ .ariadne-py-2 {
1415
+ padding-top: 0.5rem;
1416
+ padding-bottom: 0.5rem;
1417
+ }
1418
+
1419
+ .ariadne-py-3 {
1420
+ padding-top: 0.75rem;
1421
+ padding-bottom: 0.75rem;
1422
+ }
1423
+
1424
+ .ariadne-py-3\.5 {
1425
+ padding-top: 0.875rem;
1426
+ padding-bottom: 0.875rem;
1427
+ }
1428
+
1429
+ .ariadne-py-4 {
1430
+ padding-top: 1rem;
1431
+ padding-bottom: 1rem;
1432
+ }
1433
+
1434
+ .ariadne-py-5 {
1435
+ padding-top: 1.25rem;
1436
+ padding-bottom: 1.25rem;
1437
+ }
1438
+
1439
+ .ariadne-pb-1 {
1440
+ padding-bottom: 0.25rem;
1441
+ }
1442
+
1443
+ .ariadne-pb-2 {
1444
+ padding-bottom: 0.5rem;
1445
+ }
1446
+
1447
+ .ariadne-pb-4 {
1448
+ padding-bottom: 1rem;
1449
+ }
1450
+
1451
+ .ariadne-pl-1 {
1452
+ padding-left: 0.25rem;
1453
+ }
1454
+
1455
+ .ariadne-pl-2 {
1456
+ padding-left: 0.5rem;
1457
+ }
1458
+
1459
+ .ariadne-pl-3 {
1460
+ padding-left: 0.75rem;
1461
+ }
1462
+
1463
+ .ariadne-pl-4 {
1464
+ padding-left: 1rem;
1465
+ }
1466
+
1467
+ .ariadne-pr-1 {
1468
+ padding-right: 0.25rem;
1469
+ }
1470
+
1471
+ .ariadne-pr-3 {
1472
+ padding-right: 0.75rem;
1473
+ }
1474
+
1475
+ .ariadne-pr-5 {
1476
+ padding-right: 1.25rem;
1477
+ }
1478
+
1479
+ .ariadne-pt-1 {
1480
+ padding-top: 0.25rem;
1481
+ }
1482
+
1483
+ .ariadne-pt-4 {
1484
+ padding-top: 1rem;
1485
+ }
1486
+
1487
+ .ariadne-pt-5 {
1488
+ padding-top: 1.25rem;
1489
+ }
1490
+
1491
+ .ariadne-pt-6 {
1492
+ padding-top: 1.5rem;
1493
+ }
1494
+
1495
+ .ariadne-text-left {
1496
+ text-align: left;
1497
+ }
1498
+
1499
+ .ariadne-text-center {
1500
+ text-align: center;
1501
+ }
1502
+
1503
+ .ariadne-text-right {
1504
+ text-align: right;
1505
+ }
1506
+
1507
+ .ariadne-align-middle {
1508
+ vertical-align: middle;
1509
+ }
1510
+
1511
+ .ariadne-text-2xl {
1512
+ font-size: 1.5rem;
1513
+ line-height: 2rem;
1514
+ }
1515
+
1516
+ .ariadne-text-3xl {
1517
+ font-size: 1.875rem;
1518
+ line-height: 2.25rem;
1519
+ }
1520
+
1521
+ .ariadne-text-base {
1522
+ font-size: 1rem;
1523
+ line-height: 1.5rem;
1524
+ }
1525
+
1526
+ .ariadne-text-lg {
1527
+ font-size: 1.125rem;
1528
+ line-height: 1.75rem;
1529
+ }
1530
+
1531
+ .ariadne-text-sm {
1532
+ font-size: 0.875rem;
1533
+ line-height: 1.25rem;
1534
+ }
1535
+
1536
+ .ariadne-text-xl {
1537
+ font-size: 1.25rem;
1538
+ line-height: 1.75rem;
1539
+ }
1540
+
1541
+ .ariadne-text-xs {
1542
+ font-size: 0.75rem;
1543
+ line-height: 1rem;
1544
+ }
1545
+
1546
+ .ariadne-font-bold {
1547
+ font-weight: 700;
1548
+ }
1549
+
1550
+ .ariadne-font-extrabold {
1551
+ font-weight: 800;
1552
+ }
1553
+
1554
+ .ariadne-font-medium {
1555
+ font-weight: 500;
1556
+ }
1557
+
1558
+ .ariadne-font-semibold {
1559
+ font-weight: 600;
1560
+ }
1561
+
1562
+ .ariadne-leading-4 {
1563
+ line-height: 1rem;
1564
+ }
1565
+
1566
+ .ariadne-leading-5 {
1567
+ line-height: 1.25rem;
1568
+ }
1569
+
1570
+ .ariadne-leading-7 {
1571
+ line-height: 1.75rem;
1572
+ }
1573
+
1574
+ .ariadne-tracking-tight {
1575
+ letter-spacing: -0.025em;
1576
+ }
1577
+
1578
+ .ariadne-text-billy-purple {
1579
+ --tw-text-opacity: 1;
1580
+ color: rgb(167 0 160 / var(--tw-text-opacity));
1581
+ }
1582
+
1583
+ .ariadne-text-black\/50 {
1584
+ color: rgb(0 0 0 / 0.5);
1585
+ }
1586
+
1587
+ .ariadne-text-gray-300 {
1588
+ --tw-text-opacity: 1;
1589
+ color: rgb(209 213 219 / var(--tw-text-opacity));
1590
+ }
1591
+
1592
+ .ariadne-text-gray-500 {
1593
+ --tw-text-opacity: 1;
1594
+ color: rgb(107 114 128 / var(--tw-text-opacity));
1595
+ }
1596
+
1597
+ .ariadne-text-gray-700 {
1598
+ --tw-text-opacity: 1;
1599
+ color: rgb(55 65 81 / var(--tw-text-opacity));
1600
+ }
1601
+
1602
+ .ariadne-text-gray-900 {
1603
+ --tw-text-opacity: 1;
1604
+ color: rgb(17 24 39 / var(--tw-text-opacity));
1605
+ }
1606
+
1607
+ .ariadne-text-green-500 {
1608
+ --tw-text-opacity: 1;
1609
+ color: rgb(34 197 94 / var(--tw-text-opacity));
1610
+ }
1611
+
1612
+ .ariadne-text-green-600 {
1613
+ --tw-text-opacity: 1;
1614
+ color: rgb(22 163 74 / var(--tw-text-opacity));
1615
+ }
1616
+
1617
+ .ariadne-text-green-700 {
1618
+ --tw-text-opacity: 1;
1619
+ color: rgb(21 128 61 / var(--tw-text-opacity));
1620
+ }
1621
+
1622
+ .ariadne-text-green-800 {
1623
+ --tw-text-opacity: 1;
1624
+ color: rgb(22 101 52 / var(--tw-text-opacity));
1625
+ }
1626
+
1627
+ .ariadne-text-red-500 {
1628
+ --tw-text-opacity: 1;
1629
+ color: rgb(239 68 68 / var(--tw-text-opacity));
1630
+ }
1631
+
1632
+ .ariadne-text-red-700 {
1633
+ --tw-text-opacity: 1;
1634
+ color: rgb(185 28 28 / var(--tw-text-opacity));
1635
+ }
1636
+
1637
+ .ariadne-text-red-800 {
1638
+ --tw-text-opacity: 1;
1639
+ color: rgb(153 27 27 / var(--tw-text-opacity));
1640
+ }
1641
+
1642
+ .ariadne-text-slate-500 {
1643
+ --tw-text-opacity: 1;
1644
+ color: rgb(100 116 139 / var(--tw-text-opacity));
1645
+ }
1646
+
1647
+ .ariadne-text-slate-600 {
1648
+ --tw-text-opacity: 1;
1649
+ color: rgb(71 85 105 / var(--tw-text-opacity));
1650
+ }
1651
+
1652
+ .ariadne-text-slate-700 {
1653
+ --tw-text-opacity: 1;
1654
+ color: rgb(51 65 85 / var(--tw-text-opacity));
1655
+ }
1656
+
1657
+ .ariadne-text-slate-800 {
1658
+ --tw-text-opacity: 1;
1659
+ color: rgb(30 41 59 / var(--tw-text-opacity));
1660
+ }
1661
+
1662
+ .ariadne-text-state-closed {
1663
+ --tw-text-opacity: 1;
1664
+ color: rgb(218 30 40 / var(--tw-text-opacity));
1665
+ }
1666
+
1667
+ .ariadne-text-state-open {
1668
+ --tw-text-opacity: 1;
1669
+ color: rgb(25 128 56 / var(--tw-text-opacity));
1670
+ }
1671
+
1672
+ .ariadne-text-white {
1673
+ --tw-text-opacity: 1;
1674
+ color: rgb(255 255 255 / var(--tw-text-opacity));
1675
+ }
1676
+
1677
+ .ariadne-text-yellow-500 {
1678
+ --tw-text-opacity: 1;
1679
+ color: rgb(234 179 8 / var(--tw-text-opacity));
1680
+ }
1681
+
1682
+ .ariadne-text-yellow-600 {
1683
+ --tw-text-opacity: 1;
1684
+ color: rgb(202 138 4 / var(--tw-text-opacity));
1685
+ }
1686
+
1687
+ .ariadne-text-yellow-700 {
1688
+ --tw-text-opacity: 1;
1689
+ color: rgb(161 98 7 / var(--tw-text-opacity));
1690
+ }
1691
+
1692
+ .ariadne-text-yellow-800 {
1693
+ --tw-text-opacity: 1;
1694
+ color: rgb(133 77 14 / var(--tw-text-opacity));
1695
+ }
1696
+
1697
+ .ariadne-underline {
1698
+ text-decoration-line: underline;
1699
+ }
1700
+
1701
+ .ariadne-decoration-double {
1702
+ text-decoration-style: double;
1703
+ }
1704
+
1705
+ .ariadne-antialiased {
1706
+ -webkit-font-smoothing: antialiased;
1707
+ -moz-osx-font-smoothing: grayscale;
1708
+ }
1709
+
1710
+ .ariadne-shadow {
1711
+ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1712
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1713
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1714
+ }
1715
+
1716
+ .ariadne-shadow-lg {
1717
+ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1718
+ --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1719
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1720
+ }
1721
+
1722
+ .ariadne-shadow-none {
1723
+ --tw-shadow: 0 0 #0000;
1724
+ --tw-shadow-colored: 0 0 #0000;
1725
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1726
+ }
1727
+
1728
+ .ariadne-shadow-sm {
1729
+ --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
1730
+ --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
1731
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1732
+ }
1733
+
1734
+ .ariadne-ring-0 {
1735
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1736
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1737
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1738
+ }
1739
+
1740
+ .ariadne-ring-1 {
1741
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1742
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1743
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1744
+ }
1745
+
1746
+ .ariadne-ring-2 {
1747
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1748
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1749
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1750
+ }
1751
+
1752
+ .ariadne-ring-black {
1753
+ --tw-ring-opacity: 1;
1754
+ --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
1755
+ }
1756
+
1757
+ .ariadne-ring-white {
1758
+ --tw-ring-opacity: 1;
1759
+ --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
1760
+ }
1761
+
1762
+ .ariadne-ring-opacity-5 {
1763
+ --tw-ring-opacity: 0.05;
1764
+ }
1765
+
1766
+ .ariadne-transition {
1767
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
1768
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1769
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
1770
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1771
+ transition-duration: 150ms;
1772
+ }
1773
+
1774
+ .ariadne-transition-colors {
1775
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1776
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1777
+ transition-duration: 150ms;
1778
+ }
1779
+
1780
+ .ariadne-transition-transform {
1781
+ transition-property: transform;
1782
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1783
+ transition-duration: 150ms;
1784
+ }
1785
+
1786
+ .ariadne-duration-200 {
1787
+ transition-duration: 200ms;
1788
+ }
1789
+
1790
+ .ariadne-duration-500 {
1791
+ transition-duration: 500ms;
1792
+ }
1793
+
1794
+ .ariadne-ease-in-out {
1795
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1796
+ }
1797
+
1798
+ .first\:ariadne-border-l-2:first-child {
1799
+ border-left-width: 2px;
1800
+ }
1801
+
1802
+ .hover\:ariadne-border-gray-300:hover {
1803
+ --tw-border-opacity: 1;
1804
+ border-color: rgb(209 213 219 / var(--tw-border-opacity));
1805
+ }
1806
+
1807
+ .hover\:ariadne-border-slate-700:hover {
1808
+ --tw-border-opacity: 1;
1809
+ border-color: rgb(51 65 85 / var(--tw-border-opacity));
1810
+ }
1811
+
1812
+ .hover\:ariadne-bg-blue-100:hover {
1813
+ --tw-bg-opacity: 1;
1814
+ background-color: rgb(219 234 254 / var(--tw-bg-opacity));
1815
+ }
1816
+
1817
+ .hover\:ariadne-bg-button-hover-color:hover {
1818
+ --tw-bg-opacity: 1;
1819
+ background-color: rgb(226 232 240 / var(--tw-bg-opacity));
1820
+ }
1821
+
1822
+ .hover\:ariadne-bg-gray-50:hover {
1823
+ --tw-bg-opacity: 1;
1824
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1825
+ }
1826
+
1827
+ .hover\:ariadne-bg-green-100:hover {
1828
+ --tw-bg-opacity: 1;
1829
+ background-color: rgb(220 252 231 / var(--tw-bg-opacity));
1830
+ }
1831
+
1832
+ .hover\:ariadne-bg-red-100:hover {
1833
+ --tw-bg-opacity: 1;
1834
+ background-color: rgb(254 226 226 / var(--tw-bg-opacity));
1835
+ }
1836
+
1837
+ .hover\:ariadne-bg-slate-100:hover {
1838
+ --tw-bg-opacity: 1;
1839
+ background-color: rgb(241 245 249 / var(--tw-bg-opacity));
1840
+ }
1841
+
1842
+ .hover\:ariadne-bg-transparent:hover {
1843
+ background-color: transparent;
1844
+ }
1845
+
1846
+ .hover\:ariadne-bg-yellow-100:hover {
1847
+ --tw-bg-opacity: 1;
1848
+ background-color: rgb(254 249 195 / var(--tw-bg-opacity));
1849
+ }
1850
+
1851
+ .hover\:ariadne-text-button-text-color:hover {
1852
+ --tw-text-opacity: 1;
1853
+ color: rgb(51 65 85 / var(--tw-text-opacity));
1854
+ }
1855
+
1856
+ .hover\:ariadne-text-gray-500:hover {
1857
+ --tw-text-opacity: 1;
1858
+ color: rgb(107 114 128 / var(--tw-text-opacity));
1859
+ }
1860
+
1861
+ .hover\:ariadne-text-gray-700:hover {
1862
+ --tw-text-opacity: 1;
1863
+ color: rgb(55 65 81 / var(--tw-text-opacity));
1864
+ }
1865
+
1866
+ .hover\:ariadne-text-slate-700:hover {
1867
+ --tw-text-opacity: 1;
1868
+ color: rgb(51 65 85 / var(--tw-text-opacity));
1869
+ }
1870
+
1871
+ .focus\:ariadne-z-20:focus {
1872
+ z-index: 20;
1873
+ }
1874
+
1875
+ .focus\:ariadne-outline-none:focus {
1876
+ outline: 2px solid transparent;
1877
+ outline-offset: 2px;
1878
+ }
1879
+
1880
+ .focus\:ariadne-ring-2:focus {
1881
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1882
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1883
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1884
+ }
1885
+
1886
+ .focus\:ariadne-ring-blue-600:focus {
1887
+ --tw-ring-opacity: 1;
1888
+ --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
1889
+ }
1890
+
1891
+ .focus\:ariadne-ring-green-600:focus {
1892
+ --tw-ring-opacity: 1;
1893
+ --tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity));
1894
+ }
1895
+
1896
+ .focus\:ariadne-ring-purple-500:focus {
1897
+ --tw-ring-opacity: 1;
1898
+ --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity));
1899
+ }
1900
+
1901
+ .focus\:ariadne-ring-red-600:focus {
1902
+ --tw-ring-opacity: 1;
1903
+ --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity));
1904
+ }
1905
+
1906
+ .focus\:ariadne-ring-slate-600:focus {
1907
+ --tw-ring-opacity: 1;
1908
+ --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity));
1909
+ }
1910
+
1911
+ .focus\:ariadne-ring-yellow-600:focus {
1912
+ --tw-ring-opacity: 1;
1913
+ --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity));
1914
+ }
1915
+
1916
+ .focus\:ariadne-ring-offset-2:focus {
1917
+ --tw-ring-offset-width: 2px;
1918
+ }
1919
+
1920
+ .focus\:ariadne-ring-offset-blue-50:focus {
1921
+ --tw-ring-offset-color: #eff6ff;
1922
+ }
1923
+
1924
+ .focus\:ariadne-ring-offset-green-50:focus {
1925
+ --tw-ring-offset-color: #f0fdf4;
1926
+ }
1927
+
1928
+ .focus\:ariadne-ring-offset-red-50:focus {
1929
+ --tw-ring-offset-color: #fef2f2;
1930
+ }
1931
+
1932
+ .focus\:ariadne-ring-offset-slate-50:focus {
1933
+ --tw-ring-offset-color: #f8fafc;
1934
+ }
1935
+
1936
+ .focus\:ariadne-ring-offset-yellow-50:focus {
1937
+ --tw-ring-offset-color: #fefce8;
1938
+ }
1939
+
1940
+ .focus-visible\:ariadne-outline-2:focus-visible {
1941
+ outline-width: 2px;
1942
+ }
1943
+
1944
+ .disabled\:ariadne-cursor-auto:disabled {
1945
+ cursor: auto;
1946
+ }
1947
+
1948
+ .aria-hidden\:ariadne-max-h-0[aria-hidden="true"] {
1949
+ max-height: 0px;
1950
+ }
1951
+
1952
+ .aria-selected\:ariadne-hidden[aria-selected="true"] {
1953
+ display: none;
1954
+ }
1955
+
1956
+ .aria-selected\:ariadne-border-2[aria-selected="true"] {
1957
+ border-width: 2px;
1958
+ }
1959
+
1960
+ .aria-selected\:ariadne-border-solid[aria-selected="true"] {
1961
+ border-style: solid;
1962
+ }
1963
+
1964
+ .aria-selected\:ariadne-border-green-300[aria-selected="true"] {
1965
+ --tw-border-opacity: 1;
1966
+ border-color: rgb(134 239 172 / var(--tw-border-opacity));
1967
+ }
1968
+
1969
+ .aria-selected\:ariadne-bg-gray-200[aria-selected="true"] {
1970
+ --tw-bg-opacity: 1;
1971
+ background-color: rgb(229 231 235 / var(--tw-bg-opacity));
1972
+ }
1973
+
1974
+ .ariadne-group\/toggle[aria-checked="true"] .group-aria-checked\/toggle\:ariadne-translate-x-5 {
1975
+ --tw-translate-x: 1.25rem;
1976
+ 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));
1977
+ }
1978
+
1979
+ .ariadne-group\/toggle[aria-checked="true"] .group-aria-checked\/toggle\:ariadne-bg-billy-purple {
1980
+ --tw-bg-opacity: 1;
1981
+ background-color: rgb(167 0 160 / var(--tw-bg-opacity));
1982
+ }
1983
+
1984
+ .ariadne-group\/toggle[aria-checked="true"] .group-aria-checked\/toggle\:ariadne-bg-blue-600 {
1985
+ --tw-bg-opacity: 1;
1986
+ background-color: rgb(37 99 235 / var(--tw-bg-opacity));
1987
+ }
1988
+
1989
+ .ariadne-group\/toggle[aria-checked="true"] .group-aria-checked\/toggle\:ariadne-bg-green-600 {
1990
+ --tw-bg-opacity: 1;
1991
+ background-color: rgb(22 163 74 / var(--tw-bg-opacity));
1992
+ }
1993
+
1994
+ .ariadne-group\/toggle[aria-checked="true"] .group-aria-checked\/toggle\:ariadne-bg-indigo-600 {
1995
+ --tw-bg-opacity: 1;
1996
+ background-color: rgb(79 70 229 / var(--tw-bg-opacity));
1997
+ }
1998
+
1999
+ .ariadne-group\/toggle[aria-checked="true"] .group-aria-checked\/toggle\:ariadne-bg-white {
2000
+ --tw-bg-opacity: 1;
2001
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
2002
+ }
2003
+
2004
+ .ariadne-group[aria-hidden="true"] .group-aria-hidden\:ariadne-hidden {
2005
+ display: none;
2006
+ }
2007
+
2008
+ .data-\[close-on-click\=true\]\:ariadne-cursor-pointer[data-close-on-click=true] {
2009
+ cursor: pointer;
2010
+ }
2011
+
2012
+ .data-\[disabled\=true\]\:ariadne-cursor-auto[data-disabled=true] {
2013
+ cursor: auto;
2014
+ }
2015
+
2016
+ .data-\[disabled\=true\]\:ariadne-opacity-50[data-disabled=true] {
2017
+ opacity: 0.5;
2018
+ }
2019
+
2020
+ .ariadne-group[data-popover-direction=bottom] .group-data-\[popover-direction\=bottom\]\:ariadne-top-full {
2021
+ top: 100%;
2022
+ }
2023
+
2024
+ .ariadne-group[data-popover-direction=top] .group-data-\[popover-direction\=top\]\:ariadne-bottom-full {
2025
+ bottom: 100%;
2026
+ }
2027
+
2028
+ .ariadne-group[data-popover-horizontal-alignment=center] .group-data-\[popover-horizontal-alignment\=center\]\:ariadne-left-1\/2 {
2029
+ left: 50%;
2030
+ }
2031
+
2032
+ .ariadne-group[data-popover-horizontal-alignment=left] .group-data-\[popover-horizontal-alignment\=left\]\:ariadne-left-0 {
2033
+ left: 0px;
2034
+ }
2035
+
2036
+ .ariadne-group[data-popover-horizontal-alignment=right] .group-data-\[popover-horizontal-alignment\=right\]\:ariadne-right-0 {
2037
+ right: 0px;
2038
+ }
2039
+
2040
+ .ariadne-group\/wrapper[data-label-position=end] .group-data-\[label-position\=end\]\/wrapper\:ariadne-ml-1 {
2041
+ margin-left: 0.25rem;
2042
+ }
2043
+
2044
+ .ariadne-group\/wrapper[data-label-position=start] .group-data-\[label-position\=start\]\/wrapper\:ariadne-mr-1\.5 {
2045
+ margin-right: 0.375rem;
2046
+ }
2047
+
2048
+ .ariadne-group[data-popover-visible=false] .group-data-\[popover-visible\=false\]\:ariadne-hidden {
2049
+ display: none;
2050
+ }
2051
+
2052
+ .ariadne-group[data-toggleable-state-value=false] .group-data-\[toggleable-state-value\=false\]\:ariadne-hidden {
2053
+ display: none;
2054
+ }
2055
+
2056
+ .ariadne-group[data-popover-direction=bottom] .group-data-\[popover-direction\=bottom\]\:ariadne-translate-y-2 {
2057
+ --tw-translate-y: 0.5rem;
2058
+ 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));
2059
+ }
2060
+
2061
+ .ariadne-group[data-popover-direction=top] .group-data-\[popover-direction\=top\]\:-ariadne-translate-y-2 {
2062
+ --tw-translate-y: -0.5rem;
2063
+ 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));
2064
+ }
2065
+
2066
+ .ariadne-group[data-popover-horizontal-alignment=center] .group-data-\[popover-horizontal-alignment\=center\]\:-ariadne-translate-x-1\/2 {
2067
+ --tw-translate-x: -50%;
2068
+ 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));
2069
+ }
2070
+
2071
+ .ariadne-group\/wrapper[data-disabled=false] .group-data-\[disabled\=false\]\/wrapper\:ariadne-cursor-pointer {
2072
+ cursor: pointer;
2073
+ }
2074
+
2075
+ @media (min-width: 640px) {
2076
+ .sm\:ariadne-mt-0 {
2077
+ margin-top: 0px;
2078
+ }
2079
+
2080
+ .sm\:ariadne-grid-cols-2 {
2081
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2082
+ }
2083
+
2084
+ .sm\:ariadne-px-6 {
2085
+ padding-left: 1.5rem;
2086
+ padding-right: 1.5rem;
2087
+ }
2088
+
2089
+ .sm\:ariadne-pl-6 {
2090
+ padding-left: 1.5rem;
2091
+ }
2092
+
2093
+ .sm\:ariadne-text-3xl {
2094
+ font-size: 1.875rem;
2095
+ line-height: 2.25rem;
2096
+ }
2097
+
2098
+ .sm\:ariadne-text-4xl {
2099
+ font-size: 2.25rem;
2100
+ line-height: 2.5rem;
2101
+ }
2102
+ }
2103
+
2104
+ @media (min-width: 768px) {
2105
+ .md\:ariadne-block {
2106
+ display: block;
2107
+ }
2108
+
2109
+ .md\:ariadne-flex {
2110
+ display: flex;
2111
+ }
2112
+
2113
+ .md\:ariadne-w-1\/6 {
2114
+ width: 16.666667%;
2115
+ }
2116
+
2117
+ .md\:ariadne-flex-1 {
2118
+ flex: 1 1 0%;
2119
+ }
2120
+
2121
+ .md\:ariadne-flex-row {
2122
+ flex-direction: row;
2123
+ }
2124
+
2125
+ .md\:ariadne-gap-x-12 {
2126
+ -moz-column-gap: 3rem;
2127
+ column-gap: 3rem;
2128
+ }
2129
+
2130
+ .md\:ariadne-gap-x-6 {
2131
+ -moz-column-gap: 1.5rem;
2132
+ column-gap: 1.5rem;
2133
+ }
2134
+
2135
+ .md\:ariadne-gap-x-8 {
2136
+ -moz-column-gap: 2rem;
2137
+ column-gap: 2rem;
2138
+ }
2139
+
2140
+ .md\:ariadne-divide-y-0 > :not([hidden]) ~ :not([hidden]) {
2141
+ --tw-divide-y-reverse: 0;
2142
+ border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
2143
+ border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
2144
+ }
2145
+
2146
+ .md\:ariadne-rounded-lg {
2147
+ border-radius: 0.5rem;
2148
+ }
2149
+
2150
+ .md\:ariadne-px-6 {
2151
+ padding-left: 1.5rem;
2152
+ padding-right: 1.5rem;
2153
+ }
2154
+
2155
+ .md\:ariadne-pl-0 {
2156
+ padding-left: 0px;
2157
+ }
2158
+ }
2159
+
2160
+ @media (min-width: 1024px) {
2161
+ .lg\:ariadne-grid-cols-3 {
2162
+ grid-template-columns: repeat(3, minmax(0, 1fr));
2163
+ }
2164
+
2165
+ .lg\:ariadne-px-8 {
2166
+ padding-left: 2rem;
2167
+ padding-right: 2rem;
2168
+ }
2169
+
2170
+ .lg\:ariadne-py-16 {
2171
+ padding-top: 4rem;
2172
+ padding-bottom: 4rem;
2173
+ }
2174
+ }
2175
+
2176
+ .\[\&\>span\]\:ariadne-p-0>span {
2177
+ padding: 0px;
2178
+ }