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

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,2740 @@
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-\[60px\] {
559
+ min-height: 60px;
560
+ }
561
+ .lego-land .min-h-\[80px\] {
562
+ min-height: 80px;
563
+ }
564
+ .lego-land .min-h-\[200px\] {
565
+ min-height: 200px;
566
+ }
567
+ .lego-land .min-h-px {
568
+ min-height: 1px;
569
+ }
570
+ .lego-land .w-2 {
571
+ width: calc(var(--spacing) * 2);
572
+ }
573
+ .lego-land .w-3\.5 {
574
+ width: calc(var(--spacing) * 3.5);
575
+ }
576
+ .lego-land .w-3\/4 {
577
+ width: calc(3/4 * 100%);
578
+ }
579
+ .lego-land .w-4 {
580
+ width: calc(var(--spacing) * 4);
581
+ }
582
+ .lego-land .w-5 {
583
+ width: calc(var(--spacing) * 5);
584
+ }
585
+ .lego-land .w-6 {
586
+ width: calc(var(--spacing) * 6);
587
+ }
588
+ .lego-land .w-8 {
589
+ width: calc(var(--spacing) * 8);
590
+ }
591
+ .lego-land .w-9 {
592
+ width: calc(var(--spacing) * 9);
593
+ }
594
+ .lego-land .w-10 {
595
+ width: calc(var(--spacing) * 10);
596
+ }
597
+ .lego-land .w-11 {
598
+ width: calc(var(--spacing) * 11);
599
+ }
600
+ .lego-land .w-12 {
601
+ width: calc(var(--spacing) * 12);
602
+ }
603
+ .lego-land .w-20 {
604
+ width: calc(var(--spacing) * 20);
605
+ }
606
+ .lego-land .w-64 {
607
+ width: calc(var(--spacing) * 64);
608
+ }
609
+ .lego-land .w-80 {
610
+ width: calc(var(--spacing) * 80);
611
+ }
612
+ .lego-land .w-96 {
613
+ width: calc(var(--spacing) * 96);
614
+ }
615
+ .lego-land .w-\[1px\] {
616
+ width: 1px;
617
+ }
618
+ .lego-land .w-\[22px\] {
619
+ width: 22px;
620
+ }
621
+ .lego-land .w-\[76px\] {
622
+ width: 76px;
623
+ }
624
+ .lego-land .w-\[85vw\] {
625
+ width: 85vw;
626
+ }
627
+ .lego-land .w-\[180px\] {
628
+ width: 180px;
629
+ }
630
+ .lego-land .w-\[196px\] {
631
+ width: 196px;
632
+ }
633
+ .lego-land .w-\[200px\] {
634
+ width: 200px;
635
+ }
636
+ .lego-land .w-\[216px\] {
637
+ width: 216px;
638
+ }
639
+ .lego-land .w-\[240px\] {
640
+ width: 240px;
641
+ }
642
+ .lego-land .w-\[360px\] {
643
+ width: 360px;
644
+ }
645
+ .lego-land .w-\[364px\] {
646
+ width: 364px;
647
+ }
648
+ .lego-land .w-\[384px\] {
649
+ width: 384px;
650
+ }
651
+ .lego-land .w-\[400px\] {
652
+ width: 400px;
653
+ }
654
+ .lego-land .w-\[448px\] {
655
+ width: 448px;
656
+ }
657
+ .lego-land .w-\[500px\] {
658
+ width: 500px;
659
+ }
660
+ .lego-land .w-\[503px\] {
661
+ width: 503px;
662
+ }
663
+ .lego-land .w-\[512px\] {
664
+ width: 512px;
665
+ }
666
+ .lego-land .w-\[960px\] {
667
+ width: 960px;
668
+ }
669
+ .lego-land .w-\[min-content\] {
670
+ width: -moz-min-content;
671
+ width: min-content;
672
+ }
673
+ .lego-land .w-\[var\(--radix-select-trigger-width\)\] {
674
+ width: var(--radix-select-trigger-width);
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-sm {
701
+ max-width: var(--container-sm);
702
+ }
703
+ .lego-land .min-w-0 {
704
+ min-width: calc(var(--spacing) * 0);
705
+ }
706
+ .lego-land .min-w-2 {
707
+ min-width: calc(var(--spacing) * 2);
708
+ }
709
+ .lego-land .min-w-5 {
710
+ min-width: calc(var(--spacing) * 5);
711
+ }
712
+ .lego-land .min-w-6 {
713
+ min-width: calc(var(--spacing) * 6);
714
+ }
715
+ .lego-land .min-w-\[77px\] {
716
+ min-width: 77px;
717
+ }
718
+ .lego-land .min-w-\[196px\] {
719
+ min-width: 196px;
720
+ }
721
+ .lego-land .min-w-\[var\(--radix-select-trigger-width\)\] {
722
+ min-width: var(--radix-select-trigger-width);
723
+ }
724
+ .lego-land .min-w-full {
725
+ min-width: 100%;
726
+ }
727
+ .lego-land .min-w-px {
728
+ min-width: 1px;
729
+ }
730
+ .lego-land .flex-1 {
731
+ flex: 1;
732
+ }
733
+ .lego-land .flex-none {
734
+ flex: none;
735
+ }
736
+ .lego-land .shrink-0 {
737
+ flex-shrink: 0;
738
+ }
739
+ .lego-land .table-fixed {
740
+ table-layout: fixed;
741
+ }
742
+ .lego-land .border-collapse {
743
+ border-collapse: collapse;
744
+ }
745
+ .lego-land .rotate-180 {
746
+ rotate: 180deg;
747
+ }
748
+ .lego-land .animate-pulse {
749
+ animation: var(--animate-pulse);
750
+ }
751
+ .lego-land .animate-spin {
752
+ animation: var(--animate-spin);
753
+ }
754
+ .lego-land .cursor-default {
755
+ cursor: default;
756
+ }
757
+ .lego-land .cursor-grab {
758
+ cursor: grab;
759
+ }
760
+ .lego-land .cursor-not-allowed {
761
+ cursor: not-allowed;
762
+ }
763
+ .lego-land .cursor-pointer {
764
+ cursor: pointer;
765
+ }
766
+ .lego-land .resize {
767
+ resize: both;
768
+ }
769
+ .lego-land .resize-none {
770
+ resize: none;
771
+ }
772
+ .lego-land .resize-x {
773
+ resize: horizontal;
774
+ }
775
+ .lego-land .resize-y {
776
+ resize: vertical;
777
+ }
778
+ .lego-land .list-decimal {
779
+ list-style-type: decimal;
780
+ }
781
+ .lego-land .list-disc {
782
+ list-style-type: disc;
783
+ }
784
+ .lego-land .flex-col {
785
+ flex-direction: column;
786
+ }
787
+ .lego-land .flex-row {
788
+ flex-direction: row;
789
+ }
790
+ .lego-land .flex-wrap {
791
+ flex-wrap: wrap;
792
+ }
793
+ .lego-land .content-stretch {
794
+ align-content: stretch;
795
+ }
796
+ .lego-land .items-center {
797
+ align-items: center;
798
+ }
799
+ .lego-land .items-start {
800
+ align-items: flex-start;
801
+ }
802
+ .lego-land .justify-between {
803
+ justify-content: space-between;
804
+ }
805
+ .lego-land .justify-center {
806
+ justify-content: center;
807
+ }
808
+ .lego-land .justify-end {
809
+ justify-content: flex-end;
810
+ }
811
+ .lego-land .justify-start {
812
+ justify-content: flex-start;
813
+ }
814
+ .lego-land .gap-0 {
815
+ gap: calc(var(--spacing) * 0);
816
+ }
817
+ .lego-land .gap-0\.5 {
818
+ gap: calc(var(--spacing) * 0.5);
819
+ }
820
+ .lego-land .gap-1 {
821
+ gap: calc(var(--spacing) * 1);
822
+ }
823
+ .lego-land .gap-1\.5 {
824
+ gap: calc(var(--spacing) * 1.5);
825
+ }
826
+ .lego-land .gap-2 {
827
+ gap: calc(var(--spacing) * 2);
828
+ }
829
+ .lego-land .gap-2\.5 {
830
+ gap: calc(var(--spacing) * 2.5);
831
+ }
832
+ .lego-land .gap-3 {
833
+ gap: calc(var(--spacing) * 3);
834
+ }
835
+ .lego-land .gap-4 {
836
+ gap: calc(var(--spacing) * 4);
837
+ }
838
+ .lego-land .gap-6 {
839
+ gap: calc(var(--spacing) * 6);
840
+ }
841
+ .lego-land .gap-8 {
842
+ gap: calc(var(--spacing) * 8);
843
+ }
844
+ .lego-land .gap-10 {
845
+ gap: calc(var(--spacing) * 10);
846
+ }
847
+ .lego-land .gap-\[2px\] {
848
+ gap: 2px;
849
+ }
850
+ .lego-land .gap-\[10px\] {
851
+ gap: 10px;
852
+ }
853
+ .lego-land .space-y-1 {
854
+ .lego-land :where(& > :not(:last-child)) {
855
+ --tw-space-y-reverse: 0;
856
+ margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
857
+ margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
858
+ }
859
+ }
860
+ .lego-land .space-y-3 {
861
+ .lego-land :where(& > :not(:last-child)) {
862
+ --tw-space-y-reverse: 0;
863
+ margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
864
+ margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
865
+ }
866
+ }
867
+ .lego-land .-space-x-2 {
868
+ .lego-land :where(& > :not(:last-child)) {
869
+ --tw-space-x-reverse: 0;
870
+ margin-inline-start: calc(calc(var(--spacing) * -2) * var(--tw-space-x-reverse));
871
+ margin-inline-end: calc(calc(var(--spacing) * -2) * calc(1 - var(--tw-space-x-reverse)));
872
+ }
873
+ }
874
+ .lego-land .self-center {
875
+ align-self: center;
876
+ }
877
+ .lego-land .truncate {
878
+ overflow: hidden;
879
+ text-overflow: ellipsis;
880
+ white-space: nowrap;
881
+ }
882
+ .lego-land .overflow-auto {
883
+ overflow: auto;
884
+ }
885
+ .lego-land .overflow-hidden {
886
+ overflow: hidden;
887
+ }
888
+ .lego-land .overflow-y-auto {
889
+ overflow-y: auto;
890
+ }
891
+ .lego-land .rounded {
892
+ border-radius: 0.25rem;
893
+ }
894
+ .lego-land .rounded-2xl {
895
+ border-radius: var(--radius-2xl);
896
+ }
897
+ .lego-land .rounded-3xl {
898
+ border-radius: var(--radius-3xl);
899
+ }
900
+ .lego-land .rounded-\[var\(--input-radius\)\] {
901
+ border-radius: var(--input-radius);
902
+ }
903
+ .lego-land .rounded-\[var\(--input-radius\,16px\)\] {
904
+ border-radius: var(--input-radius,16px);
905
+ }
906
+ .lego-land .rounded-\[var\(--rounded-2xl\)\] {
907
+ border-radius: var(--rounded-2xl);
908
+ }
909
+ .lego-land .rounded-\[var\(--rounded-lg\,8px\)\] {
910
+ border-radius: var(--rounded-lg,8px);
911
+ }
912
+ .lego-land .rounded-\[var\(--rounded-md\,6px\)\] {
913
+ border-radius: var(--rounded-md,6px);
914
+ }
915
+ .lego-land .rounded-\[var\(--rounded-sm\)\] {
916
+ border-radius: var(--rounded-sm);
917
+ }
918
+ .lego-land .rounded-\[var\(--rounded-sm\,4px\)\] {
919
+ border-radius: var(--rounded-sm,4px);
920
+ }
921
+ .lego-land .rounded-full {
922
+ border-radius: calc(infinity * 1px);
923
+ }
924
+ .lego-land .rounded-lg {
925
+ border-radius: var(--radius);
926
+ }
927
+ .lego-land .rounded-md {
928
+ border-radius: calc(var(--radius) - 2px);
929
+ }
930
+ .lego-land .rounded-sm {
931
+ border-radius: calc(var(--radius) - 4px);
932
+ }
933
+ .lego-land .rounded-t-none {
934
+ border-top-left-radius: 0;
935
+ border-top-right-radius: 0;
936
+ }
937
+ .lego-land .rounded-b-2xl {
938
+ border-bottom-right-radius: var(--radius-2xl);
939
+ border-bottom-left-radius: var(--radius-2xl);
940
+ }
941
+ .lego-land .rounded-b-lg {
942
+ border-bottom-right-radius: var(--radius);
943
+ border-bottom-left-radius: var(--radius);
944
+ }
945
+ .lego-land .border {
946
+ border-style: var(--tw-border-style);
947
+ border-width: 1px;
948
+ }
949
+ .lego-land .border-0 {
950
+ border-style: var(--tw-border-style);
951
+ border-width: 0px;
952
+ }
953
+ .lego-land .border-t {
954
+ border-top-style: var(--tw-border-style);
955
+ border-top-width: 1px;
956
+ }
957
+ .lego-land .border-t-0 {
958
+ border-top-style: var(--tw-border-style);
959
+ border-top-width: 0px;
960
+ }
961
+ .lego-land .border-r {
962
+ border-right-style: var(--tw-border-style);
963
+ border-right-width: 1px;
964
+ }
965
+ .lego-land .border-r-1 {
966
+ border-right-style: var(--tw-border-style);
967
+ border-right-width: 1px;
968
+ }
969
+ .lego-land .border-b {
970
+ border-bottom-style: var(--tw-border-style);
971
+ border-bottom-width: 1px;
972
+ }
973
+ .lego-land .border-l {
974
+ border-left-style: var(--tw-border-style);
975
+ border-left-width: 1px;
976
+ }
977
+ .lego-land .border-dotted {
978
+ --tw-border-style: dotted;
979
+ border-style: dotted;
980
+ }
981
+ .lego-land .border-solid {
982
+ --tw-border-style: solid;
983
+ border-style: solid;
984
+ }
985
+ .lego-land .border-border {
986
+ border-color: hsl(var(--border));
987
+ }
988
+ .lego-land .border-destructive {
989
+ border-color: hsl(var(--destructive));
990
+ }
991
+ .lego-land .border-destructive\/20 {
992
+ border-color: hsl(var(--destructive));
993
+ @supports (color: color-mix(in lab, red, red)) {
994
+ border-color: color-mix(in oklab, hsl(var(--destructive)) 20%, transparent);
995
+ }
996
+ }
997
+ .lego-land .border-foreground {
998
+ border-color: hsl(var(--foreground));
999
+ }
1000
+ .lego-land .border-foreground\/50 {
1001
+ border-color: hsl(var(--foreground));
1002
+ @supports (color: color-mix(in lab, red, red)) {
1003
+ border-color: color-mix(in oklab, hsl(var(--foreground)) 50%, transparent);
1004
+ }
1005
+ }
1006
+ .lego-land .border-ring {
1007
+ border-color: hsl(var(--ring));
1008
+ }
1009
+ .lego-land .border-transparent {
1010
+ border-color: transparent;
1011
+ }
1012
+ .lego-land .bg-\[rgba\(211\,222\,249\,0\.2\)\] {
1013
+ background-color: rgba(211,222,249,0.2);
1014
+ }
1015
+ .lego-land .bg-\[var\(--\.\.\.\)\] {
1016
+ background-color: var(--...);
1017
+ }
1018
+ .lego-land .bg-\[var\(--filter-input\)\] {
1019
+ background-color: var(--filter-input);
1020
+ }
1021
+ .lego-land .bg-\[var\(--primary10\)\] {
1022
+ background-color: var(--primary10);
1023
+ }
1024
+ .lego-land .bg-accent\/50 {
1025
+ background-color: hsl(var(--accent));
1026
+ @supports (color: color-mix(in lab, red, red)) {
1027
+ background-color: color-mix(in oklab, hsl(var(--accent)) 50%, transparent);
1028
+ }
1029
+ }
1030
+ .lego-land .bg-background {
1031
+ background-color: hsl(var(--background));
1032
+ }
1033
+ .lego-land .bg-badge-default-bg {
1034
+ background-color: hsl(var(--badge-default-bg));
1035
+ }
1036
+ .lego-land .bg-badge-destructive-bg {
1037
+ background-color: hsl(var(--badge-destructive-bg));
1038
+ }
1039
+ .lego-land .bg-badge-neutral-bg {
1040
+ background-color: hsl(var(--badge-neutral-bg));
1041
+ }
1042
+ .lego-land .bg-badge-success-bg {
1043
+ background-color: hsl(var(--badge-success-bg));
1044
+ }
1045
+ .lego-land .bg-badge-warning-bg {
1046
+ background-color: hsl(var(--badge-warning-bg));
1047
+ }
1048
+ .lego-land .bg-black\/30 {
1049
+ background-color: color-mix(in srgb, #000 30%, transparent);
1050
+ @supports (color: color-mix(in lab, red, red)) {
1051
+ background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
1052
+ }
1053
+ }
1054
+ .lego-land .bg-blue-600 {
1055
+ background-color: var(--color-blue-600);
1056
+ }
1057
+ .lego-land .bg-border {
1058
+ background-color: hsl(var(--border));
1059
+ }
1060
+ .lego-land .bg-card {
1061
+ background-color: hsl(var(--card));
1062
+ }
1063
+ .lego-land .bg-destructive {
1064
+ background-color: hsl(var(--destructive));
1065
+ }
1066
+ .lego-land .bg-destructive\/10 {
1067
+ background-color: hsl(var(--destructive));
1068
+ @supports (color: color-mix(in lab, red, red)) {
1069
+ background-color: color-mix(in oklab, hsl(var(--destructive)) 10%, transparent);
1070
+ }
1071
+ }
1072
+ .lego-land .bg-foreground\/10 {
1073
+ background-color: hsl(var(--foreground));
1074
+ @supports (color: color-mix(in lab, red, red)) {
1075
+ background-color: color-mix(in oklab, hsl(var(--foreground)) 10%, transparent);
1076
+ }
1077
+ }
1078
+ .lego-land .bg-input {
1079
+ background-color: hsl(var(--input));
1080
+ }
1081
+ .lego-land .bg-muted {
1082
+ background-color: hsl(var(--muted));
1083
+ }
1084
+ .lego-land .bg-muted\/50 {
1085
+ background-color: hsl(var(--muted));
1086
+ @supports (color: color-mix(in lab, red, red)) {
1087
+ background-color: color-mix(in oklab, hsl(var(--muted)) 50%, transparent);
1088
+ }
1089
+ }
1090
+ .lego-land .bg-neutral-300 {
1091
+ background-color: var(--color-neutral-300);
1092
+ }
1093
+ .lego-land .bg-primary {
1094
+ background-color: hsl(var(--primary));
1095
+ }
1096
+ .lego-land .bg-primary-foreground {
1097
+ background-color: hsl(var(--primary-foreground));
1098
+ }
1099
+ .lego-land .bg-primary\/10 {
1100
+ background-color: hsl(var(--primary));
1101
+ @supports (color: color-mix(in lab, red, red)) {
1102
+ background-color: color-mix(in oklab, hsl(var(--primary)) 10%, transparent);
1103
+ }
1104
+ }
1105
+ .lego-land .bg-red-500 {
1106
+ background-color: var(--color-red-500);
1107
+ }
1108
+ .lego-land .bg-secondary {
1109
+ background-color: hsl(var(--secondary));
1110
+ }
1111
+ .lego-land .bg-success {
1112
+ background-color: hsl(var(--success));
1113
+ }
1114
+ .lego-land .bg-transparent {
1115
+ background-color: transparent;
1116
+ }
1117
+ .lego-land .fill-current {
1118
+ fill: currentcolor;
1119
+ }
1120
+ .lego-land .fill-primary {
1121
+ fill: hsl(var(--primary));
1122
+ }
1123
+ .lego-land .stroke-2 {
1124
+ stroke-width: 2;
1125
+ }
1126
+ .lego-land .object-contain {
1127
+ -o-object-fit: contain;
1128
+ object-fit: contain;
1129
+ }
1130
+ .lego-land .object-cover {
1131
+ -o-object-fit: cover;
1132
+ object-fit: cover;
1133
+ }
1134
+ .lego-land .p-0 {
1135
+ padding: calc(var(--spacing) * 0);
1136
+ }
1137
+ .lego-land .p-0\.5 {
1138
+ padding: calc(var(--spacing) * 0.5);
1139
+ }
1140
+ .lego-land .p-1 {
1141
+ padding: calc(var(--spacing) * 1);
1142
+ }
1143
+ .lego-land .p-1\.5 {
1144
+ padding: calc(var(--spacing) * 1.5);
1145
+ }
1146
+ .lego-land .p-2 {
1147
+ padding: calc(var(--spacing) * 2);
1148
+ }
1149
+ .lego-land .p-6 {
1150
+ padding: calc(var(--spacing) * 6);
1151
+ }
1152
+ .lego-land .p-8 {
1153
+ padding: calc(var(--spacing) * 8);
1154
+ }
1155
+ .lego-land .p-14 {
1156
+ padding: calc(var(--spacing) * 14);
1157
+ }
1158
+ .lego-land .px-0 {
1159
+ padding-inline: calc(var(--spacing) * 0);
1160
+ }
1161
+ .lego-land .px-1 {
1162
+ padding-inline: calc(var(--spacing) * 1);
1163
+ }
1164
+ .lego-land .px-1\.5 {
1165
+ padding-inline: calc(var(--spacing) * 1.5);
1166
+ }
1167
+ .lego-land .px-2 {
1168
+ padding-inline: calc(var(--spacing) * 2);
1169
+ }
1170
+ .lego-land .px-2\.5 {
1171
+ padding-inline: calc(var(--spacing) * 2.5);
1172
+ }
1173
+ .lego-land .px-3 {
1174
+ padding-inline: calc(var(--spacing) * 3);
1175
+ }
1176
+ .lego-land .px-4 {
1177
+ padding-inline: calc(var(--spacing) * 4);
1178
+ }
1179
+ .lego-land .px-6 {
1180
+ padding-inline: calc(var(--spacing) * 6);
1181
+ }
1182
+ .lego-land .px-8 {
1183
+ padding-inline: calc(var(--spacing) * 8);
1184
+ }
1185
+ .lego-land .px-\[var\(--px-4\,16px\)\] {
1186
+ padding-inline: var(--px-4,16px);
1187
+ }
1188
+ .lego-land .py-0\.5 {
1189
+ padding-block: calc(var(--spacing) * 0.5);
1190
+ }
1191
+ .lego-land .py-1 {
1192
+ padding-block: calc(var(--spacing) * 1);
1193
+ }
1194
+ .lego-land .py-1\.5 {
1195
+ padding-block: calc(var(--spacing) * 1.5);
1196
+ }
1197
+ .lego-land .py-2 {
1198
+ padding-block: calc(var(--spacing) * 2);
1199
+ }
1200
+ .lego-land .py-3 {
1201
+ padding-block: calc(var(--spacing) * 3);
1202
+ }
1203
+ .lego-land .py-4 {
1204
+ padding-block: calc(var(--spacing) * 4);
1205
+ }
1206
+ .lego-land .py-6 {
1207
+ padding-block: calc(var(--spacing) * 6);
1208
+ }
1209
+ .lego-land .py-8 {
1210
+ padding-block: calc(var(--spacing) * 8);
1211
+ }
1212
+ .lego-land .py-\[6px\] {
1213
+ padding-block: 6px;
1214
+ }
1215
+ .lego-land .py-\[var\(--py-2\,8px\)\] {
1216
+ padding-block: var(--py-2,8px);
1217
+ }
1218
+ .lego-land .py-\[var\(--spacing-py-1-5\,6px\)\] {
1219
+ padding-block: var(--spacing-py-1-5,6px);
1220
+ }
1221
+ .lego-land .py-px {
1222
+ padding-block: 1px;
1223
+ }
1224
+ .lego-land .pt-0 {
1225
+ padding-top: calc(var(--spacing) * 0);
1226
+ }
1227
+ .lego-land .pt-1 {
1228
+ padding-top: calc(var(--spacing) * 1);
1229
+ }
1230
+ .lego-land .pr-2\.5 {
1231
+ padding-right: calc(var(--spacing) * 2.5);
1232
+ }
1233
+ .lego-land .pr-3 {
1234
+ padding-right: calc(var(--spacing) * 3);
1235
+ }
1236
+ .lego-land .pr-12 {
1237
+ padding-right: calc(var(--spacing) * 12);
1238
+ }
1239
+ .lego-land .pb-2 {
1240
+ padding-bottom: calc(var(--spacing) * 2);
1241
+ }
1242
+ .lego-land .pb-4 {
1243
+ padding-bottom: calc(var(--spacing) * 4);
1244
+ }
1245
+ .lego-land .pl-2 {
1246
+ padding-left: calc(var(--spacing) * 2);
1247
+ }
1248
+ .lego-land .pl-5 {
1249
+ padding-left: calc(var(--spacing) * 5);
1250
+ }
1251
+ .lego-land .pl-16 {
1252
+ padding-left: calc(var(--spacing) * 16);
1253
+ }
1254
+ .lego-land .pl-\[var\(--input-padding-horizontal\,16px\)\] {
1255
+ padding-left: var(--input-padding-horizontal,16px);
1256
+ }
1257
+ .lego-land .text-center {
1258
+ text-align: center;
1259
+ }
1260
+ .lego-land .text-left {
1261
+ text-align: left;
1262
+ }
1263
+ .lego-land .text-right {
1264
+ text-align: right;
1265
+ }
1266
+ .lego-land .align-middle {
1267
+ vertical-align: middle;
1268
+ }
1269
+ .lego-land .font-mono {
1270
+ font-family: var(--font-mono);
1271
+ }
1272
+ .lego-land .text-2xl {
1273
+ font-size: var(--text-2xl);
1274
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
1275
+ }
1276
+ .lego-land .text-4xl {
1277
+ font-size: var(--text-4xl);
1278
+ line-height: var(--tw-leading, var(--text-4xl--line-height));
1279
+ }
1280
+ .lego-land .text-base {
1281
+ font-size: var(--text-base);
1282
+ line-height: var(--tw-leading, var(--text-base--line-height));
1283
+ }
1284
+ .lego-land .text-lg {
1285
+ font-size: var(--text-lg);
1286
+ line-height: var(--tw-leading, var(--text-lg--line-height));
1287
+ }
1288
+ .lego-land .text-sm {
1289
+ font-size: var(--text-sm);
1290
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1291
+ }
1292
+ .lego-land .text-xl {
1293
+ font-size: var(--text-xl);
1294
+ line-height: var(--tw-leading, var(--text-xl--line-height));
1295
+ }
1296
+ .lego-land .text-xs {
1297
+ font-size: var(--text-xs);
1298
+ line-height: var(--tw-leading, var(--text-xs--line-height));
1299
+ }
1300
+ .lego-land .text-\[10px\] {
1301
+ font-size: 10px;
1302
+ }
1303
+ .lego-land .text-\[16px\] {
1304
+ font-size: 16px;
1305
+ }
1306
+ .lego-land .text-\[20px\] {
1307
+ font-size: 20px;
1308
+ }
1309
+ .lego-land .text-\[36px\] {
1310
+ font-size: 36px;
1311
+ }
1312
+ .lego-land .leading-4 {
1313
+ --tw-leading: calc(var(--spacing) * 4);
1314
+ line-height: calc(var(--spacing) * 4);
1315
+ }
1316
+ .lego-land .leading-5 {
1317
+ --tw-leading: calc(var(--spacing) * 5);
1318
+ line-height: calc(var(--spacing) * 5);
1319
+ }
1320
+ .lego-land .leading-6 {
1321
+ --tw-leading: calc(var(--spacing) * 6);
1322
+ line-height: calc(var(--spacing) * 6);
1323
+ }
1324
+ .lego-land .leading-7 {
1325
+ --tw-leading: calc(var(--spacing) * 7);
1326
+ line-height: calc(var(--spacing) * 7);
1327
+ }
1328
+ .lego-land .leading-8 {
1329
+ --tw-leading: calc(var(--spacing) * 8);
1330
+ line-height: calc(var(--spacing) * 8);
1331
+ }
1332
+ .lego-land .leading-10 {
1333
+ --tw-leading: calc(var(--spacing) * 10);
1334
+ line-height: calc(var(--spacing) * 10);
1335
+ }
1336
+ .lego-land .leading-normal {
1337
+ --tw-leading: var(--leading-normal);
1338
+ line-height: var(--leading-normal);
1339
+ }
1340
+ .lego-land .font-bold {
1341
+ --tw-font-weight: var(--font-weight-bold);
1342
+ font-weight: var(--font-weight-bold);
1343
+ }
1344
+ .lego-land .font-light {
1345
+ --tw-font-weight: var(--font-weight-light);
1346
+ font-weight: var(--font-weight-light);
1347
+ }
1348
+ .lego-land .font-medium {
1349
+ --tw-font-weight: var(--font-weight-medium);
1350
+ font-weight: var(--font-weight-medium);
1351
+ }
1352
+ .lego-land .font-normal {
1353
+ --tw-font-weight: var(--font-weight-normal);
1354
+ font-weight: var(--font-weight-normal);
1355
+ }
1356
+ .lego-land .font-semibold {
1357
+ --tw-font-weight: var(--font-weight-semibold);
1358
+ font-weight: var(--font-weight-semibold);
1359
+ }
1360
+ .lego-land .tracking-normal {
1361
+ --tw-tracking: var(--tracking-normal);
1362
+ letter-spacing: var(--tracking-normal);
1363
+ }
1364
+ .lego-land .tracking-widest {
1365
+ --tw-tracking: var(--tracking-widest);
1366
+ letter-spacing: var(--tracking-widest);
1367
+ }
1368
+ .lego-land .whitespace-nowrap {
1369
+ white-space: nowrap;
1370
+ }
1371
+ .lego-land .whitespace-pre-wrap {
1372
+ white-space: pre-wrap;
1373
+ }
1374
+ .lego-land .text-\[var\(--primary-selected\)\] {
1375
+ color: var(--primary-selected);
1376
+ }
1377
+ .lego-land .text-\[var\(--secondary-foreground\)\] {
1378
+ color: var(--secondary-foreground);
1379
+ }
1380
+ .lego-land .text-accent-foreground {
1381
+ color: hsl(var(--accent-foreground));
1382
+ }
1383
+ .lego-land .text-badge-default-fg {
1384
+ color: hsl(var(--badge-default-fg));
1385
+ }
1386
+ .lego-land .text-badge-destructive-fg {
1387
+ color: hsl(var(--badge-destructive-fg));
1388
+ }
1389
+ .lego-land .text-badge-neutral-fg {
1390
+ color: hsl(var(--badge-neutral-fg));
1391
+ }
1392
+ .lego-land .text-badge-success-fg {
1393
+ color: hsl(var(--badge-success-fg));
1394
+ }
1395
+ .lego-land .text-badge-warning-fg {
1396
+ color: hsl(var(--badge-warning-fg));
1397
+ }
1398
+ .lego-land .text-current {
1399
+ color: currentcolor;
1400
+ }
1401
+ .lego-land .text-destructive {
1402
+ color: hsl(var(--destructive));
1403
+ }
1404
+ .lego-land .text-destructive-foreground {
1405
+ color: hsl(var(--destructive-foreground));
1406
+ }
1407
+ .lego-land .text-foreground {
1408
+ color: hsl(var(--foreground));
1409
+ }
1410
+ .lego-land .text-green-500 {
1411
+ color: var(--color-green-500);
1412
+ }
1413
+ .lego-land .text-inherit {
1414
+ color: inherit;
1415
+ }
1416
+ .lego-land .text-muted-foreground {
1417
+ color: hsl(var(--muted-foreground));
1418
+ }
1419
+ .lego-land .text-primary {
1420
+ color: hsl(var(--primary));
1421
+ }
1422
+ .lego-land .text-primary-foreground {
1423
+ color: hsl(var(--primary-foreground));
1424
+ }
1425
+ .lego-land .text-secondary-foreground {
1426
+ color: hsl(var(--secondary-foreground));
1427
+ }
1428
+ .lego-land .text-success {
1429
+ color: hsl(var(--success));
1430
+ }
1431
+ .lego-land .text-white {
1432
+ color: var(--color-white);
1433
+ }
1434
+ .lego-land .uppercase {
1435
+ text-transform: uppercase;
1436
+ }
1437
+ .lego-land .opacity-0 {
1438
+ opacity: 0%;
1439
+ }
1440
+ .lego-land .opacity-40 {
1441
+ opacity: 40%;
1442
+ }
1443
+ .lego-land .opacity-50 {
1444
+ opacity: 50%;
1445
+ }
1446
+ .lego-land .opacity-100 {
1447
+ opacity: 100%;
1448
+ }
1449
+ .lego-land .shadow {
1450
+ --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));
1451
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1452
+ }
1453
+ .lego-land .shadow-\[0px_1px_2px_rgba\(0\,0\,0\,0\.1\)\] {
1454
+ --tw-shadow: 0px 1px 2px var(--tw-shadow-color, rgba(0,0,0,0.1));
1455
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1456
+ }
1457
+ .lego-land .shadow-\[0px_1px_3px_0px_rgba\(0\,0\,0\,0\.1\)\] {
1458
+ --tw-shadow: 0px 1px 3px 0px var(--tw-shadow-color, rgba(0,0,0,0.1));
1459
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1460
+ }
1461
+ .lego-land .shadow-lg {
1462
+ --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));
1463
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1464
+ }
1465
+ .lego-land .shadow-md {
1466
+ --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));
1467
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1468
+ }
1469
+ .lego-land .shadow-none {
1470
+ --tw-shadow: 0 0 #0000;
1471
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1472
+ }
1473
+ .lego-land .shadow-sm {
1474
+ --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));
1475
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1476
+ }
1477
+ .lego-land .ring {
1478
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1479
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1480
+ }
1481
+ .lego-land .ring-2 {
1482
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1483
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1484
+ }
1485
+ .lego-land .ring-background {
1486
+ --tw-ring-color: hsl(var(--background));
1487
+ }
1488
+ .lego-land .ring-offset-background {
1489
+ --tw-ring-offset-color: hsl(var(--background));
1490
+ }
1491
+ .lego-land .outline {
1492
+ outline-style: var(--tw-outline-style);
1493
+ outline-width: 1px;
1494
+ }
1495
+ .lego-land .filter {
1496
+ 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,);
1497
+ }
1498
+ .lego-land .transition-\[width\] {
1499
+ transition-property: width;
1500
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1501
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1502
+ }
1503
+ .lego-land .transition-colors {
1504
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
1505
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1506
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1507
+ }
1508
+ .lego-land .transition-opacity {
1509
+ transition-property: opacity;
1510
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1511
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1512
+ }
1513
+ .lego-land .transition-transform {
1514
+ transition-property: transform, translate, scale, rotate;
1515
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1516
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1517
+ }
1518
+ .lego-land .duration-200 {
1519
+ --tw-duration: 200ms;
1520
+ transition-duration: 200ms;
1521
+ }
1522
+ .lego-land .ease-in-out {
1523
+ --tw-ease: var(--ease-in-out);
1524
+ transition-timing-function: var(--ease-in-out);
1525
+ }
1526
+ .lego-land .ease-out {
1527
+ --tw-ease: var(--ease-out);
1528
+ transition-timing-function: var(--ease-out);
1529
+ }
1530
+ .lego-land .outline-none {
1531
+ --tw-outline-style: none;
1532
+ outline-style: none;
1533
+ }
1534
+ .lego-land .select-all {
1535
+ -webkit-user-select: all;
1536
+ -moz-user-select: all;
1537
+ user-select: all;
1538
+ }
1539
+ .lego-land .select-none {
1540
+ -webkit-user-select: none;
1541
+ -moz-user-select: none;
1542
+ user-select: none;
1543
+ }
1544
+ .lego-land .group-hover\:bg-\[var\(--hover-solid\)\] {
1545
+ .lego-land &:is(:where(.group):hover *) {
1546
+ @media (hover: hover) {
1547
+ background-color: var(--hover-solid);
1548
+ }
1549
+ }
1550
+ }
1551
+ .lego-land .group-hover\:text-destructive {
1552
+ .lego-land &:is(:where(.group):hover *) {
1553
+ @media (hover: hover) {
1554
+ color: hsl(var(--destructive));
1555
+ }
1556
+ }
1557
+ }
1558
+ .lego-land .group-hover\:opacity-100 {
1559
+ .lego-land &:is(:where(.group):hover *) {
1560
+ @media (hover: hover) {
1561
+ opacity: 100%;
1562
+ }
1563
+ }
1564
+ }
1565
+ .lego-land .group-data-\[placeholder\]\:text-muted-foreground {
1566
+ .lego-land &:is(:where(.group)[data-placeholder] *) {
1567
+ color: hsl(var(--muted-foreground));
1568
+ }
1569
+ }
1570
+ .lego-land .group-data-\[selected\=true\]\:bg-\[var\(--primary-selected\)\] {
1571
+ .lego-land &:is(:where(.group)[data-selected="true"] *) {
1572
+ background-color: var(--primary-selected);
1573
+ }
1574
+ }
1575
+ .lego-land .group-data-\[selected\=true\]\:group-hover\:bg-\[var\(--primary-selected\)\] {
1576
+ .lego-land &:is(:where(.group)[data-selected="true"] *) {
1577
+ .lego-land &:is(:where(.group):hover *) {
1578
+ @media (hover: hover) {
1579
+ background-color: var(--primary-selected);
1580
+ }
1581
+ }
1582
+ }
1583
+ }
1584
+ .lego-land .group-data-\[state\=open\]\:rotate-180 {
1585
+ .lego-land &:is(:where(.group)[data-state="open"] *) {
1586
+ rotate: 180deg;
1587
+ }
1588
+ }
1589
+ .lego-land .placeholder\:text-muted-foreground {
1590
+ .lego-land &::-moz-placeholder {
1591
+ color: hsl(var(--muted-foreground));
1592
+ }
1593
+ .lego-land &::placeholder {
1594
+ color: hsl(var(--muted-foreground));
1595
+ }
1596
+ }
1597
+ .lego-land .after\:pointer-events-none {
1598
+ .lego-land &::after {
1599
+ content: var(--tw-content);
1600
+ pointer-events: none;
1601
+ }
1602
+ }
1603
+ .lego-land .after\:absolute {
1604
+ .lego-land &::after {
1605
+ content: var(--tw-content);
1606
+ position: absolute;
1607
+ }
1608
+ }
1609
+ .lego-land .after\:inset-0 {
1610
+ .lego-land &::after {
1611
+ content: var(--tw-content);
1612
+ inset: calc(var(--spacing) * 0);
1613
+ }
1614
+ }
1615
+ .lego-land .after\:rounded-\[inherit\] {
1616
+ .lego-land &::after {
1617
+ content: var(--tw-content);
1618
+ border-radius: inherit;
1619
+ }
1620
+ }
1621
+ .lego-land .after\:bg-black\/10 {
1622
+ .lego-land &::after {
1623
+ content: var(--tw-content);
1624
+ background-color: color-mix(in srgb, #000 10%, transparent);
1625
+ @supports (color: color-mix(in lab, red, red)) {
1626
+ background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
1627
+ }
1628
+ }
1629
+ }
1630
+ .lego-land .after\:opacity-0 {
1631
+ .lego-land &::after {
1632
+ content: var(--tw-content);
1633
+ opacity: 0%;
1634
+ }
1635
+ }
1636
+ .lego-land .after\:transition-opacity {
1637
+ .lego-land &::after {
1638
+ content: var(--tw-content);
1639
+ transition-property: opacity;
1640
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1641
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1642
+ }
1643
+ }
1644
+ .lego-land .after\:content-\[\'\'\] {
1645
+ .lego-land &::after {
1646
+ --tw-content: '';
1647
+ content: var(--tw-content);
1648
+ }
1649
+ }
1650
+ .lego-land .last\:border-b-0 {
1651
+ .lego-land &:last-child {
1652
+ border-bottom-style: var(--tw-border-style);
1653
+ border-bottom-width: 0px;
1654
+ }
1655
+ }
1656
+ .lego-land .focus-within\:border-destructive {
1657
+ .lego-land &:focus-within {
1658
+ border-color: hsl(var(--destructive));
1659
+ }
1660
+ }
1661
+ .lego-land .focus-within\:border-primary {
1662
+ .lego-land &:focus-within {
1663
+ border-color: hsl(var(--primary));
1664
+ }
1665
+ }
1666
+ .lego-land .focus-within\:ring-destructive {
1667
+ .lego-land &:focus-within {
1668
+ --tw-ring-color: hsl(var(--destructive));
1669
+ }
1670
+ }
1671
+ .lego-land .hover\:border-foreground {
1672
+ .lego-land &:hover {
1673
+ @media (hover: hover) {
1674
+ border-color: hsl(var(--foreground));
1675
+ }
1676
+ }
1677
+ }
1678
+ .lego-land .hover\:bg-\[var\(--hover\)\] {
1679
+ .lego-land &:hover {
1680
+ @media (hover: hover) {
1681
+ background-color: var(--hover);
1682
+ }
1683
+ }
1684
+ }
1685
+ .lego-land .hover\:bg-foreground\/5 {
1686
+ .lego-land &:hover {
1687
+ @media (hover: hover) {
1688
+ background-color: hsl(var(--foreground));
1689
+ @supports (color: color-mix(in lab, red, red)) {
1690
+ background-color: color-mix(in oklab, hsl(var(--foreground)) 5%, transparent);
1691
+ }
1692
+ }
1693
+ }
1694
+ }
1695
+ .lego-land .hover\:bg-foreground\/10 {
1696
+ .lego-land &:hover {
1697
+ @media (hover: hover) {
1698
+ background-color: hsl(var(--foreground));
1699
+ @supports (color: color-mix(in lab, red, red)) {
1700
+ background-color: color-mix(in oklab, hsl(var(--foreground)) 10%, transparent);
1701
+ }
1702
+ }
1703
+ }
1704
+ }
1705
+ .lego-land .hover\:bg-input {
1706
+ .lego-land &:hover {
1707
+ @media (hover: hover) {
1708
+ background-color: hsl(var(--input));
1709
+ }
1710
+ }
1711
+ }
1712
+ .lego-land .hover\:bg-muted {
1713
+ .lego-land &:hover {
1714
+ @media (hover: hover) {
1715
+ background-color: hsl(var(--muted));
1716
+ }
1717
+ }
1718
+ }
1719
+ .lego-land .hover\:bg-muted\/80 {
1720
+ .lego-land &:hover {
1721
+ @media (hover: hover) {
1722
+ background-color: hsl(var(--muted));
1723
+ @supports (color: color-mix(in lab, red, red)) {
1724
+ background-color: color-mix(in oklab, hsl(var(--muted)) 80%, transparent);
1725
+ }
1726
+ }
1727
+ }
1728
+ }
1729
+ .lego-land .hover\:bg-secondary {
1730
+ .lego-land &:hover {
1731
+ @media (hover: hover) {
1732
+ background-color: hsl(var(--secondary));
1733
+ }
1734
+ }
1735
+ }
1736
+ .lego-land .hover\:text-destructive {
1737
+ .lego-land &:hover {
1738
+ @media (hover: hover) {
1739
+ color: hsl(var(--destructive));
1740
+ }
1741
+ }
1742
+ }
1743
+ .lego-land .hover\:text-foreground {
1744
+ .lego-land &:hover {
1745
+ @media (hover: hover) {
1746
+ color: hsl(var(--foreground));
1747
+ }
1748
+ }
1749
+ }
1750
+ .lego-land .hover\:\[background\:linear-gradient\(0deg\,var\(--hover\)_0\%\,var\(--hover\)_100\%\)\,var\(--filter-input\)\] {
1751
+ .lego-land &:hover {
1752
+ @media (hover: hover) {
1753
+ background: linear-gradient(0deg,var(--hover) 0%,var(--hover) 100%),var(--filter-input);
1754
+ }
1755
+ }
1756
+ }
1757
+ .lego-land .hover\:after\:opacity-100 {
1758
+ .lego-land &:hover {
1759
+ @media (hover: hover) {
1760
+ &::after {
1761
+ content: var(--tw-content);
1762
+ opacity: 100%;
1763
+ }
1764
+ }
1765
+ }
1766
+ }
1767
+ .lego-land .focus-visible\:border-primary {
1768
+ .lego-land &:focus-visible {
1769
+ border-color: hsl(var(--primary));
1770
+ }
1771
+ }
1772
+ .lego-land .focus-visible\:bg-foreground\/10 {
1773
+ .lego-land &:focus-visible {
1774
+ background-color: hsl(var(--foreground));
1775
+ @supports (color: color-mix(in lab, red, red)) {
1776
+ background-color: color-mix(in oklab, hsl(var(--foreground)) 10%, transparent);
1777
+ }
1778
+ }
1779
+ }
1780
+ .lego-land .focus-visible\:ring-2 {
1781
+ .lego-land &:focus-visible {
1782
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1783
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1784
+ }
1785
+ }
1786
+ .lego-land .focus-visible\:ring-ring {
1787
+ .lego-land &:focus-visible {
1788
+ --tw-ring-color: hsl(var(--ring));
1789
+ }
1790
+ }
1791
+ .lego-land .focus-visible\:ring-offset-2 {
1792
+ .lego-land &:focus-visible {
1793
+ --tw-ring-offset-width: 2px;
1794
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1795
+ }
1796
+ }
1797
+ .lego-land .focus-visible\:ring-offset-background {
1798
+ .lego-land &:focus-visible {
1799
+ --tw-ring-offset-color: hsl(var(--background));
1800
+ }
1801
+ }
1802
+ .lego-land .focus-visible\:outline-none {
1803
+ .lego-land &:focus-visible {
1804
+ --tw-outline-style: none;
1805
+ outline-style: none;
1806
+ }
1807
+ }
1808
+ .lego-land .active\:cursor-grabbing {
1809
+ .lego-land &:active {
1810
+ cursor: grabbing;
1811
+ }
1812
+ }
1813
+ .lego-land .active\:bg-input {
1814
+ .lego-land &:active {
1815
+ background-color: hsl(var(--input));
1816
+ }
1817
+ }
1818
+ .lego-land .disabled\:pointer-events-none {
1819
+ .lego-land &:disabled {
1820
+ pointer-events: none;
1821
+ }
1822
+ }
1823
+ .lego-land .disabled\:cursor-not-allowed {
1824
+ .lego-land &:disabled {
1825
+ cursor: not-allowed;
1826
+ }
1827
+ }
1828
+ .lego-land .disabled\:bg-disabled {
1829
+ .lego-land &:disabled {
1830
+ background-color: hsl(var(--disabled));
1831
+ }
1832
+ }
1833
+ .lego-land .disabled\:text-disabled {
1834
+ .lego-land &:disabled {
1835
+ color: hsl(var(--disabled));
1836
+ }
1837
+ }
1838
+ .lego-land .disabled\:text-muted-foreground {
1839
+ .lego-land &:disabled {
1840
+ color: hsl(var(--muted-foreground));
1841
+ }
1842
+ }
1843
+ .lego-land .disabled\:text-primary-foreground {
1844
+ .lego-land &:disabled {
1845
+ color: hsl(var(--primary-foreground));
1846
+ }
1847
+ }
1848
+ .lego-land .disabled\:opacity-50 {
1849
+ .lego-land &:disabled {
1850
+ opacity: 50%;
1851
+ }
1852
+ }
1853
+ .lego-land .disabled\:opacity-100 {
1854
+ .lego-land &:disabled {
1855
+ opacity: 100%;
1856
+ }
1857
+ }
1858
+ .lego-land .data-\[side\=bottom\]\:rounded-t-none {
1859
+ .lego-land &[data-side="bottom"] {
1860
+ border-top-left-radius: 0;
1861
+ border-top-right-radius: 0;
1862
+ }
1863
+ }
1864
+ .lego-land .data-\[state\=checked\]\:translate-x-5 {
1865
+ .lego-land &[data-state="checked"] {
1866
+ --tw-translate-x: calc(var(--spacing) * 5);
1867
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1868
+ }
1869
+ }
1870
+ .lego-land .data-\[state\=checked\]\:translate-x-\[10px\] {
1871
+ .lego-land &[data-state="checked"] {
1872
+ --tw-translate-x: 10px;
1873
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1874
+ }
1875
+ }
1876
+ .lego-land .data-\[state\=checked\]\:border-primary {
1877
+ .lego-land &[data-state="checked"] {
1878
+ border-color: hsl(var(--primary));
1879
+ }
1880
+ }
1881
+ .lego-land .data-\[state\=checked\]\:bg-foreground\/10 {
1882
+ .lego-land &[data-state="checked"] {
1883
+ background-color: hsl(var(--foreground));
1884
+ @supports (color: color-mix(in lab, red, red)) {
1885
+ background-color: color-mix(in oklab, hsl(var(--foreground)) 10%, transparent);
1886
+ }
1887
+ }
1888
+ }
1889
+ .lego-land .data-\[state\=checked\]\:bg-primary {
1890
+ .lego-land &[data-state="checked"] {
1891
+ background-color: hsl(var(--primary));
1892
+ }
1893
+ }
1894
+ .lego-land .data-\[state\=checked\]\:bg-primary-foreground {
1895
+ .lego-land &[data-state="checked"] {
1896
+ background-color: hsl(var(--primary-foreground));
1897
+ }
1898
+ }
1899
+ .lego-land .data-\[state\=closed\]\:hidden {
1900
+ .lego-land &[data-state="closed"] {
1901
+ display: none;
1902
+ }
1903
+ }
1904
+ .lego-land .data-\[state\=open\]\:rounded-b-none {
1905
+ .lego-land &[data-state="open"] {
1906
+ border-bottom-right-radius: 0;
1907
+ border-bottom-left-radius: 0;
1908
+ }
1909
+ }
1910
+ .lego-land .data-\[state\=open\]\:border {
1911
+ .lego-land &[data-state="open"] {
1912
+ border-style: var(--tw-border-style);
1913
+ border-width: 1px;
1914
+ }
1915
+ }
1916
+ .lego-land .data-\[state\=open\]\:border-primary {
1917
+ .lego-land &[data-state="open"] {
1918
+ border-color: hsl(var(--primary));
1919
+ }
1920
+ }
1921
+ .lego-land .data-\[state\=unchecked\]\:translate-x-0 {
1922
+ .lego-land &[data-state="unchecked"] {
1923
+ --tw-translate-x: calc(var(--spacing) * 0);
1924
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1925
+ }
1926
+ }
1927
+ .lego-land .data-\[state\=unchecked\]\:bg-card {
1928
+ .lego-land &[data-state="unchecked"] {
1929
+ background-color: hsl(var(--card));
1930
+ }
1931
+ }
1932
+ .lego-land .data-\[state\=unchecked\]\:bg-switch-track {
1933
+ .lego-land &[data-state="unchecked"] {
1934
+ background-color: hsl(var(--switch-track));
1935
+ }
1936
+ }
1937
+ .lego-land .sm\:flex-row {
1938
+ @media (width >= 40rem) {
1939
+ flex-direction: row;
1940
+ }
1941
+ }
1942
+ .lego-land .\[\&_\.rdp-day_button\]\:rounded-\[var\(--rounded-sm\,4px\)\] {
1943
+ .lego-land & .rdp-day button {
1944
+ border-radius: var(--rounded-sm,4px);
1945
+ }
1946
+ }
1947
+ .lego-land .\[\&\:\:-moz-calendar-picker-indicator\]\:hidden {
1948
+ .lego-land &::-moz-calendar-picker-indicator {
1949
+ display: none;
1950
+ }
1951
+ }
1952
+ .lego-land .\[\&\:\:-webkit-calendar-picker-indicator\]\:hidden {
1953
+ .lego-land &::-webkit-calendar-picker-indicator {
1954
+ display: none;
1955
+ }
1956
+ }
1957
+ .lego-land .\[\&\:\:-webkit-calendar-picker-indicator\]\:appearance-none {
1958
+ .lego-land &::-webkit-calendar-picker-indicator {
1959
+ -webkit-appearance: none;
1960
+ appearance: none;
1961
+ }
1962
+ }
1963
+ .lego-land .\[\&\:\:-webkit-inner-spin-button\]\:hidden {
1964
+ .lego-land &::-webkit-inner-spin-button {
1965
+ display: none;
1966
+ }
1967
+ }
1968
+ .lego-land .\[\&\:\:-webkit-inner-spin-button\]\:appearance-none {
1969
+ .lego-land &::-webkit-inner-spin-button {
1970
+ -webkit-appearance: none;
1971
+ appearance: none;
1972
+ }
1973
+ }
1974
+ .lego-land .\[\&\>svg\]\:size-3 {
1975
+ .lego-land &>svg {
1976
+ width: calc(var(--spacing) * 3);
1977
+ height: calc(var(--spacing) * 3);
1978
+ }
1979
+ }
1980
+ .lego-land .\[\&\>svg\]\:size-4 {
1981
+ .lego-land &>svg {
1982
+ width: calc(var(--spacing) * 4);
1983
+ height: calc(var(--spacing) * 4);
1984
+ }
1985
+ }
1986
+ .lego-land .\[\&\>svg\]\:size-5 {
1987
+ .lego-land &>svg {
1988
+ width: calc(var(--spacing) * 5);
1989
+ height: calc(var(--spacing) * 5);
1990
+ }
1991
+ }
1992
+ .lego-land .\[\&\>svg\]\:h-3 {
1993
+ .lego-land &>svg {
1994
+ height: calc(var(--spacing) * 3);
1995
+ }
1996
+ }
1997
+ .lego-land .\[\&\>svg\]\:h-5 {
1998
+ .lego-land &>svg {
1999
+ height: calc(var(--spacing) * 5);
2000
+ }
2001
+ }
2002
+ .lego-land .\[\&\>svg\]\:h-6 {
2003
+ .lego-land &>svg {
2004
+ height: calc(var(--spacing) * 6);
2005
+ }
2006
+ }
2007
+ .lego-land .\[\&\>svg\]\:w-3 {
2008
+ .lego-land &>svg {
2009
+ width: calc(var(--spacing) * 3);
2010
+ }
2011
+ }
2012
+ .lego-land .\[\&\>svg\]\:w-5 {
2013
+ .lego-land &>svg {
2014
+ width: calc(var(--spacing) * 5);
2015
+ }
2016
+ }
2017
+ .lego-land .\[\&\>svg\]\:w-6 {
2018
+ .lego-land &>svg {
2019
+ width: calc(var(--spacing) * 6);
2020
+ }
2021
+ }
2022
+ .lego-land .\[\&\[data-state\=open\]\>div\>svg\]\:rotate-180 {
2023
+ .lego-land &[data-state=open]>div>svg {
2024
+ rotate: 180deg;
2025
+ }
2026
+ }
2027
+ }
2028
+ .lego-land .rdp-root {
2029
+ --rdp-accent-color: blue;
2030
+ --rdp-accent-background-color: #f0f0ff;
2031
+ --rdp-day-height: 44px;
2032
+ --rdp-day-width: 44px;
2033
+ --rdp-day_button-border-radius: 100%;
2034
+ --rdp-day_button-border: 2px solid transparent;
2035
+ --rdp-day_button-height: 42px;
2036
+ --rdp-day_button-width: 42px;
2037
+ --rdp-selected-border: 2px solid var(--rdp-accent-color);
2038
+ --rdp-disabled-opacity: 0.5;
2039
+ --rdp-outside-opacity: 0.75;
2040
+ --rdp-today-color: var(--rdp-accent-color);
2041
+ --rdp-dropdown-gap: 0.5rem;
2042
+ --rdp-months-gap: 2rem;
2043
+ --rdp-nav_button-disabled-opacity: 0.5;
2044
+ --rdp-nav_button-height: 2.25rem;
2045
+ --rdp-nav_button-width: 2.25rem;
2046
+ --rdp-nav-height: 2.75rem;
2047
+ --rdp-range_middle-background-color: var(--rdp-accent-background-color);
2048
+ --rdp-range_middle-color: inherit;
2049
+ --rdp-range_start-color: white;
2050
+ --rdp-range_start-background: linear-gradient(
2051
+ var(--rdp-gradient-direction),
2052
+ transparent 50%,
2053
+ var(--rdp-range_middle-background-color) 50%
2054
+ );
2055
+ --rdp-range_start-date-background-color: var(--rdp-accent-color);
2056
+ --rdp-range_end-background: linear-gradient(
2057
+ var(--rdp-gradient-direction),
2058
+ var(--rdp-range_middle-background-color) 50%,
2059
+ transparent 50%
2060
+ );
2061
+ --rdp-range_end-color: white;
2062
+ --rdp-range_end-date-background-color: var(--rdp-accent-color);
2063
+ --rdp-week_number-border-radius: 100%;
2064
+ --rdp-week_number-border: 2px solid transparent;
2065
+ --rdp-week_number-height: var(--rdp-day-height);
2066
+ --rdp-week_number-opacity: 0.75;
2067
+ --rdp-week_number-width: var(--rdp-day-width);
2068
+ --rdp-weeknumber-text-align: center;
2069
+ --rdp-weekday-opacity: 0.75;
2070
+ --rdp-weekday-padding: 0.5rem 0rem;
2071
+ --rdp-weekday-text-align: center;
2072
+ --rdp-gradient-direction: 90deg;
2073
+ --rdp-animation_duration: 0.3s;
2074
+ --rdp-animation_timing: cubic-bezier(0.4, 0, 0.2, 1);
2075
+ }
2076
+ .lego-land .rdp-root[dir="rtl"] {
2077
+ --rdp-gradient-direction: -90deg;
2078
+ }
2079
+ .lego-land .rdp-root[data-broadcast-calendar="true"] {
2080
+ --rdp-outside-opacity: unset;
2081
+ }
2082
+ .lego-land .rdp-root {
2083
+ position: relative;
2084
+ box-sizing: border-box;
2085
+ }
2086
+ .lego-land .rdp-root * {
2087
+ box-sizing: border-box;
2088
+ }
2089
+ .lego-land .rdp-day {
2090
+ width: var(--rdp-day-width);
2091
+ height: var(--rdp-day-height);
2092
+ text-align: center;
2093
+ }
2094
+ .lego-land .rdp-day_button {
2095
+ background: none;
2096
+ padding: 0;
2097
+ margin: 0;
2098
+ cursor: pointer;
2099
+ font: inherit;
2100
+ color: inherit;
2101
+ justify-content: center;
2102
+ align-items: center;
2103
+ display: flex;
2104
+ width: var(--rdp-day_button-width);
2105
+ height: var(--rdp-day_button-height);
2106
+ border: var(--rdp-day_button-border);
2107
+ border-radius: var(--rdp-day_button-border-radius);
2108
+ }
2109
+ .lego-land .rdp-day_button:disabled {
2110
+ cursor: revert;
2111
+ }
2112
+ .lego-land .rdp-caption_label {
2113
+ z-index: 1;
2114
+ position: relative;
2115
+ display: inline-flex;
2116
+ align-items: center;
2117
+ white-space: nowrap;
2118
+ border: 0;
2119
+ }
2120
+ .lego-land .rdp-dropdown:focus-visible ~ .rdp-caption_label {
2121
+ outline: 5px auto Highlight;
2122
+ outline: 5px auto -webkit-focus-ring-color;
2123
+ }
2124
+ .lego-land .rdp-button_next, .lego-land .rdp-button_previous {
2125
+ border: none;
2126
+ background: none;
2127
+ padding: 0;
2128
+ margin: 0;
2129
+ cursor: pointer;
2130
+ font: inherit;
2131
+ color: inherit;
2132
+ -moz-appearance: none;
2133
+ -webkit-appearance: none;
2134
+ display: inline-flex;
2135
+ align-items: center;
2136
+ justify-content: center;
2137
+ position: relative;
2138
+ appearance: none;
2139
+ width: var(--rdp-nav_button-width);
2140
+ height: var(--rdp-nav_button-height);
2141
+ }
2142
+ .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"] {
2143
+ cursor: revert;
2144
+ opacity: var(--rdp-nav_button-disabled-opacity);
2145
+ }
2146
+ .lego-land .rdp-chevron {
2147
+ display: inline-block;
2148
+ fill: var(--rdp-accent-color);
2149
+ }
2150
+ .lego-land .rdp-root[dir="rtl"] .rdp-nav .rdp-chevron {
2151
+ transform: rotate(180deg);
2152
+ transform-origin: 50%;
2153
+ }
2154
+ .lego-land .rdp-dropdowns {
2155
+ position: relative;
2156
+ display: inline-flex;
2157
+ align-items: center;
2158
+ gap: var(--rdp-dropdown-gap);
2159
+ }
2160
+ .lego-land .rdp-dropdown {
2161
+ z-index: 2;
2162
+ opacity: 0;
2163
+ -webkit-appearance: none;
2164
+ -moz-appearance: none;
2165
+ appearance: none;
2166
+ position: absolute;
2167
+ inset-block-start: 0;
2168
+ inset-block-end: 0;
2169
+ inset-inline-start: 0;
2170
+ width: 100%;
2171
+ margin: 0;
2172
+ padding: 0;
2173
+ cursor: inherit;
2174
+ border: none;
2175
+ line-height: inherit;
2176
+ }
2177
+ .lego-land .rdp-dropdown_root {
2178
+ position: relative;
2179
+ display: inline-flex;
2180
+ align-items: center;
2181
+ }
2182
+ .lego-land .rdp-dropdown_root[data-disabled="true"] .rdp-chevron {
2183
+ opacity: var(--rdp-disabled-opacity);
2184
+ }
2185
+ .lego-land .rdp-month_caption {
2186
+ display: flex;
2187
+ align-content: center;
2188
+ height: var(--rdp-nav-height);
2189
+ font-weight: bold;
2190
+ font-size: large;
2191
+ }
2192
+ .lego-land .rdp-root[data-nav-layout="around"] .rdp-month, .lego-land .rdp-root[data-nav-layout="after"] .rdp-month {
2193
+ position: relative;
2194
+ }
2195
+ .lego-land .rdp-root[data-nav-layout="around"] .rdp-month_caption {
2196
+ justify-content: center;
2197
+ margin-inline-start: var(--rdp-nav_button-width);
2198
+ margin-inline-end: var(--rdp-nav_button-width);
2199
+ position: relative;
2200
+ }
2201
+ .lego-land .rdp-root[data-nav-layout="around"] .rdp-button_previous {
2202
+ position: absolute;
2203
+ inset-inline-start: 0;
2204
+ top: 0;
2205
+ height: var(--rdp-nav-height);
2206
+ display: inline-flex;
2207
+ }
2208
+ .lego-land .rdp-root[data-nav-layout="around"] .rdp-button_next {
2209
+ position: absolute;
2210
+ inset-inline-end: 0;
2211
+ top: 0;
2212
+ height: var(--rdp-nav-height);
2213
+ display: inline-flex;
2214
+ justify-content: center;
2215
+ }
2216
+ .lego-land .rdp-months {
2217
+ position: relative;
2218
+ display: flex;
2219
+ flex-wrap: wrap;
2220
+ gap: var(--rdp-months-gap);
2221
+ max-width: -moz-fit-content;
2222
+ max-width: fit-content;
2223
+ }
2224
+ .lego-land .rdp-month_grid {
2225
+ border-collapse: collapse;
2226
+ }
2227
+ .lego-land .rdp-nav {
2228
+ position: absolute;
2229
+ inset-block-start: 0;
2230
+ inset-inline-end: 0;
2231
+ display: flex;
2232
+ align-items: center;
2233
+ height: var(--rdp-nav-height);
2234
+ }
2235
+ .lego-land .rdp-weekday {
2236
+ opacity: var(--rdp-weekday-opacity);
2237
+ padding: var(--rdp-weekday-padding);
2238
+ font-weight: 500;
2239
+ font-size: smaller;
2240
+ text-align: var(--rdp-weekday-text-align);
2241
+ text-transform: var(--rdp-weekday-text-transform);
2242
+ }
2243
+ .lego-land .rdp-week_number {
2244
+ opacity: var(--rdp-week_number-opacity);
2245
+ font-weight: 400;
2246
+ font-size: small;
2247
+ height: var(--rdp-week_number-height);
2248
+ width: var(--rdp-week_number-width);
2249
+ border: var(--rdp-week_number-border);
2250
+ border-radius: var(--rdp-week_number-border-radius);
2251
+ text-align: var(--rdp-weeknumber-text-align);
2252
+ }
2253
+ .lego-land .rdp-today:not(.rdp-outside) {
2254
+ color: var(--rdp-today-color);
2255
+ }
2256
+ .lego-land .rdp-selected {
2257
+ font-weight: bold;
2258
+ font-size: large;
2259
+ }
2260
+ .lego-land .rdp-selected .rdp-day_button {
2261
+ border: var(--rdp-selected-border);
2262
+ }
2263
+ .lego-land .rdp-outside {
2264
+ opacity: var(--rdp-outside-opacity);
2265
+ }
2266
+ .lego-land .rdp-disabled:not(.rdp-selected) {
2267
+ opacity: var(--rdp-disabled-opacity);
2268
+ }
2269
+ .lego-land .rdp-hidden {
2270
+ visibility: hidden;
2271
+ color: var(--rdp-range_start-color);
2272
+ }
2273
+ .lego-land .rdp-range_start {
2274
+ background: var(--rdp-range_start-background);
2275
+ }
2276
+ .lego-land .rdp-range_start .rdp-day_button {
2277
+ background-color: var(--rdp-range_start-date-background-color);
2278
+ color: var(--rdp-range_start-color);
2279
+ }
2280
+ .lego-land .rdp-range_middle {
2281
+ background-color: var(--rdp-range_middle-background-color);
2282
+ }
2283
+ .lego-land .rdp-range_middle .rdp-day_button {
2284
+ border: unset;
2285
+ border-radius: unset;
2286
+ color: var(--rdp-range_middle-color);
2287
+ }
2288
+ .lego-land .rdp-range_end {
2289
+ background: var(--rdp-range_end-background);
2290
+ color: var(--rdp-range_end-color);
2291
+ }
2292
+ .lego-land .rdp-range_end .rdp-day_button {
2293
+ color: var(--rdp-range_start-color);
2294
+ background-color: var(--rdp-range_end-date-background-color);
2295
+ }
2296
+ .lego-land .rdp-range_start.rdp-range_end {
2297
+ background: revert;
2298
+ }
2299
+ .lego-land .rdp-focusable {
2300
+ cursor: pointer;
2301
+ }
2302
+ @keyframes rdp-slide_in_left {
2303
+ 0% {
2304
+ transform: translateX(-100%);
2305
+ }
2306
+ 100% {
2307
+ transform: translateX(0);
2308
+ }
2309
+ }
2310
+ @keyframes rdp-slide_in_right {
2311
+ 0% {
2312
+ transform: translateX(100%);
2313
+ }
2314
+ 100% {
2315
+ transform: translateX(0);
2316
+ }
2317
+ }
2318
+ @keyframes rdp-slide_out_left {
2319
+ 0% {
2320
+ transform: translateX(0);
2321
+ }
2322
+ 100% {
2323
+ transform: translateX(-100%);
2324
+ }
2325
+ }
2326
+ @keyframes rdp-slide_out_right {
2327
+ 0% {
2328
+ transform: translateX(0);
2329
+ }
2330
+ 100% {
2331
+ transform: translateX(100%);
2332
+ }
2333
+ }
2334
+ .lego-land .rdp-weeks_before_enter {
2335
+ animation: rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
2336
+ }
2337
+ .lego-land .rdp-weeks_before_exit {
2338
+ animation: rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
2339
+ }
2340
+ .lego-land .rdp-weeks_after_enter {
2341
+ animation: rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
2342
+ }
2343
+ .lego-land .rdp-weeks_after_exit {
2344
+ animation: rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
2345
+ }
2346
+ .lego-land .rdp-root[dir="rtl"] .rdp-weeks_after_enter {
2347
+ animation: rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
2348
+ }
2349
+ .lego-land .rdp-root[dir="rtl"] .rdp-weeks_before_exit {
2350
+ animation: rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
2351
+ }
2352
+ .lego-land .rdp-root[dir="rtl"] .rdp-weeks_before_enter {
2353
+ animation: rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
2354
+ }
2355
+ .lego-land .rdp-root[dir="rtl"] .rdp-weeks_after_exit {
2356
+ animation: rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
2357
+ }
2358
+ @keyframes rdp-fade_in {
2359
+ from {
2360
+ opacity: 0;
2361
+ }
2362
+ to {
2363
+ opacity: 1;
2364
+ }
2365
+ }
2366
+ @keyframes rdp-fade_out {
2367
+ from {
2368
+ opacity: 1;
2369
+ }
2370
+ to {
2371
+ opacity: 0;
2372
+ }
2373
+ }
2374
+ .lego-land .rdp-caption_after_enter {
2375
+ animation: rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
2376
+ }
2377
+ .lego-land .rdp-caption_after_exit {
2378
+ animation: rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
2379
+ }
2380
+ .lego-land .rdp-caption_before_enter {
2381
+ animation: rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
2382
+ }
2383
+ .lego-land .rdp-caption_before_exit {
2384
+ animation: rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
2385
+ }
2386
+ .lego-land {
2387
+ --background: 0 0% 100%;
2388
+ --foreground: 222.2 84% 4.9%;
2389
+ --card: 0 0% 100%;
2390
+ --card-foreground: 222.2 84% 4.9%;
2391
+ --popover: 0 0% 100%;
2392
+ --popover-foreground: 222.2 84% 4.9%;
2393
+ --primary: 222.2 47.4% 11.2%;
2394
+ --primary-foreground: 210 40% 98%;
2395
+ --secondary: 210 40% 96.1%;
2396
+ --secondary-foreground: 222.2 47.4% 11.2%;
2397
+ --muted: 210 40% 96.1%;
2398
+ --muted-foreground: 215.4 16.3% 46.9%;
2399
+ --accent: 210 40% 96.1%;
2400
+ --accent-foreground: 222.2 47.4% 11.2%;
2401
+ --destructive: 0 84% 60%;
2402
+ --destructive-foreground: 210 40% 98%;
2403
+ --warning: 43 96% 89%;
2404
+ --warning-foreground: 25 95% 27%;
2405
+ --badge-default-bg: 204 100% 97%;
2406
+ --badge-default-fg: 199 95% 32%;
2407
+ --badge-success-bg: 152 81% 96%;
2408
+ --badge-success-fg: 160 84% 27%;
2409
+ --badge-warning-bg: 48 96% 89%;
2410
+ --badge-warning-fg: 32 95% 31%;
2411
+ --badge-neutral-bg: 0 0% 90%;
2412
+ --badge-neutral-fg: 0 0% 32%;
2413
+ --badge-destructive-bg: 0 86% 97%;
2414
+ --badge-destructive-fg: 0 72% 41%;
2415
+ --border: 214.3 31.8% 91.4%;
2416
+ --input: 214.3 31.8% 91.4%;
2417
+ --ring: 222.2 84% 4.9%;
2418
+ --primary10: #1d488519;
2419
+ --date-picker-circle: #3d6aa8;
2420
+ --radius: 0.5rem;
2421
+ --rounded-sm: 4px;
2422
+ --rounded-md: 6px;
2423
+ --radius-md: 8px;
2424
+ --rounded-2xl: 16px;
2425
+ --rounded-full: 9999px;
2426
+ --input-radius: 16px;
2427
+ --input-height: 48px;
2428
+ --input-height-large: 64px;
2429
+ --input-padding-horizontal: 16px;
2430
+ --spacing-pl-2: 8px;
2431
+ --spacing-pr-3: 12px;
2432
+ --spacing-py-1: 4px;
2433
+ --spacing-py-1-5: 6px;
2434
+ --spacing-gap-1: 4px;
2435
+ --spacing-gap-2: 8px;
2436
+ --spacing-gap-4: 16px;
2437
+ --filter-input: #fff;
2438
+ }
2439
+ .lego-land .rdp-root {
2440
+ --rdp-accent-color: hsl(var(--foreground));
2441
+ --rdp-accent-background-color: hsl(var(--muted));
2442
+ --rdp-today-color: hsl(var(--primary));
2443
+ --rdp-range_middle-background-color: var(--primary10);
2444
+ --rdp-range_middle-color: inherit;
2445
+ --rdp-range_start-date-background-color: hsl(var(--primary));
2446
+ --rdp-range_end-date-background-color: hsl(var(--primary));
2447
+ --rdp-range_start-color: hsl(var(--primary-foreground));
2448
+ --rdp-range_end-color: hsl(var(--primary-foreground));
2449
+ --rdp-day-height: 32px;
2450
+ --rdp-day-width: 32px;
2451
+ --rdp-day_button-height: 30px;
2452
+ --rdp-day_button-width: 30px;
2453
+ --rdp-months-gap: 1rem;
2454
+ --rdp-weekday-padding: 0.25rem 0;
2455
+ --rdp-dropdown-gap: 0.25rem;
2456
+ --rdp-nav_button-height: 1.75rem;
2457
+ --rdp-nav_button-width: 1.75rem;
2458
+ --rdp-nav-height: 2rem;
2459
+ }
2460
+ .lego-land .rdp-root {
2461
+ font-size: 12px;
2462
+ line-height: 1rem;
2463
+ }
2464
+ .lego-land .rdp-root,
2465
+ .lego-land .rdp-root .rdp-day_button,
2466
+ .lego-land .rdp-root .rdp-caption_label,
2467
+ .lego-land .rdp-root .rdp-weekday {
2468
+ color: hsl(var(--foreground));
2469
+ }
2470
+ .lego-land .rdp-root .rdp-caption_label,
2471
+ .lego-land .rdp-root select.rdp-dropdown {
2472
+ color: hsl(var(--foreground));
2473
+ }
2474
+ .lego-land .rdp-root .rdp-button_previous,
2475
+ .lego-land .rdp-root .rdp-button_next,
2476
+ .lego-land .rdp-root .rdp-chevron {
2477
+ color: hsl(var(--foreground));
2478
+ height: 16px;
2479
+ width: 16px;
2480
+ }
2481
+ .lego-land .rdp-root .rdp-outside .rdp-day_button {
2482
+ color: hsl(var(--muted-foreground));
2483
+ }
2484
+ .lego-land .rdp-root .rdp-month_caption {
2485
+ font-size: 12px;
2486
+ font-weight: 600;
2487
+ }
2488
+ .lego-land .rdp-root .rdp-selected {
2489
+ font-size: 12px;
2490
+ }
2491
+ .lego-land .rdp-root .rdp-range_start .rdp-day_button,
2492
+ .lego-land .rdp-root .rdp-range_end .rdp-day_button {
2493
+ border-radius: var(--radius-md, 8px) !important;
2494
+ border: none !important;
2495
+ background-color: hsl(var(--primary)) !important;
2496
+ color: hsl(var(--primary-foreground)) !important;
2497
+ font-weight: 400;
2498
+ }
2499
+ .lego-land .rdp-root .rdp-range_middle .rdp-day_button {
2500
+ font-weight: 400;
2501
+ }
2502
+ @layer base {
2503
+ .lego-land * {
2504
+ border-color: hsl(var(--border));
2505
+ }
2506
+ }
2507
+ @property --tw-space-y-reverse {
2508
+ syntax: "*";
2509
+ inherits: false;
2510
+ initial-value: 0;
2511
+ }
2512
+ @property --tw-space-x-reverse {
2513
+ syntax: "*";
2514
+ inherits: false;
2515
+ initial-value: 0;
2516
+ }
2517
+ @property --tw-border-style {
2518
+ syntax: "*";
2519
+ inherits: false;
2520
+ initial-value: solid;
2521
+ }
2522
+ @property --tw-leading {
2523
+ syntax: "*";
2524
+ inherits: false;
2525
+ }
2526
+ @property --tw-font-weight {
2527
+ syntax: "*";
2528
+ inherits: false;
2529
+ }
2530
+ @property --tw-tracking {
2531
+ syntax: "*";
2532
+ inherits: false;
2533
+ }
2534
+ @property --tw-shadow {
2535
+ syntax: "*";
2536
+ inherits: false;
2537
+ initial-value: 0 0 #0000;
2538
+ }
2539
+ @property --tw-shadow-color {
2540
+ syntax: "*";
2541
+ inherits: false;
2542
+ }
2543
+ @property --tw-shadow-alpha {
2544
+ syntax: "<percentage>";
2545
+ inherits: false;
2546
+ initial-value: 100%;
2547
+ }
2548
+ @property --tw-inset-shadow {
2549
+ syntax: "*";
2550
+ inherits: false;
2551
+ initial-value: 0 0 #0000;
2552
+ }
2553
+ @property --tw-inset-shadow-color {
2554
+ syntax: "*";
2555
+ inherits: false;
2556
+ }
2557
+ @property --tw-inset-shadow-alpha {
2558
+ syntax: "<percentage>";
2559
+ inherits: false;
2560
+ initial-value: 100%;
2561
+ }
2562
+ @property --tw-ring-color {
2563
+ syntax: "*";
2564
+ inherits: false;
2565
+ }
2566
+ @property --tw-ring-shadow {
2567
+ syntax: "*";
2568
+ inherits: false;
2569
+ initial-value: 0 0 #0000;
2570
+ }
2571
+ @property --tw-inset-ring-color {
2572
+ syntax: "*";
2573
+ inherits: false;
2574
+ }
2575
+ @property --tw-inset-ring-shadow {
2576
+ syntax: "*";
2577
+ inherits: false;
2578
+ initial-value: 0 0 #0000;
2579
+ }
2580
+ @property --tw-ring-inset {
2581
+ syntax: "*";
2582
+ inherits: false;
2583
+ }
2584
+ @property --tw-ring-offset-width {
2585
+ syntax: "<length>";
2586
+ inherits: false;
2587
+ initial-value: 0px;
2588
+ }
2589
+ @property --tw-ring-offset-color {
2590
+ syntax: "*";
2591
+ inherits: false;
2592
+ initial-value: #fff;
2593
+ }
2594
+ @property --tw-ring-offset-shadow {
2595
+ syntax: "*";
2596
+ inherits: false;
2597
+ initial-value: 0 0 #0000;
2598
+ }
2599
+ @property --tw-outline-style {
2600
+ syntax: "*";
2601
+ inherits: false;
2602
+ initial-value: solid;
2603
+ }
2604
+ @property --tw-blur {
2605
+ syntax: "*";
2606
+ inherits: false;
2607
+ }
2608
+ @property --tw-brightness {
2609
+ syntax: "*";
2610
+ inherits: false;
2611
+ }
2612
+ @property --tw-contrast {
2613
+ syntax: "*";
2614
+ inherits: false;
2615
+ }
2616
+ @property --tw-grayscale {
2617
+ syntax: "*";
2618
+ inherits: false;
2619
+ }
2620
+ @property --tw-hue-rotate {
2621
+ syntax: "*";
2622
+ inherits: false;
2623
+ }
2624
+ @property --tw-invert {
2625
+ syntax: "*";
2626
+ inherits: false;
2627
+ }
2628
+ @property --tw-opacity {
2629
+ syntax: "*";
2630
+ inherits: false;
2631
+ }
2632
+ @property --tw-saturate {
2633
+ syntax: "*";
2634
+ inherits: false;
2635
+ }
2636
+ @property --tw-sepia {
2637
+ syntax: "*";
2638
+ inherits: false;
2639
+ }
2640
+ @property --tw-drop-shadow {
2641
+ syntax: "*";
2642
+ inherits: false;
2643
+ }
2644
+ @property --tw-drop-shadow-color {
2645
+ syntax: "*";
2646
+ inherits: false;
2647
+ }
2648
+ @property --tw-drop-shadow-alpha {
2649
+ syntax: "<percentage>";
2650
+ inherits: false;
2651
+ initial-value: 100%;
2652
+ }
2653
+ @property --tw-drop-shadow-size {
2654
+ syntax: "*";
2655
+ inherits: false;
2656
+ }
2657
+ @property --tw-duration {
2658
+ syntax: "*";
2659
+ inherits: false;
2660
+ }
2661
+ @property --tw-ease {
2662
+ syntax: "*";
2663
+ inherits: false;
2664
+ }
2665
+ @property --tw-content {
2666
+ syntax: "*";
2667
+ initial-value: "";
2668
+ inherits: false;
2669
+ }
2670
+ @property --tw-translate-x {
2671
+ syntax: "*";
2672
+ inherits: false;
2673
+ initial-value: 0;
2674
+ }
2675
+ @property --tw-translate-y {
2676
+ syntax: "*";
2677
+ inherits: false;
2678
+ initial-value: 0;
2679
+ }
2680
+ @property --tw-translate-z {
2681
+ syntax: "*";
2682
+ inherits: false;
2683
+ initial-value: 0;
2684
+ }
2685
+ @keyframes spin {
2686
+ to {
2687
+ transform: rotate(360deg);
2688
+ }
2689
+ }
2690
+ @keyframes pulse {
2691
+ 50% {
2692
+ opacity: 0.5;
2693
+ }
2694
+ }
2695
+ @layer properties {
2696
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
2697
+ .lego-land *, .lego-land ::before, .lego-land ::after, .lego-land ::backdrop {
2698
+ --tw-space-y-reverse: 0;
2699
+ --tw-space-x-reverse: 0;
2700
+ --tw-border-style: solid;
2701
+ --tw-leading: initial;
2702
+ --tw-font-weight: initial;
2703
+ --tw-tracking: initial;
2704
+ --tw-shadow: 0 0 #0000;
2705
+ --tw-shadow-color: initial;
2706
+ --tw-shadow-alpha: 100%;
2707
+ --tw-inset-shadow: 0 0 #0000;
2708
+ --tw-inset-shadow-color: initial;
2709
+ --tw-inset-shadow-alpha: 100%;
2710
+ --tw-ring-color: initial;
2711
+ --tw-ring-shadow: 0 0 #0000;
2712
+ --tw-inset-ring-color: initial;
2713
+ --tw-inset-ring-shadow: 0 0 #0000;
2714
+ --tw-ring-inset: initial;
2715
+ --tw-ring-offset-width: 0px;
2716
+ --tw-ring-offset-color: #fff;
2717
+ --tw-ring-offset-shadow: 0 0 #0000;
2718
+ --tw-outline-style: solid;
2719
+ --tw-blur: initial;
2720
+ --tw-brightness: initial;
2721
+ --tw-contrast: initial;
2722
+ --tw-grayscale: initial;
2723
+ --tw-hue-rotate: initial;
2724
+ --tw-invert: initial;
2725
+ --tw-opacity: initial;
2726
+ --tw-saturate: initial;
2727
+ --tw-sepia: initial;
2728
+ --tw-drop-shadow: initial;
2729
+ --tw-drop-shadow-color: initial;
2730
+ --tw-drop-shadow-alpha: 100%;
2731
+ --tw-drop-shadow-size: initial;
2732
+ --tw-duration: initial;
2733
+ --tw-ease: initial;
2734
+ --tw-content: "";
2735
+ --tw-translate-x: 0;
2736
+ --tw-translate-y: 0;
2737
+ --tw-translate-z: 0;
2738
+ }
2739
+ }
2740
+ }