@nurix/ui-component-library 1.1.3 → 1.1.4-stage.114

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