revotech-ui-kit 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. package/.editorconfig +29 -0
  2. package/.eslintrc +10 -0
  3. package/.storybook/main.ts +17 -0
  4. package/.storybook/preview-head.html +1 -0
  5. package/.storybook/preview.ts +17 -0
  6. package/LICENSE +21 -0
  7. package/README.md +30 -0
  8. package/assets/fonts/Geist/Geist-Black.otf +0 -0
  9. package/assets/fonts/Geist/Geist-Black.woff2 +0 -0
  10. package/assets/fonts/Geist/Geist-Bold.otf +0 -0
  11. package/assets/fonts/Geist/Geist-Bold.woff2 +0 -0
  12. package/assets/fonts/Geist/Geist-Light.otf +0 -0
  13. package/assets/fonts/Geist/Geist-Light.woff2 +0 -0
  14. package/assets/fonts/Geist/Geist-Medium.otf +0 -0
  15. package/assets/fonts/Geist/Geist-Medium.woff2 +0 -0
  16. package/assets/fonts/Geist/Geist-Regular.otf +0 -0
  17. package/assets/fonts/Geist/Geist-Regular.woff2 +0 -0
  18. package/assets/fonts/Geist/Geist-SemiBold.otf +0 -0
  19. package/assets/fonts/Geist/Geist-SemiBold.woff2 +0 -0
  20. package/assets/fonts/Geist/Geist-Thin.otf +0 -0
  21. package/assets/fonts/Geist/Geist-Thin.woff2 +0 -0
  22. package/assets/fonts/Geist/Geist-UltraBlack.otf +0 -0
  23. package/assets/fonts/Geist/Geist-UltraBlack.woff2 +0 -0
  24. package/assets/fonts/Geist/Geist-UltraLight.otf +0 -0
  25. package/assets/fonts/Geist/Geist-UltraLight.woff2 +0 -0
  26. package/assets/fonts/Geist/GeistVariableVF.ttf +0 -0
  27. package/assets/fonts/Geist/GeistVariableVF.woff2 +0 -0
  28. package/assets/fonts/Geist/LICENSE.TXT +92 -0
  29. package/assets/open-wc-logo.svg +29 -0
  30. package/index.html +362 -0
  31. package/package.json +117 -0
  32. package/rollup.config.js +71 -0
  33. package/src/components/atoms/button/button.atom.ts +39 -0
  34. package/src/components/atoms/button/button.stories.ts +186 -0
  35. package/src/components/atoms/button/button.style.ts +31 -0
  36. package/src/components/atoms/button/button.type.ts +10 -0
  37. package/src/components/atoms/checkbox/checkbox.atom.ts +62 -0
  38. package/src/components/atoms/checkbox/checkbox.stories.ts +42 -0
  39. package/src/components/atoms/command-empty/command-empty.atom.ts +44 -0
  40. package/src/components/atoms/command-group/command-group.atom.ts +60 -0
  41. package/src/components/atoms/command-item/command-item.atom.ts +74 -0
  42. package/src/components/atoms/command-list/command-list.atom.ts +37 -0
  43. package/src/components/atoms/command-separator/command-separator.atom.ts +42 -0
  44. package/src/components/atoms/dialog/dialog.atom.ts +301 -0
  45. package/src/components/atoms/dialog/dialog.stories.ts +86 -0
  46. package/src/components/atoms/index.ts +10 -0
  47. package/src/components/atoms/input/input.atom.ts +34 -0
  48. package/src/components/atoms/input/input.stories.ts +89 -0
  49. package/src/components/atoms/input/input.type.ts +24 -0
  50. package/src/components/atoms/label/label.atom.ts +40 -0
  51. package/src/components/atoms/label/label.stories.ts +18 -0
  52. package/src/components/atoms/label/label.style.ts +5 -0
  53. package/src/components/command/command.stories.ts +154 -0
  54. package/src/components/command/command.ts +391 -0
  55. package/src/components/index.ts +2 -0
  56. package/src/components/molecules/command/command.molecules.ts +31 -0
  57. package/src/components/molecules/command-input/command-input.atom.ts +130 -0
  58. package/src/components/molecules/index.ts +1 -0
  59. package/src/components/popover.ts +247 -0
  60. package/src/globals.css +1806 -0
  61. package/src/helpers/index.ts +2 -0
  62. package/src/helpers/mouse-conroller.helper.ts +42 -0
  63. package/src/helpers/style.helpers.ts +6 -0
  64. package/src/interfaces/actionable.interface.ts +6 -0
  65. package/src/interfaces/atomic.interface.ts +6 -0
  66. package/src/interfaces/changeable.interface.ts +14 -0
  67. package/src/interfaces/child-support-atomic.interface.ts +5 -0
  68. package/src/interfaces/index.ts +6 -0
  69. package/src/interfaces/intractable.interface.ts +6 -0
  70. package/src/interfaces/variant.interface.ts +3 -0
  71. package/src/lib/index.ts +0 -0
  72. package/src/lib/next/next.lib.ts +0 -0
  73. package/src/lib/react/react.lib.ts +0 -0
  74. package/src/styles/index.ts +1 -0
  75. package/src/styles/tw.styles.ts +1867 -0
  76. package/src/tailwind-lib.css +95 -0
  77. package/src/wc-ui-app.ts +81 -0
  78. package/tailwind.config.js +81 -0
  79. package/test/wc-ui-app.test.ts +22 -0
  80. package/tsconfig.json +25 -0
  81. package/web-dev-server.config.mjs +26 -0
  82. package/web-test-runner.config.mjs +41 -0
