@yanolja-next/ncp-ui 0.0.1

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