deployed 0.1.0

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.
@@ -0,0 +1,1635 @@
1
+ /*
2
+ ! tailwindcss v3.3.3 | 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-feature-settings: inherit;
195
+ /* 1 */
196
+ font-variation-settings: inherit;
197
+ /* 1 */
198
+ font-size: 100%;
199
+ /* 1 */
200
+ font-weight: inherit;
201
+ /* 1 */
202
+ line-height: inherit;
203
+ /* 1 */
204
+ color: inherit;
205
+ /* 1 */
206
+ margin: 0;
207
+ /* 2 */
208
+ padding: 0;
209
+ /* 3 */
210
+ }
211
+
212
+ /*
213
+ Remove the inheritance of text transform in Edge and Firefox.
214
+ */
215
+
216
+ button,
217
+ select {
218
+ text-transform: none;
219
+ }
220
+
221
+ /*
222
+ 1. Correct the inability to style clickable types in iOS and Safari.
223
+ 2. Remove default button styles.
224
+ */
225
+
226
+ button,
227
+ [type='button'],
228
+ [type='reset'],
229
+ [type='submit'] {
230
+ -webkit-appearance: button;
231
+ /* 1 */
232
+ background-color: transparent;
233
+ /* 2 */
234
+ background-image: none;
235
+ /* 2 */
236
+ }
237
+
238
+ /*
239
+ Use the modern Firefox focus style for all focusable elements.
240
+ */
241
+
242
+ :-moz-focusring {
243
+ outline: auto;
244
+ }
245
+
246
+ /*
247
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
248
+ */
249
+
250
+ :-moz-ui-invalid {
251
+ box-shadow: none;
252
+ }
253
+
254
+ /*
255
+ Add the correct vertical alignment in Chrome and Firefox.
256
+ */
257
+
258
+ progress {
259
+ vertical-align: baseline;
260
+ }
261
+
262
+ /*
263
+ Correct the cursor style of increment and decrement buttons in Safari.
264
+ */
265
+
266
+ ::-webkit-inner-spin-button,
267
+ ::-webkit-outer-spin-button {
268
+ height: auto;
269
+ }
270
+
271
+ /*
272
+ 1. Correct the odd appearance in Chrome and Safari.
273
+ 2. Correct the outline style in Safari.
274
+ */
275
+
276
+ [type='search'] {
277
+ -webkit-appearance: textfield;
278
+ /* 1 */
279
+ outline-offset: -2px;
280
+ /* 2 */
281
+ }
282
+
283
+ /*
284
+ Remove the inner padding in Chrome and Safari on macOS.
285
+ */
286
+
287
+ ::-webkit-search-decoration {
288
+ -webkit-appearance: none;
289
+ }
290
+
291
+ /*
292
+ 1. Correct the inability to style clickable types in iOS and Safari.
293
+ 2. Change font properties to `inherit` in Safari.
294
+ */
295
+
296
+ ::-webkit-file-upload-button {
297
+ -webkit-appearance: button;
298
+ /* 1 */
299
+ font: inherit;
300
+ /* 2 */
301
+ }
302
+
303
+ /*
304
+ Add the correct display in Chrome and Safari.
305
+ */
306
+
307
+ summary {
308
+ display: list-item;
309
+ }
310
+
311
+ /*
312
+ Removes the default spacing and border for appropriate elements.
313
+ */
314
+
315
+ blockquote,
316
+ dl,
317
+ dd,
318
+ h1,
319
+ h2,
320
+ h3,
321
+ h4,
322
+ h5,
323
+ h6,
324
+ hr,
325
+ figure,
326
+ p,
327
+ pre {
328
+ margin: 0;
329
+ }
330
+
331
+ fieldset {
332
+ margin: 0;
333
+ padding: 0;
334
+ }
335
+
336
+ legend {
337
+ padding: 0;
338
+ }
339
+
340
+ ol,
341
+ ul,
342
+ menu {
343
+ list-style: none;
344
+ margin: 0;
345
+ padding: 0;
346
+ }
347
+
348
+ /*
349
+ Reset default styling for dialogs.
350
+ */
351
+
352
+ dialog {
353
+ padding: 0;
354
+ }
355
+
356
+ /*
357
+ Prevent resizing textareas horizontally by default.
358
+ */
359
+
360
+ textarea {
361
+ resize: vertical;
362
+ }
363
+
364
+ /*
365
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
366
+ 2. Set the default placeholder color to the user's configured gray 400 color.
367
+ */
368
+
369
+ input::-moz-placeholder, textarea::-moz-placeholder {
370
+ opacity: 1;
371
+ /* 1 */
372
+ color: #9ca3af;
373
+ /* 2 */
374
+ }
375
+
376
+ input::placeholder,
377
+ textarea::placeholder {
378
+ opacity: 1;
379
+ /* 1 */
380
+ color: #9ca3af;
381
+ /* 2 */
382
+ }
383
+
384
+ /*
385
+ Set the default cursor for buttons.
386
+ */
387
+
388
+ button,
389
+ [role="button"] {
390
+ cursor: pointer;
391
+ }
392
+
393
+ /*
394
+ Make sure disabled buttons don't get the pointer cursor.
395
+ */
396
+
397
+ :disabled {
398
+ cursor: default;
399
+ }
400
+
401
+ /*
402
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
403
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
404
+ This can trigger a poorly considered lint error in some tools but is included by design.
405
+ */
406
+
407
+ img,
408
+ svg,
409
+ video,
410
+ canvas,
411
+ audio,
412
+ iframe,
413
+ embed,
414
+ object {
415
+ display: block;
416
+ /* 1 */
417
+ vertical-align: middle;
418
+ /* 2 */
419
+ }
420
+
421
+ /*
422
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
423
+ */
424
+
425
+ img,
426
+ video {
427
+ max-width: 100%;
428
+ height: auto;
429
+ }
430
+
431
+ /* Make elements with the HTML hidden attribute stay hidden by default */
432
+
433
+ [hidden] {
434
+ display: none;
435
+ }
436
+
437
+ [type='text'],input:where(:not([type])),[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 {
438
+ -webkit-appearance: none;
439
+ -moz-appearance: none;
440
+ appearance: none;
441
+ background-color: #fff;
442
+ border-color: #6b7280;
443
+ border-width: 1px;
444
+ border-radius: 0px;
445
+ padding-top: 0.5rem;
446
+ padding-right: 0.75rem;
447
+ padding-bottom: 0.5rem;
448
+ padding-left: 0.75rem;
449
+ font-size: 1rem;
450
+ line-height: 1.5rem;
451
+ --tw-shadow: 0 0 #0000;
452
+ }
453
+
454
+ [type='text']:focus, input:where(:not([type])):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 {
455
+ outline: 2px solid transparent;
456
+ outline-offset: 2px;
457
+ --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
458
+ --tw-ring-offset-width: 0px;
459
+ --tw-ring-offset-color: #fff;
460
+ --tw-ring-color: #2563eb;
461
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
462
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
463
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
464
+ border-color: #2563eb;
465
+ }
466
+
467
+ input::-moz-placeholder, textarea::-moz-placeholder {
468
+ color: #6b7280;
469
+ opacity: 1;
470
+ }
471
+
472
+ input::placeholder,textarea::placeholder {
473
+ color: #6b7280;
474
+ opacity: 1;
475
+ }
476
+
477
+ ::-webkit-datetime-edit-fields-wrapper {
478
+ padding: 0;
479
+ }
480
+
481
+ ::-webkit-date-and-time-value {
482
+ min-height: 1.5em;
483
+ text-align: inherit;
484
+ }
485
+
486
+ ::-webkit-datetime-edit {
487
+ display: inline-flex;
488
+ }
489
+
490
+ ::-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 {
491
+ padding-top: 0;
492
+ padding-bottom: 0;
493
+ }
494
+
495
+ select {
496
+ 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");
497
+ background-position: right 0.5rem center;
498
+ background-repeat: no-repeat;
499
+ background-size: 1.5em 1.5em;
500
+ padding-right: 2.5rem;
501
+ -webkit-print-color-adjust: exact;
502
+ print-color-adjust: exact;
503
+ }
504
+
505
+ [multiple],[size]:where(select:not([size="1"])) {
506
+ background-image: initial;
507
+ background-position: initial;
508
+ background-repeat: unset;
509
+ background-size: initial;
510
+ padding-right: 0.75rem;
511
+ -webkit-print-color-adjust: unset;
512
+ print-color-adjust: unset;
513
+ }
514
+
515
+ [type='checkbox'],[type='radio'] {
516
+ -webkit-appearance: none;
517
+ -moz-appearance: none;
518
+ appearance: none;
519
+ padding: 0;
520
+ -webkit-print-color-adjust: exact;
521
+ print-color-adjust: exact;
522
+ display: inline-block;
523
+ vertical-align: middle;
524
+ background-origin: border-box;
525
+ -webkit-user-select: none;
526
+ -moz-user-select: none;
527
+ user-select: none;
528
+ flex-shrink: 0;
529
+ height: 1rem;
530
+ width: 1rem;
531
+ color: #2563eb;
532
+ background-color: #fff;
533
+ border-color: #6b7280;
534
+ border-width: 1px;
535
+ --tw-shadow: 0 0 #0000;
536
+ }
537
+
538
+ [type='checkbox'] {
539
+ border-radius: 0px;
540
+ }
541
+
542
+ [type='radio'] {
543
+ border-radius: 100%;
544
+ }
545
+
546
+ [type='checkbox']:focus,[type='radio']:focus {
547
+ outline: 2px solid transparent;
548
+ outline-offset: 2px;
549
+ --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
550
+ --tw-ring-offset-width: 2px;
551
+ --tw-ring-offset-color: #fff;
552
+ --tw-ring-color: #2563eb;
553
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
554
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
555
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
556
+ }
557
+
558
+ [type='checkbox']:checked,[type='radio']:checked {
559
+ border-color: transparent;
560
+ background-color: currentColor;
561
+ background-size: 100% 100%;
562
+ background-position: center;
563
+ background-repeat: no-repeat;
564
+ }
565
+
566
+ [type='checkbox']:checked {
567
+ 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");
568
+ }
569
+
570
+ [type='radio']:checked {
571
+ 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");
572
+ }
573
+
574
+ [type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
575
+ border-color: transparent;
576
+ background-color: currentColor;
577
+ }
578
+
579
+ [type='checkbox']:indeterminate {
580
+ 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");
581
+ border-color: transparent;
582
+ background-color: currentColor;
583
+ background-size: 100% 100%;
584
+ background-position: center;
585
+ background-repeat: no-repeat;
586
+ }
587
+
588
+ [type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
589
+ border-color: transparent;
590
+ background-color: currentColor;
591
+ }
592
+
593
+ [type='file'] {
594
+ background: unset;
595
+ border-color: inherit;
596
+ border-width: 0;
597
+ border-radius: 0;
598
+ padding: 0;
599
+ font-size: unset;
600
+ line-height: inherit;
601
+ }
602
+
603
+ [type='file']:focus {
604
+ outline: 1px solid ButtonText;
605
+ outline: 1px auto -webkit-focus-ring-color;
606
+ }
607
+
608
+ *, ::before, ::after {
609
+ --tw-border-spacing-x: 0;
610
+ --tw-border-spacing-y: 0;
611
+ --tw-translate-x: 0;
612
+ --tw-translate-y: 0;
613
+ --tw-rotate: 0;
614
+ --tw-skew-x: 0;
615
+ --tw-skew-y: 0;
616
+ --tw-scale-x: 1;
617
+ --tw-scale-y: 1;
618
+ --tw-pan-x: ;
619
+ --tw-pan-y: ;
620
+ --tw-pinch-zoom: ;
621
+ --tw-scroll-snap-strictness: proximity;
622
+ --tw-gradient-from-position: ;
623
+ --tw-gradient-via-position: ;
624
+ --tw-gradient-to-position: ;
625
+ --tw-ordinal: ;
626
+ --tw-slashed-zero: ;
627
+ --tw-numeric-figure: ;
628
+ --tw-numeric-spacing: ;
629
+ --tw-numeric-fraction: ;
630
+ --tw-ring-inset: ;
631
+ --tw-ring-offset-width: 0px;
632
+ --tw-ring-offset-color: #fff;
633
+ --tw-ring-color: rgb(59 130 246 / 0.5);
634
+ --tw-ring-offset-shadow: 0 0 #0000;
635
+ --tw-ring-shadow: 0 0 #0000;
636
+ --tw-shadow: 0 0 #0000;
637
+ --tw-shadow-colored: 0 0 #0000;
638
+ --tw-blur: ;
639
+ --tw-brightness: ;
640
+ --tw-contrast: ;
641
+ --tw-grayscale: ;
642
+ --tw-hue-rotate: ;
643
+ --tw-invert: ;
644
+ --tw-saturate: ;
645
+ --tw-sepia: ;
646
+ --tw-drop-shadow: ;
647
+ --tw-backdrop-blur: ;
648
+ --tw-backdrop-brightness: ;
649
+ --tw-backdrop-contrast: ;
650
+ --tw-backdrop-grayscale: ;
651
+ --tw-backdrop-hue-rotate: ;
652
+ --tw-backdrop-invert: ;
653
+ --tw-backdrop-opacity: ;
654
+ --tw-backdrop-saturate: ;
655
+ --tw-backdrop-sepia: ;
656
+ }
657
+
658
+ ::backdrop {
659
+ --tw-border-spacing-x: 0;
660
+ --tw-border-spacing-y: 0;
661
+ --tw-translate-x: 0;
662
+ --tw-translate-y: 0;
663
+ --tw-rotate: 0;
664
+ --tw-skew-x: 0;
665
+ --tw-skew-y: 0;
666
+ --tw-scale-x: 1;
667
+ --tw-scale-y: 1;
668
+ --tw-pan-x: ;
669
+ --tw-pan-y: ;
670
+ --tw-pinch-zoom: ;
671
+ --tw-scroll-snap-strictness: proximity;
672
+ --tw-gradient-from-position: ;
673
+ --tw-gradient-via-position: ;
674
+ --tw-gradient-to-position: ;
675
+ --tw-ordinal: ;
676
+ --tw-slashed-zero: ;
677
+ --tw-numeric-figure: ;
678
+ --tw-numeric-spacing: ;
679
+ --tw-numeric-fraction: ;
680
+ --tw-ring-inset: ;
681
+ --tw-ring-offset-width: 0px;
682
+ --tw-ring-offset-color: #fff;
683
+ --tw-ring-color: rgb(59 130 246 / 0.5);
684
+ --tw-ring-offset-shadow: 0 0 #0000;
685
+ --tw-ring-shadow: 0 0 #0000;
686
+ --tw-shadow: 0 0 #0000;
687
+ --tw-shadow-colored: 0 0 #0000;
688
+ --tw-blur: ;
689
+ --tw-brightness: ;
690
+ --tw-contrast: ;
691
+ --tw-grayscale: ;
692
+ --tw-hue-rotate: ;
693
+ --tw-invert: ;
694
+ --tw-saturate: ;
695
+ --tw-sepia: ;
696
+ --tw-drop-shadow: ;
697
+ --tw-backdrop-blur: ;
698
+ --tw-backdrop-brightness: ;
699
+ --tw-backdrop-contrast: ;
700
+ --tw-backdrop-grayscale: ;
701
+ --tw-backdrop-hue-rotate: ;
702
+ --tw-backdrop-invert: ;
703
+ --tw-backdrop-opacity: ;
704
+ --tw-backdrop-saturate: ;
705
+ --tw-backdrop-sepia: ;
706
+ }
707
+
708
+ .fixed {
709
+ position: fixed;
710
+ }
711
+
712
+ .absolute {
713
+ position: absolute;
714
+ }
715
+
716
+ .relative {
717
+ position: relative;
718
+ }
719
+
720
+ .inset-0 {
721
+ inset: 0px;
722
+ }
723
+
724
+ .left-0 {
725
+ left: 0px;
726
+ }
727
+
728
+ .left-\[-225px\] {
729
+ left: -225px;
730
+ }
731
+
732
+ .right-0 {
733
+ right: 0px;
734
+ }
735
+
736
+ .right-5 {
737
+ right: 1.25rem;
738
+ }
739
+
740
+ .right-\[40px\] {
741
+ right: 40px;
742
+ }
743
+
744
+ .top-0 {
745
+ top: 0px;
746
+ }
747
+
748
+ .top-16 {
749
+ top: 4rem;
750
+ }
751
+
752
+ .top-\[-6px\] {
753
+ top: -6px;
754
+ }
755
+
756
+ .top-\[50px\] {
757
+ top: 50px;
758
+ }
759
+
760
+ .z-10 {
761
+ z-index: 10;
762
+ }
763
+
764
+ .mx-auto {
765
+ margin-left: auto;
766
+ margin-right: auto;
767
+ }
768
+
769
+ .my-8 {
770
+ margin-top: 2rem;
771
+ margin-bottom: 2rem;
772
+ }
773
+
774
+ .-ml-1 {
775
+ margin-left: -0.25rem;
776
+ }
777
+
778
+ .mb-5 {
779
+ margin-bottom: 1.25rem;
780
+ }
781
+
782
+ .ml-4 {
783
+ margin-left: 1rem;
784
+ }
785
+
786
+ .mr-2 {
787
+ margin-right: 0.5rem;
788
+ }
789
+
790
+ .mt-1 {
791
+ margin-top: 0.25rem;
792
+ }
793
+
794
+ .mt-2 {
795
+ margin-top: 0.5rem;
796
+ }
797
+
798
+ .mt-4 {
799
+ margin-top: 1rem;
800
+ }
801
+
802
+ .mt-5 {
803
+ margin-top: 1.25rem;
804
+ }
805
+
806
+ .block {
807
+ display: block;
808
+ }
809
+
810
+ .flex {
811
+ display: flex;
812
+ }
813
+
814
+ .inline-flex {
815
+ display: inline-flex;
816
+ }
817
+
818
+ .grid {
819
+ display: grid;
820
+ }
821
+
822
+ .hidden {
823
+ display: none;
824
+ }
825
+
826
+ .h-11 {
827
+ height: 2.75rem;
828
+ }
829
+
830
+ .h-5 {
831
+ height: 1.25rem;
832
+ }
833
+
834
+ .h-6 {
835
+ height: 1.5rem;
836
+ }
837
+
838
+ .h-\[12px\] {
839
+ height: 12px;
840
+ }
841
+
842
+ .h-\[200px\] {
843
+ height: 200px;
844
+ }
845
+
846
+ .h-screen {
847
+ height: 100vh;
848
+ }
849
+
850
+ .min-h-full {
851
+ min-height: 100%;
852
+ }
853
+
854
+ .w-11 {
855
+ width: 2.75rem;
856
+ }
857
+
858
+ .w-5 {
859
+ width: 1.25rem;
860
+ }
861
+
862
+ .w-6 {
863
+ width: 1.5rem;
864
+ }
865
+
866
+ .w-full {
867
+ width: 100%;
868
+ }
869
+
870
+ .w-screen {
871
+ width: 100vw;
872
+ }
873
+
874
+ .max-w-5xl {
875
+ max-width: 64rem;
876
+ }
877
+
878
+ .max-w-lg {
879
+ max-width: 32rem;
880
+ }
881
+
882
+ .max-w-max {
883
+ max-width: -moz-max-content;
884
+ max-width: max-content;
885
+ }
886
+
887
+ .max-w-md {
888
+ max-width: 28rem;
889
+ }
890
+
891
+ .flex-1 {
892
+ flex: 1 1 0%;
893
+ }
894
+
895
+ .flex-auto {
896
+ flex: 1 1 auto;
897
+ }
898
+
899
+ .flex-none {
900
+ flex: none;
901
+ }
902
+
903
+ .translate-y-0 {
904
+ --tw-translate-y: 0px;
905
+ 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));
906
+ }
907
+
908
+ .translate-y-1 {
909
+ --tw-translate-y: 0.25rem;
910
+ 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));
911
+ }
912
+
913
+ .translate-y-4 {
914
+ --tw-translate-y: 1rem;
915
+ 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));
916
+ }
917
+
918
+ .transform {
919
+ 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));
920
+ }
921
+
922
+ @keyframes pulse {
923
+ 50% {
924
+ opacity: .5;
925
+ }
926
+ }
927
+
928
+ .animate-pulse {
929
+ animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
930
+ }
931
+
932
+ @keyframes spin {
933
+ to {
934
+ transform: rotate(360deg);
935
+ }
936
+ }
937
+
938
+ .animate-spin {
939
+ animation: spin 1s linear infinite;
940
+ }
941
+
942
+ .resize {
943
+ resize: both;
944
+ }
945
+
946
+ .grid-cols-1 {
947
+ grid-template-columns: repeat(1, minmax(0, 1fr));
948
+ }
949
+
950
+ .flex-col {
951
+ flex-direction: column;
952
+ }
953
+
954
+ .items-center {
955
+ align-items: center;
956
+ }
957
+
958
+ .justify-start {
959
+ justify-content: flex-start;
960
+ }
961
+
962
+ .justify-center {
963
+ justify-content: center;
964
+ }
965
+
966
+ .gap-x-1 {
967
+ -moz-column-gap: 0.25rem;
968
+ column-gap: 0.25rem;
969
+ }
970
+
971
+ .gap-x-6 {
972
+ -moz-column-gap: 1.5rem;
973
+ column-gap: 1.5rem;
974
+ }
975
+
976
+ .gap-x-8 {
977
+ -moz-column-gap: 2rem;
978
+ column-gap: 2rem;
979
+ }
980
+
981
+ .gap-y-1 {
982
+ row-gap: 0.25rem;
983
+ }
984
+
985
+ .gap-y-4 {
986
+ row-gap: 1rem;
987
+ }
988
+
989
+ .space-x-1 > :not([hidden]) ~ :not([hidden]) {
990
+ --tw-space-x-reverse: 0;
991
+ margin-right: calc(0.25rem * var(--tw-space-x-reverse));
992
+ margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
993
+ }
994
+
995
+ .space-y-10 > :not([hidden]) ~ :not([hidden]) {
996
+ --tw-space-y-reverse: 0;
997
+ margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
998
+ margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
999
+ }
1000
+
1001
+ .space-y-4 > :not([hidden]) ~ :not([hidden]) {
1002
+ --tw-space-y-reverse: 0;
1003
+ margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
1004
+ margin-bottom: calc(1rem * var(--tw-space-y-reverse));
1005
+ }
1006
+
1007
+ .space-x-3 > :not([hidden]) ~ :not([hidden]) {
1008
+ --tw-space-x-reverse: 0;
1009
+ margin-right: calc(0.75rem * var(--tw-space-x-reverse));
1010
+ margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
1011
+ }
1012
+
1013
+ .space-x-2 > :not([hidden]) ~ :not([hidden]) {
1014
+ --tw-space-x-reverse: 0;
1015
+ margin-right: calc(0.5rem * var(--tw-space-x-reverse));
1016
+ margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
1017
+ }
1018
+
1019
+ .divide-y > :not([hidden]) ~ :not([hidden]) {
1020
+ --tw-divide-y-reverse: 0;
1021
+ border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
1022
+ border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
1023
+ }
1024
+
1025
+ .divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
1026
+ --tw-divide-opacity: 1;
1027
+ border-color: rgb(243 244 246 / var(--tw-divide-opacity));
1028
+ }
1029
+
1030
+ .divide-gray-900\/10 > :not([hidden]) ~ :not([hidden]) {
1031
+ border-color: rgb(17 24 39 / 0.1);
1032
+ }
1033
+
1034
+ .overflow-hidden {
1035
+ overflow: hidden;
1036
+ }
1037
+
1038
+ .overflow-scroll {
1039
+ overflow: scroll;
1040
+ }
1041
+
1042
+ .overflow-y-auto {
1043
+ overflow-y: auto;
1044
+ }
1045
+
1046
+ .rounded-3xl {
1047
+ border-radius: 1.5rem;
1048
+ }
1049
+
1050
+ .rounded-full {
1051
+ border-radius: 9999px;
1052
+ }
1053
+
1054
+ .rounded-lg {
1055
+ border-radius: 0.5rem;
1056
+ }
1057
+
1058
+ .rounded-md {
1059
+ border-radius: 0.375rem;
1060
+ }
1061
+
1062
+ .rounded-xl {
1063
+ border-radius: 0.75rem;
1064
+ }
1065
+
1066
+ .border {
1067
+ border-width: 1px;
1068
+ }
1069
+
1070
+ .border-t {
1071
+ border-top-width: 1px;
1072
+ }
1073
+
1074
+ .border-b-2 {
1075
+ border-bottom-width: 2px;
1076
+ }
1077
+
1078
+ .border-b-4 {
1079
+ border-bottom-width: 4px;
1080
+ }
1081
+
1082
+ .border-slate-200 {
1083
+ --tw-border-opacity: 1;
1084
+ border-color: rgb(226 232 240 / var(--tw-border-opacity));
1085
+ }
1086
+
1087
+ .border-slate-300 {
1088
+ --tw-border-opacity: 1;
1089
+ border-color: rgb(203 213 225 / var(--tw-border-opacity));
1090
+ }
1091
+
1092
+ .bg-gray-50 {
1093
+ --tw-bg-opacity: 1;
1094
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1095
+ }
1096
+
1097
+ .bg-gray-500 {
1098
+ --tw-bg-opacity: 1;
1099
+ background-color: rgb(107 114 128 / var(--tw-bg-opacity));
1100
+ }
1101
+
1102
+ .bg-red-400 {
1103
+ --tw-bg-opacity: 1;
1104
+ background-color: rgb(248 113 113 / var(--tw-bg-opacity));
1105
+ }
1106
+
1107
+ .bg-red-600 {
1108
+ --tw-bg-opacity: 1;
1109
+ background-color: rgb(220 38 38 / var(--tw-bg-opacity));
1110
+ }
1111
+
1112
+ .bg-sky-600 {
1113
+ --tw-bg-opacity: 1;
1114
+ background-color: rgb(2 132 199 / var(--tw-bg-opacity));
1115
+ }
1116
+
1117
+ .bg-slate-100 {
1118
+ --tw-bg-opacity: 1;
1119
+ background-color: rgb(241 245 249 / var(--tw-bg-opacity));
1120
+ }
1121
+
1122
+ .bg-slate-200 {
1123
+ --tw-bg-opacity: 1;
1124
+ background-color: rgb(226 232 240 / var(--tw-bg-opacity));
1125
+ }
1126
+
1127
+ .bg-slate-700 {
1128
+ --tw-bg-opacity: 1;
1129
+ background-color: rgb(51 65 85 / var(--tw-bg-opacity));
1130
+ }
1131
+
1132
+ .bg-slate-900 {
1133
+ --tw-bg-opacity: 1;
1134
+ background-color: rgb(15 23 42 / var(--tw-bg-opacity));
1135
+ }
1136
+
1137
+ .bg-white {
1138
+ --tw-bg-opacity: 1;
1139
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1140
+ }
1141
+
1142
+ .bg-yellow-400 {
1143
+ --tw-bg-opacity: 1;
1144
+ background-color: rgb(250 204 21 / var(--tw-bg-opacity));
1145
+ }
1146
+
1147
+ .bg-opacity-75 {
1148
+ --tw-bg-opacity: 0.75;
1149
+ }
1150
+
1151
+ .p-4 {
1152
+ padding: 1rem;
1153
+ }
1154
+
1155
+ .p-6 {
1156
+ padding: 1.5rem;
1157
+ }
1158
+
1159
+ .p-8 {
1160
+ padding: 2rem;
1161
+ }
1162
+
1163
+ .px-0 {
1164
+ padding-left: 0px;
1165
+ padding-right: 0px;
1166
+ }
1167
+
1168
+ .px-2 {
1169
+ padding-left: 0.5rem;
1170
+ padding-right: 0.5rem;
1171
+ }
1172
+
1173
+ .px-3 {
1174
+ padding-left: 0.75rem;
1175
+ padding-right: 0.75rem;
1176
+ }
1177
+
1178
+ .px-3\.5 {
1179
+ padding-left: 0.875rem;
1180
+ padding-right: 0.875rem;
1181
+ }
1182
+
1183
+ .px-4 {
1184
+ padding-left: 1rem;
1185
+ padding-right: 1rem;
1186
+ }
1187
+
1188
+ .px-6 {
1189
+ padding-left: 1.5rem;
1190
+ padding-right: 1.5rem;
1191
+ }
1192
+
1193
+ .px-8 {
1194
+ padding-left: 2rem;
1195
+ padding-right: 2rem;
1196
+ }
1197
+
1198
+ .py-0 {
1199
+ padding-top: 0px;
1200
+ padding-bottom: 0px;
1201
+ }
1202
+
1203
+ .py-0\.5 {
1204
+ padding-top: 0.125rem;
1205
+ padding-bottom: 0.125rem;
1206
+ }
1207
+
1208
+ .py-1 {
1209
+ padding-top: 0.25rem;
1210
+ padding-bottom: 0.25rem;
1211
+ }
1212
+
1213
+ .py-1\.5 {
1214
+ padding-top: 0.375rem;
1215
+ padding-bottom: 0.375rem;
1216
+ }
1217
+
1218
+ .py-2 {
1219
+ padding-top: 0.5rem;
1220
+ padding-bottom: 0.5rem;
1221
+ }
1222
+
1223
+ .py-2\.5 {
1224
+ padding-top: 0.625rem;
1225
+ padding-bottom: 0.625rem;
1226
+ }
1227
+
1228
+ .py-3 {
1229
+ padding-top: 0.75rem;
1230
+ padding-bottom: 0.75rem;
1231
+ }
1232
+
1233
+ .py-4 {
1234
+ padding-top: 1rem;
1235
+ padding-bottom: 1rem;
1236
+ }
1237
+
1238
+ .py-6 {
1239
+ padding-top: 1.5rem;
1240
+ padding-bottom: 1.5rem;
1241
+ }
1242
+
1243
+ .py-8 {
1244
+ padding-top: 2rem;
1245
+ padding-bottom: 2rem;
1246
+ }
1247
+
1248
+ .\!pb-0 {
1249
+ padding-bottom: 0px !important;
1250
+ }
1251
+
1252
+ .\!pt-0 {
1253
+ padding-top: 0px !important;
1254
+ }
1255
+
1256
+ .pb-4 {
1257
+ padding-bottom: 1rem;
1258
+ }
1259
+
1260
+ .pt-10 {
1261
+ padding-top: 2.5rem;
1262
+ }
1263
+
1264
+ .pt-\[52px\] {
1265
+ padding-top: 52px;
1266
+ }
1267
+
1268
+ .pt-\[55px\] {
1269
+ padding-top: 55px;
1270
+ }
1271
+
1272
+ .pt-\[56px\] {
1273
+ padding-top: 56px;
1274
+ }
1275
+
1276
+ .text-left {
1277
+ text-align: left;
1278
+ }
1279
+
1280
+ .text-center {
1281
+ text-align: center;
1282
+ }
1283
+
1284
+ .font-mono {
1285
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
1286
+ }
1287
+
1288
+ .text-3xl {
1289
+ font-size: 1.875rem;
1290
+ line-height: 2.25rem;
1291
+ }
1292
+
1293
+ .text-base {
1294
+ font-size: 1rem;
1295
+ line-height: 1.5rem;
1296
+ }
1297
+
1298
+ .text-sm {
1299
+ font-size: 0.875rem;
1300
+ line-height: 1.25rem;
1301
+ }
1302
+
1303
+ .text-xl {
1304
+ font-size: 1.25rem;
1305
+ line-height: 1.75rem;
1306
+ }
1307
+
1308
+ .font-bold {
1309
+ font-weight: 700;
1310
+ }
1311
+
1312
+ .font-medium {
1313
+ font-weight: 500;
1314
+ }
1315
+
1316
+ .font-semibold {
1317
+ font-weight: 600;
1318
+ }
1319
+
1320
+ .italic {
1321
+ font-style: italic;
1322
+ }
1323
+
1324
+ .leading-6 {
1325
+ line-height: 1.5rem;
1326
+ }
1327
+
1328
+ .leading-7 {
1329
+ line-height: 1.75rem;
1330
+ }
1331
+
1332
+ .text-gray-500 {
1333
+ --tw-text-opacity: 1;
1334
+ color: rgb(107 114 128 / var(--tw-text-opacity));
1335
+ }
1336
+
1337
+ .text-gray-600 {
1338
+ --tw-text-opacity: 1;
1339
+ color: rgb(75 85 99 / var(--tw-text-opacity));
1340
+ }
1341
+
1342
+ .text-gray-700 {
1343
+ --tw-text-opacity: 1;
1344
+ color: rgb(55 65 81 / var(--tw-text-opacity));
1345
+ }
1346
+
1347
+ .text-gray-900 {
1348
+ --tw-text-opacity: 1;
1349
+ color: rgb(17 24 39 / var(--tw-text-opacity));
1350
+ }
1351
+
1352
+ .text-green-400 {
1353
+ --tw-text-opacity: 1;
1354
+ color: rgb(74 222 128 / var(--tw-text-opacity));
1355
+ }
1356
+
1357
+ .text-red-400 {
1358
+ --tw-text-opacity: 1;
1359
+ color: rgb(248 113 113 / var(--tw-text-opacity));
1360
+ }
1361
+
1362
+ .text-red-500 {
1363
+ --tw-text-opacity: 1;
1364
+ color: rgb(239 68 68 / var(--tw-text-opacity));
1365
+ }
1366
+
1367
+ .text-red-900 {
1368
+ --tw-text-opacity: 1;
1369
+ color: rgb(127 29 29 / var(--tw-text-opacity));
1370
+ }
1371
+
1372
+ .text-slate-200 {
1373
+ --tw-text-opacity: 1;
1374
+ color: rgb(226 232 240 / var(--tw-text-opacity));
1375
+ }
1376
+
1377
+ .text-slate-300 {
1378
+ --tw-text-opacity: 1;
1379
+ color: rgb(203 213 225 / var(--tw-text-opacity));
1380
+ }
1381
+
1382
+ .text-slate-400 {
1383
+ --tw-text-opacity: 1;
1384
+ color: rgb(148 163 184 / var(--tw-text-opacity));
1385
+ }
1386
+
1387
+ .text-slate-700 {
1388
+ --tw-text-opacity: 1;
1389
+ color: rgb(51 65 85 / var(--tw-text-opacity));
1390
+ }
1391
+
1392
+ .text-white {
1393
+ --tw-text-opacity: 1;
1394
+ color: rgb(255 255 255 / var(--tw-text-opacity));
1395
+ }
1396
+
1397
+ .text-yellow-400 {
1398
+ --tw-text-opacity: 1;
1399
+ color: rgb(250 204 21 / var(--tw-text-opacity));
1400
+ }
1401
+
1402
+ .text-yellow-900 {
1403
+ --tw-text-opacity: 1;
1404
+ color: rgb(113 63 18 / var(--tw-text-opacity));
1405
+ }
1406
+
1407
+ .opacity-0 {
1408
+ opacity: 0;
1409
+ }
1410
+
1411
+ .opacity-100 {
1412
+ opacity: 1;
1413
+ }
1414
+
1415
+ .opacity-25 {
1416
+ opacity: 0.25;
1417
+ }
1418
+
1419
+ .opacity-50 {
1420
+ opacity: 0.5;
1421
+ }
1422
+
1423
+ .opacity-75 {
1424
+ opacity: 0.75;
1425
+ }
1426
+
1427
+ .shadow-lg {
1428
+ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1429
+ --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1430
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1431
+ }
1432
+
1433
+ .shadow-md {
1434
+ --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
1435
+ --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
1436
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1437
+ }
1438
+
1439
+ .shadow-sm {
1440
+ --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
1441
+ --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
1442
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1443
+ }
1444
+
1445
+ .shadow-xl {
1446
+ --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
1447
+ --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
1448
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1449
+ }
1450
+
1451
+ .ring-1 {
1452
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1453
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1454
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1455
+ }
1456
+
1457
+ .ring-inset {
1458
+ --tw-ring-inset: inset;
1459
+ }
1460
+
1461
+ .ring-gray-300 {
1462
+ --tw-ring-opacity: 1;
1463
+ --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
1464
+ }
1465
+
1466
+ .ring-gray-900\/5 {
1467
+ --tw-ring-color: rgb(17 24 39 / 0.05);
1468
+ }
1469
+
1470
+ .transition {
1471
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
1472
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1473
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
1474
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1475
+ transition-duration: 150ms;
1476
+ }
1477
+
1478
+ .transition-all {
1479
+ transition-property: all;
1480
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1481
+ transition-duration: 150ms;
1482
+ }
1483
+
1484
+ .transition-opacity {
1485
+ transition-property: opacity;
1486
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1487
+ transition-duration: 150ms;
1488
+ }
1489
+
1490
+ .duration-150 {
1491
+ transition-duration: 150ms;
1492
+ }
1493
+
1494
+ .duration-200 {
1495
+ transition-duration: 200ms;
1496
+ }
1497
+
1498
+ .duration-300 {
1499
+ transition-duration: 300ms;
1500
+ }
1501
+
1502
+ .ease-in {
1503
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
1504
+ }
1505
+
1506
+ .ease-out {
1507
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
1508
+ }
1509
+
1510
+ [x-cloak] {
1511
+ display: none !important;
1512
+ }
1513
+
1514
+ /* Style for scrollable-div to fill the available vertical space */
1515
+
1516
+ #scrollable-div {
1517
+ flex: 1;
1518
+ /* Grow to fill available vertical space */
1519
+ }
1520
+
1521
+ #resize-handle {
1522
+ cursor: ns-resize;
1523
+ /* Change cursor to indicate vertical resizing */
1524
+ }
1525
+
1526
+ /* Style for deploy-output-container */
1527
+
1528
+ #deploy-output-container {
1529
+ min-height: 150px;
1530
+ }
1531
+
1532
+ .hover\:bg-gray-50:hover {
1533
+ --tw-bg-opacity: 1;
1534
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1535
+ }
1536
+
1537
+ .hover\:bg-red-500:hover {
1538
+ --tw-bg-opacity: 1;
1539
+ background-color: rgb(239 68 68 / var(--tw-bg-opacity));
1540
+ }
1541
+
1542
+ .hover\:bg-sky-500:hover {
1543
+ --tw-bg-opacity: 1;
1544
+ background-color: rgb(14 165 233 / var(--tw-bg-opacity));
1545
+ }
1546
+
1547
+ .hover\:bg-slate-300:hover {
1548
+ --tw-bg-opacity: 1;
1549
+ background-color: rgb(203 213 225 / var(--tw-bg-opacity));
1550
+ }
1551
+
1552
+ .focus-visible\:outline:focus-visible {
1553
+ outline-style: solid;
1554
+ }
1555
+
1556
+ .focus-visible\:outline-2:focus-visible {
1557
+ outline-width: 2px;
1558
+ }
1559
+
1560
+ .focus-visible\:outline-offset-2:focus-visible {
1561
+ outline-offset: 2px;
1562
+ }
1563
+
1564
+ .focus-visible\:outline-red-600:focus-visible {
1565
+ outline-color: #dc2626;
1566
+ }
1567
+
1568
+ .focus-visible\:outline-sky-600:focus-visible {
1569
+ outline-color: #0284c7;
1570
+ }
1571
+
1572
+ .group:hover .group-hover\:bg-white {
1573
+ --tw-bg-opacity: 1;
1574
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1575
+ }
1576
+
1577
+ .group:hover .group-hover\:text-indigo-600 {
1578
+ --tw-text-opacity: 1;
1579
+ color: rgb(79 70 229 / var(--tw-text-opacity));
1580
+ }
1581
+
1582
+ @media (min-width: 640px) {
1583
+ .sm\:col-span-2 {
1584
+ grid-column: span 2 / span 2;
1585
+ }
1586
+
1587
+ .sm\:col-start-2 {
1588
+ grid-column-start: 2;
1589
+ }
1590
+
1591
+ .sm\:mt-0 {
1592
+ margin-top: 0px;
1593
+ }
1594
+
1595
+ .sm\:translate-y-0 {
1596
+ --tw-translate-y: 0px;
1597
+ 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));
1598
+ }
1599
+
1600
+ .sm\:scale-100 {
1601
+ --tw-scale-x: 1;
1602
+ --tw-scale-y: 1;
1603
+ 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));
1604
+ }
1605
+
1606
+ .sm\:scale-95 {
1607
+ --tw-scale-x: .95;
1608
+ --tw-scale-y: .95;
1609
+ 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));
1610
+ }
1611
+
1612
+ .sm\:p-8 {
1613
+ padding: 2rem;
1614
+ }
1615
+ }
1616
+
1617
+ @media (min-width: 768px) {
1618
+ .md\:col-span-2 {
1619
+ grid-column: span 2 / span 2;
1620
+ }
1621
+
1622
+ .md\:grid-cols-3 {
1623
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1624
+ }
1625
+ }
1626
+
1627
+ @media (min-width: 1024px) {
1628
+ .lg\:max-w-2xl {
1629
+ max-width: 42rem;
1630
+ }
1631
+
1632
+ .lg\:grid-cols-2 {
1633
+ grid-template-columns: repeat(2, minmax(0, 1fr));
1634
+ }
1635
+ }