@agentuity/workbench 0.0.55 → 0.0.57

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