@algorithm-shift/design-system 1.0.0 → 1.2.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.
package/dist/styles.css CHANGED
@@ -1 +1,829 @@
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-md {
222
+ border-radius: calc(var(--radius) - 2px);
223
+ }
224
+ .border {
225
+ border-style: var(--tw-border-style);
226
+ border-width: 1px;
227
+ }
228
+ .bg-background {
229
+ background-color: var(--background);
230
+ }
231
+ .bg-destructive {
232
+ background-color: var(--destructive);
233
+ }
234
+ .bg-primary {
235
+ background-color: var(--primary);
236
+ }
237
+ .bg-red-500 {
238
+ background-color: var(--color-red-500);
239
+ }
240
+ .bg-secondary {
241
+ background-color: var(--secondary);
242
+ }
243
+ .px-3 {
244
+ padding-inline: calc(var(--spacing) * 3);
245
+ }
246
+ .px-4 {
247
+ padding-inline: calc(var(--spacing) * 4);
248
+ }
249
+ .px-6 {
250
+ padding-inline: calc(var(--spacing) * 6);
251
+ }
252
+ .py-2 {
253
+ padding-block: calc(var(--spacing) * 2);
254
+ }
255
+ .text-sm {
256
+ font-size: var(--text-sm);
257
+ line-height: var(--tw-leading, var(--text-sm--line-height));
258
+ }
259
+ .font-medium {
260
+ --tw-font-weight: var(--font-weight-medium);
261
+ font-weight: var(--font-weight-medium);
262
+ }
263
+ .whitespace-nowrap {
264
+ white-space: nowrap;
265
+ }
266
+ .text-primary {
267
+ color: var(--primary);
268
+ }
269
+ .text-primary-foreground {
270
+ color: var(--primary-foreground);
271
+ }
272
+ .text-secondary-foreground {
273
+ color: var(--secondary-foreground);
274
+ }
275
+ .text-white {
276
+ color: var(--color-white);
277
+ }
278
+ .underline-offset-4 {
279
+ text-underline-offset: 4px;
280
+ }
281
+ .shadow-xs {
282
+ --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
283
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
284
+ }
285
+ .outline {
286
+ outline-style: var(--tw-outline-style);
287
+ outline-width: 1px;
288
+ }
289
+ .transition-all {
290
+ transition-property: all;
291
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
292
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
293
+ }
294
+ .outline-none {
295
+ --tw-outline-style: none;
296
+ outline-style: none;
297
+ }
298
+ .hover\:bg-accent {
299
+ &:hover {
300
+ @media (hover: hover) {
301
+ background-color: var(--accent);
302
+ }
303
+ }
304
+ }
305
+ .hover\:bg-destructive\/90 {
306
+ &:hover {
307
+ @media (hover: hover) {
308
+ background-color: var(--destructive);
309
+ @supports (color: color-mix(in lab, red, red)) {
310
+ background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
311
+ }
312
+ }
313
+ }
314
+ }
315
+ .hover\:bg-primary\/90 {
316
+ &:hover {
317
+ @media (hover: hover) {
318
+ background-color: var(--primary);
319
+ @supports (color: color-mix(in lab, red, red)) {
320
+ background-color: color-mix(in oklab, var(--primary) 90%, transparent);
321
+ }
322
+ }
323
+ }
324
+ }
325
+ .hover\:bg-red-600 {
326
+ &:hover {
327
+ @media (hover: hover) {
328
+ background-color: var(--color-red-600);
329
+ }
330
+ }
331
+ }
332
+ .hover\:bg-secondary\/80 {
333
+ &:hover {
334
+ @media (hover: hover) {
335
+ background-color: var(--secondary);
336
+ @supports (color: color-mix(in lab, red, red)) {
337
+ background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
338
+ }
339
+ }
340
+ }
341
+ }
342
+ .hover\:text-accent-foreground {
343
+ &:hover {
344
+ @media (hover: hover) {
345
+ color: var(--accent-foreground);
346
+ }
347
+ }
348
+ }
349
+ .hover\:underline {
350
+ &:hover {
351
+ @media (hover: hover) {
352
+ text-decoration-line: underline;
353
+ }
354
+ }
355
+ }
356
+ .focus-visible\:border-ring {
357
+ &:focus-visible {
358
+ border-color: var(--ring);
359
+ }
360
+ }
361
+ .focus-visible\:ring-\[3px\] {
362
+ &:focus-visible {
363
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
364
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
365
+ }
366
+ }
367
+ .focus-visible\:ring-destructive\/20 {
368
+ &:focus-visible {
369
+ --tw-ring-color: var(--destructive);
370
+ @supports (color: color-mix(in lab, red, red)) {
371
+ --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
372
+ }
373
+ }
374
+ }
375
+ .focus-visible\:ring-red-200 {
376
+ &:focus-visible {
377
+ --tw-ring-color: var(--color-red-200);
378
+ }
379
+ }
380
+ .focus-visible\:ring-ring\/50 {
381
+ &:focus-visible {
382
+ --tw-ring-color: var(--ring);
383
+ @supports (color: color-mix(in lab, red, red)) {
384
+ --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
385
+ }
386
+ }
387
+ }
388
+ .disabled\:pointer-events-none {
389
+ &:disabled {
390
+ pointer-events: none;
391
+ }
392
+ }
393
+ .disabled\:opacity-50 {
394
+ &:disabled {
395
+ opacity: 50%;
396
+ }
397
+ }
398
+ .has-\[\>svg\]\:px-2\.5 {
399
+ &:has(>svg) {
400
+ padding-inline: calc(var(--spacing) * 2.5);
401
+ }
402
+ }
403
+ .has-\[\>svg\]\:px-3 {
404
+ &:has(>svg) {
405
+ padding-inline: calc(var(--spacing) * 3);
406
+ }
407
+ }
408
+ .has-\[\>svg\]\:px-4 {
409
+ &:has(>svg) {
410
+ padding-inline: calc(var(--spacing) * 4);
411
+ }
412
+ }
413
+ .aria-invalid\:border-destructive {
414
+ &[aria-invalid="true"] {
415
+ border-color: var(--destructive);
416
+ }
417
+ }
418
+ .aria-invalid\:ring-destructive\/20 {
419
+ &[aria-invalid="true"] {
420
+ --tw-ring-color: var(--destructive);
421
+ @supports (color: color-mix(in lab, red, red)) {
422
+ --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
423
+ }
424
+ }
425
+ }
426
+ .dark\:border-input {
427
+ &:is(.dark *) {
428
+ border-color: var(--input);
429
+ }
430
+ }
431
+ .dark\:bg-destructive\/60 {
432
+ &:is(.dark *) {
433
+ background-color: var(--destructive);
434
+ @supports (color: color-mix(in lab, red, red)) {
435
+ background-color: color-mix(in oklab, var(--destructive) 60%, transparent);
436
+ }
437
+ }
438
+ }
439
+ .dark\:bg-input\/30 {
440
+ &:is(.dark *) {
441
+ background-color: var(--input);
442
+ @supports (color: color-mix(in lab, red, red)) {
443
+ background-color: color-mix(in oklab, var(--input) 30%, transparent);
444
+ }
445
+ }
446
+ }
447
+ .dark\:bg-red-700 {
448
+ &:is(.dark *) {
449
+ background-color: var(--color-red-700);
450
+ }
451
+ }
452
+ .dark\:hover\:bg-accent\/50 {
453
+ &:is(.dark *) {
454
+ &:hover {
455
+ @media (hover: hover) {
456
+ background-color: var(--accent);
457
+ @supports (color: color-mix(in lab, red, red)) {
458
+ background-color: color-mix(in oklab, var(--accent) 50%, transparent);
459
+ }
460
+ }
461
+ }
462
+ }
463
+ }
464
+ .dark\:hover\:bg-input\/50 {
465
+ &:is(.dark *) {
466
+ &:hover {
467
+ @media (hover: hover) {
468
+ background-color: var(--input);
469
+ @supports (color: color-mix(in lab, red, red)) {
470
+ background-color: color-mix(in oklab, var(--input) 50%, transparent);
471
+ }
472
+ }
473
+ }
474
+ }
475
+ }
476
+ .dark\:focus-visible\:ring-destructive\/40 {
477
+ &:is(.dark *) {
478
+ &:focus-visible {
479
+ --tw-ring-color: var(--destructive);
480
+ @supports (color: color-mix(in lab, red, red)) {
481
+ --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
482
+ }
483
+ }
484
+ }
485
+ }
486
+ .dark\:focus-visible\:ring-red-400 {
487
+ &:is(.dark *) {
488
+ &:focus-visible {
489
+ --tw-ring-color: var(--color-red-400);
490
+ }
491
+ }
492
+ }
493
+ .dark\:aria-invalid\:ring-destructive\/40 {
494
+ &:is(.dark *) {
495
+ &[aria-invalid="true"] {
496
+ --tw-ring-color: var(--destructive);
497
+ @supports (color: color-mix(in lab, red, red)) {
498
+ --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
499
+ }
500
+ }
501
+ }
502
+ }
503
+ .\[\&_svg\]\:pointer-events-none {
504
+ & svg {
505
+ pointer-events: none;
506
+ }
507
+ }
508
+ .\[\&_svg\]\:shrink-0 {
509
+ & svg {
510
+ flex-shrink: 0;
511
+ }
512
+ }
513
+ .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 {
514
+ & svg:not([class*='size-']) {
515
+ width: calc(var(--spacing) * 4);
516
+ height: calc(var(--spacing) * 4);
517
+ }
518
+ }
519
+ }
520
+ @property --tw-animation-delay {
521
+ syntax: "*";
522
+ inherits: false;
523
+ initial-value: 0s;
524
+ }
525
+ @property --tw-animation-direction {
526
+ syntax: "*";
527
+ inherits: false;
528
+ initial-value: normal;
529
+ }
530
+ @property --tw-animation-duration {
531
+ syntax: "*";
532
+ inherits: false;
533
+ }
534
+ @property --tw-animation-fill-mode {
535
+ syntax: "*";
536
+ inherits: false;
537
+ initial-value: none;
538
+ }
539
+ @property --tw-animation-iteration-count {
540
+ syntax: "*";
541
+ inherits: false;
542
+ initial-value: 1;
543
+ }
544
+ @property --tw-enter-blur {
545
+ syntax: "*";
546
+ inherits: false;
547
+ initial-value: 0;
548
+ }
549
+ @property --tw-enter-opacity {
550
+ syntax: "*";
551
+ inherits: false;
552
+ initial-value: 1;
553
+ }
554
+ @property --tw-enter-rotate {
555
+ syntax: "*";
556
+ inherits: false;
557
+ initial-value: 0;
558
+ }
559
+ @property --tw-enter-scale {
560
+ syntax: "*";
561
+ inherits: false;
562
+ initial-value: 1;
563
+ }
564
+ @property --tw-enter-translate-x {
565
+ syntax: "*";
566
+ inherits: false;
567
+ initial-value: 0;
568
+ }
569
+ @property --tw-enter-translate-y {
570
+ syntax: "*";
571
+ inherits: false;
572
+ initial-value: 0;
573
+ }
574
+ @property --tw-exit-blur {
575
+ syntax: "*";
576
+ inherits: false;
577
+ initial-value: 0;
578
+ }
579
+ @property --tw-exit-opacity {
580
+ syntax: "*";
581
+ inherits: false;
582
+ initial-value: 1;
583
+ }
584
+ @property --tw-exit-rotate {
585
+ syntax: "*";
586
+ inherits: false;
587
+ initial-value: 0;
588
+ }
589
+ @property --tw-exit-scale {
590
+ syntax: "*";
591
+ inherits: false;
592
+ initial-value: 1;
593
+ }
594
+ @property --tw-exit-translate-x {
595
+ syntax: "*";
596
+ inherits: false;
597
+ initial-value: 0;
598
+ }
599
+ @property --tw-exit-translate-y {
600
+ syntax: "*";
601
+ inherits: false;
602
+ initial-value: 0;
603
+ }
604
+ :root {
605
+ --background: oklch(1 0 0);
606
+ --foreground: oklch(0.145 0 0);
607
+ --card: oklch(1 0 0);
608
+ --card-foreground: oklch(0.145 0 0);
609
+ --popover: oklch(1 0 0);
610
+ --popover-foreground: oklch(0.145 0 0);
611
+ --primary: oklch(0.205 0 0);
612
+ --primary-foreground: oklch(0.985 0 0);
613
+ --secondary: oklch(0.97 0 0);
614
+ --secondary-foreground: oklch(0.205 0 0);
615
+ --muted: oklch(0.97 0 0);
616
+ --muted-foreground: oklch(0.556 0 0);
617
+ --accent: oklch(0.97 0 0);
618
+ --accent-foreground: oklch(0.205 0 0);
619
+ --destructive: oklch(0.577 0.245 27.325);
620
+ --destructive-foreground: oklch(0.577 0.245 27.325);
621
+ --border: oklch(0.922 0 0);
622
+ --input: oklch(0.922 0 0);
623
+ --ring: oklch(0.708 0 0);
624
+ --chart-1: oklch(0.646 0.222 41.116);
625
+ --chart-2: oklch(0.6 0.118 184.704);
626
+ --chart-3: oklch(0.398 0.07 227.392);
627
+ --chart-4: oklch(0.828 0.189 84.429);
628
+ --chart-5: oklch(0.769 0.188 70.08);
629
+ --radius: 0.625rem;
630
+ --sidebar: oklch(0.985 0 0);
631
+ --sidebar-foreground: oklch(0.145 0 0);
632
+ --sidebar-primary: oklch(0.205 0 0);
633
+ --sidebar-primary-foreground: oklch(0.985 0 0);
634
+ --sidebar-accent: oklch(0.97 0 0);
635
+ --sidebar-accent-foreground: oklch(0.205 0 0);
636
+ --sidebar-border: oklch(0.922 0 0);
637
+ --sidebar-ring: oklch(0.708 0 0);
638
+ }
639
+ .dark {
640
+ --background: oklch(0.145 0 0);
641
+ --foreground: oklch(0.985 0 0);
642
+ --card: oklch(0.145 0 0);
643
+ --card-foreground: oklch(0.985 0 0);
644
+ --popover: oklch(0.145 0 0);
645
+ --popover-foreground: oklch(0.985 0 0);
646
+ --primary: oklch(0.985 0 0);
647
+ --primary-foreground: oklch(0.205 0 0);
648
+ --secondary: oklch(0.269 0 0);
649
+ --secondary-foreground: oklch(0.985 0 0);
650
+ --muted: oklch(0.269 0 0);
651
+ --muted-foreground: oklch(0.708 0 0);
652
+ --accent: oklch(0.269 0 0);
653
+ --accent-foreground: oklch(0.985 0 0);
654
+ --destructive: oklch(0.396 0.141 25.723);
655
+ --destructive-foreground: oklch(0.637 0.237 25.331);
656
+ --border: oklch(0.269 0 0);
657
+ --input: oklch(0.269 0 0);
658
+ --ring: oklch(0.439 0 0);
659
+ --chart-1: oklch(0.488 0.243 264.376);
660
+ --chart-2: oklch(0.696 0.17 162.48);
661
+ --chart-3: oklch(0.769 0.188 70.08);
662
+ --chart-4: oklch(0.627 0.265 303.9);
663
+ --chart-5: oklch(0.645 0.246 16.439);
664
+ --sidebar: oklch(0.205 0 0);
665
+ --sidebar-foreground: oklch(0.985 0 0);
666
+ --sidebar-primary: oklch(0.488 0.243 264.376);
667
+ --sidebar-primary-foreground: oklch(0.985 0 0);
668
+ --sidebar-accent: oklch(0.269 0 0);
669
+ --sidebar-accent-foreground: oklch(0.985 0 0);
670
+ --sidebar-border: oklch(0.269 0 0);
671
+ --sidebar-ring: oklch(0.439 0 0);
672
+ }
673
+ @layer base {
674
+ * {
675
+ border-color: var(--border);
676
+ outline-color: var(--ring);
677
+ @supports (color: color-mix(in lab, red, red)) {
678
+ outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
679
+ }
680
+ }
681
+ body {
682
+ background-color: var(--background);
683
+ color: var(--foreground);
684
+ }
685
+ }
686
+ @property --tw-rotate-x {
687
+ syntax: "*";
688
+ inherits: false;
689
+ }
690
+ @property --tw-rotate-y {
691
+ syntax: "*";
692
+ inherits: false;
693
+ }
694
+ @property --tw-rotate-z {
695
+ syntax: "*";
696
+ inherits: false;
697
+ }
698
+ @property --tw-skew-x {
699
+ syntax: "*";
700
+ inherits: false;
701
+ }
702
+ @property --tw-skew-y {
703
+ syntax: "*";
704
+ inherits: false;
705
+ }
706
+ @property --tw-border-style {
707
+ syntax: "*";
708
+ inherits: false;
709
+ initial-value: solid;
710
+ }
711
+ @property --tw-font-weight {
712
+ syntax: "*";
713
+ inherits: false;
714
+ }
715
+ @property --tw-shadow {
716
+ syntax: "*";
717
+ inherits: false;
718
+ initial-value: 0 0 #0000;
719
+ }
720
+ @property --tw-shadow-color {
721
+ syntax: "*";
722
+ inherits: false;
723
+ }
724
+ @property --tw-shadow-alpha {
725
+ syntax: "<percentage>";
726
+ inherits: false;
727
+ initial-value: 100%;
728
+ }
729
+ @property --tw-inset-shadow {
730
+ syntax: "*";
731
+ inherits: false;
732
+ initial-value: 0 0 #0000;
733
+ }
734
+ @property --tw-inset-shadow-color {
735
+ syntax: "*";
736
+ inherits: false;
737
+ }
738
+ @property --tw-inset-shadow-alpha {
739
+ syntax: "<percentage>";
740
+ inherits: false;
741
+ initial-value: 100%;
742
+ }
743
+ @property --tw-ring-color {
744
+ syntax: "*";
745
+ inherits: false;
746
+ }
747
+ @property --tw-ring-shadow {
748
+ syntax: "*";
749
+ inherits: false;
750
+ initial-value: 0 0 #0000;
751
+ }
752
+ @property --tw-inset-ring-color {
753
+ syntax: "*";
754
+ inherits: false;
755
+ }
756
+ @property --tw-inset-ring-shadow {
757
+ syntax: "*";
758
+ inherits: false;
759
+ initial-value: 0 0 #0000;
760
+ }
761
+ @property --tw-ring-inset {
762
+ syntax: "*";
763
+ inherits: false;
764
+ }
765
+ @property --tw-ring-offset-width {
766
+ syntax: "<length>";
767
+ inherits: false;
768
+ initial-value: 0px;
769
+ }
770
+ @property --tw-ring-offset-color {
771
+ syntax: "*";
772
+ inherits: false;
773
+ initial-value: #fff;
774
+ }
775
+ @property --tw-ring-offset-shadow {
776
+ syntax: "*";
777
+ inherits: false;
778
+ initial-value: 0 0 #0000;
779
+ }
780
+ @property --tw-outline-style {
781
+ syntax: "*";
782
+ inherits: false;
783
+ initial-value: solid;
784
+ }
785
+ @layer properties {
786
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
787
+ *, ::before, ::after, ::backdrop {
788
+ --tw-rotate-x: initial;
789
+ --tw-rotate-y: initial;
790
+ --tw-rotate-z: initial;
791
+ --tw-skew-x: initial;
792
+ --tw-skew-y: initial;
793
+ --tw-border-style: solid;
794
+ --tw-font-weight: initial;
795
+ --tw-shadow: 0 0 #0000;
796
+ --tw-shadow-color: initial;
797
+ --tw-shadow-alpha: 100%;
798
+ --tw-inset-shadow: 0 0 #0000;
799
+ --tw-inset-shadow-color: initial;
800
+ --tw-inset-shadow-alpha: 100%;
801
+ --tw-ring-color: initial;
802
+ --tw-ring-shadow: 0 0 #0000;
803
+ --tw-inset-ring-color: initial;
804
+ --tw-inset-ring-shadow: 0 0 #0000;
805
+ --tw-ring-inset: initial;
806
+ --tw-ring-offset-width: 0px;
807
+ --tw-ring-offset-color: #fff;
808
+ --tw-ring-offset-shadow: 0 0 #0000;
809
+ --tw-outline-style: solid;
810
+ --tw-animation-delay: 0s;
811
+ --tw-animation-direction: normal;
812
+ --tw-animation-duration: initial;
813
+ --tw-animation-fill-mode: none;
814
+ --tw-animation-iteration-count: 1;
815
+ --tw-enter-blur: 0;
816
+ --tw-enter-opacity: 1;
817
+ --tw-enter-rotate: 0;
818
+ --tw-enter-scale: 1;
819
+ --tw-enter-translate-x: 0;
820
+ --tw-enter-translate-y: 0;
821
+ --tw-exit-blur: 0;
822
+ --tw-exit-opacity: 1;
823
+ --tw-exit-rotate: 0;
824
+ --tw-exit-scale: 1;
825
+ --tw-exit-translate-x: 0;
826
+ --tw-exit-translate-y: 0;
827
+ }
828
+ }
829
+ }