ingeniuscliq-core 0.2.11 → 0.2.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/core.css ADDED
@@ -0,0 +1,3477 @@
1
+ /*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root, :host {
6
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
7
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
8
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
9
+ "Courier New", monospace;
10
+ --color-red-300: oklch(80.8% 0.114 19.571);
11
+ --color-green-300: oklch(87.1% 0.15 154.449);
12
+ --color-gray-100: oklch(96.7% 0.003 264.542);
13
+ --color-gray-200: oklch(92.8% 0.006 264.531);
14
+ --color-gray-300: oklch(87.2% 0.01 258.338);
15
+ --color-gray-500: oklch(55.1% 0.027 264.364);
16
+ --color-gray-900: oklch(21% 0.034 264.665);
17
+ --color-black: #000;
18
+ --color-white: #fff;
19
+ --spacing: 0.25rem;
20
+ --container-sm: 24rem;
21
+ --container-lg: 32rem;
22
+ --container-3xl: 48rem;
23
+ --text-xs: 0.75rem;
24
+ --text-xs--line-height: calc(1 / 0.75);
25
+ --text-sm: 0.875rem;
26
+ --text-sm--line-height: calc(1.25 / 0.875);
27
+ --text-base: 1rem;
28
+ --text-base--line-height: calc(1.5 / 1);
29
+ --text-lg: 1.125rem;
30
+ --text-lg--line-height: calc(1.75 / 1.125);
31
+ --text-xl: 1.25rem;
32
+ --text-xl--line-height: calc(1.75 / 1.25);
33
+ --text-2xl: 1.5rem;
34
+ --text-2xl--line-height: calc(2 / 1.5);
35
+ --font-weight-normal: 400;
36
+ --font-weight-medium: 500;
37
+ --font-weight-semibold: 600;
38
+ --font-weight-bold: 700;
39
+ --tracking-tight: -0.025em;
40
+ --tracking-widest: 0.1em;
41
+ --leading-relaxed: 1.625;
42
+ --radius-xs: 0.125rem;
43
+ --radius-sm: 0.25rem;
44
+ --radius-md: 0.375rem;
45
+ --radius-lg: 0.5rem;
46
+ --radius-xl: 0.75rem;
47
+ --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
48
+ --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
49
+ --default-transition-duration: 150ms;
50
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
51
+ --default-font-family: var(--font-sans);
52
+ --default-mono-font-family: var(--font-mono);
53
+ --ic-radius-sm: calc(var(--ic-radius) - 4px);
54
+ --ic-radius-md: calc(var(--ic-radius) - 2px);
55
+ --ic-radius-lg: var(--ic-radius);
56
+ --ic-radius-xl: calc(var(--ic-radius) + 4px);
57
+ }
58
+ }
59
+ @layer base {
60
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
61
+ box-sizing: border-box;
62
+ margin: 0;
63
+ padding: 0;
64
+ border: 0 solid;
65
+ }
66
+ html, :host {
67
+ line-height: 1.5;
68
+ -webkit-text-size-adjust: 100%;
69
+ -moz-tab-size: 4;
70
+ -o-tab-size: 4;
71
+ tab-size: 4;
72
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
73
+ font-feature-settings: var(--default-font-feature-settings, normal);
74
+ font-variation-settings: var(--default-font-variation-settings, normal);
75
+ -webkit-tap-highlight-color: transparent;
76
+ }
77
+ hr {
78
+ height: 0;
79
+ color: inherit;
80
+ border-top-width: 1px;
81
+ }
82
+ abbr:where([title]) {
83
+ -webkit-text-decoration: underline dotted;
84
+ text-decoration: underline dotted;
85
+ }
86
+ h1, h2, h3, h4, h5, h6 {
87
+ font-size: inherit;
88
+ font-weight: inherit;
89
+ }
90
+ a {
91
+ color: inherit;
92
+ -webkit-text-decoration: inherit;
93
+ text-decoration: inherit;
94
+ }
95
+ b, strong {
96
+ font-weight: bolder;
97
+ }
98
+ code, kbd, samp, pre {
99
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
100
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
101
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
102
+ font-size: 1em;
103
+ }
104
+ small {
105
+ font-size: 80%;
106
+ }
107
+ sub, sup {
108
+ font-size: 75%;
109
+ line-height: 0;
110
+ position: relative;
111
+ vertical-align: baseline;
112
+ }
113
+ sub {
114
+ bottom: -0.25em;
115
+ }
116
+ sup {
117
+ top: -0.5em;
118
+ }
119
+ table {
120
+ text-indent: 0;
121
+ border-color: inherit;
122
+ border-collapse: collapse;
123
+ }
124
+ :-moz-focusring {
125
+ outline: auto;
126
+ }
127
+ progress {
128
+ vertical-align: baseline;
129
+ }
130
+ summary {
131
+ display: list-item;
132
+ }
133
+ ol, ul, menu {
134
+ list-style: none;
135
+ }
136
+ img, svg, video, canvas, audio, iframe, embed, object {
137
+ display: block;
138
+ vertical-align: middle;
139
+ }
140
+ img, video {
141
+ max-width: 100%;
142
+ height: auto;
143
+ }
144
+ button, input, select, optgroup, textarea, ::file-selector-button {
145
+ font: inherit;
146
+ font-feature-settings: inherit;
147
+ font-variation-settings: inherit;
148
+ letter-spacing: inherit;
149
+ color: inherit;
150
+ border-radius: 0;
151
+ background-color: transparent;
152
+ opacity: 1;
153
+ }
154
+ :where(select:is([multiple], [size])) optgroup {
155
+ font-weight: bolder;
156
+ }
157
+ :where(select:is([multiple], [size])) optgroup option {
158
+ padding-inline-start: 20px;
159
+ }
160
+ ::file-selector-button {
161
+ margin-inline-end: 4px;
162
+ }
163
+ ::-moz-placeholder {
164
+ opacity: 1;
165
+ }
166
+ ::placeholder {
167
+ opacity: 1;
168
+ }
169
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
170
+ ::-moz-placeholder {
171
+ color: currentcolor;
172
+ @supports (color: color-mix(in lab, red, red)) {
173
+ color: color-mix(in oklab, currentcolor 50%, transparent);
174
+ }
175
+ }
176
+ ::placeholder {
177
+ color: currentcolor;
178
+ @supports (color: color-mix(in lab, red, red)) {
179
+ color: color-mix(in oklab, currentcolor 50%, transparent);
180
+ }
181
+ }
182
+ }
183
+ textarea {
184
+ resize: vertical;
185
+ }
186
+ ::-webkit-search-decoration {
187
+ -webkit-appearance: none;
188
+ }
189
+ ::-webkit-date-and-time-value {
190
+ min-height: 1lh;
191
+ text-align: inherit;
192
+ }
193
+ ::-webkit-datetime-edit {
194
+ display: inline-flex;
195
+ }
196
+ ::-webkit-datetime-edit-fields-wrapper {
197
+ padding: 0;
198
+ }
199
+ ::-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 {
200
+ padding-block: 0;
201
+ }
202
+ ::-webkit-calendar-picker-indicator {
203
+ line-height: 1;
204
+ }
205
+ :-moz-ui-invalid {
206
+ box-shadow: none;
207
+ }
208
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
209
+ -webkit-appearance: button;
210
+ -moz-appearance: button;
211
+ appearance: button;
212
+ }
213
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
214
+ height: auto;
215
+ }
216
+ [hidden]:where(:not([hidden="until-found"])) {
217
+ display: none !important;
218
+ }
219
+ }
220
+ @layer utilities {
221
+ .\@container\/card-header {
222
+ container-type: inline-size;
223
+ container-name: card-header;
224
+ }
225
+ .pointer-events-none {
226
+ pointer-events: none;
227
+ }
228
+ .invisible {
229
+ visibility: hidden;
230
+ }
231
+ .visible {
232
+ visibility: visible;
233
+ }
234
+ .sr-only {
235
+ position: absolute;
236
+ width: 1px;
237
+ height: 1px;
238
+ padding: 0;
239
+ margin: -1px;
240
+ overflow: hidden;
241
+ clip-path: inset(50%);
242
+ white-space: nowrap;
243
+ border-width: 0;
244
+ }
245
+ .absolute {
246
+ position: absolute;
247
+ }
248
+ .fixed {
249
+ position: fixed;
250
+ }
251
+ .relative {
252
+ position: relative;
253
+ }
254
+ .inset-0 {
255
+ inset: calc(var(--spacing) * 0);
256
+ }
257
+ .inset-x-0 {
258
+ inset-inline: calc(var(--spacing) * 0);
259
+ }
260
+ .inset-y-0 {
261
+ inset-block: calc(var(--spacing) * 0);
262
+ }
263
+ .-top-3 {
264
+ top: calc(var(--spacing) * -3);
265
+ }
266
+ .-top-12 {
267
+ top: calc(var(--spacing) * -12);
268
+ }
269
+ .top-0 {
270
+ top: calc(var(--spacing) * 0);
271
+ }
272
+ .top-1\.5 {
273
+ top: calc(var(--spacing) * 1.5);
274
+ }
275
+ .top-1\/2 {
276
+ top: calc(1/2 * 100%);
277
+ }
278
+ .top-3\.5 {
279
+ top: calc(var(--spacing) * 3.5);
280
+ }
281
+ .top-4 {
282
+ top: calc(var(--spacing) * 4);
283
+ }
284
+ .top-\[1px\] {
285
+ top: 1px;
286
+ }
287
+ .top-\[50\%\] {
288
+ top: 50%;
289
+ }
290
+ .top-\[60\%\] {
291
+ top: 60%;
292
+ }
293
+ .top-full {
294
+ top: 100%;
295
+ }
296
+ .-right-12 {
297
+ right: calc(var(--spacing) * -12);
298
+ }
299
+ .right-0 {
300
+ right: calc(var(--spacing) * 0);
301
+ }
302
+ .right-1 {
303
+ right: calc(var(--spacing) * 1);
304
+ }
305
+ .right-2 {
306
+ right: calc(var(--spacing) * 2);
307
+ }
308
+ .right-3 {
309
+ right: calc(var(--spacing) * 3);
310
+ }
311
+ .right-4 {
312
+ right: calc(var(--spacing) * 4);
313
+ }
314
+ .-bottom-12 {
315
+ bottom: calc(var(--spacing) * -12);
316
+ }
317
+ .bottom-0 {
318
+ bottom: calc(var(--spacing) * 0);
319
+ }
320
+ .-left-12 {
321
+ left: calc(var(--spacing) * -12);
322
+ }
323
+ .left-0 {
324
+ left: calc(var(--spacing) * 0);
325
+ }
326
+ .left-1 {
327
+ left: calc(var(--spacing) * 1);
328
+ }
329
+ .left-1\/2 {
330
+ left: calc(1/2 * 100%);
331
+ }
332
+ .left-2 {
333
+ left: calc(var(--spacing) * 2);
334
+ }
335
+ .left-3 {
336
+ left: calc(var(--spacing) * 3);
337
+ }
338
+ .left-\[50\%\] {
339
+ left: 50%;
340
+ }
341
+ .isolate {
342
+ isolation: isolate;
343
+ }
344
+ .z-10 {
345
+ z-index: 10;
346
+ }
347
+ .z-20 {
348
+ z-index: 20;
349
+ }
350
+ .z-50 {
351
+ z-index: 50;
352
+ }
353
+ .z-\[1\] {
354
+ z-index: 1;
355
+ }
356
+ .col-span-4 {
357
+ grid-column: span 4 / span 4;
358
+ }
359
+ .col-span-8 {
360
+ grid-column: span 8 / span 8;
361
+ }
362
+ .col-span-12 {
363
+ grid-column: span 12 / span 12;
364
+ }
365
+ .col-start-2 {
366
+ grid-column-start: 2;
367
+ }
368
+ .row-span-2 {
369
+ grid-row: span 2 / span 2;
370
+ }
371
+ .row-start-1 {
372
+ grid-row-start: 1;
373
+ }
374
+ .m-0 {
375
+ margin: calc(var(--spacing) * 0);
376
+ }
377
+ .m-auto {
378
+ margin: auto;
379
+ }
380
+ .-mx-1 {
381
+ margin-inline: calc(var(--spacing) * -1);
382
+ }
383
+ .mx-2 {
384
+ margin-inline: calc(var(--spacing) * 2);
385
+ }
386
+ .mx-3\.5 {
387
+ margin-inline: calc(var(--spacing) * 3.5);
388
+ }
389
+ .mx-4 {
390
+ margin-inline: calc(var(--spacing) * 4);
391
+ }
392
+ .mx-auto {
393
+ margin-inline: auto;
394
+ }
395
+ .my-1 {
396
+ margin-block: calc(var(--spacing) * 1);
397
+ }
398
+ .my-2 {
399
+ margin-block: calc(var(--spacing) * 2);
400
+ }
401
+ .my-10 {
402
+ margin-block: calc(var(--spacing) * 10);
403
+ }
404
+ .my-auto {
405
+ margin-block: auto;
406
+ }
407
+ .-mt-4 {
408
+ margin-top: calc(var(--spacing) * -4);
409
+ }
410
+ .mt-1 {
411
+ margin-top: calc(var(--spacing) * 1);
412
+ }
413
+ .mt-1\.5 {
414
+ margin-top: calc(var(--spacing) * 1.5);
415
+ }
416
+ .mt-2 {
417
+ margin-top: calc(var(--spacing) * 2);
418
+ }
419
+ .mt-4 {
420
+ margin-top: calc(var(--spacing) * 4);
421
+ }
422
+ .mt-auto {
423
+ margin-top: auto;
424
+ }
425
+ .mb-8 {
426
+ margin-bottom: calc(var(--spacing) * 8);
427
+ }
428
+ .mb-10 {
429
+ margin-bottom: calc(var(--spacing) * 10);
430
+ }
431
+ .-ml-4 {
432
+ margin-left: calc(var(--spacing) * -4);
433
+ }
434
+ .ml-1 {
435
+ margin-left: calc(var(--spacing) * 1);
436
+ }
437
+ .ml-auto {
438
+ margin-left: auto;
439
+ }
440
+ .line-clamp-1 {
441
+ overflow: hidden;
442
+ display: -webkit-box;
443
+ -webkit-box-orient: vertical;
444
+ -webkit-line-clamp: 1;
445
+ }
446
+ .block {
447
+ display: block;
448
+ }
449
+ .contents {
450
+ display: contents;
451
+ }
452
+ .flex {
453
+ display: flex;
454
+ }
455
+ .grid {
456
+ display: grid;
457
+ }
458
+ .hidden {
459
+ display: none;
460
+ }
461
+ .inline {
462
+ display: inline;
463
+ }
464
+ .inline-flex {
465
+ display: inline-flex;
466
+ }
467
+ .table {
468
+ display: table;
469
+ }
470
+ .table-caption {
471
+ display: table-caption;
472
+ }
473
+ .table-cell {
474
+ display: table-cell;
475
+ }
476
+ .table-row {
477
+ display: table-row;
478
+ }
479
+ .field-sizing-content {
480
+ field-sizing: content;
481
+ }
482
+ .aspect-\[83\/63\] {
483
+ aspect-ratio: 83/63;
484
+ }
485
+ .aspect-square {
486
+ aspect-ratio: 1 / 1;
487
+ }
488
+ .size-2 {
489
+ width: calc(var(--spacing) * 2);
490
+ height: calc(var(--spacing) * 2);
491
+ }
492
+ .size-2\.5 {
493
+ width: calc(var(--spacing) * 2.5);
494
+ height: calc(var(--spacing) * 2.5);
495
+ }
496
+ .size-3 {
497
+ width: calc(var(--spacing) * 3);
498
+ height: calc(var(--spacing) * 3);
499
+ }
500
+ .size-3\.5 {
501
+ width: calc(var(--spacing) * 3.5);
502
+ height: calc(var(--spacing) * 3.5);
503
+ }
504
+ .size-4 {
505
+ width: calc(var(--spacing) * 4);
506
+ height: calc(var(--spacing) * 4);
507
+ }
508
+ .size-7 {
509
+ width: calc(var(--spacing) * 7);
510
+ height: calc(var(--spacing) * 7);
511
+ }
512
+ .size-8 {
513
+ width: calc(var(--spacing) * 8);
514
+ height: calc(var(--spacing) * 8);
515
+ }
516
+ .size-9 {
517
+ width: calc(var(--spacing) * 9);
518
+ height: calc(var(--spacing) * 9);
519
+ }
520
+ .size-full {
521
+ width: 100%;
522
+ height: 100%;
523
+ }
524
+ .h-0 {
525
+ height: calc(var(--spacing) * 0);
526
+ }
527
+ .h-0\.25 {
528
+ height: calc(var(--spacing) * 0.25);
529
+ }
530
+ .h-1\.5 {
531
+ height: calc(var(--spacing) * 1.5);
532
+ }
533
+ .h-2 {
534
+ height: calc(var(--spacing) * 2);
535
+ }
536
+ .h-3 {
537
+ height: calc(var(--spacing) * 3);
538
+ }
539
+ .h-4 {
540
+ height: calc(var(--spacing) * 4);
541
+ }
542
+ .h-5 {
543
+ height: calc(var(--spacing) * 5);
544
+ }
545
+ .h-6 {
546
+ height: calc(var(--spacing) * 6);
547
+ }
548
+ .h-7 {
549
+ height: calc(var(--spacing) * 7);
550
+ }
551
+ .h-8 {
552
+ height: calc(var(--spacing) * 8);
553
+ }
554
+ .h-9 {
555
+ height: calc(var(--spacing) * 9);
556
+ }
557
+ .h-10 {
558
+ height: calc(var(--spacing) * 10);
559
+ }
560
+ .h-11 {
561
+ height: calc(var(--spacing) * 11);
562
+ }
563
+ .h-12 {
564
+ height: calc(var(--spacing) * 12);
565
+ }
566
+ .h-16 {
567
+ height: calc(var(--spacing) * 16);
568
+ }
569
+ .h-20 {
570
+ height: calc(var(--spacing) * 20);
571
+ }
572
+ .h-24 {
573
+ height: calc(var(--spacing) * 24);
574
+ }
575
+ .h-\[1\.15rem\] {
576
+ height: 1.15rem;
577
+ }
578
+ .h-\[1px\] {
579
+ height: 1px;
580
+ }
581
+ .h-\[4\.5rem\] {
582
+ height: 4.5rem;
583
+ }
584
+ .h-\[12px\] {
585
+ height: 12px;
586
+ }
587
+ .h-\[30px\] {
588
+ height: 30px;
589
+ }
590
+ .h-\[110px\] {
591
+ height: 110px;
592
+ }
593
+ .h-\[200px\] {
594
+ height: 200px;
595
+ }
596
+ .h-\[340px\] {
597
+ height: 340px;
598
+ }
599
+ .h-\[calc\(100\%-1px\)\] {
600
+ height: calc(100% - 1px);
601
+ }
602
+ .h-\[var\(--radix-navigation-menu-viewport-height\)\] {
603
+ height: var(--radix-navigation-menu-viewport-height);
604
+ }
605
+ .h-\[var\(--radix-select-trigger-height\)\] {
606
+ height: var(--radix-select-trigger-height);
607
+ }
608
+ .h-auto {
609
+ height: auto;
610
+ }
611
+ .h-full {
612
+ height: 100%;
613
+ }
614
+ .h-px {
615
+ height: 1px;
616
+ }
617
+ .h-svh {
618
+ height: 100svh;
619
+ }
620
+ .max-h-\(--radix-dropdown-menu-content-available-height\) {
621
+ max-height: var(--radix-dropdown-menu-content-available-height);
622
+ }
623
+ .max-h-\(--radix-select-content-available-height\) {
624
+ max-height: var(--radix-select-content-available-height);
625
+ }
626
+ .max-h-\[4\.5rem\] {
627
+ max-height: 4.5rem;
628
+ }
629
+ .max-h-\[80dvh\] {
630
+ max-height: 80dvh;
631
+ }
632
+ .max-h-\[110px\] {
633
+ max-height: 110px;
634
+ }
635
+ .max-h-\[340px\] {
636
+ max-height: 340px;
637
+ }
638
+ .min-h-0 {
639
+ min-height: calc(var(--spacing) * 0);
640
+ }
641
+ .min-h-4 {
642
+ min-height: calc(var(--spacing) * 4);
643
+ }
644
+ .min-h-16 {
645
+ min-height: calc(var(--spacing) * 16);
646
+ }
647
+ .min-h-\[63px\] {
648
+ min-height: 63px;
649
+ }
650
+ .min-h-\[200px\] {
651
+ min-height: 200px;
652
+ }
653
+ .min-h-svh {
654
+ min-height: 100svh;
655
+ }
656
+ .w-\(--sidebar-width\) {
657
+ width: var(--sidebar-width);
658
+ }
659
+ .w-1\/2 {
660
+ width: calc(1/2 * 100%);
661
+ }
662
+ .w-1\/4 {
663
+ width: calc(1/4 * 100%);
664
+ }
665
+ .w-2 {
666
+ width: calc(var(--spacing) * 2);
667
+ }
668
+ .w-2\/3 {
669
+ width: calc(2/3 * 100%);
670
+ }
671
+ .w-2\/7 {
672
+ width: calc(2/7 * 100%);
673
+ }
674
+ .w-3 {
675
+ width: calc(var(--spacing) * 3);
676
+ }
677
+ .w-3\/4 {
678
+ width: calc(3/4 * 100%);
679
+ }
680
+ .w-3\/7 {
681
+ width: calc(3/7 * 100%);
682
+ }
683
+ .w-4 {
684
+ width: calc(var(--spacing) * 4);
685
+ }
686
+ .w-5 {
687
+ width: calc(var(--spacing) * 5);
688
+ }
689
+ .w-6 {
690
+ width: calc(var(--spacing) * 6);
691
+ }
692
+ .w-8 {
693
+ width: calc(var(--spacing) * 8);
694
+ }
695
+ .w-10 {
696
+ width: calc(var(--spacing) * 10);
697
+ }
698
+ .w-16 {
699
+ width: calc(var(--spacing) * 16);
700
+ }
701
+ .w-24 {
702
+ width: calc(var(--spacing) * 24);
703
+ }
704
+ .w-48 {
705
+ width: calc(var(--spacing) * 48);
706
+ }
707
+ .w-72 {
708
+ width: calc(var(--spacing) * 72);
709
+ }
710
+ .w-\[100px\] {
711
+ width: 100px;
712
+ }
713
+ .w-\[147px\] {
714
+ width: 147px;
715
+ }
716
+ .w-\[200px\] {
717
+ width: 200px;
718
+ }
719
+ .w-\[250px\] {
720
+ width: 250px;
721
+ }
722
+ .w-\[285px\] {
723
+ width: 285px;
724
+ }
725
+ .w-\[350px\] {
726
+ width: 350px;
727
+ }
728
+ .w-auto {
729
+ width: auto;
730
+ }
731
+ .w-fit {
732
+ width: -moz-fit-content;
733
+ width: fit-content;
734
+ }
735
+ .w-full {
736
+ width: 100%;
737
+ }
738
+ .w-max {
739
+ width: -moz-max-content;
740
+ width: max-content;
741
+ }
742
+ .max-w-\(--skeleton-width\) {
743
+ max-width: var(--skeleton-width);
744
+ }
745
+ .max-w-3xl {
746
+ max-width: var(--container-3xl);
747
+ }
748
+ .max-w-\[110px\] {
749
+ max-width: 110px;
750
+ }
751
+ .max-w-\[calc\(100\%-2rem\)\] {
752
+ max-width: calc(100% - 2rem);
753
+ }
754
+ .max-w-max {
755
+ max-width: -moz-max-content;
756
+ max-width: max-content;
757
+ }
758
+ .min-w-0 {
759
+ min-width: calc(var(--spacing) * 0);
760
+ }
761
+ .min-w-4 {
762
+ min-width: calc(var(--spacing) * 4);
763
+ }
764
+ .min-w-5 {
765
+ min-width: calc(var(--spacing) * 5);
766
+ }
767
+ .min-w-\[8rem\] {
768
+ min-width: 8rem;
769
+ }
770
+ .min-w-\[40px\] {
771
+ min-width: 40px;
772
+ }
773
+ .min-w-\[50px\] {
774
+ min-width: 50px;
775
+ }
776
+ .min-w-\[83px\] {
777
+ min-width: 83px;
778
+ }
779
+ .min-w-\[var\(--radix-select-trigger-width\)\] {
780
+ min-width: var(--radix-select-trigger-width);
781
+ }
782
+ .flex-1 {
783
+ flex: 1;
784
+ }
785
+ .flex-shrink-0 {
786
+ flex-shrink: 0;
787
+ }
788
+ .shrink-0 {
789
+ flex-shrink: 0;
790
+ }
791
+ .grow {
792
+ flex-grow: 1;
793
+ }
794
+ .grow-0 {
795
+ flex-grow: 0;
796
+ }
797
+ .basis-full {
798
+ flex-basis: 100%;
799
+ }
800
+ .caption-bottom {
801
+ caption-side: bottom;
802
+ }
803
+ .border-collapse {
804
+ border-collapse: collapse;
805
+ }
806
+ .origin-\(--radix-dropdown-menu-content-transform-origin\) {
807
+ transform-origin: var(--radix-dropdown-menu-content-transform-origin);
808
+ }
809
+ .origin-\(--radix-popover-content-transform-origin\) {
810
+ transform-origin: var(--radix-popover-content-transform-origin);
811
+ }
812
+ .origin-\(--radix-select-content-transform-origin\) {
813
+ transform-origin: var(--radix-select-content-transform-origin);
814
+ }
815
+ .origin-\(--radix-tooltip-content-transform-origin\) {
816
+ transform-origin: var(--radix-tooltip-content-transform-origin);
817
+ }
818
+ .-translate-x-1\/2 {
819
+ --tw-translate-x: calc(calc(1/2 * 100%) * -1);
820
+ translate: var(--tw-translate-x) var(--tw-translate-y);
821
+ }
822
+ .-translate-x-full {
823
+ --tw-translate-x: -100%;
824
+ translate: var(--tw-translate-x) var(--tw-translate-y);
825
+ }
826
+ .-translate-x-px {
827
+ --tw-translate-x: -1px;
828
+ translate: var(--tw-translate-x) var(--tw-translate-y);
829
+ }
830
+ .translate-x-\[-50\%\] {
831
+ --tw-translate-x: -50%;
832
+ translate: var(--tw-translate-x) var(--tw-translate-y);
833
+ }
834
+ .translate-x-full {
835
+ --tw-translate-x: 100%;
836
+ translate: var(--tw-translate-x) var(--tw-translate-y);
837
+ }
838
+ .translate-x-px {
839
+ --tw-translate-x: 1px;
840
+ translate: var(--tw-translate-x) var(--tw-translate-y);
841
+ }
842
+ .-translate-y-1\/2 {
843
+ --tw-translate-y: calc(calc(1/2 * 100%) * -1);
844
+ translate: var(--tw-translate-x) var(--tw-translate-y);
845
+ }
846
+ .translate-y-0\.5 {
847
+ --tw-translate-y: calc(var(--spacing) * 0.5);
848
+ translate: var(--tw-translate-x) var(--tw-translate-y);
849
+ }
850
+ .translate-y-\[-50\%\] {
851
+ --tw-translate-y: -50%;
852
+ translate: var(--tw-translate-x) var(--tw-translate-y);
853
+ }
854
+ .translate-y-\[calc\(-50\%_-_2px\)\] {
855
+ --tw-translate-y: calc(-50% - 2px);
856
+ translate: var(--tw-translate-x) var(--tw-translate-y);
857
+ }
858
+ .rotate-45 {
859
+ rotate: 45deg;
860
+ }
861
+ .rotate-90 {
862
+ rotate: 90deg;
863
+ }
864
+ .transform {
865
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
866
+ }
867
+ .animate-pulse {
868
+ animation: var(--animate-pulse);
869
+ }
870
+ .cursor-default {
871
+ cursor: default;
872
+ }
873
+ .cursor-pointer {
874
+ cursor: pointer;
875
+ }
876
+ .touch-none {
877
+ touch-action: none;
878
+ }
879
+ .scroll-my-1 {
880
+ scroll-margin-block: calc(var(--spacing) * 1);
881
+ }
882
+ .list-none {
883
+ list-style-type: none;
884
+ }
885
+ .auto-rows-min {
886
+ grid-auto-rows: min-content;
887
+ }
888
+ .grid-cols-2 {
889
+ grid-template-columns: repeat(2, minmax(0, 1fr));
890
+ }
891
+ .grid-cols-3 {
892
+ grid-template-columns: repeat(3, minmax(0, 1fr));
893
+ }
894
+ .grid-cols-12 {
895
+ grid-template-columns: repeat(12, minmax(0, 1fr));
896
+ }
897
+ .grid-cols-\[0_1fr\] {
898
+ grid-template-columns: 0 1fr;
899
+ }
900
+ .grid-rows-\[auto_auto\] {
901
+ grid-template-rows: auto auto;
902
+ }
903
+ .flex-col {
904
+ flex-direction: column;
905
+ }
906
+ .flex-col-reverse {
907
+ flex-direction: column-reverse;
908
+ }
909
+ .flex-row {
910
+ flex-direction: row;
911
+ }
912
+ .flex-wrap {
913
+ flex-wrap: wrap;
914
+ }
915
+ .items-center {
916
+ align-items: center;
917
+ }
918
+ .items-end {
919
+ align-items: flex-end;
920
+ }
921
+ .items-start {
922
+ align-items: flex-start;
923
+ }
924
+ .justify-between {
925
+ justify-content: space-between;
926
+ }
927
+ .justify-center {
928
+ justify-content: center;
929
+ }
930
+ .justify-end {
931
+ justify-content: flex-end;
932
+ }
933
+ .justify-start {
934
+ justify-content: flex-start;
935
+ }
936
+ .justify-items-start {
937
+ justify-items: start;
938
+ }
939
+ .gap-1 {
940
+ gap: calc(var(--spacing) * 1);
941
+ }
942
+ .gap-1\.5 {
943
+ gap: calc(var(--spacing) * 1.5);
944
+ }
945
+ .gap-2 {
946
+ gap: calc(var(--spacing) * 2);
947
+ }
948
+ .gap-3 {
949
+ gap: calc(var(--spacing) * 3);
950
+ }
951
+ .gap-4 {
952
+ gap: calc(var(--spacing) * 4);
953
+ }
954
+ .gap-5 {
955
+ gap: calc(var(--spacing) * 5);
956
+ }
957
+ .gap-6 {
958
+ gap: calc(var(--spacing) * 6);
959
+ }
960
+ .gap-\[5px\] {
961
+ gap: 5px;
962
+ }
963
+ .space-x-1 {
964
+ :where(& > :not(:last-child)) {
965
+ --tw-space-x-reverse: 0;
966
+ margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
967
+ margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
968
+ }
969
+ }
970
+ .gap-y-0\.5 {
971
+ row-gap: calc(var(--spacing) * 0.5);
972
+ }
973
+ .self-start {
974
+ align-self: flex-start;
975
+ }
976
+ .justify-self-end {
977
+ justify-self: flex-end;
978
+ }
979
+ .overflow-auto {
980
+ overflow: auto;
981
+ }
982
+ .overflow-hidden {
983
+ overflow: hidden;
984
+ }
985
+ .overflow-x-auto {
986
+ overflow-x: auto;
987
+ }
988
+ .overflow-x-hidden {
989
+ overflow-x: hidden;
990
+ }
991
+ .overflow-y-auto {
992
+ overflow-y: auto;
993
+ }
994
+ .rounded-\[2px\] {
995
+ border-radius: 2px;
996
+ }
997
+ .rounded-\[3px\] {
998
+ border-radius: 3px;
999
+ }
1000
+ .rounded-\[4px\] {
1001
+ border-radius: 4px;
1002
+ }
1003
+ .rounded-full {
1004
+ border-radius: calc(infinity * 1px);
1005
+ }
1006
+ .rounded-lg {
1007
+ border-radius: var(--radius-lg);
1008
+ }
1009
+ .rounded-md {
1010
+ border-radius: var(--radius-md);
1011
+ }
1012
+ .rounded-none {
1013
+ border-radius: 0;
1014
+ }
1015
+ .rounded-sm {
1016
+ border-radius: var(--radius-sm);
1017
+ }
1018
+ .rounded-xl {
1019
+ border-radius: var(--radius-xl);
1020
+ }
1021
+ .rounded-xs {
1022
+ border-radius: var(--radius-xs);
1023
+ }
1024
+ .rounded-tl-\[4px\] {
1025
+ border-top-left-radius: 4px;
1026
+ }
1027
+ .rounded-tl-lg {
1028
+ border-top-left-radius: var(--radius-lg);
1029
+ }
1030
+ .rounded-tl-sm {
1031
+ border-top-left-radius: var(--radius-sm);
1032
+ }
1033
+ .rounded-tr-\[4px\] {
1034
+ border-top-right-radius: 4px;
1035
+ }
1036
+ .rounded-br-none {
1037
+ border-bottom-right-radius: 0;
1038
+ }
1039
+ .rounded-bl-lg {
1040
+ border-bottom-left-radius: var(--radius-lg);
1041
+ }
1042
+ .rounded-bl-none {
1043
+ border-bottom-left-radius: 0;
1044
+ }
1045
+ .border {
1046
+ border-style: var(--tw-border-style);
1047
+ border-width: 1px;
1048
+ }
1049
+ .border-x {
1050
+ border-inline-style: var(--tw-border-style);
1051
+ border-inline-width: 1px;
1052
+ }
1053
+ .border-x-\[25px\] {
1054
+ border-inline-style: var(--tw-border-style);
1055
+ border-inline-width: 25px;
1056
+ }
1057
+ .border-y {
1058
+ border-block-style: var(--tw-border-style);
1059
+ border-block-width: 1px;
1060
+ }
1061
+ .border-t {
1062
+ border-top-style: var(--tw-border-style);
1063
+ border-top-width: 1px;
1064
+ }
1065
+ .border-r {
1066
+ border-right-style: var(--tw-border-style);
1067
+ border-right-width: 1px;
1068
+ }
1069
+ .border-b {
1070
+ border-bottom-style: var(--tw-border-style);
1071
+ border-bottom-width: 1px;
1072
+ }
1073
+ .border-b-\[3px\] {
1074
+ border-bottom-style: var(--tw-border-style);
1075
+ border-bottom-width: 3px;
1076
+ }
1077
+ .border-b-\[25px\] {
1078
+ border-bottom-style: var(--tw-border-style);
1079
+ border-bottom-width: 25px;
1080
+ }
1081
+ .border-l {
1082
+ border-left-style: var(--tw-border-style);
1083
+ border-left-width: 1px;
1084
+ }
1085
+ .\!border-none {
1086
+ --tw-border-style: none !important;
1087
+ border-style: none !important;
1088
+ }
1089
+ .border-black {
1090
+ border-color: var(--color-black);
1091
+ }
1092
+ .border-gray-100 {
1093
+ border-color: var(--color-gray-100);
1094
+ }
1095
+ .border-gray-200 {
1096
+ border-color: var(--color-gray-200);
1097
+ }
1098
+ .border-gray-500 {
1099
+ border-color: var(--color-gray-500);
1100
+ }
1101
+ .border-transparent {
1102
+ border-color: transparent;
1103
+ }
1104
+ .border-x-transparent {
1105
+ border-inline-color: transparent;
1106
+ }
1107
+ .bg-black\/50 {
1108
+ background-color: color-mix(in srgb, #000 50%, transparent);
1109
+ @supports (color: color-mix(in lab, red, red)) {
1110
+ background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
1111
+ }
1112
+ }
1113
+ .bg-gray-100 {
1114
+ background-color: var(--color-gray-100);
1115
+ }
1116
+ .bg-gray-300 {
1117
+ background-color: var(--color-gray-300);
1118
+ }
1119
+ .bg-transparent {
1120
+ background-color: transparent;
1121
+ }
1122
+ .bg-white {
1123
+ background-color: var(--color-white);
1124
+ }
1125
+ .fill-current {
1126
+ fill: currentcolor;
1127
+ }
1128
+ .object-contain {
1129
+ -o-object-fit: contain;
1130
+ object-fit: contain;
1131
+ }
1132
+ .object-cover {
1133
+ -o-object-fit: cover;
1134
+ object-fit: cover;
1135
+ }
1136
+ .object-center {
1137
+ -o-object-position: center;
1138
+ object-position: center;
1139
+ }
1140
+ .\!p-0 {
1141
+ padding: calc(var(--spacing) * 0) !important;
1142
+ }
1143
+ .p-0 {
1144
+ padding: calc(var(--spacing) * 0);
1145
+ }
1146
+ .p-1 {
1147
+ padding: calc(var(--spacing) * 1);
1148
+ }
1149
+ .p-2 {
1150
+ padding: calc(var(--spacing) * 2);
1151
+ }
1152
+ .p-3 {
1153
+ padding: calc(var(--spacing) * 3);
1154
+ }
1155
+ .p-4 {
1156
+ padding: calc(var(--spacing) * 4);
1157
+ }
1158
+ .p-6 {
1159
+ padding: calc(var(--spacing) * 6);
1160
+ }
1161
+ .p-\[3px\] {
1162
+ padding: 3px;
1163
+ }
1164
+ .px-0 {
1165
+ padding-inline: calc(var(--spacing) * 0);
1166
+ }
1167
+ .px-0\.5 {
1168
+ padding-inline: calc(var(--spacing) * 0.5);
1169
+ }
1170
+ .px-1 {
1171
+ padding-inline: calc(var(--spacing) * 1);
1172
+ }
1173
+ .px-2 {
1174
+ padding-inline: calc(var(--spacing) * 2);
1175
+ }
1176
+ .px-2\.5 {
1177
+ padding-inline: calc(var(--spacing) * 2.5);
1178
+ }
1179
+ .px-3 {
1180
+ padding-inline: calc(var(--spacing) * 3);
1181
+ }
1182
+ .px-4 {
1183
+ padding-inline: calc(var(--spacing) * 4);
1184
+ }
1185
+ .px-6 {
1186
+ padding-inline: calc(var(--spacing) * 6);
1187
+ }
1188
+ .px-7 {
1189
+ padding-inline: calc(var(--spacing) * 7);
1190
+ }
1191
+ .px-8 {
1192
+ padding-inline: calc(var(--spacing) * 8);
1193
+ }
1194
+ .py-0\.5 {
1195
+ padding-block: calc(var(--spacing) * 0.5);
1196
+ }
1197
+ .py-1 {
1198
+ padding-block: calc(var(--spacing) * 1);
1199
+ }
1200
+ .py-1\.5 {
1201
+ padding-block: calc(var(--spacing) * 1.5);
1202
+ }
1203
+ .py-2 {
1204
+ padding-block: calc(var(--spacing) * 2);
1205
+ }
1206
+ .py-3 {
1207
+ padding-block: calc(var(--spacing) * 3);
1208
+ }
1209
+ .py-4 {
1210
+ padding-block: calc(var(--spacing) * 4);
1211
+ }
1212
+ .py-6 {
1213
+ padding-block: calc(var(--spacing) * 6);
1214
+ }
1215
+ .py-10 {
1216
+ padding-block: calc(var(--spacing) * 10);
1217
+ }
1218
+ .pt-0 {
1219
+ padding-top: calc(var(--spacing) * 0);
1220
+ }
1221
+ .pt-1 {
1222
+ padding-top: calc(var(--spacing) * 1);
1223
+ }
1224
+ .pt-4 {
1225
+ padding-top: calc(var(--spacing) * 4);
1226
+ }
1227
+ .pr-2 {
1228
+ padding-right: calc(var(--spacing) * 2);
1229
+ }
1230
+ .pr-2\.5 {
1231
+ padding-right: calc(var(--spacing) * 2.5);
1232
+ }
1233
+ .pr-8 {
1234
+ padding-right: calc(var(--spacing) * 8);
1235
+ }
1236
+ .pb-4 {
1237
+ padding-bottom: calc(var(--spacing) * 4);
1238
+ }
1239
+ .pb-5 {
1240
+ padding-bottom: calc(var(--spacing) * 5);
1241
+ }
1242
+ .pl-2 {
1243
+ padding-left: calc(var(--spacing) * 2);
1244
+ }
1245
+ .pl-4 {
1246
+ padding-left: calc(var(--spacing) * 4);
1247
+ }
1248
+ .pl-8 {
1249
+ padding-left: calc(var(--spacing) * 8);
1250
+ }
1251
+ .text-center {
1252
+ text-align: center;
1253
+ }
1254
+ .text-left {
1255
+ text-align: left;
1256
+ }
1257
+ .text-right {
1258
+ text-align: right;
1259
+ }
1260
+ .align-middle {
1261
+ vertical-align: middle;
1262
+ }
1263
+ .text-2xl {
1264
+ font-size: var(--text-2xl);
1265
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
1266
+ }
1267
+ .text-base {
1268
+ font-size: var(--text-base);
1269
+ line-height: var(--tw-leading, var(--text-base--line-height));
1270
+ }
1271
+ .text-lg {
1272
+ font-size: var(--text-lg);
1273
+ line-height: var(--tw-leading, var(--text-lg--line-height));
1274
+ }
1275
+ .text-sm {
1276
+ font-size: var(--text-sm);
1277
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1278
+ }
1279
+ .text-xl {
1280
+ font-size: var(--text-xl);
1281
+ line-height: var(--tw-leading, var(--text-xl--line-height));
1282
+ }
1283
+ .text-xs {
1284
+ font-size: var(--text-xs);
1285
+ line-height: var(--tw-leading, var(--text-xs--line-height));
1286
+ }
1287
+ .text-\[0\.8rem\] {
1288
+ font-size: 0.8rem;
1289
+ }
1290
+ .text-\[32px\] {
1291
+ font-size: 32px;
1292
+ }
1293
+ .leading-\[36\.5px\] {
1294
+ --tw-leading: 36.5px;
1295
+ line-height: 36.5px;
1296
+ }
1297
+ .leading-none {
1298
+ --tw-leading: 1;
1299
+ line-height: 1;
1300
+ }
1301
+ .font-bold {
1302
+ --tw-font-weight: var(--font-weight-bold);
1303
+ font-weight: var(--font-weight-bold);
1304
+ }
1305
+ .font-medium {
1306
+ --tw-font-weight: var(--font-weight-medium);
1307
+ font-weight: var(--font-weight-medium);
1308
+ }
1309
+ .font-normal {
1310
+ --tw-font-weight: var(--font-weight-normal);
1311
+ font-weight: var(--font-weight-normal);
1312
+ }
1313
+ .font-semibold {
1314
+ --tw-font-weight: var(--font-weight-semibold);
1315
+ font-weight: var(--font-weight-semibold);
1316
+ }
1317
+ .tracking-tight {
1318
+ --tw-tracking: var(--tracking-tight);
1319
+ letter-spacing: var(--tracking-tight);
1320
+ }
1321
+ .tracking-widest {
1322
+ --tw-tracking: var(--tracking-widest);
1323
+ letter-spacing: var(--tracking-widest);
1324
+ }
1325
+ .text-balance {
1326
+ text-wrap: balance;
1327
+ }
1328
+ .break-words {
1329
+ overflow-wrap: break-word;
1330
+ }
1331
+ .break-all {
1332
+ word-break: break-all;
1333
+ }
1334
+ .text-ellipsis {
1335
+ text-overflow: ellipsis;
1336
+ }
1337
+ .whitespace-nowrap {
1338
+ white-space: nowrap;
1339
+ }
1340
+ .text-current {
1341
+ color: currentcolor;
1342
+ }
1343
+ .text-gray-900 {
1344
+ color: var(--color-gray-900);
1345
+ }
1346
+ .text-green-300 {
1347
+ color: var(--color-green-300);
1348
+ }
1349
+ .text-red-300 {
1350
+ color: var(--color-red-300);
1351
+ }
1352
+ .text-white {
1353
+ color: var(--color-white);
1354
+ }
1355
+ .uppercase {
1356
+ text-transform: uppercase;
1357
+ }
1358
+ .tabular-nums {
1359
+ --tw-numeric-spacing: tabular-nums;
1360
+ font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1361
+ }
1362
+ .line-through {
1363
+ text-decoration-line: line-through;
1364
+ }
1365
+ .underline-offset-4 {
1366
+ text-underline-offset: 4px;
1367
+ }
1368
+ .opacity-50 {
1369
+ opacity: 50%;
1370
+ }
1371
+ .opacity-70 {
1372
+ opacity: 70%;
1373
+ }
1374
+ .\!shadow-none {
1375
+ --tw-shadow: 0 0 #0000 !important;
1376
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
1377
+ }
1378
+ .shadow {
1379
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1380
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1381
+ }
1382
+ .shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\] {
1383
+ --tw-shadow: 0 0 0 1px var(--tw-shadow-color, hsl(var(--sidebar-border)));
1384
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1385
+ }
1386
+ .shadow-lg {
1387
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1388
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1389
+ }
1390
+ .shadow-md {
1391
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1392
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1393
+ }
1394
+ .shadow-none {
1395
+ --tw-shadow: 0 0 #0000;
1396
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1397
+ }
1398
+ .shadow-sm {
1399
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1400
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1401
+ }
1402
+ .shadow-xs {
1403
+ --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
1404
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1405
+ }
1406
+ .ring {
1407
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1408
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1409
+ }
1410
+ .ring-0 {
1411
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1412
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1413
+ }
1414
+ .outline-hidden {
1415
+ --tw-outline-style: none;
1416
+ outline-style: none;
1417
+ @media (forced-colors: active) {
1418
+ outline: 2px solid transparent;
1419
+ outline-offset: 2px;
1420
+ }
1421
+ }
1422
+ .outline {
1423
+ outline-style: var(--tw-outline-style);
1424
+ outline-width: 1px;
1425
+ }
1426
+ .transition {
1427
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
1428
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1429
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1430
+ }
1431
+ .transition-\[color\,box-shadow\] {
1432
+ transition-property: color,box-shadow;
1433
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1434
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1435
+ }
1436
+ .transition-\[left\,right\,width\] {
1437
+ transition-property: left,right,width;
1438
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1439
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1440
+ }
1441
+ .transition-\[margin\,opacity\] {
1442
+ transition-property: margin,opacity;
1443
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1444
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1445
+ }
1446
+ .transition-\[width\,height\,padding\] {
1447
+ transition-property: width,height,padding;
1448
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1449
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1450
+ }
1451
+ .transition-\[width\] {
1452
+ transition-property: width;
1453
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1454
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1455
+ }
1456
+ .transition-all {
1457
+ transition-property: all;
1458
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1459
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1460
+ }
1461
+ .transition-colors {
1462
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
1463
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1464
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1465
+ }
1466
+ .transition-opacity {
1467
+ transition-property: opacity;
1468
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1469
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1470
+ }
1471
+ .transition-shadow {
1472
+ transition-property: box-shadow;
1473
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1474
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1475
+ }
1476
+ .transition-transform {
1477
+ transition-property: transform, translate, scale, rotate;
1478
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1479
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1480
+ }
1481
+ .transition-none {
1482
+ transition-property: none;
1483
+ }
1484
+ .duration-200 {
1485
+ --tw-duration: 200ms;
1486
+ transition-duration: 200ms;
1487
+ }
1488
+ .duration-300 {
1489
+ --tw-duration: 300ms;
1490
+ transition-duration: 300ms;
1491
+ }
1492
+ .ease-in-out {
1493
+ --tw-ease: var(--ease-in-out);
1494
+ transition-timing-function: var(--ease-in-out);
1495
+ }
1496
+ .ease-linear {
1497
+ --tw-ease: linear;
1498
+ transition-timing-function: linear;
1499
+ }
1500
+ .animate-in {
1501
+ animation-name: enter;
1502
+ animation-duration: 150ms;
1503
+ --tw-enter-opacity: initial;
1504
+ --tw-enter-scale: initial;
1505
+ --tw-enter-rotate: initial;
1506
+ --tw-enter-translate-x: initial;
1507
+ --tw-enter-translate-y: initial;
1508
+ }
1509
+ .outline-none {
1510
+ --tw-outline-style: none;
1511
+ outline-style: none;
1512
+ }
1513
+ .select-none {
1514
+ -webkit-user-select: none;
1515
+ -moz-user-select: none;
1516
+ user-select: none;
1517
+ }
1518
+ .duration-200 {
1519
+ animation-duration: 200ms;
1520
+ }
1521
+ .duration-300 {
1522
+ animation-duration: 300ms;
1523
+ }
1524
+ .ease-in-out {
1525
+ animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1526
+ }
1527
+ .ease-linear {
1528
+ animation-timing-function: linear;
1529
+ }
1530
+ .fade-in-0 {
1531
+ --tw-enter-opacity: 0;
1532
+ }
1533
+ .zoom-in-95 {
1534
+ --tw-enter-scale: .95;
1535
+ }
1536
+ .group-focus-within\/menu-item\:opacity-100 {
1537
+ &:is(:where(.group\/menu-item):focus-within *) {
1538
+ opacity: 100%;
1539
+ }
1540
+ }
1541
+ .group-hover\/menu-item\:opacity-100 {
1542
+ &:is(:where(.group\/menu-item):hover *) {
1543
+ @media (hover: hover) {
1544
+ opacity: 100%;
1545
+ }
1546
+ }
1547
+ }
1548
+ .group-has-data-\[sidebar\=menu-action\]\/menu-item\:pr-8 {
1549
+ &:is(:where(.group\/menu-item):has(*[data-sidebar="menu-action"]) *) {
1550
+ padding-right: calc(var(--spacing) * 8);
1551
+ }
1552
+ }
1553
+ .group-data-\[collapsible\=icon\]\:-mt-8 {
1554
+ &:is(:where(.group)[data-collapsible="icon"] *) {
1555
+ margin-top: calc(var(--spacing) * -8);
1556
+ }
1557
+ }
1558
+ .group-data-\[collapsible\=icon\]\:hidden {
1559
+ &:is(:where(.group)[data-collapsible="icon"] *) {
1560
+ display: none;
1561
+ }
1562
+ }
1563
+ .group-data-\[collapsible\=icon\]\:size-8\! {
1564
+ &:is(:where(.group)[data-collapsible="icon"] *) {
1565
+ width: calc(var(--spacing) * 8) !important;
1566
+ height: calc(var(--spacing) * 8) !important;
1567
+ }
1568
+ }
1569
+ .group-data-\[collapsible\=icon\]\:w-\(--sidebar-width-icon\) {
1570
+ &:is(:where(.group)[data-collapsible="icon"] *) {
1571
+ width: var(--sidebar-width-icon);
1572
+ }
1573
+ }
1574
+ .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\)\] {
1575
+ &:is(:where(.group)[data-collapsible="icon"] *) {
1576
+ width: calc(var(--sidebar-width-icon) + (calc(var(--spacing) * 4)));
1577
+ }
1578
+ }
1579
+ .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\+2px\)\] {
1580
+ &:is(:where(.group)[data-collapsible="icon"] *) {
1581
+ width: calc(var(--sidebar-width-icon) + (calc(var(--spacing) * 4)) + 2px);
1582
+ }
1583
+ }
1584
+ .group-data-\[collapsible\=icon\]\:overflow-hidden {
1585
+ &:is(:where(.group)[data-collapsible="icon"] *) {
1586
+ overflow: hidden;
1587
+ }
1588
+ }
1589
+ .group-data-\[collapsible\=icon\]\:p-0\! {
1590
+ &:is(:where(.group)[data-collapsible="icon"] *) {
1591
+ padding: calc(var(--spacing) * 0) !important;
1592
+ }
1593
+ }
1594
+ .group-data-\[collapsible\=icon\]\:p-2\! {
1595
+ &:is(:where(.group)[data-collapsible="icon"] *) {
1596
+ padding: calc(var(--spacing) * 2) !important;
1597
+ }
1598
+ }
1599
+ .group-data-\[collapsible\=icon\]\:opacity-0 {
1600
+ &:is(:where(.group)[data-collapsible="icon"] *) {
1601
+ opacity: 0%;
1602
+ }
1603
+ }
1604
+ .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\] {
1605
+ &:is(:where(.group)[data-collapsible="offcanvas"] *) {
1606
+ right: calc(var(--sidebar-width) * -1);
1607
+ }
1608
+ }
1609
+ .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\] {
1610
+ &:is(:where(.group)[data-collapsible="offcanvas"] *) {
1611
+ left: calc(var(--sidebar-width) * -1);
1612
+ }
1613
+ }
1614
+ .group-data-\[collapsible\=offcanvas\]\:w-0 {
1615
+ &:is(:where(.group)[data-collapsible="offcanvas"] *) {
1616
+ width: calc(var(--spacing) * 0);
1617
+ }
1618
+ }
1619
+ .group-data-\[collapsible\=offcanvas\]\:translate-x-0 {
1620
+ &:is(:where(.group)[data-collapsible="offcanvas"] *) {
1621
+ --tw-translate-x: calc(var(--spacing) * 0);
1622
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1623
+ }
1624
+ }
1625
+ .group-data-\[disabled\=true\]\:pointer-events-none {
1626
+ &:is(:where(.group)[data-disabled="true"] *) {
1627
+ pointer-events: none;
1628
+ }
1629
+ }
1630
+ .group-data-\[disabled\=true\]\:opacity-50 {
1631
+ &:is(:where(.group)[data-disabled="true"] *) {
1632
+ opacity: 50%;
1633
+ }
1634
+ }
1635
+ .group-data-\[side\=left\]\:-right-4 {
1636
+ &:is(:where(.group)[data-side="left"] *) {
1637
+ right: calc(var(--spacing) * -4);
1638
+ }
1639
+ }
1640
+ .group-data-\[side\=left\]\:border-r {
1641
+ &:is(:where(.group)[data-side="left"] *) {
1642
+ border-right-style: var(--tw-border-style);
1643
+ border-right-width: 1px;
1644
+ }
1645
+ }
1646
+ .group-data-\[side\=right\]\:left-0 {
1647
+ &:is(:where(.group)[data-side="right"] *) {
1648
+ left: calc(var(--spacing) * 0);
1649
+ }
1650
+ }
1651
+ .group-data-\[side\=right\]\:rotate-180 {
1652
+ &:is(:where(.group)[data-side="right"] *) {
1653
+ rotate: 180deg;
1654
+ }
1655
+ }
1656
+ .group-data-\[side\=right\]\:border-l {
1657
+ &:is(:where(.group)[data-side="right"] *) {
1658
+ border-left-style: var(--tw-border-style);
1659
+ border-left-width: 1px;
1660
+ }
1661
+ }
1662
+ .group-data-\[state\=open\]\:rotate-180 {
1663
+ &:is(:where(.group)[data-state="open"] *) {
1664
+ rotate: 180deg;
1665
+ }
1666
+ }
1667
+ .group-data-\[variant\=floating\]\:rounded-lg {
1668
+ &:is(:where(.group)[data-variant="floating"] *) {
1669
+ border-radius: var(--radius-lg);
1670
+ }
1671
+ }
1672
+ .group-data-\[variant\=floating\]\:border {
1673
+ &:is(:where(.group)[data-variant="floating"] *) {
1674
+ border-style: var(--tw-border-style);
1675
+ border-width: 1px;
1676
+ }
1677
+ }
1678
+ .group-data-\[variant\=floating\]\:shadow-sm {
1679
+ &:is(:where(.group)[data-variant="floating"] *) {
1680
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1681
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1682
+ }
1683
+ }
1684
+ .group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:block {
1685
+ &:is(:where(.group\/drawer-content)[data-vaul-drawer-direction="bottom"] *) {
1686
+ display: block;
1687
+ }
1688
+ }
1689
+ .group-data-\[viewport\=false\]\/navigation-menu\:top-full {
1690
+ &:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
1691
+ top: 100%;
1692
+ }
1693
+ }
1694
+ .group-data-\[viewport\=false\]\/navigation-menu\:mt-1\.5 {
1695
+ &:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
1696
+ margin-top: calc(var(--spacing) * 1.5);
1697
+ }
1698
+ }
1699
+ .group-data-\[viewport\=false\]\/navigation-menu\:overflow-hidden {
1700
+ &:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
1701
+ overflow: hidden;
1702
+ }
1703
+ }
1704
+ .group-data-\[viewport\=false\]\/navigation-menu\:rounded-md {
1705
+ &:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
1706
+ border-radius: var(--radius-md);
1707
+ }
1708
+ }
1709
+ .group-data-\[viewport\=false\]\/navigation-menu\:border {
1710
+ &:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
1711
+ border-style: var(--tw-border-style);
1712
+ border-width: 1px;
1713
+ }
1714
+ }
1715
+ .group-data-\[viewport\=false\]\/navigation-menu\:shadow {
1716
+ &:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
1717
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1718
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1719
+ }
1720
+ }
1721
+ .group-data-\[viewport\=false\]\/navigation-menu\:duration-200 {
1722
+ &:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
1723
+ --tw-duration: 200ms;
1724
+ transition-duration: 200ms;
1725
+ }
1726
+ }
1727
+ .group-data-\[viewport\=false\]\/navigation-menu\:duration-200 {
1728
+ &:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
1729
+ animation-duration: 200ms;
1730
+ }
1731
+ }
1732
+ .peer-disabled\:cursor-not-allowed {
1733
+ &:is(:where(.peer):disabled ~ *) {
1734
+ cursor: not-allowed;
1735
+ }
1736
+ }
1737
+ .peer-disabled\:opacity-50 {
1738
+ &:is(:where(.peer):disabled ~ *) {
1739
+ opacity: 50%;
1740
+ }
1741
+ }
1742
+ .peer-data-\[size\=default\]\/menu-button\:top-1\.5 {
1743
+ &:is(:where(.peer\/menu-button)[data-size="default"] ~ *) {
1744
+ top: calc(var(--spacing) * 1.5);
1745
+ }
1746
+ }
1747
+ .peer-data-\[size\=lg\]\/menu-button\:top-2\.5 {
1748
+ &:is(:where(.peer\/menu-button)[data-size="lg"] ~ *) {
1749
+ top: calc(var(--spacing) * 2.5);
1750
+ }
1751
+ }
1752
+ .peer-data-\[size\=sm\]\/menu-button\:top-1 {
1753
+ &:is(:where(.peer\/menu-button)[data-size="sm"] ~ *) {
1754
+ top: calc(var(--spacing) * 1);
1755
+ }
1756
+ }
1757
+ .file\:inline-flex {
1758
+ &::file-selector-button {
1759
+ display: inline-flex;
1760
+ }
1761
+ }
1762
+ .file\:h-7 {
1763
+ &::file-selector-button {
1764
+ height: calc(var(--spacing) * 7);
1765
+ }
1766
+ }
1767
+ .file\:border-0 {
1768
+ &::file-selector-button {
1769
+ border-style: var(--tw-border-style);
1770
+ border-width: 0px;
1771
+ }
1772
+ }
1773
+ .file\:bg-transparent {
1774
+ &::file-selector-button {
1775
+ background-color: transparent;
1776
+ }
1777
+ }
1778
+ .file\:text-sm {
1779
+ &::file-selector-button {
1780
+ font-size: var(--text-sm);
1781
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1782
+ }
1783
+ }
1784
+ .file\:font-medium {
1785
+ &::file-selector-button {
1786
+ --tw-font-weight: var(--font-weight-medium);
1787
+ font-weight: var(--font-weight-medium);
1788
+ }
1789
+ }
1790
+ .after\:absolute {
1791
+ &::after {
1792
+ content: var(--tw-content);
1793
+ position: absolute;
1794
+ }
1795
+ }
1796
+ .after\:-inset-2 {
1797
+ &::after {
1798
+ content: var(--tw-content);
1799
+ inset: calc(var(--spacing) * -2);
1800
+ }
1801
+ }
1802
+ .after\:inset-y-0 {
1803
+ &::after {
1804
+ content: var(--tw-content);
1805
+ inset-block: calc(var(--spacing) * 0);
1806
+ }
1807
+ }
1808
+ .after\:left-1\/2 {
1809
+ &::after {
1810
+ content: var(--tw-content);
1811
+ left: calc(1/2 * 100%);
1812
+ }
1813
+ }
1814
+ .after\:w-\[2px\] {
1815
+ &::after {
1816
+ content: var(--tw-content);
1817
+ width: 2px;
1818
+ }
1819
+ }
1820
+ .group-data-\[collapsible\=offcanvas\]\:after\:left-full {
1821
+ &:is(:where(.group)[data-collapsible="offcanvas"] *) {
1822
+ &::after {
1823
+ content: var(--tw-content);
1824
+ left: 100%;
1825
+ }
1826
+ }
1827
+ }
1828
+ .last\:border-b-0 {
1829
+ &:last-child {
1830
+ border-bottom-style: var(--tw-border-style);
1831
+ border-bottom-width: 0px;
1832
+ }
1833
+ }
1834
+ .focus-within\:relative {
1835
+ &:focus-within {
1836
+ position: relative;
1837
+ }
1838
+ }
1839
+ .focus-within\:z-20 {
1840
+ &:focus-within {
1841
+ z-index: 20;
1842
+ }
1843
+ }
1844
+ .hover\:scale-110 {
1845
+ &:hover {
1846
+ @media (hover: hover) {
1847
+ --tw-scale-x: 110%;
1848
+ --tw-scale-y: 110%;
1849
+ --tw-scale-z: 110%;
1850
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1851
+ }
1852
+ }
1853
+ }
1854
+ .hover\:scale-150 {
1855
+ &:hover {
1856
+ @media (hover: hover) {
1857
+ --tw-scale-x: 150%;
1858
+ --tw-scale-y: 150%;
1859
+ --tw-scale-z: 150%;
1860
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1861
+ }
1862
+ }
1863
+ }
1864
+ .hover\:border-none {
1865
+ &:hover {
1866
+ @media (hover: hover) {
1867
+ --tw-border-style: none;
1868
+ border-style: none;
1869
+ }
1870
+ }
1871
+ }
1872
+ .hover\:text-white {
1873
+ &:hover {
1874
+ @media (hover: hover) {
1875
+ color: var(--color-white);
1876
+ }
1877
+ }
1878
+ }
1879
+ .hover\:underline {
1880
+ &:hover {
1881
+ @media (hover: hover) {
1882
+ text-decoration-line: underline;
1883
+ }
1884
+ }
1885
+ }
1886
+ .hover\:opacity-100 {
1887
+ &:hover {
1888
+ @media (hover: hover) {
1889
+ opacity: 100%;
1890
+ }
1891
+ }
1892
+ }
1893
+ .hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\] {
1894
+ &:hover {
1895
+ @media (hover: hover) {
1896
+ --tw-shadow: 0 0 0 1px var(--tw-shadow-color, hsl(var(--sidebar-accent)));
1897
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1898
+ }
1899
+ }
1900
+ }
1901
+ .hover\:ring-4 {
1902
+ &:hover {
1903
+ @media (hover: hover) {
1904
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1905
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1906
+ }
1907
+ }
1908
+ }
1909
+ .focus\:ring-2 {
1910
+ &:focus {
1911
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1912
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1913
+ }
1914
+ }
1915
+ .focus\:ring-offset-2 {
1916
+ &:focus {
1917
+ --tw-ring-offset-width: 2px;
1918
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1919
+ }
1920
+ }
1921
+ .focus\:outline-hidden {
1922
+ &:focus {
1923
+ --tw-outline-style: none;
1924
+ outline-style: none;
1925
+ @media (forced-colors: active) {
1926
+ outline: 2px solid transparent;
1927
+ outline-offset: 2px;
1928
+ }
1929
+ }
1930
+ }
1931
+ .focus-visible\:ring-2 {
1932
+ &:focus-visible {
1933
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1934
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1935
+ }
1936
+ }
1937
+ .focus-visible\:ring-4 {
1938
+ &:focus-visible {
1939
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1940
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1941
+ }
1942
+ }
1943
+ .focus-visible\:ring-\[3px\] {
1944
+ &:focus-visible {
1945
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1946
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1947
+ }
1948
+ }
1949
+ .focus-visible\:outline-hidden {
1950
+ &:focus-visible {
1951
+ --tw-outline-style: none;
1952
+ outline-style: none;
1953
+ @media (forced-colors: active) {
1954
+ outline: 2px solid transparent;
1955
+ outline-offset: 2px;
1956
+ }
1957
+ }
1958
+ }
1959
+ .focus-visible\:outline-1 {
1960
+ &:focus-visible {
1961
+ outline-style: var(--tw-outline-style);
1962
+ outline-width: 1px;
1963
+ }
1964
+ }
1965
+ .disabled\:pointer-events-none {
1966
+ &:disabled {
1967
+ pointer-events: none;
1968
+ }
1969
+ }
1970
+ .disabled\:cursor-not-allowed {
1971
+ &:disabled {
1972
+ cursor: not-allowed;
1973
+ }
1974
+ }
1975
+ .disabled\:opacity-50 {
1976
+ &:disabled {
1977
+ opacity: 50%;
1978
+ }
1979
+ }
1980
+ .in-data-\[side\=left\]\:cursor-w-resize {
1981
+ :where(*[data-side="left"]) & {
1982
+ cursor: w-resize;
1983
+ }
1984
+ }
1985
+ .in-data-\[side\=right\]\:cursor-e-resize {
1986
+ :where(*[data-side="right"]) & {
1987
+ cursor: e-resize;
1988
+ }
1989
+ }
1990
+ .has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\] {
1991
+ &:has(*[data-slot="card-action"]) {
1992
+ grid-template-columns: 1fr auto;
1993
+ }
1994
+ }
1995
+ .has-\[\>svg\]\:grid-cols-\[calc\(var\(--spacing\)\*4\)_1fr\] {
1996
+ &:has(>svg) {
1997
+ grid-template-columns: calc(var(--spacing) * 4) 1fr;
1998
+ }
1999
+ }
2000
+ .has-\[\>svg\]\:gap-x-3 {
2001
+ &:has(>svg) {
2002
+ -moz-column-gap: calc(var(--spacing) * 3);
2003
+ column-gap: calc(var(--spacing) * 3);
2004
+ }
2005
+ }
2006
+ .has-\[\>svg\]\:px-2\.5 {
2007
+ &:has(>svg) {
2008
+ padding-inline: calc(var(--spacing) * 2.5);
2009
+ }
2010
+ }
2011
+ .has-\[\>svg\]\:px-3 {
2012
+ &:has(>svg) {
2013
+ padding-inline: calc(var(--spacing) * 3);
2014
+ }
2015
+ }
2016
+ .has-\[\>svg\]\:px-4 {
2017
+ &:has(>svg) {
2018
+ padding-inline: calc(var(--spacing) * 4);
2019
+ }
2020
+ }
2021
+ .aria-disabled\:pointer-events-none {
2022
+ &[aria-disabled="true"] {
2023
+ pointer-events: none;
2024
+ }
2025
+ }
2026
+ .aria-disabled\:opacity-50 {
2027
+ &[aria-disabled="true"] {
2028
+ opacity: 50%;
2029
+ }
2030
+ }
2031
+ .aria-selected\:opacity-100 {
2032
+ &[aria-selected="true"] {
2033
+ opacity: 100%;
2034
+ }
2035
+ }
2036
+ .data-\[active\=true\]\:font-medium {
2037
+ &[data-active="true"] {
2038
+ --tw-font-weight: var(--font-weight-medium);
2039
+ font-weight: var(--font-weight-medium);
2040
+ }
2041
+ }
2042
+ .data-\[disabled\]\:pointer-events-none {
2043
+ &[data-disabled] {
2044
+ pointer-events: none;
2045
+ }
2046
+ }
2047
+ .data-\[disabled\]\:opacity-50 {
2048
+ &[data-disabled] {
2049
+ opacity: 50%;
2050
+ }
2051
+ }
2052
+ .data-\[inset\]\:pl-8 {
2053
+ &[data-inset] {
2054
+ padding-left: calc(var(--spacing) * 8);
2055
+ }
2056
+ }
2057
+ .data-\[motion\=from-end\]\:slide-in-from-right-52 {
2058
+ &[data-motion="from-end"] {
2059
+ --tw-enter-translate-x: 13rem;
2060
+ }
2061
+ }
2062
+ .data-\[motion\=from-start\]\:slide-in-from-left-52 {
2063
+ &[data-motion="from-start"] {
2064
+ --tw-enter-translate-x: -13rem;
2065
+ }
2066
+ }
2067
+ .data-\[motion\=to-end\]\:slide-out-to-right-52 {
2068
+ &[data-motion="to-end"] {
2069
+ --tw-exit-translate-x: 13rem;
2070
+ }
2071
+ }
2072
+ .data-\[motion\=to-start\]\:slide-out-to-left-52 {
2073
+ &[data-motion="to-start"] {
2074
+ --tw-exit-translate-x: -13rem;
2075
+ }
2076
+ }
2077
+ .data-\[motion\^\=from-\]\:animate-in {
2078
+ &[data-motion^="from-"] {
2079
+ animation-name: enter;
2080
+ animation-duration: 150ms;
2081
+ --tw-enter-opacity: initial;
2082
+ --tw-enter-scale: initial;
2083
+ --tw-enter-rotate: initial;
2084
+ --tw-enter-translate-x: initial;
2085
+ --tw-enter-translate-y: initial;
2086
+ }
2087
+ }
2088
+ .data-\[motion\^\=from-\]\:fade-in {
2089
+ &[data-motion^="from-"] {
2090
+ --tw-enter-opacity: 0;
2091
+ }
2092
+ }
2093
+ .data-\[motion\^\=to-\]\:animate-out {
2094
+ &[data-motion^="to-"] {
2095
+ animation-name: exit;
2096
+ animation-duration: 150ms;
2097
+ --tw-exit-opacity: initial;
2098
+ --tw-exit-scale: initial;
2099
+ --tw-exit-rotate: initial;
2100
+ --tw-exit-translate-x: initial;
2101
+ --tw-exit-translate-y: initial;
2102
+ }
2103
+ }
2104
+ .data-\[motion\^\=to-\]\:fade-out {
2105
+ &[data-motion^="to-"] {
2106
+ --tw-exit-opacity: 0;
2107
+ }
2108
+ }
2109
+ .data-\[orientation\=horizontal\]\:h-1\.5 {
2110
+ &[data-orientation="horizontal"] {
2111
+ height: calc(var(--spacing) * 1.5);
2112
+ }
2113
+ }
2114
+ .data-\[orientation\=horizontal\]\:h-full {
2115
+ &[data-orientation="horizontal"] {
2116
+ height: 100%;
2117
+ }
2118
+ }
2119
+ .data-\[orientation\=horizontal\]\:h-px {
2120
+ &[data-orientation="horizontal"] {
2121
+ height: 1px;
2122
+ }
2123
+ }
2124
+ .data-\[orientation\=horizontal\]\:w-full {
2125
+ &[data-orientation="horizontal"] {
2126
+ width: 100%;
2127
+ }
2128
+ }
2129
+ .data-\[orientation\=vertical\]\:h-full {
2130
+ &[data-orientation="vertical"] {
2131
+ height: 100%;
2132
+ }
2133
+ }
2134
+ .data-\[orientation\=vertical\]\:min-h-44 {
2135
+ &[data-orientation="vertical"] {
2136
+ min-height: calc(var(--spacing) * 44);
2137
+ }
2138
+ }
2139
+ .data-\[orientation\=vertical\]\:w-1\.5 {
2140
+ &[data-orientation="vertical"] {
2141
+ width: calc(var(--spacing) * 1.5);
2142
+ }
2143
+ }
2144
+ .data-\[orientation\=vertical\]\:w-auto {
2145
+ &[data-orientation="vertical"] {
2146
+ width: auto;
2147
+ }
2148
+ }
2149
+ .data-\[orientation\=vertical\]\:w-full {
2150
+ &[data-orientation="vertical"] {
2151
+ width: 100%;
2152
+ }
2153
+ }
2154
+ .data-\[orientation\=vertical\]\:w-px {
2155
+ &[data-orientation="vertical"] {
2156
+ width: 1px;
2157
+ }
2158
+ }
2159
+ .data-\[orientation\=vertical\]\:flex-col {
2160
+ &[data-orientation="vertical"] {
2161
+ flex-direction: column;
2162
+ }
2163
+ }
2164
+ .data-\[side\=bottom\]\:translate-y-1 {
2165
+ &[data-side="bottom"] {
2166
+ --tw-translate-y: calc(var(--spacing) * 1);
2167
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2168
+ }
2169
+ }
2170
+ .data-\[side\=bottom\]\:slide-in-from-top-2 {
2171
+ &[data-side="bottom"] {
2172
+ --tw-enter-translate-y: -0.5rem;
2173
+ }
2174
+ }
2175
+ .data-\[side\=left\]\:-translate-x-1 {
2176
+ &[data-side="left"] {
2177
+ --tw-translate-x: calc(var(--spacing) * -1);
2178
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2179
+ }
2180
+ }
2181
+ .data-\[side\=left\]\:slide-in-from-right-2 {
2182
+ &[data-side="left"] {
2183
+ --tw-enter-translate-x: 0.5rem;
2184
+ }
2185
+ }
2186
+ .data-\[side\=right\]\:translate-x-1 {
2187
+ &[data-side="right"] {
2188
+ --tw-translate-x: calc(var(--spacing) * 1);
2189
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2190
+ }
2191
+ }
2192
+ .data-\[side\=right\]\:slide-in-from-left-2 {
2193
+ &[data-side="right"] {
2194
+ --tw-enter-translate-x: -0.5rem;
2195
+ }
2196
+ }
2197
+ .data-\[side\=top\]\:-translate-y-1 {
2198
+ &[data-side="top"] {
2199
+ --tw-translate-y: calc(var(--spacing) * -1);
2200
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2201
+ }
2202
+ }
2203
+ .data-\[side\=top\]\:slide-in-from-bottom-2 {
2204
+ &[data-side="top"] {
2205
+ --tw-enter-translate-y: 0.5rem;
2206
+ }
2207
+ }
2208
+ .data-\[size\=default\]\:h-9 {
2209
+ &[data-size="default"] {
2210
+ height: calc(var(--spacing) * 9);
2211
+ }
2212
+ }
2213
+ .data-\[size\=sm\]\:h-8 {
2214
+ &[data-size="sm"] {
2215
+ height: calc(var(--spacing) * 8);
2216
+ }
2217
+ }
2218
+ .\*\*\:data-\[slot\=navigation-menu-link\]\:focus\:ring-0 {
2219
+ :is(& *) {
2220
+ &[data-slot="navigation-menu-link"] {
2221
+ &:focus {
2222
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2223
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2224
+ }
2225
+ }
2226
+ }
2227
+ }
2228
+ .\*\*\:data-\[slot\=navigation-menu-link\]\:focus\:outline-none {
2229
+ :is(& *) {
2230
+ &[data-slot="navigation-menu-link"] {
2231
+ &:focus {
2232
+ --tw-outline-style: none;
2233
+ outline-style: none;
2234
+ }
2235
+ }
2236
+ }
2237
+ }
2238
+ .\*\:data-\[slot\=select-value\]\:line-clamp-1 {
2239
+ :is(& > *) {
2240
+ &[data-slot="select-value"] {
2241
+ overflow: hidden;
2242
+ display: -webkit-box;
2243
+ -webkit-box-orient: vertical;
2244
+ -webkit-line-clamp: 1;
2245
+ }
2246
+ }
2247
+ }
2248
+ .\*\:data-\[slot\=select-value\]\:flex {
2249
+ :is(& > *) {
2250
+ &[data-slot="select-value"] {
2251
+ display: flex;
2252
+ }
2253
+ }
2254
+ }
2255
+ .\*\:data-\[slot\=select-value\]\:items-center {
2256
+ :is(& > *) {
2257
+ &[data-slot="select-value"] {
2258
+ align-items: center;
2259
+ }
2260
+ }
2261
+ }
2262
+ .\*\:data-\[slot\=select-value\]\:gap-2 {
2263
+ :is(& > *) {
2264
+ &[data-slot="select-value"] {
2265
+ gap: calc(var(--spacing) * 2);
2266
+ }
2267
+ }
2268
+ }
2269
+ .data-\[state\=active\]\:shadow-sm {
2270
+ &[data-state="active"] {
2271
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2272
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2273
+ }
2274
+ }
2275
+ .data-\[state\=checked\]\:translate-x-\[calc\(100\%-2px\)\] {
2276
+ &[data-state="checked"] {
2277
+ --tw-translate-x: calc(100% - 2px);
2278
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2279
+ }
2280
+ }
2281
+ .data-\[state\=closed\]\:duration-300 {
2282
+ &[data-state="closed"] {
2283
+ --tw-duration: 300ms;
2284
+ transition-duration: 300ms;
2285
+ }
2286
+ }
2287
+ .data-\[state\=closed\]\:animate-out {
2288
+ &[data-state="closed"] {
2289
+ animation-name: exit;
2290
+ animation-duration: 150ms;
2291
+ --tw-exit-opacity: initial;
2292
+ --tw-exit-scale: initial;
2293
+ --tw-exit-rotate: initial;
2294
+ --tw-exit-translate-x: initial;
2295
+ --tw-exit-translate-y: initial;
2296
+ }
2297
+ }
2298
+ .data-\[state\=closed\]\:duration-300 {
2299
+ &[data-state="closed"] {
2300
+ animation-duration: 300ms;
2301
+ }
2302
+ }
2303
+ .data-\[state\=closed\]\:fade-out-0 {
2304
+ &[data-state="closed"] {
2305
+ --tw-exit-opacity: 0;
2306
+ }
2307
+ }
2308
+ .data-\[state\=closed\]\:slide-out-to-bottom {
2309
+ &[data-state="closed"] {
2310
+ --tw-exit-translate-y: 100%;
2311
+ }
2312
+ }
2313
+ .data-\[state\=closed\]\:slide-out-to-left {
2314
+ &[data-state="closed"] {
2315
+ --tw-exit-translate-x: -100%;
2316
+ }
2317
+ }
2318
+ .data-\[state\=closed\]\:slide-out-to-right {
2319
+ &[data-state="closed"] {
2320
+ --tw-exit-translate-x: 100%;
2321
+ }
2322
+ }
2323
+ .data-\[state\=closed\]\:slide-out-to-top {
2324
+ &[data-state="closed"] {
2325
+ --tw-exit-translate-y: -100%;
2326
+ }
2327
+ }
2328
+ .data-\[state\=closed\]\:zoom-out-95 {
2329
+ &[data-state="closed"] {
2330
+ --tw-exit-scale: .95;
2331
+ }
2332
+ }
2333
+ .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:animate-out {
2334
+ &:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
2335
+ &[data-state="closed"] {
2336
+ animation-name: exit;
2337
+ animation-duration: 150ms;
2338
+ --tw-exit-opacity: initial;
2339
+ --tw-exit-scale: initial;
2340
+ --tw-exit-rotate: initial;
2341
+ --tw-exit-translate-x: initial;
2342
+ --tw-exit-translate-y: initial;
2343
+ }
2344
+ }
2345
+ }
2346
+ .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:fade-out-0 {
2347
+ &:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
2348
+ &[data-state="closed"] {
2349
+ --tw-exit-opacity: 0;
2350
+ }
2351
+ }
2352
+ }
2353
+ .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:zoom-out-95 {
2354
+ &:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
2355
+ &[data-state="closed"] {
2356
+ --tw-exit-scale: .95;
2357
+ }
2358
+ }
2359
+ }
2360
+ .data-\[state\=hidden\]\:animate-out {
2361
+ &[data-state="hidden"] {
2362
+ animation-name: exit;
2363
+ animation-duration: 150ms;
2364
+ --tw-exit-opacity: initial;
2365
+ --tw-exit-scale: initial;
2366
+ --tw-exit-rotate: initial;
2367
+ --tw-exit-translate-x: initial;
2368
+ --tw-exit-translate-y: initial;
2369
+ }
2370
+ }
2371
+ .data-\[state\=hidden\]\:fade-out {
2372
+ &[data-state="hidden"] {
2373
+ --tw-exit-opacity: 0;
2374
+ }
2375
+ }
2376
+ .data-\[state\=open\]\:opacity-100 {
2377
+ &[data-state="open"] {
2378
+ opacity: 100%;
2379
+ }
2380
+ }
2381
+ .data-\[state\=open\]\:duration-500 {
2382
+ &[data-state="open"] {
2383
+ --tw-duration: 500ms;
2384
+ transition-duration: 500ms;
2385
+ }
2386
+ }
2387
+ .data-\[state\=open\]\:animate-in {
2388
+ &[data-state="open"] {
2389
+ animation-name: enter;
2390
+ animation-duration: 150ms;
2391
+ --tw-enter-opacity: initial;
2392
+ --tw-enter-scale: initial;
2393
+ --tw-enter-rotate: initial;
2394
+ --tw-enter-translate-x: initial;
2395
+ --tw-enter-translate-y: initial;
2396
+ }
2397
+ }
2398
+ .data-\[state\=open\]\:duration-500 {
2399
+ &[data-state="open"] {
2400
+ animation-duration: 500ms;
2401
+ }
2402
+ }
2403
+ .data-\[state\=open\]\:fade-in-0 {
2404
+ &[data-state="open"] {
2405
+ --tw-enter-opacity: 0;
2406
+ }
2407
+ }
2408
+ .data-\[state\=open\]\:slide-in-from-bottom {
2409
+ &[data-state="open"] {
2410
+ --tw-enter-translate-y: 100%;
2411
+ }
2412
+ }
2413
+ .data-\[state\=open\]\:slide-in-from-left {
2414
+ &[data-state="open"] {
2415
+ --tw-enter-translate-x: -100%;
2416
+ }
2417
+ }
2418
+ .data-\[state\=open\]\:slide-in-from-right {
2419
+ &[data-state="open"] {
2420
+ --tw-enter-translate-x: 100%;
2421
+ }
2422
+ }
2423
+ .data-\[state\=open\]\:slide-in-from-top {
2424
+ &[data-state="open"] {
2425
+ --tw-enter-translate-y: -100%;
2426
+ }
2427
+ }
2428
+ .data-\[state\=open\]\:zoom-in-90 {
2429
+ &[data-state="open"] {
2430
+ --tw-enter-scale: .9;
2431
+ }
2432
+ }
2433
+ .data-\[state\=open\]\:zoom-in-95 {
2434
+ &[data-state="open"] {
2435
+ --tw-enter-scale: .95;
2436
+ }
2437
+ }
2438
+ .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:animate-in {
2439
+ &:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
2440
+ &[data-state="open"] {
2441
+ animation-name: enter;
2442
+ animation-duration: 150ms;
2443
+ --tw-enter-opacity: initial;
2444
+ --tw-enter-scale: initial;
2445
+ --tw-enter-rotate: initial;
2446
+ --tw-enter-translate-x: initial;
2447
+ --tw-enter-translate-y: initial;
2448
+ }
2449
+ }
2450
+ }
2451
+ .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:fade-in-0 {
2452
+ &:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
2453
+ &[data-state="open"] {
2454
+ --tw-enter-opacity: 0;
2455
+ }
2456
+ }
2457
+ }
2458
+ .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:zoom-in-95 {
2459
+ &:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
2460
+ &[data-state="open"] {
2461
+ --tw-enter-scale: .95;
2462
+ }
2463
+ }
2464
+ }
2465
+ .data-\[state\=unchecked\]\:translate-x-0 {
2466
+ &[data-state="unchecked"] {
2467
+ --tw-translate-x: calc(var(--spacing) * 0);
2468
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2469
+ }
2470
+ }
2471
+ .data-\[state\=visible\]\:animate-in {
2472
+ &[data-state="visible"] {
2473
+ animation-name: enter;
2474
+ animation-duration: 150ms;
2475
+ --tw-enter-opacity: initial;
2476
+ --tw-enter-scale: initial;
2477
+ --tw-enter-rotate: initial;
2478
+ --tw-enter-translate-x: initial;
2479
+ --tw-enter-translate-y: initial;
2480
+ }
2481
+ }
2482
+ .data-\[state\=visible\]\:fade-in {
2483
+ &[data-state="visible"] {
2484
+ --tw-enter-opacity: 0;
2485
+ }
2486
+ }
2487
+ .data-\[vaul-drawer-direction\=bottom\]\:inset-x-0 {
2488
+ &[data-vaul-drawer-direction="bottom"] {
2489
+ inset-inline: calc(var(--spacing) * 0);
2490
+ }
2491
+ }
2492
+ .data-\[vaul-drawer-direction\=bottom\]\:bottom-0 {
2493
+ &[data-vaul-drawer-direction="bottom"] {
2494
+ bottom: calc(var(--spacing) * 0);
2495
+ }
2496
+ }
2497
+ .data-\[vaul-drawer-direction\=bottom\]\:mt-24 {
2498
+ &[data-vaul-drawer-direction="bottom"] {
2499
+ margin-top: calc(var(--spacing) * 24);
2500
+ }
2501
+ }
2502
+ .data-\[vaul-drawer-direction\=bottom\]\:max-h-\[80vh\] {
2503
+ &[data-vaul-drawer-direction="bottom"] {
2504
+ max-height: 80vh;
2505
+ }
2506
+ }
2507
+ .data-\[vaul-drawer-direction\=bottom\]\:rounded-t-lg {
2508
+ &[data-vaul-drawer-direction="bottom"] {
2509
+ border-top-left-radius: var(--radius-lg);
2510
+ border-top-right-radius: var(--radius-lg);
2511
+ }
2512
+ }
2513
+ .data-\[vaul-drawer-direction\=bottom\]\:border-t {
2514
+ &[data-vaul-drawer-direction="bottom"] {
2515
+ border-top-style: var(--tw-border-style);
2516
+ border-top-width: 1px;
2517
+ }
2518
+ }
2519
+ .data-\[vaul-drawer-direction\=left\]\:inset-y-0 {
2520
+ &[data-vaul-drawer-direction="left"] {
2521
+ inset-block: calc(var(--spacing) * 0);
2522
+ }
2523
+ }
2524
+ .data-\[vaul-drawer-direction\=left\]\:left-0 {
2525
+ &[data-vaul-drawer-direction="left"] {
2526
+ left: calc(var(--spacing) * 0);
2527
+ }
2528
+ }
2529
+ .data-\[vaul-drawer-direction\=left\]\:w-3\/4 {
2530
+ &[data-vaul-drawer-direction="left"] {
2531
+ width: calc(3/4 * 100%);
2532
+ }
2533
+ }
2534
+ .data-\[vaul-drawer-direction\=left\]\:border-r {
2535
+ &[data-vaul-drawer-direction="left"] {
2536
+ border-right-style: var(--tw-border-style);
2537
+ border-right-width: 1px;
2538
+ }
2539
+ }
2540
+ .data-\[vaul-drawer-direction\=right\]\:inset-y-0 {
2541
+ &[data-vaul-drawer-direction="right"] {
2542
+ inset-block: calc(var(--spacing) * 0);
2543
+ }
2544
+ }
2545
+ .data-\[vaul-drawer-direction\=right\]\:right-0 {
2546
+ &[data-vaul-drawer-direction="right"] {
2547
+ right: calc(var(--spacing) * 0);
2548
+ }
2549
+ }
2550
+ .data-\[vaul-drawer-direction\=right\]\:w-3\/4 {
2551
+ &[data-vaul-drawer-direction="right"] {
2552
+ width: calc(3/4 * 100%);
2553
+ }
2554
+ }
2555
+ .data-\[vaul-drawer-direction\=right\]\:border-l {
2556
+ &[data-vaul-drawer-direction="right"] {
2557
+ border-left-style: var(--tw-border-style);
2558
+ border-left-width: 1px;
2559
+ }
2560
+ }
2561
+ .data-\[vaul-drawer-direction\=top\]\:inset-x-0 {
2562
+ &[data-vaul-drawer-direction="top"] {
2563
+ inset-inline: calc(var(--spacing) * 0);
2564
+ }
2565
+ }
2566
+ .data-\[vaul-drawer-direction\=top\]\:top-0 {
2567
+ &[data-vaul-drawer-direction="top"] {
2568
+ top: calc(var(--spacing) * 0);
2569
+ }
2570
+ }
2571
+ .data-\[vaul-drawer-direction\=top\]\:mb-24 {
2572
+ &[data-vaul-drawer-direction="top"] {
2573
+ margin-bottom: calc(var(--spacing) * 24);
2574
+ }
2575
+ }
2576
+ .data-\[vaul-drawer-direction\=top\]\:max-h-\[80vh\] {
2577
+ &[data-vaul-drawer-direction="top"] {
2578
+ max-height: 80vh;
2579
+ }
2580
+ }
2581
+ .data-\[vaul-drawer-direction\=top\]\:rounded-b-lg {
2582
+ &[data-vaul-drawer-direction="top"] {
2583
+ border-bottom-right-radius: var(--radius-lg);
2584
+ border-bottom-left-radius: var(--radius-lg);
2585
+ }
2586
+ }
2587
+ .data-\[vaul-drawer-direction\=top\]\:border-b {
2588
+ &[data-vaul-drawer-direction="top"] {
2589
+ border-bottom-style: var(--tw-border-style);
2590
+ border-bottom-width: 1px;
2591
+ }
2592
+ }
2593
+ .sm\:col-span-6 {
2594
+ @media (width >= 40rem) {
2595
+ grid-column: span 6 / span 6;
2596
+ }
2597
+ }
2598
+ .sm\:mx-auto {
2599
+ @media (width >= 40rem) {
2600
+ margin-inline: auto;
2601
+ }
2602
+ }
2603
+ .sm\:block {
2604
+ @media (width >= 40rem) {
2605
+ display: block;
2606
+ }
2607
+ }
2608
+ .sm\:flex {
2609
+ @media (width >= 40rem) {
2610
+ display: flex;
2611
+ }
2612
+ }
2613
+ .sm\:h-\[140px\] {
2614
+ @media (width >= 40rem) {
2615
+ height: 140px;
2616
+ }
2617
+ }
2618
+ .sm\:h-full {
2619
+ @media (width >= 40rem) {
2620
+ height: 100%;
2621
+ }
2622
+ }
2623
+ .sm\:max-h-\[140px\] {
2624
+ @media (width >= 40rem) {
2625
+ max-height: 140px;
2626
+ }
2627
+ }
2628
+ .sm\:max-h-\[496px\] {
2629
+ @media (width >= 40rem) {
2630
+ max-height: 496px;
2631
+ }
2632
+ }
2633
+ .sm\:w-\[160px\] {
2634
+ @media (width >= 40rem) {
2635
+ width: 160px;
2636
+ }
2637
+ }
2638
+ .sm\:max-w-lg {
2639
+ @media (width >= 40rem) {
2640
+ max-width: var(--container-lg);
2641
+ }
2642
+ }
2643
+ .sm\:max-w-sm {
2644
+ @media (width >= 40rem) {
2645
+ max-width: var(--container-sm);
2646
+ }
2647
+ }
2648
+ .sm\:min-w-\[50px\] {
2649
+ @media (width >= 40rem) {
2650
+ min-width: 50px;
2651
+ }
2652
+ }
2653
+ .sm\:grid-cols-1 {
2654
+ @media (width >= 40rem) {
2655
+ grid-template-columns: repeat(1, minmax(0, 1fr));
2656
+ }
2657
+ }
2658
+ .sm\:flex-row {
2659
+ @media (width >= 40rem) {
2660
+ flex-direction: row;
2661
+ }
2662
+ }
2663
+ .sm\:flex-row-reverse {
2664
+ @media (width >= 40rem) {
2665
+ flex-direction: row-reverse;
2666
+ }
2667
+ }
2668
+ .sm\:items-end {
2669
+ @media (width >= 40rem) {
2670
+ align-items: flex-end;
2671
+ }
2672
+ }
2673
+ .sm\:justify-between {
2674
+ @media (width >= 40rem) {
2675
+ justify-content: space-between;
2676
+ }
2677
+ }
2678
+ .sm\:justify-end {
2679
+ @media (width >= 40rem) {
2680
+ justify-content: flex-end;
2681
+ }
2682
+ }
2683
+ .sm\:gap-2\.5 {
2684
+ @media (width >= 40rem) {
2685
+ gap: calc(var(--spacing) * 2.5);
2686
+ }
2687
+ }
2688
+ .sm\:gap-5 {
2689
+ @media (width >= 40rem) {
2690
+ gap: calc(var(--spacing) * 5);
2691
+ }
2692
+ }
2693
+ .sm\:gap-\[10px\] {
2694
+ @media (width >= 40rem) {
2695
+ gap: 10px;
2696
+ }
2697
+ }
2698
+ .sm\:pr-2\.5 {
2699
+ @media (width >= 40rem) {
2700
+ padding-right: calc(var(--spacing) * 2.5);
2701
+ }
2702
+ }
2703
+ .sm\:pl-2\.5 {
2704
+ @media (width >= 40rem) {
2705
+ padding-left: calc(var(--spacing) * 2.5);
2706
+ }
2707
+ }
2708
+ .sm\:text-left {
2709
+ @media (width >= 40rem) {
2710
+ text-align: left;
2711
+ }
2712
+ }
2713
+ .sm\:text-\[40px\] {
2714
+ @media (width >= 40rem) {
2715
+ font-size: 40px;
2716
+ }
2717
+ }
2718
+ .data-\[vaul-drawer-direction\=left\]\:sm\:max-w-sm {
2719
+ &[data-vaul-drawer-direction="left"] {
2720
+ @media (width >= 40rem) {
2721
+ max-width: var(--container-sm);
2722
+ }
2723
+ }
2724
+ }
2725
+ .data-\[vaul-drawer-direction\=right\]\:sm\:max-w-sm {
2726
+ &[data-vaul-drawer-direction="right"] {
2727
+ @media (width >= 40rem) {
2728
+ max-width: var(--container-sm);
2729
+ }
2730
+ }
2731
+ }
2732
+ .md\:absolute {
2733
+ @media (width >= 48rem) {
2734
+ position: absolute;
2735
+ }
2736
+ }
2737
+ .md\:top-\[calc\(25\%\+4px\)\] {
2738
+ @media (width >= 48rem) {
2739
+ top: calc(25% + 4px);
2740
+ }
2741
+ }
2742
+ .md\:bottom-auto {
2743
+ @media (width >= 48rem) {
2744
+ bottom: auto;
2745
+ }
2746
+ }
2747
+ .md\:col-span-4 {
2748
+ @media (width >= 48rem) {
2749
+ grid-column: span 4 / span 4;
2750
+ }
2751
+ }
2752
+ .md\:col-span-8 {
2753
+ @media (width >= 48rem) {
2754
+ grid-column: span 8 / span 8;
2755
+ }
2756
+ }
2757
+ .md\:mt-0 {
2758
+ @media (width >= 48rem) {
2759
+ margin-top: calc(var(--spacing) * 0);
2760
+ }
2761
+ }
2762
+ .md\:block {
2763
+ @media (width >= 48rem) {
2764
+ display: block;
2765
+ }
2766
+ }
2767
+ .md\:flex {
2768
+ @media (width >= 48rem) {
2769
+ display: flex;
2770
+ }
2771
+ }
2772
+ .md\:w-\[var\(--radix-navigation-menu-viewport-width\)\] {
2773
+ @media (width >= 48rem) {
2774
+ width: var(--radix-navigation-menu-viewport-width);
2775
+ }
2776
+ }
2777
+ .md\:w-auto {
2778
+ @media (width >= 48rem) {
2779
+ width: auto;
2780
+ }
2781
+ }
2782
+ .md\:basis-1\/2 {
2783
+ @media (width >= 48rem) {
2784
+ flex-basis: calc(1/2 * 100%);
2785
+ }
2786
+ }
2787
+ .md\:text-sm {
2788
+ @media (width >= 48rem) {
2789
+ font-size: var(--text-sm);
2790
+ line-height: var(--tw-leading, var(--text-sm--line-height));
2791
+ }
2792
+ }
2793
+ .md\:text-\[32px\] {
2794
+ @media (width >= 48rem) {
2795
+ font-size: 32px;
2796
+ }
2797
+ }
2798
+ .md\:opacity-0 {
2799
+ @media (width >= 48rem) {
2800
+ opacity: 0%;
2801
+ }
2802
+ }
2803
+ .md\:peer-data-\[variant\=inset\]\:m-2 {
2804
+ @media (width >= 48rem) {
2805
+ &:is(:where(.peer)[data-variant="inset"] ~ *) {
2806
+ margin: calc(var(--spacing) * 2);
2807
+ }
2808
+ }
2809
+ }
2810
+ .md\:peer-data-\[variant\=inset\]\:ml-0 {
2811
+ @media (width >= 48rem) {
2812
+ &:is(:where(.peer)[data-variant="inset"] ~ *) {
2813
+ margin-left: calc(var(--spacing) * 0);
2814
+ }
2815
+ }
2816
+ }
2817
+ .md\:peer-data-\[variant\=inset\]\:rounded-xl {
2818
+ @media (width >= 48rem) {
2819
+ &:is(:where(.peer)[data-variant="inset"] ~ *) {
2820
+ border-radius: var(--radius-xl);
2821
+ }
2822
+ }
2823
+ }
2824
+ .md\:peer-data-\[variant\=inset\]\:shadow-sm {
2825
+ @media (width >= 48rem) {
2826
+ &:is(:where(.peer)[data-variant="inset"] ~ *) {
2827
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2828
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2829
+ }
2830
+ }
2831
+ }
2832
+ .md\:peer-data-\[variant\=inset\]\:peer-data-\[state\=collapsed\]\:ml-2 {
2833
+ @media (width >= 48rem) {
2834
+ &:is(:where(.peer)[data-variant="inset"] ~ *) {
2835
+ &:is(:where(.peer)[data-state="collapsed"] ~ *) {
2836
+ margin-left: calc(var(--spacing) * 2);
2837
+ }
2838
+ }
2839
+ }
2840
+ }
2841
+ .md\:after\:hidden {
2842
+ @media (width >= 48rem) {
2843
+ &::after {
2844
+ content: var(--tw-content);
2845
+ display: none;
2846
+ }
2847
+ }
2848
+ }
2849
+ .lg\:basis-1\/3 {
2850
+ @media (width >= 64rem) {
2851
+ flex-basis: calc(1/3 * 100%);
2852
+ }
2853
+ }
2854
+ .lg\:text-base {
2855
+ @media (width >= 64rem) {
2856
+ font-size: var(--text-base);
2857
+ line-height: var(--tw-leading, var(--text-base--line-height));
2858
+ }
2859
+ }
2860
+ .lg\:text-xl {
2861
+ @media (width >= 64rem) {
2862
+ font-size: var(--text-xl);
2863
+ line-height: var(--tw-leading, var(--text-xl--line-height));
2864
+ }
2865
+ }
2866
+ .xl\:col-span-3 {
2867
+ @media (width >= 80rem) {
2868
+ grid-column: span 3 / span 3;
2869
+ }
2870
+ }
2871
+ .\[\&_p\]\:leading-relaxed {
2872
+ & p {
2873
+ --tw-leading: var(--leading-relaxed);
2874
+ line-height: var(--leading-relaxed);
2875
+ }
2876
+ }
2877
+ .\[\&_svg\]\:pointer-events-none {
2878
+ & svg {
2879
+ pointer-events: none;
2880
+ }
2881
+ }
2882
+ .\[\&_svg\]\:shrink-0 {
2883
+ & svg {
2884
+ flex-shrink: 0;
2885
+ }
2886
+ }
2887
+ .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 {
2888
+ & svg:not([class*='size-']) {
2889
+ width: calc(var(--spacing) * 4);
2890
+ height: calc(var(--spacing) * 4);
2891
+ }
2892
+ }
2893
+ .\[\&_tr\]\:border-b {
2894
+ & tr {
2895
+ border-bottom-style: var(--tw-border-style);
2896
+ border-bottom-width: 1px;
2897
+ }
2898
+ }
2899
+ .\[\&_tr\:last-child\]\:border-0 {
2900
+ & tr:last-child {
2901
+ border-style: var(--tw-border-style);
2902
+ border-width: 0px;
2903
+ }
2904
+ }
2905
+ .\[\&\:has\(\>\.day-range-end\)\]\:rounded-r-md {
2906
+ &:has(>.day-range-end) {
2907
+ border-top-right-radius: var(--radius-md);
2908
+ border-bottom-right-radius: var(--radius-md);
2909
+ }
2910
+ }
2911
+ .\[\&\:has\(\>\.day-range-start\)\]\:rounded-l-md {
2912
+ &:has(>.day-range-start) {
2913
+ border-top-left-radius: var(--radius-md);
2914
+ border-bottom-left-radius: var(--radius-md);
2915
+ }
2916
+ }
2917
+ .\[\&\:has\(\[aria-selected\]\)\]\:rounded-md {
2918
+ &:has([aria-selected]) {
2919
+ border-radius: var(--radius-md);
2920
+ }
2921
+ }
2922
+ .first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md {
2923
+ &:first-child {
2924
+ &:has([aria-selected]) {
2925
+ border-top-left-radius: var(--radius-md);
2926
+ border-bottom-left-radius: var(--radius-md);
2927
+ }
2928
+ }
2929
+ }
2930
+ .last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md {
2931
+ &:last-child {
2932
+ &:has([aria-selected]) {
2933
+ border-top-right-radius: var(--radius-md);
2934
+ border-bottom-right-radius: var(--radius-md);
2935
+ }
2936
+ }
2937
+ }
2938
+ .\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md {
2939
+ &:has([aria-selected].day-range-end) {
2940
+ border-top-right-radius: var(--radius-md);
2941
+ border-bottom-right-radius: var(--radius-md);
2942
+ }
2943
+ }
2944
+ .\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0 {
2945
+ &:has([role=checkbox]) {
2946
+ padding-right: calc(var(--spacing) * 0);
2947
+ }
2948
+ }
2949
+ .\[\.border-b\]\:pb-6 {
2950
+ &:is(.border-b) {
2951
+ padding-bottom: calc(var(--spacing) * 6);
2952
+ }
2953
+ }
2954
+ .\[\.border-t\]\:pt-6 {
2955
+ &:is(.border-t) {
2956
+ padding-top: calc(var(--spacing) * 6);
2957
+ }
2958
+ }
2959
+ .\*\:\[span\]\:last\:flex {
2960
+ :is(& > *) {
2961
+ &:is(span) {
2962
+ &:last-child {
2963
+ display: flex;
2964
+ }
2965
+ }
2966
+ }
2967
+ }
2968
+ .\*\:\[span\]\:last\:items-center {
2969
+ :is(& > *) {
2970
+ &:is(span) {
2971
+ &:last-child {
2972
+ align-items: center;
2973
+ }
2974
+ }
2975
+ }
2976
+ }
2977
+ .\*\:\[span\]\:last\:gap-2 {
2978
+ :is(& > *) {
2979
+ &:is(span) {
2980
+ &:last-child {
2981
+ gap: calc(var(--spacing) * 2);
2982
+ }
2983
+ }
2984
+ }
2985
+ }
2986
+ .\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\] {
2987
+ &>[role=checkbox] {
2988
+ --tw-translate-y: 2px;
2989
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2990
+ }
2991
+ }
2992
+ .\[\&\>button\]\:hidden {
2993
+ &>button {
2994
+ display: none;
2995
+ }
2996
+ }
2997
+ .\[\&\>span\:last-child\]\:truncate {
2998
+ &>span:last-child {
2999
+ overflow: hidden;
3000
+ text-overflow: ellipsis;
3001
+ white-space: nowrap;
3002
+ }
3003
+ }
3004
+ .\[\&\>svg\]\:pointer-events-none {
3005
+ &>svg {
3006
+ pointer-events: none;
3007
+ }
3008
+ }
3009
+ .\[\&\>svg\]\:size-3 {
3010
+ &>svg {
3011
+ width: calc(var(--spacing) * 3);
3012
+ height: calc(var(--spacing) * 3);
3013
+ }
3014
+ }
3015
+ .\[\&\>svg\]\:size-3\.5 {
3016
+ &>svg {
3017
+ width: calc(var(--spacing) * 3.5);
3018
+ height: calc(var(--spacing) * 3.5);
3019
+ }
3020
+ }
3021
+ .\[\&\>svg\]\:size-4 {
3022
+ &>svg {
3023
+ width: calc(var(--spacing) * 4);
3024
+ height: calc(var(--spacing) * 4);
3025
+ }
3026
+ }
3027
+ .\[\&\>svg\]\:shrink-0 {
3028
+ &>svg {
3029
+ flex-shrink: 0;
3030
+ }
3031
+ }
3032
+ .\[\&\>svg\]\:translate-y-0\.5 {
3033
+ &>svg {
3034
+ --tw-translate-y: calc(var(--spacing) * 0.5);
3035
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3036
+ }
3037
+ }
3038
+ .\[\&\>svg\]\:text-current {
3039
+ &>svg {
3040
+ color: currentcolor;
3041
+ }
3042
+ }
3043
+ .\[\&\>tr\]\:last\:border-b-0 {
3044
+ &>tr {
3045
+ &:last-child {
3046
+ border-bottom-style: var(--tw-border-style);
3047
+ border-bottom-width: 0px;
3048
+ }
3049
+ }
3050
+ }
3051
+ .\[\&\[data-state\=open\]\>svg\]\:rotate-180 {
3052
+ &[data-state=open]>svg {
3053
+ rotate: 180deg;
3054
+ }
3055
+ }
3056
+ .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2 {
3057
+ [data-side=left][data-collapsible=offcanvas] & {
3058
+ right: calc(var(--spacing) * -2);
3059
+ }
3060
+ }
3061
+ .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize {
3062
+ [data-side=left][data-state=collapsed] & {
3063
+ cursor: e-resize;
3064
+ }
3065
+ }
3066
+ .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2 {
3067
+ [data-side=right][data-collapsible=offcanvas] & {
3068
+ left: calc(var(--spacing) * -2);
3069
+ }
3070
+ }
3071
+ .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize {
3072
+ [data-side=right][data-state=collapsed] & {
3073
+ cursor: w-resize;
3074
+ }
3075
+ }
3076
+ }
3077
+ body {
3078
+ margin: 0;
3079
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
3080
+ 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
3081
+ -webkit-font-smoothing: antialiased;
3082
+ -moz-osx-font-smoothing: grayscale;
3083
+ }
3084
+ code {
3085
+ font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
3086
+ }
3087
+ :root {
3088
+ --ic-background: oklch(1 0 0);
3089
+ --ic-foreground: oklch(0.141 0.005 285.823);
3090
+ --ic-card: oklch(1 0 0);
3091
+ --ic-card-foreground: oklch(0.141 0.005 285.823);
3092
+ --ic-popover: oklch(1 0 0);
3093
+ --ic-popover-foreground: oklch(0.141 0.005 285.823);
3094
+ --ic-primary: oklch(0.21 0.006 285.885);
3095
+ --ic-primary-foreground: oklch(0.985 0 0);
3096
+ --ic-secondary: oklch(0.967 0.001 286.375);
3097
+ --ic-secondary-foreground: oklch(0.21 0.006 285.885);
3098
+ --ic-muted: oklch(0.967 0.001 286.375);
3099
+ --ic-muted-foreground: oklch(0.552 0.016 285.938);
3100
+ --ic-accent: oklch(0.967 0.001 286.375);
3101
+ --ic-accent-foreground: oklch(0.21 0.006 285.885);
3102
+ --ic-destructive: oklch(0.577 0.245 27.325);
3103
+ --ic-destructive-foreground: oklch(0.577 0.245 27.325);
3104
+ --ic-border: oklch(0.92 0.004 286.32);
3105
+ --ic-input: oklch(0.92 0.004 286.32);
3106
+ --ic-ring: oklch(0.871 0.006 286.286);
3107
+ --ic-chart-1: oklch(0.646 0.222 41.116);
3108
+ --ic-chart-2: oklch(0.6 0.118 184.704);
3109
+ --ic-chart-3: oklch(0.398 0.07 227.392);
3110
+ --ic-chart-4: oklch(0.828 0.189 84.429);
3111
+ --ic-chart-5: oklch(0.769 0.188 70.08);
3112
+ --ic-radius: 0.625rem;
3113
+ --ic-sidebar: oklch(0.985 0 0);
3114
+ --ic-sidebar-foreground: oklch(0.141 0.005 285.823);
3115
+ --ic-sidebar-primary: oklch(0.21 0.006 285.885);
3116
+ --ic-sidebar-primary-foreground: oklch(0.985 0 0);
3117
+ --ic-sidebar-accent: oklch(0.967 0.001 286.375);
3118
+ --ic-sidebar-accent-foreground: oklch(0.21 0.006 285.885);
3119
+ --ic-sidebar-border: oklch(0.92 0.004 286.32);
3120
+ --ic-sidebar-ring: oklch(0.871 0.006 286.286);
3121
+ }
3122
+ .dark {
3123
+ --ic-background: oklch(0.141 0.005 285.823);
3124
+ --ic-foreground: oklch(0.985 0 0);
3125
+ --ic-card: oklch(0.141 0.005 285.823);
3126
+ --ic-card-foreground: oklch(0.985 0 0);
3127
+ --ic-popover: oklch(0.141 0.005 285.823);
3128
+ --ic-popover-foreground: oklch(0.985 0 0);
3129
+ --ic-primary: oklch(0.985 0 0);
3130
+ --ic-primary-foreground: oklch(0.21 0.006 285.885);
3131
+ --ic-secondary: oklch(0.274 0.006 286.033);
3132
+ --ic-secondary-foreground: oklch(0.985 0 0);
3133
+ --ic-muted: oklch(0.274 0.006 286.033);
3134
+ --ic-muted-foreground: oklch(0.705 0.015 286.067);
3135
+ --ic-accent: oklch(0.274 0.006 286.033);
3136
+ --ic-accent-foreground: oklch(0.985 0 0);
3137
+ --ic-destructive: oklch(0.396 0.141 25.723);
3138
+ --ic-destructive-foreground: oklch(0.637 0.237 25.331);
3139
+ --ic-border: oklch(0.274 0.006 286.033);
3140
+ --ic-input: oklch(0.274 0.006 286.033);
3141
+ --ic-ring: oklch(0.442 0.017 285.786);
3142
+ --ic-chart-1: oklch(0.488 0.243 264.376);
3143
+ --ic-chart-2: oklch(0.696 0.17 162.48);
3144
+ --ic-chart-3: oklch(0.769 0.188 70.08);
3145
+ --ic-chart-4: oklch(0.627 0.265 303.9);
3146
+ --ic-chart-5: oklch(0.645 0.246 16.439);
3147
+ --ic-sidebar: oklch(0.21 0.006 285.885);
3148
+ --ic-sidebar-foreground: oklch(0.985 0 0);
3149
+ --ic-sidebar-primary: oklch(0.488 0.243 264.376);
3150
+ --ic-sidebar-primary-foreground: oklch(0.985 0 0);
3151
+ --ic-sidebar-accent: oklch(0.274 0.006 286.033);
3152
+ --ic-sidebar-accent-foreground: oklch(0.985 0 0);
3153
+ --ic-sidebar-border: oklch(0.274 0.006 286.033);
3154
+ --ic-sidebar-ring: oklch(0.442 0.017 285.786);
3155
+ }
3156
+ @layer base {
3157
+ .ic-scope * {
3158
+ border-color: var(--ic-border);
3159
+ outline-color: var(--ic-ring);
3160
+ @supports (color: color-mix(in lab, red, red)) {
3161
+ outline-color: color-mix(in oklab, var(--ic-ring) 50%, transparent);
3162
+ }
3163
+ }
3164
+ .ic-scope {
3165
+ background-color: var(--ic-background);
3166
+ color: var(--ic-foreground);
3167
+ }
3168
+ }
3169
+ body {
3170
+ min-height: 100vh;
3171
+ display: flex;
3172
+ flex-direction: column;
3173
+ --max-container-width: 1600px;
3174
+ }
3175
+ .max-container {
3176
+ max-width: var(--max-container-width);
3177
+ margin: 0 auto;
3178
+ }
3179
+ @media screen and (width <= 1600px) {
3180
+ .max-container {
3181
+ padding: 0 1.25rem;
3182
+ }
3183
+ }
3184
+ @keyframes fadeIn {
3185
+ from {
3186
+ opacity: 0;
3187
+ transform: scale(0);
3188
+ }
3189
+ 20% {
3190
+ opacity: 1;
3191
+ }
3192
+ to {
3193
+ transform: scale(1);
3194
+ }
3195
+ }
3196
+ @keyframes translateUp {
3197
+ from {
3198
+ opacity: 0;
3199
+ transform: translateY(30%);
3200
+ }
3201
+ to {
3202
+ opacity: 1;
3203
+ transform: translateY(0%);
3204
+ }
3205
+ }
3206
+ @keyframes shakeIn {
3207
+ from, 50% {
3208
+ transform: rotate(20deg);
3209
+ }
3210
+ 25%, 75% {
3211
+ transform: rotate(-20deg);
3212
+ }
3213
+ to {
3214
+ transform: rotate(0deg);
3215
+ }
3216
+ }
3217
+ .fadeIn {
3218
+ animation-name: fadeIn;
3219
+ animation-duration: 1s;
3220
+ animation-timeline: view();
3221
+ animation-range: entry 10% cover 30%;
3222
+ }
3223
+ .fadeIn-normal {
3224
+ animation-name: fadeIn;
3225
+ animation-duration: 1s;
3226
+ }
3227
+ .translateUp {
3228
+ animation-name: translateUp;
3229
+ animation-duration: 2s;
3230
+ animation-timeline: view();
3231
+ animation-range: entry 10% cover 20%;
3232
+ }
3233
+ .translateUp-normal {
3234
+ animation-name: translateUp;
3235
+ animation-duration: 2s;
3236
+ }
3237
+ .shake {
3238
+ animation-name: shakeIn;
3239
+ animation-duration: 1.5s;
3240
+ }
3241
+ @keyframes enter {
3242
+ from {
3243
+ opacity: var(--tw-enter-opacity, 1);
3244
+ 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));
3245
+ }
3246
+ }
3247
+ @keyframes exit {
3248
+ to {
3249
+ opacity: var(--tw-exit-opacity, 1);
3250
+ 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));
3251
+ }
3252
+ }
3253
+ @property --tw-translate-x {
3254
+ syntax: "*";
3255
+ inherits: false;
3256
+ initial-value: 0;
3257
+ }
3258
+ @property --tw-translate-y {
3259
+ syntax: "*";
3260
+ inherits: false;
3261
+ initial-value: 0;
3262
+ }
3263
+ @property --tw-translate-z {
3264
+ syntax: "*";
3265
+ inherits: false;
3266
+ initial-value: 0;
3267
+ }
3268
+ @property --tw-rotate-x {
3269
+ syntax: "*";
3270
+ inherits: false;
3271
+ }
3272
+ @property --tw-rotate-y {
3273
+ syntax: "*";
3274
+ inherits: false;
3275
+ }
3276
+ @property --tw-rotate-z {
3277
+ syntax: "*";
3278
+ inherits: false;
3279
+ }
3280
+ @property --tw-skew-x {
3281
+ syntax: "*";
3282
+ inherits: false;
3283
+ }
3284
+ @property --tw-skew-y {
3285
+ syntax: "*";
3286
+ inherits: false;
3287
+ }
3288
+ @property --tw-space-x-reverse {
3289
+ syntax: "*";
3290
+ inherits: false;
3291
+ initial-value: 0;
3292
+ }
3293
+ @property --tw-border-style {
3294
+ syntax: "*";
3295
+ inherits: false;
3296
+ initial-value: solid;
3297
+ }
3298
+ @property --tw-leading {
3299
+ syntax: "*";
3300
+ inherits: false;
3301
+ }
3302
+ @property --tw-font-weight {
3303
+ syntax: "*";
3304
+ inherits: false;
3305
+ }
3306
+ @property --tw-tracking {
3307
+ syntax: "*";
3308
+ inherits: false;
3309
+ }
3310
+ @property --tw-ordinal {
3311
+ syntax: "*";
3312
+ inherits: false;
3313
+ }
3314
+ @property --tw-slashed-zero {
3315
+ syntax: "*";
3316
+ inherits: false;
3317
+ }
3318
+ @property --tw-numeric-figure {
3319
+ syntax: "*";
3320
+ inherits: false;
3321
+ }
3322
+ @property --tw-numeric-spacing {
3323
+ syntax: "*";
3324
+ inherits: false;
3325
+ }
3326
+ @property --tw-numeric-fraction {
3327
+ syntax: "*";
3328
+ inherits: false;
3329
+ }
3330
+ @property --tw-shadow {
3331
+ syntax: "*";
3332
+ inherits: false;
3333
+ initial-value: 0 0 #0000;
3334
+ }
3335
+ @property --tw-shadow-color {
3336
+ syntax: "*";
3337
+ inherits: false;
3338
+ }
3339
+ @property --tw-shadow-alpha {
3340
+ syntax: "<percentage>";
3341
+ inherits: false;
3342
+ initial-value: 100%;
3343
+ }
3344
+ @property --tw-inset-shadow {
3345
+ syntax: "*";
3346
+ inherits: false;
3347
+ initial-value: 0 0 #0000;
3348
+ }
3349
+ @property --tw-inset-shadow-color {
3350
+ syntax: "*";
3351
+ inherits: false;
3352
+ }
3353
+ @property --tw-inset-shadow-alpha {
3354
+ syntax: "<percentage>";
3355
+ inherits: false;
3356
+ initial-value: 100%;
3357
+ }
3358
+ @property --tw-ring-color {
3359
+ syntax: "*";
3360
+ inherits: false;
3361
+ }
3362
+ @property --tw-ring-shadow {
3363
+ syntax: "*";
3364
+ inherits: false;
3365
+ initial-value: 0 0 #0000;
3366
+ }
3367
+ @property --tw-inset-ring-color {
3368
+ syntax: "*";
3369
+ inherits: false;
3370
+ }
3371
+ @property --tw-inset-ring-shadow {
3372
+ syntax: "*";
3373
+ inherits: false;
3374
+ initial-value: 0 0 #0000;
3375
+ }
3376
+ @property --tw-ring-inset {
3377
+ syntax: "*";
3378
+ inherits: false;
3379
+ }
3380
+ @property --tw-ring-offset-width {
3381
+ syntax: "<length>";
3382
+ inherits: false;
3383
+ initial-value: 0px;
3384
+ }
3385
+ @property --tw-ring-offset-color {
3386
+ syntax: "*";
3387
+ inherits: false;
3388
+ initial-value: #fff;
3389
+ }
3390
+ @property --tw-ring-offset-shadow {
3391
+ syntax: "*";
3392
+ inherits: false;
3393
+ initial-value: 0 0 #0000;
3394
+ }
3395
+ @property --tw-outline-style {
3396
+ syntax: "*";
3397
+ inherits: false;
3398
+ initial-value: solid;
3399
+ }
3400
+ @property --tw-duration {
3401
+ syntax: "*";
3402
+ inherits: false;
3403
+ }
3404
+ @property --tw-ease {
3405
+ syntax: "*";
3406
+ inherits: false;
3407
+ }
3408
+ @property --tw-content {
3409
+ syntax: "*";
3410
+ initial-value: "";
3411
+ inherits: false;
3412
+ }
3413
+ @property --tw-scale-x {
3414
+ syntax: "*";
3415
+ inherits: false;
3416
+ initial-value: 1;
3417
+ }
3418
+ @property --tw-scale-y {
3419
+ syntax: "*";
3420
+ inherits: false;
3421
+ initial-value: 1;
3422
+ }
3423
+ @property --tw-scale-z {
3424
+ syntax: "*";
3425
+ inherits: false;
3426
+ initial-value: 1;
3427
+ }
3428
+ @keyframes pulse {
3429
+ 50% {
3430
+ opacity: 0.5;
3431
+ }
3432
+ }
3433
+ @layer properties {
3434
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
3435
+ *, ::before, ::after, ::backdrop {
3436
+ --tw-translate-x: 0;
3437
+ --tw-translate-y: 0;
3438
+ --tw-translate-z: 0;
3439
+ --tw-rotate-x: initial;
3440
+ --tw-rotate-y: initial;
3441
+ --tw-rotate-z: initial;
3442
+ --tw-skew-x: initial;
3443
+ --tw-skew-y: initial;
3444
+ --tw-space-x-reverse: 0;
3445
+ --tw-border-style: solid;
3446
+ --tw-leading: initial;
3447
+ --tw-font-weight: initial;
3448
+ --tw-tracking: initial;
3449
+ --tw-ordinal: initial;
3450
+ --tw-slashed-zero: initial;
3451
+ --tw-numeric-figure: initial;
3452
+ --tw-numeric-spacing: initial;
3453
+ --tw-numeric-fraction: initial;
3454
+ --tw-shadow: 0 0 #0000;
3455
+ --tw-shadow-color: initial;
3456
+ --tw-shadow-alpha: 100%;
3457
+ --tw-inset-shadow: 0 0 #0000;
3458
+ --tw-inset-shadow-color: initial;
3459
+ --tw-inset-shadow-alpha: 100%;
3460
+ --tw-ring-color: initial;
3461
+ --tw-ring-shadow: 0 0 #0000;
3462
+ --tw-inset-ring-color: initial;
3463
+ --tw-inset-ring-shadow: 0 0 #0000;
3464
+ --tw-ring-inset: initial;
3465
+ --tw-ring-offset-width: 0px;
3466
+ --tw-ring-offset-color: #fff;
3467
+ --tw-ring-offset-shadow: 0 0 #0000;
3468
+ --tw-outline-style: solid;
3469
+ --tw-duration: initial;
3470
+ --tw-ease: initial;
3471
+ --tw-content: "";
3472
+ --tw-scale-x: 1;
3473
+ --tw-scale-y: 1;
3474
+ --tw-scale-z: 1;
3475
+ }
3476
+ }
3477
+ }