@@ -0,0 +1,1806 @@
1
+ @font-face {
2
+ font-family: "GeistSans";
3
+
4
+ src: url('assets/fonts/Geist/Geist-Regular.woff2') format('woff2');
5
+ }
6
+
7
+ /*
8
+ ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
9
+ */
10
+
11
+ /*
12
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
13
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
14
+ */
15
+
16
+ *,
17
+ ::before,
18
+ ::after {
19
+ box-sizing: border-box;
20
+ /* 1 */
21
+ border-width: 0;
22
+ /* 2 */
23
+ border-style: solid;
24
+ /* 2 */
25
+ border-color: #e5e7eb;
26
+ /* 2 */
27
+ }
28
+
29
+ ::before,
30
+ ::after {
31
+ --tw-content: '';
32
+ }
33
+
34
+ /*
35
+ 1. Use a consistent sensible line-height in all browsers.
36
+ 2. Prevent adjustments of font size after orientation changes in iOS.
37
+ 3. Use a more readable tab size.
38
+ 4. Use the user's configured `sans` font-family by default.
39
+ 5. Use the user's configured `sans` font-feature-settings by default.
40
+ 6. Use the user's configured `sans` font-variation-settings by default.
41
+ 7. Disable tap highlights on iOS
42
+ */
43
+
44
+ html,
45
+ :host {
46
+ line-height: 1.5;
47
+ /* 1 */
48
+ -webkit-text-size-adjust: 100%;
49
+ /* 2 */
50
+ -moz-tab-size: 4;
51
+ /* 3 */
52
+ -o-tab-size: 4;
53
+ tab-size: 4;
54
+ /* 3 */
55
+ font-family: var(--font-sans), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
56
+ /* 4 */
57
+ font-feature-settings: normal;
58
+ /* 5 */
59
+ font-variation-settings: normal;
60
+ /* 6 */
61
+ -webkit-tap-highlight-color: transparent;
62
+ /* 7 */
63
+ }
64
+
65
+ /*
66
+ 1. Remove the margin in all browsers.
67
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
68
+ */
69
+
70
+ body {
71
+ margin: 0;
72
+ /* 1 */
73
+ line-height: inherit;
74
+ /* 2 */
75
+ }
76
+
77
+ /*
78
+ 1. Add the correct height in Firefox.
79
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
80
+ 3. Ensure horizontal rules are visible by default.
81
+ */
82
+
83
+ hr {
84
+ height: 0;
85
+ /* 1 */
86
+ color: inherit;
87
+ /* 2 */
88
+ border-top-width: 1px;
89
+ /* 3 */
90
+ }
91
+
92
+ /*
93
+ Add the correct text decoration in Chrome, Edge, and Safari.
94
+ */
95
+
96
+ abbr:where([title]) {
97
+ -webkit-text-decoration: underline dotted;
98
+ text-decoration: underline dotted;
99
+ }
100
+
101
+ /*
102
+ Remove the default font size and weight for headings.
103
+ */
104
+
105
+ h1,
106
+ h2,
107
+ h3,
108
+ h4,
109
+ h5,
110
+ h6 {
111
+ font-size: inherit;
112
+ font-weight: inherit;
113
+ }
114
+
115
+ /*
116
+ Reset links to optimize for opt-in styling instead of opt-out.
117
+ */
118
+
119
+ a {
120
+ color: inherit;
121
+ text-decoration: inherit;
122
+ }
123
+
124
+ /*
125
+ Add the correct font weight in Edge and Safari.
126
+ */
127
+
128
+ b,
129
+ strong {
130
+ font-weight: bolder;
131
+ }
132
+
133
+ /*
134
+ 1. Use the user's configured `mono` font-family by default.
135
+ 2. Use the user's configured `mono` font-feature-settings by default.
136
+ 3. Use the user's configured `mono` font-variation-settings by default.
137
+ 4. Correct the odd `em` font sizing in all browsers.
138
+ */
139
+
140
+ code,
141
+ kbd,
142
+ samp,
143
+ pre {
144
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
145
+ /* 1 */
146
+ font-feature-settings: normal;
147
+ /* 2 */
148
+ font-variation-settings: normal;
149
+ /* 3 */
150
+ font-size: 1em;
151
+ /* 4 */
152
+ }
153
+
154
+ /*
155
+ Add the correct font size in all browsers.
156
+ */
157
+
158
+ small {
159
+ font-size: 80%;
160
+ }
161
+
162
+ /*
163
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
164
+ */
165
+
166
+ sub,
167
+ sup {
168
+ font-size: 75%;
169
+ line-height: 0;
170
+ position: relative;
171
+ vertical-align: baseline;
172
+ }
173
+
174
+ sub {
175
+ bottom: -0.25em;
176
+ }
177
+
178
+ sup {
179
+ top: -0.5em;
180
+ }
181
+
182
+ /*
183
+ 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)
184
+ 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)
185
+ 3. Remove gaps between table borders by default.
186
+ */
187
+
188
+ table {
189
+ text-indent: 0;
190
+ /* 1 */
191
+ border-color: inherit;
192
+ /* 2 */
193
+ border-collapse: collapse;
194
+ /* 3 */
195
+ }
196
+
197
+ /*
198
+ 1. Change the font styles in all browsers.
199
+ 2. Remove the margin in Firefox and Safari.
200
+ 3. Remove default padding in all browsers.
201
+ */
202
+
203
+ button,
204
+ input,
205
+ optgroup,
206
+ select,
207
+ textarea {
208
+ font-family: inherit;
209
+ /* 1 */
210
+ font-feature-settings: inherit;
211
+ /* 1 */
212
+ font-variation-settings: inherit;
213
+ /* 1 */
214
+ font-size: 100%;
215
+ /* 1 */
216
+ font-weight: inherit;
217
+ /* 1 */
218
+ line-height: inherit;
219
+ /* 1 */
220
+ color: inherit;
221
+ /* 1 */
222
+ margin: 0;
223
+ /* 2 */
224
+ padding: 0;
225
+ /* 3 */
226
+ }
227
+
228
+ /*
229
+ Remove the inheritance of text transform in Edge and Firefox.
230
+ */
231
+
232
+ button,
233
+ select {
234
+ text-transform: none;
235
+ }
236
+
237
+ /*
238
+ 1. Correct the inability to style clickable types in iOS and Safari.
239
+ 2. Remove default button styles.
240
+ */
241
+
242
+ button,
243
+ [type='button'],
244
+ [type='reset'],
245
+ [type='submit'] {
246
+ -webkit-appearance: button;
247
+ /* 1 */
248
+ background-color: transparent;
249
+ /* 2 */
250
+ background-image: none;
251
+ /* 2 */
252
+ }
253
+
254
+ /*
255
+ Use the modern Firefox focus style for all focusable elements.
256
+ */
257
+
258
+ :-moz-focusring {
259
+ outline: auto;
260
+ }
261
+
262
+ /*
263
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
264
+ */
265
+
266
+ :-moz-ui-invalid {
267
+ box-shadow: none;
268
+ }
269
+
270
+ /*
271
+ Add the correct vertical alignment in Chrome and Firefox.
272
+ */
273
+
274
+ progress {
275
+ vertical-align: baseline;
276
+ }
277
+
278
+ /*
279
+ Correct the cursor style of increment and decrement buttons in Safari.
280
+ */
281
+
282
+ ::-webkit-inner-spin-button,
283
+ ::-webkit-outer-spin-button {
284
+ height: auto;
285
+ }
286
+
287
+ /*
288
+ 1. Correct the odd appearance in Chrome and Safari.
289
+ 2. Correct the outline style in Safari.
290
+ */
291
+
292
+ [type='search'] {
293
+ -webkit-appearance: textfield;
294
+ /* 1 */
295
+ outline-offset: -2px;
296
+ /* 2 */
297
+ }
298
+
299
+ /*
300
+ Remove the inner padding in Chrome and Safari on macOS.
301
+ */
302
+
303
+ ::-webkit-search-decoration {
304
+ -webkit-appearance: none;
305
+ }
306
+
307
+ /*
308
+ 1. Correct the inability to style clickable types in iOS and Safari.
309
+ 2. Change font properties to `inherit` in Safari.
310
+ */
311
+
312
+ ::-webkit-file-upload-button {
313
+ -webkit-appearance: button;
314
+ /* 1 */
315
+ font: inherit;
316
+ /* 2 */
317
+ }
318
+
319
+ /*
320
+ Add the correct display in Chrome and Safari.
321
+ */
322
+
323
+ summary {
324
+ display: list-item;
325
+ }
326
+
327
+ /*
328
+ Removes the default spacing and border for appropriate elements.
329
+ */
330
+
331
+ blockquote,
332
+ dl,
333
+ dd,
334
+ h1,
335
+ h2,
336
+ h3,
337
+ h4,
338
+ h5,
339
+ h6,
340
+ hr,
341
+ figure,
342
+ p,
343
+ pre {
344
+ margin: 0;
345
+ }
346
+
347
+ fieldset {
348
+ margin: 0;
349
+ padding: 0;
350
+ }
351
+
352
+ legend {
353
+ padding: 0;
354
+ }
355
+
356
+ ol,
357
+ ul,
358
+ menu {
359
+ list-style: none;
360
+ margin: 0;
361
+ padding: 0;
362
+ }
363
+
364
+ /*
365
+ Reset default styling for dialogs.
366
+ */
367
+
368
+ dialog {
369
+ padding: 0;
370
+ }
371
+
372
+ /*
373
+ Prevent resizing textareas horizontally by default.
374
+ */
375
+
376
+ textarea {
377
+ resize: vertical;
378
+ }
379
+
380
+ /*
381
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
382
+ 2. Set the default placeholder color to the user's configured gray 400 color.
383
+ */
384
+
385
+ input::-moz-placeholder, textarea::-moz-placeholder {
386
+ opacity: 1;
387
+ /* 1 */
388
+ color: #9ca3af;
389
+ /* 2 */
390
+ }
391
+
392
+ input::placeholder,
393
+ textarea::placeholder {
394
+ opacity: 1;
395
+ /* 1 */
396
+ color: #9ca3af;
397
+ /* 2 */
398
+ }
399
+
400
+ /*
401
+ Set the default cursor for buttons.
402
+ */
403
+
404
+ button,
405
+ [role="button"] {
406
+ cursor: pointer;
407
+ }
408
+
409
+ /*
410
+ Make sure disabled buttons don't get the pointer cursor.
411
+ */
412
+
413
+ :disabled {
414
+ cursor: default;
415
+ }
416
+
417
+ /*
418
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
419
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
420
+ This can trigger a poorly considered lint error in some tools but is included by design.
421
+ */
422
+
423
+ img,
424
+ svg,
425
+ video,
426
+ canvas,
427
+ audio,
428
+ iframe,
429
+ embed,
430
+ object {
431
+ display: block;
432
+ /* 1 */
433
+ vertical-align: middle;
434
+ /* 2 */
435
+ }
436
+
437
+ /*
438
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
439
+ */
440
+
441
+ img,
442
+ video {
443
+ max-width: 100%;
444
+ height: auto;
445
+ }
446
+
447
+ /* Make elements with the HTML hidden attribute stay hidden by default */
448
+
449
+ [hidden] {
450
+ display: none;
451
+ }
452
+
453
+ :root {
454
+ --background: 0 0% 100%;
455
+ --foreground: 240 10% 3.9%;
456
+ --card: 0 0% 100%;
457
+ --card-foreground: 240 10% 3.9%;
458
+ --popover: 0 0% 100%;
459
+ --popover-foreground: 240 10% 3.9%;
460
+ --primary: 240 5.9% 10%;
461
+ --primary-foreground: 0 0% 98%;
462
+ --secondary: 240 4.8% 95.9%;
463
+ --secondary-foreground: 240 5.9% 10%;
464
+ --muted: 240 4.8% 95.9%;
465
+ --muted-foreground: 240 3.8% 46.1%;
466
+ --accent: 240 4.8% 95.9%;
467
+ --accent-foreground: 240 5.9% 10%;
468
+ --destructive: 0 84.2% 60.2%;
469
+ --destructive-foreground: 0 0% 98%;
470
+ --border: 240 5.9% 90%;
471
+ --input: 240 5.9% 90%;
472
+ --ring: 240 5.9% 10%;
473
+ --radius: 0.5rem;
474
+ }
475
+
476
+ * {
477
+ border-color: hsl(var(--border));
478
+ font-family: GeistSans, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
479
+ }
480
+
481
+ body {
482
+ background-color: hsl(var(--background));
483
+ color: hsl(var(--foreground));
484
+ font-synthesis-weight: none;
485
+ text-rendering: optimizeLegibility;
486
+ }
487
+
488
+ /* p {
489
+ margin-top: 6px;
490
+ margin-block-start: 6px;
491
+ } */
492
+
493
+ *, ::before, ::after {
494
+ --tw-border-spacing-x: 0;
495
+ --tw-border-spacing-y: 0;
496
+ --tw-translate-x: 0;
497
+ --tw-translate-y: 0;
498
+ --tw-rotate: 0;
499
+ --tw-skew-x: 0;
500
+ --tw-skew-y: 0;
501
+ --tw-scale-x: 1;
502
+ --tw-scale-y: 1;
503
+ --tw-pan-x: ;
504
+ --tw-pan-y: ;
505
+ --tw-pinch-zoom: ;
506
+ --tw-scroll-snap-strictness: proximity;
507
+ --tw-gradient-from-position: ;
508
+ --tw-gradient-via-position: ;
509
+ --tw-gradient-to-position: ;
510
+ --tw-ordinal: ;
511
+ --tw-slashed-zero: ;
512
+ --tw-numeric-figure: ;
513
+ --tw-numeric-spacing: ;
514
+ --tw-numeric-fraction: ;
515
+ --tw-ring-inset: ;
516
+ --tw-ring-offset-width: 0px;
517
+ --tw-ring-offset-color: #fff;
518
+ --tw-ring-color: rgb(59 130 246 / 0.5);
519
+ --tw-ring-offset-shadow: 0 0 #0000;
520
+ --tw-ring-shadow: 0 0 #0000;
521
+ --tw-shadow: 0 0 #0000;
522
+ --tw-shadow-colored: 0 0 #0000;
523
+ --tw-blur: ;
524
+ --tw-brightness: ;
525
+ --tw-contrast: ;
526
+ --tw-grayscale: ;
527
+ --tw-hue-rotate: ;
528
+ --tw-invert: ;
529
+ --tw-saturate: ;
530
+ --tw-sepia: ;
531
+ --tw-drop-shadow: ;
532
+ --tw-backdrop-blur: ;
533
+ --tw-backdrop-brightness: ;
534
+ --tw-backdrop-contrast: ;
535
+ --tw-backdrop-grayscale: ;
536
+ --tw-backdrop-hue-rotate: ;
537
+ --tw-backdrop-invert: ;
538
+ --tw-backdrop-opacity: ;
539
+ --tw-backdrop-saturate: ;
540
+ --tw-backdrop-sepia: ;
541
+ }
542
+
543
+ ::backdrop {
544
+ --tw-border-spacing-x: 0;
545
+ --tw-border-spacing-y: 0;
546
+ --tw-translate-x: 0;
547
+ --tw-translate-y: 0;
548
+ --tw-rotate: 0;
549
+ --tw-skew-x: 0;
550
+ --tw-skew-y: 0;
551
+ --tw-scale-x: 1;
552
+ --tw-scale-y: 1;
553
+ --tw-pan-x: ;
554
+ --tw-pan-y: ;
555
+ --tw-pinch-zoom: ;
556
+ --tw-scroll-snap-strictness: proximity;
557
+ --tw-gradient-from-position: ;
558
+ --tw-gradient-via-position: ;
559
+ --tw-gradient-to-position: ;
560
+ --tw-ordinal: ;
561
+ --tw-slashed-zero: ;
562
+ --tw-numeric-figure: ;
563
+ --tw-numeric-spacing: ;
564
+ --tw-numeric-fraction: ;
565
+ --tw-ring-inset: ;
566
+ --tw-ring-offset-width: 0px;
567
+ --tw-ring-offset-color: #fff;
568
+ --tw-ring-color: rgb(59 130 246 / 0.5);
569
+ --tw-ring-offset-shadow: 0 0 #0000;
570
+ --tw-ring-shadow: 0 0 #0000;
571
+ --tw-shadow: 0 0 #0000;
572
+ --tw-shadow-colored: 0 0 #0000;
573
+ --tw-blur: ;
574
+ --tw-brightness: ;
575
+ --tw-contrast: ;
576
+ --tw-grayscale: ;
577
+ --tw-hue-rotate: ;
578
+ --tw-invert: ;
579
+ --tw-saturate: ;
580
+ --tw-sepia: ;
581
+ --tw-drop-shadow: ;
582
+ --tw-backdrop-blur: ;
583
+ --tw-backdrop-brightness: ;
584
+ --tw-backdrop-contrast: ;
585
+ --tw-backdrop-grayscale: ;
586
+ --tw-backdrop-hue-rotate: ;
587
+ --tw-backdrop-invert: ;
588
+ --tw-backdrop-opacity: ;
589
+ --tw-backdrop-saturate: ;
590
+ --tw-backdrop-sepia: ;
591
+ }
592
+
593
+ .container {
594
+ width: 100%;
595
+ margin-right: auto;
596
+ margin-left: auto;
597
+ padding-right: 2rem;
598
+ padding-left: 2rem;
599
+ }
600
+
601
+ @media (min-width: 1400px) {
602
+ .container {
603
+ max-width: 1400px;
604
+ }
605
+ }
606
+
607
+ .sr-only {
608
+ position: absolute;
609
+ width: 1px;
610
+ height: 1px;
611
+ padding: 0;
612
+ margin: -1px;
613
+ overflow: hidden;
614
+ clip: rect(0, 0, 0, 0);
615
+ white-space: nowrap;
616
+ border-width: 0;
617
+ }
618
+
619
+ .visible {
620
+ visibility: visible;
621
+ }
622
+
623
+ .collapse {
624
+ visibility: collapse;
625
+ }
626
+
627
+ .static {
628
+ position: static;
629
+ }
630
+
631
+ .fixed {
632
+ position: fixed;
633
+ }
634
+
635
+ .absolute {
636
+ position: absolute;
637
+ }
638
+
639
+ .relative {
640
+ position: relative;
641
+ }
642
+
643
+ .inset-0 {
644
+ inset: 0px;
645
+ }
646
+
647
+ .left-\[50\%\] {
648
+ left: 50%;
649
+ }
650
+
651
+ .right-4 {
652
+ right: 1rem;
653
+ }
654
+
655
+ .top-4 {
656
+ top: 1rem;
657
+ }
658
+
659
+ .top-\[50\%\] {
660
+ top: 50%;
661
+ }
662
+
663
+ .z-50 {
664
+ z-index: 50;
665
+ }
666
+
667
+ .col-span-3 {
668
+ grid-column: span 3 / span 3;
669
+ }
670
+
671
+ .col-span-2 {
672
+ grid-column: span 2 / span 2;
673
+ }
674
+
675
+ .m-auto {
676
+ margin: auto;
677
+ }
678
+
679
+ .-mx-1 {
680
+ margin-left: -0.25rem;
681
+ margin-right: -0.25rem;
682
+ }
683
+
684
+ .mx-2 {
685
+ margin-left: 0.5rem;
686
+ margin-right: 0.5rem;
687
+ }
688
+
689
+ .mx-3 {
690
+ margin-left: 0.75rem;
691
+ margin-right: 0.75rem;
692
+ }
693
+
694
+ .mx-auto {
695
+ margin-left: auto;
696
+ margin-right: auto;
697
+ }
698
+
699
+ .my-10 {
700
+ margin-top: 2.5rem;
701
+ margin-bottom: 2.5rem;
702
+ }
703
+
704
+ .my-4 {
705
+ margin-top: 1rem;
706
+ margin-bottom: 1rem;
707
+ }
708
+
709
+ .my-6 {
710
+ margin-top: 1.5rem;
711
+ margin-bottom: 1.5rem;
712
+ }
713
+
714
+ .ml-auto {
715
+ margin-left: auto;
716
+ }
717
+
718
+ .mr-10 {
719
+ margin-right: 2.5rem;
720
+ }
721
+
722
+ .mr-2 {
723
+ margin-right: 0.5rem;
724
+ }
725
+
726
+ .mt-2 {
727
+ margin-top: 0.5rem;
728
+ }
729
+
730
+ .block {
731
+ display: block;
732
+ }
733
+
734
+ .flex {
735
+ display: flex;
736
+ }
737
+
738
+ .inline-flex {
739
+ display: inline-flex;
740
+ }
741
+
742
+ .table {
743
+ display: table;
744
+ }
745
+
746
+ .grid {
747
+ display: grid;
748
+ }
749
+
750
+ .contents {
751
+ display: contents;
752
+ }
753
+
754
+ .hidden {
755
+ display: none;
756
+ }
757
+
758
+ .size-24 {
759
+ width: 6rem;
760
+ height: 6rem;
761
+ }
762
+
763
+ .size-max {
764
+ width: -moz-max-content;
765
+ width: max-content;
766
+ height: -moz-max-content;
767
+ height: max-content;
768
+ }
769
+
770
+ .h-1 {
771
+ height: 0.25rem;
772
+ }
773
+
774
+ .h-10 {
775
+ height: 2.5rem;
776
+ }
777
+
778
+ .h-11 {
779
+ height: 2.75rem;
780
+ }
781
+
782
+ .h-2 {
783
+ height: 0.5rem;
784
+ }
785
+
786
+ .h-3 {
787
+ height: 0.75rem;
788
+ }
789
+
790
+ .h-4 {
791
+ height: 1rem;
792
+ }
793
+
794
+ .h-5 {
795
+ height: 1.25rem;
796
+ }
797
+
798
+ .h-7 {
799
+ height: 1.75rem;
800
+ }
801
+
802
+ .h-8 {
803
+ height: 2rem;
804
+ }
805
+
806
+ .h-9 {
807
+ height: 2.25rem;
808
+ }
809
+
810
+ .h-full {
811
+ height: 100%;
812
+ }
813
+
814
+ .h-px {
815
+ height: 1px;
816
+ }
817
+
818
+ .max-h-\[300px\] {
819
+ max-height: 300px;
820
+ }
821
+
822
+ .w-1 {
823
+ width: 0.25rem;
824
+ }
825
+
826
+ .w-10 {
827
+ width: 2.5rem;
828
+ }
829
+
830
+ .w-2 {
831
+ width: 0.5rem;
832
+ }
833
+
834
+ .w-3 {
835
+ width: 0.75rem;
836
+ }
837
+
838
+ .w-32 {
839
+ width: 8rem;
840
+ }
841
+
842
+ .w-4 {
843
+ width: 1rem;
844
+ }
845
+
846
+ .w-5 {
847
+ width: 1.25rem;
848
+ }
849
+
850
+ .w-8 {
851
+ width: 2rem;
852
+ }
853
+
854
+ .w-9 {
855
+ width: 2.25rem;
856
+ }
857
+
858
+ .w-auto {
859
+ width: auto;
860
+ }
861
+
862
+ .w-full {
863
+ width: 100%;
864
+ }
865
+
866
+ .w-max {
867
+ width: -moz-max-content;
868
+ width: max-content;
869
+ }
870
+
871
+ .w-min {
872
+ width: -moz-min-content;
873
+ width: min-content;
874
+ }
875
+
876
+ .w-72 {
877
+ width: 18rem;
878
+ }
879
+
880
+ .w-80 {
881
+ width: 20rem;
882
+ }
883
+
884
+ .min-w-60 {
885
+ min-width: 15rem;
886
+ }
887
+
888
+ .min-w-80 {
889
+ min-width: 20rem;
890
+ }
891
+
892
+ .max-w-lg {
893
+ max-width: 32rem;
894
+ }
895
+
896
+ .max-w-md {
897
+ max-width: 28rem;
898
+ }
899
+
900
+ .max-w-sm {
901
+ max-width: 24rem;
902
+ }
903
+
904
+ .flex-auto {
905
+ flex: 1 1 auto;
906
+ }
907
+
908
+ .flex-shrink {
909
+ flex-shrink: 1;
910
+ }
911
+
912
+ .shrink-0 {
913
+ flex-shrink: 0;
914
+ }
915
+
916
+ .flex-grow {
917
+ flex-grow: 1;
918
+ }
919
+
920
+ .border-collapse {
921
+ border-collapse: collapse;
922
+ }
923
+
924
+ .border-spacing-2 {
925
+ --tw-border-spacing-x: 0.5rem;
926
+ --tw-border-spacing-y: 0.5rem;
927
+ border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
928
+ }
929
+
930
+ .border-spacing-6 {
931
+ --tw-border-spacing-x: 1.5rem;
932
+ --tw-border-spacing-y: 1.5rem;
933
+ border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
934
+ }
935
+
936
+ .translate-x-\[-50\%\] {
937
+ --tw-translate-x: -50%;
938
+ 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));
939
+ }
940
+
941
+ .translate-y-\[-50\%\] {
942
+ --tw-translate-y: -50%;
943
+ 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));
944
+ }
945
+
946
+ .transform {
947
+ 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));
948
+ }
949
+
950
+ @keyframes spin {
951
+ to {
952
+ transform: rotate(360deg);
953
+ }
954
+ }
955
+
956
+ .animate-spin {
957
+ animation: spin 1s linear infinite;
958
+ }
959
+
960
+ .cursor-default {
961
+ cursor: default;
962
+ }
963
+
964
+ .cursor-not-allowed {
965
+ cursor: not-allowed;
966
+ }
967
+
968
+ .select-none {
969
+ -webkit-user-select: none;
970
+ -moz-user-select: none;
971
+ user-select: none;
972
+ }
973
+
974
+ .resize {
975
+ resize: both;
976
+ }
977
+
978
+ .grid-cols-4 {
979
+ grid-template-columns: repeat(4, minmax(0, 1fr));
980
+ }
981
+
982
+ .grid-cols-3 {
983
+ grid-template-columns: repeat(3, minmax(0, 1fr));
984
+ }
985
+
986
+ .flex-row {
987
+ flex-direction: row;
988
+ }
989
+
990
+ .flex-col {
991
+ flex-direction: column;
992
+ }
993
+
994
+ .flex-col-reverse {
995
+ flex-direction: column-reverse;
996
+ }
997
+
998
+ .flex-wrap {
999
+ flex-wrap: wrap;
1000
+ }
1001
+
1002
+ .flex-nowrap {
1003
+ flex-wrap: nowrap;
1004
+ }
1005
+
1006
+ .items-center {
1007
+ align-items: center;
1008
+ }
1009
+
1010
+ .items-stretch {
1011
+ align-items: stretch;
1012
+ }
1013
+
1014
+ .justify-end {
1015
+ justify-content: flex-end;
1016
+ }
1017
+
1018
+ .justify-center {
1019
+ justify-content: center;
1020
+ }
1021
+
1022
+ .justify-between {
1023
+ justify-content: space-between;
1024
+ }
1025
+
1026
+ .justify-stretch {
1027
+ justify-content: stretch;
1028
+ }
1029
+
1030
+ .gap-1 {
1031
+ gap: 0.25rem;
1032
+ }
1033
+
1034
+ .gap-1\.5 {
1035
+ gap: 0.375rem;
1036
+ }
1037
+
1038
+ .gap-10 {
1039
+ gap: 2.5rem;
1040
+ }
1041
+
1042
+ .gap-4 {
1043
+ gap: 1rem;
1044
+ }
1045
+
1046
+ .gap-5 {
1047
+ gap: 1.25rem;
1048
+ }
1049
+
1050
+ .gap-2 {
1051
+ gap: 0.5rem;
1052
+ }
1053
+
1054
+ .gap-20 {
1055
+ gap: 5rem;
1056
+ }
1057
+
1058
+ .space-x-1 > :not([hidden]) ~ :not([hidden]) {
1059
+ --tw-space-x-reverse: 0;
1060
+ margin-right: calc(0.25rem * var(--tw-space-x-reverse));
1061
+ margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
1062
+ }
1063
+
1064
+ .space-x-2 > :not([hidden]) ~ :not([hidden]) {
1065
+ --tw-space-x-reverse: 0;
1066
+ margin-right: calc(0.5rem * var(--tw-space-x-reverse));
1067
+ margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
1068
+ }
1069
+
1070
+ .space-x-4 > :not([hidden]) ~ :not([hidden]) {
1071
+ --tw-space-x-reverse: 0;
1072
+ margin-right: calc(1rem * var(--tw-space-x-reverse));
1073
+ margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
1074
+ }
1075
+
1076
+ .space-y-1 > :not([hidden]) ~ :not([hidden]) {
1077
+ --tw-space-y-reverse: 0;
1078
+ margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
1079
+ margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
1080
+ }
1081
+
1082
+ .space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
1083
+ --tw-space-y-reverse: 0;
1084
+ margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
1085
+ margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
1086
+ }
1087
+
1088
+ .space-y-2 > :not([hidden]) ~ :not([hidden]) {
1089
+ --tw-space-y-reverse: 0;
1090
+ margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
1091
+ margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
1092
+ }
1093
+
1094
+ .space-y-4 > :not([hidden]) ~ :not([hidden]) {
1095
+ --tw-space-y-reverse: 0;
1096
+ margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
1097
+ margin-bottom: calc(1rem * var(--tw-space-y-reverse));
1098
+ }
1099
+
1100
+ .space-y-5 > :not([hidden]) ~ :not([hidden]) {
1101
+ --tw-space-y-reverse: 0;
1102
+ margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
1103
+ margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
1104
+ }
1105
+
1106
+ .space-y-10 > :not([hidden]) ~ :not([hidden]) {
1107
+ --tw-space-y-reverse: 0;
1108
+ margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
1109
+ margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
1110
+ }
1111
+
1112
+ .overflow-hidden {
1113
+ overflow: hidden;
1114
+ }
1115
+
1116
+ .overflow-y-auto {
1117
+ overflow-y: auto;
1118
+ }
1119
+
1120
+ .overflow-x-hidden {
1121
+ overflow-x: hidden;
1122
+ }
1123
+
1124
+ .whitespace-nowrap {
1125
+ white-space: nowrap;
1126
+ }
1127
+
1128
+ .rounded-lg {
1129
+ border-radius: var(--radius);
1130
+ }
1131
+
1132
+ .rounded-md {
1133
+ border-radius: calc(var(--radius) - 2px);
1134
+ }
1135
+
1136
+ .rounded-sm {
1137
+ border-radius: calc(var(--radius) - 4px);
1138
+ }
1139
+
1140
+ .border {
1141
+ border-width: 1px;
1142
+ }
1143
+
1144
+ .border-0 {
1145
+ border-width: 0px;
1146
+ }
1147
+
1148
+ .border-2 {
1149
+ border-width: 2px;
1150
+ }
1151
+
1152
+ .border-4 {
1153
+ border-width: 4px;
1154
+ }
1155
+
1156
+ .border-b {
1157
+ border-bottom-width: 1px;
1158
+ }
1159
+
1160
+ .border-input {
1161
+ border-color: hsl(var(--input));
1162
+ }
1163
+
1164
+ .border-primary {
1165
+ border-color: hsl(var(--primary));
1166
+ }
1167
+
1168
+ .border-slate-50 {
1169
+ --tw-border-opacity: 1;
1170
+ border-color: rgb(248 250 252 / var(--tw-border-opacity));
1171
+ }
1172
+
1173
+ .border-slate-500 {
1174
+ --tw-border-opacity: 1;
1175
+ border-color: rgb(100 116 139 / var(--tw-border-opacity));
1176
+ }
1177
+
1178
+ .bg-background {
1179
+ background-color: hsl(var(--background));
1180
+ }
1181
+
1182
+ .bg-black {
1183
+ --tw-bg-opacity: 1;
1184
+ background-color: rgb(0 0 0 / var(--tw-bg-opacity));
1185
+ }
1186
+
1187
+ .bg-black\/80 {
1188
+ background-color: rgb(0 0 0 / 0.8);
1189
+ }
1190
+
1191
+ .bg-blue-500 {
1192
+ --tw-bg-opacity: 1;
1193
+ background-color: rgb(59 130 246 / var(--tw-bg-opacity));
1194
+ }
1195
+
1196
+ .bg-border {
1197
+ background-color: hsl(var(--border));
1198
+ }
1199
+
1200
+ .bg-destructive {
1201
+ background-color: hsl(var(--destructive));
1202
+ }
1203
+
1204
+ .bg-popover {
1205
+ background-color: hsl(var(--popover));
1206
+ }
1207
+
1208
+ .bg-primary {
1209
+ background-color: hsl(var(--primary));
1210
+ }
1211
+
1212
+ .bg-red-400 {
1213
+ --tw-bg-opacity: 1;
1214
+ background-color: rgb(248 113 113 / var(--tw-bg-opacity));
1215
+ }
1216
+
1217
+ .bg-red-600 {
1218
+ --tw-bg-opacity: 1;
1219
+ background-color: rgb(220 38 38 / var(--tw-bg-opacity));
1220
+ }
1221
+
1222
+ .bg-secondary {
1223
+ background-color: hsl(var(--secondary));
1224
+ }
1225
+
1226
+ .bg-transparent {
1227
+ background-color: transparent;
1228
+ }
1229
+
1230
+ .bg-red-500 {
1231
+ --tw-bg-opacity: 1;
1232
+ background-color: rgb(239 68 68 / var(--tw-bg-opacity));
1233
+ }
1234
+
1235
+ .p-1 {
1236
+ padding: 0.25rem;
1237
+ }
1238
+
1239
+ .p-6 {
1240
+ padding: 1.5rem;
1241
+ }
1242
+
1243
+ .p-4 {
1244
+ padding: 1rem;
1245
+ }
1246
+
1247
+ .px-2 {
1248
+ padding-left: 0.5rem;
1249
+ padding-right: 0.5rem;
1250
+ }
1251
+
1252
+ .px-3 {
1253
+ padding-left: 0.75rem;
1254
+ padding-right: 0.75rem;
1255
+ }
1256
+
1257
+ .px-4 {
1258
+ padding-left: 1rem;
1259
+ padding-right: 1rem;
1260
+ }
1261
+
1262
+ .px-8 {
1263
+ padding-left: 2rem;
1264
+ padding-right: 2rem;
1265
+ }
1266
+
1267
+ .py-1 {
1268
+ padding-top: 0.25rem;
1269
+ padding-bottom: 0.25rem;
1270
+ }
1271
+
1272
+ .py-1\.5 {
1273
+ padding-top: 0.375rem;
1274
+ padding-bottom: 0.375rem;
1275
+ }
1276
+
1277
+ .py-2 {
1278
+ padding-top: 0.5rem;
1279
+ padding-bottom: 0.5rem;
1280
+ }
1281
+
1282
+ .py-3 {
1283
+ padding-top: 0.75rem;
1284
+ padding-bottom: 0.75rem;
1285
+ }
1286
+
1287
+ .py-4 {
1288
+ padding-top: 1rem;
1289
+ padding-bottom: 1rem;
1290
+ }
1291
+
1292
+ .py-6 {
1293
+ padding-top: 1.5rem;
1294
+ padding-bottom: 1.5rem;
1295
+ }
1296
+
1297
+ .text-left {
1298
+ text-align: left;
1299
+ }
1300
+
1301
+ .text-center {
1302
+ text-align: center;
1303
+ }
1304
+
1305
+ .text-right {
1306
+ text-align: right;
1307
+ }
1308
+
1309
+ .align-baseline {
1310
+ vertical-align: baseline;
1311
+ }
1312
+
1313
+ .align-top {
1314
+ vertical-align: top;
1315
+ }
1316
+
1317
+ .align-middle {
1318
+ vertical-align: middle;
1319
+ }
1320
+
1321
+ .align-bottom {
1322
+ vertical-align: bottom;
1323
+ }
1324
+
1325
+ .font-geist {
1326
+ font-family: GeistSans, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1327
+ }
1328
+
1329
+ .text-2xl {
1330
+ font-size: 1.5rem;
1331
+ line-height: 2rem;
1332
+ }
1333
+
1334
+ .text-4xl {
1335
+ font-size: 2.25rem;
1336
+ line-height: 2.5rem;
1337
+ }
1338
+
1339
+ .text-lg {
1340
+ font-size: 1.125rem;
1341
+ line-height: 1.75rem;
1342
+ }
1343
+
1344
+ .text-sm {
1345
+ font-size: 0.875rem;
1346
+ line-height: 1.25rem;
1347
+ }
1348
+
1349
+ .text-xl {
1350
+ font-size: 1.25rem;
1351
+ line-height: 1.75rem;
1352
+ }
1353
+
1354
+ .text-xs {
1355
+ font-size: 0.75rem;
1356
+ line-height: 1rem;
1357
+ }
1358
+
1359
+ .font-bold {
1360
+ font-weight: 700;
1361
+ }
1362
+
1363
+ .font-medium {
1364
+ font-weight: 500;
1365
+ }
1366
+
1367
+ .font-semibold {
1368
+ font-weight: 600;
1369
+ }
1370
+
1371
+ .leading-none {
1372
+ line-height: 1;
1373
+ }
1374
+
1375
+ .tracking-tight {
1376
+ letter-spacing: -0.025em;
1377
+ }
1378
+
1379
+ .tracking-widest {
1380
+ letter-spacing: 0.1em;
1381
+ }
1382
+
1383
+ .text-blue-700 {
1384
+ --tw-text-opacity: 1;
1385
+ color: rgb(29 78 216 / var(--tw-text-opacity));
1386
+ }
1387
+
1388
+ .text-current {
1389
+ color: currentColor;
1390
+ }
1391
+
1392
+ .text-destructive-foreground {
1393
+ color: hsl(var(--destructive-foreground));
1394
+ }
1395
+
1396
+ .text-foreground {
1397
+ color: hsl(var(--foreground));
1398
+ }
1399
+
1400
+ .text-muted {
1401
+ color: hsl(var(--muted));
1402
+ }
1403
+
1404
+ .text-muted-foreground {
1405
+ color: hsl(var(--muted-foreground));
1406
+ }
1407
+
1408
+ .text-popover-foreground {
1409
+ color: hsl(var(--popover-foreground));
1410
+ }
1411
+
1412
+ .text-primary {
1413
+ color: hsl(var(--primary));
1414
+ }
1415
+
1416
+ .text-primary-foreground {
1417
+ color: hsl(var(--primary-foreground));
1418
+ }
1419
+
1420
+ .text-red-800 {
1421
+ --tw-text-opacity: 1;
1422
+ color: rgb(153 27 27 / var(--tw-text-opacity));
1423
+ }
1424
+
1425
+ .text-secondary-foreground {
1426
+ color: hsl(var(--secondary-foreground));
1427
+ }
1428
+
1429
+ .underline {
1430
+ text-decoration-line: underline;
1431
+ }
1432
+
1433
+ .underline-offset-4 {
1434
+ text-underline-offset: 4px;
1435
+ }
1436
+
1437
+ .opacity-50 {
1438
+ opacity: 0.5;
1439
+ }
1440
+
1441
+ .opacity-70 {
1442
+ opacity: 0.7;
1443
+ }
1444
+
1445
+ .shadow {
1446
+ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1447
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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
+ .shadow-lg {
1452
+ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1453
+ --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1454
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1455
+ }
1456
+
1457
+ .shadow-md {
1458
+ --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
1459
+ --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
1460
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1461
+ }
1462
+
1463
+ .shadow-sm {
1464
+ --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
1465
+ --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
1466
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1467
+ }
1468
+
1469
+ .outline-none {
1470
+ outline: 2px solid transparent;
1471
+ outline-offset: 2px;
1472
+ }
1473
+
1474
+ .outline {
1475
+ outline-style: solid;
1476
+ }
1477
+
1478
+ .ring-offset-background {
1479
+ --tw-ring-offset-color: hsl(var(--background));
1480
+ }
1481
+
1482
+ .filter {
1483
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1484
+ }
1485
+
1486
+ .transition-colors {
1487
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1488
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1489
+ transition-duration: 150ms;
1490
+ }
1491
+
1492
+ .transition-opacity {
1493
+ transition-property: opacity;
1494
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1495
+ transition-duration: 150ms;
1496
+ }
1497
+
1498
+ .duration-200 {
1499
+ transition-duration: 200ms;
1500
+ }
1501
+
1502
+ @keyframes enter {
1503
+ from {
1504
+ opacity: var(--tw-enter-opacity, 1);
1505
+ transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
1506
+ }
1507
+ }
1508
+
1509
+ @keyframes exit {
1510
+ to {
1511
+ opacity: var(--tw-exit-opacity, 1);
1512
+ transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
1513
+ }
1514
+ }
1515
+
1516
+ .slide-in-from-left-1 {
1517
+ --tw-enter-translate-x: -0.25rem;
1518
+ }
1519
+
1520
+ .slide-out-to-left-1 {
1521
+ --tw-exit-translate-x: -0.25rem;
1522
+ }
1523
+
1524
+ .duration-200 {
1525
+ animation-duration: 200ms;
1526
+ }
1527
+
1528
+ @media (max-width: 640px) {
1529
+ .container {
1530
+ padding-left: 1rem;
1531
+ padding-right: 1rem;
1532
+ }
1533
+ }
1534
+
1535
+ .file\:border-0::file-selector-button {
1536
+ border-width: 0px;
1537
+ }
1538
+
1539
+ .file\:bg-transparent::file-selector-button {
1540
+ background-color: transparent;
1541
+ }
1542
+
1543
+ .file\:text-sm::file-selector-button {
1544
+ font-size: 0.875rem;
1545
+ line-height: 1.25rem;
1546
+ }
1547
+
1548
+ .file\:font-medium::file-selector-button {
1549
+ font-weight: 500;
1550
+ }
1551
+
1552
+ .placeholder\:text-muted-foreground::-moz-placeholder {
1553
+ color: hsl(var(--muted-foreground));
1554
+ }
1555
+
1556
+ .placeholder\:text-muted-foreground::placeholder {
1557
+ color: hsl(var(--muted-foreground));
1558
+ }
1559
+
1560
+ .hover\:bg-accent:hover {
1561
+ background-color: hsl(var(--accent));
1562
+ }
1563
+
1564
+ .hover\:bg-destructive\/90:hover {
1565
+ background-color: hsl(var(--destructive) / 0.9);
1566
+ }
1567
+
1568
+ .hover\:bg-primary\/90:hover {
1569
+ background-color: hsl(var(--primary) / 0.9);
1570
+ }
1571
+
1572
+ .hover\:bg-secondary\/80:hover {
1573
+ background-color: hsl(var(--secondary) / 0.8);
1574
+ }
1575
+
1576
+ .hover\:text-accent-foreground:hover {
1577
+ color: hsl(var(--accent-foreground));
1578
+ }
1579
+
1580
+ .hover\:underline:hover {
1581
+ text-decoration-line: underline;
1582
+ }
1583
+
1584
+ .hover\:opacity-100:hover {
1585
+ opacity: 1;
1586
+ }
1587
+
1588
+ .focus\:outline-none:focus {
1589
+ outline: 2px solid transparent;
1590
+ outline-offset: 2px;
1591
+ }
1592
+
1593
+ .focus\:ring-2:focus {
1594
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1595
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1596
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1597
+ }
1598
+
1599
+ .focus\:ring-ring:focus {
1600
+ --tw-ring-color: hsl(var(--ring));
1601
+ }
1602
+
1603
+ .focus\:ring-offset-2:focus {
1604
+ --tw-ring-offset-width: 2px;
1605
+ }
1606
+
1607
+ .focus-visible\:outline-none:focus-visible {
1608
+ outline: 2px solid transparent;
1609
+ outline-offset: 2px;
1610
+ }
1611
+
1612
+ .focus-visible\:ring-1:focus-visible {
1613
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1614
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1615
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1616
+ }
1617
+
1618
+ .focus-visible\:ring-2:focus-visible {
1619
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1620
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1621
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1622
+ }
1623
+
1624
+ .focus-visible\:ring-ring:focus-visible {
1625
+ --tw-ring-color: hsl(var(--ring));
1626
+ }
1627
+
1628
+ .focus-visible\:ring-offset-2:focus-visible {
1629
+ --tw-ring-offset-width: 2px;
1630
+ }
1631
+
1632
+ .disabled\:pointer-events-none:disabled {
1633
+ pointer-events: none;
1634
+ }
1635
+
1636
+ .disabled\:cursor-not-allowed:disabled {
1637
+ cursor: not-allowed;
1638
+ }
1639
+
1640
+ .disabled\:opacity-50:disabled {
1641
+ opacity: 0.5;
1642
+ }
1643
+
1644
+ .peer:disabled ~ .peer-disabled\:cursor-not-allowed {
1645
+ cursor: not-allowed;
1646
+ }
1647
+
1648
+ .peer:disabled ~ .peer-disabled\:opacity-70 {
1649
+ opacity: 0.7;
1650
+ }
1651
+
1652
+ .aria-selected\:bg-accent[aria-selected="true"] {
1653
+ background-color: hsl(var(--accent));
1654
+ }
1655
+
1656
+ .aria-selected\:text-accent-foreground[aria-selected="true"] {
1657
+ color: hsl(var(--accent-foreground));
1658
+ }
1659
+
1660
+ .data-\[disabled\]\:pointer-events-none[data-disabled] {
1661
+ pointer-events: none;
1662
+ }
1663
+
1664
+ .data-\[state\=checked\]\:bg-primary[data-state=checked] {
1665
+ background-color: hsl(var(--primary));
1666
+ }
1667
+
1668
+ .data-\[state\=open\]\:bg-accent[data-state=open] {
1669
+ background-color: hsl(var(--accent));
1670
+ }
1671
+
1672
+ .data-\[state\=checked\]\:text-primary-foreground[data-state=checked] {
1673
+ color: hsl(var(--primary-foreground));
1674
+ }
1675
+
1676
+ .data-\[state\=open\]\:text-muted-foreground[data-state=open] {
1677
+ color: hsl(var(--muted-foreground));
1678
+ }
1679
+
1680
+ .data-\[disabled\]\:opacity-50[data-disabled] {
1681
+ opacity: 0.5;
1682
+ }
1683
+
1684
+ .data-\[state\=open\]\:animate-in[data-state=open] {
1685
+ animation-name: enter;
1686
+ animation-duration: 150ms;
1687
+ --tw-enter-opacity: initial;
1688
+ --tw-enter-scale: initial;
1689
+ --tw-enter-rotate: initial;
1690
+ --tw-enter-translate-x: initial;
1691
+ --tw-enter-translate-y: initial;
1692
+ }
1693
+
1694
+ .data-\[state\=closed\]\:animate-out[data-state=closed] {
1695
+ animation-name: exit;
1696
+ animation-duration: 150ms;
1697
+ --tw-exit-opacity: initial;
1698
+ --tw-exit-scale: initial;
1699
+ --tw-exit-rotate: initial;
1700
+ --tw-exit-translate-x: initial;
1701
+ --tw-exit-translate-y: initial;
1702
+ }
1703
+
1704
+ .data-\[state\=closed\]\:fade-out-0[data-state=closed] {
1705
+ --tw-exit-opacity: 0;
1706
+ }
1707
+
1708
+ .data-\[state\=open\]\:fade-in-0[data-state=open] {
1709
+ --tw-enter-opacity: 0;
1710
+ }
1711
+
1712
+ .data-\[state\=closed\]\:zoom-out-95[data-state=closed] {
1713
+ --tw-exit-scale: .95;
1714
+ }
1715
+
1716
+ .data-\[state\=open\]\:zoom-in-95[data-state=open] {
1717
+ --tw-enter-scale: .95;
1718
+ }
1719
+
1720
+ .data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed] {
1721
+ --tw-exit-translate-x: -50%;
1722
+ }
1723
+
1724
+ .data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed] {
1725
+ --tw-exit-translate-y: -48%;
1726
+ }
1727
+
1728
+ .data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open] {
1729
+ --tw-enter-translate-x: -50%;
1730
+ }
1731
+
1732
+ .data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open] {
1733
+ --tw-enter-translate-y: -48%;
1734
+ }
1735
+
1736
+ .data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom] {
1737
+ --tw-enter-translate-y: -0.5rem;
1738
+ }
1739
+
1740
+ .data-\[side\=left\]\:slide-in-from-right-2[data-side=left] {
1741
+ --tw-enter-translate-x: 0.5rem;
1742
+ }
1743
+
1744
+ .data-\[side\=right\]\:slide-in-from-left-2[data-side=right] {
1745
+ --tw-enter-translate-x: -0.5rem;
1746
+ }
1747
+
1748
+ .data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top] {
1749
+ --tw-enter-translate-y: 0.5rem;
1750
+ }
1751
+
1752
+ @media (min-width: 640px) {
1753
+ .sm\:w-min {
1754
+ width: -moz-min-content;
1755
+ width: min-content;
1756
+ }
1757
+
1758
+ .sm\:max-w-\[425px\] {
1759
+ max-width: 425px;
1760
+ }
1761
+
1762
+ .sm\:flex-row {
1763
+ flex-direction: row;
1764
+ }
1765
+
1766
+ .sm\:justify-end {
1767
+ justify-content: flex-end;
1768
+ }
1769
+
1770
+ .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
1771
+ --tw-space-x-reverse: 0;
1772
+ margin-right: calc(0.5rem * var(--tw-space-x-reverse));
1773
+ margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
1774
+ }
1775
+
1776
+ .sm\:rounded-lg {
1777
+ border-radius: var(--radius);
1778
+ }
1779
+
1780
+ .sm\:text-left {
1781
+ text-align: left;
1782
+ }
1783
+ }
1784
+
1785
+ .\[\&_\[rtgcmd-group-heading\]\]\:px-2 [rtgcmd-group-heading] {
1786
+ padding-left: 0.5rem;
1787
+ padding-right: 0.5rem;
1788
+ }
1789
+
1790
+ .\[\&_\[rtgcmd-group-heading\]\]\:py-1\.5 [rtgcmd-group-heading] {
1791
+ padding-top: 0.375rem;
1792
+ padding-bottom: 0.375rem;
1793
+ }
1794
+
1795
+ .\[\&_\[rtgcmd-group-heading\]\]\:text-xs [rtgcmd-group-heading] {
1796
+ font-size: 0.75rem;
1797
+ line-height: 1rem;
1798
+ }
1799
+
1800
+ .\[\&_\[rtgcmd-group-heading\]\]\:font-medium [rtgcmd-group-heading] {
1801
+ font-weight: 500;
1802
+ }
1803
+
1804
+ .\[\&_\[rtgcmd-group-heading\]\]\:text-muted-foreground [rtgcmd-group-heading] {
1805
+ color: hsl(var(--muted-foreground));
1806
+ }