lightning_ui_kit 0.3.2 → 0.3.4

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