@algorithm-shift/design-system 1.2.0 → 1.2.2

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