@nurix/ui-component-library 1.1.2 → 1.1.3-stage.101

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