@owodesign/owoui 0.1.1 → 0.1.3

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,4171 @@
1
+ /*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
2
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
3
+ @layer properties;
4
+ @layer theme, base, components, utilities;
5
+ @layer theme {
6
+ :root, :host {
7
+ --font-sans: var(--font-inter), var(--font-noto-sans-sc), system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", Roboto, sans-serif;
8
+ --font-mono: "JetBrains Mono", "Fira Code", ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
9
+ --color-black: #000;
10
+ --color-white: #fff;
11
+ --spacing: 0.25rem;
12
+ --container-xs: 20rem;
13
+ --container-sm: 24rem;
14
+ --container-md: 28rem;
15
+ --container-lg: 32rem;
16
+ --container-2xl: 42rem;
17
+ --text-xs: 0.75rem;
18
+ --text-xs--line-height: calc(1 / 0.75);
19
+ --text-sm: 0.875rem;
20
+ --text-sm--line-height: calc(1.25 / 0.875);
21
+ --text-base: 1rem;
22
+ --text-base--line-height: calc(1.5 / 1);
23
+ --text-lg: 1.125rem;
24
+ --text-lg--line-height: calc(1.75 / 1.125);
25
+ --text-xl: 1.25rem;
26
+ --text-xl--line-height: calc(1.75 / 1.25);
27
+ --text-2xl: 1.5rem;
28
+ --text-2xl--line-height: calc(2 / 1.5);
29
+ --text-3xl: 1.875rem;
30
+ --text-3xl--line-height: calc(2.25 / 1.875);
31
+ --text-4xl: 2.25rem;
32
+ --text-4xl--line-height: calc(2.5 / 2.25);
33
+ --font-weight-medium: 500;
34
+ --font-weight-semibold: 600;
35
+ --font-weight-bold: 700;
36
+ --font-weight-extrabold: 800;
37
+ --tracking-tighter: -0.05em;
38
+ --tracking-tight: -0.025em;
39
+ --tracking-wider: 0.05em;
40
+ --tracking-widest: 0.1em;
41
+ --leading-tight: 1.25;
42
+ --leading-snug: 1.375;
43
+ --leading-relaxed: 1.625;
44
+ --radius-md: 0.375rem;
45
+ --radius-lg: 0.5rem;
46
+ --radius-xl: 0.75rem;
47
+ --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
48
+ --animate-spin: spin 1s linear infinite;
49
+ --blur-sm: 8px;
50
+ --default-transition-duration: 150ms;
51
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
52
+ --default-font-family: var(--font-sans);
53
+ --default-mono-font-family: var(--font-mono);
54
+ --color-n900: #1a1a1a;
55
+ --color-n800: #2d2d2d;
56
+ --color-n700: #4a4a4a;
57
+ --color-n600: #71717a;
58
+ --color-n500: #a1a1aa;
59
+ --color-n400: #d4d4d8;
60
+ --color-brand-primary: #1a1a1a;
61
+ --color-brand-primary-hover: #000000;
62
+ --color-surface-canvas: #ffffff;
63
+ --color-surface-base: #ffffff;
64
+ --color-surface-subtle: #fafaf9;
65
+ --color-surface-raised: #ffffff;
66
+ --color-surface-inset: #f5f5f4;
67
+ --color-surface-border: #e5e7eb;
68
+ --color-surface-ring: #d6d3d1;
69
+ --color-overlay-soft: rgba(244, 238, 230, 0.56);
70
+ --color-overlay-strong: rgba(15, 23, 42, 0.18);
71
+ --color-highlight-soft: rgba(255, 255, 255, 0.56);
72
+ --color-highlight-sheen: rgba(255, 255, 255, 0.34);
73
+ --color-text-on-brand: #ffffff;
74
+ --color-code-block-bg: #f4f4f5;
75
+ --shadow-raised: 0 10px 20px rgba(15, 23, 42, 0.08);
76
+ --shadow-popover: 0 18px 40px rgba(15, 23, 42, 0.10);
77
+ --color-admin-success-bg: rgba(16, 185, 129, 0.10);
78
+ --color-admin-success-border: rgba(16, 185, 129, 0.20);
79
+ --color-admin-success-text: #047857;
80
+ --color-admin-warning-bg: rgba(245, 158, 11, 0.10);
81
+ --color-admin-warning-border: rgba(245, 158, 11, 0.20);
82
+ --color-admin-warning-text: #b45309;
83
+ --color-admin-danger-bg: rgba(239, 68, 68, 0.10);
84
+ --color-admin-danger-border: rgba(239, 68, 68, 0.20);
85
+ --color-admin-danger-text: #b91c1c;
86
+ --color-admin-info-bg: rgba(14, 165, 233, 0.10);
87
+ --color-admin-info-border: rgba(14, 165, 233, 0.20);
88
+ --color-admin-info-text: #0369a1;
89
+ --font-heading: var(--font-source-serif-pro), var(--font-noto-serif-sc), "Source Serif 4", Georgia, "Times New Roman", serif;
90
+ --ease-standard: cubic-bezier(0.2, 0, 0, 1);
91
+ }
92
+ }
93
+ @layer base {
94
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
95
+ box-sizing: border-box;
96
+ margin: 0;
97
+ padding: 0;
98
+ border: 0 solid;
99
+ }
100
+ html, :host {
101
+ line-height: 1.5;
102
+ -webkit-text-size-adjust: 100%;
103
+ tab-size: 4;
104
+ 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");
105
+ font-feature-settings: var(--default-font-feature-settings, normal);
106
+ font-variation-settings: var(--default-font-variation-settings, normal);
107
+ -webkit-tap-highlight-color: transparent;
108
+ }
109
+ hr {
110
+ height: 0;
111
+ color: inherit;
112
+ border-top-width: 1px;
113
+ }
114
+ abbr:where([title]) {
115
+ -webkit-text-decoration: underline dotted;
116
+ text-decoration: underline dotted;
117
+ }
118
+ h1, h2, h3, h4, h5, h6 {
119
+ font-size: inherit;
120
+ font-weight: inherit;
121
+ }
122
+ a {
123
+ color: inherit;
124
+ -webkit-text-decoration: inherit;
125
+ text-decoration: inherit;
126
+ }
127
+ b, strong {
128
+ font-weight: bolder;
129
+ }
130
+ code, kbd, samp, pre {
131
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
132
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
133
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
134
+ font-size: 1em;
135
+ }
136
+ small {
137
+ font-size: 80%;
138
+ }
139
+ sub, sup {
140
+ font-size: 75%;
141
+ line-height: 0;
142
+ position: relative;
143
+ vertical-align: baseline;
144
+ }
145
+ sub {
146
+ bottom: -0.25em;
147
+ }
148
+ sup {
149
+ top: -0.5em;
150
+ }
151
+ table {
152
+ text-indent: 0;
153
+ border-color: inherit;
154
+ border-collapse: collapse;
155
+ }
156
+ :-moz-focusring {
157
+ outline: auto;
158
+ }
159
+ progress {
160
+ vertical-align: baseline;
161
+ }
162
+ summary {
163
+ display: list-item;
164
+ }
165
+ ol, ul, menu {
166
+ list-style: none;
167
+ }
168
+ img, svg, video, canvas, audio, iframe, embed, object {
169
+ display: block;
170
+ vertical-align: middle;
171
+ }
172
+ img, video {
173
+ max-width: 100%;
174
+ height: auto;
175
+ }
176
+ button, input, select, optgroup, textarea, ::file-selector-button {
177
+ font: inherit;
178
+ font-feature-settings: inherit;
179
+ font-variation-settings: inherit;
180
+ letter-spacing: inherit;
181
+ color: inherit;
182
+ border-radius: 0;
183
+ background-color: transparent;
184
+ opacity: 1;
185
+ }
186
+ :where(select:is([multiple], [size])) optgroup {
187
+ font-weight: bolder;
188
+ }
189
+ :where(select:is([multiple], [size])) optgroup option {
190
+ padding-inline-start: 20px;
191
+ }
192
+ ::file-selector-button {
193
+ margin-inline-end: 4px;
194
+ }
195
+ ::placeholder {
196
+ opacity: 1;
197
+ }
198
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
199
+ ::placeholder {
200
+ color: currentcolor;
201
+ @supports (color: color-mix(in lab, red, red)) {
202
+ color: color-mix(in oklab, currentcolor 50%, transparent);
203
+ }
204
+ }
205
+ }
206
+ textarea {
207
+ resize: vertical;
208
+ }
209
+ ::-webkit-search-decoration {
210
+ -webkit-appearance: none;
211
+ }
212
+ ::-webkit-date-and-time-value {
213
+ min-height: 1lh;
214
+ text-align: inherit;
215
+ }
216
+ ::-webkit-datetime-edit {
217
+ display: inline-flex;
218
+ }
219
+ ::-webkit-datetime-edit-fields-wrapper {
220
+ padding: 0;
221
+ }
222
+ ::-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 {
223
+ padding-block: 0;
224
+ }
225
+ ::-webkit-calendar-picker-indicator {
226
+ line-height: 1;
227
+ }
228
+ :-moz-ui-invalid {
229
+ box-shadow: none;
230
+ }
231
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
232
+ appearance: button;
233
+ }
234
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
235
+ height: auto;
236
+ }
237
+ [hidden]:where(:not([hidden="until-found"])) {
238
+ display: none !important;
239
+ }
240
+ }
241
+ @layer utilities {
242
+ .pointer-events-auto {
243
+ pointer-events: auto;
244
+ }
245
+ .pointer-events-none {
246
+ pointer-events: none;
247
+ }
248
+ .invisible {
249
+ visibility: hidden;
250
+ }
251
+ .visible {
252
+ visibility: visible;
253
+ }
254
+ .sr-only {
255
+ position: absolute;
256
+ width: 1px;
257
+ height: 1px;
258
+ padding: 0;
259
+ margin: -1px;
260
+ overflow: hidden;
261
+ clip-path: inset(50%);
262
+ white-space: nowrap;
263
+ border-width: 0;
264
+ }
265
+ .absolute {
266
+ position: absolute;
267
+ }
268
+ .fixed {
269
+ position: fixed;
270
+ }
271
+ .relative {
272
+ position: relative;
273
+ }
274
+ .static {
275
+ position: static;
276
+ }
277
+ .inset-0 {
278
+ inset: calc(var(--spacing) * 0);
279
+ }
280
+ .inset-y-0 {
281
+ inset-block: calc(var(--spacing) * 0);
282
+ }
283
+ .start {
284
+ inset-inline-start: var(--spacing);
285
+ }
286
+ .end {
287
+ inset-inline-end: var(--spacing);
288
+ }
289
+ .top-0 {
290
+ top: calc(var(--spacing) * 0);
291
+ }
292
+ .top-1\/2 {
293
+ top: calc(1 / 2 * 100%);
294
+ }
295
+ .top-16 {
296
+ top: calc(var(--spacing) * 16);
297
+ }
298
+ .top-full {
299
+ top: 100%;
300
+ }
301
+ .right-0 {
302
+ right: calc(var(--spacing) * 0);
303
+ }
304
+ .right-4 {
305
+ right: calc(var(--spacing) * 4);
306
+ }
307
+ .bottom-4 {
308
+ bottom: calc(var(--spacing) * 4);
309
+ }
310
+ .left-0 {
311
+ left: calc(var(--spacing) * 0);
312
+ }
313
+ .left-2\.5 {
314
+ left: calc(var(--spacing) * 2.5);
315
+ }
316
+ .left-4 {
317
+ left: calc(var(--spacing) * 4);
318
+ }
319
+ .z-10 {
320
+ z-index: 10;
321
+ }
322
+ .z-20 {
323
+ z-index: 20;
324
+ }
325
+ .z-40 {
326
+ z-index: 40;
327
+ }
328
+ .z-50 {
329
+ z-index: 50;
330
+ }
331
+ .z-\[9999\] {
332
+ z-index: 9999;
333
+ }
334
+ .container {
335
+ width: 100%;
336
+ @media (width >= 40rem) {
337
+ max-width: 40rem;
338
+ }
339
+ @media (width >= 48rem) {
340
+ max-width: 48rem;
341
+ }
342
+ @media (width >= 64rem) {
343
+ max-width: 64rem;
344
+ }
345
+ @media (width >= 80rem) {
346
+ max-width: 80rem;
347
+ }
348
+ @media (width >= 96rem) {
349
+ max-width: 96rem;
350
+ }
351
+ }
352
+ .mx-auto {
353
+ margin-inline: auto;
354
+ }
355
+ .-mt-0\.5 {
356
+ margin-top: calc(var(--spacing) * -0.5);
357
+ }
358
+ .mt-0\.5 {
359
+ margin-top: calc(var(--spacing) * 0.5);
360
+ }
361
+ .mt-1 {
362
+ margin-top: calc(var(--spacing) * 1);
363
+ }
364
+ .mt-2 {
365
+ margin-top: calc(var(--spacing) * 2);
366
+ }
367
+ .mt-3 {
368
+ margin-top: calc(var(--spacing) * 3);
369
+ }
370
+ .mt-auto {
371
+ margin-top: auto;
372
+ }
373
+ .-mr-1 {
374
+ margin-right: calc(var(--spacing) * -1);
375
+ }
376
+ .-mb-px {
377
+ margin-bottom: -1px;
378
+ }
379
+ .mb-1 {
380
+ margin-bottom: calc(var(--spacing) * 1);
381
+ }
382
+ .mb-2 {
383
+ margin-bottom: calc(var(--spacing) * 2);
384
+ }
385
+ .mb-3 {
386
+ margin-bottom: calc(var(--spacing) * 3);
387
+ }
388
+ .mb-4 {
389
+ margin-bottom: calc(var(--spacing) * 4);
390
+ }
391
+ .ml-2 {
392
+ margin-left: calc(var(--spacing) * 2);
393
+ }
394
+ .ml-64 {
395
+ margin-left: calc(var(--spacing) * 64);
396
+ }
397
+ .ml-auto {
398
+ margin-left: auto;
399
+ }
400
+ .line-clamp-2 {
401
+ overflow: hidden;
402
+ display: -webkit-box;
403
+ -webkit-box-orient: vertical;
404
+ -webkit-line-clamp: 2;
405
+ }
406
+ .block {
407
+ display: block;
408
+ }
409
+ .flex {
410
+ display: flex;
411
+ }
412
+ .grid {
413
+ display: grid;
414
+ }
415
+ .hidden {
416
+ display: none;
417
+ }
418
+ .inline-block {
419
+ display: inline-block;
420
+ }
421
+ .inline-flex {
422
+ display: inline-flex;
423
+ }
424
+ .table {
425
+ display: table;
426
+ }
427
+ .h-2 {
428
+ height: calc(var(--spacing) * 2);
429
+ }
430
+ .h-3 {
431
+ height: calc(var(--spacing) * 3);
432
+ }
433
+ .h-3\.5 {
434
+ height: calc(var(--spacing) * 3.5);
435
+ }
436
+ .h-4 {
437
+ height: calc(var(--spacing) * 4);
438
+ }
439
+ .h-4\.5 {
440
+ height: calc(var(--spacing) * 4.5);
441
+ }
442
+ .h-5 {
443
+ height: calc(var(--spacing) * 5);
444
+ }
445
+ .h-6 {
446
+ height: calc(var(--spacing) * 6);
447
+ }
448
+ .h-7 {
449
+ height: calc(var(--spacing) * 7);
450
+ }
451
+ .h-8 {
452
+ height: calc(var(--spacing) * 8);
453
+ }
454
+ .h-10 {
455
+ height: calc(var(--spacing) * 10);
456
+ }
457
+ .h-14 {
458
+ height: calc(var(--spacing) * 14);
459
+ }
460
+ .h-16 {
461
+ height: calc(var(--spacing) * 16);
462
+ }
463
+ .h-24 {
464
+ height: calc(var(--spacing) * 24);
465
+ }
466
+ .h-28 {
467
+ height: calc(var(--spacing) * 28);
468
+ }
469
+ .h-48 {
470
+ height: calc(var(--spacing) * 48);
471
+ }
472
+ .h-\[20rem\] {
473
+ height: 20rem;
474
+ }
475
+ .h-\[26rem\] {
476
+ height: 26rem;
477
+ }
478
+ .h-\[500px\] {
479
+ height: 500px;
480
+ }
481
+ .h-full {
482
+ height: 100%;
483
+ }
484
+ .max-h-52 {
485
+ max-height: calc(var(--spacing) * 52);
486
+ }
487
+ .max-h-60 {
488
+ max-height: calc(var(--spacing) * 60);
489
+ }
490
+ .min-h-7 {
491
+ min-height: calc(var(--spacing) * 7);
492
+ }
493
+ .min-h-8 {
494
+ min-height: calc(var(--spacing) * 8);
495
+ }
496
+ .min-h-9 {
497
+ min-height: calc(var(--spacing) * 9);
498
+ }
499
+ .min-h-52 {
500
+ min-height: calc(var(--spacing) * 52);
501
+ }
502
+ .min-h-64 {
503
+ min-height: calc(var(--spacing) * 64);
504
+ }
505
+ .min-h-dvh {
506
+ min-height: 100dvh;
507
+ }
508
+ .min-h-screen {
509
+ min-height: 100vh;
510
+ }
511
+ .w-2 {
512
+ width: calc(var(--spacing) * 2);
513
+ }
514
+ .w-2\/5 {
515
+ width: calc(2 / 5 * 100%);
516
+ }
517
+ .w-3\.5 {
518
+ width: calc(var(--spacing) * 3.5);
519
+ }
520
+ .w-3\/4 {
521
+ width: calc(3 / 4 * 100%);
522
+ }
523
+ .w-3\/5 {
524
+ width: calc(3 / 5 * 100%);
525
+ }
526
+ .w-4 {
527
+ width: calc(var(--spacing) * 4);
528
+ }
529
+ .w-4\.5 {
530
+ width: calc(var(--spacing) * 4.5);
531
+ }
532
+ .w-5\/6 {
533
+ width: calc(5 / 6 * 100%);
534
+ }
535
+ .w-6 {
536
+ width: calc(var(--spacing) * 6);
537
+ }
538
+ .w-7 {
539
+ width: calc(var(--spacing) * 7);
540
+ }
541
+ .w-8 {
542
+ width: calc(var(--spacing) * 8);
543
+ }
544
+ .w-9 {
545
+ width: calc(var(--spacing) * 9);
546
+ }
547
+ .w-10 {
548
+ width: calc(var(--spacing) * 10);
549
+ }
550
+ .w-11 {
551
+ width: calc(var(--spacing) * 11);
552
+ }
553
+ .w-14 {
554
+ width: calc(var(--spacing) * 14);
555
+ }
556
+ .w-16 {
557
+ width: calc(var(--spacing) * 16);
558
+ }
559
+ .w-20 {
560
+ width: calc(var(--spacing) * 20);
561
+ }
562
+ .w-24 {
563
+ width: calc(var(--spacing) * 24);
564
+ }
565
+ .w-32 {
566
+ width: calc(var(--spacing) * 32);
567
+ }
568
+ .w-36 {
569
+ width: calc(var(--spacing) * 36);
570
+ }
571
+ .w-44 {
572
+ width: calc(var(--spacing) * 44);
573
+ }
574
+ .w-48 {
575
+ width: calc(var(--spacing) * 48);
576
+ }
577
+ .w-64 {
578
+ width: calc(var(--spacing) * 64);
579
+ }
580
+ .w-80 {
581
+ width: calc(var(--spacing) * 80);
582
+ }
583
+ .w-full {
584
+ width: 100%;
585
+ }
586
+ .max-w-2xl {
587
+ max-width: var(--container-2xl);
588
+ }
589
+ .max-w-\[26rem\] {
590
+ max-width: 26rem;
591
+ }
592
+ .max-w-\[32rem\] {
593
+ max-width: 32rem;
594
+ }
595
+ .max-w-\[200px\] {
596
+ max-width: 200px;
597
+ }
598
+ .max-w-\[1400px\] {
599
+ max-width: 1400px;
600
+ }
601
+ .max-w-full {
602
+ max-width: 100%;
603
+ }
604
+ .max-w-lg {
605
+ max-width: var(--container-lg);
606
+ }
607
+ .max-w-md {
608
+ max-width: var(--container-md);
609
+ }
610
+ .max-w-sm {
611
+ max-width: var(--container-sm);
612
+ }
613
+ .max-w-xs {
614
+ max-width: var(--container-xs);
615
+ }
616
+ .min-w-0 {
617
+ min-width: calc(var(--spacing) * 0);
618
+ }
619
+ .min-w-\[3ch\] {
620
+ min-width: 3ch;
621
+ }
622
+ .flex-1 {
623
+ flex: 1;
624
+ }
625
+ .shrink-0 {
626
+ flex-shrink: 0;
627
+ }
628
+ .border-collapse {
629
+ border-collapse: collapse;
630
+ }
631
+ .-translate-x-full {
632
+ --tw-translate-x: -100%;
633
+ translate: var(--tw-translate-x) var(--tw-translate-y);
634
+ }
635
+ .translate-x-0 {
636
+ --tw-translate-x: calc(var(--spacing) * 0);
637
+ translate: var(--tw-translate-x) var(--tw-translate-y);
638
+ }
639
+ .translate-x-0\.5 {
640
+ --tw-translate-x: calc(var(--spacing) * 0.5);
641
+ translate: var(--tw-translate-x) var(--tw-translate-y);
642
+ }
643
+ .translate-x-4 {
644
+ --tw-translate-x: calc(var(--spacing) * 4);
645
+ translate: var(--tw-translate-x) var(--tw-translate-y);
646
+ }
647
+ .translate-x-5 {
648
+ --tw-translate-x: calc(var(--spacing) * 5);
649
+ translate: var(--tw-translate-x) var(--tw-translate-y);
650
+ }
651
+ .translate-x-full {
652
+ --tw-translate-x: 100%;
653
+ translate: var(--tw-translate-x) var(--tw-translate-y);
654
+ }
655
+ .-translate-y-1\/2 {
656
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
657
+ translate: var(--tw-translate-x) var(--tw-translate-y);
658
+ }
659
+ .rotate-180 {
660
+ rotate: 180deg;
661
+ }
662
+ .transform {
663
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
664
+ }
665
+ .animate-\[dialog-in_0\.2s_var\(--ease-standard\)\] {
666
+ animation: dialog-in 0.2s var(--ease-standard);
667
+ }
668
+ .animate-\[toast-in_0\.25s_var\(--ease-standard\)\] {
669
+ animation: toast-in 0.25s var(--ease-standard);
670
+ }
671
+ .animate-\[tooltip-in_0\.15s_var\(--ease-standard\)\] {
672
+ animation: tooltip-in 0.15s var(--ease-standard);
673
+ }
674
+ .animate-spin {
675
+ animation: var(--animate-spin);
676
+ }
677
+ .cursor-default {
678
+ cursor: default;
679
+ }
680
+ .cursor-not-allowed {
681
+ cursor: not-allowed;
682
+ }
683
+ .cursor-pointer {
684
+ cursor: pointer;
685
+ }
686
+ .cursor-wait {
687
+ cursor: wait;
688
+ }
689
+ .resize {
690
+ resize: both;
691
+ }
692
+ .grid-cols-1 {
693
+ grid-template-columns: repeat(1, minmax(0, 1fr));
694
+ }
695
+ .grid-cols-2 {
696
+ grid-template-columns: repeat(2, minmax(0, 1fr));
697
+ }
698
+ .grid-cols-\[auto_minmax\(0\,1fr\)\] {
699
+ grid-template-columns: auto minmax(0,1fr);
700
+ }
701
+ .flex-col {
702
+ flex-direction: column;
703
+ }
704
+ .flex-col-reverse {
705
+ flex-direction: column-reverse;
706
+ }
707
+ .flex-wrap {
708
+ flex-wrap: wrap;
709
+ }
710
+ .items-baseline {
711
+ align-items: baseline;
712
+ }
713
+ .items-center {
714
+ align-items: center;
715
+ }
716
+ .items-end {
717
+ align-items: flex-end;
718
+ }
719
+ .items-start {
720
+ align-items: flex-start;
721
+ }
722
+ .justify-between {
723
+ justify-content: space-between;
724
+ }
725
+ .justify-center {
726
+ justify-content: center;
727
+ }
728
+ .justify-end {
729
+ justify-content: flex-end;
730
+ }
731
+ .justify-start {
732
+ justify-content: flex-start;
733
+ }
734
+ .gap-1 {
735
+ gap: calc(var(--spacing) * 1);
736
+ }
737
+ .gap-2 {
738
+ gap: calc(var(--spacing) * 2);
739
+ }
740
+ .gap-2\.5 {
741
+ gap: calc(var(--spacing) * 2.5);
742
+ }
743
+ .gap-3 {
744
+ gap: calc(var(--spacing) * 3);
745
+ }
746
+ .gap-4 {
747
+ gap: calc(var(--spacing) * 4);
748
+ }
749
+ .gap-5 {
750
+ gap: calc(var(--spacing) * 5);
751
+ }
752
+ .gap-6 {
753
+ gap: calc(var(--spacing) * 6);
754
+ }
755
+ .gap-8 {
756
+ gap: calc(var(--spacing) * 8);
757
+ }
758
+ .space-y-1 {
759
+ :where(& > :not(:last-child)) {
760
+ --tw-space-y-reverse: 0;
761
+ margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
762
+ margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
763
+ }
764
+ }
765
+ .space-y-2 {
766
+ :where(& > :not(:last-child)) {
767
+ --tw-space-y-reverse: 0;
768
+ margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
769
+ margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
770
+ }
771
+ }
772
+ .space-y-3 {
773
+ :where(& > :not(:last-child)) {
774
+ --tw-space-y-reverse: 0;
775
+ margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
776
+ margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
777
+ }
778
+ }
779
+ .space-y-4 {
780
+ :where(& > :not(:last-child)) {
781
+ --tw-space-y-reverse: 0;
782
+ margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
783
+ margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
784
+ }
785
+ }
786
+ .space-y-5 {
787
+ :where(& > :not(:last-child)) {
788
+ --tw-space-y-reverse: 0;
789
+ margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
790
+ margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
791
+ }
792
+ }
793
+ .space-y-6 {
794
+ :where(& > :not(:last-child)) {
795
+ --tw-space-y-reverse: 0;
796
+ margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
797
+ margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
798
+ }
799
+ }
800
+ .space-y-8 {
801
+ :where(& > :not(:last-child)) {
802
+ --tw-space-y-reverse: 0;
803
+ margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
804
+ margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
805
+ }
806
+ }
807
+ .space-y-12 {
808
+ :where(& > :not(:last-child)) {
809
+ --tw-space-y-reverse: 0;
810
+ margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
811
+ margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
812
+ }
813
+ }
814
+ .divide-y {
815
+ :where(& > :not(:last-child)) {
816
+ --tw-divide-y-reverse: 0;
817
+ border-bottom-style: var(--tw-border-style);
818
+ border-top-style: var(--tw-border-style);
819
+ border-top-width: calc(1px * var(--tw-divide-y-reverse));
820
+ border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
821
+ }
822
+ }
823
+ .divide-\[var\(--ui-surface-border\)\] {
824
+ :where(& > :not(:last-child)) {
825
+ border-color: var(--ui-surface-border);
826
+ }
827
+ }
828
+ .truncate {
829
+ overflow: hidden;
830
+ text-overflow: ellipsis;
831
+ white-space: nowrap;
832
+ }
833
+ .overflow-auto {
834
+ overflow: auto;
835
+ }
836
+ .overflow-hidden {
837
+ overflow: hidden;
838
+ }
839
+ .overflow-x-auto {
840
+ overflow-x: auto;
841
+ }
842
+ .overflow-y-auto {
843
+ overflow-y: auto;
844
+ }
845
+ .rounded {
846
+ border-radius: 0.25rem;
847
+ }
848
+ .rounded-full {
849
+ border-radius: calc(infinity * 1px);
850
+ }
851
+ .rounded-lg {
852
+ border-radius: var(--radius-lg);
853
+ }
854
+ .rounded-md {
855
+ border-radius: var(--radius-md);
856
+ }
857
+ .rounded-xl {
858
+ border-radius: var(--radius-xl);
859
+ }
860
+ .rounded-t {
861
+ border-top-left-radius: 0.25rem;
862
+ border-top-right-radius: 0.25rem;
863
+ }
864
+ .rounded-t-md {
865
+ border-top-left-radius: var(--radius-md);
866
+ border-top-right-radius: var(--radius-md);
867
+ }
868
+ .border {
869
+ border-style: var(--tw-border-style);
870
+ border-width: 1px;
871
+ }
872
+ .border-2 {
873
+ border-style: var(--tw-border-style);
874
+ border-width: 2px;
875
+ }
876
+ .border-t {
877
+ border-top-style: var(--tw-border-style);
878
+ border-top-width: 1px;
879
+ }
880
+ .border-r {
881
+ border-right-style: var(--tw-border-style);
882
+ border-right-width: 1px;
883
+ }
884
+ .border-b {
885
+ border-bottom-style: var(--tw-border-style);
886
+ border-bottom-width: 1px;
887
+ }
888
+ .border-b-2 {
889
+ border-bottom-style: var(--tw-border-style);
890
+ border-bottom-width: 2px;
891
+ }
892
+ .border-l {
893
+ border-left-style: var(--tw-border-style);
894
+ border-left-width: 1px;
895
+ }
896
+ .border-\[var\(--color-surface-border\)\] {
897
+ border-color: var(--color-surface-border);
898
+ }
899
+ .border-\[var\(--drawer-border\)\] {
900
+ border-color: var(--drawer-border);
901
+ }
902
+ .border-\[var\(--panel-section-border\,var\(--color-surface-border\)\)\] {
903
+ border-color: var(--panel-section-border,var(--color-surface-border));
904
+ }
905
+ .border-\[var\(--ui-surface-border\)\] {
906
+ border-color: var(--ui-surface-border);
907
+ }
908
+ .border-\[var\(--ui-surface-border-muted\)\] {
909
+ border-color: var(--ui-surface-border-muted);
910
+ }
911
+ .border-\[var\(--ui-text-primary\)\] {
912
+ border-color: var(--ui-text-primary);
913
+ }
914
+ .border-transparent {
915
+ border-color: transparent;
916
+ }
917
+ .bg-\[var\(--color-code-block-bg\)\] {
918
+ background-color: var(--color-code-block-bg);
919
+ }
920
+ .bg-\[var\(--color-overlay-strong\)\] {
921
+ background-color: var(--color-overlay-strong);
922
+ }
923
+ .bg-\[var\(--color-surface-base\)\] {
924
+ background-color: var(--color-surface-base);
925
+ }
926
+ .bg-\[var\(--color-surface-canvas\)\] {
927
+ background-color: var(--color-surface-canvas);
928
+ }
929
+ .bg-\[var\(--color-surface-subtle\)\] {
930
+ background-color: var(--color-surface-subtle);
931
+ }
932
+ .bg-\[var\(--ui-canvas-bg\)\] {
933
+ background-color: var(--ui-canvas-bg);
934
+ }
935
+ .bg-\[var\(--ui-surface-bg\)\] {
936
+ background-color: var(--ui-surface-bg);
937
+ }
938
+ .bg-\[var\(--ui-surface-bg-inset\)\] {
939
+ background-color: var(--ui-surface-bg-inset);
940
+ }
941
+ .bg-\[var\(--ui-surface-bg-subtle\)\] {
942
+ background-color: var(--ui-surface-bg-subtle);
943
+ }
944
+ .bg-black\/30 {
945
+ background-color: color-mix(in srgb, #000 30%, transparent);
946
+ @supports (color: color-mix(in lab, red, red)) {
947
+ background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
948
+ }
949
+ }
950
+ .bg-white {
951
+ background-color: var(--color-white);
952
+ }
953
+ .object-cover {
954
+ object-fit: cover;
955
+ }
956
+ .p-0\.5 {
957
+ padding: calc(var(--spacing) * 0.5);
958
+ }
959
+ .p-3 {
960
+ padding: calc(var(--spacing) * 3);
961
+ }
962
+ .p-4 {
963
+ padding: calc(var(--spacing) * 4);
964
+ }
965
+ .p-5 {
966
+ padding: calc(var(--spacing) * 5);
967
+ }
968
+ .p-6 {
969
+ padding: calc(var(--spacing) * 6);
970
+ }
971
+ .p-8 {
972
+ padding: calc(var(--spacing) * 8);
973
+ }
974
+ .p-10 {
975
+ padding: calc(var(--spacing) * 10);
976
+ }
977
+ .p-12 {
978
+ padding: calc(var(--spacing) * 12);
979
+ }
980
+ .px-1 {
981
+ padding-inline: calc(var(--spacing) * 1);
982
+ }
983
+ .px-2 {
984
+ padding-inline: calc(var(--spacing) * 2);
985
+ }
986
+ .px-2\.5 {
987
+ padding-inline: calc(var(--spacing) * 2.5);
988
+ }
989
+ .px-3 {
990
+ padding-inline: calc(var(--spacing) * 3);
991
+ }
992
+ .px-4 {
993
+ padding-inline: calc(var(--spacing) * 4);
994
+ }
995
+ .px-5 {
996
+ padding-inline: calc(var(--spacing) * 5);
997
+ }
998
+ .px-6 {
999
+ padding-inline: calc(var(--spacing) * 6);
1000
+ }
1001
+ .px-8 {
1002
+ padding-inline: calc(var(--spacing) * 8);
1003
+ }
1004
+ .py-0\.5 {
1005
+ padding-block: calc(var(--spacing) * 0.5);
1006
+ }
1007
+ .py-1 {
1008
+ padding-block: calc(var(--spacing) * 1);
1009
+ }
1010
+ .py-1\.5 {
1011
+ padding-block: calc(var(--spacing) * 1.5);
1012
+ }
1013
+ .py-2 {
1014
+ padding-block: calc(var(--spacing) * 2);
1015
+ }
1016
+ .py-3 {
1017
+ padding-block: calc(var(--spacing) * 3);
1018
+ }
1019
+ .py-4 {
1020
+ padding-block: calc(var(--spacing) * 4);
1021
+ }
1022
+ .py-5 {
1023
+ padding-block: calc(var(--spacing) * 5);
1024
+ }
1025
+ .py-6 {
1026
+ padding-block: calc(var(--spacing) * 6);
1027
+ }
1028
+ .py-8 {
1029
+ padding-block: calc(var(--spacing) * 8);
1030
+ }
1031
+ .py-12 {
1032
+ padding-block: calc(var(--spacing) * 12);
1033
+ }
1034
+ .py-20 {
1035
+ padding-block: calc(var(--spacing) * 20);
1036
+ }
1037
+ .pt-1 {
1038
+ padding-top: calc(var(--spacing) * 1);
1039
+ }
1040
+ .pt-2 {
1041
+ padding-top: calc(var(--spacing) * 2);
1042
+ }
1043
+ .pt-3 {
1044
+ padding-top: calc(var(--spacing) * 3);
1045
+ }
1046
+ .pt-4 {
1047
+ padding-top: calc(var(--spacing) * 4);
1048
+ }
1049
+ .pt-5 {
1050
+ padding-top: calc(var(--spacing) * 5);
1051
+ }
1052
+ .pt-6 {
1053
+ padding-top: calc(var(--spacing) * 6);
1054
+ }
1055
+ .pt-16 {
1056
+ padding-top: calc(var(--spacing) * 16);
1057
+ }
1058
+ .pt-20 {
1059
+ padding-top: calc(var(--spacing) * 20);
1060
+ }
1061
+ .pb-1 {
1062
+ padding-bottom: calc(var(--spacing) * 1);
1063
+ }
1064
+ .pb-2 {
1065
+ padding-bottom: calc(var(--spacing) * 2);
1066
+ }
1067
+ .pb-3 {
1068
+ padding-bottom: calc(var(--spacing) * 3);
1069
+ }
1070
+ .pb-4 {
1071
+ padding-bottom: calc(var(--spacing) * 4);
1072
+ }
1073
+ .pb-5 {
1074
+ padding-bottom: calc(var(--spacing) * 5);
1075
+ }
1076
+ .pb-6 {
1077
+ padding-bottom: calc(var(--spacing) * 6);
1078
+ }
1079
+ .pb-10 {
1080
+ padding-bottom: calc(var(--spacing) * 10);
1081
+ }
1082
+ .pb-28 {
1083
+ padding-bottom: calc(var(--spacing) * 28);
1084
+ }
1085
+ .pb-36 {
1086
+ padding-bottom: calc(var(--spacing) * 36);
1087
+ }
1088
+ .pb-44 {
1089
+ padding-bottom: calc(var(--spacing) * 44);
1090
+ }
1091
+ .pb-48 {
1092
+ padding-bottom: calc(var(--spacing) * 48);
1093
+ }
1094
+ .pl-8 {
1095
+ padding-left: calc(var(--spacing) * 8);
1096
+ }
1097
+ .text-center {
1098
+ text-align: center;
1099
+ }
1100
+ .text-left {
1101
+ text-align: left;
1102
+ }
1103
+ .font-\[family-name\:var\(--font-headline\)\] {
1104
+ font-family: var(--font-headline);
1105
+ }
1106
+ .font-mono {
1107
+ font-family: var(--font-mono);
1108
+ }
1109
+ .text-2xl {
1110
+ font-size: var(--text-2xl);
1111
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
1112
+ }
1113
+ .text-3xl {
1114
+ font-size: var(--text-3xl);
1115
+ line-height: var(--tw-leading, var(--text-3xl--line-height));
1116
+ }
1117
+ .text-4xl {
1118
+ font-size: var(--text-4xl);
1119
+ line-height: var(--tw-leading, var(--text-4xl--line-height));
1120
+ }
1121
+ .text-base {
1122
+ font-size: var(--text-base);
1123
+ line-height: var(--tw-leading, var(--text-base--line-height));
1124
+ }
1125
+ .text-lg {
1126
+ font-size: var(--text-lg);
1127
+ line-height: var(--tw-leading, var(--text-lg--line-height));
1128
+ }
1129
+ .text-sm {
1130
+ font-size: var(--text-sm);
1131
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1132
+ }
1133
+ .text-xl {
1134
+ font-size: var(--text-xl);
1135
+ line-height: var(--tw-leading, var(--text-xl--line-height));
1136
+ }
1137
+ .text-xs {
1138
+ font-size: var(--text-xs);
1139
+ line-height: var(--tw-leading, var(--text-xs--line-height));
1140
+ }
1141
+ .text-\[10px\] {
1142
+ font-size: 10px;
1143
+ }
1144
+ .text-\[11px\] {
1145
+ font-size: 11px;
1146
+ }
1147
+ .leading-relaxed {
1148
+ --tw-leading: var(--leading-relaxed);
1149
+ line-height: var(--leading-relaxed);
1150
+ }
1151
+ .leading-snug {
1152
+ --tw-leading: var(--leading-snug);
1153
+ line-height: var(--leading-snug);
1154
+ }
1155
+ .leading-tight {
1156
+ --tw-leading: var(--leading-tight);
1157
+ line-height: var(--leading-tight);
1158
+ }
1159
+ .font-bold {
1160
+ --tw-font-weight: var(--font-weight-bold);
1161
+ font-weight: var(--font-weight-bold);
1162
+ }
1163
+ .font-extrabold {
1164
+ --tw-font-weight: var(--font-weight-extrabold);
1165
+ font-weight: var(--font-weight-extrabold);
1166
+ }
1167
+ .font-medium {
1168
+ --tw-font-weight: var(--font-weight-medium);
1169
+ font-weight: var(--font-weight-medium);
1170
+ }
1171
+ .font-semibold {
1172
+ --tw-font-weight: var(--font-weight-semibold);
1173
+ font-weight: var(--font-weight-semibold);
1174
+ }
1175
+ .tracking-\[0\.2em\] {
1176
+ --tw-tracking: 0.2em;
1177
+ letter-spacing: 0.2em;
1178
+ }
1179
+ .tracking-tight {
1180
+ --tw-tracking: var(--tracking-tight);
1181
+ letter-spacing: var(--tracking-tight);
1182
+ }
1183
+ .tracking-tighter {
1184
+ --tw-tracking: var(--tracking-tighter);
1185
+ letter-spacing: var(--tracking-tighter);
1186
+ }
1187
+ .tracking-wider {
1188
+ --tw-tracking: var(--tracking-wider);
1189
+ letter-spacing: var(--tracking-wider);
1190
+ }
1191
+ .tracking-widest {
1192
+ --tw-tracking: var(--tracking-widest);
1193
+ letter-spacing: var(--tracking-widest);
1194
+ }
1195
+ .whitespace-pre-wrap {
1196
+ white-space: pre-wrap;
1197
+ }
1198
+ .text-\[var\(--badge-text\)\] {
1199
+ color: var(--badge-text);
1200
+ }
1201
+ .text-\[var\(--color-n500\)\] {
1202
+ color: var(--color-n500);
1203
+ }
1204
+ .text-\[var\(--color-n600\)\] {
1205
+ color: var(--color-n600);
1206
+ }
1207
+ .text-\[var\(--color-n700\)\] {
1208
+ color: var(--color-n700);
1209
+ }
1210
+ .text-\[var\(--color-n800\)\] {
1211
+ color: var(--color-n800);
1212
+ }
1213
+ .text-\[var\(--ui-accent-bg\)\] {
1214
+ color: var(--ui-accent-bg);
1215
+ }
1216
+ .text-\[var\(--ui-text-muted\)\] {
1217
+ color: var(--ui-text-muted);
1218
+ }
1219
+ .text-\[var\(--ui-text-primary\)\] {
1220
+ color: var(--ui-text-primary);
1221
+ }
1222
+ .text-\[var\(--ui-text-secondary\)\] {
1223
+ color: var(--ui-text-secondary);
1224
+ }
1225
+ .text-current {
1226
+ color: currentcolor;
1227
+ }
1228
+ .text-n600 {
1229
+ color: var(--color-n600);
1230
+ }
1231
+ .text-n700 {
1232
+ color: var(--color-n700);
1233
+ }
1234
+ .text-n800 {
1235
+ color: var(--color-n800);
1236
+ }
1237
+ .uppercase {
1238
+ text-transform: uppercase;
1239
+ }
1240
+ .italic {
1241
+ font-style: italic;
1242
+ }
1243
+ .opacity-50 {
1244
+ opacity: 50%;
1245
+ }
1246
+ .opacity-60 {
1247
+ opacity: 60%;
1248
+ }
1249
+ .opacity-80 {
1250
+ opacity: 80%;
1251
+ }
1252
+ .shadow {
1253
+ --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));
1254
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1255
+ }
1256
+ .shadow-lg {
1257
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1258
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1259
+ }
1260
+ .shadow-sm {
1261
+ --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));
1262
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1263
+ }
1264
+ .shadow-xl {
1265
+ --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1266
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1267
+ }
1268
+ .ring {
1269
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1270
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1271
+ }
1272
+ .ring-1 {
1273
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1274
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1275
+ }
1276
+ .outline {
1277
+ outline-style: var(--tw-outline-style);
1278
+ outline-width: 1px;
1279
+ }
1280
+ .blur {
1281
+ --tw-blur: blur(8px);
1282
+ filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
1283
+ }
1284
+ .backdrop-blur-sm {
1285
+ --tw-backdrop-blur: blur(var(--blur-sm));
1286
+ -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1287
+ backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1288
+ }
1289
+ .transition-all {
1290
+ transition-property: all;
1291
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1292
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1293
+ }
1294
+ .transition-colors {
1295
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
1296
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1297
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1298
+ }
1299
+ .transition-opacity {
1300
+ transition-property: opacity;
1301
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1302
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1303
+ }
1304
+ .transition-transform {
1305
+ transition-property: transform, translate, scale, rotate;
1306
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1307
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1308
+ }
1309
+ .duration-200 {
1310
+ --tw-duration: 200ms;
1311
+ transition-duration: 200ms;
1312
+ }
1313
+ .ease-in-out {
1314
+ --tw-ease: var(--ease-in-out);
1315
+ transition-timing-function: var(--ease-in-out);
1316
+ }
1317
+ .select-none {
1318
+ -webkit-user-select: none;
1319
+ user-select: none;
1320
+ }
1321
+ .placeholder\:text-\[var\(--field-placeholder\)\] {
1322
+ &::placeholder {
1323
+ color: var(--field-placeholder);
1324
+ }
1325
+ }
1326
+ .hover\:bg-\[var\(--ui-surface-bg-inset\)\] {
1327
+ &:hover {
1328
+ @media (hover: hover) {
1329
+ background-color: var(--ui-surface-bg-inset);
1330
+ }
1331
+ }
1332
+ }
1333
+ .hover\:bg-\[var\(--ui-surface-bg-subtle\)\] {
1334
+ &:hover {
1335
+ @media (hover: hover) {
1336
+ background-color: var(--ui-surface-bg-subtle);
1337
+ }
1338
+ }
1339
+ }
1340
+ .hover\:bg-\[var\(--ui-surface-container-highest\)\] {
1341
+ &:hover {
1342
+ @media (hover: hover) {
1343
+ background-color: var(--ui-surface-container-highest);
1344
+ }
1345
+ }
1346
+ }
1347
+ .hover\:text-\[var\(--ui-text-primary\)\] {
1348
+ &:hover {
1349
+ @media (hover: hover) {
1350
+ color: var(--ui-text-primary);
1351
+ }
1352
+ }
1353
+ }
1354
+ .hover\:opacity-80 {
1355
+ &:hover {
1356
+ @media (hover: hover) {
1357
+ opacity: 80%;
1358
+ }
1359
+ }
1360
+ }
1361
+ .hover\:opacity-100 {
1362
+ &:hover {
1363
+ @media (hover: hover) {
1364
+ opacity: 100%;
1365
+ }
1366
+ }
1367
+ }
1368
+ .focus\:not-sr-only {
1369
+ &:focus {
1370
+ position: static;
1371
+ width: auto;
1372
+ height: auto;
1373
+ padding: 0;
1374
+ margin: 0;
1375
+ overflow: visible;
1376
+ clip-path: none;
1377
+ white-space: normal;
1378
+ }
1379
+ }
1380
+ .focus\:absolute {
1381
+ &:focus {
1382
+ position: absolute;
1383
+ }
1384
+ }
1385
+ .focus\:z-50 {
1386
+ &:focus {
1387
+ z-index: 50;
1388
+ }
1389
+ }
1390
+ .focus\:rounded {
1391
+ &:focus {
1392
+ border-radius: 0.25rem;
1393
+ }
1394
+ }
1395
+ .focus\:bg-\[var\(--ui-surface-bg\)\] {
1396
+ &:focus {
1397
+ background-color: var(--ui-surface-bg);
1398
+ }
1399
+ }
1400
+ .focus\:px-4 {
1401
+ &:focus {
1402
+ padding-inline: calc(var(--spacing) * 4);
1403
+ }
1404
+ }
1405
+ .focus\:py-2 {
1406
+ &:focus {
1407
+ padding-block: calc(var(--spacing) * 2);
1408
+ }
1409
+ }
1410
+ .focus\:text-sm {
1411
+ &:focus {
1412
+ font-size: var(--text-sm);
1413
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1414
+ }
1415
+ }
1416
+ .focus\:shadow {
1417
+ &:focus {
1418
+ --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));
1419
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1420
+ }
1421
+ }
1422
+ .focus\:ring-1 {
1423
+ &:focus {
1424
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1425
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1426
+ }
1427
+ }
1428
+ .focus\:outline-none {
1429
+ &:focus {
1430
+ --tw-outline-style: none;
1431
+ outline-style: none;
1432
+ }
1433
+ }
1434
+ .focus-visible\:ring-1 {
1435
+ &:focus-visible {
1436
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1437
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1438
+ }
1439
+ }
1440
+ .focus-visible\:ring-2 {
1441
+ &:focus-visible {
1442
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1443
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1444
+ }
1445
+ }
1446
+ .focus-visible\:ring-offset-2 {
1447
+ &:focus-visible {
1448
+ --tw-ring-offset-width: 2px;
1449
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1450
+ }
1451
+ }
1452
+ .focus-visible\:ring-inset {
1453
+ &:focus-visible {
1454
+ --tw-ring-inset: inset;
1455
+ }
1456
+ }
1457
+ .disabled\:cursor-not-allowed {
1458
+ &:disabled {
1459
+ cursor: not-allowed;
1460
+ }
1461
+ }
1462
+ .disabled\:opacity-50 {
1463
+ &:disabled {
1464
+ opacity: 50%;
1465
+ }
1466
+ }
1467
+ .disabled\:opacity-\[var\(--button-disabled-opacity\)\] {
1468
+ &:disabled {
1469
+ opacity: var(--button-disabled-opacity);
1470
+ }
1471
+ }
1472
+ .sm\:block {
1473
+ @media (width >= 40rem) {
1474
+ display: block;
1475
+ }
1476
+ }
1477
+ .sm\:grid-cols-3 {
1478
+ @media (width >= 40rem) {
1479
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1480
+ }
1481
+ }
1482
+ .md\:flex {
1483
+ @media (width >= 48rem) {
1484
+ display: flex;
1485
+ }
1486
+ }
1487
+ .md\:flex-row {
1488
+ @media (width >= 48rem) {
1489
+ flex-direction: row;
1490
+ }
1491
+ }
1492
+ .md\:items-center {
1493
+ @media (width >= 48rem) {
1494
+ align-items: center;
1495
+ }
1496
+ }
1497
+ .md\:justify-between {
1498
+ @media (width >= 48rem) {
1499
+ justify-content: space-between;
1500
+ }
1501
+ }
1502
+ .lg\:grid-cols-3 {
1503
+ @media (width >= 64rem) {
1504
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1505
+ }
1506
+ }
1507
+ .lg\:grid-cols-4 {
1508
+ @media (width >= 64rem) {
1509
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1510
+ }
1511
+ }
1512
+ .xl\:col-span-2 {
1513
+ @media (width >= 80rem) {
1514
+ grid-column: span 2 / span 2;
1515
+ }
1516
+ }
1517
+ .xl\:grid-cols-3 {
1518
+ @media (width >= 80rem) {
1519
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1520
+ }
1521
+ }
1522
+ .xl\:grid-cols-4 {
1523
+ @media (width >= 80rem) {
1524
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1525
+ }
1526
+ }
1527
+ }
1528
+ :root {
1529
+ --preset-surface-bg: var(--theme-surface-base);
1530
+ --preset-surface-bg-subtle: var(--theme-surface-subtle);
1531
+ --preset-surface-bg-raised: var(--theme-surface-raised);
1532
+ --preset-surface-bg-inset: var(--theme-surface-inset);
1533
+ --preset-surface-border: var(--theme-surface-border);
1534
+ --preset-surface-border-muted: var(--theme-surface-border-muted);
1535
+ --preset-surface-border-strong: var(--theme-surface-border-strong);
1536
+ --preset-surface-shadow: var(--shadow-raised);
1537
+ --preset-surface-shadow-strong: var(--shadow-popover);
1538
+ --preset-surface-blur: 0px;
1539
+ --preset-canvas-bg: var(--theme-surface-canvas);
1540
+ --preset-canvas-bg-subtle: var(--theme-canvas-bg-subtle);
1541
+ --preset-surface-container: var(--theme-surface-container);
1542
+ --preset-surface-container-high: var(--theme-surface-container-high);
1543
+ --preset-surface-container-highest: var(--theme-surface-container-highest);
1544
+ --preset-control-radius-sm: 0.5rem;
1545
+ --preset-control-radius-md: 0.75rem;
1546
+ --preset-control-radius-lg: 1rem;
1547
+ --preset-control-radius-xl: 1.5rem;
1548
+ --preset-control-radius-2xl: 2rem;
1549
+ --preset-control-border-width: 1px;
1550
+ --ui-surface-bg: var(--preset-surface-bg);
1551
+ --ui-surface-bg-subtle: var(--preset-surface-bg-subtle);
1552
+ --ui-surface-bg-raised: var(--preset-surface-bg-raised);
1553
+ --ui-surface-bg-inset: var(--preset-surface-bg-inset);
1554
+ --ui-surface-border: var(--preset-surface-border);
1555
+ --ui-surface-border-muted: var(--preset-surface-border-muted);
1556
+ --ui-surface-border-strong: var(--preset-surface-border-strong);
1557
+ --ui-surface-shadow: var(--preset-surface-shadow);
1558
+ --ui-surface-shadow-strong: var(--preset-surface-shadow-strong);
1559
+ --ui-surface-blur: var(--preset-surface-blur);
1560
+ --ui-canvas-bg: var(--preset-canvas-bg);
1561
+ --ui-canvas-bg-subtle: var(--preset-canvas-bg-subtle);
1562
+ --ui-surface-container: var(--preset-surface-container);
1563
+ --ui-surface-container-high: var(--preset-surface-container-high);
1564
+ --ui-surface-container-highest: var(--preset-surface-container-highest);
1565
+ --ui-text-primary: var(--theme-text-primary);
1566
+ --ui-text-secondary: var(--theme-text-secondary);
1567
+ --ui-text-muted: var(--theme-text-muted);
1568
+ --ui-text-on-accent: var(--theme-text-on-accent);
1569
+ --ui-accent-bg: var(--theme-accent-bg);
1570
+ --ui-accent-bg-hover: var(--theme-accent-bg-hover);
1571
+ --ui-accent-bg-muted: var(--theme-accent-bg-muted);
1572
+ --ui-accent-text: var(--theme-text-on-accent);
1573
+ --ui-accent-border: var(--theme-accent-border);
1574
+ --ui-success-bg: var(--theme-success-bg);
1575
+ --ui-success-border: var(--theme-success-border);
1576
+ --ui-success-text: var(--theme-success-text);
1577
+ --ui-warning-bg: var(--theme-warning-bg);
1578
+ --ui-warning-border: var(--theme-warning-border);
1579
+ --ui-warning-text: var(--theme-warning-text);
1580
+ --ui-danger-bg: var(--theme-danger-bg);
1581
+ --ui-danger-bg-emphasis: var(--theme-danger-bg-emphasis);
1582
+ --ui-danger-border: var(--theme-danger-border);
1583
+ --ui-danger-text: var(--theme-danger-text);
1584
+ --ui-info-bg: var(--theme-info-bg);
1585
+ --ui-info-border: var(--theme-info-border);
1586
+ --ui-info-text: var(--theme-info-text);
1587
+ --ui-control-radius-sm: var(--preset-control-radius-sm);
1588
+ --ui-control-radius-md: var(--preset-control-radius-md);
1589
+ --ui-control-radius-lg: var(--preset-control-radius-lg);
1590
+ --ui-control-radius-xl: var(--preset-control-radius-xl);
1591
+ --ui-control-radius-2xl: var(--preset-control-radius-2xl);
1592
+ --ui-control-border-width: var(--preset-control-border-width);
1593
+ --ui-control-focus-ring: var(--theme-control-focus-ring);
1594
+ --ui-control-focus-ring-offset: var(--theme-control-focus-ring-offset);
1595
+ --ui-font-heading: var(--font-heading);
1596
+ --ui-motion-duration-fast: 0.15s;
1597
+ --ui-motion-duration-default: 0.2s;
1598
+ --ui-motion-ease-standard: var(--ease-standard);
1599
+ --ui-density-compact: 0.875;
1600
+ --ui-density-default: 1;
1601
+ --ui-density-comfortable: 1.125;
1602
+ --content-min-width: 320px;
1603
+ --content-preferred-width: 70vw;
1604
+ --content-max-width: 960px;
1605
+ --content-width: clamp(600px, 70vw, 960px);
1606
+ --content-padding: 24px;
1607
+ --header-top-margin: 64px;
1608
+ --publish-trigger-bg: var(--ui-surface-bg-subtle);
1609
+ --publish-trigger-border: var(--ui-surface-border);
1610
+ --publish-trigger-text: var(--ui-text-primary);
1611
+ --publish-trigger-active-bg: var(--ui-accent-bg-muted);
1612
+ --publish-popover-bg: var(--ui-surface-bg);
1613
+ --publish-popover-border: var(--ui-surface-border);
1614
+ --publish-popover-shadow: var(--ui-surface-shadow-strong);
1615
+ --publish-section-bg: var(--ui-surface-bg-subtle);
1616
+ --publish-section-border: var(--ui-surface-border);
1617
+ --publish-fact-title: var(--ui-text-secondary);
1618
+ --publish-fact-value: var(--color-n900);
1619
+ --publish-muted-text: var(--ui-text-secondary);
1620
+ --publish-warning-bg: var(--ui-warning-bg);
1621
+ --publish-warning-border: var(--ui-warning-border);
1622
+ --publish-warning-text: var(--ui-warning-text);
1623
+ --publish-danger-bg: var(--ui-danger-bg);
1624
+ --publish-danger-border: var(--ui-danger-border);
1625
+ --publish-danger-text: var(--ui-danger-text);
1626
+ --publish-success-bg: var(--ui-success-bg);
1627
+ --publish-success-border: var(--ui-success-border);
1628
+ --publish-success-text: var(--ui-success-text);
1629
+ --publish-progress-track: var(--ui-surface-bg-inset);
1630
+ --publish-progress-fill: var(--ui-accent-bg);
1631
+ --feedback-neutral-bg: var(--ui-surface-bg-raised);
1632
+ --feedback-neutral-border: var(--ui-surface-border);
1633
+ --feedback-neutral-text: var(--ui-text-primary);
1634
+ --feedback-neutral-icon: var(--ui-text-secondary);
1635
+ --feedback-info-bg: var(--ui-info-bg);
1636
+ --feedback-info-border: var(--ui-info-border);
1637
+ --feedback-info-text: var(--ui-info-text);
1638
+ --feedback-info-icon: var(--ui-info-text);
1639
+ --feedback-success-bg: var(--ui-success-bg);
1640
+ --feedback-success-border: var(--ui-success-border);
1641
+ --feedback-success-text: var(--ui-success-text);
1642
+ --feedback-success-icon: var(--ui-success-text);
1643
+ --feedback-warning-bg: var(--ui-warning-bg);
1644
+ --feedback-warning-border: var(--ui-warning-border);
1645
+ --feedback-warning-text: var(--ui-warning-text);
1646
+ --feedback-warning-icon: var(--ui-warning-text);
1647
+ --feedback-danger-bg: var(--ui-danger-bg);
1648
+ --feedback-danger-border: var(--ui-danger-border);
1649
+ --feedback-danger-text: var(--ui-danger-text);
1650
+ --feedback-danger-icon: var(--ui-danger-text);
1651
+ --toast-shadow: var(--ui-surface-shadow-strong);
1652
+ --skeleton-bg: linear-gradient(
1653
+ 180deg,
1654
+ var(--ui-surface-bg-inset) 0%,
1655
+ var(--ui-surface-bg-inset) 100%
1656
+ );
1657
+ @supports (color: color-mix(in lab, red, red)) {
1658
+ --skeleton-bg: linear-gradient(
1659
+ 180deg,
1660
+ color-mix(in srgb, var(--ui-surface-bg-inset) 94%, white) 0%,
1661
+ color-mix(in srgb, var(--ui-surface-bg-inset) 100%, var(--ui-surface-border)) 100%
1662
+ );
1663
+ }
1664
+ --skeleton-bg-emphasis: linear-gradient(
1665
+ 180deg,
1666
+ var(--ui-surface-bg-subtle) 0%,
1667
+ var(--ui-surface-bg-inset) 100%
1668
+ );
1669
+ @supports (color: color-mix(in lab, red, red)) {
1670
+ --skeleton-bg-emphasis: linear-gradient(
1671
+ 180deg,
1672
+ color-mix(in srgb, var(--ui-surface-bg-subtle) 78%, var(--color-highlight-soft)) 0%,
1673
+ color-mix(in srgb, var(--ui-surface-bg-inset) 86%, var(--ui-surface-border)) 100%
1674
+ );
1675
+ }
1676
+ --skeleton-sheen: linear-gradient(
1677
+ 100deg,
1678
+ transparent 0%,
1679
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 10%, transparent) 28%,
1680
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 35%, transparent) 40%,
1681
+ var(--color-highlight-sheen) 50%,
1682
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 35%, transparent) 60%,
1683
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 10%, transparent) 72%,
1684
+ transparent 100%
1685
+ );
1686
+ @supports (color: color-mix(in lab, red, red)) {
1687
+ --skeleton-sheen: linear-gradient(
1688
+ 100deg,
1689
+ transparent 0%,
1690
+ color-mix(in srgb, var(--color-highlight-sheen) 10%, transparent) 28%,
1691
+ color-mix(in srgb, var(--color-highlight-sheen) 35%, transparent) 40%,
1692
+ var(--color-highlight-sheen) 50%,
1693
+ color-mix(in srgb, var(--color-highlight-sheen) 35%, transparent) 60%,
1694
+ color-mix(in srgb, var(--color-highlight-sheen) 10%, transparent) 72%,
1695
+ transparent 100%
1696
+ );
1697
+ }
1698
+ --skeleton-top-highlight: var(--color-highlight-soft);
1699
+ --workspace-transition-veil-bg: var(--color-overlay-soft);
1700
+ --workspace-transition-stale-bg: color-mix(in srgb, rgba(244, 238, 230, 0.56) 72%, transparent);
1701
+ @supports (color: color-mix(in lab, red, red)) {
1702
+ --workspace-transition-stale-bg: color-mix(in srgb, var(--color-overlay-soft) 72%, transparent);
1703
+ }
1704
+ --tooltip-shadow: var(--ui-surface-shadow-strong);
1705
+ --select-dropdown-shadow: var(--ui-surface-shadow-strong);
1706
+ --theme-picker-shadow: var(--ui-surface-shadow-strong);
1707
+ --drawer-panel-shadow: var(--ui-surface-shadow-strong);
1708
+ }
1709
+ .ui-avatar {
1710
+ --avatar-bg: var(--ui-surface-bg-inset);
1711
+ --avatar-text: var(--ui-text-secondary);
1712
+ --avatar-border: transparent;
1713
+ background: var(--avatar-bg);
1714
+ color: var(--avatar-text);
1715
+ border: 1px solid var(--avatar-border);
1716
+ }
1717
+ .ui-avatar[data-tone="subtle"] {
1718
+ --avatar-bg: var(--ui-surface-bg-subtle);
1719
+ --avatar-text: var(--ui-text-muted);
1720
+ }
1721
+ .ui-badge {
1722
+ --badge-bg: var(--ui-surface-bg-inset);
1723
+ --badge-text: var(--ui-text-secondary);
1724
+ --badge-border: transparent;
1725
+ background: var(--badge-bg);
1726
+ border-color: var(--badge-border);
1727
+ }
1728
+ .ui-badge[data-variant="outline"] {
1729
+ --badge-bg: transparent;
1730
+ --badge-border: var(--ui-surface-border);
1731
+ }
1732
+ .ui-badge[data-tone="info"] {
1733
+ --badge-bg: var(--ui-info-bg);
1734
+ --badge-text: var(--ui-info-text);
1735
+ --badge-border: var(--ui-info-border);
1736
+ }
1737
+ .ui-badge[data-tone="info"][data-variant="outline"] {
1738
+ --badge-bg: transparent;
1739
+ }
1740
+ .ui-badge[data-tone="success"] {
1741
+ --badge-bg: var(--ui-success-bg);
1742
+ --badge-text: var(--ui-success-text);
1743
+ --badge-border: var(--ui-success-border);
1744
+ }
1745
+ .ui-badge[data-tone="success"][data-variant="outline"] {
1746
+ --badge-bg: transparent;
1747
+ }
1748
+ .ui-badge[data-tone="warning"] {
1749
+ --badge-bg: var(--ui-warning-bg);
1750
+ --badge-text: var(--ui-warning-text);
1751
+ --badge-border: var(--ui-warning-border);
1752
+ }
1753
+ .ui-badge[data-tone="warning"][data-variant="outline"] {
1754
+ --badge-bg: transparent;
1755
+ }
1756
+ .ui-badge[data-tone="danger"] {
1757
+ --badge-bg: var(--ui-danger-bg);
1758
+ --badge-text: var(--ui-danger-text);
1759
+ --badge-border: var(--ui-danger-border);
1760
+ }
1761
+ .ui-badge[data-tone="danger"][data-variant="outline"] {
1762
+ --badge-bg: transparent;
1763
+ }
1764
+ .ui-button {
1765
+ --button-bg: var(--ui-surface-bg);
1766
+ --button-bg-hover: var(--ui-surface-bg-inset);
1767
+ --button-bg-active: var(--ui-surface-bg-subtle);
1768
+ --button-text: var(--ui-text-primary);
1769
+ --button-border: var(--ui-surface-border);
1770
+ --button-ring: var(--ui-control-focus-ring);
1771
+ --button-disabled-opacity: 0.5;
1772
+ background: var(--button-bg);
1773
+ color: var(--button-text);
1774
+ border-color: var(--button-border);
1775
+ }
1776
+ .ui-button:hover {
1777
+ background: var(--button-bg-hover);
1778
+ }
1779
+ .ui-button:active {
1780
+ background: var(--button-bg-active);
1781
+ }
1782
+ .ui-button:focus-visible {
1783
+ --tw-ring-color: var(--button-ring);
1784
+ }
1785
+ .ui-button[data-variant="primary"] {
1786
+ --button-bg: var(--ui-accent-bg);
1787
+ --button-bg-hover: var(--ui-accent-bg-hover);
1788
+ --button-bg-active: var(--ui-accent-bg-hover);
1789
+ @supports (color: color-mix(in lab, red, red)) {
1790
+ --button-bg-active: color-mix(in srgb, var(--ui-accent-bg-hover) 88%, black);
1791
+ }
1792
+ --button-text: var(--ui-accent-text);
1793
+ --button-border: transparent;
1794
+ }
1795
+ .ui-button[data-variant="ghost"] {
1796
+ --button-bg: transparent;
1797
+ --button-bg-hover: var(--ui-surface-bg-inset);
1798
+ --button-bg-active: var(--ui-surface-bg-subtle);
1799
+ --button-text: var(--ui-text-secondary);
1800
+ --button-border: transparent;
1801
+ }
1802
+ .ui-button[data-variant="danger"] {
1803
+ --button-bg: var(--ui-danger-bg);
1804
+ --button-bg-hover: var(--ui-danger-bg);
1805
+ @supports (color: color-mix(in lab, red, red)) {
1806
+ --button-bg-hover: color-mix(in srgb, var(--ui-danger-bg) 92%, var(--ui-danger-border));
1807
+ }
1808
+ --button-bg-active: var(--ui-danger-bg);
1809
+ @supports (color: color-mix(in lab, red, red)) {
1810
+ --button-bg-active: color-mix(in srgb, var(--ui-danger-bg) 84%, var(--ui-danger-border));
1811
+ }
1812
+ --button-text: var(--ui-danger-text);
1813
+ --button-border: var(--ui-danger-border);
1814
+ --button-ring: var(--ui-danger-border);
1815
+ }
1816
+ .ui-collapsible__trigger {
1817
+ cursor: pointer;
1818
+ }
1819
+ .ui-collapsible__content {
1820
+ height: auto;
1821
+ overflow: hidden;
1822
+ transition: height 180ms ease;
1823
+ }
1824
+ .ui-collapsible__content-inner {
1825
+ min-height: 0;
1826
+ }
1827
+ .ui-dialog-backdrop {
1828
+ animation: dialog-backdrop-in 0.2s var(--ease-standard);
1829
+ }
1830
+ .ui-dialog {
1831
+ background: var(--ui-surface-bg-raised);
1832
+ border: 1px solid var(--ui-surface-border);
1833
+ color: var(--ui-text-primary);
1834
+ }
1835
+ .ui-dialog__header {
1836
+ color: var(--ui-text-primary);
1837
+ }
1838
+ .ui-dialog__body {
1839
+ color: var(--ui-text-secondary);
1840
+ }
1841
+ @keyframes dialog-in {
1842
+ from {
1843
+ opacity: 0;
1844
+ transform: scale(0.95) translateY(4px);
1845
+ }
1846
+ to {
1847
+ opacity: 1;
1848
+ transform: scale(1) translateY(0);
1849
+ }
1850
+ }
1851
+ @keyframes dialog-backdrop-in {
1852
+ from {
1853
+ opacity: 0;
1854
+ }
1855
+ to {
1856
+ opacity: 1;
1857
+ }
1858
+ }
1859
+ .ui-dropdown-menu__content {
1860
+ min-width: 12rem;
1861
+ overflow-y: auto;
1862
+ border: 1px solid var(--ui-surface-border);
1863
+ border-radius: var(--ui-control-radius-lg);
1864
+ background: var(--ui-surface-bg-raised);
1865
+ box-shadow: var(--ui-dropdown-menu-shadow, var(--ui-surface-shadow-strong));
1866
+ padding: 0.375rem;
1867
+ color: var(--ui-text-primary);
1868
+ outline: none;
1869
+ z-index: 1000;
1870
+ animation: ui-dropdown-menu-in var(--ui-motion-duration-fast) var(--ui-motion-ease-standard);
1871
+ }
1872
+ .ui-dropdown-menu__content[data-side="top"] {
1873
+ transform-origin: bottom center;
1874
+ }
1875
+ .ui-dropdown-menu__content[data-side="bottom"] {
1876
+ transform-origin: top center;
1877
+ }
1878
+ .ui-dropdown-menu__content[data-side="left"] {
1879
+ transform-origin: center right;
1880
+ }
1881
+ .ui-dropdown-menu__content[data-side="right"] {
1882
+ transform-origin: center left;
1883
+ }
1884
+ .ui-dropdown-menu__group + .ui-dropdown-menu__group {
1885
+ margin-top: 0.375rem;
1886
+ padding-top: 0.375rem;
1887
+ border-top: 1px solid var(--ui-surface-border);
1888
+ @supports (color: color-mix(in lab, red, red)) {
1889
+ border-top: 1px solid color-mix(in srgb, var(--ui-surface-border) 80%, transparent);
1890
+ }
1891
+ }
1892
+ .ui-dropdown-menu__label {
1893
+ padding: 0.35rem 0.625rem 0.25rem;
1894
+ font-size: 0.675rem;
1895
+ font-weight: 700;
1896
+ letter-spacing: 0.12em;
1897
+ text-transform: uppercase;
1898
+ color: var(--ui-text-muted);
1899
+ }
1900
+ .ui-dropdown-menu__separator {
1901
+ margin: 0.375rem 0.25rem;
1902
+ border-top: 1px solid var(--ui-surface-border);
1903
+ @supports (color: color-mix(in lab, red, red)) {
1904
+ border-top: 1px solid color-mix(in srgb, var(--ui-surface-border) 82%, transparent);
1905
+ }
1906
+ }
1907
+ .ui-dropdown-menu__item {
1908
+ display: flex;
1909
+ width: 100%;
1910
+ align-items: center;
1911
+ gap: 0.75rem;
1912
+ border: 0;
1913
+ border-radius: calc(var(--ui-control-radius-md) - 0.125rem);
1914
+ background: transparent;
1915
+ padding: 0.625rem 0.75rem;
1916
+ text-align: left;
1917
+ color: inherit;
1918
+ cursor: default;
1919
+ transition: background-color var(--ui-motion-duration-fast) var(--ui-motion-ease-standard), color var(--ui-motion-duration-fast) var(--ui-motion-ease-standard);
1920
+ }
1921
+ .ui-dropdown-menu__item:hover, .ui-dropdown-menu__item[data-highlighted] {
1922
+ background: var(--ui-surface-bg-inset);
1923
+ }
1924
+ .ui-dropdown-menu__item[data-selected] {
1925
+ background: var(--ui-accent-bg);
1926
+ @supports (color: color-mix(in lab, red, red)) {
1927
+ background: color-mix(in srgb, var(--ui-accent-bg) 10%, var(--ui-surface-bg-raised));
1928
+ }
1929
+ }
1930
+ .ui-dropdown-menu__item[data-selected] .ui-dropdown-menu__item-main {
1931
+ color: var(--ui-text-primary);
1932
+ font-weight: 600;
1933
+ }
1934
+ .ui-dropdown-menu__item[data-disabled] {
1935
+ opacity: 0.5;
1936
+ cursor: not-allowed;
1937
+ }
1938
+ .ui-dropdown-menu__item[data-destructive] {
1939
+ color: var(--ui-danger-text);
1940
+ }
1941
+ .ui-dropdown-menu__item--inset {
1942
+ padding-left: 1rem;
1943
+ }
1944
+ .ui-dropdown-menu__item-main {
1945
+ min-width: 0;
1946
+ flex: 1 1 auto;
1947
+ overflow: hidden;
1948
+ text-overflow: ellipsis;
1949
+ white-space: nowrap;
1950
+ }
1951
+ .ui-dropdown-menu__shortcut, .ui-dropdown-menu__indicator, .ui-dropdown-menu__submenu-indicator {
1952
+ flex: 0 0 auto;
1953
+ color: var(--ui-text-muted);
1954
+ font-size: 0.75rem;
1955
+ }
1956
+ .ui-dropdown-menu__indicator {
1957
+ min-width: 1rem;
1958
+ text-align: center;
1959
+ color: var(--ui-accent-bg);
1960
+ font-weight: 700;
1961
+ }
1962
+ .ui-dropdown-menu__sub-trigger[data-state="open"] {
1963
+ background: var(--ui-surface-bg-inset);
1964
+ }
1965
+ @keyframes ui-dropdown-menu-in {
1966
+ from {
1967
+ opacity: 0;
1968
+ transform: scale(0.98);
1969
+ }
1970
+ to {
1971
+ opacity: 1;
1972
+ transform: scale(1);
1973
+ }
1974
+ }
1975
+ .ui-drawer {
1976
+ --drawer-surface: var(--ui-surface-bg-raised);
1977
+ --drawer-border: var(--ui-surface-border);
1978
+ --drawer-shadow: var(--drawer-panel-shadow);
1979
+ will-change: transform;
1980
+ background: var(--drawer-surface);
1981
+ border-color: var(--drawer-border);
1982
+ box-shadow: var(--drawer-shadow);
1983
+ }
1984
+ .ui-drawer-backdrop {
1985
+ --drawer-backdrop: var(--color-overlay-strong);
1986
+ border: 0;
1987
+ background: var(--drawer-backdrop);
1988
+ }
1989
+ .ui-field {
1990
+ --field-label: var(--ui-text-secondary);
1991
+ --field-help: var(--ui-text-muted);
1992
+ }
1993
+ .ui-field__label {
1994
+ color: var(--field-label);
1995
+ }
1996
+ .ui-field__help {
1997
+ color: var(--field-help);
1998
+ }
1999
+ .ui-icon-button {
2000
+ --icon-button-bg: transparent;
2001
+ --icon-button-bg-hover: var(--ui-surface-bg-inset);
2002
+ --icon-button-bg-active: var(--ui-surface-bg-subtle);
2003
+ --icon-button-text: var(--ui-text-muted);
2004
+ --icon-button-ring: var(--ui-control-focus-ring);
2005
+ background: var(--icon-button-bg);
2006
+ color: var(--icon-button-text);
2007
+ }
2008
+ .ui-icon-button:hover {
2009
+ background: var(--icon-button-bg-hover);
2010
+ color: var(--ui-text-primary);
2011
+ }
2012
+ .ui-icon-button:active {
2013
+ background: var(--icon-button-bg-active);
2014
+ }
2015
+ .ui-icon-button:focus-visible {
2016
+ --tw-ring-color: var(--icon-button-ring);
2017
+ }
2018
+ .ui-icon-button[data-variant="subtle"] {
2019
+ --icon-button-bg: var(--ui-surface-bg-inset);
2020
+ --icon-button-bg-hover: var(--ui-surface-bg-subtle);
2021
+ --icon-button-bg-active: var(--ui-surface-bg-raised);
2022
+ --icon-button-text: var(--ui-text-primary);
2023
+ }
2024
+ .ui-input {
2025
+ --field-bg: var(--ui-surface-bg);
2026
+ --field-border: var(--ui-surface-border);
2027
+ --field-text: var(--ui-text-primary);
2028
+ --field-placeholder: var(--ui-text-muted);
2029
+ --field-ring: var(--ui-control-focus-ring);
2030
+ background: var(--field-bg);
2031
+ border: 1px solid var(--field-border);
2032
+ color: var(--field-text);
2033
+ --tw-ring-color: var(--field-ring);
2034
+ }
2035
+ .ui-input[data-tone="warning"] {
2036
+ --field-border: var(--ui-warning-border);
2037
+ --field-ring: var(--ui-warning-border);
2038
+ }
2039
+ .ui-panel {
2040
+ --panel-bg: var(--ui-surface-bg);
2041
+ --panel-border: var(--ui-surface-border);
2042
+ --panel-section-border: var(--ui-surface-border);
2043
+ --panel-shadow: none;
2044
+ background: var(--panel-bg);
2045
+ border-color: var(--panel-border);
2046
+ box-shadow: var(--panel-shadow);
2047
+ }
2048
+ .ui-panel-header, .ui-panel-footer {
2049
+ border-color: var(--panel-section-border);
2050
+ }
2051
+ .ui-panel[data-variant="subtle"] {
2052
+ --panel-bg: var(--ui-surface-bg-subtle);
2053
+ }
2054
+ .ui-panel[data-variant="raised"] {
2055
+ --panel-bg: var(--ui-surface-bg-raised);
2056
+ --panel-shadow: var(--ui-surface-shadow);
2057
+ }
2058
+ .ui-segmented-control {
2059
+ --segmented-bg: var(--ui-surface-bg-inset);
2060
+ --segmented-border: var(--ui-surface-border);
2061
+ --segmented-item-text: var(--ui-text-muted);
2062
+ --segmented-item-hover-text: var(--ui-text-secondary);
2063
+ --segmented-item-active-bg: var(--ui-surface-bg-raised);
2064
+ --segmented-item-active-text: var(--ui-text-primary);
2065
+ --segmented-ring: var(--ui-control-focus-ring);
2066
+ background: var(--segmented-bg);
2067
+ --tw-ring-color: var(--segmented-border);
2068
+ }
2069
+ .ui-segmented-control__item {
2070
+ color: var(--segmented-item-text);
2071
+ }
2072
+ .ui-segmented-control__item:hover {
2073
+ color: var(--segmented-item-hover-text);
2074
+ }
2075
+ .ui-segmented-control__item[data-active="true"] {
2076
+ background: var(--segmented-item-active-bg);
2077
+ color: var(--segmented-item-active-text);
2078
+ }
2079
+ .ui-segmented-control__item:focus-visible {
2080
+ --tw-ring-color: var(--segmented-ring);
2081
+ }
2082
+ .ui-select__trigger {
2083
+ --select-bg: var(--ui-surface-bg);
2084
+ --select-border: var(--ui-surface-border);
2085
+ --select-text: var(--ui-text-primary);
2086
+ --select-ring: var(--ui-control-focus-ring);
2087
+ background: var(--select-bg);
2088
+ border: 0.5px solid var(--select-border);
2089
+ color: var(--select-text);
2090
+ --tw-ring-color: var(--select-ring);
2091
+ }
2092
+ .ui-select__trigger:hover:not(:disabled) {
2093
+ --select-border: var(--ui-surface-border-strong);
2094
+ }
2095
+ .ui-select__trigger[data-open] {
2096
+ --select-border: var(--ui-surface-border-strong);
2097
+ }
2098
+ .ui-select__trigger[data-tone="warning"] {
2099
+ --select-border: var(--ui-warning-border);
2100
+ --select-ring: var(--ui-warning-border);
2101
+ }
2102
+ .ui-select__trigger:disabled {
2103
+ cursor: not-allowed;
2104
+ opacity: 0.5;
2105
+ }
2106
+ .ui-select__placeholder {
2107
+ color: var(--ui-text-muted);
2108
+ }
2109
+ .ui-select__chevron {
2110
+ color: var(--ui-text-muted);
2111
+ }
2112
+ .ui-select__dropdown {
2113
+ background: var(--ui-surface-bg-raised);
2114
+ --tw-ring-color: var(--ui-surface-border);
2115
+ box-shadow: var(--select-dropdown-shadow);
2116
+ }
2117
+ .ui-select__option[data-focused] {
2118
+ background: var(--ui-surface-bg-inset);
2119
+ }
2120
+ .ui-select__option[data-selected] {
2121
+ color: var(--ui-accent-bg);
2122
+ font-weight: 500;
2123
+ }
2124
+ .ui-skeleton {
2125
+ --ui-skeleton-scan-duration: 3.6s;
2126
+ position: relative;
2127
+ overflow: hidden;
2128
+ background: var(--skeleton-bg);
2129
+ box-shadow: inset 0 1px 0 var(--skeleton-top-highlight);
2130
+ transform: translateZ(0);
2131
+ }
2132
+ .ui-skeleton[data-tone='emphasis'] {
2133
+ background: var(--skeleton-bg-emphasis);
2134
+ }
2135
+ .ui-skeleton::before {
2136
+ content: "";
2137
+ position: absolute;
2138
+ inset: 0;
2139
+ background: inherit;
2140
+ opacity: 0.84;
2141
+ }
2142
+ .ui-skeleton::after {
2143
+ content: "";
2144
+ position: absolute;
2145
+ inset: -35%;
2146
+ background: var(--skeleton-sheen);
2147
+ transform: translateX(-140%) skewX(-14deg);
2148
+ opacity: 0;
2149
+ will-change: transform, opacity;
2150
+ }
2151
+ .ui-skeleton[data-animation='pulse']::after {
2152
+ display: none;
2153
+ }
2154
+ .ui-skeleton[data-animation='pulse']::before {
2155
+ animation: ui-skeleton-breathe 2.6s var(--ease-standard) infinite;
2156
+ }
2157
+ .ui-skeleton[data-animation='scan']::before {
2158
+ opacity: 1;
2159
+ filter: none;
2160
+ }
2161
+ .ui-skeleton[data-animation='scan']::after {
2162
+ opacity: 1;
2163
+ animation: ui-skeleton-scan var(--ui-skeleton-scan-duration) cubic-bezier(0.3, 0, 0.2, 1) infinite;
2164
+ }
2165
+ @keyframes ui-skeleton-breathe {
2166
+ 0%, 100% {
2167
+ opacity: 0.8;
2168
+ filter: saturate(0.96) brightness(0.98);
2169
+ }
2170
+ 50% {
2171
+ opacity: 1;
2172
+ filter: saturate(1.04) brightness(1.04);
2173
+ }
2174
+ }
2175
+ @keyframes ui-skeleton-scan {
2176
+ 0% {
2177
+ transform: translateX(-140%) skewX(-14deg);
2178
+ opacity: 0;
2179
+ }
2180
+ 18% {
2181
+ opacity: 0.82;
2182
+ }
2183
+ 52% {
2184
+ transform: translateX(6%) skewX(-14deg);
2185
+ opacity: 1;
2186
+ }
2187
+ 82% {
2188
+ opacity: 0.82;
2189
+ }
2190
+ 100% {
2191
+ transform: translateX(140%) skewX(-14deg);
2192
+ opacity: 0;
2193
+ }
2194
+ }
2195
+ @media (prefers-reduced-motion: reduce) {
2196
+ .ui-skeleton::before {
2197
+ animation: none;
2198
+ opacity: 0.94;
2199
+ filter: none;
2200
+ }
2201
+ .ui-skeleton::after {
2202
+ animation: none;
2203
+ opacity: 0;
2204
+ }
2205
+ }
2206
+ .ui-status-notice {
2207
+ --status-notice-bg: var(--feedback-neutral-bg);
2208
+ --status-notice-border: var(--feedback-neutral-border);
2209
+ --status-notice-text: var(--feedback-neutral-text);
2210
+ --status-notice-icon: var(--feedback-neutral-icon);
2211
+ background: var(--status-notice-bg);
2212
+ border-color: var(--status-notice-border);
2213
+ color: var(--status-notice-text);
2214
+ }
2215
+ .ui-status-notice__icon {
2216
+ color: var(--status-notice-icon);
2217
+ }
2218
+ .ui-status-notice__title {
2219
+ color: var(--ui-text-primary);
2220
+ }
2221
+ .ui-status-notice[data-layout="vertical"] .ui-status-notice__title {
2222
+ color: var(--status-notice-text);
2223
+ }
2224
+ .ui-status-notice[data-tone="info"] {
2225
+ --status-notice-bg: var(--feedback-info-bg);
2226
+ --status-notice-border: var(--feedback-info-border);
2227
+ --status-notice-text: var(--feedback-info-text);
2228
+ --status-notice-icon: var(--feedback-info-icon);
2229
+ }
2230
+ .ui-status-notice[data-tone="success"] {
2231
+ --status-notice-bg: var(--feedback-success-bg);
2232
+ --status-notice-border: var(--feedback-success-border);
2233
+ --status-notice-text: var(--feedback-success-text);
2234
+ --status-notice-icon: var(--feedback-success-icon);
2235
+ }
2236
+ .ui-status-notice[data-tone="warning"] {
2237
+ --status-notice-bg: var(--feedback-warning-bg);
2238
+ --status-notice-border: var(--feedback-warning-border);
2239
+ --status-notice-text: var(--feedback-warning-text);
2240
+ --status-notice-icon: var(--feedback-warning-icon);
2241
+ }
2242
+ .ui-status-notice[data-tone="danger"] {
2243
+ --status-notice-bg: var(--feedback-danger-bg);
2244
+ --status-notice-border: var(--feedback-danger-border);
2245
+ --status-notice-text: var(--feedback-danger-text);
2246
+ --status-notice-icon: var(--feedback-danger-icon);
2247
+ }
2248
+ .ui-switch {
2249
+ background: var(--color-n400);
2250
+ --tw-ring-color: var(--ui-control-focus-ring);
2251
+ --tw-ring-offset-color: var(--ui-surface-bg);
2252
+ }
2253
+ .ui-switch[aria-checked="true"] {
2254
+ background: var(--ui-accent-bg);
2255
+ }
2256
+ .ui-switch:hover:not(:disabled) {
2257
+ background: var(--color-n500);
2258
+ }
2259
+ .ui-switch[aria-checked="true"]:hover:not(:disabled) {
2260
+ background: var(--ui-accent-bg-hover);
2261
+ }
2262
+ .ui-tabs__list {
2263
+ --tabs-border: var(--ui-surface-border);
2264
+ border-color: var(--tabs-border);
2265
+ }
2266
+ .ui-tabs__trigger {
2267
+ --tabs-text: var(--ui-text-muted);
2268
+ --tabs-hover-text: var(--ui-text-secondary);
2269
+ --tabs-active-text: var(--ui-text-primary);
2270
+ --tabs-active-border: var(--ui-accent-strong);
2271
+ --tabs-active-bg: var(--ui-accent-soft);
2272
+ @supports (color: color-mix(in lab, red, red)) {
2273
+ --tabs-active-bg: color-mix(in srgb, var(--ui-accent-soft) 35%, transparent);
2274
+ }
2275
+ --tabs-ring: var(--ui-control-focus-ring);
2276
+ border-bottom-color: transparent;
2277
+ color: var(--tabs-text);
2278
+ }
2279
+ .ui-tabs__trigger:hover {
2280
+ color: var(--tabs-hover-text);
2281
+ }
2282
+ .ui-tabs__trigger[data-state="active"] {
2283
+ background: var(--tabs-active-bg);
2284
+ border-bottom-color: var(--tabs-active-border);
2285
+ color: var(--tabs-active-text);
2286
+ }
2287
+ .ui-tabs__trigger:focus-visible {
2288
+ --tw-ring-color: var(--tabs-ring);
2289
+ }
2290
+ .ui-tabs__content {
2291
+ color: var(--ui-text-primary);
2292
+ }
2293
+ .ui-textarea {
2294
+ min-height: calc(1.5em * 3 + 1rem);
2295
+ line-height: 1.5;
2296
+ }
2297
+ .ui-textarea[data-auto-resize="true"] {
2298
+ overflow-y: hidden;
2299
+ }
2300
+ .ui-toast {
2301
+ --toast-bg: var(--feedback-neutral-bg);
2302
+ --toast-border: var(--feedback-neutral-border);
2303
+ --toast-text: var(--feedback-neutral-text);
2304
+ --toast-icon: var(--feedback-neutral-icon);
2305
+ background: var(--toast-bg);
2306
+ border-color: var(--toast-border);
2307
+ color: var(--toast-text);
2308
+ box-shadow: var(--toast-shadow, var(--ui-surface-shadow-strong));
2309
+ }
2310
+ .ui-toast__icon {
2311
+ color: var(--toast-icon);
2312
+ }
2313
+ .ui-toast__title {
2314
+ color: inherit;
2315
+ }
2316
+ .ui-toast[data-tone="success"] {
2317
+ --toast-bg: var(--feedback-success-bg);
2318
+ --toast-border: var(--feedback-success-border);
2319
+ --toast-text: var(--feedback-success-text);
2320
+ --toast-icon: var(--feedback-success-icon);
2321
+ }
2322
+ .ui-toast[data-tone="warning"] {
2323
+ --toast-bg: var(--feedback-warning-bg);
2324
+ --toast-border: var(--feedback-warning-border);
2325
+ --toast-text: var(--feedback-warning-text);
2326
+ --toast-icon: var(--feedback-warning-icon);
2327
+ }
2328
+ .ui-toast[data-tone="danger"] {
2329
+ --toast-bg: var(--feedback-danger-bg);
2330
+ --toast-border: var(--feedback-danger-border);
2331
+ --toast-text: var(--feedback-danger-text);
2332
+ --toast-icon: var(--feedback-danger-icon);
2333
+ }
2334
+ .ui-toast[data-tone="info"] {
2335
+ --toast-bg: var(--feedback-info-bg);
2336
+ --toast-border: var(--feedback-info-border);
2337
+ --toast-text: var(--feedback-info-text);
2338
+ --toast-icon: var(--feedback-info-icon);
2339
+ }
2340
+ @keyframes toast-in {
2341
+ from {
2342
+ opacity: 0;
2343
+ transform: translateY(8px) scale(0.96);
2344
+ }
2345
+ to {
2346
+ opacity: 1;
2347
+ transform: translateY(0) scale(1);
2348
+ }
2349
+ }
2350
+ .ui-tooltip {
2351
+ --tooltip-bg: var(--ui-surface-bg-raised);
2352
+ --tooltip-border: var(--ui-surface-border);
2353
+ --tooltip-text: var(--ui-text-primary);
2354
+ --tooltip-arrow-color: var(--tooltip-bg);
2355
+ background: var(--tooltip-bg);
2356
+ color: var(--tooltip-text);
2357
+ border: 1px solid var(--tooltip-border);
2358
+ box-shadow: 0 0 0 1px var(--tooltip-border), var(--tooltip-shadow);
2359
+ @supports (color: color-mix(in lab, red, red)) {
2360
+ box-shadow: 0 0 0 1px color-mix(in srgb, var(--tooltip-border) 55%, transparent), var(--tooltip-shadow);
2361
+ }
2362
+ backdrop-filter: blur(10px);
2363
+ }
2364
+ .ui-tooltip__arrow {
2365
+ color: var(--tooltip-arrow-color);
2366
+ filter: drop-shadow(0 1px 0 var(--tooltip-border)) drop-shadow(0 0 0.5px var(--tooltip-border));
2367
+ @supports (color: color-mix(in lab, red, red)) {
2368
+ filter: drop-shadow(0 1px 0 var(--tooltip-border)) drop-shadow(0 0 0.5px color-mix(in srgb, var(--tooltip-border) 55%, transparent));
2369
+ }
2370
+ }
2371
+ @keyframes tooltip-in {
2372
+ from {
2373
+ opacity: 0;
2374
+ transform: scale(0.96);
2375
+ }
2376
+ to {
2377
+ opacity: 1;
2378
+ transform: scale(1);
2379
+ }
2380
+ }
2381
+ :root {
2382
+ --preset-surface-bg: var(--theme-surface-base);
2383
+ --preset-surface-bg-subtle: var(--theme-surface-subtle);
2384
+ --preset-surface-bg-raised: var(--theme-surface-raised);
2385
+ --preset-surface-bg-inset: var(--theme-surface-inset);
2386
+ --preset-surface-border: var(--theme-surface-border);
2387
+ --preset-surface-border-muted: var(--theme-surface-border-muted);
2388
+ --preset-surface-border-strong: var(--theme-surface-border-strong);
2389
+ --preset-surface-shadow: var(--shadow-raised);
2390
+ --preset-surface-shadow-strong: var(--shadow-popover);
2391
+ --preset-surface-blur: 0px;
2392
+ --preset-canvas-bg: var(--theme-surface-canvas);
2393
+ --preset-canvas-bg-subtle: var(--theme-canvas-bg-subtle);
2394
+ --preset-surface-container: var(--theme-surface-container);
2395
+ --preset-surface-container-high: var(--theme-surface-container-high);
2396
+ --preset-surface-container-highest: var(--theme-surface-container-highest);
2397
+ --preset-control-radius-sm: 0.5rem;
2398
+ --preset-control-radius-md: 0.75rem;
2399
+ --preset-control-radius-lg: 1rem;
2400
+ --preset-control-radius-xl: 1.5rem;
2401
+ --preset-control-radius-2xl: 2rem;
2402
+ --preset-control-border-width: 1px;
2403
+ --ui-surface-bg: var(--preset-surface-bg);
2404
+ --ui-surface-bg-subtle: var(--preset-surface-bg-subtle);
2405
+ --ui-surface-bg-raised: var(--preset-surface-bg-raised);
2406
+ --ui-surface-bg-inset: var(--preset-surface-bg-inset);
2407
+ --ui-surface-border: var(--preset-surface-border);
2408
+ --ui-surface-border-muted: var(--preset-surface-border-muted);
2409
+ --ui-surface-border-strong: var(--preset-surface-border-strong);
2410
+ --ui-surface-shadow: var(--preset-surface-shadow);
2411
+ --ui-surface-shadow-strong: var(--preset-surface-shadow-strong);
2412
+ --ui-surface-blur: var(--preset-surface-blur);
2413
+ --ui-canvas-bg: var(--preset-canvas-bg);
2414
+ --ui-canvas-bg-subtle: var(--preset-canvas-bg-subtle);
2415
+ --ui-surface-container: var(--preset-surface-container);
2416
+ --ui-surface-container-high: var(--preset-surface-container-high);
2417
+ --ui-surface-container-highest: var(--preset-surface-container-highest);
2418
+ --ui-text-primary: var(--theme-text-primary);
2419
+ --ui-text-secondary: var(--theme-text-secondary);
2420
+ --ui-text-muted: var(--theme-text-muted);
2421
+ --ui-text-on-accent: var(--theme-text-on-accent);
2422
+ --ui-accent-bg: var(--theme-accent-bg);
2423
+ --ui-accent-bg-hover: var(--theme-accent-bg-hover);
2424
+ --ui-accent-bg-muted: var(--theme-accent-bg-muted);
2425
+ --ui-accent-text: var(--theme-text-on-accent);
2426
+ --ui-accent-border: var(--theme-accent-border);
2427
+ --ui-success-bg: var(--theme-success-bg);
2428
+ --ui-success-border: var(--theme-success-border);
2429
+ --ui-success-text: var(--theme-success-text);
2430
+ --ui-warning-bg: var(--theme-warning-bg);
2431
+ --ui-warning-border: var(--theme-warning-border);
2432
+ --ui-warning-text: var(--theme-warning-text);
2433
+ --ui-danger-bg: var(--theme-danger-bg);
2434
+ --ui-danger-bg-emphasis: var(--theme-danger-bg-emphasis);
2435
+ --ui-danger-border: var(--theme-danger-border);
2436
+ --ui-danger-text: var(--theme-danger-text);
2437
+ --ui-info-bg: var(--theme-info-bg);
2438
+ --ui-info-border: var(--theme-info-border);
2439
+ --ui-info-text: var(--theme-info-text);
2440
+ --ui-control-radius-sm: var(--preset-control-radius-sm);
2441
+ --ui-control-radius-md: var(--preset-control-radius-md);
2442
+ --ui-control-radius-lg: var(--preset-control-radius-lg);
2443
+ --ui-control-radius-xl: var(--preset-control-radius-xl);
2444
+ --ui-control-radius-2xl: var(--preset-control-radius-2xl);
2445
+ --ui-control-border-width: var(--preset-control-border-width);
2446
+ --ui-control-focus-ring: var(--theme-control-focus-ring);
2447
+ --ui-control-focus-ring-offset: var(--theme-control-focus-ring-offset);
2448
+ --ui-font-heading: var(--font-heading);
2449
+ --ui-motion-duration-fast: 0.15s;
2450
+ --ui-motion-duration-default: 0.2s;
2451
+ --ui-motion-ease-standard: var(--ease-standard);
2452
+ --ui-density-compact: 0.875;
2453
+ --ui-density-default: 1;
2454
+ --ui-density-comfortable: 1.125;
2455
+ --content-min-width: 320px;
2456
+ --content-preferred-width: 70vw;
2457
+ --content-max-width: 960px;
2458
+ --content-width: clamp(600px, 70vw, 960px);
2459
+ --content-padding: 24px;
2460
+ --header-top-margin: 64px;
2461
+ --publish-trigger-bg: var(--ui-surface-bg-subtle);
2462
+ --publish-trigger-border: var(--ui-surface-border);
2463
+ --publish-trigger-text: var(--ui-text-primary);
2464
+ --publish-trigger-active-bg: var(--ui-accent-bg-muted);
2465
+ --publish-popover-bg: var(--ui-surface-bg);
2466
+ --publish-popover-border: var(--ui-surface-border);
2467
+ --publish-popover-shadow: var(--ui-surface-shadow-strong);
2468
+ --publish-section-bg: var(--ui-surface-bg-subtle);
2469
+ --publish-section-border: var(--ui-surface-border);
2470
+ --publish-fact-title: var(--ui-text-secondary);
2471
+ --publish-fact-value: var(--color-n900);
2472
+ --publish-muted-text: var(--ui-text-secondary);
2473
+ --publish-warning-bg: var(--ui-warning-bg);
2474
+ --publish-warning-border: var(--ui-warning-border);
2475
+ --publish-warning-text: var(--ui-warning-text);
2476
+ --publish-danger-bg: var(--ui-danger-bg);
2477
+ --publish-danger-border: var(--ui-danger-border);
2478
+ --publish-danger-text: var(--ui-danger-text);
2479
+ --publish-success-bg: var(--ui-success-bg);
2480
+ --publish-success-border: var(--ui-success-border);
2481
+ --publish-success-text: var(--ui-success-text);
2482
+ --publish-progress-track: var(--ui-surface-bg-inset);
2483
+ --publish-progress-fill: var(--ui-accent-bg);
2484
+ --feedback-neutral-bg: var(--ui-surface-bg-raised);
2485
+ --feedback-neutral-border: var(--ui-surface-border);
2486
+ --feedback-neutral-text: var(--ui-text-primary);
2487
+ --feedback-neutral-icon: var(--ui-text-secondary);
2488
+ --feedback-info-bg: var(--ui-info-bg);
2489
+ --feedback-info-border: var(--ui-info-border);
2490
+ --feedback-info-text: var(--ui-info-text);
2491
+ --feedback-info-icon: var(--ui-info-text);
2492
+ --feedback-success-bg: var(--ui-success-bg);
2493
+ --feedback-success-border: var(--ui-success-border);
2494
+ --feedback-success-text: var(--ui-success-text);
2495
+ --feedback-success-icon: var(--ui-success-text);
2496
+ --feedback-warning-bg: var(--ui-warning-bg);
2497
+ --feedback-warning-border: var(--ui-warning-border);
2498
+ --feedback-warning-text: var(--ui-warning-text);
2499
+ --feedback-warning-icon: var(--ui-warning-text);
2500
+ --feedback-danger-bg: var(--ui-danger-bg);
2501
+ --feedback-danger-border: var(--ui-danger-border);
2502
+ --feedback-danger-text: var(--ui-danger-text);
2503
+ --feedback-danger-icon: var(--ui-danger-text);
2504
+ --toast-shadow: var(--ui-surface-shadow-strong);
2505
+ --skeleton-bg: linear-gradient(
2506
+ 180deg,
2507
+ var(--ui-surface-bg-inset) 0%,
2508
+ var(--ui-surface-bg-inset) 100%
2509
+ );
2510
+ @supports (color: color-mix(in lab, red, red)) {
2511
+ --skeleton-bg: linear-gradient(
2512
+ 180deg,
2513
+ color-mix(in srgb, var(--ui-surface-bg-inset) 94%, white) 0%,
2514
+ color-mix(in srgb, var(--ui-surface-bg-inset) 100%, var(--ui-surface-border)) 100%
2515
+ );
2516
+ }
2517
+ --skeleton-bg-emphasis: linear-gradient(
2518
+ 180deg,
2519
+ var(--ui-surface-bg-subtle) 0%,
2520
+ var(--ui-surface-bg-inset) 100%
2521
+ );
2522
+ @supports (color: color-mix(in lab, red, red)) {
2523
+ --skeleton-bg-emphasis: linear-gradient(
2524
+ 180deg,
2525
+ color-mix(in srgb, var(--ui-surface-bg-subtle) 78%, var(--color-highlight-soft)) 0%,
2526
+ color-mix(in srgb, var(--ui-surface-bg-inset) 86%, var(--ui-surface-border)) 100%
2527
+ );
2528
+ }
2529
+ --skeleton-sheen: linear-gradient(
2530
+ 100deg,
2531
+ transparent 0%,
2532
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 10%, transparent) 28%,
2533
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 35%, transparent) 40%,
2534
+ var(--color-highlight-sheen) 50%,
2535
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 35%, transparent) 60%,
2536
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 10%, transparent) 72%,
2537
+ transparent 100%
2538
+ );
2539
+ @supports (color: color-mix(in lab, red, red)) {
2540
+ --skeleton-sheen: linear-gradient(
2541
+ 100deg,
2542
+ transparent 0%,
2543
+ color-mix(in srgb, var(--color-highlight-sheen) 10%, transparent) 28%,
2544
+ color-mix(in srgb, var(--color-highlight-sheen) 35%, transparent) 40%,
2545
+ var(--color-highlight-sheen) 50%,
2546
+ color-mix(in srgb, var(--color-highlight-sheen) 35%, transparent) 60%,
2547
+ color-mix(in srgb, var(--color-highlight-sheen) 10%, transparent) 72%,
2548
+ transparent 100%
2549
+ );
2550
+ }
2551
+ --skeleton-top-highlight: var(--color-highlight-soft);
2552
+ --workspace-transition-veil-bg: var(--color-overlay-soft);
2553
+ --workspace-transition-stale-bg: color-mix(in srgb, rgba(244, 238, 230, 0.56) 72%, transparent);
2554
+ @supports (color: color-mix(in lab, red, red)) {
2555
+ --workspace-transition-stale-bg: color-mix(in srgb, var(--color-overlay-soft) 72%, transparent);
2556
+ }
2557
+ --tooltip-shadow: var(--ui-surface-shadow-strong);
2558
+ --select-dropdown-shadow: var(--ui-surface-shadow-strong);
2559
+ --theme-picker-shadow: var(--ui-surface-shadow-strong);
2560
+ --drawer-panel-shadow: var(--ui-surface-shadow-strong);
2561
+ }
2562
+ :root, :root[data-theme="light"], .owoui-theme-light {
2563
+ --color-n900: #1a1a1a;
2564
+ --color-n800: #2d2d2d;
2565
+ --color-n700: #4a4a4a;
2566
+ --color-n600: #71717a;
2567
+ --color-n500: #a1a1aa;
2568
+ --color-n400: #d4d4d8;
2569
+ --color-n300: #e4e4e7;
2570
+ --color-brand-primary: #1a1a1a;
2571
+ --color-brand-primary-hover: #000000;
2572
+ --color-brand-accent: #4a4a4a;
2573
+ --color-surface-canvas: #ffffff;
2574
+ --color-surface-base: #ffffff;
2575
+ --color-surface-subtle: #fafaf9;
2576
+ --color-surface-raised: #ffffff;
2577
+ --color-surface-inset: #f5f5f4;
2578
+ --color-surface-border: #e5e7eb;
2579
+ --color-surface-ring: #d6d3d1;
2580
+ --color-surface-overlay: rgba(0, 0, 0, 0.4);
2581
+ --color-overlay-soft: rgba(244, 238, 230, 0.56);
2582
+ --color-overlay-strong: rgba(15, 23, 42, 0.18);
2583
+ --color-highlight-soft: rgba(255, 255, 255, 0.56);
2584
+ --color-highlight-sheen: rgba(255, 255, 255, 0.34);
2585
+ --color-text-on-brand: #ffffff;
2586
+ --color-code-block-bg: #f4f4f5;
2587
+ --color-code-block-border: #e4e4e7;
2588
+ --color-code-block-divider: #ececed;
2589
+ --color-code-inline-bg: #f4f4f5;
2590
+ --color-admin-success-bg: rgba(16, 185, 129, 0.10);
2591
+ --color-admin-success-border: rgba(16, 185, 129, 0.20);
2592
+ --color-admin-success-text: #047857;
2593
+ --color-admin-warning-bg: rgba(245, 158, 11, 0.10);
2594
+ --color-admin-warning-border: rgba(245, 158, 11, 0.20);
2595
+ --color-admin-warning-text: #b45309;
2596
+ --color-admin-danger-bg: rgba(239, 68, 68, 0.10);
2597
+ --color-admin-danger-border: rgba(239, 68, 68, 0.20);
2598
+ --color-admin-danger-text: #b91c1c;
2599
+ --color-admin-info-bg: rgba(14, 165, 233, 0.10);
2600
+ --color-admin-info-border: rgba(14, 165, 233, 0.20);
2601
+ --color-admin-info-text: #0369a1;
2602
+ --theme-surface-canvas: var(--color-surface-canvas);
2603
+ --theme-surface-base: var(--color-surface-base);
2604
+ --theme-surface-subtle: var(--color-surface-subtle);
2605
+ --theme-surface-raised: var(--color-surface-raised);
2606
+ --theme-surface-inset: var(--color-surface-inset);
2607
+ --theme-surface-border: var(--color-surface-border);
2608
+ --theme-surface-border-muted: rgba(0, 0, 0, 0.06);
2609
+ --theme-surface-border-strong: var(--color-surface-ring);
2610
+ --theme-canvas-bg-subtle: #f5f5f4;
2611
+ --theme-surface-container: #f4f4f5;
2612
+ --theme-surface-container-high: #ececed;
2613
+ --theme-surface-container-highest: #e4e4e7;
2614
+ --theme-text-primary: var(--color-n800);
2615
+ --theme-text-secondary: var(--color-n600);
2616
+ --theme-text-muted: var(--color-n500);
2617
+ --theme-text-on-accent: var(--color-text-on-brand);
2618
+ --theme-accent-bg: var(--color-brand-primary);
2619
+ --theme-accent-bg-hover: var(--color-brand-primary-hover);
2620
+ --theme-accent-bg-muted: color-mix(in srgb, #1a1a1a 10%, #ffffff);
2621
+ @supports (color: color-mix(in lab, red, red)) {
2622
+ --theme-accent-bg-muted: color-mix(in srgb, var(--color-brand-primary) 10%, var(--color-surface-base));
2623
+ }
2624
+ --theme-accent-border: color-mix(in srgb, #1a1a1a 40%, transparent);
2625
+ @supports (color: color-mix(in lab, red, red)) {
2626
+ --theme-accent-border: color-mix(in srgb, var(--color-brand-primary) 40%, transparent);
2627
+ }
2628
+ --theme-success-bg: var(--color-admin-success-bg);
2629
+ --theme-success-border: var(--color-admin-success-border);
2630
+ --theme-success-text: var(--color-admin-success-text);
2631
+ --theme-warning-bg: var(--color-admin-warning-bg);
2632
+ --theme-warning-border: var(--color-admin-warning-border);
2633
+ --theme-warning-text: var(--color-admin-warning-text);
2634
+ --theme-danger-bg: var(--color-admin-danger-bg);
2635
+ --theme-danger-bg-emphasis: rgba(239, 68, 68, 0.18);
2636
+ --theme-danger-border: var(--color-admin-danger-border);
2637
+ --theme-danger-text: var(--color-admin-danger-text);
2638
+ --theme-info-bg: var(--color-admin-info-bg);
2639
+ --theme-info-border: var(--color-admin-info-border);
2640
+ --theme-info-text: var(--color-admin-info-text);
2641
+ --theme-control-focus-ring: var(--color-surface-ring);
2642
+ --theme-control-focus-ring-offset: var(--color-surface-base);
2643
+ }
2644
+ :root {
2645
+ --preset-surface-bg: var(--theme-surface-base);
2646
+ --preset-surface-bg-subtle: var(--theme-surface-subtle);
2647
+ --preset-surface-bg-raised: var(--theme-surface-raised);
2648
+ --preset-surface-bg-inset: var(--theme-surface-inset);
2649
+ --preset-surface-border: var(--theme-surface-border);
2650
+ --preset-surface-border-muted: var(--theme-surface-border-muted);
2651
+ --preset-surface-border-strong: var(--theme-surface-border-strong);
2652
+ --preset-surface-shadow: var(--shadow-raised);
2653
+ --preset-surface-shadow-strong: var(--shadow-popover);
2654
+ --preset-surface-blur: 0px;
2655
+ --preset-canvas-bg: var(--theme-surface-canvas);
2656
+ --preset-canvas-bg-subtle: var(--theme-canvas-bg-subtle);
2657
+ --preset-surface-container: var(--theme-surface-container);
2658
+ --preset-surface-container-high: var(--theme-surface-container-high);
2659
+ --preset-surface-container-highest: var(--theme-surface-container-highest);
2660
+ --preset-control-radius-sm: 0.5rem;
2661
+ --preset-control-radius-md: 0.75rem;
2662
+ --preset-control-radius-lg: 1rem;
2663
+ --preset-control-radius-xl: 1.5rem;
2664
+ --preset-control-radius-2xl: 2rem;
2665
+ --preset-control-border-width: 1px;
2666
+ --ui-surface-bg: var(--preset-surface-bg);
2667
+ --ui-surface-bg-subtle: var(--preset-surface-bg-subtle);
2668
+ --ui-surface-bg-raised: var(--preset-surface-bg-raised);
2669
+ --ui-surface-bg-inset: var(--preset-surface-bg-inset);
2670
+ --ui-surface-border: var(--preset-surface-border);
2671
+ --ui-surface-border-muted: var(--preset-surface-border-muted);
2672
+ --ui-surface-border-strong: var(--preset-surface-border-strong);
2673
+ --ui-surface-shadow: var(--preset-surface-shadow);
2674
+ --ui-surface-shadow-strong: var(--preset-surface-shadow-strong);
2675
+ --ui-surface-blur: var(--preset-surface-blur);
2676
+ --ui-canvas-bg: var(--preset-canvas-bg);
2677
+ --ui-canvas-bg-subtle: var(--preset-canvas-bg-subtle);
2678
+ --ui-surface-container: var(--preset-surface-container);
2679
+ --ui-surface-container-high: var(--preset-surface-container-high);
2680
+ --ui-surface-container-highest: var(--preset-surface-container-highest);
2681
+ --ui-text-primary: var(--theme-text-primary);
2682
+ --ui-text-secondary: var(--theme-text-secondary);
2683
+ --ui-text-muted: var(--theme-text-muted);
2684
+ --ui-text-on-accent: var(--theme-text-on-accent);
2685
+ --ui-accent-bg: var(--theme-accent-bg);
2686
+ --ui-accent-bg-hover: var(--theme-accent-bg-hover);
2687
+ --ui-accent-bg-muted: var(--theme-accent-bg-muted);
2688
+ --ui-accent-text: var(--theme-text-on-accent);
2689
+ --ui-accent-border: var(--theme-accent-border);
2690
+ --ui-success-bg: var(--theme-success-bg);
2691
+ --ui-success-border: var(--theme-success-border);
2692
+ --ui-success-text: var(--theme-success-text);
2693
+ --ui-warning-bg: var(--theme-warning-bg);
2694
+ --ui-warning-border: var(--theme-warning-border);
2695
+ --ui-warning-text: var(--theme-warning-text);
2696
+ --ui-danger-bg: var(--theme-danger-bg);
2697
+ --ui-danger-bg-emphasis: var(--theme-danger-bg-emphasis);
2698
+ --ui-danger-border: var(--theme-danger-border);
2699
+ --ui-danger-text: var(--theme-danger-text);
2700
+ --ui-info-bg: var(--theme-info-bg);
2701
+ --ui-info-border: var(--theme-info-border);
2702
+ --ui-info-text: var(--theme-info-text);
2703
+ --ui-control-radius-sm: var(--preset-control-radius-sm);
2704
+ --ui-control-radius-md: var(--preset-control-radius-md);
2705
+ --ui-control-radius-lg: var(--preset-control-radius-lg);
2706
+ --ui-control-radius-xl: var(--preset-control-radius-xl);
2707
+ --ui-control-radius-2xl: var(--preset-control-radius-2xl);
2708
+ --ui-control-border-width: var(--preset-control-border-width);
2709
+ --ui-control-focus-ring: var(--theme-control-focus-ring);
2710
+ --ui-control-focus-ring-offset: var(--theme-control-focus-ring-offset);
2711
+ --ui-font-heading: var(--font-heading);
2712
+ --ui-motion-duration-fast: 0.15s;
2713
+ --ui-motion-duration-default: 0.2s;
2714
+ --ui-motion-ease-standard: var(--ease-standard);
2715
+ --ui-density-compact: 0.875;
2716
+ --ui-density-default: 1;
2717
+ --ui-density-comfortable: 1.125;
2718
+ --content-min-width: 320px;
2719
+ --content-preferred-width: 70vw;
2720
+ --content-max-width: 960px;
2721
+ --content-width: clamp(600px, 70vw, 960px);
2722
+ --content-padding: 24px;
2723
+ --header-top-margin: 64px;
2724
+ --publish-trigger-bg: var(--ui-surface-bg-subtle);
2725
+ --publish-trigger-border: var(--ui-surface-border);
2726
+ --publish-trigger-text: var(--ui-text-primary);
2727
+ --publish-trigger-active-bg: var(--ui-accent-bg-muted);
2728
+ --publish-popover-bg: var(--ui-surface-bg);
2729
+ --publish-popover-border: var(--ui-surface-border);
2730
+ --publish-popover-shadow: var(--ui-surface-shadow-strong);
2731
+ --publish-section-bg: var(--ui-surface-bg-subtle);
2732
+ --publish-section-border: var(--ui-surface-border);
2733
+ --publish-fact-title: var(--ui-text-secondary);
2734
+ --publish-fact-value: var(--color-n900);
2735
+ --publish-muted-text: var(--ui-text-secondary);
2736
+ --publish-warning-bg: var(--ui-warning-bg);
2737
+ --publish-warning-border: var(--ui-warning-border);
2738
+ --publish-warning-text: var(--ui-warning-text);
2739
+ --publish-danger-bg: var(--ui-danger-bg);
2740
+ --publish-danger-border: var(--ui-danger-border);
2741
+ --publish-danger-text: var(--ui-danger-text);
2742
+ --publish-success-bg: var(--ui-success-bg);
2743
+ --publish-success-border: var(--ui-success-border);
2744
+ --publish-success-text: var(--ui-success-text);
2745
+ --publish-progress-track: var(--ui-surface-bg-inset);
2746
+ --publish-progress-fill: var(--ui-accent-bg);
2747
+ --feedback-neutral-bg: var(--ui-surface-bg-raised);
2748
+ --feedback-neutral-border: var(--ui-surface-border);
2749
+ --feedback-neutral-text: var(--ui-text-primary);
2750
+ --feedback-neutral-icon: var(--ui-text-secondary);
2751
+ --feedback-info-bg: var(--ui-info-bg);
2752
+ --feedback-info-border: var(--ui-info-border);
2753
+ --feedback-info-text: var(--ui-info-text);
2754
+ --feedback-info-icon: var(--ui-info-text);
2755
+ --feedback-success-bg: var(--ui-success-bg);
2756
+ --feedback-success-border: var(--ui-success-border);
2757
+ --feedback-success-text: var(--ui-success-text);
2758
+ --feedback-success-icon: var(--ui-success-text);
2759
+ --feedback-warning-bg: var(--ui-warning-bg);
2760
+ --feedback-warning-border: var(--ui-warning-border);
2761
+ --feedback-warning-text: var(--ui-warning-text);
2762
+ --feedback-warning-icon: var(--ui-warning-text);
2763
+ --feedback-danger-bg: var(--ui-danger-bg);
2764
+ --feedback-danger-border: var(--ui-danger-border);
2765
+ --feedback-danger-text: var(--ui-danger-text);
2766
+ --feedback-danger-icon: var(--ui-danger-text);
2767
+ --toast-shadow: var(--ui-surface-shadow-strong);
2768
+ --skeleton-bg: linear-gradient(
2769
+ 180deg,
2770
+ var(--ui-surface-bg-inset) 0%,
2771
+ var(--ui-surface-bg-inset) 100%
2772
+ );
2773
+ @supports (color: color-mix(in lab, red, red)) {
2774
+ --skeleton-bg: linear-gradient(
2775
+ 180deg,
2776
+ color-mix(in srgb, var(--ui-surface-bg-inset) 94%, white) 0%,
2777
+ color-mix(in srgb, var(--ui-surface-bg-inset) 100%, var(--ui-surface-border)) 100%
2778
+ );
2779
+ }
2780
+ --skeleton-bg-emphasis: linear-gradient(
2781
+ 180deg,
2782
+ var(--ui-surface-bg-subtle) 0%,
2783
+ var(--ui-surface-bg-inset) 100%
2784
+ );
2785
+ @supports (color: color-mix(in lab, red, red)) {
2786
+ --skeleton-bg-emphasis: linear-gradient(
2787
+ 180deg,
2788
+ color-mix(in srgb, var(--ui-surface-bg-subtle) 78%, var(--color-highlight-soft)) 0%,
2789
+ color-mix(in srgb, var(--ui-surface-bg-inset) 86%, var(--ui-surface-border)) 100%
2790
+ );
2791
+ }
2792
+ --skeleton-sheen: linear-gradient(
2793
+ 100deg,
2794
+ transparent 0%,
2795
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 10%, transparent) 28%,
2796
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 35%, transparent) 40%,
2797
+ var(--color-highlight-sheen) 50%,
2798
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 35%, transparent) 60%,
2799
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 10%, transparent) 72%,
2800
+ transparent 100%
2801
+ );
2802
+ @supports (color: color-mix(in lab, red, red)) {
2803
+ --skeleton-sheen: linear-gradient(
2804
+ 100deg,
2805
+ transparent 0%,
2806
+ color-mix(in srgb, var(--color-highlight-sheen) 10%, transparent) 28%,
2807
+ color-mix(in srgb, var(--color-highlight-sheen) 35%, transparent) 40%,
2808
+ var(--color-highlight-sheen) 50%,
2809
+ color-mix(in srgb, var(--color-highlight-sheen) 35%, transparent) 60%,
2810
+ color-mix(in srgb, var(--color-highlight-sheen) 10%, transparent) 72%,
2811
+ transparent 100%
2812
+ );
2813
+ }
2814
+ --skeleton-top-highlight: var(--color-highlight-soft);
2815
+ --workspace-transition-veil-bg: var(--color-overlay-soft);
2816
+ --workspace-transition-stale-bg: color-mix(in srgb, rgba(244, 238, 230, 0.56) 72%, transparent);
2817
+ @supports (color: color-mix(in lab, red, red)) {
2818
+ --workspace-transition-stale-bg: color-mix(in srgb, var(--color-overlay-soft) 72%, transparent);
2819
+ }
2820
+ --tooltip-shadow: var(--ui-surface-shadow-strong);
2821
+ --select-dropdown-shadow: var(--ui-surface-shadow-strong);
2822
+ --theme-picker-shadow: var(--ui-surface-shadow-strong);
2823
+ --drawer-panel-shadow: var(--ui-surface-shadow-strong);
2824
+ }
2825
+ :root[data-theme="dark"], .owoui-theme-dark {
2826
+ --color-n900: #fafafa;
2827
+ --color-n800: #e4e4e7;
2828
+ --color-n700: #d4d4d8;
2829
+ --color-n600: #a1a1aa;
2830
+ --color-n500: #71717a;
2831
+ --color-n400: #3f3f46;
2832
+ --color-n300: #27272a;
2833
+ --color-brand-primary: #c6c6c7;
2834
+ --color-brand-primary-hover: #d4d4d8;
2835
+ --color-brand-accent: #a1a1aa;
2836
+ --color-surface-canvas: #0e0e0e;
2837
+ --color-surface-base: #18181b;
2838
+ --color-surface-subtle: #1c1c1f;
2839
+ --color-surface-raised: #27272a;
2840
+ --color-surface-inset: #111113;
2841
+ --color-surface-border: rgba(255, 255, 255, 0.12);
2842
+ --color-surface-ring: rgba(255, 255, 255, 0.24);
2843
+ --color-surface-overlay: rgba(0, 0, 0, 0.6);
2844
+ --color-overlay-soft: rgba(0, 0, 0, 0.32);
2845
+ --color-overlay-strong: rgba(0, 0, 0, 0.56);
2846
+ --color-highlight-soft: rgba(255, 255, 255, 0.06);
2847
+ --color-highlight-sheen: rgba(255, 255, 255, 0.08);
2848
+ --color-text-on-brand: #1a1a1a;
2849
+ --color-code-block-bg: #1e1e22;
2850
+ --color-code-block-border: #2d2d32;
2851
+ --color-code-block-divider: #27272c;
2852
+ --color-code-inline-bg: #27272a;
2853
+ --color-admin-success-bg: rgba(16, 185, 129, 0.15);
2854
+ --color-admin-success-border: rgba(16, 185, 129, 0.3);
2855
+ --color-admin-success-text: #6ee7b7;
2856
+ --color-admin-warning-bg: rgba(245, 158, 11, 0.15);
2857
+ --color-admin-warning-border: rgba(245, 158, 11, 0.3);
2858
+ --color-admin-warning-text: #fbbf24;
2859
+ --color-admin-danger-bg: rgba(239, 68, 68, 0.15);
2860
+ --color-admin-danger-border: rgba(239, 68, 68, 0.3);
2861
+ --color-admin-danger-text: #fca5a5;
2862
+ --color-admin-info-bg: rgba(14, 165, 233, 0.15);
2863
+ --color-admin-info-border: rgba(14, 165, 233, 0.3);
2864
+ --color-admin-info-text: #7dd3fc;
2865
+ --theme-surface-canvas: var(--color-surface-canvas);
2866
+ --theme-surface-base: var(--color-surface-base);
2867
+ --theme-surface-subtle: var(--color-surface-subtle);
2868
+ --theme-surface-raised: var(--color-surface-raised);
2869
+ --theme-surface-inset: var(--color-surface-inset);
2870
+ --theme-surface-border: var(--color-surface-border);
2871
+ --theme-surface-border-muted: rgba(255, 255, 255, 0.06);
2872
+ --theme-surface-border-strong: var(--color-surface-ring);
2873
+ --theme-canvas-bg-subtle: #0f0f11;
2874
+ --theme-surface-container: #1e1e22;
2875
+ --theme-surface-container-high: #252529;
2876
+ --theme-surface-container-highest: #2d2d32;
2877
+ --theme-text-primary: var(--color-n800);
2878
+ --theme-text-secondary: var(--color-n600);
2879
+ --theme-text-muted: var(--color-n500);
2880
+ --theme-text-on-accent: var(--color-text-on-brand);
2881
+ --theme-accent-bg: var(--color-brand-primary);
2882
+ --theme-accent-bg-hover: var(--color-brand-primary-hover);
2883
+ --theme-accent-bg-muted: color-mix(in srgb, #1a1a1a 14%, #ffffff);
2884
+ @supports (color: color-mix(in lab, red, red)) {
2885
+ --theme-accent-bg-muted: color-mix(in srgb, var(--color-brand-primary) 14%, var(--color-surface-base));
2886
+ }
2887
+ --theme-accent-border: color-mix(in srgb, #1a1a1a 50%, transparent);
2888
+ @supports (color: color-mix(in lab, red, red)) {
2889
+ --theme-accent-border: color-mix(in srgb, var(--color-brand-primary) 50%, transparent);
2890
+ }
2891
+ --theme-success-bg: var(--color-admin-success-bg);
2892
+ --theme-success-border: var(--color-admin-success-border);
2893
+ --theme-success-text: var(--color-admin-success-text);
2894
+ --theme-warning-bg: var(--color-admin-warning-bg);
2895
+ --theme-warning-border: var(--color-admin-warning-border);
2896
+ --theme-warning-text: var(--color-admin-warning-text);
2897
+ --theme-danger-bg: var(--color-admin-danger-bg);
2898
+ --theme-danger-bg-emphasis: rgba(239, 68, 68, 0.24);
2899
+ --theme-danger-border: var(--color-admin-danger-border);
2900
+ --theme-danger-text: var(--color-admin-danger-text);
2901
+ --theme-info-bg: var(--color-admin-info-bg);
2902
+ --theme-info-border: var(--color-admin-info-border);
2903
+ --theme-info-text: var(--color-admin-info-text);
2904
+ --theme-control-focus-ring: var(--color-surface-ring);
2905
+ --theme-control-focus-ring-offset: var(--color-surface-base);
2906
+ }
2907
+ :root {
2908
+ --preset-surface-bg: var(--theme-surface-base);
2909
+ --preset-surface-bg-subtle: var(--theme-surface-subtle);
2910
+ --preset-surface-bg-raised: var(--theme-surface-raised);
2911
+ --preset-surface-bg-inset: var(--theme-surface-inset);
2912
+ --preset-surface-border: var(--theme-surface-border);
2913
+ --preset-surface-border-muted: var(--theme-surface-border-muted);
2914
+ --preset-surface-border-strong: var(--theme-surface-border-strong);
2915
+ --preset-surface-shadow: var(--shadow-raised);
2916
+ --preset-surface-shadow-strong: var(--shadow-popover);
2917
+ --preset-surface-blur: 0px;
2918
+ --preset-canvas-bg: var(--theme-surface-canvas);
2919
+ --preset-canvas-bg-subtle: var(--theme-canvas-bg-subtle);
2920
+ --preset-surface-container: var(--theme-surface-container);
2921
+ --preset-surface-container-high: var(--theme-surface-container-high);
2922
+ --preset-surface-container-highest: var(--theme-surface-container-highest);
2923
+ --preset-control-radius-sm: 0.5rem;
2924
+ --preset-control-radius-md: 0.75rem;
2925
+ --preset-control-radius-lg: 1rem;
2926
+ --preset-control-radius-xl: 1.5rem;
2927
+ --preset-control-radius-2xl: 2rem;
2928
+ --preset-control-border-width: 1px;
2929
+ --ui-surface-bg: var(--preset-surface-bg);
2930
+ --ui-surface-bg-subtle: var(--preset-surface-bg-subtle);
2931
+ --ui-surface-bg-raised: var(--preset-surface-bg-raised);
2932
+ --ui-surface-bg-inset: var(--preset-surface-bg-inset);
2933
+ --ui-surface-border: var(--preset-surface-border);
2934
+ --ui-surface-border-muted: var(--preset-surface-border-muted);
2935
+ --ui-surface-border-strong: var(--preset-surface-border-strong);
2936
+ --ui-surface-shadow: var(--preset-surface-shadow);
2937
+ --ui-surface-shadow-strong: var(--preset-surface-shadow-strong);
2938
+ --ui-surface-blur: var(--preset-surface-blur);
2939
+ --ui-canvas-bg: var(--preset-canvas-bg);
2940
+ --ui-canvas-bg-subtle: var(--preset-canvas-bg-subtle);
2941
+ --ui-surface-container: var(--preset-surface-container);
2942
+ --ui-surface-container-high: var(--preset-surface-container-high);
2943
+ --ui-surface-container-highest: var(--preset-surface-container-highest);
2944
+ --ui-text-primary: var(--theme-text-primary);
2945
+ --ui-text-secondary: var(--theme-text-secondary);
2946
+ --ui-text-muted: var(--theme-text-muted);
2947
+ --ui-text-on-accent: var(--theme-text-on-accent);
2948
+ --ui-accent-bg: var(--theme-accent-bg);
2949
+ --ui-accent-bg-hover: var(--theme-accent-bg-hover);
2950
+ --ui-accent-bg-muted: var(--theme-accent-bg-muted);
2951
+ --ui-accent-text: var(--theme-text-on-accent);
2952
+ --ui-accent-border: var(--theme-accent-border);
2953
+ --ui-success-bg: var(--theme-success-bg);
2954
+ --ui-success-border: var(--theme-success-border);
2955
+ --ui-success-text: var(--theme-success-text);
2956
+ --ui-warning-bg: var(--theme-warning-bg);
2957
+ --ui-warning-border: var(--theme-warning-border);
2958
+ --ui-warning-text: var(--theme-warning-text);
2959
+ --ui-danger-bg: var(--theme-danger-bg);
2960
+ --ui-danger-bg-emphasis: var(--theme-danger-bg-emphasis);
2961
+ --ui-danger-border: var(--theme-danger-border);
2962
+ --ui-danger-text: var(--theme-danger-text);
2963
+ --ui-info-bg: var(--theme-info-bg);
2964
+ --ui-info-border: var(--theme-info-border);
2965
+ --ui-info-text: var(--theme-info-text);
2966
+ --ui-control-radius-sm: var(--preset-control-radius-sm);
2967
+ --ui-control-radius-md: var(--preset-control-radius-md);
2968
+ --ui-control-radius-lg: var(--preset-control-radius-lg);
2969
+ --ui-control-radius-xl: var(--preset-control-radius-xl);
2970
+ --ui-control-radius-2xl: var(--preset-control-radius-2xl);
2971
+ --ui-control-border-width: var(--preset-control-border-width);
2972
+ --ui-control-focus-ring: var(--theme-control-focus-ring);
2973
+ --ui-control-focus-ring-offset: var(--theme-control-focus-ring-offset);
2974
+ --ui-font-heading: var(--font-heading);
2975
+ --ui-motion-duration-fast: 0.15s;
2976
+ --ui-motion-duration-default: 0.2s;
2977
+ --ui-motion-ease-standard: var(--ease-standard);
2978
+ --ui-density-compact: 0.875;
2979
+ --ui-density-default: 1;
2980
+ --ui-density-comfortable: 1.125;
2981
+ --content-min-width: 320px;
2982
+ --content-preferred-width: 70vw;
2983
+ --content-max-width: 960px;
2984
+ --content-width: clamp(600px, 70vw, 960px);
2985
+ --content-padding: 24px;
2986
+ --header-top-margin: 64px;
2987
+ --publish-trigger-bg: var(--ui-surface-bg-subtle);
2988
+ --publish-trigger-border: var(--ui-surface-border);
2989
+ --publish-trigger-text: var(--ui-text-primary);
2990
+ --publish-trigger-active-bg: var(--ui-accent-bg-muted);
2991
+ --publish-popover-bg: var(--ui-surface-bg);
2992
+ --publish-popover-border: var(--ui-surface-border);
2993
+ --publish-popover-shadow: var(--ui-surface-shadow-strong);
2994
+ --publish-section-bg: var(--ui-surface-bg-subtle);
2995
+ --publish-section-border: var(--ui-surface-border);
2996
+ --publish-fact-title: var(--ui-text-secondary);
2997
+ --publish-fact-value: var(--color-n900);
2998
+ --publish-muted-text: var(--ui-text-secondary);
2999
+ --publish-warning-bg: var(--ui-warning-bg);
3000
+ --publish-warning-border: var(--ui-warning-border);
3001
+ --publish-warning-text: var(--ui-warning-text);
3002
+ --publish-danger-bg: var(--ui-danger-bg);
3003
+ --publish-danger-border: var(--ui-danger-border);
3004
+ --publish-danger-text: var(--ui-danger-text);
3005
+ --publish-success-bg: var(--ui-success-bg);
3006
+ --publish-success-border: var(--ui-success-border);
3007
+ --publish-success-text: var(--ui-success-text);
3008
+ --publish-progress-track: var(--ui-surface-bg-inset);
3009
+ --publish-progress-fill: var(--ui-accent-bg);
3010
+ --feedback-neutral-bg: var(--ui-surface-bg-raised);
3011
+ --feedback-neutral-border: var(--ui-surface-border);
3012
+ --feedback-neutral-text: var(--ui-text-primary);
3013
+ --feedback-neutral-icon: var(--ui-text-secondary);
3014
+ --feedback-info-bg: var(--ui-info-bg);
3015
+ --feedback-info-border: var(--ui-info-border);
3016
+ --feedback-info-text: var(--ui-info-text);
3017
+ --feedback-info-icon: var(--ui-info-text);
3018
+ --feedback-success-bg: var(--ui-success-bg);
3019
+ --feedback-success-border: var(--ui-success-border);
3020
+ --feedback-success-text: var(--ui-success-text);
3021
+ --feedback-success-icon: var(--ui-success-text);
3022
+ --feedback-warning-bg: var(--ui-warning-bg);
3023
+ --feedback-warning-border: var(--ui-warning-border);
3024
+ --feedback-warning-text: var(--ui-warning-text);
3025
+ --feedback-warning-icon: var(--ui-warning-text);
3026
+ --feedback-danger-bg: var(--ui-danger-bg);
3027
+ --feedback-danger-border: var(--ui-danger-border);
3028
+ --feedback-danger-text: var(--ui-danger-text);
3029
+ --feedback-danger-icon: var(--ui-danger-text);
3030
+ --toast-shadow: var(--ui-surface-shadow-strong);
3031
+ --skeleton-bg: linear-gradient(
3032
+ 180deg,
3033
+ var(--ui-surface-bg-inset) 0%,
3034
+ var(--ui-surface-bg-inset) 100%
3035
+ );
3036
+ @supports (color: color-mix(in lab, red, red)) {
3037
+ --skeleton-bg: linear-gradient(
3038
+ 180deg,
3039
+ color-mix(in srgb, var(--ui-surface-bg-inset) 94%, white) 0%,
3040
+ color-mix(in srgb, var(--ui-surface-bg-inset) 100%, var(--ui-surface-border)) 100%
3041
+ );
3042
+ }
3043
+ --skeleton-bg-emphasis: linear-gradient(
3044
+ 180deg,
3045
+ var(--ui-surface-bg-subtle) 0%,
3046
+ var(--ui-surface-bg-inset) 100%
3047
+ );
3048
+ @supports (color: color-mix(in lab, red, red)) {
3049
+ --skeleton-bg-emphasis: linear-gradient(
3050
+ 180deg,
3051
+ color-mix(in srgb, var(--ui-surface-bg-subtle) 78%, var(--color-highlight-soft)) 0%,
3052
+ color-mix(in srgb, var(--ui-surface-bg-inset) 86%, var(--ui-surface-border)) 100%
3053
+ );
3054
+ }
3055
+ --skeleton-sheen: linear-gradient(
3056
+ 100deg,
3057
+ transparent 0%,
3058
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 10%, transparent) 28%,
3059
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 35%, transparent) 40%,
3060
+ var(--color-highlight-sheen) 50%,
3061
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 35%, transparent) 60%,
3062
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 10%, transparent) 72%,
3063
+ transparent 100%
3064
+ );
3065
+ @supports (color: color-mix(in lab, red, red)) {
3066
+ --skeleton-sheen: linear-gradient(
3067
+ 100deg,
3068
+ transparent 0%,
3069
+ color-mix(in srgb, var(--color-highlight-sheen) 10%, transparent) 28%,
3070
+ color-mix(in srgb, var(--color-highlight-sheen) 35%, transparent) 40%,
3071
+ var(--color-highlight-sheen) 50%,
3072
+ color-mix(in srgb, var(--color-highlight-sheen) 35%, transparent) 60%,
3073
+ color-mix(in srgb, var(--color-highlight-sheen) 10%, transparent) 72%,
3074
+ transparent 100%
3075
+ );
3076
+ }
3077
+ --skeleton-top-highlight: var(--color-highlight-soft);
3078
+ --workspace-transition-veil-bg: var(--color-overlay-soft);
3079
+ --workspace-transition-stale-bg: color-mix(in srgb, rgba(244, 238, 230, 0.56) 72%, transparent);
3080
+ @supports (color: color-mix(in lab, red, red)) {
3081
+ --workspace-transition-stale-bg: color-mix(in srgb, var(--color-overlay-soft) 72%, transparent);
3082
+ }
3083
+ --tooltip-shadow: var(--ui-surface-shadow-strong);
3084
+ --select-dropdown-shadow: var(--ui-surface-shadow-strong);
3085
+ --theme-picker-shadow: var(--ui-surface-shadow-strong);
3086
+ --drawer-panel-shadow: var(--ui-surface-shadow-strong);
3087
+ }
3088
+ :root[data-preset="default"], .owoui-preset-default {
3089
+ --preset-surface-bg: var(--theme-surface-base);
3090
+ --preset-surface-bg-subtle: var(--theme-surface-subtle);
3091
+ --preset-surface-bg-raised: var(--theme-surface-raised);
3092
+ --preset-surface-bg-inset: var(--theme-surface-inset);
3093
+ --preset-surface-border: var(--theme-surface-border);
3094
+ --preset-surface-border-muted: var(--theme-surface-border-muted);
3095
+ --preset-surface-border-strong: var(--theme-surface-border-strong);
3096
+ --preset-surface-shadow: var(--shadow-raised);
3097
+ --preset-surface-shadow-strong: var(--shadow-popover);
3098
+ --preset-surface-blur: 0px;
3099
+ --preset-canvas-bg: var(--theme-surface-canvas);
3100
+ --preset-canvas-bg-subtle: var(--theme-canvas-bg-subtle);
3101
+ --preset-surface-container: var(--theme-surface-container);
3102
+ --preset-surface-container-high: var(--theme-surface-container-high);
3103
+ --preset-surface-container-highest: var(--theme-surface-container-highest);
3104
+ --preset-control-radius-sm: 0.5rem;
3105
+ --preset-control-radius-md: 0.75rem;
3106
+ --preset-control-radius-lg: 1rem;
3107
+ --preset-control-radius-xl: 1.5rem;
3108
+ --preset-control-radius-2xl: 2rem;
3109
+ --preset-control-border-width: 1px;
3110
+ }
3111
+ :root {
3112
+ --preset-surface-bg: var(--theme-surface-base);
3113
+ --preset-surface-bg-subtle: var(--theme-surface-subtle);
3114
+ --preset-surface-bg-raised: var(--theme-surface-raised);
3115
+ --preset-surface-bg-inset: var(--theme-surface-inset);
3116
+ --preset-surface-border: var(--theme-surface-border);
3117
+ --preset-surface-border-muted: var(--theme-surface-border-muted);
3118
+ --preset-surface-border-strong: var(--theme-surface-border-strong);
3119
+ --preset-surface-shadow: var(--shadow-raised);
3120
+ --preset-surface-shadow-strong: var(--shadow-popover);
3121
+ --preset-surface-blur: 0px;
3122
+ --preset-canvas-bg: var(--theme-surface-canvas);
3123
+ --preset-canvas-bg-subtle: var(--theme-canvas-bg-subtle);
3124
+ --preset-surface-container: var(--theme-surface-container);
3125
+ --preset-surface-container-high: var(--theme-surface-container-high);
3126
+ --preset-surface-container-highest: var(--theme-surface-container-highest);
3127
+ --preset-control-radius-sm: 0.5rem;
3128
+ --preset-control-radius-md: 0.75rem;
3129
+ --preset-control-radius-lg: 1rem;
3130
+ --preset-control-radius-xl: 1.5rem;
3131
+ --preset-control-radius-2xl: 2rem;
3132
+ --preset-control-border-width: 1px;
3133
+ --ui-surface-bg: var(--preset-surface-bg);
3134
+ --ui-surface-bg-subtle: var(--preset-surface-bg-subtle);
3135
+ --ui-surface-bg-raised: var(--preset-surface-bg-raised);
3136
+ --ui-surface-bg-inset: var(--preset-surface-bg-inset);
3137
+ --ui-surface-border: var(--preset-surface-border);
3138
+ --ui-surface-border-muted: var(--preset-surface-border-muted);
3139
+ --ui-surface-border-strong: var(--preset-surface-border-strong);
3140
+ --ui-surface-shadow: var(--preset-surface-shadow);
3141
+ --ui-surface-shadow-strong: var(--preset-surface-shadow-strong);
3142
+ --ui-surface-blur: var(--preset-surface-blur);
3143
+ --ui-canvas-bg: var(--preset-canvas-bg);
3144
+ --ui-canvas-bg-subtle: var(--preset-canvas-bg-subtle);
3145
+ --ui-surface-container: var(--preset-surface-container);
3146
+ --ui-surface-container-high: var(--preset-surface-container-high);
3147
+ --ui-surface-container-highest: var(--preset-surface-container-highest);
3148
+ --ui-text-primary: var(--theme-text-primary);
3149
+ --ui-text-secondary: var(--theme-text-secondary);
3150
+ --ui-text-muted: var(--theme-text-muted);
3151
+ --ui-text-on-accent: var(--theme-text-on-accent);
3152
+ --ui-accent-bg: var(--theme-accent-bg);
3153
+ --ui-accent-bg-hover: var(--theme-accent-bg-hover);
3154
+ --ui-accent-bg-muted: var(--theme-accent-bg-muted);
3155
+ --ui-accent-text: var(--theme-text-on-accent);
3156
+ --ui-accent-border: var(--theme-accent-border);
3157
+ --ui-success-bg: var(--theme-success-bg);
3158
+ --ui-success-border: var(--theme-success-border);
3159
+ --ui-success-text: var(--theme-success-text);
3160
+ --ui-warning-bg: var(--theme-warning-bg);
3161
+ --ui-warning-border: var(--theme-warning-border);
3162
+ --ui-warning-text: var(--theme-warning-text);
3163
+ --ui-danger-bg: var(--theme-danger-bg);
3164
+ --ui-danger-bg-emphasis: var(--theme-danger-bg-emphasis);
3165
+ --ui-danger-border: var(--theme-danger-border);
3166
+ --ui-danger-text: var(--theme-danger-text);
3167
+ --ui-info-bg: var(--theme-info-bg);
3168
+ --ui-info-border: var(--theme-info-border);
3169
+ --ui-info-text: var(--theme-info-text);
3170
+ --ui-control-radius-sm: var(--preset-control-radius-sm);
3171
+ --ui-control-radius-md: var(--preset-control-radius-md);
3172
+ --ui-control-radius-lg: var(--preset-control-radius-lg);
3173
+ --ui-control-radius-xl: var(--preset-control-radius-xl);
3174
+ --ui-control-radius-2xl: var(--preset-control-radius-2xl);
3175
+ --ui-control-border-width: var(--preset-control-border-width);
3176
+ --ui-control-focus-ring: var(--theme-control-focus-ring);
3177
+ --ui-control-focus-ring-offset: var(--theme-control-focus-ring-offset);
3178
+ --ui-font-heading: var(--font-heading);
3179
+ --ui-motion-duration-fast: 0.15s;
3180
+ --ui-motion-duration-default: 0.2s;
3181
+ --ui-motion-ease-standard: var(--ease-standard);
3182
+ --ui-density-compact: 0.875;
3183
+ --ui-density-default: 1;
3184
+ --ui-density-comfortable: 1.125;
3185
+ --content-min-width: 320px;
3186
+ --content-preferred-width: 70vw;
3187
+ --content-max-width: 960px;
3188
+ --content-width: clamp(600px, 70vw, 960px);
3189
+ --content-padding: 24px;
3190
+ --header-top-margin: 64px;
3191
+ --publish-trigger-bg: var(--ui-surface-bg-subtle);
3192
+ --publish-trigger-border: var(--ui-surface-border);
3193
+ --publish-trigger-text: var(--ui-text-primary);
3194
+ --publish-trigger-active-bg: var(--ui-accent-bg-muted);
3195
+ --publish-popover-bg: var(--ui-surface-bg);
3196
+ --publish-popover-border: var(--ui-surface-border);
3197
+ --publish-popover-shadow: var(--ui-surface-shadow-strong);
3198
+ --publish-section-bg: var(--ui-surface-bg-subtle);
3199
+ --publish-section-border: var(--ui-surface-border);
3200
+ --publish-fact-title: var(--ui-text-secondary);
3201
+ --publish-fact-value: var(--color-n900);
3202
+ --publish-muted-text: var(--ui-text-secondary);
3203
+ --publish-warning-bg: var(--ui-warning-bg);
3204
+ --publish-warning-border: var(--ui-warning-border);
3205
+ --publish-warning-text: var(--ui-warning-text);
3206
+ --publish-danger-bg: var(--ui-danger-bg);
3207
+ --publish-danger-border: var(--ui-danger-border);
3208
+ --publish-danger-text: var(--ui-danger-text);
3209
+ --publish-success-bg: var(--ui-success-bg);
3210
+ --publish-success-border: var(--ui-success-border);
3211
+ --publish-success-text: var(--ui-success-text);
3212
+ --publish-progress-track: var(--ui-surface-bg-inset);
3213
+ --publish-progress-fill: var(--ui-accent-bg);
3214
+ --feedback-neutral-bg: var(--ui-surface-bg-raised);
3215
+ --feedback-neutral-border: var(--ui-surface-border);
3216
+ --feedback-neutral-text: var(--ui-text-primary);
3217
+ --feedback-neutral-icon: var(--ui-text-secondary);
3218
+ --feedback-info-bg: var(--ui-info-bg);
3219
+ --feedback-info-border: var(--ui-info-border);
3220
+ --feedback-info-text: var(--ui-info-text);
3221
+ --feedback-info-icon: var(--ui-info-text);
3222
+ --feedback-success-bg: var(--ui-success-bg);
3223
+ --feedback-success-border: var(--ui-success-border);
3224
+ --feedback-success-text: var(--ui-success-text);
3225
+ --feedback-success-icon: var(--ui-success-text);
3226
+ --feedback-warning-bg: var(--ui-warning-bg);
3227
+ --feedback-warning-border: var(--ui-warning-border);
3228
+ --feedback-warning-text: var(--ui-warning-text);
3229
+ --feedback-warning-icon: var(--ui-warning-text);
3230
+ --feedback-danger-bg: var(--ui-danger-bg);
3231
+ --feedback-danger-border: var(--ui-danger-border);
3232
+ --feedback-danger-text: var(--ui-danger-text);
3233
+ --feedback-danger-icon: var(--ui-danger-text);
3234
+ --toast-shadow: var(--ui-surface-shadow-strong);
3235
+ --skeleton-bg: linear-gradient(
3236
+ 180deg,
3237
+ var(--ui-surface-bg-inset) 0%,
3238
+ var(--ui-surface-bg-inset) 100%
3239
+ );
3240
+ @supports (color: color-mix(in lab, red, red)) {
3241
+ --skeleton-bg: linear-gradient(
3242
+ 180deg,
3243
+ color-mix(in srgb, var(--ui-surface-bg-inset) 94%, white) 0%,
3244
+ color-mix(in srgb, var(--ui-surface-bg-inset) 100%, var(--ui-surface-border)) 100%
3245
+ );
3246
+ }
3247
+ --skeleton-bg-emphasis: linear-gradient(
3248
+ 180deg,
3249
+ var(--ui-surface-bg-subtle) 0%,
3250
+ var(--ui-surface-bg-inset) 100%
3251
+ );
3252
+ @supports (color: color-mix(in lab, red, red)) {
3253
+ --skeleton-bg-emphasis: linear-gradient(
3254
+ 180deg,
3255
+ color-mix(in srgb, var(--ui-surface-bg-subtle) 78%, var(--color-highlight-soft)) 0%,
3256
+ color-mix(in srgb, var(--ui-surface-bg-inset) 86%, var(--ui-surface-border)) 100%
3257
+ );
3258
+ }
3259
+ --skeleton-sheen: linear-gradient(
3260
+ 100deg,
3261
+ transparent 0%,
3262
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 10%, transparent) 28%,
3263
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 35%, transparent) 40%,
3264
+ var(--color-highlight-sheen) 50%,
3265
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 35%, transparent) 60%,
3266
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 10%, transparent) 72%,
3267
+ transparent 100%
3268
+ );
3269
+ @supports (color: color-mix(in lab, red, red)) {
3270
+ --skeleton-sheen: linear-gradient(
3271
+ 100deg,
3272
+ transparent 0%,
3273
+ color-mix(in srgb, var(--color-highlight-sheen) 10%, transparent) 28%,
3274
+ color-mix(in srgb, var(--color-highlight-sheen) 35%, transparent) 40%,
3275
+ var(--color-highlight-sheen) 50%,
3276
+ color-mix(in srgb, var(--color-highlight-sheen) 35%, transparent) 60%,
3277
+ color-mix(in srgb, var(--color-highlight-sheen) 10%, transparent) 72%,
3278
+ transparent 100%
3279
+ );
3280
+ }
3281
+ --skeleton-top-highlight: var(--color-highlight-soft);
3282
+ --workspace-transition-veil-bg: var(--color-overlay-soft);
3283
+ --workspace-transition-stale-bg: color-mix(in srgb, rgba(244, 238, 230, 0.56) 72%, transparent);
3284
+ @supports (color: color-mix(in lab, red, red)) {
3285
+ --workspace-transition-stale-bg: color-mix(in srgb, var(--color-overlay-soft) 72%, transparent);
3286
+ }
3287
+ --tooltip-shadow: var(--ui-surface-shadow-strong);
3288
+ --select-dropdown-shadow: var(--ui-surface-shadow-strong);
3289
+ --theme-picker-shadow: var(--ui-surface-shadow-strong);
3290
+ --drawer-panel-shadow: var(--ui-surface-shadow-strong);
3291
+ }
3292
+ :root[data-preset="flat"], .owoui-preset-flat {
3293
+ --preset-surface-bg: var(--theme-surface-base);
3294
+ --preset-surface-bg-subtle: var(--theme-surface-subtle);
3295
+ --preset-surface-bg-raised: var(--theme-surface-base);
3296
+ --preset-surface-bg-inset: var(--theme-surface-inset);
3297
+ --preset-surface-border: var(--theme-surface-border);
3298
+ --preset-surface-border-muted: var(--theme-surface-border-muted);
3299
+ --preset-surface-border-strong: var(--theme-surface-border-strong);
3300
+ --preset-surface-shadow: none;
3301
+ --preset-surface-shadow-strong: none;
3302
+ --preset-surface-blur: 0px;
3303
+ --preset-canvas-bg: var(--theme-surface-canvas);
3304
+ --preset-canvas-bg-subtle: var(--theme-canvas-bg-subtle);
3305
+ --preset-surface-container: var(--theme-surface-container);
3306
+ --preset-surface-container-high: var(--theme-surface-container);
3307
+ --preset-surface-container-highest: var(--theme-surface-container-high);
3308
+ --preset-control-radius-sm: 0.375rem;
3309
+ --preset-control-radius-md: 0.625rem;
3310
+ --preset-control-radius-lg: 0.875rem;
3311
+ --preset-control-radius-xl: 1.25rem;
3312
+ --preset-control-radius-2xl: 1.5rem;
3313
+ --preset-control-border-width: 1px;
3314
+ }
3315
+ :root {
3316
+ --preset-surface-bg: var(--theme-surface-base);
3317
+ --preset-surface-bg-subtle: var(--theme-surface-subtle);
3318
+ --preset-surface-bg-raised: var(--theme-surface-raised);
3319
+ --preset-surface-bg-inset: var(--theme-surface-inset);
3320
+ --preset-surface-border: var(--theme-surface-border);
3321
+ --preset-surface-border-muted: var(--theme-surface-border-muted);
3322
+ --preset-surface-border-strong: var(--theme-surface-border-strong);
3323
+ --preset-surface-shadow: var(--shadow-raised);
3324
+ --preset-surface-shadow-strong: var(--shadow-popover);
3325
+ --preset-surface-blur: 0px;
3326
+ --preset-canvas-bg: var(--theme-surface-canvas);
3327
+ --preset-canvas-bg-subtle: var(--theme-canvas-bg-subtle);
3328
+ --preset-surface-container: var(--theme-surface-container);
3329
+ --preset-surface-container-high: var(--theme-surface-container-high);
3330
+ --preset-surface-container-highest: var(--theme-surface-container-highest);
3331
+ --preset-control-radius-sm: 0.5rem;
3332
+ --preset-control-radius-md: 0.75rem;
3333
+ --preset-control-radius-lg: 1rem;
3334
+ --preset-control-radius-xl: 1.5rem;
3335
+ --preset-control-radius-2xl: 2rem;
3336
+ --preset-control-border-width: 1px;
3337
+ --ui-surface-bg: var(--preset-surface-bg);
3338
+ --ui-surface-bg-subtle: var(--preset-surface-bg-subtle);
3339
+ --ui-surface-bg-raised: var(--preset-surface-bg-raised);
3340
+ --ui-surface-bg-inset: var(--preset-surface-bg-inset);
3341
+ --ui-surface-border: var(--preset-surface-border);
3342
+ --ui-surface-border-muted: var(--preset-surface-border-muted);
3343
+ --ui-surface-border-strong: var(--preset-surface-border-strong);
3344
+ --ui-surface-shadow: var(--preset-surface-shadow);
3345
+ --ui-surface-shadow-strong: var(--preset-surface-shadow-strong);
3346
+ --ui-surface-blur: var(--preset-surface-blur);
3347
+ --ui-canvas-bg: var(--preset-canvas-bg);
3348
+ --ui-canvas-bg-subtle: var(--preset-canvas-bg-subtle);
3349
+ --ui-surface-container: var(--preset-surface-container);
3350
+ --ui-surface-container-high: var(--preset-surface-container-high);
3351
+ --ui-surface-container-highest: var(--preset-surface-container-highest);
3352
+ --ui-text-primary: var(--theme-text-primary);
3353
+ --ui-text-secondary: var(--theme-text-secondary);
3354
+ --ui-text-muted: var(--theme-text-muted);
3355
+ --ui-text-on-accent: var(--theme-text-on-accent);
3356
+ --ui-accent-bg: var(--theme-accent-bg);
3357
+ --ui-accent-bg-hover: var(--theme-accent-bg-hover);
3358
+ --ui-accent-bg-muted: var(--theme-accent-bg-muted);
3359
+ --ui-accent-text: var(--theme-text-on-accent);
3360
+ --ui-accent-border: var(--theme-accent-border);
3361
+ --ui-success-bg: var(--theme-success-bg);
3362
+ --ui-success-border: var(--theme-success-border);
3363
+ --ui-success-text: var(--theme-success-text);
3364
+ --ui-warning-bg: var(--theme-warning-bg);
3365
+ --ui-warning-border: var(--theme-warning-border);
3366
+ --ui-warning-text: var(--theme-warning-text);
3367
+ --ui-danger-bg: var(--theme-danger-bg);
3368
+ --ui-danger-bg-emphasis: var(--theme-danger-bg-emphasis);
3369
+ --ui-danger-border: var(--theme-danger-border);
3370
+ --ui-danger-text: var(--theme-danger-text);
3371
+ --ui-info-bg: var(--theme-info-bg);
3372
+ --ui-info-border: var(--theme-info-border);
3373
+ --ui-info-text: var(--theme-info-text);
3374
+ --ui-control-radius-sm: var(--preset-control-radius-sm);
3375
+ --ui-control-radius-md: var(--preset-control-radius-md);
3376
+ --ui-control-radius-lg: var(--preset-control-radius-lg);
3377
+ --ui-control-radius-xl: var(--preset-control-radius-xl);
3378
+ --ui-control-radius-2xl: var(--preset-control-radius-2xl);
3379
+ --ui-control-border-width: var(--preset-control-border-width);
3380
+ --ui-control-focus-ring: var(--theme-control-focus-ring);
3381
+ --ui-control-focus-ring-offset: var(--theme-control-focus-ring-offset);
3382
+ --ui-font-heading: var(--font-heading);
3383
+ --ui-motion-duration-fast: 0.15s;
3384
+ --ui-motion-duration-default: 0.2s;
3385
+ --ui-motion-ease-standard: var(--ease-standard);
3386
+ --ui-density-compact: 0.875;
3387
+ --ui-density-default: 1;
3388
+ --ui-density-comfortable: 1.125;
3389
+ --content-min-width: 320px;
3390
+ --content-preferred-width: 70vw;
3391
+ --content-max-width: 960px;
3392
+ --content-width: clamp(600px, 70vw, 960px);
3393
+ --content-padding: 24px;
3394
+ --header-top-margin: 64px;
3395
+ --publish-trigger-bg: var(--ui-surface-bg-subtle);
3396
+ --publish-trigger-border: var(--ui-surface-border);
3397
+ --publish-trigger-text: var(--ui-text-primary);
3398
+ --publish-trigger-active-bg: var(--ui-accent-bg-muted);
3399
+ --publish-popover-bg: var(--ui-surface-bg);
3400
+ --publish-popover-border: var(--ui-surface-border);
3401
+ --publish-popover-shadow: var(--ui-surface-shadow-strong);
3402
+ --publish-section-bg: var(--ui-surface-bg-subtle);
3403
+ --publish-section-border: var(--ui-surface-border);
3404
+ --publish-fact-title: var(--ui-text-secondary);
3405
+ --publish-fact-value: var(--color-n900);
3406
+ --publish-muted-text: var(--ui-text-secondary);
3407
+ --publish-warning-bg: var(--ui-warning-bg);
3408
+ --publish-warning-border: var(--ui-warning-border);
3409
+ --publish-warning-text: var(--ui-warning-text);
3410
+ --publish-danger-bg: var(--ui-danger-bg);
3411
+ --publish-danger-border: var(--ui-danger-border);
3412
+ --publish-danger-text: var(--ui-danger-text);
3413
+ --publish-success-bg: var(--ui-success-bg);
3414
+ --publish-success-border: var(--ui-success-border);
3415
+ --publish-success-text: var(--ui-success-text);
3416
+ --publish-progress-track: var(--ui-surface-bg-inset);
3417
+ --publish-progress-fill: var(--ui-accent-bg);
3418
+ --feedback-neutral-bg: var(--ui-surface-bg-raised);
3419
+ --feedback-neutral-border: var(--ui-surface-border);
3420
+ --feedback-neutral-text: var(--ui-text-primary);
3421
+ --feedback-neutral-icon: var(--ui-text-secondary);
3422
+ --feedback-info-bg: var(--ui-info-bg);
3423
+ --feedback-info-border: var(--ui-info-border);
3424
+ --feedback-info-text: var(--ui-info-text);
3425
+ --feedback-info-icon: var(--ui-info-text);
3426
+ --feedback-success-bg: var(--ui-success-bg);
3427
+ --feedback-success-border: var(--ui-success-border);
3428
+ --feedback-success-text: var(--ui-success-text);
3429
+ --feedback-success-icon: var(--ui-success-text);
3430
+ --feedback-warning-bg: var(--ui-warning-bg);
3431
+ --feedback-warning-border: var(--ui-warning-border);
3432
+ --feedback-warning-text: var(--ui-warning-text);
3433
+ --feedback-warning-icon: var(--ui-warning-text);
3434
+ --feedback-danger-bg: var(--ui-danger-bg);
3435
+ --feedback-danger-border: var(--ui-danger-border);
3436
+ --feedback-danger-text: var(--ui-danger-text);
3437
+ --feedback-danger-icon: var(--ui-danger-text);
3438
+ --toast-shadow: var(--ui-surface-shadow-strong);
3439
+ --skeleton-bg: linear-gradient(
3440
+ 180deg,
3441
+ var(--ui-surface-bg-inset) 0%,
3442
+ var(--ui-surface-bg-inset) 100%
3443
+ );
3444
+ @supports (color: color-mix(in lab, red, red)) {
3445
+ --skeleton-bg: linear-gradient(
3446
+ 180deg,
3447
+ color-mix(in srgb, var(--ui-surface-bg-inset) 94%, white) 0%,
3448
+ color-mix(in srgb, var(--ui-surface-bg-inset) 100%, var(--ui-surface-border)) 100%
3449
+ );
3450
+ }
3451
+ --skeleton-bg-emphasis: linear-gradient(
3452
+ 180deg,
3453
+ var(--ui-surface-bg-subtle) 0%,
3454
+ var(--ui-surface-bg-inset) 100%
3455
+ );
3456
+ @supports (color: color-mix(in lab, red, red)) {
3457
+ --skeleton-bg-emphasis: linear-gradient(
3458
+ 180deg,
3459
+ color-mix(in srgb, var(--ui-surface-bg-subtle) 78%, var(--color-highlight-soft)) 0%,
3460
+ color-mix(in srgb, var(--ui-surface-bg-inset) 86%, var(--ui-surface-border)) 100%
3461
+ );
3462
+ }
3463
+ --skeleton-sheen: linear-gradient(
3464
+ 100deg,
3465
+ transparent 0%,
3466
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 10%, transparent) 28%,
3467
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 35%, transparent) 40%,
3468
+ var(--color-highlight-sheen) 50%,
3469
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 35%, transparent) 60%,
3470
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 10%, transparent) 72%,
3471
+ transparent 100%
3472
+ );
3473
+ @supports (color: color-mix(in lab, red, red)) {
3474
+ --skeleton-sheen: linear-gradient(
3475
+ 100deg,
3476
+ transparent 0%,
3477
+ color-mix(in srgb, var(--color-highlight-sheen) 10%, transparent) 28%,
3478
+ color-mix(in srgb, var(--color-highlight-sheen) 35%, transparent) 40%,
3479
+ var(--color-highlight-sheen) 50%,
3480
+ color-mix(in srgb, var(--color-highlight-sheen) 35%, transparent) 60%,
3481
+ color-mix(in srgb, var(--color-highlight-sheen) 10%, transparent) 72%,
3482
+ transparent 100%
3483
+ );
3484
+ }
3485
+ --skeleton-top-highlight: var(--color-highlight-soft);
3486
+ --workspace-transition-veil-bg: var(--color-overlay-soft);
3487
+ --workspace-transition-stale-bg: color-mix(in srgb, rgba(244, 238, 230, 0.56) 72%, transparent);
3488
+ @supports (color: color-mix(in lab, red, red)) {
3489
+ --workspace-transition-stale-bg: color-mix(in srgb, var(--color-overlay-soft) 72%, transparent);
3490
+ }
3491
+ --tooltip-shadow: var(--ui-surface-shadow-strong);
3492
+ --select-dropdown-shadow: var(--ui-surface-shadow-strong);
3493
+ --theme-picker-shadow: var(--ui-surface-shadow-strong);
3494
+ --drawer-panel-shadow: var(--ui-surface-shadow-strong);
3495
+ }
3496
+ :root[data-preset="elevated"], .owoui-preset-elevated {
3497
+ --preset-surface-bg: var(--theme-surface-base);
3498
+ @supports (color: color-mix(in lab, red, red)) {
3499
+ --preset-surface-bg: color-mix(in srgb, var(--theme-surface-base) 96%, var(--theme-surface-border-strong));
3500
+ }
3501
+ --preset-surface-bg-subtle: var(--theme-surface-subtle);
3502
+ @supports (color: color-mix(in lab, red, red)) {
3503
+ --preset-surface-bg-subtle: color-mix(in srgb, var(--theme-surface-subtle) 96%, var(--theme-surface-border-strong));
3504
+ }
3505
+ --preset-surface-bg-raised: var(--theme-surface-raised);
3506
+ @supports (color: color-mix(in lab, red, red)) {
3507
+ --preset-surface-bg-raised: color-mix(in srgb, var(--theme-surface-raised) 94%, var(--theme-surface-border-strong));
3508
+ }
3509
+ --preset-surface-bg-inset: var(--theme-surface-inset);
3510
+ --preset-surface-border: var(--theme-surface-border);
3511
+ @supports (color: color-mix(in lab, red, red)) {
3512
+ --preset-surface-border: color-mix(in srgb, var(--theme-surface-border) 88%, var(--theme-surface-border-strong));
3513
+ }
3514
+ --preset-surface-border-muted: var(--theme-surface-border-muted);
3515
+ --preset-surface-border-strong: var(--theme-surface-border-strong);
3516
+ --preset-surface-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
3517
+ --preset-surface-shadow-strong: 0 28px 60px rgba(15, 23, 42, 0.18);
3518
+ --preset-surface-blur: 0px;
3519
+ --preset-canvas-bg: var(--theme-surface-canvas);
3520
+ --preset-canvas-bg-subtle: var(--theme-canvas-bg-subtle);
3521
+ --preset-surface-container: var(--theme-surface-container);
3522
+ @supports (color: color-mix(in lab, red, red)) {
3523
+ --preset-surface-container: color-mix(in srgb, var(--theme-surface-container) 94%, var(--theme-surface-border-strong));
3524
+ }
3525
+ --preset-surface-container-high: var(--theme-surface-container-high);
3526
+ @supports (color: color-mix(in lab, red, red)) {
3527
+ --preset-surface-container-high: color-mix(in srgb, var(--theme-surface-container-high) 94%, var(--theme-surface-border-strong));
3528
+ }
3529
+ --preset-surface-container-highest: var(--theme-surface-container-highest);
3530
+ @supports (color: color-mix(in lab, red, red)) {
3531
+ --preset-surface-container-highest: color-mix(in srgb, var(--theme-surface-container-highest) 92%, var(--theme-surface-border-strong));
3532
+ }
3533
+ --preset-control-radius-sm: 0.625rem;
3534
+ --preset-control-radius-md: 0.875rem;
3535
+ --preset-control-radius-lg: 1.125rem;
3536
+ --preset-control-radius-xl: 1.625rem;
3537
+ --preset-control-radius-2xl: 2.125rem;
3538
+ --preset-control-border-width: 1px;
3539
+ }
3540
+ :root {
3541
+ --preset-surface-bg: var(--theme-surface-base);
3542
+ --preset-surface-bg-subtle: var(--theme-surface-subtle);
3543
+ --preset-surface-bg-raised: var(--theme-surface-raised);
3544
+ --preset-surface-bg-inset: var(--theme-surface-inset);
3545
+ --preset-surface-border: var(--theme-surface-border);
3546
+ --preset-surface-border-muted: var(--theme-surface-border-muted);
3547
+ --preset-surface-border-strong: var(--theme-surface-border-strong);
3548
+ --preset-surface-shadow: var(--shadow-raised);
3549
+ --preset-surface-shadow-strong: var(--shadow-popover);
3550
+ --preset-surface-blur: 0px;
3551
+ --preset-canvas-bg: var(--theme-surface-canvas);
3552
+ --preset-canvas-bg-subtle: var(--theme-canvas-bg-subtle);
3553
+ --preset-surface-container: var(--theme-surface-container);
3554
+ --preset-surface-container-high: var(--theme-surface-container-high);
3555
+ --preset-surface-container-highest: var(--theme-surface-container-highest);
3556
+ --preset-control-radius-sm: 0.5rem;
3557
+ --preset-control-radius-md: 0.75rem;
3558
+ --preset-control-radius-lg: 1rem;
3559
+ --preset-control-radius-xl: 1.5rem;
3560
+ --preset-control-radius-2xl: 2rem;
3561
+ --preset-control-border-width: 1px;
3562
+ --ui-surface-bg: var(--preset-surface-bg);
3563
+ --ui-surface-bg-subtle: var(--preset-surface-bg-subtle);
3564
+ --ui-surface-bg-raised: var(--preset-surface-bg-raised);
3565
+ --ui-surface-bg-inset: var(--preset-surface-bg-inset);
3566
+ --ui-surface-border: var(--preset-surface-border);
3567
+ --ui-surface-border-muted: var(--preset-surface-border-muted);
3568
+ --ui-surface-border-strong: var(--preset-surface-border-strong);
3569
+ --ui-surface-shadow: var(--preset-surface-shadow);
3570
+ --ui-surface-shadow-strong: var(--preset-surface-shadow-strong);
3571
+ --ui-surface-blur: var(--preset-surface-blur);
3572
+ --ui-canvas-bg: var(--preset-canvas-bg);
3573
+ --ui-canvas-bg-subtle: var(--preset-canvas-bg-subtle);
3574
+ --ui-surface-container: var(--preset-surface-container);
3575
+ --ui-surface-container-high: var(--preset-surface-container-high);
3576
+ --ui-surface-container-highest: var(--preset-surface-container-highest);
3577
+ --ui-text-primary: var(--theme-text-primary);
3578
+ --ui-text-secondary: var(--theme-text-secondary);
3579
+ --ui-text-muted: var(--theme-text-muted);
3580
+ --ui-text-on-accent: var(--theme-text-on-accent);
3581
+ --ui-accent-bg: var(--theme-accent-bg);
3582
+ --ui-accent-bg-hover: var(--theme-accent-bg-hover);
3583
+ --ui-accent-bg-muted: var(--theme-accent-bg-muted);
3584
+ --ui-accent-text: var(--theme-text-on-accent);
3585
+ --ui-accent-border: var(--theme-accent-border);
3586
+ --ui-success-bg: var(--theme-success-bg);
3587
+ --ui-success-border: var(--theme-success-border);
3588
+ --ui-success-text: var(--theme-success-text);
3589
+ --ui-warning-bg: var(--theme-warning-bg);
3590
+ --ui-warning-border: var(--theme-warning-border);
3591
+ --ui-warning-text: var(--theme-warning-text);
3592
+ --ui-danger-bg: var(--theme-danger-bg);
3593
+ --ui-danger-bg-emphasis: var(--theme-danger-bg-emphasis);
3594
+ --ui-danger-border: var(--theme-danger-border);
3595
+ --ui-danger-text: var(--theme-danger-text);
3596
+ --ui-info-bg: var(--theme-info-bg);
3597
+ --ui-info-border: var(--theme-info-border);
3598
+ --ui-info-text: var(--theme-info-text);
3599
+ --ui-control-radius-sm: var(--preset-control-radius-sm);
3600
+ --ui-control-radius-md: var(--preset-control-radius-md);
3601
+ --ui-control-radius-lg: var(--preset-control-radius-lg);
3602
+ --ui-control-radius-xl: var(--preset-control-radius-xl);
3603
+ --ui-control-radius-2xl: var(--preset-control-radius-2xl);
3604
+ --ui-control-border-width: var(--preset-control-border-width);
3605
+ --ui-control-focus-ring: var(--theme-control-focus-ring);
3606
+ --ui-control-focus-ring-offset: var(--theme-control-focus-ring-offset);
3607
+ --ui-font-heading: var(--font-heading);
3608
+ --ui-motion-duration-fast: 0.15s;
3609
+ --ui-motion-duration-default: 0.2s;
3610
+ --ui-motion-ease-standard: var(--ease-standard);
3611
+ --ui-density-compact: 0.875;
3612
+ --ui-density-default: 1;
3613
+ --ui-density-comfortable: 1.125;
3614
+ --content-min-width: 320px;
3615
+ --content-preferred-width: 70vw;
3616
+ --content-max-width: 960px;
3617
+ --content-width: clamp(600px, 70vw, 960px);
3618
+ --content-padding: 24px;
3619
+ --header-top-margin: 64px;
3620
+ --publish-trigger-bg: var(--ui-surface-bg-subtle);
3621
+ --publish-trigger-border: var(--ui-surface-border);
3622
+ --publish-trigger-text: var(--ui-text-primary);
3623
+ --publish-trigger-active-bg: var(--ui-accent-bg-muted);
3624
+ --publish-popover-bg: var(--ui-surface-bg);
3625
+ --publish-popover-border: var(--ui-surface-border);
3626
+ --publish-popover-shadow: var(--ui-surface-shadow-strong);
3627
+ --publish-section-bg: var(--ui-surface-bg-subtle);
3628
+ --publish-section-border: var(--ui-surface-border);
3629
+ --publish-fact-title: var(--ui-text-secondary);
3630
+ --publish-fact-value: var(--color-n900);
3631
+ --publish-muted-text: var(--ui-text-secondary);
3632
+ --publish-warning-bg: var(--ui-warning-bg);
3633
+ --publish-warning-border: var(--ui-warning-border);
3634
+ --publish-warning-text: var(--ui-warning-text);
3635
+ --publish-danger-bg: var(--ui-danger-bg);
3636
+ --publish-danger-border: var(--ui-danger-border);
3637
+ --publish-danger-text: var(--ui-danger-text);
3638
+ --publish-success-bg: var(--ui-success-bg);
3639
+ --publish-success-border: var(--ui-success-border);
3640
+ --publish-success-text: var(--ui-success-text);
3641
+ --publish-progress-track: var(--ui-surface-bg-inset);
3642
+ --publish-progress-fill: var(--ui-accent-bg);
3643
+ --feedback-neutral-bg: var(--ui-surface-bg-raised);
3644
+ --feedback-neutral-border: var(--ui-surface-border);
3645
+ --feedback-neutral-text: var(--ui-text-primary);
3646
+ --feedback-neutral-icon: var(--ui-text-secondary);
3647
+ --feedback-info-bg: var(--ui-info-bg);
3648
+ --feedback-info-border: var(--ui-info-border);
3649
+ --feedback-info-text: var(--ui-info-text);
3650
+ --feedback-info-icon: var(--ui-info-text);
3651
+ --feedback-success-bg: var(--ui-success-bg);
3652
+ --feedback-success-border: var(--ui-success-border);
3653
+ --feedback-success-text: var(--ui-success-text);
3654
+ --feedback-success-icon: var(--ui-success-text);
3655
+ --feedback-warning-bg: var(--ui-warning-bg);
3656
+ --feedback-warning-border: var(--ui-warning-border);
3657
+ --feedback-warning-text: var(--ui-warning-text);
3658
+ --feedback-warning-icon: var(--ui-warning-text);
3659
+ --feedback-danger-bg: var(--ui-danger-bg);
3660
+ --feedback-danger-border: var(--ui-danger-border);
3661
+ --feedback-danger-text: var(--ui-danger-text);
3662
+ --feedback-danger-icon: var(--ui-danger-text);
3663
+ --toast-shadow: var(--ui-surface-shadow-strong);
3664
+ --skeleton-bg: linear-gradient(
3665
+ 180deg,
3666
+ var(--ui-surface-bg-inset) 0%,
3667
+ var(--ui-surface-bg-inset) 100%
3668
+ );
3669
+ @supports (color: color-mix(in lab, red, red)) {
3670
+ --skeleton-bg: linear-gradient(
3671
+ 180deg,
3672
+ color-mix(in srgb, var(--ui-surface-bg-inset) 94%, white) 0%,
3673
+ color-mix(in srgb, var(--ui-surface-bg-inset) 100%, var(--ui-surface-border)) 100%
3674
+ );
3675
+ }
3676
+ --skeleton-bg-emphasis: linear-gradient(
3677
+ 180deg,
3678
+ var(--ui-surface-bg-subtle) 0%,
3679
+ var(--ui-surface-bg-inset) 100%
3680
+ );
3681
+ @supports (color: color-mix(in lab, red, red)) {
3682
+ --skeleton-bg-emphasis: linear-gradient(
3683
+ 180deg,
3684
+ color-mix(in srgb, var(--ui-surface-bg-subtle) 78%, var(--color-highlight-soft)) 0%,
3685
+ color-mix(in srgb, var(--ui-surface-bg-inset) 86%, var(--ui-surface-border)) 100%
3686
+ );
3687
+ }
3688
+ --skeleton-sheen: linear-gradient(
3689
+ 100deg,
3690
+ transparent 0%,
3691
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 10%, transparent) 28%,
3692
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 35%, transparent) 40%,
3693
+ var(--color-highlight-sheen) 50%,
3694
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 35%, transparent) 60%,
3695
+ color-mix(in srgb, rgba(255, 255, 255, 0.34) 10%, transparent) 72%,
3696
+ transparent 100%
3697
+ );
3698
+ @supports (color: color-mix(in lab, red, red)) {
3699
+ --skeleton-sheen: linear-gradient(
3700
+ 100deg,
3701
+ transparent 0%,
3702
+ color-mix(in srgb, var(--color-highlight-sheen) 10%, transparent) 28%,
3703
+ color-mix(in srgb, var(--color-highlight-sheen) 35%, transparent) 40%,
3704
+ var(--color-highlight-sheen) 50%,
3705
+ color-mix(in srgb, var(--color-highlight-sheen) 35%, transparent) 60%,
3706
+ color-mix(in srgb, var(--color-highlight-sheen) 10%, transparent) 72%,
3707
+ transparent 100%
3708
+ );
3709
+ }
3710
+ --skeleton-top-highlight: var(--color-highlight-soft);
3711
+ --workspace-transition-veil-bg: var(--color-overlay-soft);
3712
+ --workspace-transition-stale-bg: color-mix(in srgb, rgba(244, 238, 230, 0.56) 72%, transparent);
3713
+ @supports (color: color-mix(in lab, red, red)) {
3714
+ --workspace-transition-stale-bg: color-mix(in srgb, var(--color-overlay-soft) 72%, transparent);
3715
+ }
3716
+ --tooltip-shadow: var(--ui-surface-shadow-strong);
3717
+ --select-dropdown-shadow: var(--ui-surface-shadow-strong);
3718
+ --theme-picker-shadow: var(--ui-surface-shadow-strong);
3719
+ --drawer-panel-shadow: var(--ui-surface-shadow-strong);
3720
+ }
3721
+ :root[data-preset="glass"], .owoui-preset-glass {
3722
+ --preset-surface-bg: var(--theme-surface-base);
3723
+ @supports (color: color-mix(in lab, red, red)) {
3724
+ --preset-surface-bg: color-mix(in srgb, var(--theme-surface-base) 62%, transparent);
3725
+ }
3726
+ --preset-surface-bg-subtle: var(--theme-surface-subtle);
3727
+ @supports (color: color-mix(in lab, red, red)) {
3728
+ --preset-surface-bg-subtle: color-mix(in srgb, var(--theme-surface-subtle) 48%, transparent);
3729
+ }
3730
+ --preset-surface-bg-raised: var(--theme-surface-raised);
3731
+ @supports (color: color-mix(in lab, red, red)) {
3732
+ --preset-surface-bg-raised: color-mix(in srgb, var(--theme-surface-raised) 72%, transparent);
3733
+ }
3734
+ --preset-surface-bg-inset: var(--theme-surface-inset);
3735
+ @supports (color: color-mix(in lab, red, red)) {
3736
+ --preset-surface-bg-inset: color-mix(in srgb, var(--theme-surface-inset) 82%, transparent);
3737
+ }
3738
+ --preset-surface-border: var(--theme-surface-border-strong);
3739
+ @supports (color: color-mix(in lab, red, red)) {
3740
+ --preset-surface-border: color-mix(in srgb, var(--theme-surface-border-strong) 55%, transparent);
3741
+ }
3742
+ --preset-surface-border-muted: var(--theme-surface-border-muted);
3743
+ @supports (color: color-mix(in lab, red, red)) {
3744
+ --preset-surface-border-muted: color-mix(in srgb, var(--theme-surface-border-muted) 60%, transparent);
3745
+ }
3746
+ --preset-surface-border-strong: var(--theme-surface-border-strong);
3747
+ @supports (color: color-mix(in lab, red, red)) {
3748
+ --preset-surface-border-strong: color-mix(in srgb, var(--theme-surface-border-strong) 78%, transparent);
3749
+ }
3750
+ --preset-surface-shadow: 0 16px 44px rgba(15, 23, 42, 0.1);
3751
+ --preset-surface-shadow-strong: 0 24px 64px rgba(15, 23, 42, 0.14);
3752
+ --preset-surface-blur: 18px;
3753
+ --preset-canvas-bg: var(--theme-surface-canvas);
3754
+ --preset-canvas-bg-subtle: var(--theme-canvas-bg-subtle);
3755
+ --preset-surface-container: var(--theme-surface-container);
3756
+ @supports (color: color-mix(in lab, red, red)) {
3757
+ --preset-surface-container: color-mix(in srgb, var(--theme-surface-container) 70%, transparent);
3758
+ }
3759
+ --preset-surface-container-high: var(--theme-surface-container-high);
3760
+ @supports (color: color-mix(in lab, red, red)) {
3761
+ --preset-surface-container-high: color-mix(in srgb, var(--theme-surface-container-high) 74%, transparent);
3762
+ }
3763
+ --preset-surface-container-highest: var(--theme-surface-container-highest);
3764
+ @supports (color: color-mix(in lab, red, red)) {
3765
+ --preset-surface-container-highest: color-mix(in srgb, var(--theme-surface-container-highest) 78%, transparent);
3766
+ }
3767
+ --preset-control-radius-sm: 0.75rem;
3768
+ --preset-control-radius-md: 1rem;
3769
+ --preset-control-radius-lg: 1.25rem;
3770
+ --preset-control-radius-xl: 1.75rem;
3771
+ --preset-control-radius-2xl: 2.25rem;
3772
+ --preset-control-border-width: 1px;
3773
+ }
3774
+ :root {
3775
+ --font-inter: 'Inter', sans-serif;
3776
+ --font-headline: 'Manrope', sans-serif;
3777
+ }
3778
+ @layer base {
3779
+ html,
3780
+ body,
3781
+ #root {
3782
+ min-height: 100%;
3783
+ }
3784
+ body {
3785
+ margin: 0;
3786
+ font-family: var(--font-sans);
3787
+ color: var(--ui-text-primary);
3788
+ background: var(--ui-canvas-bg);
3789
+ line-height: 1.5;
3790
+ -webkit-font-smoothing: antialiased;
3791
+ }
3792
+ * {
3793
+ box-sizing: border-box;
3794
+ }
3795
+ a {
3796
+ color: inherit;
3797
+ text-decoration: none;
3798
+ }
3799
+ }
3800
+ .sb-dot-grid {
3801
+ background-image: radial-gradient(
3802
+ circle at 1px 1px,
3803
+ var(--ui-surface-border) 0.5px,
3804
+ transparent 0
3805
+ );
3806
+ @supports (color: color-mix(in lab, red, red)) {
3807
+ background-image: radial-gradient(
3808
+ circle at 1px 1px,
3809
+ color-mix(in srgb, var(--ui-surface-border) 50%, transparent) 0.5px,
3810
+ transparent 0
3811
+ );
3812
+ }
3813
+ background-size: 20px 20px;
3814
+ }
3815
+ .sb-glass-btn.ui-icon-button {
3816
+ border-radius: var(--ui-control-radius-sm);
3817
+ border: 1px solid var(--ui-surface-border);
3818
+ background: var(--ui-surface-bg);
3819
+ @supports (color: color-mix(in lab, red, red)) {
3820
+ background: color-mix(in srgb, var(--ui-surface-bg) 80%, transparent);
3821
+ }
3822
+ backdrop-filter: blur(12px);
3823
+ color: var(--ui-text-muted);
3824
+ }
3825
+ .sb-glass-btn.ui-icon-button:hover:not(:disabled) {
3826
+ color: var(--ui-text-primary);
3827
+ background: var(--ui-surface-bg);
3828
+ }
3829
+ .sb-sidebar::-webkit-scrollbar {
3830
+ width: 4px;
3831
+ }
3832
+ .sb-sidebar::-webkit-scrollbar-track {
3833
+ background: transparent;
3834
+ }
3835
+ .sb-sidebar::-webkit-scrollbar-thumb {
3836
+ background: var(--ui-surface-border);
3837
+ border-radius: 10px;
3838
+ }
3839
+ .sb-controls .ui-select__trigger {
3840
+ min-height: unset;
3841
+ padding: 0.5rem 0.75rem;
3842
+ font-size: 0.875rem;
3843
+ line-height: 1.25rem;
3844
+ }
3845
+ .sb-theme-toggle.ui-icon-button {
3846
+ border-radius: 0.5rem;
3847
+ border: 1px solid var(--ui-surface-border);
3848
+ }
3849
+ .sb-sidebar-select .ui-select__trigger {
3850
+ min-height: unset;
3851
+ padding: 0.5rem 0.75rem;
3852
+ font-size: 0.75rem;
3853
+ line-height: 1rem;
3854
+ }
3855
+ .sb-copy-btn.ui-button {
3856
+ min-height: 2.5rem;
3857
+ font-size: 0.75rem;
3858
+ font-weight: 700;
3859
+ }
3860
+ .sb-search-input.ui-input {
3861
+ padding-top: 0.375rem;
3862
+ padding-bottom: 0.375rem;
3863
+ }
3864
+ .sb-code-toggle.ui-button {
3865
+ font-size: 0.6875rem;
3866
+ min-height: unset;
3867
+ padding: 0.25rem 0.625rem;
3868
+ }
3869
+ #sb-main::-webkit-scrollbar {
3870
+ width: 6px;
3871
+ }
3872
+ #sb-main::-webkit-scrollbar-track {
3873
+ background: transparent;
3874
+ }
3875
+ #sb-main::-webkit-scrollbar-thumb {
3876
+ background: var(--ui-surface-border);
3877
+ border-radius: 10px;
3878
+ }
3879
+ @property --tw-translate-x {
3880
+ syntax: "*";
3881
+ inherits: false;
3882
+ initial-value: 0;
3883
+ }
3884
+ @property --tw-translate-y {
3885
+ syntax: "*";
3886
+ inherits: false;
3887
+ initial-value: 0;
3888
+ }
3889
+ @property --tw-translate-z {
3890
+ syntax: "*";
3891
+ inherits: false;
3892
+ initial-value: 0;
3893
+ }
3894
+ @property --tw-rotate-x {
3895
+ syntax: "*";
3896
+ inherits: false;
3897
+ }
3898
+ @property --tw-rotate-y {
3899
+ syntax: "*";
3900
+ inherits: false;
3901
+ }
3902
+ @property --tw-rotate-z {
3903
+ syntax: "*";
3904
+ inherits: false;
3905
+ }
3906
+ @property --tw-skew-x {
3907
+ syntax: "*";
3908
+ inherits: false;
3909
+ }
3910
+ @property --tw-skew-y {
3911
+ syntax: "*";
3912
+ inherits: false;
3913
+ }
3914
+ @property --tw-space-y-reverse {
3915
+ syntax: "*";
3916
+ inherits: false;
3917
+ initial-value: 0;
3918
+ }
3919
+ @property --tw-divide-y-reverse {
3920
+ syntax: "*";
3921
+ inherits: false;
3922
+ initial-value: 0;
3923
+ }
3924
+ @property --tw-border-style {
3925
+ syntax: "*";
3926
+ inherits: false;
3927
+ initial-value: solid;
3928
+ }
3929
+ @property --tw-leading {
3930
+ syntax: "*";
3931
+ inherits: false;
3932
+ }
3933
+ @property --tw-font-weight {
3934
+ syntax: "*";
3935
+ inherits: false;
3936
+ }
3937
+ @property --tw-tracking {
3938
+ syntax: "*";
3939
+ inherits: false;
3940
+ }
3941
+ @property --tw-shadow {
3942
+ syntax: "*";
3943
+ inherits: false;
3944
+ initial-value: 0 0 #0000;
3945
+ }
3946
+ @property --tw-shadow-color {
3947
+ syntax: "*";
3948
+ inherits: false;
3949
+ }
3950
+ @property --tw-shadow-alpha {
3951
+ syntax: "<percentage>";
3952
+ inherits: false;
3953
+ initial-value: 100%;
3954
+ }
3955
+ @property --tw-inset-shadow {
3956
+ syntax: "*";
3957
+ inherits: false;
3958
+ initial-value: 0 0 #0000;
3959
+ }
3960
+ @property --tw-inset-shadow-color {
3961
+ syntax: "*";
3962
+ inherits: false;
3963
+ }
3964
+ @property --tw-inset-shadow-alpha {
3965
+ syntax: "<percentage>";
3966
+ inherits: false;
3967
+ initial-value: 100%;
3968
+ }
3969
+ @property --tw-ring-color {
3970
+ syntax: "*";
3971
+ inherits: false;
3972
+ }
3973
+ @property --tw-ring-shadow {
3974
+ syntax: "*";
3975
+ inherits: false;
3976
+ initial-value: 0 0 #0000;
3977
+ }
3978
+ @property --tw-inset-ring-color {
3979
+ syntax: "*";
3980
+ inherits: false;
3981
+ }
3982
+ @property --tw-inset-ring-shadow {
3983
+ syntax: "*";
3984
+ inherits: false;
3985
+ initial-value: 0 0 #0000;
3986
+ }
3987
+ @property --tw-ring-inset {
3988
+ syntax: "*";
3989
+ inherits: false;
3990
+ }
3991
+ @property --tw-ring-offset-width {
3992
+ syntax: "<length>";
3993
+ inherits: false;
3994
+ initial-value: 0px;
3995
+ }
3996
+ @property --tw-ring-offset-color {
3997
+ syntax: "*";
3998
+ inherits: false;
3999
+ initial-value: #fff;
4000
+ }
4001
+ @property --tw-ring-offset-shadow {
4002
+ syntax: "*";
4003
+ inherits: false;
4004
+ initial-value: 0 0 #0000;
4005
+ }
4006
+ @property --tw-outline-style {
4007
+ syntax: "*";
4008
+ inherits: false;
4009
+ initial-value: solid;
4010
+ }
4011
+ @property --tw-blur {
4012
+ syntax: "*";
4013
+ inherits: false;
4014
+ }
4015
+ @property --tw-brightness {
4016
+ syntax: "*";
4017
+ inherits: false;
4018
+ }
4019
+ @property --tw-contrast {
4020
+ syntax: "*";
4021
+ inherits: false;
4022
+ }
4023
+ @property --tw-grayscale {
4024
+ syntax: "*";
4025
+ inherits: false;
4026
+ }
4027
+ @property --tw-hue-rotate {
4028
+ syntax: "*";
4029
+ inherits: false;
4030
+ }
4031
+ @property --tw-invert {
4032
+ syntax: "*";
4033
+ inherits: false;
4034
+ }
4035
+ @property --tw-opacity {
4036
+ syntax: "*";
4037
+ inherits: false;
4038
+ }
4039
+ @property --tw-saturate {
4040
+ syntax: "*";
4041
+ inherits: false;
4042
+ }
4043
+ @property --tw-sepia {
4044
+ syntax: "*";
4045
+ inherits: false;
4046
+ }
4047
+ @property --tw-drop-shadow {
4048
+ syntax: "*";
4049
+ inherits: false;
4050
+ }
4051
+ @property --tw-drop-shadow-color {
4052
+ syntax: "*";
4053
+ inherits: false;
4054
+ }
4055
+ @property --tw-drop-shadow-alpha {
4056
+ syntax: "<percentage>";
4057
+ inherits: false;
4058
+ initial-value: 100%;
4059
+ }
4060
+ @property --tw-drop-shadow-size {
4061
+ syntax: "*";
4062
+ inherits: false;
4063
+ }
4064
+ @property --tw-backdrop-blur {
4065
+ syntax: "*";
4066
+ inherits: false;
4067
+ }
4068
+ @property --tw-backdrop-brightness {
4069
+ syntax: "*";
4070
+ inherits: false;
4071
+ }
4072
+ @property --tw-backdrop-contrast {
4073
+ syntax: "*";
4074
+ inherits: false;
4075
+ }
4076
+ @property --tw-backdrop-grayscale {
4077
+ syntax: "*";
4078
+ inherits: false;
4079
+ }
4080
+ @property --tw-backdrop-hue-rotate {
4081
+ syntax: "*";
4082
+ inherits: false;
4083
+ }
4084
+ @property --tw-backdrop-invert {
4085
+ syntax: "*";
4086
+ inherits: false;
4087
+ }
4088
+ @property --tw-backdrop-opacity {
4089
+ syntax: "*";
4090
+ inherits: false;
4091
+ }
4092
+ @property --tw-backdrop-saturate {
4093
+ syntax: "*";
4094
+ inherits: false;
4095
+ }
4096
+ @property --tw-backdrop-sepia {
4097
+ syntax: "*";
4098
+ inherits: false;
4099
+ }
4100
+ @property --tw-duration {
4101
+ syntax: "*";
4102
+ inherits: false;
4103
+ }
4104
+ @property --tw-ease {
4105
+ syntax: "*";
4106
+ inherits: false;
4107
+ }
4108
+ @keyframes spin {
4109
+ to {
4110
+ transform: rotate(360deg);
4111
+ }
4112
+ }
4113
+ @layer properties {
4114
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
4115
+ *, ::before, ::after, ::backdrop {
4116
+ --tw-translate-x: 0;
4117
+ --tw-translate-y: 0;
4118
+ --tw-translate-z: 0;
4119
+ --tw-rotate-x: initial;
4120
+ --tw-rotate-y: initial;
4121
+ --tw-rotate-z: initial;
4122
+ --tw-skew-x: initial;
4123
+ --tw-skew-y: initial;
4124
+ --tw-space-y-reverse: 0;
4125
+ --tw-divide-y-reverse: 0;
4126
+ --tw-border-style: solid;
4127
+ --tw-leading: initial;
4128
+ --tw-font-weight: initial;
4129
+ --tw-tracking: initial;
4130
+ --tw-shadow: 0 0 #0000;
4131
+ --tw-shadow-color: initial;
4132
+ --tw-shadow-alpha: 100%;
4133
+ --tw-inset-shadow: 0 0 #0000;
4134
+ --tw-inset-shadow-color: initial;
4135
+ --tw-inset-shadow-alpha: 100%;
4136
+ --tw-ring-color: initial;
4137
+ --tw-ring-shadow: 0 0 #0000;
4138
+ --tw-inset-ring-color: initial;
4139
+ --tw-inset-ring-shadow: 0 0 #0000;
4140
+ --tw-ring-inset: initial;
4141
+ --tw-ring-offset-width: 0px;
4142
+ --tw-ring-offset-color: #fff;
4143
+ --tw-ring-offset-shadow: 0 0 #0000;
4144
+ --tw-outline-style: solid;
4145
+ --tw-blur: initial;
4146
+ --tw-brightness: initial;
4147
+ --tw-contrast: initial;
4148
+ --tw-grayscale: initial;
4149
+ --tw-hue-rotate: initial;
4150
+ --tw-invert: initial;
4151
+ --tw-opacity: initial;
4152
+ --tw-saturate: initial;
4153
+ --tw-sepia: initial;
4154
+ --tw-drop-shadow: initial;
4155
+ --tw-drop-shadow-color: initial;
4156
+ --tw-drop-shadow-alpha: 100%;
4157
+ --tw-drop-shadow-size: initial;
4158
+ --tw-backdrop-blur: initial;
4159
+ --tw-backdrop-brightness: initial;
4160
+ --tw-backdrop-contrast: initial;
4161
+ --tw-backdrop-grayscale: initial;
4162
+ --tw-backdrop-hue-rotate: initial;
4163
+ --tw-backdrop-invert: initial;
4164
+ --tw-backdrop-opacity: initial;
4165
+ --tw-backdrop-saturate: initial;
4166
+ --tw-backdrop-sepia: initial;
4167
+ --tw-duration: initial;
4168
+ --tw-ease: initial;
4169
+ }
4170
+ }
4171
+ }