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