@banhosdev/moldsoft-ui 0.3.0 → 1.1.0

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,912 @@
1
+ /*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root, :host {
6
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
7
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
8
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
9
+ "Courier New", monospace;
10
+ --color-white: #fff;
11
+ --spacing: 0.25rem;
12
+ --text-sm: 0.875rem;
13
+ --text-sm--line-height: calc(1.25 / 0.875);
14
+ --text-2xl: 1.5rem;
15
+ --text-2xl--line-height: calc(2 / 1.5);
16
+ --font-weight-medium: 500;
17
+ --font-weight-semibold: 600;
18
+ --tracking-tight: -0.025em;
19
+ --tracking-wider: 0.05em;
20
+ --radius-md: calc(var(--radius) - 2px);
21
+ --radius-lg: var(--radius);
22
+ --radius-2xl: 1rem;
23
+ --radius-3xl: 1.5rem;
24
+ --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
25
+ --default-transition-duration: 150ms;
26
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
27
+ --default-font-family: var(--font-sans);
28
+ --default-mono-font-family: var(--font-mono);
29
+ --color-background: hsl(var(--background));
30
+ --color-card: hsl(var(--card));
31
+ --color-card-foreground: hsl(var(--card-foreground));
32
+ --color-primary: hsl(var(--primary));
33
+ --color-primary-foreground: hsl(var(--primary-foreground));
34
+ --color-secondary: hsl(var(--secondary));
35
+ --color-secondary-foreground: hsl(var(--secondary-foreground));
36
+ --color-muted-foreground: hsl(var(--muted-foreground));
37
+ --color-accent: hsl(var(--accent));
38
+ --color-accent-foreground: hsl(var(--accent-foreground));
39
+ --color-destructive: hsl(var(--destructive));
40
+ --color-destructive-foreground: hsl(var(--destructive-foreground));
41
+ --color-border: hsl(var(--border));
42
+ --color-input: hsl(var(--input));
43
+ --color-ring: hsl(var(--ring));
44
+ }
45
+ }
46
+ @layer base {
47
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
48
+ box-sizing: border-box;
49
+ margin: 0;
50
+ padding: 0;
51
+ border: 0 solid;
52
+ }
53
+ html, :host {
54
+ line-height: 1.5;
55
+ -webkit-text-size-adjust: 100%;
56
+ tab-size: 4;
57
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
58
+ font-feature-settings: var(--default-font-feature-settings, normal);
59
+ font-variation-settings: var(--default-font-variation-settings, normal);
60
+ -webkit-tap-highlight-color: transparent;
61
+ }
62
+ hr {
63
+ height: 0;
64
+ color: inherit;
65
+ border-top-width: 1px;
66
+ }
67
+ abbr:where([title]) {
68
+ -webkit-text-decoration: underline dotted;
69
+ text-decoration: underline dotted;
70
+ }
71
+ h1, h2, h3, h4, h5, h6 {
72
+ font-size: inherit;
73
+ font-weight: inherit;
74
+ }
75
+ a {
76
+ color: inherit;
77
+ -webkit-text-decoration: inherit;
78
+ text-decoration: inherit;
79
+ }
80
+ b, strong {
81
+ font-weight: bolder;
82
+ }
83
+ code, kbd, samp, pre {
84
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
85
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
86
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
87
+ font-size: 1em;
88
+ }
89
+ small {
90
+ font-size: 80%;
91
+ }
92
+ sub, sup {
93
+ font-size: 75%;
94
+ line-height: 0;
95
+ position: relative;
96
+ vertical-align: baseline;
97
+ }
98
+ sub {
99
+ bottom: -0.25em;
100
+ }
101
+ sup {
102
+ top: -0.5em;
103
+ }
104
+ table {
105
+ text-indent: 0;
106
+ border-color: inherit;
107
+ border-collapse: collapse;
108
+ }
109
+ :-moz-focusring {
110
+ outline: auto;
111
+ }
112
+ progress {
113
+ vertical-align: baseline;
114
+ }
115
+ summary {
116
+ display: list-item;
117
+ }
118
+ ol, ul, menu {
119
+ list-style: none;
120
+ }
121
+ img, svg, video, canvas, audio, iframe, embed, object {
122
+ display: block;
123
+ vertical-align: middle;
124
+ }
125
+ img, video {
126
+ max-width: 100%;
127
+ height: auto;
128
+ }
129
+ button, input, select, optgroup, textarea, ::file-selector-button {
130
+ font: inherit;
131
+ font-feature-settings: inherit;
132
+ font-variation-settings: inherit;
133
+ letter-spacing: inherit;
134
+ color: inherit;
135
+ border-radius: 0;
136
+ background-color: transparent;
137
+ opacity: 1;
138
+ }
139
+ :where(select:is([multiple], [size])) optgroup {
140
+ font-weight: bolder;
141
+ }
142
+ :where(select:is([multiple], [size])) optgroup option {
143
+ padding-inline-start: 20px;
144
+ }
145
+ ::file-selector-button {
146
+ margin-inline-end: 4px;
147
+ }
148
+ ::placeholder {
149
+ opacity: 1;
150
+ }
151
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
152
+ ::placeholder {
153
+ color: currentcolor;
154
+ @supports (color: color-mix(in lab, red, red)) {
155
+ color: color-mix(in oklab, currentcolor 50%, transparent);
156
+ }
157
+ }
158
+ }
159
+ textarea {
160
+ resize: vertical;
161
+ }
162
+ ::-webkit-search-decoration {
163
+ -webkit-appearance: none;
164
+ }
165
+ ::-webkit-date-and-time-value {
166
+ min-height: 1lh;
167
+ text-align: inherit;
168
+ }
169
+ ::-webkit-datetime-edit {
170
+ display: inline-flex;
171
+ }
172
+ ::-webkit-datetime-edit-fields-wrapper {
173
+ padding: 0;
174
+ }
175
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
176
+ padding-block: 0;
177
+ }
178
+ ::-webkit-calendar-picker-indicator {
179
+ line-height: 1;
180
+ }
181
+ :-moz-ui-invalid {
182
+ box-shadow: none;
183
+ }
184
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
185
+ appearance: button;
186
+ }
187
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
188
+ height: auto;
189
+ }
190
+ [hidden]:where(:not([hidden="until-found"])) {
191
+ display: none !important;
192
+ }
193
+ }
194
+ @layer utilities {
195
+ .pointer-events-none {
196
+ pointer-events: none;
197
+ }
198
+ .visible {
199
+ visibility: visible;
200
+ }
201
+ .absolute {
202
+ position: absolute;
203
+ }
204
+ .fixed {
205
+ position: fixed;
206
+ }
207
+ .relative {
208
+ position: relative;
209
+ }
210
+ .inset-0 {
211
+ inset: calc(var(--spacing) * 0);
212
+ }
213
+ .z-0 {
214
+ z-index: 0;
215
+ }
216
+ .z-10 {
217
+ z-index: 10;
218
+ }
219
+ .mt-1 {
220
+ margin-top: calc(var(--spacing) * 1);
221
+ }
222
+ .mt-2 {
223
+ margin-top: calc(var(--spacing) * 2);
224
+ }
225
+ .mt-auto {
226
+ margin-top: auto;
227
+ }
228
+ .mb-4 {
229
+ margin-bottom: calc(var(--spacing) * 4);
230
+ }
231
+ .ml-3 {
232
+ margin-left: calc(var(--spacing) * 3);
233
+ }
234
+ .ml-7 {
235
+ margin-left: calc(var(--spacing) * 7);
236
+ }
237
+ .flex {
238
+ display: flex;
239
+ }
240
+ .inline-flex {
241
+ display: inline-flex;
242
+ }
243
+ .h-0 {
244
+ height: calc(var(--spacing) * 0);
245
+ }
246
+ .h-1 {
247
+ height: calc(var(--spacing) * 1);
248
+ }
249
+ .h-7 {
250
+ height: calc(var(--spacing) * 7);
251
+ }
252
+ .h-8 {
253
+ height: calc(var(--spacing) * 8);
254
+ }
255
+ .h-9 {
256
+ height: calc(var(--spacing) * 9);
257
+ }
258
+ .h-10 {
259
+ height: calc(var(--spacing) * 10);
260
+ }
261
+ .h-11 {
262
+ height: calc(var(--spacing) * 11);
263
+ }
264
+ .h-12 {
265
+ height: calc(var(--spacing) * 12);
266
+ }
267
+ .h-24 {
268
+ height: calc(var(--spacing) * 24);
269
+ }
270
+ .h-\[1px\] {
271
+ height: 1px;
272
+ }
273
+ .h-full {
274
+ height: 100%;
275
+ }
276
+ .max-h-0 {
277
+ max-height: calc(var(--spacing) * 0);
278
+ }
279
+ .max-h-96 {
280
+ max-height: calc(var(--spacing) * 96);
281
+ }
282
+ .w-0 {
283
+ width: calc(var(--spacing) * 0);
284
+ }
285
+ .w-8 {
286
+ width: calc(var(--spacing) * 8);
287
+ }
288
+ .w-10 {
289
+ width: calc(var(--spacing) * 10);
290
+ }
291
+ .w-24 {
292
+ width: calc(var(--spacing) * 24);
293
+ }
294
+ .w-72 {
295
+ width: calc(var(--spacing) * 72);
296
+ }
297
+ .w-\[1px\] {
298
+ width: 1px;
299
+ }
300
+ .w-auto {
301
+ width: auto;
302
+ }
303
+ .w-full {
304
+ width: 100%;
305
+ }
306
+ .flex-1 {
307
+ flex: 1;
308
+ }
309
+ .shrink-0 {
310
+ flex-shrink: 0;
311
+ }
312
+ .scale-100 {
313
+ --tw-scale-x: 100%;
314
+ --tw-scale-y: 100%;
315
+ --tw-scale-z: 100%;
316
+ scale: var(--tw-scale-x) var(--tw-scale-y);
317
+ }
318
+ .rotate-180 {
319
+ rotate: 180deg;
320
+ }
321
+ .flex-col {
322
+ flex-direction: column;
323
+ }
324
+ .items-center {
325
+ align-items: center;
326
+ }
327
+ .justify-center {
328
+ justify-content: center;
329
+ }
330
+ .gap-2 {
331
+ gap: calc(var(--spacing) * 2);
332
+ }
333
+ .space-y-1 {
334
+ :where(& > :not(:last-child)) {
335
+ --tw-space-y-reverse: 0;
336
+ margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
337
+ margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
338
+ }
339
+ }
340
+ .space-y-1\.5 {
341
+ :where(& > :not(:last-child)) {
342
+ --tw-space-y-reverse: 0;
343
+ margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
344
+ margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
345
+ }
346
+ }
347
+ .overflow-hidden {
348
+ overflow: hidden;
349
+ }
350
+ .overflow-y-auto {
351
+ overflow-y: auto;
352
+ }
353
+ .scroll-smooth {
354
+ scroll-behavior: smooth;
355
+ }
356
+ .rounded-2xl {
357
+ border-radius: var(--radius-2xl);
358
+ }
359
+ .rounded-3xl {
360
+ border-radius: var(--radius-3xl);
361
+ }
362
+ .rounded-lg {
363
+ border-radius: var(--radius-lg);
364
+ }
365
+ .rounded-md {
366
+ border-radius: var(--radius-md);
367
+ }
368
+ .border {
369
+ border-style: var(--tw-border-style);
370
+ border-width: 1px;
371
+ }
372
+ .border-l {
373
+ border-left-style: var(--tw-border-style);
374
+ border-left-width: 1px;
375
+ }
376
+ .border-input {
377
+ border-color: var(--color-input);
378
+ }
379
+ .border-white\/10 {
380
+ border-color: color-mix(in srgb, #fff 10%, transparent);
381
+ @supports (color: color-mix(in lab, red, red)) {
382
+ border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
383
+ }
384
+ }
385
+ .bg-\[\#092a5e\] {
386
+ background-color: #092a5e;
387
+ }
388
+ .bg-background {
389
+ background-color: var(--color-background);
390
+ }
391
+ .bg-border {
392
+ background-color: var(--color-border);
393
+ }
394
+ .bg-card {
395
+ background-color: var(--color-card);
396
+ }
397
+ .bg-destructive {
398
+ background-color: var(--color-destructive);
399
+ }
400
+ .bg-primary {
401
+ background-color: var(--color-primary);
402
+ }
403
+ .bg-primary\/20 {
404
+ background-color: color-mix(in srgb, hsl(var(--primary)) 20%, transparent);
405
+ @supports (color: color-mix(in lab, red, red)) {
406
+ background-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
407
+ }
408
+ }
409
+ .bg-secondary {
410
+ background-color: var(--color-secondary);
411
+ }
412
+ .bg-white\/20 {
413
+ background-color: color-mix(in srgb, #fff 20%, transparent);
414
+ @supports (color: color-mix(in lab, red, red)) {
415
+ background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
416
+ }
417
+ }
418
+ .object-contain {
419
+ object-fit: contain;
420
+ }
421
+ .p-2 {
422
+ padding: calc(var(--spacing) * 2);
423
+ }
424
+ .p-6 {
425
+ padding: calc(var(--spacing) * 6);
426
+ }
427
+ .px-1 {
428
+ padding-inline: calc(var(--spacing) * 1);
429
+ }
430
+ .px-3 {
431
+ padding-inline: calc(var(--spacing) * 3);
432
+ }
433
+ .px-4 {
434
+ padding-inline: calc(var(--spacing) * 4);
435
+ }
436
+ .px-8 {
437
+ padding-inline: calc(var(--spacing) * 8);
438
+ }
439
+ .py-1 {
440
+ padding-block: calc(var(--spacing) * 1);
441
+ }
442
+ .py-2 {
443
+ padding-block: calc(var(--spacing) * 2);
444
+ }
445
+ .py-4 {
446
+ padding-block: calc(var(--spacing) * 4);
447
+ }
448
+ .pt-0 {
449
+ padding-top: calc(var(--spacing) * 0);
450
+ }
451
+ .pb-2 {
452
+ padding-bottom: calc(var(--spacing) * 2);
453
+ }
454
+ .pl-3 {
455
+ padding-left: calc(var(--spacing) * 3);
456
+ }
457
+ .text-2xl {
458
+ font-size: var(--text-2xl);
459
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
460
+ }
461
+ .text-sm {
462
+ font-size: var(--text-sm);
463
+ line-height: var(--tw-leading, var(--text-sm--line-height));
464
+ }
465
+ .text-\[10px\] {
466
+ font-size: 10px;
467
+ }
468
+ .leading-none {
469
+ --tw-leading: 1;
470
+ line-height: 1;
471
+ }
472
+ .font-medium {
473
+ --tw-font-weight: var(--font-weight-medium);
474
+ font-weight: var(--font-weight-medium);
475
+ }
476
+ .font-semibold {
477
+ --tw-font-weight: var(--font-weight-semibold);
478
+ font-weight: var(--font-weight-semibold);
479
+ }
480
+ .tracking-tight {
481
+ --tw-tracking: var(--tracking-tight);
482
+ letter-spacing: var(--tracking-tight);
483
+ }
484
+ .tracking-wider {
485
+ --tw-tracking: var(--tracking-wider);
486
+ letter-spacing: var(--tracking-wider);
487
+ }
488
+ .whitespace-nowrap {
489
+ white-space: nowrap;
490
+ }
491
+ .text-card-foreground {
492
+ color: var(--color-card-foreground);
493
+ }
494
+ .text-destructive-foreground {
495
+ color: var(--color-destructive-foreground);
496
+ }
497
+ .text-muted-foreground {
498
+ color: var(--color-muted-foreground);
499
+ }
500
+ .text-primary {
501
+ color: var(--color-primary);
502
+ }
503
+ .text-primary-foreground {
504
+ color: var(--color-primary-foreground);
505
+ }
506
+ .text-secondary-foreground {
507
+ color: var(--color-secondary-foreground);
508
+ }
509
+ .text-white {
510
+ color: var(--color-white);
511
+ }
512
+ .text-white\/60 {
513
+ color: color-mix(in srgb, #fff 60%, transparent);
514
+ @supports (color: color-mix(in lab, red, red)) {
515
+ color: color-mix(in oklab, var(--color-white) 60%, transparent);
516
+ }
517
+ }
518
+ .text-white\/80 {
519
+ color: color-mix(in srgb, #fff 80%, transparent);
520
+ @supports (color: color-mix(in lab, red, red)) {
521
+ color: color-mix(in oklab, var(--color-white) 80%, transparent);
522
+ }
523
+ }
524
+ .uppercase {
525
+ text-transform: uppercase;
526
+ }
527
+ .underline-offset-4 {
528
+ text-underline-offset: 4px;
529
+ }
530
+ .opacity-0 {
531
+ opacity: 0%;
532
+ }
533
+ .opacity-90 {
534
+ opacity: 90%;
535
+ }
536
+ .opacity-100 {
537
+ opacity: 100%;
538
+ }
539
+ .shadow-sm {
540
+ --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));
541
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
542
+ }
543
+ .shadow-xl {
544
+ --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
545
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
546
+ }
547
+ .ring-offset-background {
548
+ --tw-ring-offset-color: var(--color-background);
549
+ }
550
+ .outline {
551
+ outline-style: var(--tw-outline-style);
552
+ outline-width: 1px;
553
+ }
554
+ .transition-all {
555
+ transition-property: all;
556
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
557
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
558
+ }
559
+ .transition-colors {
560
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
561
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
562
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
563
+ }
564
+ .transition-transform {
565
+ transition-property: transform, translate, scale, rotate;
566
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
567
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
568
+ }
569
+ .duration-300 {
570
+ --tw-duration: 300ms;
571
+ transition-duration: 300ms;
572
+ }
573
+ .duration-500 {
574
+ --tw-duration: 500ms;
575
+ transition-duration: 500ms;
576
+ }
577
+ .ease-in-out {
578
+ --tw-ease: var(--ease-in-out);
579
+ transition-timing-function: var(--ease-in-out);
580
+ }
581
+ .hover\:bg-accent {
582
+ &:hover {
583
+ @media (hover: hover) {
584
+ background-color: var(--color-accent);
585
+ }
586
+ }
587
+ }
588
+ .hover\:bg-destructive\/90 {
589
+ &:hover {
590
+ @media (hover: hover) {
591
+ background-color: color-mix(in srgb, hsl(var(--destructive)) 90%, transparent);
592
+ @supports (color: color-mix(in lab, red, red)) {
593
+ background-color: color-mix(in oklab, var(--color-destructive) 90%, transparent);
594
+ }
595
+ }
596
+ }
597
+ }
598
+ .hover\:bg-primary\/90 {
599
+ &:hover {
600
+ @media (hover: hover) {
601
+ background-color: color-mix(in srgb, hsl(var(--primary)) 90%, transparent);
602
+ @supports (color: color-mix(in lab, red, red)) {
603
+ background-color: color-mix(in oklab, var(--color-primary) 90%, transparent);
604
+ }
605
+ }
606
+ }
607
+ }
608
+ .hover\:bg-secondary\/80 {
609
+ &:hover {
610
+ @media (hover: hover) {
611
+ background-color: color-mix(in srgb, hsl(var(--secondary)) 80%, transparent);
612
+ @supports (color: color-mix(in lab, red, red)) {
613
+ background-color: color-mix(in oklab, var(--color-secondary) 80%, transparent);
614
+ }
615
+ }
616
+ }
617
+ }
618
+ .hover\:bg-white\/10 {
619
+ &:hover {
620
+ @media (hover: hover) {
621
+ background-color: color-mix(in srgb, #fff 10%, transparent);
622
+ @supports (color: color-mix(in lab, red, red)) {
623
+ background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
624
+ }
625
+ }
626
+ }
627
+ }
628
+ .hover\:text-accent-foreground {
629
+ &:hover {
630
+ @media (hover: hover) {
631
+ color: var(--color-accent-foreground);
632
+ }
633
+ }
634
+ }
635
+ .hover\:text-white {
636
+ &:hover {
637
+ @media (hover: hover) {
638
+ color: var(--color-white);
639
+ }
640
+ }
641
+ }
642
+ .hover\:underline {
643
+ &:hover {
644
+ @media (hover: hover) {
645
+ text-decoration-line: underline;
646
+ }
647
+ }
648
+ }
649
+ .focus-visible\:ring-2 {
650
+ &:focus-visible {
651
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
652
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
653
+ }
654
+ }
655
+ .focus-visible\:ring-ring {
656
+ &:focus-visible {
657
+ --tw-ring-color: var(--color-ring);
658
+ }
659
+ }
660
+ .focus-visible\:ring-offset-2 {
661
+ &:focus-visible {
662
+ --tw-ring-offset-width: 2px;
663
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
664
+ }
665
+ }
666
+ .focus-visible\:outline-none {
667
+ &:focus-visible {
668
+ --tw-outline-style: none;
669
+ outline-style: none;
670
+ }
671
+ }
672
+ .disabled\:pointer-events-none {
673
+ &:disabled {
674
+ pointer-events: none;
675
+ }
676
+ }
677
+ .disabled\:opacity-50 {
678
+ &:disabled {
679
+ opacity: 50%;
680
+ }
681
+ }
682
+ .\[\&_svg\]\:pointer-events-none {
683
+ & svg {
684
+ pointer-events: none;
685
+ }
686
+ }
687
+ .\[\&_svg\]\:size-4 {
688
+ & svg {
689
+ width: calc(var(--spacing) * 4);
690
+ height: calc(var(--spacing) * 4);
691
+ }
692
+ }
693
+ .\[\&_svg\]\:shrink-0 {
694
+ & svg {
695
+ flex-shrink: 0;
696
+ }
697
+ }
698
+ }
699
+ @layer base {
700
+ :root {
701
+ --background: 0 0% 100%;
702
+ --foreground: 0 0% 3.9%;
703
+ --card: 0 0% 100%;
704
+ --card-foreground: 0 0% 3.9%;
705
+ --popover: 0 0% 100%;
706
+ --popover-foreground: 0 0% 3.9%;
707
+ --primary: 221.2 83.2% 53.3%;
708
+ --primary-foreground: 0 0% 98%;
709
+ --secondary: 0 0% 96.1%;
710
+ --secondary-foreground: 0 0% 9%;
711
+ --muted: 0 0% 96.1%;
712
+ --muted-foreground: 0 0% 45.1%;
713
+ --accent: 0 0% 96.1%;
714
+ --accent-foreground: 0 0% 9%;
715
+ --destructive: 0 84.2% 60.2%;
716
+ --destructive-foreground: 0 0% 98%;
717
+ --border: 0 0% 89.8%;
718
+ --input: 0 0% 89.8%;
719
+ --ring: 0 0% 3.9%;
720
+ --chart-1: 12 76% 61%;
721
+ --chart-2: 173 58% 39%;
722
+ --chart-3: 197 37% 24%;
723
+ --chart-4: 43 74% 66%;
724
+ --chart-5: 27 87% 67%;
725
+ --radius: 0.5rem;
726
+ }
727
+ .dark {
728
+ --background: 0 0% 3.9%;
729
+ --foreground: 0 0% 98%;
730
+ --card: 0 0% 3.9%;
731
+ --card-foreground: 0 0% 98%;
732
+ --popover: 0 0% 3.9%;
733
+ --popover-foreground: 0 0% 98%;
734
+ --primary: 0 0% 98%;
735
+ --primary-foreground: 0 0% 9%;
736
+ --secondary: 0 0% 14.9%;
737
+ --secondary-foreground: 0 0% 98%;
738
+ --muted: 0 0% 14.9%;
739
+ --muted-foreground: 0 0% 63.9%;
740
+ --accent: 0 0% 14.9%;
741
+ --accent-foreground: 0 0% 98%;
742
+ --destructive: 0 62.8% 30.6%;
743
+ --destructive-foreground: 0 0% 98%;
744
+ --border: 0 0% 14.9%;
745
+ --input: 0 0% 14.9%;
746
+ --ring: 0 0% 83.1%;
747
+ --chart-1: 220 70% 50%;
748
+ --chart-2: 160 60% 45%;
749
+ --chart-3: 30 80% 55%;
750
+ --chart-4: 280 65% 60%;
751
+ --chart-5: 340 75% 55%;
752
+ }
753
+ }
754
+ @layer base {
755
+ * {
756
+ border-color: var(--color-border);
757
+ outline-color: color-mix(in srgb, hsl(var(--ring)) 50%, transparent);
758
+ @supports (color: color-mix(in lab, red, red)) {
759
+ outline-color: color-mix(in oklab, var(--color-ring) 50%, transparent);
760
+ }
761
+ }
762
+ body {
763
+ background-color: hsl(var(--background));
764
+ color: hsl(var(--foreground));
765
+ }
766
+ }
767
+ @property --tw-scale-x {
768
+ syntax: "*";
769
+ inherits: false;
770
+ initial-value: 1;
771
+ }
772
+ @property --tw-scale-y {
773
+ syntax: "*";
774
+ inherits: false;
775
+ initial-value: 1;
776
+ }
777
+ @property --tw-scale-z {
778
+ syntax: "*";
779
+ inherits: false;
780
+ initial-value: 1;
781
+ }
782
+ @property --tw-space-y-reverse {
783
+ syntax: "*";
784
+ inherits: false;
785
+ initial-value: 0;
786
+ }
787
+ @property --tw-border-style {
788
+ syntax: "*";
789
+ inherits: false;
790
+ initial-value: solid;
791
+ }
792
+ @property --tw-leading {
793
+ syntax: "*";
794
+ inherits: false;
795
+ }
796
+ @property --tw-font-weight {
797
+ syntax: "*";
798
+ inherits: false;
799
+ }
800
+ @property --tw-tracking {
801
+ syntax: "*";
802
+ inherits: false;
803
+ }
804
+ @property --tw-shadow {
805
+ syntax: "*";
806
+ inherits: false;
807
+ initial-value: 0 0 #0000;
808
+ }
809
+ @property --tw-shadow-color {
810
+ syntax: "*";
811
+ inherits: false;
812
+ }
813
+ @property --tw-shadow-alpha {
814
+ syntax: "<percentage>";
815
+ inherits: false;
816
+ initial-value: 100%;
817
+ }
818
+ @property --tw-inset-shadow {
819
+ syntax: "*";
820
+ inherits: false;
821
+ initial-value: 0 0 #0000;
822
+ }
823
+ @property --tw-inset-shadow-color {
824
+ syntax: "*";
825
+ inherits: false;
826
+ }
827
+ @property --tw-inset-shadow-alpha {
828
+ syntax: "<percentage>";
829
+ inherits: false;
830
+ initial-value: 100%;
831
+ }
832
+ @property --tw-ring-color {
833
+ syntax: "*";
834
+ inherits: false;
835
+ }
836
+ @property --tw-ring-shadow {
837
+ syntax: "*";
838
+ inherits: false;
839
+ initial-value: 0 0 #0000;
840
+ }
841
+ @property --tw-inset-ring-color {
842
+ syntax: "*";
843
+ inherits: false;
844
+ }
845
+ @property --tw-inset-ring-shadow {
846
+ syntax: "*";
847
+ inherits: false;
848
+ initial-value: 0 0 #0000;
849
+ }
850
+ @property --tw-ring-inset {
851
+ syntax: "*";
852
+ inherits: false;
853
+ }
854
+ @property --tw-ring-offset-width {
855
+ syntax: "<length>";
856
+ inherits: false;
857
+ initial-value: 0px;
858
+ }
859
+ @property --tw-ring-offset-color {
860
+ syntax: "*";
861
+ inherits: false;
862
+ initial-value: #fff;
863
+ }
864
+ @property --tw-ring-offset-shadow {
865
+ syntax: "*";
866
+ inherits: false;
867
+ initial-value: 0 0 #0000;
868
+ }
869
+ @property --tw-outline-style {
870
+ syntax: "*";
871
+ inherits: false;
872
+ initial-value: solid;
873
+ }
874
+ @property --tw-duration {
875
+ syntax: "*";
876
+ inherits: false;
877
+ }
878
+ @property --tw-ease {
879
+ syntax: "*";
880
+ inherits: false;
881
+ }
882
+ @layer properties {
883
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
884
+ *, ::before, ::after, ::backdrop {
885
+ --tw-scale-x: 1;
886
+ --tw-scale-y: 1;
887
+ --tw-scale-z: 1;
888
+ --tw-space-y-reverse: 0;
889
+ --tw-border-style: solid;
890
+ --tw-leading: initial;
891
+ --tw-font-weight: initial;
892
+ --tw-tracking: initial;
893
+ --tw-shadow: 0 0 #0000;
894
+ --tw-shadow-color: initial;
895
+ --tw-shadow-alpha: 100%;
896
+ --tw-inset-shadow: 0 0 #0000;
897
+ --tw-inset-shadow-color: initial;
898
+ --tw-inset-shadow-alpha: 100%;
899
+ --tw-ring-color: initial;
900
+ --tw-ring-shadow: 0 0 #0000;
901
+ --tw-inset-ring-color: initial;
902
+ --tw-inset-ring-shadow: 0 0 #0000;
903
+ --tw-ring-inset: initial;
904
+ --tw-ring-offset-width: 0px;
905
+ --tw-ring-offset-color: #fff;
906
+ --tw-ring-offset-shadow: 0 0 #0000;
907
+ --tw-outline-style: solid;
908
+ --tw-duration: initial;
909
+ --tw-ease: initial;
910
+ }
911
+ }
912
+ }