@magemetrics/ai 0.0.32 → 0.0.34-patch-1

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,1230 @@
1
+ /*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ :root, :host {
5
+ --mm-font-sans: 'Source Sans 3 Variable', sans-serif;
6
+ --mm-font-serif: 'Bitter Variable', serif;
7
+ --mm-font-mono: 'Source Code Pro Variable', monospace;
8
+ --mm-color-gray-50: oklch(98.5% 0.002 247.839);
9
+ --mm-color-gray-100: oklch(96.7% 0.003 264.542);
10
+ --mm-color-gray-200: oklch(92.8% 0.006 264.531);
11
+ --mm-color-gray-300: oklch(87.2% 0.01 258.338);
12
+ --mm-color-gray-400: oklch(70.7% 0.022 261.325);
13
+ --mm-color-black: #000;
14
+ --mm-color-white: #fff;
15
+ --mm-spacing: 0.25rem;
16
+ --mm-text-xs: 0.75rem;
17
+ --mm-text-xs--line-height: calc(1 / 0.75);
18
+ --mm-text-sm: 0.875rem;
19
+ --mm-text-sm--line-height: calc(1.25 / 0.875);
20
+ --mm-text-base: 1rem;
21
+ --mm-text-base--line-height: calc(1.5 / 1);
22
+ --mm-text-lg: 1.125rem;
23
+ --mm-text-lg--line-height: calc(1.75 / 1.125);
24
+ --mm-text-xl: 1.25rem;
25
+ --mm-text-xl--line-height: calc(1.75 / 1.25);
26
+ --mm-font-weight-normal: 400;
27
+ --mm-font-weight-medium: 500;
28
+ --mm-font-weight-semibold: 600;
29
+ --mm-font-weight-bold: 700;
30
+ --mm-radius-sm: 0.25rem;
31
+ --mm-radius-md: 0.375rem;
32
+ --mm-radius-lg: 0.5rem;
33
+ --mm-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
34
+ --mm-animate-spin: spin 1s linear infinite;
35
+ --mm-animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
36
+ --mm-default-transition-duration: 150ms;
37
+ --mm-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
38
+ --mm-color-background: oklch(1 0 0);
39
+ --mm-color-foreground: #203037;
40
+ --mm-color-card: #3E535B;
41
+ --mm-color-card-foreground: #203037;
42
+ --mm-color-popover: oklch(1 0 0);
43
+ --mm-color-popover-foreground: #203037;
44
+ --mm-color-primary: #9F0E8F;
45
+ --mm-color-primary-foreground: oklch(0.985 0 0);
46
+ --mm-color-secondary: #FD4383;
47
+ --mm-color-secondary-foreground: #9F0E8F;
48
+ --mm-color-muted: #C0C7CA;
49
+ --mm-color-muted-foreground: #F2F4F4;
50
+ --mm-color-accent: #FD4383;
51
+ --mm-color-accent-foreground: #9F0E8F;
52
+ --mm-color-destructive: oklch(0.577 0.245 27.325);
53
+ --mm-color-border: oklch(0.922 0 0);
54
+ --mm-color-input: oklch(0.922 0 0);
55
+ --mm-color-ring: oklch(0.708 0 0);
56
+ }
57
+ .magemetrics-scope {
58
+ all: initial;
59
+ p, h1, h2, h3, h4, h5, h6, a, li, ul, ol {
60
+ color: var(--mm-color-foreground);
61
+ }
62
+ color: var(--mm-color-foreground);
63
+ @layer base {
64
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
65
+ margin: 0;
66
+ padding: 0;
67
+ }
68
+ button:not([disabled]), [role="button"]:not([disabled]) {
69
+ cursor: pointer;
70
+ }
71
+ }
72
+ .mm-highlight-gradient {
73
+ --tw-gradient-position: 150deg;
74
+ @supports (background-image: linear-gradient(in lab, red, red)) {
75
+ --tw-gradient-position: 150deg in oklab;
76
+ }
77
+ background-image: linear-gradient(var(--tw-gradient-stops));
78
+ --tw-gradient-from: var(--mm-color-secondary);
79
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
80
+ --tw-gradient-to: var(--mm-color-secondary);
81
+ @supports (color: color-mix(in lab, red, red)) {
82
+ --tw-gradient-to: color-mix(in oklab, var(--mm-color-secondary) 10%, transparent);
83
+ }
84
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
85
+ --tw-shadow: 0 0 10px 2px var(--tw-shadow-color, currentcolor);
86
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
87
+ }
88
+ .mm\:invisible {
89
+ visibility: hidden;
90
+ }
91
+ .mm\:visible {
92
+ visibility: visible;
93
+ }
94
+ .mm\:absolute {
95
+ position: absolute;
96
+ }
97
+ .mm\:fixed {
98
+ position: fixed;
99
+ }
100
+ .mm\:relative {
101
+ position: relative;
102
+ }
103
+ .mm\:sticky {
104
+ position: sticky;
105
+ }
106
+ .mm\:inset-0 {
107
+ inset: calc(var(--mm-spacing) * 0);
108
+ }
109
+ .mm\:top-0 {
110
+ top: calc(var(--mm-spacing) * 0);
111
+ }
112
+ .mm\:top-2 {
113
+ top: calc(var(--mm-spacing) * 2);
114
+ }
115
+ .mm\:right-0 {
116
+ right: calc(var(--mm-spacing) * 0);
117
+ }
118
+ .mm\:bottom-0 {
119
+ bottom: calc(var(--mm-spacing) * 0);
120
+ }
121
+ .mm\:left-0 {
122
+ left: calc(var(--mm-spacing) * 0);
123
+ }
124
+ .mm\:z-1 {
125
+ z-index: 1;
126
+ }
127
+ .mm\:z-3 {
128
+ z-index: 3;
129
+ }
130
+ .mm\:z-5 {
131
+ z-index: 5;
132
+ }
133
+ .mm\:z-9 {
134
+ z-index: 9;
135
+ }
136
+ .mm\:z-10 {
137
+ z-index: 10;
138
+ }
139
+ .mm\:z-\[2\] {
140
+ z-index: 2;
141
+ }
142
+ .mm\:m-0 {
143
+ margin: calc(var(--mm-spacing) * 0);
144
+ }
145
+ .mm\:mx-1 {
146
+ margin-inline: calc(var(--mm-spacing) * 1);
147
+ }
148
+ .mm\:mx-auto {
149
+ margin-inline: auto;
150
+ }
151
+ .mm\:my-4 {
152
+ margin-block: calc(var(--mm-spacing) * 4);
153
+ }
154
+ .mm\:ml-1 {
155
+ margin-left: calc(var(--mm-spacing) * 1);
156
+ }
157
+ .mm\:flex {
158
+ display: flex;
159
+ }
160
+ .mm\:grid {
161
+ display: grid;
162
+ }
163
+ .mm\:hidden {
164
+ display: none;
165
+ }
166
+ .mm\:inline-flex {
167
+ display: inline-flex;
168
+ }
169
+ .mm\:size-2 {
170
+ width: calc(var(--mm-spacing) * 2);
171
+ height: calc(var(--mm-spacing) * 2);
172
+ }
173
+ .mm\:size-8 {
174
+ width: calc(var(--mm-spacing) * 8);
175
+ height: calc(var(--mm-spacing) * 8);
176
+ }
177
+ .mm\:size-12 {
178
+ width: calc(var(--mm-spacing) * 12);
179
+ height: calc(var(--mm-spacing) * 12);
180
+ }
181
+ .mm\:h-4 {
182
+ height: calc(var(--mm-spacing) * 4);
183
+ }
184
+ .mm\:h-9 {
185
+ height: calc(var(--mm-spacing) * 9);
186
+ }
187
+ .mm\:h-12 {
188
+ height: calc(var(--mm-spacing) * 12);
189
+ }
190
+ .mm\:h-16 {
191
+ height: calc(var(--mm-spacing) * 16);
192
+ }
193
+ .mm\:h-20 {
194
+ height: calc(var(--mm-spacing) * 20);
195
+ }
196
+ .mm\:h-\[225px\] {
197
+ height: 225px;
198
+ }
199
+ .mm\:h-\[400px\] {
200
+ height: 400px;
201
+ }
202
+ .mm\:h-fit {
203
+ height: fit-content;
204
+ }
205
+ .mm\:h-full {
206
+ height: 100%;
207
+ }
208
+ .mm\:max-h-\[500px\] {
209
+ max-height: 500px;
210
+ }
211
+ .mm\:w-12 {
212
+ width: calc(var(--mm-spacing) * 12);
213
+ }
214
+ .mm\:w-32 {
215
+ width: calc(var(--mm-spacing) * 32);
216
+ }
217
+ .mm\:w-\[15\%\] {
218
+ width: 15%;
219
+ }
220
+ .mm\:w-\[75\%\] {
221
+ width: 75%;
222
+ }
223
+ .mm\:w-\[80\%\] {
224
+ width: 80%;
225
+ }
226
+ .mm\:w-\[250px\] {
227
+ width: 250px;
228
+ }
229
+ .mm\:w-fit {
230
+ width: fit-content;
231
+ }
232
+ .mm\:w-full {
233
+ width: 100%;
234
+ }
235
+ .mm\:w-screen {
236
+ width: 100vw;
237
+ }
238
+ .mm\:max-w-0 {
239
+ max-width: calc(var(--mm-spacing) * 0);
240
+ }
241
+ .mm\:max-w-full {
242
+ max-width: 100%;
243
+ }
244
+ .mm\:max-w-screen {
245
+ max-width: 100vw;
246
+ }
247
+ .mm\:flex-1 {
248
+ flex: 1;
249
+ }
250
+ .mm\:shrink-0 {
251
+ flex-shrink: 0;
252
+ }
253
+ .mm\:flex-grow {
254
+ flex-grow: 1;
255
+ }
256
+ .mm\:border-collapse {
257
+ border-collapse: collapse;
258
+ }
259
+ .mm\:border-spacing-0 {
260
+ --tw-border-spacing-x: calc(var(--mm-spacing) * 0);
261
+ --tw-border-spacing-y: calc(var(--mm-spacing) * 0);
262
+ border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
263
+ }
264
+ .mm\:animate-pulse {
265
+ animation: var(--mm-animate-pulse);
266
+ }
267
+ .mm\:animate-spin {
268
+ animation: var(--mm-animate-spin);
269
+ }
270
+ .mm\:cursor-help {
271
+ cursor: help;
272
+ }
273
+ .mm\:cursor-pointer {
274
+ cursor: pointer;
275
+ }
276
+ .mm\:resize-none {
277
+ resize: none;
278
+ }
279
+ .mm\:flex-col {
280
+ flex-direction: column;
281
+ }
282
+ .mm\:flex-row {
283
+ flex-direction: row;
284
+ }
285
+ .mm\:flex-nowrap {
286
+ flex-wrap: nowrap;
287
+ }
288
+ .mm\:place-items-center {
289
+ place-items: center;
290
+ }
291
+ .mm\:items-center {
292
+ align-items: center;
293
+ }
294
+ .mm\:items-end {
295
+ align-items: flex-end;
296
+ }
297
+ .mm\:items-stretch {
298
+ align-items: stretch;
299
+ }
300
+ .mm\:justify-between {
301
+ justify-content: space-between;
302
+ }
303
+ .mm\:justify-center {
304
+ justify-content: center;
305
+ }
306
+ .mm\:gap-0 {
307
+ gap: calc(var(--mm-spacing) * 0);
308
+ }
309
+ .mm\:gap-1 {
310
+ gap: calc(var(--mm-spacing) * 1);
311
+ }
312
+ .mm\:gap-1\.5 {
313
+ gap: calc(var(--mm-spacing) * 1.5);
314
+ }
315
+ .mm\:gap-2 {
316
+ gap: calc(var(--mm-spacing) * 2);
317
+ }
318
+ .mm\:gap-3 {
319
+ gap: calc(var(--mm-spacing) * 3);
320
+ }
321
+ .mm\:gap-4 {
322
+ gap: calc(var(--mm-spacing) * 4);
323
+ }
324
+ .mm\:space-y-0\.5 {
325
+ :where(& > :not(:last-child)) {
326
+ --tw-space-y-reverse: 0;
327
+ margin-block-start: calc(calc(var(--mm-spacing) * 0.5) * var(--tw-space-y-reverse));
328
+ margin-block-end: calc(calc(var(--mm-spacing) * 0.5) * calc(1 - var(--tw-space-y-reverse)));
329
+ }
330
+ }
331
+ .mm\:self-center {
332
+ align-self: center;
333
+ }
334
+ .mm\:self-start {
335
+ align-self: flex-start;
336
+ }
337
+ .mm\:overflow-hidden {
338
+ overflow: hidden;
339
+ }
340
+ .mm\:overflow-y-auto {
341
+ overflow-y: auto;
342
+ }
343
+ .mm\:rounded-\[3px\] {
344
+ border-radius: 3px;
345
+ }
346
+ .mm\:rounded-\[4px\] {
347
+ border-radius: 4px;
348
+ }
349
+ .mm\:rounded-full {
350
+ border-radius: calc(infinity * 1px);
351
+ }
352
+ .mm\:rounded-lg {
353
+ border-radius: var(--mm-radius-lg);
354
+ }
355
+ .mm\:rounded-md {
356
+ border-radius: var(--mm-radius-md);
357
+ }
358
+ .mm\:rounded-sm {
359
+ border-radius: var(--mm-radius-sm);
360
+ }
361
+ .mm\:rounded-t-md {
362
+ border-top-left-radius: var(--mm-radius-md);
363
+ border-top-right-radius: var(--mm-radius-md);
364
+ }
365
+ .mm\:border {
366
+ border-style: var(--tw-border-style);
367
+ border-width: 1px;
368
+ }
369
+ .mm\:border-1 {
370
+ border-style: var(--tw-border-style);
371
+ border-width: 1px;
372
+ }
373
+ .mm\:border-4 {
374
+ border-style: var(--tw-border-style);
375
+ border-width: 4px;
376
+ }
377
+ .mm\:border-b {
378
+ border-bottom-style: var(--tw-border-style);
379
+ border-bottom-width: 1px;
380
+ }
381
+ .mm\:border-b-1 {
382
+ border-bottom-style: var(--tw-border-style);
383
+ border-bottom-width: 1px;
384
+ }
385
+ .mm\:border-none {
386
+ --tw-border-style: none;
387
+ border-style: none;
388
+ }
389
+ .mm\:border-card {
390
+ border-color: var(--mm-color-card);
391
+ }
392
+ .mm\:border-gray-300 {
393
+ border-color: var(--mm-color-gray-300);
394
+ }
395
+ .mm\:border-gray-400 {
396
+ border-color: var(--mm-color-gray-400);
397
+ }
398
+ .mm\:border-muted {
399
+ border-color: var(--mm-color-muted);
400
+ }
401
+ .mm\:border-muted-foreground {
402
+ border-color: var(--mm-color-muted-foreground);
403
+ }
404
+ .mm\:border-muted\/50 {
405
+ border-color: var(--mm-color-muted);
406
+ @supports (color: color-mix(in lab, red, red)) {
407
+ border-color: color-mix(in oklab, var(--mm-color-muted) 50%, transparent);
408
+ }
409
+ }
410
+ .mm\:border-muted\/60 {
411
+ border-color: var(--mm-color-muted);
412
+ @supports (color: color-mix(in lab, red, red)) {
413
+ border-color: color-mix(in oklab, var(--mm-color-muted) 60%, transparent);
414
+ }
415
+ }
416
+ .mm\:border-transparent {
417
+ border-color: transparent;
418
+ }
419
+ .mm\:border-l-transparent {
420
+ border-left-color: transparent;
421
+ }
422
+ .mm\:bg-background {
423
+ background-color: var(--mm-color-background);
424
+ }
425
+ .mm\:bg-black\/60 {
426
+ background-color: var(--mm-color-black);
427
+ @supports (color: color-mix(in lab, red, red)) {
428
+ background-color: color-mix(in oklab, var(--mm-color-black) 60%, transparent);
429
+ }
430
+ }
431
+ .mm\:bg-card {
432
+ background-color: var(--mm-color-card);
433
+ }
434
+ .mm\:bg-gray-100 {
435
+ background-color: var(--mm-color-gray-100);
436
+ }
437
+ .mm\:bg-gray-200 {
438
+ background-color: var(--mm-color-gray-200);
439
+ }
440
+ .mm\:bg-muted {
441
+ background-color: var(--mm-color-muted);
442
+ }
443
+ .mm\:bg-muted\/60 {
444
+ background-color: var(--mm-color-muted);
445
+ @supports (color: color-mix(in lab, red, red)) {
446
+ background-color: color-mix(in oklab, var(--mm-color-muted) 60%, transparent);
447
+ }
448
+ }
449
+ .mm\:bg-primary {
450
+ background-color: var(--mm-color-primary);
451
+ }
452
+ .mm\:bg-transparent {
453
+ background-color: transparent;
454
+ }
455
+ .mm\:bg-white {
456
+ background-color: var(--mm-color-white);
457
+ }
458
+ .mm\:bg-gradient-to-b {
459
+ --tw-gradient-position: to bottom in oklab;
460
+ background-image: linear-gradient(var(--tw-gradient-stops));
461
+ }
462
+ .mm\:bg-gradient-to-br {
463
+ --tw-gradient-position: to bottom right in oklab;
464
+ background-image: linear-gradient(var(--tw-gradient-stops));
465
+ }
466
+ .mm\:from-\[var\(--mantine-color-mageWhisper-0\)\] {
467
+ --tw-gradient-from: var(--mantine-color-mageWhisper-0);
468
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
469
+ }
470
+ .mm\:from-black\/60 {
471
+ --tw-gradient-from: var(--mm-color-black);
472
+ @supports (color: color-mix(in lab, red, red)) {
473
+ --tw-gradient-from: color-mix(in oklab, var(--mm-color-black) 60%, transparent);
474
+ }
475
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
476
+ }
477
+ .mm\:to-\[var\(--mantine-color-mageGunmetal-0\)\] {
478
+ --tw-gradient-to: var(--mantine-color-mageGunmetal-0);
479
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
480
+ }
481
+ .mm\:to-black\/10 {
482
+ --tw-gradient-to: var(--mm-color-black);
483
+ @supports (color: color-mix(in lab, red, red)) {
484
+ --tw-gradient-to: color-mix(in oklab, var(--mm-color-black) 10%, transparent);
485
+ }
486
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
487
+ }
488
+ .mm\:fill-muted {
489
+ fill: var(--mm-color-muted);
490
+ }
491
+ .mm\:fill-secondary {
492
+ fill: var(--mm-color-secondary);
493
+ }
494
+ .mm\:p-1 {
495
+ padding: calc(var(--mm-spacing) * 1);
496
+ }
497
+ .mm\:p-2\.5 {
498
+ padding: calc(var(--mm-spacing) * 2.5);
499
+ }
500
+ .mm\:p-3 {
501
+ padding: calc(var(--mm-spacing) * 3);
502
+ }
503
+ .mm\:p-4 {
504
+ padding: calc(var(--mm-spacing) * 4);
505
+ }
506
+ .mm\:p-\[1px\] {
507
+ padding: 1px;
508
+ }
509
+ .mm\:px-2 {
510
+ padding-inline: calc(var(--mm-spacing) * 2);
511
+ }
512
+ .mm\:px-2\.5 {
513
+ padding-inline: calc(var(--mm-spacing) * 2.5);
514
+ }
515
+ .mm\:px-3 {
516
+ padding-inline: calc(var(--mm-spacing) * 3);
517
+ }
518
+ .mm\:px-4 {
519
+ padding-inline: calc(var(--mm-spacing) * 4);
520
+ }
521
+ .mm\:py-0\.5 {
522
+ padding-block: calc(var(--mm-spacing) * 0.5);
523
+ }
524
+ .mm\:py-1 {
525
+ padding-block: calc(var(--mm-spacing) * 1);
526
+ }
527
+ .mm\:py-1\.5 {
528
+ padding-block: calc(var(--mm-spacing) * 1.5);
529
+ }
530
+ .mm\:py-2 {
531
+ padding-block: calc(var(--mm-spacing) * 2);
532
+ }
533
+ .mm\:pt-2 {
534
+ padding-top: calc(var(--mm-spacing) * 2);
535
+ }
536
+ .mm\:pt-5 {
537
+ padding-top: calc(var(--mm-spacing) * 5);
538
+ }
539
+ .mm\:pb-4 {
540
+ padding-bottom: calc(var(--mm-spacing) * 4);
541
+ }
542
+ .mm\:text-center {
543
+ text-align: center;
544
+ }
545
+ .mm\:font-sans {
546
+ font-family: var(--mm-font-sans);
547
+ }
548
+ .mm\:font-serif {
549
+ font-family: var(--mm-font-serif);
550
+ }
551
+ .mm\:text-base {
552
+ font-size: var(--mm-text-base);
553
+ line-height: var(--tw-leading, var(--mm-text-base--line-height));
554
+ }
555
+ .mm\:text-lg {
556
+ font-size: var(--mm-text-lg);
557
+ line-height: var(--tw-leading, var(--mm-text-lg--line-height));
558
+ }
559
+ .mm\:text-sm {
560
+ font-size: var(--mm-text-sm);
561
+ line-height: var(--tw-leading, var(--mm-text-sm--line-height));
562
+ }
563
+ .mm\:text-xl {
564
+ font-size: var(--mm-text-xl);
565
+ line-height: var(--tw-leading, var(--mm-text-xl--line-height));
566
+ }
567
+ .mm\:text-xs {
568
+ font-size: var(--mm-text-xs);
569
+ line-height: var(--tw-leading, var(--mm-text-xs--line-height));
570
+ }
571
+ .mm\:font-bold {
572
+ --tw-font-weight: var(--mm-font-weight-bold);
573
+ font-weight: var(--mm-font-weight-bold);
574
+ }
575
+ .mm\:font-medium {
576
+ --tw-font-weight: var(--mm-font-weight-medium);
577
+ font-weight: var(--mm-font-weight-medium);
578
+ }
579
+ .mm\:font-normal {
580
+ --tw-font-weight: var(--mm-font-weight-normal);
581
+ font-weight: var(--mm-font-weight-normal);
582
+ }
583
+ .mm\:font-semibold {
584
+ --tw-font-weight: var(--mm-font-weight-semibold);
585
+ font-weight: var(--mm-font-weight-semibold);
586
+ }
587
+ .mm\:text-nowrap {
588
+ text-wrap: nowrap;
589
+ }
590
+ .mm\:overflow-ellipsis {
591
+ text-overflow: ellipsis;
592
+ }
593
+ .mm\:whitespace-nowrap {
594
+ white-space: nowrap;
595
+ }
596
+ .mm\:text-\[var\(--badge-text-color\)\] {
597
+ color: var(--badge-text-color);
598
+ }
599
+ .mm\:text-card {
600
+ color: var(--mm-color-card);
601
+ }
602
+ .mm\:text-foreground {
603
+ color: var(--mm-color-foreground);
604
+ }
605
+ .mm\:text-foreground\/60 {
606
+ color: var(--mm-color-foreground);
607
+ @supports (color: color-mix(in lab, red, red)) {
608
+ color: color-mix(in oklab, var(--mm-color-foreground) 60%, transparent);
609
+ }
610
+ }
611
+ .mm\:text-gray-400 {
612
+ color: var(--mm-color-gray-400);
613
+ }
614
+ .mm\:text-primary-foreground {
615
+ color: var(--mm-color-primary-foreground);
616
+ }
617
+ .mm\:uppercase {
618
+ text-transform: uppercase;
619
+ }
620
+ .mm\:shadow-lg {
621
+ --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));
622
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
623
+ }
624
+ .mm\:shadow-none {
625
+ --tw-shadow: 0 0 #0000;
626
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
627
+ }
628
+ .mm\:shadow-xs {
629
+ --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
630
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
631
+ }
632
+ .mm\:shadow-secondary\/20 {
633
+ --tw-shadow-color: var(--mm-color-secondary);
634
+ @supports (color: color-mix(in lab, red, red)) {
635
+ --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--mm-color-secondary) 20%, transparent) var(--tw-shadow-alpha), transparent);
636
+ }
637
+ }
638
+ .mm\:backdrop-blur-\[5px\] {
639
+ --tw-backdrop-blur: blur(5px);
640
+ -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
641
+ backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
642
+ }
643
+ .mm\:transition-\[color\,box-shadow\] {
644
+ transition-property: color,box-shadow;
645
+ transition-timing-function: var(--tw-ease, var(--mm-default-transition-timing-function));
646
+ transition-duration: var(--tw-duration, var(--mm-default-transition-duration));
647
+ }
648
+ .mm\:transition-all {
649
+ transition-property: all;
650
+ transition-timing-function: var(--tw-ease, var(--mm-default-transition-timing-function));
651
+ transition-duration: var(--tw-duration, var(--mm-default-transition-duration));
652
+ }
653
+ .mm\:duration-200 {
654
+ --tw-duration: 200ms;
655
+ transition-duration: 200ms;
656
+ }
657
+ .mm\:duration-300 {
658
+ --tw-duration: 300ms;
659
+ transition-duration: 300ms;
660
+ }
661
+ .mm\:ease-in-out {
662
+ --tw-ease: var(--mm-ease-in-out);
663
+ transition-timing-function: var(--mm-ease-in-out);
664
+ }
665
+ .mm\:outline-none {
666
+ --tw-outline-style: none;
667
+ outline-style: none;
668
+ }
669
+ .mm\:select-auto {
670
+ -webkit-user-select: auto;
671
+ user-select: auto;
672
+ }
673
+ .mm\:select-none {
674
+ -webkit-user-select: none;
675
+ user-select: none;
676
+ }
677
+ .mm\:\[--badge-text-color\:var\(--mm-color-foreground\)\] {
678
+ --badge-text-color: var(--mm-color-foreground);
679
+ }
680
+ .mm\:\[--badge-text-color\:var\(--mm-color-primary-foreground\)\] {
681
+ --badge-text-color: var(--mm-color-primary-foreground);
682
+ }
683
+ .mm\:before\:absolute {
684
+ &::before {
685
+ content: var(--tw-content);
686
+ position: absolute;
687
+ }
688
+ }
689
+ .mm\:before\:top-0 {
690
+ &::before {
691
+ content: var(--tw-content);
692
+ top: calc(var(--mm-spacing) * 0);
693
+ }
694
+ }
695
+ .mm\:before\:left-0 {
696
+ &::before {
697
+ content: var(--tw-content);
698
+ left: calc(var(--mm-spacing) * 0);
699
+ }
700
+ }
701
+ .mm\:before\:-z-1 {
702
+ &::before {
703
+ content: var(--tw-content);
704
+ z-index: calc(1 * -1);
705
+ }
706
+ }
707
+ .mm\:before\:h-full {
708
+ &::before {
709
+ content: var(--tw-content);
710
+ height: 100%;
711
+ }
712
+ }
713
+ .mm\:before\:w-full {
714
+ &::before {
715
+ content: var(--tw-content);
716
+ width: 100%;
717
+ }
718
+ }
719
+ .mm\:before\:rounded-md {
720
+ &::before {
721
+ content: var(--tw-content);
722
+ border-radius: var(--mm-radius-md);
723
+ }
724
+ }
725
+ .mm\:before\:bg-gradient-to-b {
726
+ &::before {
727
+ content: var(--tw-content);
728
+ --tw-gradient-position: to bottom in oklab;
729
+ background-image: linear-gradient(var(--tw-gradient-stops));
730
+ }
731
+ }
732
+ .mm\:before\:from-white {
733
+ &::before {
734
+ content: var(--tw-content);
735
+ --tw-gradient-from: var(--mm-color-white);
736
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
737
+ }
738
+ }
739
+ .mm\:before\:to-muted\/5 {
740
+ &::before {
741
+ content: var(--tw-content);
742
+ --tw-gradient-to: var(--mm-color-muted);
743
+ @supports (color: color-mix(in lab, red, red)) {
744
+ --tw-gradient-to: color-mix(in oklab, var(--mm-color-muted) 5%, transparent);
745
+ }
746
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
747
+ }
748
+ }
749
+ .mm\:before\:opacity-0 {
750
+ &::before {
751
+ content: var(--tw-content);
752
+ opacity: 0%;
753
+ }
754
+ }
755
+ .mm\:before\:transition-all {
756
+ &::before {
757
+ content: var(--tw-content);
758
+ transition-property: all;
759
+ transition-timing-function: var(--tw-ease, var(--mm-default-transition-timing-function));
760
+ transition-duration: var(--tw-duration, var(--mm-default-transition-duration));
761
+ }
762
+ }
763
+ .mm\:before\:duration-300 {
764
+ &::before {
765
+ content: var(--tw-content);
766
+ --tw-duration: 300ms;
767
+ transition-duration: 300ms;
768
+ }
769
+ }
770
+ .mm\:before\:ease-in-out {
771
+ &::before {
772
+ content: var(--tw-content);
773
+ --tw-ease: var(--mm-ease-in-out);
774
+ transition-timing-function: var(--mm-ease-in-out);
775
+ }
776
+ }
777
+ .mm\:before\:content-\[\'\'\] {
778
+ &::before {
779
+ content: var(--tw-content);
780
+ --tw-content: '';
781
+ content: var(--tw-content);
782
+ }
783
+ }
784
+ .mm\:after\:absolute {
785
+ &::after {
786
+ content: var(--tw-content);
787
+ position: absolute;
788
+ }
789
+ }
790
+ .mm\:after\:right-0 {
791
+ &::after {
792
+ content: var(--tw-content);
793
+ right: calc(var(--mm-spacing) * 0);
794
+ }
795
+ }
796
+ .mm\:after\:bottom-0 {
797
+ &::after {
798
+ content: var(--tw-content);
799
+ bottom: calc(var(--mm-spacing) * 0);
800
+ }
801
+ }
802
+ .mm\:after\:left-0 {
803
+ &::after {
804
+ content: var(--tw-content);
805
+ left: calc(var(--mm-spacing) * 0);
806
+ }
807
+ }
808
+ .mm\:after\:h-\[50px\] {
809
+ &::after {
810
+ content: var(--tw-content);
811
+ height: 50px;
812
+ }
813
+ }
814
+ .mm\:after\:rounded-md {
815
+ &::after {
816
+ content: var(--tw-content);
817
+ border-radius: var(--mm-radius-md);
818
+ }
819
+ }
820
+ .mm\:after\:bg-gradient-to-t {
821
+ &::after {
822
+ content: var(--tw-content);
823
+ --tw-gradient-position: to top in oklab;
824
+ background-image: linear-gradient(var(--tw-gradient-stops));
825
+ }
826
+ }
827
+ .mm\:after\:from-white {
828
+ &::after {
829
+ content: var(--tw-content);
830
+ --tw-gradient-from: var(--mm-color-white);
831
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
832
+ }
833
+ }
834
+ .mm\:after\:to-transparent {
835
+ &::after {
836
+ content: var(--tw-content);
837
+ --tw-gradient-to: transparent;
838
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
839
+ }
840
+ }
841
+ .mm\:after\:transition-all {
842
+ &::after {
843
+ content: var(--tw-content);
844
+ transition-property: all;
845
+ transition-timing-function: var(--tw-ease, var(--mm-default-transition-timing-function));
846
+ transition-duration: var(--tw-duration, var(--mm-default-transition-duration));
847
+ }
848
+ }
849
+ .mm\:after\:duration-300 {
850
+ &::after {
851
+ content: var(--tw-content);
852
+ --tw-duration: 300ms;
853
+ transition-duration: 300ms;
854
+ }
855
+ }
856
+ .mm\:after\:ease-in-out {
857
+ &::after {
858
+ content: var(--tw-content);
859
+ --tw-ease: var(--mm-ease-in-out);
860
+ transition-timing-function: var(--mm-ease-in-out);
861
+ }
862
+ }
863
+ .mm\:after\:content-\[\'\'\] {
864
+ &::after {
865
+ content: var(--tw-content);
866
+ --tw-content: '';
867
+ content: var(--tw-content);
868
+ }
869
+ }
870
+ .mm\:even\:bg-gray-50 {
871
+ &:nth-child(even) {
872
+ background-color: var(--mm-color-gray-50);
873
+ }
874
+ }
875
+ .mm\:hover\:bg-muted\/20 {
876
+ &:hover {
877
+ @media (hover: hover) {
878
+ background-color: var(--mm-color-muted);
879
+ @supports (color: color-mix(in lab, red, red)) {
880
+ background-color: color-mix(in oklab, var(--mm-color-muted) 20%, transparent);
881
+ }
882
+ }
883
+ }
884
+ }
885
+ .mm\:hover\:bg-primary\/90 {
886
+ &:hover {
887
+ @media (hover: hover) {
888
+ background-color: var(--mm-color-primary);
889
+ @supports (color: color-mix(in lab, red, red)) {
890
+ background-color: color-mix(in oklab, var(--mm-color-primary) 90%, transparent);
891
+ }
892
+ }
893
+ }
894
+ }
895
+ .mm\:hover\:before\:opacity-100 {
896
+ &:hover {
897
+ @media (hover: hover) {
898
+ &::before {
899
+ content: var(--tw-content);
900
+ opacity: 100%;
901
+ }
902
+ }
903
+ }
904
+ }
905
+ .mm\:hover\:after\:opacity-0 {
906
+ &:hover {
907
+ @media (hover: hover) {
908
+ &::after {
909
+ content: var(--tw-content);
910
+ opacity: 0%;
911
+ }
912
+ }
913
+ }
914
+ }
915
+ .mm\:active\:scale-75 {
916
+ &:active {
917
+ --tw-scale-x: 75%;
918
+ --tw-scale-y: 75%;
919
+ --tw-scale-z: 75%;
920
+ scale: var(--tw-scale-x) var(--tw-scale-y);
921
+ }
922
+ }
923
+ .mm\:disabled\:pointer-events-none {
924
+ &:disabled {
925
+ pointer-events: none;
926
+ }
927
+ }
928
+ .mm\:disabled\:opacity-50 {
929
+ &:disabled {
930
+ opacity: 50%;
931
+ }
932
+ }
933
+ .mm\:max-md\:after\:h-0 {
934
+ @media (width < 48rem) {
935
+ &::after {
936
+ content: var(--tw-content);
937
+ height: calc(var(--mm-spacing) * 0);
938
+ }
939
+ }
940
+ }
941
+ .mm\:sm\:w-150 {
942
+ @media (width >= 40rem) {
943
+ width: calc(var(--mm-spacing) * 150);
944
+ }
945
+ }
946
+ .mm\:md\:block {
947
+ @media (width >= 48rem) {
948
+ display: block;
949
+ }
950
+ }
951
+ .mm\:md\:hidden {
952
+ @media (width >= 48rem) {
953
+ display: none;
954
+ }
955
+ }
956
+ .mm\:md\:h-50 {
957
+ @media (width >= 48rem) {
958
+ height: calc(var(--mm-spacing) * 50);
959
+ }
960
+ }
961
+ .mm\:md\:flex-row {
962
+ @media (width >= 48rem) {
963
+ flex-direction: row;
964
+ }
965
+ }
966
+ .mm\:md\:items-center {
967
+ @media (width >= 48rem) {
968
+ align-items: center;
969
+ }
970
+ }
971
+ .mm\:\[\&_\[data-slot\=text\]\]\:text-\[var\(--badge-text-color\)\] {
972
+ & [data-slot=text] {
973
+ color: var(--badge-text-color);
974
+ }
975
+ }
976
+ }
977
+ @property --tw-gradient-position {
978
+ syntax: "*";
979
+ inherits: false;
980
+ }
981
+ @property --tw-gradient-from {
982
+ syntax: "<color>";
983
+ inherits: false;
984
+ initial-value: #0000;
985
+ }
986
+ @property --tw-gradient-via {
987
+ syntax: "<color>";
988
+ inherits: false;
989
+ initial-value: #0000;
990
+ }
991
+ @property --tw-gradient-to {
992
+ syntax: "<color>";
993
+ inherits: false;
994
+ initial-value: #0000;
995
+ }
996
+ @property --tw-gradient-stops {
997
+ syntax: "*";
998
+ inherits: false;
999
+ }
1000
+ @property --tw-gradient-via-stops {
1001
+ syntax: "*";
1002
+ inherits: false;
1003
+ }
1004
+ @property --tw-gradient-from-position {
1005
+ syntax: "<length-percentage>";
1006
+ inherits: false;
1007
+ initial-value: 0%;
1008
+ }
1009
+ @property --tw-gradient-via-position {
1010
+ syntax: "<length-percentage>";
1011
+ inherits: false;
1012
+ initial-value: 50%;
1013
+ }
1014
+ @property --tw-gradient-to-position {
1015
+ syntax: "<length-percentage>";
1016
+ inherits: false;
1017
+ initial-value: 100%;
1018
+ }
1019
+ @property --tw-shadow {
1020
+ syntax: "*";
1021
+ inherits: false;
1022
+ initial-value: 0 0 #0000;
1023
+ }
1024
+ @property --tw-shadow-color {
1025
+ syntax: "*";
1026
+ inherits: false;
1027
+ }
1028
+ @property --tw-shadow-alpha {
1029
+ syntax: "<percentage>";
1030
+ inherits: false;
1031
+ initial-value: 100%;
1032
+ }
1033
+ @property --tw-inset-shadow {
1034
+ syntax: "*";
1035
+ inherits: false;
1036
+ initial-value: 0 0 #0000;
1037
+ }
1038
+ @property --tw-inset-shadow-color {
1039
+ syntax: "*";
1040
+ inherits: false;
1041
+ }
1042
+ @property --tw-inset-shadow-alpha {
1043
+ syntax: "<percentage>";
1044
+ inherits: false;
1045
+ initial-value: 100%;
1046
+ }
1047
+ @property --tw-ring-color {
1048
+ syntax: "*";
1049
+ inherits: false;
1050
+ }
1051
+ @property --tw-ring-shadow {
1052
+ syntax: "*";
1053
+ inherits: false;
1054
+ initial-value: 0 0 #0000;
1055
+ }
1056
+ @property --tw-inset-ring-color {
1057
+ syntax: "*";
1058
+ inherits: false;
1059
+ }
1060
+ @property --tw-inset-ring-shadow {
1061
+ syntax: "*";
1062
+ inherits: false;
1063
+ initial-value: 0 0 #0000;
1064
+ }
1065
+ @property --tw-ring-inset {
1066
+ syntax: "*";
1067
+ inherits: false;
1068
+ }
1069
+ @property --tw-ring-offset-width {
1070
+ syntax: "<length>";
1071
+ inherits: false;
1072
+ initial-value: 0px;
1073
+ }
1074
+ @property --tw-ring-offset-color {
1075
+ syntax: "*";
1076
+ inherits: false;
1077
+ initial-value: #fff;
1078
+ }
1079
+ @property --tw-ring-offset-shadow {
1080
+ syntax: "*";
1081
+ inherits: false;
1082
+ initial-value: 0 0 #0000;
1083
+ }
1084
+ @property --tw-border-spacing-x {
1085
+ syntax: "<length>";
1086
+ inherits: false;
1087
+ initial-value: 0;
1088
+ }
1089
+ @property --tw-border-spacing-y {
1090
+ syntax: "<length>";
1091
+ inherits: false;
1092
+ initial-value: 0;
1093
+ }
1094
+ @property --tw-space-y-reverse {
1095
+ syntax: "*";
1096
+ inherits: false;
1097
+ initial-value: 0;
1098
+ }
1099
+ @property --tw-border-style {
1100
+ syntax: "*";
1101
+ inherits: false;
1102
+ initial-value: solid;
1103
+ }
1104
+ @property --tw-font-weight {
1105
+ syntax: "*";
1106
+ inherits: false;
1107
+ }
1108
+ @property --tw-backdrop-blur {
1109
+ syntax: "*";
1110
+ inherits: false;
1111
+ }
1112
+ @property --tw-backdrop-brightness {
1113
+ syntax: "*";
1114
+ inherits: false;
1115
+ }
1116
+ @property --tw-backdrop-contrast {
1117
+ syntax: "*";
1118
+ inherits: false;
1119
+ }
1120
+ @property --tw-backdrop-grayscale {
1121
+ syntax: "*";
1122
+ inherits: false;
1123
+ }
1124
+ @property --tw-backdrop-hue-rotate {
1125
+ syntax: "*";
1126
+ inherits: false;
1127
+ }
1128
+ @property --tw-backdrop-invert {
1129
+ syntax: "*";
1130
+ inherits: false;
1131
+ }
1132
+ @property --tw-backdrop-opacity {
1133
+ syntax: "*";
1134
+ inherits: false;
1135
+ }
1136
+ @property --tw-backdrop-saturate {
1137
+ syntax: "*";
1138
+ inherits: false;
1139
+ }
1140
+ @property --tw-backdrop-sepia {
1141
+ syntax: "*";
1142
+ inherits: false;
1143
+ }
1144
+ @property --tw-duration {
1145
+ syntax: "*";
1146
+ inherits: false;
1147
+ }
1148
+ @property --tw-ease {
1149
+ syntax: "*";
1150
+ inherits: false;
1151
+ }
1152
+ @property --tw-content {
1153
+ syntax: "*";
1154
+ initial-value: "";
1155
+ inherits: false;
1156
+ }
1157
+ @property --tw-scale-x {
1158
+ syntax: "*";
1159
+ inherits: false;
1160
+ initial-value: 1;
1161
+ }
1162
+ @property --tw-scale-y {
1163
+ syntax: "*";
1164
+ inherits: false;
1165
+ initial-value: 1;
1166
+ }
1167
+ @property --tw-scale-z {
1168
+ syntax: "*";
1169
+ inherits: false;
1170
+ initial-value: 1;
1171
+ }
1172
+ @keyframes spin {
1173
+ to {
1174
+ transform: rotate(360deg);
1175
+ }
1176
+ }
1177
+ @keyframes pulse {
1178
+ 50% {
1179
+ opacity: 0.5;
1180
+ }
1181
+ }
1182
+ @layer properties {
1183
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
1184
+ *, ::before, ::after, ::backdrop {
1185
+ --tw-gradient-position: initial;
1186
+ --tw-gradient-from: #0000;
1187
+ --tw-gradient-via: #0000;
1188
+ --tw-gradient-to: #0000;
1189
+ --tw-gradient-stops: initial;
1190
+ --tw-gradient-via-stops: initial;
1191
+ --tw-gradient-from-position: 0%;
1192
+ --tw-gradient-via-position: 50%;
1193
+ --tw-gradient-to-position: 100%;
1194
+ --tw-shadow: 0 0 #0000;
1195
+ --tw-shadow-color: initial;
1196
+ --tw-shadow-alpha: 100%;
1197
+ --tw-inset-shadow: 0 0 #0000;
1198
+ --tw-inset-shadow-color: initial;
1199
+ --tw-inset-shadow-alpha: 100%;
1200
+ --tw-ring-color: initial;
1201
+ --tw-ring-shadow: 0 0 #0000;
1202
+ --tw-inset-ring-color: initial;
1203
+ --tw-inset-ring-shadow: 0 0 #0000;
1204
+ --tw-ring-inset: initial;
1205
+ --tw-ring-offset-width: 0px;
1206
+ --tw-ring-offset-color: #fff;
1207
+ --tw-ring-offset-shadow: 0 0 #0000;
1208
+ --tw-border-spacing-x: 0;
1209
+ --tw-border-spacing-y: 0;
1210
+ --tw-space-y-reverse: 0;
1211
+ --tw-border-style: solid;
1212
+ --tw-font-weight: initial;
1213
+ --tw-backdrop-blur: initial;
1214
+ --tw-backdrop-brightness: initial;
1215
+ --tw-backdrop-contrast: initial;
1216
+ --tw-backdrop-grayscale: initial;
1217
+ --tw-backdrop-hue-rotate: initial;
1218
+ --tw-backdrop-invert: initial;
1219
+ --tw-backdrop-opacity: initial;
1220
+ --tw-backdrop-saturate: initial;
1221
+ --tw-backdrop-sepia: initial;
1222
+ --tw-duration: initial;
1223
+ --tw-ease: initial;
1224
+ --tw-content: "";
1225
+ --tw-scale-x: 1;
1226
+ --tw-scale-y: 1;
1227
+ --tw-scale-z: 1;
1228
+ }
1229
+ }
1230
+ }