lightning_ui_kit 0.3.2 → 0.3.3

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