cuenti-dna 0.1.0-beta.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,2035 @@
1
+ /*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
2
+ @import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
3
+ @import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
4
+ @layer properties;
5
+ @layer theme, base, components, utilities;
6
+ @layer theme {
7
+ :root, :host {
8
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
9
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
10
+ --font-mono: var(--font-mono);
11
+ --color-neutral-50: var(--neutral-50);
12
+ --color-neutral-100: var(--neutral-100);
13
+ --color-neutral-200: var(--neutral-200);
14
+ --color-neutral-300: var(--neutral-300);
15
+ --color-neutral-400: var(--neutral-400);
16
+ --color-neutral-500: var(--neutral-500);
17
+ --color-neutral-600: var(--neutral-600);
18
+ --color-neutral-700: var(--neutral-700);
19
+ --color-neutral-800: var(--neutral-800);
20
+ --color-neutral-900: var(--neutral-900);
21
+ --color-white: #fff;
22
+ --spacing: 0.25rem;
23
+ --container-md: 28rem;
24
+ --text-sm: 0.875rem;
25
+ --text-sm--line-height: calc(1.25 / 0.875);
26
+ --text-base: 1rem;
27
+ --text-base--line-height: calc(1.5 / 1);
28
+ --font-weight-normal: 400;
29
+ --font-weight-semibold: 600;
30
+ --font-weight-bold: 700;
31
+ --tracking-normal: 0em;
32
+ --radius-xs: calc(var(--radius) - 6px);
33
+ --radius-sm: calc(var(--radius) - 4px);
34
+ --radius-md: var(--radius);
35
+ --radius-lg: calc(var(--radius) + 4px);
36
+ --radius-xl: calc(var(--radius) + 6px);
37
+ --shadow-xs: 0px 1.5px 3px 0px rgb(68 124 221 / 20%);
38
+ --shadow-sm: 0px 6px 12px 0px rgb(68 124 221 / 20%);
39
+ --shadow-md: 0px 9px 21px 0px rgb(68 124 221 / 20%);
40
+ --shadow-lg: 0px 12px 36px -6px rgb(68 124 221 / 20%);
41
+ --shadow-xl: 0px 24px 72px -12px rgb(68 124 221 / 20%);
42
+ --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
43
+ --default-transition-duration: 150ms;
44
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
45
+ --default-font-family: var(--font-sans);
46
+ --default-mono-font-family: var(--font-mono);
47
+ --radius: 1rem;
48
+ --color-background: var(--background);
49
+ --color-foreground: var(--foreground);
50
+ --color-neutral-1000: var(--neutral-1000);
51
+ --color-neutral-1100: var(--neutral-1100);
52
+ --color-primary-50: var(--primary-50);
53
+ --color-primary-100: var(--primary-100);
54
+ --color-primary-200: var(--primary-200);
55
+ --color-primary-300: var(--primary-300);
56
+ --color-primary-400: var(--primary-400);
57
+ --color-primary-500: var(--primary-500);
58
+ --color-primary-600: var(--primary-600);
59
+ --color-primary-700: var(--primary-700);
60
+ --color-primary-800: var(--primary-800);
61
+ --color-primary-900: var(--primary-900);
62
+ --color-primary: var(--primary);
63
+ --color-primary-foreground: var(--primary-foreground);
64
+ --color-secondary-25: var(--secondary-25);
65
+ --color-secondary-50: var(--secondary-50);
66
+ --color-secondary-100: var(--secondary-100);
67
+ --color-secondary-200: var(--secondary-200);
68
+ --color-secondary-300: var(--secondary-300);
69
+ --color-secondary-400: var(--secondary-400);
70
+ --color-secondary-500: var(--secondary-500);
71
+ --color-secondary-600: var(--secondary-600);
72
+ --color-secondary-700: var(--secondary-700);
73
+ --color-secondary-800: var(--secondary-800);
74
+ --color-secondary-900: var(--secondary-900);
75
+ --color-secondary: var(--secondary);
76
+ --color-secondary-foreground: var(--secondary-foreground);
77
+ --color-accent-50: var(--accent-50);
78
+ --color-accent-100: var(--accent-100);
79
+ --color-accent-200: var(--accent-200);
80
+ --color-accent-300: var(--accent-300);
81
+ --color-accent-400: var(--accent-400);
82
+ --color-accent-500: var(--accent-500);
83
+ --color-accent-600: var(--accent-600);
84
+ --color-accent-700: var(--accent-700);
85
+ --color-accent-800: var(--accent-800);
86
+ --color-accent-900: var(--accent-900);
87
+ --color-accent: var(--accent);
88
+ --color-accent-foreground: var(--accent-foreground);
89
+ --color-destructive-25: var(--destructive-25);
90
+ --color-destructive-50: var(--destructive-50);
91
+ --color-destructive-100: var(--destructive-100);
92
+ --color-destructive-200: var(--destructive-200);
93
+ --color-destructive-300: var(--destructive-300);
94
+ --color-destructive-400: var(--destructive-400);
95
+ --color-destructive-500: var(--destructive-500);
96
+ --color-destructive-600: var(--destructive-600);
97
+ --color-destructive-700: var(--destructive-700);
98
+ --color-destructive-800: var(--destructive-800);
99
+ --color-destructive-900: var(--destructive-900);
100
+ --color-destructive: var(--destructive);
101
+ --color-destructive-foreground: var(--destructive-foreground);
102
+ --color-success-25: var(--success-25);
103
+ --color-success-50: var(--success-50);
104
+ --color-success-100: var(--success-100);
105
+ --color-success-200: var(--success-200);
106
+ --color-success-300: var(--success-300);
107
+ --color-success-400: var(--success-400);
108
+ --color-success-500: var(--success-500);
109
+ --color-success-600: var(--success-600);
110
+ --color-success-700: var(--success-700);
111
+ --color-success-800: var(--success-800);
112
+ --color-success-900: var(--success-900);
113
+ --color-success: var(--success);
114
+ --color-success-foreground: var(--success-foreground);
115
+ --color-warning-25: var(--warning-25);
116
+ --color-warning-50: var(--warning-50);
117
+ --color-warning-100: var(--warning-100);
118
+ --color-warning-200: var(--warning-200);
119
+ --color-warning-300: var(--warning-300);
120
+ --color-warning-400: var(--warning-400);
121
+ --color-warning-500: var(--warning-500);
122
+ --color-warning-600: var(--warning-600);
123
+ --color-warning-700: var(--warning-700);
124
+ --color-warning-800: var(--warning-800);
125
+ --color-warning-900: var(--warning-900);
126
+ --color-warning: var(--warning);
127
+ --color-warning-foreground: var(--warning-foreground);
128
+ --color-info-25: var(--info-25);
129
+ --color-info-50: var(--info-50);
130
+ --color-info-100: var(--info-100);
131
+ --color-info-200: var(--info-200);
132
+ --color-info-300: var(--info-300);
133
+ --color-info-400: var(--info-400);
134
+ --color-info-500: var(--info-500);
135
+ --color-info-600: var(--info-600);
136
+ --color-info-700: var(--info-700);
137
+ --color-info-800: var(--info-800);
138
+ --color-info-900: var(--info-900);
139
+ --color-info: var(--info);
140
+ --color-info-foreground: var(--info-foreground);
141
+ --color-alt2-25: var(--alt2-25);
142
+ --color-alt2-50: var(--alt2-50);
143
+ --color-alt2-100: var(--alt2-100);
144
+ --color-alt2-200: var(--alt2-200);
145
+ --color-alt2-300: var(--alt2-300);
146
+ --color-alt2-400: var(--alt2-400);
147
+ --color-alt2-500: var(--alt2-500);
148
+ --color-alt2-600: var(--alt2-600);
149
+ --color-alt2-700: var(--alt2-700);
150
+ --color-alt2-800: var(--alt2-800);
151
+ --color-alt2-900: var(--alt2-900);
152
+ --color-alt2: var(--alt2);
153
+ --color-alt2-foreground: var(--alt2-foreground);
154
+ --color-muted: var(--neutral-400);
155
+ --color-muted-foreground: var(--neutral-700);
156
+ --color-card: var(--neutral-50);
157
+ --color-card-foreground: var(--foreground);
158
+ --color-ring: var(--primary);
159
+ --color-border: var(--neutral-600);
160
+ --font-title: var(--font-title);
161
+ --font-paragraph: var(--font-paragraph);
162
+ --breakpoint-xs: 400px;
163
+ }
164
+ }
165
+ @layer base {
166
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
167
+ box-sizing: border-box;
168
+ margin: 0;
169
+ padding: 0;
170
+ border: 0 solid;
171
+ }
172
+ html, :host {
173
+ line-height: 1.5;
174
+ -webkit-text-size-adjust: 100%;
175
+ tab-size: 4;
176
+ 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");
177
+ font-feature-settings: var(--default-font-feature-settings, normal);
178
+ font-variation-settings: var(--default-font-variation-settings, normal);
179
+ -webkit-tap-highlight-color: transparent;
180
+ }
181
+ hr {
182
+ height: 0;
183
+ color: inherit;
184
+ border-top-width: 1px;
185
+ }
186
+ abbr:where([title]) {
187
+ -webkit-text-decoration: underline dotted;
188
+ text-decoration: underline dotted;
189
+ }
190
+ h1, h2, h3, h4, h5, h6 {
191
+ font-size: inherit;
192
+ font-weight: inherit;
193
+ }
194
+ a {
195
+ color: inherit;
196
+ -webkit-text-decoration: inherit;
197
+ text-decoration: inherit;
198
+ }
199
+ b, strong {
200
+ font-weight: bolder;
201
+ }
202
+ code, kbd, samp, pre {
203
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
204
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
205
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
206
+ font-size: 1em;
207
+ }
208
+ small {
209
+ font-size: 80%;
210
+ }
211
+ sub, sup {
212
+ font-size: 75%;
213
+ line-height: 0;
214
+ position: relative;
215
+ vertical-align: baseline;
216
+ }
217
+ sub {
218
+ bottom: -0.25em;
219
+ }
220
+ sup {
221
+ top: -0.5em;
222
+ }
223
+ table {
224
+ text-indent: 0;
225
+ border-color: inherit;
226
+ border-collapse: collapse;
227
+ }
228
+ :-moz-focusring {
229
+ outline: auto;
230
+ }
231
+ progress {
232
+ vertical-align: baseline;
233
+ }
234
+ summary {
235
+ display: list-item;
236
+ }
237
+ ol, ul, menu {
238
+ list-style: none;
239
+ }
240
+ img, svg, video, canvas, audio, iframe, embed, object {
241
+ display: block;
242
+ vertical-align: middle;
243
+ }
244
+ img, video {
245
+ max-width: 100%;
246
+ height: auto;
247
+ }
248
+ button, input, select, optgroup, textarea, ::file-selector-button {
249
+ font: inherit;
250
+ font-feature-settings: inherit;
251
+ font-variation-settings: inherit;
252
+ letter-spacing: inherit;
253
+ color: inherit;
254
+ border-radius: 0;
255
+ background-color: transparent;
256
+ opacity: 1;
257
+ }
258
+ :where(select:is([multiple], [size])) optgroup {
259
+ font-weight: bolder;
260
+ }
261
+ :where(select:is([multiple], [size])) optgroup option {
262
+ padding-inline-start: 20px;
263
+ }
264
+ ::file-selector-button {
265
+ margin-inline-end: 4px;
266
+ }
267
+ ::placeholder {
268
+ opacity: 1;
269
+ }
270
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
271
+ ::placeholder {
272
+ color: currentcolor;
273
+ @supports (color: color-mix(in lab, red, red)) {
274
+ color: color-mix(in oklab, currentcolor 50%, transparent);
275
+ }
276
+ }
277
+ }
278
+ textarea {
279
+ resize: vertical;
280
+ }
281
+ ::-webkit-search-decoration {
282
+ -webkit-appearance: none;
283
+ }
284
+ ::-webkit-date-and-time-value {
285
+ min-height: 1lh;
286
+ text-align: inherit;
287
+ }
288
+ ::-webkit-datetime-edit {
289
+ display: inline-flex;
290
+ }
291
+ ::-webkit-datetime-edit-fields-wrapper {
292
+ padding: 0;
293
+ }
294
+ ::-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 {
295
+ padding-block: 0;
296
+ }
297
+ ::-webkit-calendar-picker-indicator {
298
+ line-height: 1;
299
+ }
300
+ :-moz-ui-invalid {
301
+ box-shadow: none;
302
+ }
303
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
304
+ appearance: button;
305
+ }
306
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
307
+ height: auto;
308
+ }
309
+ [hidden]:where(:not([hidden="until-found"])) {
310
+ display: none !important;
311
+ }
312
+ }
313
+ @layer utilities {
314
+ .\@container\/card-header {
315
+ container-type: inline-size;
316
+ container-name: card-header;
317
+ }
318
+ .pointer-events-none {
319
+ pointer-events: none;
320
+ }
321
+ .visible {
322
+ visibility: visible;
323
+ }
324
+ .sr-only {
325
+ position: absolute;
326
+ width: 1px;
327
+ height: 1px;
328
+ padding: 0;
329
+ margin: -1px;
330
+ overflow: hidden;
331
+ clip-path: inset(50%);
332
+ white-space: nowrap;
333
+ border-width: 0;
334
+ }
335
+ .absolute {
336
+ position: absolute;
337
+ }
338
+ .relative {
339
+ position: relative;
340
+ }
341
+ .static {
342
+ position: static;
343
+ }
344
+ .top-1\/2 {
345
+ top: calc(1 / 2 * 100%);
346
+ }
347
+ .right-1 {
348
+ right: calc(var(--spacing) * 1);
349
+ }
350
+ .z-10 {
351
+ z-index: 10;
352
+ }
353
+ .col-start-2 {
354
+ grid-column-start: 2;
355
+ }
356
+ .row-span-2 {
357
+ grid-row: span 2 / span 2;
358
+ }
359
+ .row-start-1 {
360
+ grid-row-start: 1;
361
+ }
362
+ .flex {
363
+ display: flex;
364
+ }
365
+ .grid {
366
+ display: grid;
367
+ }
368
+ .hidden {
369
+ display: none;
370
+ }
371
+ .inline {
372
+ display: inline;
373
+ }
374
+ .inline-flex {
375
+ display: inline-flex;
376
+ }
377
+ .aspect-square {
378
+ aspect-ratio: 1 / 1;
379
+ }
380
+ .size-3 {
381
+ width: calc(var(--spacing) * 3);
382
+ height: calc(var(--spacing) * 3);
383
+ }
384
+ .size-4 {
385
+ width: calc(var(--spacing) * 4);
386
+ height: calc(var(--spacing) * 4);
387
+ }
388
+ .size-5 {
389
+ width: calc(var(--spacing) * 5);
390
+ height: calc(var(--spacing) * 5);
391
+ }
392
+ .size-6 {
393
+ width: calc(var(--spacing) * 6);
394
+ height: calc(var(--spacing) * 6);
395
+ }
396
+ .size-8 {
397
+ width: calc(var(--spacing) * 8);
398
+ height: calc(var(--spacing) * 8);
399
+ }
400
+ .size-10 {
401
+ width: calc(var(--spacing) * 10);
402
+ height: calc(var(--spacing) * 10);
403
+ }
404
+ .size-11 {
405
+ width: calc(var(--spacing) * 11);
406
+ height: calc(var(--spacing) * 11);
407
+ }
408
+ .size-12 {
409
+ width: calc(var(--spacing) * 12);
410
+ height: calc(var(--spacing) * 12);
411
+ }
412
+ .size-13 {
413
+ width: calc(var(--spacing) * 13);
414
+ height: calc(var(--spacing) * 13);
415
+ }
416
+ .h-6 {
417
+ height: calc(var(--spacing) * 6);
418
+ }
419
+ .h-10 {
420
+ height: calc(var(--spacing) * 10);
421
+ }
422
+ .h-12 {
423
+ height: calc(var(--spacing) * 12);
424
+ }
425
+ .h-13 {
426
+ height: calc(var(--spacing) * 13);
427
+ }
428
+ .w-11 {
429
+ width: calc(var(--spacing) * 11);
430
+ }
431
+ .w-80 {
432
+ width: calc(var(--spacing) * 80);
433
+ }
434
+ .w-fit {
435
+ width: fit-content;
436
+ }
437
+ .w-full {
438
+ width: 100%;
439
+ }
440
+ .max-w-md {
441
+ max-width: var(--container-md);
442
+ }
443
+ .shrink-0 {
444
+ flex-shrink: 0;
445
+ }
446
+ .-translate-y-1\/2 {
447
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
448
+ translate: var(--tw-translate-x) var(--tw-translate-y);
449
+ }
450
+ .cursor-not-allowed {
451
+ cursor: not-allowed;
452
+ }
453
+ .cursor-pointer {
454
+ cursor: pointer;
455
+ }
456
+ .appearance-none {
457
+ appearance: none;
458
+ }
459
+ .auto-rows-min {
460
+ grid-auto-rows: min-content;
461
+ }
462
+ .grid-cols-2 {
463
+ grid-template-columns: repeat(2, minmax(0, 1fr));
464
+ }
465
+ .grid-cols-3 {
466
+ grid-template-columns: repeat(3, minmax(0, 1fr));
467
+ }
468
+ .grid-rows-\[auto_auto\] {
469
+ grid-template-rows: auto auto;
470
+ }
471
+ .flex-col {
472
+ flex-direction: column;
473
+ }
474
+ .flex-wrap {
475
+ flex-wrap: wrap;
476
+ }
477
+ .place-items-center {
478
+ place-items: center;
479
+ }
480
+ .items-center {
481
+ align-items: center;
482
+ }
483
+ .items-start {
484
+ align-items: flex-start;
485
+ }
486
+ .justify-center {
487
+ justify-content: center;
488
+ }
489
+ .justify-end {
490
+ justify-content: flex-end;
491
+ }
492
+ .justify-items-center {
493
+ justify-items: center;
494
+ }
495
+ .gap-1 {
496
+ gap: calc(var(--spacing) * 1);
497
+ }
498
+ .gap-1\.5 {
499
+ gap: calc(var(--spacing) * 1.5);
500
+ }
501
+ .gap-2 {
502
+ gap: calc(var(--spacing) * 2);
503
+ }
504
+ .gap-3 {
505
+ gap: calc(var(--spacing) * 3);
506
+ }
507
+ .gap-4 {
508
+ gap: calc(var(--spacing) * 4);
509
+ }
510
+ .gap-5 {
511
+ gap: calc(var(--spacing) * 5);
512
+ }
513
+ .space-y-2 {
514
+ :where(& > :not(:last-child)) {
515
+ --tw-space-y-reverse: 0;
516
+ margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
517
+ margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
518
+ }
519
+ }
520
+ .self-start {
521
+ align-self: flex-start;
522
+ }
523
+ .justify-self-end {
524
+ justify-self: flex-end;
525
+ }
526
+ .rounded {
527
+ border-radius: 1rem;
528
+ }
529
+ .rounded-\[8px\] {
530
+ border-radius: 8px;
531
+ }
532
+ .rounded-\[14px\] {
533
+ border-radius: 14px;
534
+ }
535
+ .rounded-full {
536
+ border-radius: calc(infinity * 1px);
537
+ }
538
+ .rounded-lg {
539
+ border-radius: calc(var(--radius) + 4px);
540
+ }
541
+ .rounded-md {
542
+ border-radius: var(--radius);
543
+ }
544
+ .rounded-sm {
545
+ border-radius: calc(var(--radius) - 4px);
546
+ }
547
+ .border {
548
+ border-style: var(--tw-border-style);
549
+ border-width: 1px;
550
+ }
551
+ .border-2 {
552
+ border-style: var(--tw-border-style);
553
+ border-width: 2px;
554
+ }
555
+ .border-destructive {
556
+ border-color: var(--destructive);
557
+ }
558
+ .border-destructive\/40 {
559
+ border-color: var(--destructive);
560
+ @supports (color: color-mix(in lab, red, red)) {
561
+ border-color: color-mix(in oklab, var(--destructive) 40%, transparent);
562
+ }
563
+ }
564
+ .border-neutral-500 {
565
+ border-color: var(--neutral-500);
566
+ }
567
+ .border-neutral-600 {
568
+ border-color: var(--neutral-600);
569
+ }
570
+ .border-success {
571
+ border-color: var(--success);
572
+ }
573
+ .border-success\/40 {
574
+ border-color: var(--success);
575
+ @supports (color: color-mix(in lab, red, red)) {
576
+ border-color: color-mix(in oklab, var(--success) 40%, transparent);
577
+ }
578
+ }
579
+ .bg-accent {
580
+ background-color: var(--accent);
581
+ }
582
+ .bg-card {
583
+ background-color: var(--neutral-50);
584
+ }
585
+ .bg-destructive {
586
+ background-color: var(--destructive);
587
+ }
588
+ .bg-destructive\/10 {
589
+ background-color: var(--destructive);
590
+ @supports (color: color-mix(in lab, red, red)) {
591
+ background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
592
+ }
593
+ }
594
+ .bg-info-500 {
595
+ background-color: var(--info-500);
596
+ }
597
+ .bg-neutral-300 {
598
+ background-color: var(--neutral-300);
599
+ }
600
+ .bg-primary {
601
+ background-color: var(--primary);
602
+ }
603
+ .bg-primary-400 {
604
+ background-color: var(--primary-400);
605
+ }
606
+ .bg-secondary {
607
+ background-color: var(--secondary);
608
+ }
609
+ .bg-success {
610
+ background-color: var(--success);
611
+ }
612
+ .bg-success-500 {
613
+ background-color: var(--success-500);
614
+ }
615
+ .bg-success\/5 {
616
+ background-color: var(--success);
617
+ @supports (color: color-mix(in lab, red, red)) {
618
+ background-color: color-mix(in oklab, var(--success) 5%, transparent);
619
+ }
620
+ }
621
+ .bg-transparent {
622
+ background-color: transparent;
623
+ }
624
+ .p-0\.5 {
625
+ padding: calc(var(--spacing) * 0.5);
626
+ }
627
+ .p-4 {
628
+ padding: calc(var(--spacing) * 4);
629
+ }
630
+ .p-6 {
631
+ padding: calc(var(--spacing) * 6);
632
+ }
633
+ .px-3 {
634
+ padding-inline: calc(var(--spacing) * 3);
635
+ }
636
+ .px-5 {
637
+ padding-inline: calc(var(--spacing) * 5);
638
+ }
639
+ .px-6 {
640
+ padding-inline: calc(var(--spacing) * 6);
641
+ }
642
+ .py-2\.5 {
643
+ padding-block: calc(var(--spacing) * 2.5);
644
+ }
645
+ .py-\[15px\] {
646
+ padding-block: 15px;
647
+ }
648
+ .pt-3 {
649
+ padding-top: calc(var(--spacing) * 3);
650
+ }
651
+ .pb-3\.5 {
652
+ padding-bottom: calc(var(--spacing) * 3.5);
653
+ }
654
+ .text-base {
655
+ font-size: var(--text-base);
656
+ line-height: var(--tw-leading, var(--text-base--line-height));
657
+ }
658
+ .text-sm {
659
+ font-size: var(--text-sm);
660
+ line-height: var(--tw-leading, var(--text-sm--line-height));
661
+ }
662
+ .leading-none {
663
+ --tw-leading: 1;
664
+ line-height: 1;
665
+ }
666
+ .font-bold {
667
+ --tw-font-weight: var(--font-weight-bold);
668
+ font-weight: var(--font-weight-bold);
669
+ }
670
+ .font-normal {
671
+ --tw-font-weight: var(--font-weight-normal);
672
+ font-weight: var(--font-weight-normal);
673
+ }
674
+ .font-semibold {
675
+ --tw-font-weight: var(--font-weight-semibold);
676
+ font-weight: var(--font-weight-semibold);
677
+ }
678
+ .whitespace-nowrap {
679
+ white-space: nowrap;
680
+ }
681
+ .text-accent-foreground {
682
+ color: var(--accent-foreground);
683
+ }
684
+ .text-card-foreground {
685
+ color: var(--foreground);
686
+ }
687
+ .text-destructive {
688
+ color: var(--destructive);
689
+ }
690
+ .text-destructive-foreground {
691
+ color: var(--destructive-foreground);
692
+ }
693
+ .text-destructive\/90 {
694
+ color: var(--destructive);
695
+ @supports (color: color-mix(in lab, red, red)) {
696
+ color: color-mix(in oklab, var(--destructive) 90%, transparent);
697
+ }
698
+ }
699
+ .text-foreground {
700
+ color: var(--foreground);
701
+ }
702
+ .text-info {
703
+ color: var(--info);
704
+ }
705
+ .text-muted-foreground {
706
+ color: var(--neutral-700);
707
+ }
708
+ .text-neutral-700 {
709
+ color: var(--neutral-700);
710
+ }
711
+ .text-primary {
712
+ color: var(--primary);
713
+ }
714
+ .text-primary-foreground {
715
+ color: var(--primary-foreground);
716
+ }
717
+ .text-secondary-foreground {
718
+ color: var(--secondary-foreground);
719
+ }
720
+ .text-success {
721
+ color: var(--success);
722
+ }
723
+ .text-success-foreground {
724
+ color: var(--success-foreground);
725
+ }
726
+ .text-success\/90 {
727
+ color: var(--success);
728
+ @supports (color: color-mix(in lab, red, red)) {
729
+ color: color-mix(in oklab, var(--success) 90%, transparent);
730
+ }
731
+ }
732
+ .text-white {
733
+ color: var(--color-white);
734
+ }
735
+ .underline-offset-4 {
736
+ text-underline-offset: 4px;
737
+ }
738
+ .opacity-0 {
739
+ opacity: 0%;
740
+ }
741
+ .ring {
742
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
743
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
744
+ }
745
+ .outline {
746
+ outline-style: var(--tw-outline-style);
747
+ outline-width: 1px;
748
+ }
749
+ .outline-info-500\/20 {
750
+ outline-color: var(--info-500);
751
+ @supports (color: color-mix(in lab, red, red)) {
752
+ outline-color: color-mix(in oklab, var(--info-500) 20%, transparent);
753
+ }
754
+ }
755
+ .transition-all {
756
+ transition-property: all;
757
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
758
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
759
+ }
760
+ .transition-colors {
761
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
762
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
763
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
764
+ }
765
+ .transition-opacity {
766
+ transition-property: opacity;
767
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
768
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
769
+ }
770
+ .transition-shadow {
771
+ transition-property: box-shadow;
772
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
773
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
774
+ }
775
+ .duration-200 {
776
+ --tw-duration: 200ms;
777
+ transition-duration: 200ms;
778
+ }
779
+ .duration-300 {
780
+ --tw-duration: 300ms;
781
+ transition-duration: 300ms;
782
+ }
783
+ .ease-in-out {
784
+ --tw-ease: var(--ease-in-out);
785
+ transition-timing-function: var(--ease-in-out);
786
+ }
787
+ .outline-none {
788
+ --tw-outline-style: none;
789
+ outline-style: none;
790
+ }
791
+ .group-hover\:bg-neutral-400 {
792
+ &:is(:where(.group):hover *) {
793
+ @media (hover: hover) {
794
+ background-color: var(--neutral-400);
795
+ }
796
+ }
797
+ }
798
+ .group-has-checked\:bg-alt2-500 {
799
+ &:is(:where(.group):has(*:checked) *) {
800
+ background-color: var(--alt2-500);
801
+ }
802
+ }
803
+ .group-has-checked\:bg-info-500 {
804
+ &:is(:where(.group):has(*:checked) *) {
805
+ background-color: var(--info-500);
806
+ }
807
+ }
808
+ .group-has-checked\:group-hover\:bg-alt2-700 {
809
+ &:is(:where(.group):has(*:checked) *) {
810
+ &:is(:where(.group):hover *) {
811
+ @media (hover: hover) {
812
+ background-color: var(--alt2-700);
813
+ }
814
+ }
815
+ }
816
+ }
817
+ .group-has-checked\:group-hover\:bg-info-700 {
818
+ &:is(:where(.group):has(*:checked) *) {
819
+ &:is(:where(.group):hover *) {
820
+ @media (hover: hover) {
821
+ background-color: var(--info-700);
822
+ }
823
+ }
824
+ }
825
+ }
826
+ .group-has-checked\/control\:opacity-100 {
827
+ &:is(:where(.group\/control):has(*:checked) *) {
828
+ opacity: 100%;
829
+ }
830
+ }
831
+ .group-has-indeterminate\/control\:opacity-0 {
832
+ &:is(:where(.group\/control):has(*:indeterminate) *) {
833
+ opacity: 0%;
834
+ }
835
+ }
836
+ .group-has-indeterminate\/control\:opacity-100 {
837
+ &:is(:where(.group\/control):has(*:indeterminate) *) {
838
+ opacity: 100%;
839
+ }
840
+ }
841
+ .group-has-focus-visible\:ring-0 {
842
+ &:is(:where(.group):has(*:focus-visible) *) {
843
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
844
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
845
+ }
846
+ }
847
+ .group-has-focus-visible\:outline-3 {
848
+ &:is(:where(.group):has(*:focus-visible) *) {
849
+ outline-style: var(--tw-outline-style);
850
+ outline-width: 3px;
851
+ }
852
+ }
853
+ .group-has-disabled\:cursor-not-allowed {
854
+ &:is(:where(.group):has(*:disabled) *) {
855
+ cursor: not-allowed;
856
+ }
857
+ }
858
+ .group-has-disabled\:bg-neutral-200 {
859
+ &:is(:where(.group):has(*:disabled) *) {
860
+ background-color: var(--neutral-200);
861
+ }
862
+ }
863
+ .group-has-disabled\:group-hover\:bg-neutral-200 {
864
+ &:is(:where(.group):has(*:disabled) *) {
865
+ &:is(:where(.group):hover *) {
866
+ @media (hover: hover) {
867
+ background-color: var(--neutral-200);
868
+ }
869
+ }
870
+ }
871
+ }
872
+ .group-has-disabled\:group-has-checked\:bg-alt2-50 {
873
+ &:is(:where(.group):has(*:disabled) *) {
874
+ &:is(:where(.group):has(*:checked) *) {
875
+ background-color: var(--alt2-50);
876
+ }
877
+ }
878
+ }
879
+ .group-has-disabled\:group-has-checked\:bg-info-50 {
880
+ &:is(:where(.group):has(*:disabled) *) {
881
+ &:is(:where(.group):has(*:checked) *) {
882
+ background-color: var(--info-50);
883
+ }
884
+ }
885
+ }
886
+ .group-has-disabled\:group-has-checked\:group-hover\:bg-alt2-50 {
887
+ &:is(:where(.group):has(*:disabled) *) {
888
+ &:is(:where(.group):has(*:checked) *) {
889
+ &:is(:where(.group):hover *) {
890
+ @media (hover: hover) {
891
+ background-color: var(--alt2-50);
892
+ }
893
+ }
894
+ }
895
+ }
896
+ }
897
+ .group-has-disabled\:group-has-checked\:group-hover\:bg-info-50 {
898
+ &:is(:where(.group):has(*:disabled) *) {
899
+ &:is(:where(.group):has(*:checked) *) {
900
+ &:is(:where(.group):hover *) {
901
+ @media (hover: hover) {
902
+ background-color: var(--info-50);
903
+ }
904
+ }
905
+ }
906
+ }
907
+ }
908
+ .group-data-\[disabled\=true\]\/checkbox\:cursor-not-allowed {
909
+ &:is(:where(.group\/checkbox)[data-disabled="true"] *) {
910
+ cursor: not-allowed;
911
+ }
912
+ }
913
+ .group-data-\[disabled\=true\]\/checkbox\:text-neutral-600 {
914
+ &:is(:where(.group\/checkbox)[data-disabled="true"] *) {
915
+ color: var(--neutral-600);
916
+ }
917
+ }
918
+ .group-data-\[disabled\=true\]\/radio\:cursor-not-allowed {
919
+ &:is(:where(.group\/radio)[data-disabled="true"] *) {
920
+ cursor: not-allowed;
921
+ }
922
+ }
923
+ .group-data-\[disabled\=true\]\/radio\:text-neutral-600 {
924
+ &:is(:where(.group\/radio)[data-disabled="true"] *) {
925
+ color: var(--neutral-600);
926
+ }
927
+ }
928
+ .group-data-\[readonly\=true\]\/checkbox\:cursor-default {
929
+ &:is(:where(.group\/checkbox)[data-readonly="true"] *) {
930
+ cursor: default;
931
+ }
932
+ }
933
+ .group-data-\[readonly\=true\]\/radio\:cursor-default {
934
+ &:is(:where(.group\/radio)[data-readonly="true"] *) {
935
+ cursor: default;
936
+ }
937
+ }
938
+ .placeholder\:tracking-normal {
939
+ &::placeholder {
940
+ --tw-tracking: var(--tracking-normal);
941
+ letter-spacing: var(--tracking-normal);
942
+ }
943
+ }
944
+ .placeholder\:text-destructive-400\/70 {
945
+ &::placeholder {
946
+ color: var(--destructive-400);
947
+ @supports (color: color-mix(in lab, red, red)) {
948
+ color: color-mix(in oklab, var(--destructive-400) 70%, transparent);
949
+ }
950
+ }
951
+ }
952
+ .placeholder\:text-neutral-500 {
953
+ &::placeholder {
954
+ color: var(--neutral-500);
955
+ }
956
+ }
957
+ .placeholder\:text-success\/60 {
958
+ &::placeholder {
959
+ color: var(--success);
960
+ @supports (color: color-mix(in lab, red, red)) {
961
+ color: color-mix(in oklab, var(--success) 60%, transparent);
962
+ }
963
+ }
964
+ }
965
+ .checked\:border-info-500 {
966
+ &:checked {
967
+ border-color: var(--info-500);
968
+ }
969
+ }
970
+ .checked\:border-success-500 {
971
+ &:checked {
972
+ border-color: var(--success-500);
973
+ }
974
+ }
975
+ .checked\:bg-info-500 {
976
+ &:checked {
977
+ background-color: var(--info-500);
978
+ }
979
+ }
980
+ .checked\:bg-success-500 {
981
+ &:checked {
982
+ background-color: var(--success-500);
983
+ }
984
+ }
985
+ .indeterminate\:border-info-500 {
986
+ &:indeterminate {
987
+ border-color: var(--info-500);
988
+ }
989
+ }
990
+ .indeterminate\:border-success-500 {
991
+ &:indeterminate {
992
+ border-color: var(--success-500);
993
+ }
994
+ }
995
+ .indeterminate\:bg-info-500 {
996
+ &:indeterminate {
997
+ background-color: var(--info-500);
998
+ }
999
+ }
1000
+ .indeterminate\:bg-success-500 {
1001
+ &:indeterminate {
1002
+ background-color: var(--success-500);
1003
+ }
1004
+ }
1005
+ .focus-within\:ring-2 {
1006
+ &:focus-within {
1007
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1008
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1009
+ }
1010
+ }
1011
+ .focus-within\:ring-ring\/40 {
1012
+ &:focus-within {
1013
+ --tw-ring-color: var(--primary);
1014
+ @supports (color: color-mix(in lab, red, red)) {
1015
+ --tw-ring-color: color-mix(in oklab, var(--primary) 40%, transparent);
1016
+ }
1017
+ }
1018
+ }
1019
+ .hover\:border-destructive-600 {
1020
+ &:hover {
1021
+ @media (hover: hover) {
1022
+ border-color: var(--destructive-600);
1023
+ }
1024
+ }
1025
+ }
1026
+ .hover\:border-info-500 {
1027
+ &:hover {
1028
+ @media (hover: hover) {
1029
+ border-color: var(--info-500);
1030
+ }
1031
+ }
1032
+ }
1033
+ .hover\:border-neutral-600 {
1034
+ &:hover {
1035
+ @media (hover: hover) {
1036
+ border-color: var(--neutral-600);
1037
+ }
1038
+ }
1039
+ }
1040
+ .hover\:border-neutral-700 {
1041
+ &:hover {
1042
+ @media (hover: hover) {
1043
+ border-color: var(--neutral-700);
1044
+ }
1045
+ }
1046
+ }
1047
+ .hover\:border-secondary-300 {
1048
+ &:hover {
1049
+ @media (hover: hover) {
1050
+ border-color: var(--secondary-300);
1051
+ }
1052
+ }
1053
+ }
1054
+ .hover\:border-success-500 {
1055
+ &:hover {
1056
+ @media (hover: hover) {
1057
+ border-color: var(--success-500);
1058
+ }
1059
+ }
1060
+ }
1061
+ .hover\:border-success-600 {
1062
+ &:hover {
1063
+ @media (hover: hover) {
1064
+ border-color: var(--success-600);
1065
+ }
1066
+ }
1067
+ }
1068
+ .hover\:bg-accent-600 {
1069
+ &:hover {
1070
+ @media (hover: hover) {
1071
+ background-color: var(--accent-600);
1072
+ }
1073
+ }
1074
+ }
1075
+ .hover\:bg-destructive-600 {
1076
+ &:hover {
1077
+ @media (hover: hover) {
1078
+ background-color: var(--destructive-600);
1079
+ }
1080
+ }
1081
+ }
1082
+ .hover\:bg-info-50 {
1083
+ &:hover {
1084
+ @media (hover: hover) {
1085
+ background-color: var(--info-50);
1086
+ }
1087
+ }
1088
+ }
1089
+ .hover\:bg-neutral-300 {
1090
+ &:hover {
1091
+ @media (hover: hover) {
1092
+ background-color: var(--neutral-300);
1093
+ }
1094
+ }
1095
+ }
1096
+ .hover\:bg-neutral-400 {
1097
+ &:hover {
1098
+ @media (hover: hover) {
1099
+ background-color: var(--neutral-400);
1100
+ }
1101
+ }
1102
+ }
1103
+ .hover\:bg-primary-50 {
1104
+ &:hover {
1105
+ @media (hover: hover) {
1106
+ background-color: var(--primary-50);
1107
+ }
1108
+ }
1109
+ }
1110
+ .hover\:bg-primary-500 {
1111
+ &:hover {
1112
+ @media (hover: hover) {
1113
+ background-color: var(--primary-500);
1114
+ }
1115
+ }
1116
+ }
1117
+ .hover\:bg-primary-600 {
1118
+ &:hover {
1119
+ @media (hover: hover) {
1120
+ background-color: var(--primary-600);
1121
+ }
1122
+ }
1123
+ }
1124
+ .hover\:bg-secondary-25 {
1125
+ &:hover {
1126
+ @media (hover: hover) {
1127
+ background-color: var(--secondary-25);
1128
+ }
1129
+ }
1130
+ }
1131
+ .hover\:bg-secondary-600 {
1132
+ &:hover {
1133
+ @media (hover: hover) {
1134
+ background-color: var(--secondary-600);
1135
+ }
1136
+ }
1137
+ }
1138
+ .hover\:bg-success-50 {
1139
+ &:hover {
1140
+ @media (hover: hover) {
1141
+ background-color: var(--success-50);
1142
+ }
1143
+ }
1144
+ }
1145
+ .hover\:bg-success-600 {
1146
+ &:hover {
1147
+ @media (hover: hover) {
1148
+ background-color: var(--success-600);
1149
+ }
1150
+ }
1151
+ }
1152
+ .hover\:text-info {
1153
+ &:hover {
1154
+ @media (hover: hover) {
1155
+ color: var(--info);
1156
+ }
1157
+ }
1158
+ }
1159
+ .hover\:text-neutral-800 {
1160
+ &:hover {
1161
+ @media (hover: hover) {
1162
+ color: var(--neutral-800);
1163
+ }
1164
+ }
1165
+ }
1166
+ .hover\:text-primary-600 {
1167
+ &:hover {
1168
+ @media (hover: hover) {
1169
+ color: var(--primary-600);
1170
+ }
1171
+ }
1172
+ }
1173
+ .hover\:text-secondary-300 {
1174
+ &:hover {
1175
+ @media (hover: hover) {
1176
+ color: var(--secondary-300);
1177
+ }
1178
+ }
1179
+ }
1180
+ .hover\:underline {
1181
+ &:hover {
1182
+ @media (hover: hover) {
1183
+ text-decoration-line: underline;
1184
+ }
1185
+ }
1186
+ }
1187
+ .hover\:shadow-lg {
1188
+ &:hover {
1189
+ @media (hover: hover) {
1190
+ --tw-shadow: 0px 12px 36px -6px var(--tw-shadow-color, rgb(68 124 221 / 20%));
1191
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1192
+ }
1193
+ }
1194
+ }
1195
+ .checked\:hover\:border-info-600 {
1196
+ &:checked {
1197
+ &:hover {
1198
+ @media (hover: hover) {
1199
+ border-color: var(--info-600);
1200
+ }
1201
+ }
1202
+ }
1203
+ }
1204
+ .checked\:hover\:border-success-600 {
1205
+ &:checked {
1206
+ &:hover {
1207
+ @media (hover: hover) {
1208
+ border-color: var(--success-600);
1209
+ }
1210
+ }
1211
+ }
1212
+ }
1213
+ .checked\:hover\:bg-info-600 {
1214
+ &:checked {
1215
+ &:hover {
1216
+ @media (hover: hover) {
1217
+ background-color: var(--info-600);
1218
+ }
1219
+ }
1220
+ }
1221
+ }
1222
+ .checked\:hover\:bg-success-600 {
1223
+ &:checked {
1224
+ &:hover {
1225
+ @media (hover: hover) {
1226
+ background-color: var(--success-600);
1227
+ }
1228
+ }
1229
+ }
1230
+ }
1231
+ .indeterminate\:hover\:border-info-600 {
1232
+ &:indeterminate {
1233
+ &:hover {
1234
+ @media (hover: hover) {
1235
+ border-color: var(--info-600);
1236
+ }
1237
+ }
1238
+ }
1239
+ }
1240
+ .indeterminate\:hover\:border-success-600 {
1241
+ &:indeterminate {
1242
+ &:hover {
1243
+ @media (hover: hover) {
1244
+ border-color: var(--success-600);
1245
+ }
1246
+ }
1247
+ }
1248
+ }
1249
+ .indeterminate\:hover\:bg-info-600 {
1250
+ &:indeterminate {
1251
+ &:hover {
1252
+ @media (hover: hover) {
1253
+ background-color: var(--info-600);
1254
+ }
1255
+ }
1256
+ }
1257
+ }
1258
+ .indeterminate\:hover\:bg-success-600 {
1259
+ &:indeterminate {
1260
+ &:hover {
1261
+ @media (hover: hover) {
1262
+ background-color: var(--success-600);
1263
+ }
1264
+ }
1265
+ }
1266
+ }
1267
+ .focus\:border-destructive-400 {
1268
+ &:focus {
1269
+ border-color: var(--destructive-400);
1270
+ }
1271
+ }
1272
+ .focus\:border-info-500 {
1273
+ &:focus {
1274
+ border-color: var(--info-500);
1275
+ }
1276
+ }
1277
+ .focus\:border-success-400 {
1278
+ &:focus {
1279
+ border-color: var(--success-400);
1280
+ }
1281
+ }
1282
+ .focus\:ring-0 {
1283
+ &:focus {
1284
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1285
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1286
+ }
1287
+ }
1288
+ .focus\:outline-none {
1289
+ &:focus {
1290
+ --tw-outline-style: none;
1291
+ outline-style: none;
1292
+ }
1293
+ }
1294
+ .focus-visible\:border-info-500 {
1295
+ &:focus-visible {
1296
+ border-color: var(--info-500);
1297
+ }
1298
+ }
1299
+ .focus-visible\:border-ring {
1300
+ &:focus-visible {
1301
+ border-color: var(--primary);
1302
+ }
1303
+ }
1304
+ .focus-visible\:border-success-500 {
1305
+ &:focus-visible {
1306
+ border-color: var(--success-500);
1307
+ }
1308
+ }
1309
+ .focus-visible\:bg-neutral-400 {
1310
+ &:focus-visible {
1311
+ background-color: var(--neutral-400);
1312
+ }
1313
+ }
1314
+ .focus-visible\:ring-2 {
1315
+ &:focus-visible {
1316
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1317
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1318
+ }
1319
+ }
1320
+ .focus-visible\:ring-\[3px\] {
1321
+ &:focus-visible {
1322
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1323
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1324
+ }
1325
+ }
1326
+ .focus-visible\:ring-info-500\/20 {
1327
+ &:focus-visible {
1328
+ --tw-ring-color: var(--info-500);
1329
+ @supports (color: color-mix(in lab, red, red)) {
1330
+ --tw-ring-color: color-mix(in oklab, var(--info-500) 20%, transparent);
1331
+ }
1332
+ }
1333
+ }
1334
+ .focus-visible\:ring-ring\/50 {
1335
+ &:focus-visible {
1336
+ --tw-ring-color: var(--primary);
1337
+ @supports (color: color-mix(in lab, red, red)) {
1338
+ --tw-ring-color: color-mix(in oklab, var(--primary) 50%, transparent);
1339
+ }
1340
+ }
1341
+ }
1342
+ .focus-visible\:ring-success-500\/20 {
1343
+ &:focus-visible {
1344
+ --tw-ring-color: var(--success-500);
1345
+ @supports (color: color-mix(in lab, red, red)) {
1346
+ --tw-ring-color: color-mix(in oklab, var(--success-500) 20%, transparent);
1347
+ }
1348
+ }
1349
+ }
1350
+ .focus-visible\:ring-offset-1 {
1351
+ &:focus-visible {
1352
+ --tw-ring-offset-width: 1px;
1353
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1354
+ }
1355
+ }
1356
+ .focus-visible\:checked\:border-info-500 {
1357
+ &:focus-visible {
1358
+ &:checked {
1359
+ border-color: var(--info-500);
1360
+ }
1361
+ }
1362
+ }
1363
+ .focus-visible\:checked\:border-success-500 {
1364
+ &:focus-visible {
1365
+ &:checked {
1366
+ border-color: var(--success-500);
1367
+ }
1368
+ }
1369
+ }
1370
+ .focus-visible\:checked\:bg-info-500 {
1371
+ &:focus-visible {
1372
+ &:checked {
1373
+ background-color: var(--info-500);
1374
+ }
1375
+ }
1376
+ }
1377
+ .focus-visible\:checked\:bg-success-500 {
1378
+ &:focus-visible {
1379
+ &:checked {
1380
+ background-color: var(--success-500);
1381
+ }
1382
+ }
1383
+ }
1384
+ .active\:border-neutral-600 {
1385
+ &:active {
1386
+ border-color: var(--neutral-600);
1387
+ }
1388
+ }
1389
+ .active\:border-secondary-200 {
1390
+ &:active {
1391
+ border-color: var(--secondary-200);
1392
+ }
1393
+ }
1394
+ .active\:bg-accent-400 {
1395
+ &:active {
1396
+ background-color: var(--accent-400);
1397
+ }
1398
+ }
1399
+ .active\:bg-destructive-400 {
1400
+ &:active {
1401
+ background-color: var(--destructive-400);
1402
+ }
1403
+ }
1404
+ .active\:bg-neutral-300 {
1405
+ &:active {
1406
+ background-color: var(--neutral-300);
1407
+ }
1408
+ }
1409
+ .active\:bg-neutral-500 {
1410
+ &:active {
1411
+ background-color: var(--neutral-500);
1412
+ }
1413
+ }
1414
+ .active\:bg-primary-100 {
1415
+ &:active {
1416
+ background-color: var(--primary-100);
1417
+ }
1418
+ }
1419
+ .active\:bg-primary-300 {
1420
+ &:active {
1421
+ background-color: var(--primary-300);
1422
+ }
1423
+ }
1424
+ .active\:bg-primary-400 {
1425
+ &:active {
1426
+ background-color: var(--primary-400);
1427
+ }
1428
+ }
1429
+ .active\:bg-secondary-50 {
1430
+ &:active {
1431
+ background-color: var(--secondary-50);
1432
+ }
1433
+ }
1434
+ .active\:bg-secondary-400 {
1435
+ &:active {
1436
+ background-color: var(--secondary-400);
1437
+ }
1438
+ }
1439
+ .active\:bg-success-400 {
1440
+ &:active {
1441
+ background-color: var(--success-400);
1442
+ }
1443
+ }
1444
+ .active\:text-info-400 {
1445
+ &:active {
1446
+ color: var(--info-400);
1447
+ }
1448
+ }
1449
+ .active\:text-secondary-300 {
1450
+ &:active {
1451
+ color: var(--secondary-300);
1452
+ }
1453
+ }
1454
+ .disabled\:cursor-not-allowed {
1455
+ &:disabled {
1456
+ cursor: not-allowed;
1457
+ }
1458
+ }
1459
+ .disabled\:border-neutral-400 {
1460
+ &:disabled {
1461
+ border-color: var(--neutral-400);
1462
+ }
1463
+ }
1464
+ .disabled\:bg-neutral-200 {
1465
+ &:disabled {
1466
+ background-color: var(--neutral-200);
1467
+ }
1468
+ }
1469
+ .disabled\:bg-neutral-600 {
1470
+ &:disabled {
1471
+ background-color: var(--neutral-600);
1472
+ }
1473
+ }
1474
+ .disabled\:bg-transparent {
1475
+ &:disabled {
1476
+ background-color: transparent;
1477
+ }
1478
+ }
1479
+ .disabled\:text-neutral-600 {
1480
+ &:disabled {
1481
+ color: var(--neutral-600);
1482
+ }
1483
+ }
1484
+ .disabled\:text-neutral-700 {
1485
+ &:disabled {
1486
+ color: var(--neutral-700);
1487
+ }
1488
+ }
1489
+ .disabled\:hover\:border-neutral-400 {
1490
+ &:disabled {
1491
+ &:hover {
1492
+ @media (hover: hover) {
1493
+ border-color: var(--neutral-400);
1494
+ }
1495
+ }
1496
+ }
1497
+ }
1498
+ .disabled\:hover\:bg-transparent {
1499
+ &:disabled {
1500
+ &:hover {
1501
+ @media (hover: hover) {
1502
+ background-color: transparent;
1503
+ }
1504
+ }
1505
+ }
1506
+ }
1507
+ .has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\] {
1508
+ &:has(*[data-slot="card-action"]) {
1509
+ grid-template-columns: 1fr auto;
1510
+ }
1511
+ }
1512
+ .has-\[\>svg\]\:px-3 {
1513
+ &:has(>svg) {
1514
+ padding-inline: calc(var(--spacing) * 3);
1515
+ }
1516
+ }
1517
+ .has-\[\>svg\]\:px-5 {
1518
+ &:has(>svg) {
1519
+ padding-inline: calc(var(--spacing) * 5);
1520
+ }
1521
+ }
1522
+ .aria-pressed\:border-neutral-600 {
1523
+ &[aria-pressed="true"] {
1524
+ border-color: var(--neutral-600);
1525
+ }
1526
+ }
1527
+ .aria-pressed\:border-secondary-200 {
1528
+ &[aria-pressed="true"] {
1529
+ border-color: var(--secondary-200);
1530
+ }
1531
+ }
1532
+ .aria-pressed\:bg-accent-400 {
1533
+ &[aria-pressed="true"] {
1534
+ background-color: var(--accent-400);
1535
+ }
1536
+ }
1537
+ .aria-pressed\:bg-destructive-400 {
1538
+ &[aria-pressed="true"] {
1539
+ background-color: var(--destructive-400);
1540
+ }
1541
+ }
1542
+ .aria-pressed\:bg-neutral-300 {
1543
+ &[aria-pressed="true"] {
1544
+ background-color: var(--neutral-300);
1545
+ }
1546
+ }
1547
+ .aria-pressed\:bg-neutral-500 {
1548
+ &[aria-pressed="true"] {
1549
+ background-color: var(--neutral-500);
1550
+ }
1551
+ }
1552
+ .aria-pressed\:bg-primary-100 {
1553
+ &[aria-pressed="true"] {
1554
+ background-color: var(--primary-100);
1555
+ }
1556
+ }
1557
+ .aria-pressed\:bg-primary-300 {
1558
+ &[aria-pressed="true"] {
1559
+ background-color: var(--primary-300);
1560
+ }
1561
+ }
1562
+ .aria-pressed\:bg-primary-400 {
1563
+ &[aria-pressed="true"] {
1564
+ background-color: var(--primary-400);
1565
+ }
1566
+ }
1567
+ .aria-pressed\:bg-secondary-50 {
1568
+ &[aria-pressed="true"] {
1569
+ background-color: var(--secondary-50);
1570
+ }
1571
+ }
1572
+ .aria-pressed\:bg-secondary-400 {
1573
+ &[aria-pressed="true"] {
1574
+ background-color: var(--secondary-400);
1575
+ }
1576
+ }
1577
+ .aria-pressed\:bg-success-400 {
1578
+ &[aria-pressed="true"] {
1579
+ background-color: var(--success-400);
1580
+ }
1581
+ }
1582
+ .aria-pressed\:text-info-400 {
1583
+ &[aria-pressed="true"] {
1584
+ color: var(--info-400);
1585
+ }
1586
+ }
1587
+ .aria-pressed\:text-secondary-300 {
1588
+ &[aria-pressed="true"] {
1589
+ color: var(--secondary-300);
1590
+ }
1591
+ }
1592
+ .data-\[disabled\=true\]\:cursor-not-allowed {
1593
+ &[data-disabled="true"] {
1594
+ cursor: not-allowed;
1595
+ }
1596
+ }
1597
+ .data-\[readonly\=true\]\:cursor-default {
1598
+ &[data-readonly="true"] {
1599
+ cursor: default;
1600
+ }
1601
+ }
1602
+ .md\:grid-cols-2 {
1603
+ @media (width >= 48rem) {
1604
+ grid-template-columns: repeat(2, minmax(0, 1fr));
1605
+ }
1606
+ }
1607
+ .md\:grid-cols-3 {
1608
+ @media (width >= 48rem) {
1609
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1610
+ }
1611
+ }
1612
+ .\[\&_\>span\]\:block {
1613
+ & >span {
1614
+ display: block;
1615
+ }
1616
+ }
1617
+ .\[\&_\>span\]\:size-5 {
1618
+ & >span {
1619
+ width: calc(var(--spacing) * 5);
1620
+ height: calc(var(--spacing) * 5);
1621
+ }
1622
+ }
1623
+ .\[\&_\>span\]\:rounded-full {
1624
+ & >span {
1625
+ border-radius: calc(infinity * 1px);
1626
+ }
1627
+ }
1628
+ .\[\&_\>span\]\:bg-neutral-500 {
1629
+ & >span {
1630
+ background-color: var(--neutral-500);
1631
+ }
1632
+ }
1633
+ .\[\&_\>span\]\:transition-all {
1634
+ & >span {
1635
+ transition-property: all;
1636
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1637
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1638
+ }
1639
+ }
1640
+ .\[\&_\>span\]\:duration-300 {
1641
+ & >span {
1642
+ --tw-duration: 300ms;
1643
+ transition-duration: 300ms;
1644
+ }
1645
+ }
1646
+ .group-hover\:\[\&_\>span\]\:bg-neutral-600 {
1647
+ &:is(:where(.group):hover *) {
1648
+ @media (hover: hover) {
1649
+ & >span {
1650
+ background-color: var(--neutral-600);
1651
+ }
1652
+ }
1653
+ }
1654
+ }
1655
+ .\[\&_\>span\]\:group-has-checked\:translate-x-full {
1656
+ & >span {
1657
+ &:is(:where(.group):has(*:checked) *) {
1658
+ --tw-translate-x: 100%;
1659
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1660
+ }
1661
+ }
1662
+ }
1663
+ .group-has-checked\:\[\&_\>span\]\:bg-neutral-300 {
1664
+ &:is(:where(.group):has(*:checked) *) {
1665
+ & >span {
1666
+ background-color: var(--neutral-300);
1667
+ }
1668
+ }
1669
+ }
1670
+ .group-has-checked\:group-hover\:\[\&_\>span\]\:bg-neutral-300 {
1671
+ &:is(:where(.group):has(*:checked) *) {
1672
+ &:is(:where(.group):hover *) {
1673
+ @media (hover: hover) {
1674
+ & >span {
1675
+ background-color: var(--neutral-300);
1676
+ }
1677
+ }
1678
+ }
1679
+ }
1680
+ }
1681
+ .group-has-disabled\:\[\&_\>span\]\:bg-neutral-400 {
1682
+ &:is(:where(.group):has(*:disabled) *) {
1683
+ & >span {
1684
+ background-color: var(--neutral-400);
1685
+ }
1686
+ }
1687
+ }
1688
+ .group-has-disabled\:group-hover\:\[\&_\>span\]\:bg-neutral-400 {
1689
+ &:is(:where(.group):has(*:disabled) *) {
1690
+ &:is(:where(.group):hover *) {
1691
+ @media (hover: hover) {
1692
+ & >span {
1693
+ background-color: var(--neutral-400);
1694
+ }
1695
+ }
1696
+ }
1697
+ }
1698
+ }
1699
+ .group-has-disabled\:group-has-checked\:\[\&_\>span\]\:bg-neutral-200 {
1700
+ &:is(:where(.group):has(*:disabled) *) {
1701
+ &:is(:where(.group):has(*:checked) *) {
1702
+ & >span {
1703
+ background-color: var(--neutral-200);
1704
+ }
1705
+ }
1706
+ }
1707
+ }
1708
+ .group-has-disabled\:group-has-checked\:group-hover\:\[\&_\>span\]\:bg-neutral-200 {
1709
+ &:is(:where(.group):has(*:disabled) *) {
1710
+ &:is(:where(.group):has(*:checked) *) {
1711
+ &:is(:where(.group):hover *) {
1712
+ @media (hover: hover) {
1713
+ & >span {
1714
+ background-color: var(--neutral-200);
1715
+ }
1716
+ }
1717
+ }
1718
+ }
1719
+ }
1720
+ }
1721
+ .\[\&_svg\]\:pointer-events-none {
1722
+ & svg {
1723
+ pointer-events: none;
1724
+ }
1725
+ }
1726
+ .\[\&_svg\]\:shrink-0 {
1727
+ & svg {
1728
+ flex-shrink: 0;
1729
+ }
1730
+ }
1731
+ .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 {
1732
+ & svg:not([class*='size-']) {
1733
+ width: calc(var(--spacing) * 4);
1734
+ height: calc(var(--spacing) * 4);
1735
+ }
1736
+ }
1737
+ .\[\.border-b\]\:pb-6 {
1738
+ &:is(.border-b) {
1739
+ padding-bottom: calc(var(--spacing) * 6);
1740
+ }
1741
+ }
1742
+ .\[\.border-t\]\:pt-6 {
1743
+ &:is(.border-t) {
1744
+ padding-top: calc(var(--spacing) * 6);
1745
+ }
1746
+ }
1747
+ .\[\[type\=\'password\'\]\]\:tracking-\[0\.16em\] {
1748
+ &:is([type='password']) {
1749
+ --tw-tracking: 0.16em;
1750
+ letter-spacing: 0.16em;
1751
+ }
1752
+ }
1753
+ }
1754
+ :root {
1755
+ --background: oklch(0.9672 0 0);
1756
+ --foreground: oklch(0.2178 0 0);
1757
+ --neutral-50: #ffffff;
1758
+ --neutral-100: #fcfcfc;
1759
+ --neutral-200: #f4f4f4;
1760
+ --neutral-300: #ececec;
1761
+ --neutral-400: #e8e8e8;
1762
+ --neutral-500: #dadada;
1763
+ --neutral-600: #cdcdcd;
1764
+ --neutral-700: #797979;
1765
+ --neutral-800: #515151;
1766
+ --neutral-900: #1a1a1a;
1767
+ --neutral-1000: #141414;
1768
+ --neutral-1100: #000000;
1769
+ --primary-50: #cedcf5;
1770
+ --primary-100: #9eb8eb;
1771
+ --primary-200: #6d95e1;
1772
+ --primary-300: #3c72d7;
1773
+ --primary-400: #2556b4;
1774
+ --primary-500: #1b3f83;
1775
+ --primary-600: #17356d;
1776
+ --primary-700: #122a57;
1777
+ --primary-800: #0d2042;
1778
+ --primary-900: #09152c;
1779
+ --primary: var(--primary-500);
1780
+ --primary-foreground: var(--neutral-100);
1781
+ --secondary-25: #e8f0ff;
1782
+ --secondary-50: #cdd6ec;
1783
+ --secondary-100: #9bacd9;
1784
+ --secondary-200: #6983c5;
1785
+ --secondary-300: #405ea8;
1786
+ --secondary-400: #2d4276;
1787
+ --secondary-500: #1a2644;
1788
+ --secondary-600: #162039;
1789
+ --secondary-700: #11192d;
1790
+ --secondary-800: #0d1322;
1791
+ --secondary-900: #090d17;
1792
+ --secondary: var(--secondary-500);
1793
+ --secondary-foreground: var(--neutral-100);
1794
+ --accent-50: #fff6d5;
1795
+ --accent-100: #ffecaa;
1796
+ --accent-200: #ffe380;
1797
+ --accent-300: #ffd955;
1798
+ --accent-400: #ffd02b;
1799
+ --accent-500: #ffc600;
1800
+ --accent-600: #d5a500;
1801
+ --accent-700: #aa8400;
1802
+ --accent-800: #806300;
1803
+ --accent-900: #554200;
1804
+ --accent: var(--accent-500);
1805
+ --accent-foreground: var(--secondary);
1806
+ --destructive-25: #fff3f3;
1807
+ --destructive-50: #fbdcdc;
1808
+ --destructive-100: #f7b9b9;
1809
+ --destructive-200: #f39696;
1810
+ --destructive-300: #ee7373;
1811
+ --destructive-400: #ea5050;
1812
+ --destructive-500: #e62d2d;
1813
+ --destructive-600: #cd1818;
1814
+ --destructive-700: #a41414;
1815
+ --destructive-800: #7b0f0f;
1816
+ --destructive-900: #520a0a;
1817
+ --destructive: var(--destructive-500);
1818
+ --destructive-foreground: var(--neutral-100);
1819
+ --success-25: #ebffed;
1820
+ --success-50: #dbf5de;
1821
+ --success-100: #b8ebbd;
1822
+ --success-200: #94e19d;
1823
+ --success-300: #71d77c;
1824
+ --success-400: #4dcd5b;
1825
+ --success-500: #34b942;
1826
+ --success-600: #2b9a37;
1827
+ --success-700: #237b2c;
1828
+ --success-800: #1a5d21;
1829
+ --success-900: #113e16;
1830
+ --success: var(--success-500);
1831
+ --success-foreground: var(--neutral-100);
1832
+ --warning-25: #fffaf2;
1833
+ --warning-50: #fdefd9;
1834
+ --warning-100: #fbdeb2;
1835
+ --warning-200: #face8c;
1836
+ --warning-300: #f8be66;
1837
+ --warning-400: #f6ad3f;
1838
+ --warning-500: #f49d19;
1839
+ --warning-600: #d6850a;
1840
+ --warning-700: #ab6a08;
1841
+ --warning-800: #805006;
1842
+ --warning-900: #563504;
1843
+ --warning: var(--warning-500);
1844
+ --warning-foreground: var(--neutral-100);
1845
+ --info-25: #f3f6fd;
1846
+ --info-50: #dae5f8;
1847
+ --info-100: #b4cbf1;
1848
+ --info-200: #8fb1ea;
1849
+ --info-300: #6a96e4;
1850
+ --info-400: #447cdd;
1851
+ --info-500: #2664cf;
1852
+ --info-600: #2053ac;
1853
+ --info-700: #19438a;
1854
+ --info-800: #133267;
1855
+ --info-900: #0d2145;
1856
+ --info: var(--info-500);
1857
+ --info-foreground: var(--neutral-100);
1858
+ --alt2-25: #f6f3fa;
1859
+ --alt2-50: #e3daf0;
1860
+ --alt2-100: #c7b4e1;
1861
+ --alt2-200: #ac8fd2;
1862
+ --alt2-300: #9069c3;
1863
+ --alt2-400: #7547b1;
1864
+ --alt2-500: #5c388c;
1865
+ --alt2-600: #4d2f75;
1866
+ --alt2-700: #3d255d;
1867
+ --alt2-800: #2e1c46;
1868
+ --alt2-900: #1f1132;
1869
+ --alt2: var(--alt2-500);
1870
+ --alt2-foreground: var(--neutral-100);
1871
+ --font-paragraph: "Quicksand", ui-sans-serif, sans-serif, system-ui;
1872
+ --font-title: "Rubik", ui-sans-serif, sans-serif, system-ui;
1873
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
1874
+ --tracking-normal: 0em;
1875
+ }
1876
+ @layer base {
1877
+ * {
1878
+ font-family: var(--font-paragraph);
1879
+ --tw-font-weight: var(--font-weight-semibold);
1880
+ font-weight: var(--font-weight-semibold);
1881
+ -webkit-font-smoothing: antialiased;
1882
+ -moz-osx-font-smoothing: grayscale;
1883
+ }
1884
+ body {
1885
+ background-color: var(--neutral-50);
1886
+ color: var(--foreground);
1887
+ letter-spacing: var(--tracking-normal);
1888
+ }
1889
+ }
1890
+ @property --tw-translate-x {
1891
+ syntax: "*";
1892
+ inherits: false;
1893
+ initial-value: 0;
1894
+ }
1895
+ @property --tw-translate-y {
1896
+ syntax: "*";
1897
+ inherits: false;
1898
+ initial-value: 0;
1899
+ }
1900
+ @property --tw-translate-z {
1901
+ syntax: "*";
1902
+ inherits: false;
1903
+ initial-value: 0;
1904
+ }
1905
+ @property --tw-space-y-reverse {
1906
+ syntax: "*";
1907
+ inherits: false;
1908
+ initial-value: 0;
1909
+ }
1910
+ @property --tw-border-style {
1911
+ syntax: "*";
1912
+ inherits: false;
1913
+ initial-value: solid;
1914
+ }
1915
+ @property --tw-leading {
1916
+ syntax: "*";
1917
+ inherits: false;
1918
+ }
1919
+ @property --tw-font-weight {
1920
+ syntax: "*";
1921
+ inherits: false;
1922
+ }
1923
+ @property --tw-shadow {
1924
+ syntax: "*";
1925
+ inherits: false;
1926
+ initial-value: 0 0 #0000;
1927
+ }
1928
+ @property --tw-shadow-color {
1929
+ syntax: "*";
1930
+ inherits: false;
1931
+ }
1932
+ @property --tw-shadow-alpha {
1933
+ syntax: "<percentage>";
1934
+ inherits: false;
1935
+ initial-value: 100%;
1936
+ }
1937
+ @property --tw-inset-shadow {
1938
+ syntax: "*";
1939
+ inherits: false;
1940
+ initial-value: 0 0 #0000;
1941
+ }
1942
+ @property --tw-inset-shadow-color {
1943
+ syntax: "*";
1944
+ inherits: false;
1945
+ }
1946
+ @property --tw-inset-shadow-alpha {
1947
+ syntax: "<percentage>";
1948
+ inherits: false;
1949
+ initial-value: 100%;
1950
+ }
1951
+ @property --tw-ring-color {
1952
+ syntax: "*";
1953
+ inherits: false;
1954
+ }
1955
+ @property --tw-ring-shadow {
1956
+ syntax: "*";
1957
+ inherits: false;
1958
+ initial-value: 0 0 #0000;
1959
+ }
1960
+ @property --tw-inset-ring-color {
1961
+ syntax: "*";
1962
+ inherits: false;
1963
+ }
1964
+ @property --tw-inset-ring-shadow {
1965
+ syntax: "*";
1966
+ inherits: false;
1967
+ initial-value: 0 0 #0000;
1968
+ }
1969
+ @property --tw-ring-inset {
1970
+ syntax: "*";
1971
+ inherits: false;
1972
+ }
1973
+ @property --tw-ring-offset-width {
1974
+ syntax: "<length>";
1975
+ inherits: false;
1976
+ initial-value: 0px;
1977
+ }
1978
+ @property --tw-ring-offset-color {
1979
+ syntax: "*";
1980
+ inherits: false;
1981
+ initial-value: #fff;
1982
+ }
1983
+ @property --tw-ring-offset-shadow {
1984
+ syntax: "*";
1985
+ inherits: false;
1986
+ initial-value: 0 0 #0000;
1987
+ }
1988
+ @property --tw-outline-style {
1989
+ syntax: "*";
1990
+ inherits: false;
1991
+ initial-value: solid;
1992
+ }
1993
+ @property --tw-duration {
1994
+ syntax: "*";
1995
+ inherits: false;
1996
+ }
1997
+ @property --tw-ease {
1998
+ syntax: "*";
1999
+ inherits: false;
2000
+ }
2001
+ @property --tw-tracking {
2002
+ syntax: "*";
2003
+ inherits: false;
2004
+ }
2005
+ @layer properties {
2006
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
2007
+ *, ::before, ::after, ::backdrop {
2008
+ --tw-translate-x: 0;
2009
+ --tw-translate-y: 0;
2010
+ --tw-translate-z: 0;
2011
+ --tw-space-y-reverse: 0;
2012
+ --tw-border-style: solid;
2013
+ --tw-leading: initial;
2014
+ --tw-font-weight: initial;
2015
+ --tw-shadow: 0 0 #0000;
2016
+ --tw-shadow-color: initial;
2017
+ --tw-shadow-alpha: 100%;
2018
+ --tw-inset-shadow: 0 0 #0000;
2019
+ --tw-inset-shadow-color: initial;
2020
+ --tw-inset-shadow-alpha: 100%;
2021
+ --tw-ring-color: initial;
2022
+ --tw-ring-shadow: 0 0 #0000;
2023
+ --tw-inset-ring-color: initial;
2024
+ --tw-inset-ring-shadow: 0 0 #0000;
2025
+ --tw-ring-inset: initial;
2026
+ --tw-ring-offset-width: 0px;
2027
+ --tw-ring-offset-color: #fff;
2028
+ --tw-ring-offset-shadow: 0 0 #0000;
2029
+ --tw-outline-style: solid;
2030
+ --tw-duration: initial;
2031
+ --tw-ease: initial;
2032
+ --tw-tracking: initial;
2033
+ }
2034
+ }
2035
+ }