@owodesign/owoui 0.1.0 → 0.1.2

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