viberoom 0.7.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/ui/looks.css CHANGED
@@ -67,7 +67,7 @@
67
67
  --deep-muted: #7c78ad;
68
68
  --deep-head: #e8e6ff;
69
69
  --deep-meta: #a9a5d8;
70
- --lav-grey: #4a4b70;
70
+ --lav-grey: #7c78ad;
71
71
  --lilac: #b9a7ff;
72
72
  --seafoam: #8fe3bd;
73
73
  --azure: #9cd2ff;
@@ -142,6 +142,7 @@
142
142
  --shadow: 0 2px 0 rgba(241, 239, 255, 0.04);
143
143
  --bevel: none;
144
144
  --shadow-room: 0px;
145
+ --bevel-pressed: none;
145
146
  --grad-canvas: radial-gradient(900px 520px at 100% 100%, rgba(138, 138, 255, 0.06), transparent 70%), radial-gradient(640px 380px at 0% 0%, rgba(75, 220, 152, 0.04), transparent 70%), linear-gradient(165deg, #141530 0%, #111226 55%, #0e0f21 100%);
146
147
  --canvas-pattern: radial-gradient(circle at 1px 1px, rgba(138, 138, 255, 0.13) 0.9px, transparent 1.6px);
147
148
  --canvas-pattern-size: 22px 22px;
@@ -150,6 +151,7 @@
150
151
  --sb-thumb: rgba(138, 138, 255, 0.22);
151
152
  --sb-thumb-hover: rgba(138, 138, 255, 0.45);
152
153
  --r-scale: 1;
154
+ --r-ctl-min: 0px;
153
155
  --r-xs: calc(8px * var(--r-scale));
154
156
  --r-sm: calc(12px * var(--r-scale));
155
157
  --r-md: calc(14px * var(--r-scale));
@@ -183,6 +185,7 @@
183
185
  --btn-hover-ink: #8a8aff;
184
186
  --btn-on-primary: #202142;
185
187
  --btn-secondary-bg: #202142;
188
+ --btn-secondary-hover-bg: #202142;
186
189
  --btn-soft-bg: #2c2e56;
187
190
  --btn-soft-hover-bg: #3a3c6e;
188
191
  --btn-ghost-ink: #a4a2cc;
@@ -198,8 +201,8 @@
198
201
  --btn-spinner-track-quiet: #3a3c6e;
199
202
  --btn-spinner-head-quiet: #8a8aff;
200
203
  --btn-disabled-opacity: 0.45;
201
- --btn-dark-bg: rgba(32, 33, 66, 0.12);
202
- --btn-dark-ink: #202142;
204
+ --btn-dark-bg: rgba(244, 242, 255, 0.12);
205
+ --btn-dark-ink: #f4f2ff;
203
206
  --btn-dark-hover-bg: #8a8aff;
204
207
  --btn-warn-ink: #f5c94f;
205
208
  --btn-warn-hover-bg: #46381a;
@@ -213,6 +216,23 @@
213
216
  --btn-paper-bg: #202142;
214
217
  --btn-paper-ink: #c0bde6;
215
218
  --btn-paper-hover-bg: #262848;
219
+ --btn-border: 0;
220
+ --btn-case: none;
221
+ --btn-tracking: 0px;
222
+ --btn-link-underline: none;
223
+ --btn-ghost-bg: transparent;
224
+ --btn-shadow: none;
225
+ --btn-hover-shadow: none;
226
+ --btn-hover-lift: 0px;
227
+ --btn-active-shadow: none;
228
+ --btn-primary-active-shadow: var(--shadow-primary);
229
+ --btn-primary-hover-filter: brightness(1.05);
230
+ --btn-secondary-hover-shadow: var(--shadow-tile);
231
+ --btn-secondary-active-shadow: var(--shadow-tile);
232
+ --btn-danger-solid-hover-shadow: 0 8px 18px -8px rgba(255, 122, 112, 0.8);
233
+ --btn-danger-solid-active-shadow: 0 8px 18px -8px rgba(255, 122, 112, 0.8);
234
+ --btn-ok-shadow: none;
235
+ --btn-warn-shadow: none;
216
236
  --btn-h: 42px;
217
237
  --btn-h-sm: 34px;
218
238
  --btn-h-xs: 24px;
@@ -239,6 +259,14 @@
239
259
  --icon-button-inline-ink: #c0bde6;
240
260
  --icon-button-inline-on-bg: rgba(138, 138, 255, 0.1);
241
261
  --icon-button-inline-on-ink: #8a8aff;
262
+ --icon-button-ghost-bg: transparent;
263
+ --icon-button-shadow: none;
264
+ --icon-button-hover-shadow: none;
265
+ --icon-button-hover-lift: 0px;
266
+ --icon-button-active-shadow: none;
267
+ --icon-button-primary-shadow: var(--shadow-primary);
268
+ --icon-button-primary-hover-shadow: var(--shadow-primary);
269
+ --icon-button-primary-active-shadow: var(--shadow-primary);
242
270
  --badge-bg: #2c2e56;
243
271
  --badge-ink: #8a8aff;
244
272
  --badge-attention-bg: #46381a;
@@ -246,19 +274,33 @@
246
274
  --badge-muted-bg: #232445;
247
275
  --badge-muted-ink: #a4a2cc;
248
276
  --badge-outline-border: #3a3c6e;
277
+ --badge-outline-w: 2px;
249
278
  --badge-outline-ink: #a4a2cc;
250
279
  --badge-fs-xs: calc(10px * var(--fs-scale));
280
+ --badge-fill: 100%;
281
+ --badge-border: 0;
282
+ --badge-case: none;
283
+ --badge-tracking: 0px;
284
+ --badge-shadow: none;
251
285
  --chip-bg: #2c2e56;
252
286
  --chip-ink: #8a8aff;
253
287
  --chip-hover-bg: #3a3c6e;
288
+ --chip-fill: 100%;
289
+ --chip-border: 0;
290
+ --chip-shadow: none;
291
+ --chip-hover-shadow: none;
292
+ --chip-hover-lift: 0px;
293
+ --chip-active-shadow: none;
294
+ --chip-active-drop: 0px;
254
295
  --file-card-bg: #0f1020;
255
296
  --file-card-ink: #f4f2ff;
256
- --file-card-head-bg: rgba(32, 33, 66, 0.06);
297
+ --file-card-head-bg: rgba(244, 242, 255, 0.06);
257
298
  --file-card-head-ink: #e8e6ff;
258
299
  --file-card-head-meta: #a9a5d8;
259
300
  --file-card-note-ink: #ff7a70;
260
- --file-card-image-body-bg: rgba(32, 33, 66, 0.04);
301
+ --file-card-image-body-bg: rgba(244, 242, 255, 0.04);
261
302
  --file-card-image-bg: #202142;
303
+ --file-card-shadow: var(--edge);
262
304
  --tool-call-ready-bg: #1a4235;
263
305
  --tool-call-ready-ink: #6ee8b3;
264
306
  --tool-call-error-bg: #401c1e;
@@ -280,6 +322,7 @@
280
322
  --tool-fold-hover-ink: #8a8aff;
281
323
  --tool-fold-failed-ink: #ff7a70;
282
324
  --tool-fold-fs: calc(11px * var(--fs-scale));
325
+ --tool-fold-shadow: none;
283
326
  --ask-card-bg: #46381a;
284
327
  --ask-card-ink: #f1efff;
285
328
  --ask-card-quiet-ink: #a4a2cc;
@@ -288,6 +331,7 @@
288
331
  --ask-card-kind-fs: calc(11px * var(--fs-scale));
289
332
  --ask-card-input-fs: calc(11px * var(--fs-scale));
290
333
  --ask-card-outcome-fs: calc(12px * var(--fs-scale));
334
+ --ask-card-shadow: none;
291
335
  --reply-note-ink: #a4a2cc;
292
336
  --reply-note-bg: #262848;
293
337
  --reply-note-attention-ink: #f5c94f;
@@ -300,6 +344,7 @@
300
344
  --look-card-border: #3a3c6e;
301
345
  --look-card-hover-border: #40437a;
302
346
  --look-card-on-border: #8a8aff;
347
+ --look-card-shadow: none;
303
348
  --choice-bg: #262848;
304
349
  --choice-ink: #c0bde6;
305
350
  --choice-hover-bg: #2c2e56;
@@ -307,6 +352,13 @@
307
352
  --choice-on-border: #8a8aff;
308
353
  --choice-quiet-ink: #a4a2cc;
309
354
  --choice-h: 32px;
355
+ --choice-border: transparent;
356
+ --choice-shadow: none;
357
+ --choice-hover-shadow: none;
358
+ --choice-hover-lift: 0px;
359
+ --choice-active-shadow: none;
360
+ --choice-active-drop: 0px;
361
+ --choice-on-shadow: none;
310
362
  --control-knob: #202142;
311
363
  --control-knob-shadow: 0 1px 3px rgba(241, 239, 255, 0.25);
312
364
  --control-box-bg: #202142;
@@ -318,6 +370,10 @@
318
370
  --room-mark-grad-from: 72% 66%;
319
371
  --room-mark-grad-to: 68% 52%;
320
372
  --room-mark-emoji: 70% 93%;
373
+ --room-mark-shadow: none;
374
+ --room-mark-radius: calc(14px * var(--r-scale));
375
+ --room-mark-radius-lg: calc(16px * var(--r-scale));
376
+ --room-mark-radius-rail: calc(13px * var(--r-scale));
321
377
  --pop-bg: #202142;
322
378
  --pop-shadow: 0 10px 28px -12px rgba(241, 239, 255, 0.45);
323
379
  --pop-arrow-shadow: 3px 3px 4px -3px rgba(241, 239, 255, 0.25);
@@ -382,20 +438,20 @@
382
438
  --code-gutter-ink: #7c78ad;
383
439
  --code-line-mark-ink: #f5c974;
384
440
  --code-line-mark-bg: rgba(245, 201, 116, 0.16);
385
- --code-head-bg: rgba(32, 33, 66, 0.06);
441
+ --code-head-bg: rgba(244, 242, 255, 0.06);
386
442
  --code-head-ink: #e8e6ff;
387
443
  --code-head-meta: #a9a5d8;
388
- --code-head-btn-bg: rgba(32, 33, 66, 0.12);
389
- --code-head-btn-ink: #202142;
390
- --code-body-bg: rgba(32, 33, 66, 0.04);
444
+ --code-head-btn-bg: rgba(244, 242, 255, 0.12);
445
+ --code-head-btn-ink: #f4f2ff;
446
+ --code-body-bg: rgba(244, 242, 255, 0.04);
391
447
  --code-sb-track: rgba(0, 0, 0, 0.25);
392
- --code-sb-thumb: rgba(32, 33, 66, 0.3);
393
- --code-sb-thumb-hover: rgba(32, 33, 66, 0.5);
394
- --code-sb-firefox: rgba(32, 33, 66, 0.35);
448
+ --code-sb-thumb: rgba(244, 242, 255, 0.3);
449
+ --code-sb-thumb-hover: rgba(244, 242, 255, 0.5);
450
+ --code-sb-firefox: rgba(244, 242, 255, 0.35);
395
451
  --code-find-hit-bg: #f5c974;
396
452
  --code-find-hit-ink: #0f1020;
397
- --syntax-comment: #a4a2cc;
398
- --syntax-punctuation: #4a4b70;
453
+ --syntax-comment: #7c78ad;
454
+ --syntax-punctuation: #7c78ad;
399
455
  --syntax-keyword: #b9a7ff;
400
456
  --syntax-string: #8fe3bd;
401
457
  --syntax-number: #f5c974;
@@ -423,6 +479,8 @@
423
479
  --face-avatar-default: #8a8aff;
424
480
  --face-avatar-gloss: #202142;
425
481
  --face-avatar-label-ink: #202142;
482
+ --face-shadow: 0 0 0 0 transparent;
483
+ --face-card-shadow: var(--shadow-pop);
426
484
  --logo-tile-bg: #2c2e56;
427
485
  --logo-tile-ink: #f1efff;
428
486
  --logo-tile-badge-bg: #2c2e56;
@@ -433,11 +491,20 @@
433
491
  --logo-tile-sm: 30px;
434
492
  --logo-tile-md: 36px;
435
493
  --logo-tile-lg: 40px;
494
+ --logo-tile-shadow: var(--shadow-tile);
495
+ --logo-tile-radius: calc(12px * var(--r-scale));
496
+ --logo-tile-radius-sm: calc(10px * var(--r-scale));
497
+ --logo-tile-radius-lg: calc(13px * var(--r-scale));
498
+ --logo-tile-radius-badge: calc(6px * var(--r-scale));
436
499
  --unseen-line-ink: #ff8ac4;
437
500
  --unseen-line-bg: #351a2a;
438
501
  --unseen-line-line: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'><path d='M0 4 Q4 0 8 4 T16 4' fill='none' stroke='%23ff8ac4' stroke-width='1.6'/></svg>") repeat-x center / 16px 8px;
439
502
  --unseen-line-line-h: 8px;
440
503
  --unseen-line-line-opacity: 0.55;
504
+ --unseen-line-label-border: 0;
505
+ --unseen-line-label-case: none;
506
+ --unseen-line-label-tracking: 0px;
507
+ --unseen-line-label-shadow: none;
441
508
  --number-field-step-w: 22px;
442
509
  --number-field-step-ink: #a4a2cc;
443
510
  --number-field-step-hover-bg: #2c2e56;
@@ -450,12 +517,14 @@
450
517
  --adjust-row-back-hover-bg: #2c2e56;
451
518
  --row-button-size: 24px;
452
519
  --row-button-icon: 14px;
453
- --row-button-radius: 8px;
520
+ --row-button-radius: calc(8px * var(--r-scale));
454
521
  --row-button-bg: #232445;
455
522
  --row-button-ink: #a4a2cc;
456
523
  --row-button-hover-bg: #8a8aff;
457
524
  --row-button-hover-ink: #202142;
458
525
  --row-button-disabled-opacity: 0.4;
526
+ --row-button-shadow: none;
527
+ --row-button-active-shadow: none;
459
528
  --hub-row-ink: #a4a2cc;
460
529
  --hub-row-attention-ink: #f5c94f;
461
530
  --hub-row-error-ink: #ff7a70;
@@ -463,6 +532,9 @@
463
532
  --hub-row-action-ink: #6ee8b3;
464
533
  --hub-row-action-hover-bg: #205241;
465
534
  --hub-row-face-size: 18px;
535
+ --hub-row-prefix: none;
536
+ --hub-row-prefix-gap: 0px;
537
+ --hub-row-action-shadow: var(--edge);
466
538
  --hero-ink: #202142;
467
539
  --hero-bg: linear-gradient(120deg, #9c9cff 0%, #8a8aff 45%, #b39cff 100%);
468
540
  --hero-shadow: 0 18px 40px -22px rgba(138, 138, 255, 0.9);
@@ -482,6 +554,11 @@
482
554
  --hero-spark: #ffd166;
483
555
  --feature-emoji-bg: rgba(32, 33, 66, 0.8);
484
556
  --feature-peach-bg: #4a3020;
557
+ --feature-shadow: var(--edge);
558
+ --composer-shadow: none;
559
+ --composer-bg: transparent;
560
+ --composer-radius: 0px;
561
+ --composer-pad-x: 0px;
485
562
  --step-bg: #202142;
486
563
  --step-num-ink: #202142;
487
564
  --tpl-shadow: 0 1px 3px rgba(241, 239, 255, 0.06);
@@ -631,6 +708,7 @@
631
708
  --shadow: 0 2px 0 rgba(31, 30, 29, 0.04);
632
709
  --bevel: none;
633
710
  --shadow-room: 0px;
711
+ --bevel-pressed: none;
634
712
  --grad-canvas: #f0eee6;
635
713
  --canvas-pattern: none;
636
714
  --canvas-pattern-size: 0 0;
@@ -639,6 +717,7 @@
639
717
  --sb-thumb: rgba(217, 119, 87, 0.22);
640
718
  --sb-thumb-hover: rgba(217, 119, 87, 0.45);
641
719
  --r-scale: 1;
720
+ --r-ctl-min: 0px;
642
721
  --r-xs: calc(8px * var(--r-scale));
643
722
  --r-sm: calc(12px * var(--r-scale));
644
723
  --r-md: calc(14px * var(--r-scale));
@@ -672,6 +751,7 @@
672
751
  --btn-hover-ink: #c4633f;
673
752
  --btn-on-primary: #ffffff;
674
753
  --btn-secondary-bg: #ffffff;
754
+ --btn-secondary-hover-bg: #ffffff;
675
755
  --btn-soft-bg: #ebe7db;
676
756
  --btn-soft-hover-bg: #dfd9c8;
677
757
  --btn-ghost-ink: #8a8577;
@@ -687,8 +767,8 @@
687
767
  --btn-spinner-track-quiet: #dfd9c8;
688
768
  --btn-spinner-head-quiet: #d97757;
689
769
  --btn-disabled-opacity: 0.45;
690
- --btn-dark-bg: rgba(255, 255, 255, 0.12);
691
- --btn-dark-ink: #ffffff;
770
+ --btn-dark-bg: rgba(245, 241, 232, 0.12);
771
+ --btn-dark-ink: #f5f1e8;
692
772
  --btn-dark-hover-bg: #d97757;
693
773
  --btn-warn-ink: #9a6b0f;
694
774
  --btn-warn-hover-bg: #fbeecf;
@@ -702,6 +782,23 @@
702
782
  --btn-paper-bg: #ffffff;
703
783
  --btn-paper-ink: #5e5a4f;
704
784
  --btn-paper-hover-bg: #f7f5ef;
785
+ --btn-border: 0;
786
+ --btn-case: none;
787
+ --btn-tracking: 0px;
788
+ --btn-link-underline: none;
789
+ --btn-ghost-bg: transparent;
790
+ --btn-shadow: none;
791
+ --btn-hover-shadow: none;
792
+ --btn-hover-lift: 0px;
793
+ --btn-active-shadow: none;
794
+ --btn-primary-active-shadow: var(--shadow-primary);
795
+ --btn-primary-hover-filter: brightness(1.05);
796
+ --btn-secondary-hover-shadow: var(--shadow-tile);
797
+ --btn-secondary-active-shadow: var(--shadow-tile);
798
+ --btn-danger-solid-hover-shadow: 0 8px 18px -8px rgba(194, 77, 67, 0.8);
799
+ --btn-danger-solid-active-shadow: 0 8px 18px -8px rgba(194, 77, 67, 0.8);
800
+ --btn-ok-shadow: none;
801
+ --btn-warn-shadow: none;
705
802
  --btn-h: 42px;
706
803
  --btn-h-sm: 34px;
707
804
  --btn-h-xs: 24px;
@@ -728,6 +825,14 @@
728
825
  --icon-button-inline-ink: #5e5a4f;
729
826
  --icon-button-inline-on-bg: rgba(217, 119, 87, 0.1);
730
827
  --icon-button-inline-on-ink: #d97757;
828
+ --icon-button-ghost-bg: transparent;
829
+ --icon-button-shadow: none;
830
+ --icon-button-hover-shadow: none;
831
+ --icon-button-hover-lift: 0px;
832
+ --icon-button-active-shadow: none;
833
+ --icon-button-primary-shadow: var(--shadow-primary);
834
+ --icon-button-primary-hover-shadow: var(--shadow-primary);
835
+ --icon-button-primary-active-shadow: var(--shadow-primary);
731
836
  --badge-bg: #ebe7db;
732
837
  --badge-ink: #c4633f;
733
838
  --badge-attention-bg: #fbeecf;
@@ -735,19 +840,33 @@
735
840
  --badge-muted-bg: #f3f0e8;
736
841
  --badge-muted-ink: #8a8577;
737
842
  --badge-outline-border: #dfd9c8;
843
+ --badge-outline-w: 2px;
738
844
  --badge-outline-ink: #8a8577;
739
845
  --badge-fs-xs: calc(10px * var(--fs-scale));
846
+ --badge-fill: 100%;
847
+ --badge-border: 0;
848
+ --badge-case: none;
849
+ --badge-tracking: 0px;
850
+ --badge-shadow: none;
740
851
  --chip-bg: #ebe7db;
741
852
  --chip-ink: #c4633f;
742
853
  --chip-hover-bg: #dfd9c8;
854
+ --chip-fill: 100%;
855
+ --chip-border: 0;
856
+ --chip-shadow: none;
857
+ --chip-hover-shadow: none;
858
+ --chip-hover-lift: 0px;
859
+ --chip-active-shadow: none;
860
+ --chip-active-drop: 0px;
743
861
  --file-card-bg: #2b2622;
744
862
  --file-card-ink: #f5f1e8;
745
- --file-card-head-bg: rgba(255, 255, 255, 0.06);
863
+ --file-card-head-bg: rgba(245, 241, 232, 0.06);
746
864
  --file-card-head-ink: #efe9dc;
747
865
  --file-card-head-meta: #b8b0a0;
748
866
  --file-card-note-ink: #c24d43;
749
- --file-card-image-body-bg: rgba(255, 255, 255, 0.04);
867
+ --file-card-image-body-bg: rgba(245, 241, 232, 0.04);
750
868
  --file-card-image-bg: #ffffff;
869
+ --file-card-shadow: var(--edge);
751
870
  --tool-call-ready-bg: #dff0e1;
752
871
  --tool-call-ready-ink: #2f7a4f;
753
872
  --tool-call-error-bg: #f9e3df;
@@ -769,6 +888,7 @@
769
888
  --tool-fold-hover-ink: #c4633f;
770
889
  --tool-fold-failed-ink: #c24d43;
771
890
  --tool-fold-fs: calc(11px * var(--fs-scale));
891
+ --tool-fold-shadow: none;
772
892
  --ask-card-bg: #fbeecf;
773
893
  --ask-card-ink: #1f1e1d;
774
894
  --ask-card-quiet-ink: #8a8577;
@@ -777,6 +897,7 @@
777
897
  --ask-card-kind-fs: calc(11px * var(--fs-scale));
778
898
  --ask-card-input-fs: calc(11px * var(--fs-scale));
779
899
  --ask-card-outcome-fs: calc(12px * var(--fs-scale));
900
+ --ask-card-shadow: none;
780
901
  --reply-note-ink: #8a8577;
781
902
  --reply-note-bg: #f7f5ef;
782
903
  --reply-note-attention-ink: #9a6b0f;
@@ -789,6 +910,7 @@
789
910
  --look-card-border: #dfd9c8;
790
911
  --look-card-hover-border: #bdb7d6;
791
912
  --look-card-on-border: #d97757;
913
+ --look-card-shadow: none;
792
914
  --choice-bg: #f7f5ef;
793
915
  --choice-ink: #5e5a4f;
794
916
  --choice-hover-bg: #ebe7db;
@@ -796,6 +918,13 @@
796
918
  --choice-on-border: #d97757;
797
919
  --choice-quiet-ink: #8a8577;
798
920
  --choice-h: 32px;
921
+ --choice-border: transparent;
922
+ --choice-shadow: none;
923
+ --choice-hover-shadow: none;
924
+ --choice-hover-lift: 0px;
925
+ --choice-active-shadow: none;
926
+ --choice-active-drop: 0px;
927
+ --choice-on-shadow: none;
799
928
  --control-knob: #ffffff;
800
929
  --control-knob-shadow: 0 1px 3px rgba(31, 30, 29, 0.25);
801
930
  --control-box-bg: #ffffff;
@@ -807,6 +936,10 @@
807
936
  --room-mark-grad-from: 72% 66%;
808
937
  --room-mark-grad-to: 68% 52%;
809
938
  --room-mark-emoji: 70% 93%;
939
+ --room-mark-shadow: none;
940
+ --room-mark-radius: calc(14px * var(--r-scale));
941
+ --room-mark-radius-lg: calc(16px * var(--r-scale));
942
+ --room-mark-radius-rail: calc(13px * var(--r-scale));
810
943
  --pop-bg: #ffffff;
811
944
  --pop-shadow: 0 10px 28px -12px rgba(31, 30, 29, 0.45);
812
945
  --pop-arrow-shadow: 3px 3px 4px -3px rgba(31, 30, 29, 0.25);
@@ -871,19 +1004,19 @@
871
1004
  --code-gutter-ink: #8c8477;
872
1005
  --code-line-mark-ink: #f2cc8f;
873
1006
  --code-line-mark-bg: rgba(242, 204, 143, 0.16);
874
- --code-head-bg: rgba(255, 255, 255, 0.06);
1007
+ --code-head-bg: rgba(245, 241, 232, 0.06);
875
1008
  --code-head-ink: #efe9dc;
876
1009
  --code-head-meta: #b8b0a0;
877
- --code-head-btn-bg: rgba(255, 255, 255, 0.12);
878
- --code-head-btn-ink: #ffffff;
879
- --code-body-bg: rgba(255, 255, 255, 0.04);
1010
+ --code-head-btn-bg: rgba(245, 241, 232, 0.12);
1011
+ --code-head-btn-ink: #f5f1e8;
1012
+ --code-body-bg: rgba(245, 241, 232, 0.04);
880
1013
  --code-sb-track: rgba(0, 0, 0, 0.25);
881
- --code-sb-thumb: rgba(255, 255, 255, 0.3);
882
- --code-sb-thumb-hover: rgba(255, 255, 255, 0.5);
883
- --code-sb-firefox: rgba(255, 255, 255, 0.35);
1014
+ --code-sb-thumb: rgba(245, 241, 232, 0.3);
1015
+ --code-sb-thumb-hover: rgba(245, 241, 232, 0.5);
1016
+ --code-sb-firefox: rgba(245, 241, 232, 0.35);
884
1017
  --code-find-hit-bg: #f2cc8f;
885
1018
  --code-find-hit-ink: #2b2622;
886
- --syntax-comment: #8a8577;
1019
+ --syntax-comment: #8c8477;
887
1020
  --syntax-punctuation: #cfc8b8;
888
1021
  --syntax-keyword: #c3b1ff;
889
1022
  --syntax-string: #9ad8b6;
@@ -912,6 +1045,8 @@
912
1045
  --face-avatar-default: #d97757;
913
1046
  --face-avatar-gloss: #ffffff;
914
1047
  --face-avatar-label-ink: #ffffff;
1048
+ --face-shadow: 0 0 0 0 transparent;
1049
+ --face-card-shadow: var(--shadow-pop);
915
1050
  --logo-tile-bg: #ffffff;
916
1051
  --logo-tile-ink: #2a2622;
917
1052
  --logo-tile-badge-bg: #ffffff;
@@ -922,11 +1057,20 @@
922
1057
  --logo-tile-sm: 30px;
923
1058
  --logo-tile-md: 36px;
924
1059
  --logo-tile-lg: 40px;
1060
+ --logo-tile-shadow: var(--shadow-tile);
1061
+ --logo-tile-radius: calc(12px * var(--r-scale));
1062
+ --logo-tile-radius-sm: calc(10px * var(--r-scale));
1063
+ --logo-tile-radius-lg: calc(13px * var(--r-scale));
1064
+ --logo-tile-radius-badge: calc(6px * var(--r-scale));
925
1065
  --unseen-line-ink: #b0356f;
926
1066
  --unseen-line-bg: #fbeef3;
927
1067
  --unseen-line-line: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'><path d='M0 4 Q4 0 8 4 T16 4' fill='none' stroke='%23b0356f' stroke-width='1.6'/></svg>") repeat-x center / 16px 8px;
928
1068
  --unseen-line-line-h: 8px;
929
1069
  --unseen-line-line-opacity: 0.55;
1070
+ --unseen-line-label-border: 0;
1071
+ --unseen-line-label-case: none;
1072
+ --unseen-line-label-tracking: 0px;
1073
+ --unseen-line-label-shadow: none;
930
1074
  --number-field-step-w: 22px;
931
1075
  --number-field-step-ink: #8a8577;
932
1076
  --number-field-step-hover-bg: #ebe7db;
@@ -939,12 +1083,14 @@
939
1083
  --adjust-row-back-hover-bg: #ebe7db;
940
1084
  --row-button-size: 24px;
941
1085
  --row-button-icon: 14px;
942
- --row-button-radius: 8px;
1086
+ --row-button-radius: calc(8px * var(--r-scale));
943
1087
  --row-button-bg: #f3f0e8;
944
1088
  --row-button-ink: #8a8577;
945
1089
  --row-button-hover-bg: #d97757;
946
1090
  --row-button-hover-ink: #ffffff;
947
1091
  --row-button-disabled-opacity: 0.4;
1092
+ --row-button-shadow: none;
1093
+ --row-button-active-shadow: none;
948
1094
  --hub-row-ink: #8a8577;
949
1095
  --hub-row-attention-ink: #9a6b0f;
950
1096
  --hub-row-error-ink: #c24d43;
@@ -952,6 +1098,9 @@
952
1098
  --hub-row-action-ink: #2f7a4f;
953
1099
  --hub-row-action-hover-bg: #cfe6d2;
954
1100
  --hub-row-face-size: 18px;
1101
+ --hub-row-prefix: none;
1102
+ --hub-row-prefix-gap: 0px;
1103
+ --hub-row-action-shadow: var(--edge);
955
1104
  --hero-ink: #ffffff;
956
1105
  --hero-bg: linear-gradient(120deg, #e08a6d 0%, #d97757 45%, #9d76c4 100%);
957
1106
  --hero-shadow: 0 18px 40px -22px rgba(217, 119, 87, 0.9);
@@ -971,6 +1120,11 @@
971
1120
  --hero-spark: #f0c96b;
972
1121
  --feature-emoji-bg: rgba(255, 255, 255, 0.8);
973
1122
  --feature-peach-bg: #f8d9c4;
1123
+ --feature-shadow: var(--edge);
1124
+ --composer-shadow: none;
1125
+ --composer-bg: transparent;
1126
+ --composer-radius: 0px;
1127
+ --composer-pad-x: 0px;
974
1128
  --step-bg: #ffffff;
975
1129
  --step-num-ink: #ffffff;
976
1130
  --tpl-shadow: 0 1px 3px rgba(31, 30, 29, 0.06);
@@ -1045,7 +1199,7 @@
1045
1199
  --deep-muted: #7a7468;
1046
1200
  --deep-head: #3a3833;
1047
1201
  --deep-meta: #6f6b62;
1048
- --lav-grey: #c9c2b3;
1202
+ --lav-grey: #7a7468;
1049
1203
  --lilac: #5b4a9a;
1050
1204
  --seafoam: #1f6e5a;
1051
1205
  --azure: #2a5d8f;
@@ -1120,6 +1274,7 @@
1120
1274
  --shadow: 0 2px 0 rgba(43, 42, 39, 0.04);
1121
1275
  --bevel: none;
1122
1276
  --shadow-room: 0px;
1277
+ --bevel-pressed: none;
1123
1278
  --grad-canvas: #efe9dd;
1124
1279
  --canvas-pattern: none;
1125
1280
  --canvas-pattern-size: 0 0;
@@ -1128,6 +1283,7 @@
1128
1283
  --sb-thumb: rgba(47, 111, 104, 0.22);
1129
1284
  --sb-thumb-hover: rgba(47, 111, 104, 0.45);
1130
1285
  --r-scale: 1;
1286
+ --r-ctl-min: 0px;
1131
1287
  --r-xs: calc(8px * var(--r-scale));
1132
1288
  --r-sm: calc(12px * var(--r-scale));
1133
1289
  --r-md: calc(14px * var(--r-scale));
@@ -1161,6 +1317,7 @@
1161
1317
  --btn-hover-ink: #2f6f68;
1162
1318
  --btn-on-primary: #f9f6ef;
1163
1319
  --btn-secondary-bg: #f9f6ef;
1320
+ --btn-secondary-hover-bg: #f9f6ef;
1164
1321
  --btn-soft-bg: #e8e1d3;
1165
1322
  --btn-soft-hover-bg: #dcd3c2;
1166
1323
  --btn-ghost-ink: #6f6b62;
@@ -1176,9 +1333,9 @@
1176
1333
  --btn-spinner-track-quiet: #dcd3c2;
1177
1334
  --btn-spinner-head-quiet: #2f6f68;
1178
1335
  --btn-disabled-opacity: 0.45;
1179
- --btn-dark-bg: rgba(249, 246, 239, 0.12);
1180
- --btn-dark-ink: #f9f6ef;
1181
- --btn-dark-hover-bg: #2f6f68;
1336
+ --btn-dark-bg: rgba(43, 42, 39, 0.12);
1337
+ --btn-dark-ink: #2b2a27;
1338
+ --btn-dark-hover-bg: #dcd3c2;
1182
1339
  --btn-warn-ink: #7d5f12;
1183
1340
  --btn-warn-hover-bg: #f4e9cf;
1184
1341
  --btn-inverse-bg: rgba(249, 246, 239, 0.92);
@@ -1191,6 +1348,23 @@
1191
1348
  --btn-paper-bg: #f9f6ef;
1192
1349
  --btn-paper-ink: #5a574f;
1193
1350
  --btn-paper-hover-bg: #f4efe5;
1351
+ --btn-border: 0;
1352
+ --btn-case: none;
1353
+ --btn-tracking: 0px;
1354
+ --btn-link-underline: none;
1355
+ --btn-ghost-bg: transparent;
1356
+ --btn-shadow: none;
1357
+ --btn-hover-shadow: none;
1358
+ --btn-hover-lift: 0px;
1359
+ --btn-active-shadow: none;
1360
+ --btn-primary-active-shadow: var(--shadow-primary);
1361
+ --btn-primary-hover-filter: brightness(1.05);
1362
+ --btn-secondary-hover-shadow: var(--shadow-tile);
1363
+ --btn-secondary-active-shadow: var(--shadow-tile);
1364
+ --btn-danger-solid-hover-shadow: 0 8px 18px -8px rgba(163, 74, 63, 0.8);
1365
+ --btn-danger-solid-active-shadow: 0 8px 18px -8px rgba(163, 74, 63, 0.8);
1366
+ --btn-ok-shadow: none;
1367
+ --btn-warn-shadow: none;
1194
1368
  --btn-h: 42px;
1195
1369
  --btn-h-sm: 34px;
1196
1370
  --btn-h-xs: 24px;
@@ -1217,6 +1391,14 @@
1217
1391
  --icon-button-inline-ink: #5a574f;
1218
1392
  --icon-button-inline-on-bg: rgba(47, 111, 104, 0.1);
1219
1393
  --icon-button-inline-on-ink: #2f6f68;
1394
+ --icon-button-ghost-bg: transparent;
1395
+ --icon-button-shadow: none;
1396
+ --icon-button-hover-shadow: none;
1397
+ --icon-button-hover-lift: 0px;
1398
+ --icon-button-active-shadow: none;
1399
+ --icon-button-primary-shadow: var(--shadow-primary);
1400
+ --icon-button-primary-hover-shadow: var(--shadow-primary);
1401
+ --icon-button-primary-active-shadow: var(--shadow-primary);
1220
1402
  --badge-bg: #e8e1d3;
1221
1403
  --badge-ink: #2f6f68;
1222
1404
  --badge-attention-bg: #f4e9cf;
@@ -1224,19 +1406,33 @@
1224
1406
  --badge-muted-bg: #f1ebe0;
1225
1407
  --badge-muted-ink: #6f6b62;
1226
1408
  --badge-outline-border: #dcd3c2;
1409
+ --badge-outline-w: 2px;
1227
1410
  --badge-outline-ink: #6f6b62;
1228
1411
  --badge-fs-xs: calc(10px * var(--fs-scale));
1412
+ --badge-fill: 100%;
1413
+ --badge-border: 0;
1414
+ --badge-case: none;
1415
+ --badge-tracking: 0px;
1416
+ --badge-shadow: none;
1229
1417
  --chip-bg: #e8e1d3;
1230
1418
  --chip-ink: #2f6f68;
1231
1419
  --chip-hover-bg: #dcd3c2;
1420
+ --chip-fill: 100%;
1421
+ --chip-border: 0;
1422
+ --chip-shadow: none;
1423
+ --chip-hover-shadow: none;
1424
+ --chip-hover-lift: 0px;
1425
+ --chip-active-shadow: none;
1426
+ --chip-active-drop: 0px;
1232
1427
  --file-card-bg: #e9e3d6;
1233
1428
  --file-card-ink: #2b2a27;
1234
- --file-card-head-bg: rgba(249, 246, 239, 0.06);
1429
+ --file-card-head-bg: rgba(43, 42, 39, 0.06);
1235
1430
  --file-card-head-ink: #3a3833;
1236
1431
  --file-card-head-meta: #6f6b62;
1237
1432
  --file-card-note-ink: #a34a3f;
1238
- --file-card-image-body-bg: rgba(249, 246, 239, 0.04);
1433
+ --file-card-image-body-bg: rgba(43, 42, 39, 0.04);
1239
1434
  --file-card-image-bg: #f9f6ef;
1435
+ --file-card-shadow: var(--edge);
1240
1436
  --tool-call-ready-bg: #e0ebe2;
1241
1437
  --tool-call-ready-ink: #2f6b4f;
1242
1438
  --tool-call-error-bg: #f2e0dc;
@@ -1258,6 +1454,7 @@
1258
1454
  --tool-fold-hover-ink: #2f6f68;
1259
1455
  --tool-fold-failed-ink: #a34a3f;
1260
1456
  --tool-fold-fs: calc(11px * var(--fs-scale));
1457
+ --tool-fold-shadow: none;
1261
1458
  --ask-card-bg: #f4e9cf;
1262
1459
  --ask-card-ink: #2b2a27;
1263
1460
  --ask-card-quiet-ink: #6f6b62;
@@ -1266,6 +1463,7 @@
1266
1463
  --ask-card-kind-fs: calc(11px * var(--fs-scale));
1267
1464
  --ask-card-input-fs: calc(11px * var(--fs-scale));
1268
1465
  --ask-card-outcome-fs: calc(12px * var(--fs-scale));
1466
+ --ask-card-shadow: none;
1269
1467
  --reply-note-ink: #6f6b62;
1270
1468
  --reply-note-bg: #f4efe5;
1271
1469
  --reply-note-attention-ink: #7d5f12;
@@ -1278,6 +1476,7 @@
1278
1476
  --look-card-border: #dcd3c2;
1279
1477
  --look-card-hover-border: #b9bdd0;
1280
1478
  --look-card-on-border: #2f6f68;
1479
+ --look-card-shadow: none;
1281
1480
  --choice-bg: #f4efe5;
1282
1481
  --choice-ink: #5a574f;
1283
1482
  --choice-hover-bg: #e8e1d3;
@@ -1285,6 +1484,13 @@
1285
1484
  --choice-on-border: #2f6f68;
1286
1485
  --choice-quiet-ink: #6f6b62;
1287
1486
  --choice-h: 32px;
1487
+ --choice-border: transparent;
1488
+ --choice-shadow: none;
1489
+ --choice-hover-shadow: none;
1490
+ --choice-hover-lift: 0px;
1491
+ --choice-active-shadow: none;
1492
+ --choice-active-drop: 0px;
1493
+ --choice-on-shadow: none;
1288
1494
  --control-knob: #f9f6ef;
1289
1495
  --control-knob-shadow: 0 1px 3px rgba(43, 42, 39, 0.25);
1290
1496
  --control-box-bg: #f9f6ef;
@@ -1296,6 +1502,10 @@
1296
1502
  --room-mark-grad-from: 72% 66%;
1297
1503
  --room-mark-grad-to: 68% 52%;
1298
1504
  --room-mark-emoji: 70% 93%;
1505
+ --room-mark-shadow: none;
1506
+ --room-mark-radius: calc(14px * var(--r-scale));
1507
+ --room-mark-radius-lg: calc(16px * var(--r-scale));
1508
+ --room-mark-radius-rail: calc(13px * var(--r-scale));
1299
1509
  --pop-bg: #f9f6ef;
1300
1510
  --pop-shadow: 0 10px 28px -12px rgba(43, 42, 39, 0.45);
1301
1511
  --pop-arrow-shadow: 3px 3px 4px -3px rgba(43, 42, 39, 0.25);
@@ -1368,12 +1578,12 @@
1368
1578
  --code-body-bg: rgba(43, 42, 39, 0.02);
1369
1579
  --code-sb-track: rgba(43, 42, 39, 0.06);
1370
1580
  --code-sb-thumb: rgba(43, 42, 39, 0.3);
1371
- --code-sb-thumb-hover: rgba(249, 246, 239, 0.5);
1372
- --code-sb-firefox: rgba(249, 246, 239, 0.35);
1581
+ --code-sb-thumb-hover: rgba(43, 42, 39, 0.5);
1582
+ --code-sb-firefox: rgba(43, 42, 39, 0.35);
1373
1583
  --code-find-hit-bg: #7d5f12;
1374
1584
  --code-find-hit-ink: #e9e3d6;
1375
- --syntax-comment: #6f6b62;
1376
- --syntax-punctuation: #c9c2b3;
1585
+ --syntax-comment: #7a7468;
1586
+ --syntax-punctuation: #7a7468;
1377
1587
  --syntax-keyword: #5b4a9a;
1378
1588
  --syntax-string: #1f6e5a;
1379
1589
  --syntax-number: #7d5f12;
@@ -1401,6 +1611,8 @@
1401
1611
  --face-avatar-default: #2f6f68;
1402
1612
  --face-avatar-gloss: #f9f6ef;
1403
1613
  --face-avatar-label-ink: #f9f6ef;
1614
+ --face-shadow: 0 0 0 0 transparent;
1615
+ --face-card-shadow: var(--shadow-pop);
1404
1616
  --logo-tile-bg: #f9f6ef;
1405
1617
  --logo-tile-ink: #2b2a27;
1406
1618
  --logo-tile-badge-bg: #f9f6ef;
@@ -1411,11 +1623,20 @@
1411
1623
  --logo-tile-sm: 30px;
1412
1624
  --logo-tile-md: 36px;
1413
1625
  --logo-tile-lg: 40px;
1626
+ --logo-tile-shadow: var(--shadow-tile);
1627
+ --logo-tile-radius: calc(12px * var(--r-scale));
1628
+ --logo-tile-radius-sm: calc(10px * var(--r-scale));
1629
+ --logo-tile-radius-lg: calc(13px * var(--r-scale));
1630
+ --logo-tile-radius-badge: calc(6px * var(--r-scale));
1414
1631
  --unseen-line-ink: #8f3d6a;
1415
1632
  --unseen-line-bg: #f2e3ea;
1416
1633
  --unseen-line-line: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'><path d='M0 4 Q4 0 8 4 T16 4' fill='none' stroke='%238f3d6a' stroke-width='1.6'/></svg>") repeat-x center / 16px 8px;
1417
1634
  --unseen-line-line-h: 8px;
1418
1635
  --unseen-line-line-opacity: 0.55;
1636
+ --unseen-line-label-border: 0;
1637
+ --unseen-line-label-case: none;
1638
+ --unseen-line-label-tracking: 0px;
1639
+ --unseen-line-label-shadow: none;
1419
1640
  --number-field-step-w: 22px;
1420
1641
  --number-field-step-ink: #6f6b62;
1421
1642
  --number-field-step-hover-bg: #e8e1d3;
@@ -1428,12 +1649,14 @@
1428
1649
  --adjust-row-back-hover-bg: #e8e1d3;
1429
1650
  --row-button-size: 24px;
1430
1651
  --row-button-icon: 14px;
1431
- --row-button-radius: 8px;
1652
+ --row-button-radius: calc(8px * var(--r-scale));
1432
1653
  --row-button-bg: #f1ebe0;
1433
1654
  --row-button-ink: #6f6b62;
1434
1655
  --row-button-hover-bg: #2f6f68;
1435
1656
  --row-button-hover-ink: #f9f6ef;
1436
1657
  --row-button-disabled-opacity: 0.4;
1658
+ --row-button-shadow: none;
1659
+ --row-button-active-shadow: none;
1437
1660
  --hub-row-ink: #6f6b62;
1438
1661
  --hub-row-attention-ink: #7d5f12;
1439
1662
  --hub-row-error-ink: #a34a3f;
@@ -1441,6 +1664,9 @@
1441
1664
  --hub-row-action-ink: #2f6b4f;
1442
1665
  --hub-row-action-hover-bg: #d1e2d5;
1443
1666
  --hub-row-face-size: 18px;
1667
+ --hub-row-prefix: none;
1668
+ --hub-row-prefix-gap: 0px;
1669
+ --hub-row-action-shadow: var(--edge);
1444
1670
  --hero-ink: #f9f6ef;
1445
1671
  --hero-bg: linear-gradient(120deg, #3d7f78 0%, #2f6f68 45%, #5e6b8c 100%);
1446
1672
  --hero-shadow: 0 18px 40px -22px rgba(47, 111, 104, 0.9);
@@ -1460,6 +1686,11 @@
1460
1686
  --hero-spark: #c9a04f;
1461
1687
  --feature-emoji-bg: rgba(249, 246, 239, 0.8);
1462
1688
  --feature-peach-bg: #efdac8;
1689
+ --feature-shadow: var(--edge);
1690
+ --composer-shadow: none;
1691
+ --composer-bg: transparent;
1692
+ --composer-radius: 0px;
1693
+ --composer-pad-x: 0px;
1463
1694
  --step-bg: #f9f6ef;
1464
1695
  --step-num-ink: #f9f6ef;
1465
1696
  --tpl-shadow: 0 1px 3px rgba(43, 42, 39, 0.06);
@@ -1609,6 +1840,7 @@
1609
1840
  --shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.95), inset 1px 0 1px rgba(249, 240, 225, 0.5), inset 0 -4px 5px -2px rgba(122, 85, 64, 0.2), inset -1px 0 2px -1px rgba(122, 85, 64, 0.08), 0 0 0 1px rgba(122, 85, 64, 0.07), 0 1px 2px rgba(122, 85, 64, 0.14), 0 6px 12px -4px rgba(122, 85, 64, 0.3);
1610
1841
  --bevel: linear-gradient(180deg, rgba(249, 240, 225, 0.3) 0%, rgba(249, 240, 225, 0) 45%);
1611
1842
  --shadow-room: 20px;
1843
+ --bevel-pressed: none;
1612
1844
  --grad-canvas: radial-gradient(720px 480px at 100% 100%, rgba(236, 111, 157, 0.14), transparent 70%), radial-gradient(640px 420px at 0% 0%, rgba(180, 162, 230, 0.16), transparent 70%), linear-gradient(165deg, #fbf3e6 0%, #f7ecdd 55%, #f1e5ec 100%);
1613
1845
  --canvas-pattern: none;
1614
1846
  --canvas-pattern-size: 0 0;
@@ -1617,6 +1849,7 @@
1617
1849
  --sb-thumb: rgba(145, 122, 216, 0.22);
1618
1850
  --sb-thumb-hover: rgba(145, 122, 216, 0.45);
1619
1851
  --r-scale: 1.6;
1852
+ --r-ctl-min: var(--r-pill);
1620
1853
  --r-xs: calc(8px * var(--r-scale));
1621
1854
  --r-sm: calc(12px * var(--r-scale));
1622
1855
  --r-md: calc(14px * var(--r-scale));
@@ -1649,8 +1882,9 @@
1649
1882
  --btn-hover-bg: #f1e4d2;
1650
1883
  --btn-hover-ink: #6a54b4;
1651
1884
  --btn-on-primary: #f9f0e1;
1652
- --btn-secondary-bg: #f9f0e1;
1653
- --btn-soft-bg: #f1e4d2;
1885
+ --btn-secondary-bg: #f4e9d8;
1886
+ --btn-secondary-hover-bg: #f9f0e1;
1887
+ --btn-soft-bg: #f4e9d8;
1654
1888
  --btn-soft-hover-bg: #e8d7c1;
1655
1889
  --btn-ghost-ink: #8f7a6e;
1656
1890
  --btn-ghost-hover-bg: #fdf7ec;
@@ -1659,14 +1893,14 @@
1659
1893
  --btn-danger-hover-bg: #f2b3c9;
1660
1894
  --btn-danger-solid-ink: #f9f0e1;
1661
1895
  --btn-danger-solid-hover-bg: #a63c64;
1662
- --btn-danger-solid-shadow: 0 8px 18px -8px rgba(194, 69, 111, 0.8);
1896
+ --btn-danger-solid-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.6), inset 1px 0 1px rgba(249, 240, 225, 0.35), inset 0 -4px 5px -2px rgba(0, 0, 0, 0.16), inset -1px 0 2px -1px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(122, 85, 64, 0.08), 0 1px 2px rgba(122, 85, 64, 0.16), 0 6px 12px -4px rgba(122, 85, 64, 0.32);
1663
1897
  --btn-spinner-track: rgba(249, 240, 225, 0.5);
1664
1898
  --btn-spinner-head: #f9f0e1;
1665
1899
  --btn-spinner-track-quiet: #e8d7c1;
1666
1900
  --btn-spinner-head-quiet: #917ad8;
1667
1901
  --btn-disabled-opacity: 0.45;
1668
- --btn-dark-bg: rgba(249, 240, 225, 0.12);
1669
- --btn-dark-ink: #f9f0e1;
1902
+ --btn-dark-bg: rgba(249, 241, 228, 0.12);
1903
+ --btn-dark-ink: #f9f1e4;
1670
1904
  --btn-dark-hover-bg: #917ad8;
1671
1905
  --btn-warn-ink: #8a6a1c;
1672
1906
  --btn-warn-hover-bg: #fbe4a4;
@@ -1677,9 +1911,26 @@
1677
1911
  --btn-ok-bg: #c9e8c4;
1678
1912
  --btn-ok-ink: #3f7a4a;
1679
1913
  --btn-ok-hover-bg: #b4dfae;
1680
- --btn-paper-bg: #f9f0e1;
1914
+ --btn-paper-bg: #f4e9d8;
1681
1915
  --btn-paper-ink: #8a6f64;
1682
1916
  --btn-paper-hover-bg: #fdf7ec;
1917
+ --btn-border: 0;
1918
+ --btn-case: none;
1919
+ --btn-tracking: 0px;
1920
+ --btn-link-underline: none;
1921
+ --btn-ghost-bg: #f4e9d8;
1922
+ --btn-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.95), inset 1px 0 1px rgba(249, 240, 225, 0.5), inset 0 -4px 5px -2px rgba(122, 85, 64, 0.2), inset -1px 0 2px -1px rgba(122, 85, 64, 0.08), 0 0 0 1px rgba(122, 85, 64, 0.07), 0 1px 2px rgba(122, 85, 64, 0.14), 0 6px 12px -4px rgba(122, 85, 64, 0.3);
1923
+ --btn-hover-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.95), inset 1px 0 1px rgba(249, 240, 225, 0.5), inset 0 -4px 5px -2px rgba(122, 85, 64, 0.2), inset -1px 0 2px -1px rgba(122, 85, 64, 0.08), 0 0 0 1px rgba(122, 85, 64, 0.07), 0 2px 4px rgba(122, 85, 64, 0.16), 0 10px 18px -5px rgba(122, 85, 64, 0.34);
1924
+ --btn-hover-lift: -1px;
1925
+ --btn-active-shadow: inset 0 3px 6px rgba(122, 85, 64, 0.18), inset 0 -1px 2px rgba(249, 240, 225, 0.8);
1926
+ --btn-primary-active-shadow: inset 0 3px 6px rgba(122, 85, 64, 0.18), inset 0 -1px 2px rgba(249, 240, 225, 0.8);
1927
+ --btn-primary-hover-filter: none;
1928
+ --btn-secondary-hover-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.95), inset 1px 0 1px rgba(249, 240, 225, 0.5), inset 0 -4px 5px -2px rgba(122, 85, 64, 0.2), inset -1px 0 2px -1px rgba(122, 85, 64, 0.08), 0 0 0 1px rgba(122, 85, 64, 0.07), 0 2px 4px rgba(122, 85, 64, 0.16), 0 10px 18px -5px rgba(122, 85, 64, 0.34);
1929
+ --btn-secondary-active-shadow: inset 0 3px 6px rgba(122, 85, 64, 0.18), inset 0 -1px 2px rgba(249, 240, 225, 0.8);
1930
+ --btn-danger-solid-hover-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.95), inset 1px 0 1px rgba(249, 240, 225, 0.5), inset 0 -4px 5px -2px rgba(122, 85, 64, 0.2), inset -1px 0 2px -1px rgba(122, 85, 64, 0.08), 0 0 0 1px rgba(122, 85, 64, 0.07), 0 2px 4px rgba(122, 85, 64, 0.16), 0 10px 18px -5px rgba(122, 85, 64, 0.34);
1931
+ --btn-danger-solid-active-shadow: inset 0 3px 6px rgba(122, 85, 64, 0.18), inset 0 -1px 2px rgba(249, 240, 225, 0.8);
1932
+ --btn-ok-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.6), inset 1px 0 1px rgba(249, 240, 225, 0.35), inset 0 -4px 5px -2px rgba(0, 0, 0, 0.16), inset -1px 0 2px -1px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(122, 85, 64, 0.08), 0 1px 2px rgba(122, 85, 64, 0.16), 0 6px 12px -4px rgba(122, 85, 64, 0.32);
1933
+ --btn-warn-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.6), inset 1px 0 1px rgba(249, 240, 225, 0.35), inset 0 -4px 5px -2px rgba(0, 0, 0, 0.16), inset -1px 0 2px -1px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(122, 85, 64, 0.08), 0 1px 2px rgba(122, 85, 64, 0.16), 0 6px 12px -4px rgba(122, 85, 64, 0.32);
1683
1934
  --btn-h: 42px;
1684
1935
  --btn-h-sm: 34px;
1685
1936
  --btn-h-xs: 24px;
@@ -1700,12 +1951,20 @@
1700
1951
  --icon-button-size-xs: 18px;
1701
1952
  --icon-button-icon-xs: 12px;
1702
1953
  --icon-button-size-primary: 44px;
1703
- --icon-button-ghost-ink: #b3a094;
1954
+ --icon-button-ghost-ink: #8f7a6e;
1704
1955
  --icon-button-hover-bg-strong: #917ad8;
1705
1956
  --icon-button-inline-bg: #e8d7c1;
1706
1957
  --icon-button-inline-ink: #8a6f64;
1707
1958
  --icon-button-inline-on-bg: rgba(145, 122, 216, 0.1);
1708
1959
  --icon-button-inline-on-ink: #917ad8;
1960
+ --icon-button-ghost-bg: #f4e9d8;
1961
+ --icon-button-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.95), inset 1px 0 1px rgba(249, 240, 225, 0.5), inset 0 -4px 5px -2px rgba(122, 85, 64, 0.2), inset -1px 0 2px -1px rgba(122, 85, 64, 0.08), 0 0 0 1px rgba(122, 85, 64, 0.07), 0 1px 2px rgba(122, 85, 64, 0.14), 0 6px 12px -4px rgba(122, 85, 64, 0.3);
1962
+ --icon-button-hover-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.95), inset 1px 0 1px rgba(249, 240, 225, 0.5), inset 0 -4px 5px -2px rgba(122, 85, 64, 0.2), inset -1px 0 2px -1px rgba(122, 85, 64, 0.08), 0 0 0 1px rgba(122, 85, 64, 0.07), 0 2px 4px rgba(122, 85, 64, 0.16), 0 10px 18px -5px rgba(122, 85, 64, 0.34);
1963
+ --icon-button-hover-lift: -1px;
1964
+ --icon-button-active-shadow: inset 0 3px 6px rgba(122, 85, 64, 0.18), inset 0 -1px 2px rgba(249, 240, 225, 0.8);
1965
+ --icon-button-primary-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.95), inset 1px 0 1px rgba(249, 240, 225, 0.5), inset 0 -4px 5px -2px rgba(122, 85, 64, 0.2), inset -1px 0 2px -1px rgba(122, 85, 64, 0.08), 0 0 0 1px rgba(122, 85, 64, 0.07), 0 1px 2px rgba(122, 85, 64, 0.14), 0 6px 12px -4px rgba(122, 85, 64, 0.3);
1966
+ --icon-button-primary-hover-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.95), inset 1px 0 1px rgba(249, 240, 225, 0.5), inset 0 -4px 5px -2px rgba(122, 85, 64, 0.2), inset -1px 0 2px -1px rgba(122, 85, 64, 0.08), 0 0 0 1px rgba(122, 85, 64, 0.07), 0 2px 4px rgba(122, 85, 64, 0.16), 0 10px 18px -5px rgba(122, 85, 64, 0.34);
1967
+ --icon-button-primary-active-shadow: inset 0 3px 6px rgba(122, 85, 64, 0.18), inset 0 -1px 2px rgba(249, 240, 225, 0.8);
1709
1968
  --badge-bg: #f1e4d2;
1710
1969
  --badge-ink: #6a54b4;
1711
1970
  --badge-attention-bg: #fbe4a4;
@@ -1713,19 +1972,33 @@
1713
1972
  --badge-muted-bg: #f4e9d8;
1714
1973
  --badge-muted-ink: #8f7a6e;
1715
1974
  --badge-outline-border: #e8d7c1;
1975
+ --badge-outline-w: 2px;
1716
1976
  --badge-outline-ink: #8f7a6e;
1717
1977
  --badge-fs-xs: calc(10px * var(--fs-scale));
1978
+ --badge-fill: 100%;
1979
+ --badge-border: 0;
1980
+ --badge-case: none;
1981
+ --badge-tracking: 0px;
1982
+ --badge-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.6), inset 1px 0 1px rgba(249, 240, 225, 0.35), inset 0 -4px 5px -2px rgba(0, 0, 0, 0.16), inset -1px 0 2px -1px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(122, 85, 64, 0.08), 0 1px 2px rgba(122, 85, 64, 0.16), 0 6px 12px -4px rgba(122, 85, 64, 0.32);
1718
1983
  --chip-bg: #f1e4d2;
1719
1984
  --chip-ink: #6a54b4;
1720
1985
  --chip-hover-bg: #e8d7c1;
1986
+ --chip-fill: 100%;
1987
+ --chip-border: 0;
1988
+ --chip-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.6), inset 1px 0 1px rgba(249, 240, 225, 0.35), inset 0 -4px 5px -2px rgba(0, 0, 0, 0.16), inset -1px 0 2px -1px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(122, 85, 64, 0.08), 0 1px 2px rgba(122, 85, 64, 0.16), 0 6px 12px -4px rgba(122, 85, 64, 0.32);
1989
+ --chip-hover-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.95), inset 1px 0 1px rgba(249, 240, 225, 0.5), inset 0 -4px 5px -2px rgba(122, 85, 64, 0.2), inset -1px 0 2px -1px rgba(122, 85, 64, 0.08), 0 0 0 1px rgba(122, 85, 64, 0.07), 0 2px 4px rgba(122, 85, 64, 0.16), 0 10px 18px -5px rgba(122, 85, 64, 0.34);
1990
+ --chip-hover-lift: -1px;
1991
+ --chip-active-shadow: inset 0 3px 6px rgba(122, 85, 64, 0.18), inset 0 -1px 2px rgba(249, 240, 225, 0.8);
1992
+ --chip-active-drop: 1px;
1721
1993
  --file-card-bg: #4a352e;
1722
1994
  --file-card-ink: #f9f1e4;
1723
- --file-card-head-bg: rgba(249, 240, 225, 0.06);
1995
+ --file-card-head-bg: rgba(249, 241, 228, 0.06);
1724
1996
  --file-card-head-ink: #f0e4d4;
1725
1997
  --file-card-head-meta: #c2ada0;
1726
1998
  --file-card-note-ink: #c2456f;
1727
- --file-card-image-body-bg: rgba(249, 240, 225, 0.04);
1999
+ --file-card-image-body-bg: rgba(249, 241, 228, 0.04);
1728
2000
  --file-card-image-bg: #f9f0e1;
2001
+ --file-card-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.95), inset 1px 0 1px rgba(249, 240, 225, 0.5), inset 0 -4px 5px -2px rgba(122, 85, 64, 0.2), inset -1px 0 2px -1px rgba(122, 85, 64, 0.08), 0 0 0 1px rgba(122, 85, 64, 0.07), 0 1px 2px rgba(122, 85, 64, 0.14), 0 6px 12px -4px rgba(122, 85, 64, 0.3);
1729
2002
  --tool-call-ready-bg: #c9e8c4;
1730
2003
  --tool-call-ready-ink: #3f7a4a;
1731
2004
  --tool-call-error-bg: #f7c9d8;
@@ -1747,6 +2020,7 @@
1747
2020
  --tool-fold-hover-ink: #6a54b4;
1748
2021
  --tool-fold-failed-ink: #c2456f;
1749
2022
  --tool-fold-fs: calc(11px * var(--fs-scale));
2023
+ --tool-fold-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.95), inset 1px 0 1px rgba(249, 240, 225, 0.5), inset 0 -4px 5px -2px rgba(122, 85, 64, 0.2), inset -1px 0 2px -1px rgba(122, 85, 64, 0.08), 0 0 0 1px rgba(122, 85, 64, 0.07), 0 1px 2px rgba(122, 85, 64, 0.14), 0 6px 12px -4px rgba(122, 85, 64, 0.3);
1750
2024
  --ask-card-bg: #fbe4a4;
1751
2025
  --ask-card-ink: #5a3e36;
1752
2026
  --ask-card-quiet-ink: #8f7a6e;
@@ -1755,6 +2029,7 @@
1755
2029
  --ask-card-kind-fs: calc(11px * var(--fs-scale));
1756
2030
  --ask-card-input-fs: calc(11px * var(--fs-scale));
1757
2031
  --ask-card-outcome-fs: calc(12px * var(--fs-scale));
2032
+ --ask-card-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.95), inset 1px 0 1px rgba(249, 240, 225, 0.5), inset 0 -4px 5px -2px rgba(122, 85, 64, 0.2), inset -1px 0 2px -1px rgba(122, 85, 64, 0.08), 0 0 0 1px rgba(122, 85, 64, 0.07), 0 1px 2px rgba(122, 85, 64, 0.14), 0 6px 12px -4px rgba(122, 85, 64, 0.3);
1758
2033
  --reply-note-ink: #8f7a6e;
1759
2034
  --reply-note-bg: #fdf7ec;
1760
2035
  --reply-note-attention-ink: #8a6a1c;
@@ -1767,6 +2042,7 @@
1767
2042
  --look-card-border: #e8d7c1;
1768
2043
  --look-card-hover-border: #c5b8ea;
1769
2044
  --look-card-on-border: #917ad8;
2045
+ --look-card-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.95), inset 1px 0 1px rgba(249, 240, 225, 0.5), inset 0 -4px 5px -2px rgba(122, 85, 64, 0.2), inset -1px 0 2px -1px rgba(122, 85, 64, 0.08), 0 0 0 1px rgba(122, 85, 64, 0.07), 0 1px 2px rgba(122, 85, 64, 0.14), 0 6px 12px -4px rgba(122, 85, 64, 0.3);
1770
2046
  --choice-bg: #fdf7ec;
1771
2047
  --choice-ink: #8a6f64;
1772
2048
  --choice-hover-bg: #f1e4d2;
@@ -1774,6 +2050,13 @@
1774
2050
  --choice-on-border: #917ad8;
1775
2051
  --choice-quiet-ink: #8f7a6e;
1776
2052
  --choice-h: 32px;
2053
+ --choice-border: transparent;
2054
+ --choice-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.6), inset 1px 0 1px rgba(249, 240, 225, 0.35), inset 0 -4px 5px -2px rgba(0, 0, 0, 0.16), inset -1px 0 2px -1px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(122, 85, 64, 0.08), 0 1px 2px rgba(122, 85, 64, 0.16), 0 6px 12px -4px rgba(122, 85, 64, 0.32);
2055
+ --choice-hover-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.95), inset 1px 0 1px rgba(249, 240, 225, 0.5), inset 0 -4px 5px -2px rgba(122, 85, 64, 0.2), inset -1px 0 2px -1px rgba(122, 85, 64, 0.08), 0 0 0 1px rgba(122, 85, 64, 0.07), 0 2px 4px rgba(122, 85, 64, 0.16), 0 10px 18px -5px rgba(122, 85, 64, 0.34);
2056
+ --choice-hover-lift: -1px;
2057
+ --choice-active-shadow: inset 0 3px 6px rgba(122, 85, 64, 0.18), inset 0 -1px 2px rgba(249, 240, 225, 0.8);
2058
+ --choice-active-drop: 1px;
2059
+ --choice-on-shadow: inset 0 3px 6px rgba(122, 85, 64, 0.18), inset 0 -1px 2px rgba(249, 240, 225, 0.8);
1777
2060
  --control-knob: #f9f0e1;
1778
2061
  --control-knob-shadow: 0 1px 3px rgba(90, 62, 54, 0.25);
1779
2062
  --control-box-bg: #f9f0e1;
@@ -1785,6 +2068,10 @@
1785
2068
  --room-mark-grad-from: 72% 66%;
1786
2069
  --room-mark-grad-to: 68% 52%;
1787
2070
  --room-mark-emoji: 70% 93%;
2071
+ --room-mark-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.6), inset 1px 0 1px rgba(249, 240, 225, 0.35), inset 0 -4px 5px -2px rgba(0, 0, 0, 0.16), inset -1px 0 2px -1px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(122, 85, 64, 0.08), 0 1px 2px rgba(122, 85, 64, 0.16), 0 6px 12px -4px rgba(122, 85, 64, 0.32);
2072
+ --room-mark-radius: calc(10px * var(--r-scale));
2073
+ --room-mark-radius-lg: calc(12px * var(--r-scale));
2074
+ --room-mark-radius-rail: calc(10px * var(--r-scale));
1788
2075
  --pop-bg: #f9f0e1;
1789
2076
  --pop-shadow: 0 10px 28px -12px rgba(90, 62, 54, 0.45);
1790
2077
  --pop-arrow-shadow: 3px 3px 4px -3px rgba(90, 62, 54, 0.25);
@@ -1809,7 +2096,7 @@
1809
2096
  --bubble-ink: #634840;
1810
2097
  --bubble-border: transparent;
1811
2098
  --bubble-shadow: inset 0 2px 3px rgba(249, 240, 225, 0.95), inset 2px 0 2px -1px rgba(249, 240, 225, 0.6), inset 0 -6px 8px -2px rgba(122, 85, 64, 0.2), inset -2px 0 4px -2px rgba(122, 85, 64, 0.1), 0 2px 4px rgba(122, 85, 64, 0.12), 0 10px 18px -4px rgba(122, 85, 64, 0.26);
1812
- --bubble-mine-bg: #917ad8;
2099
+ --bubble-mine-bg: linear-gradient(#917ad8, #917ad8);
1813
2100
  --bubble-mine-ink: #f9f0e1;
1814
2101
  --bubble-mine-soft-ink: rgba(249, 240, 225, 0.85);
1815
2102
  --bubble-mine-waiting-ink: rgba(249, 240, 225, 0.92);
@@ -1849,19 +2136,19 @@
1849
2136
  --code-gutter-ink: #a58f83;
1850
2137
  --code-line-mark-ink: #f7d774;
1851
2138
  --code-line-mark-bg: rgba(247, 215, 116, 0.16);
1852
- --code-head-bg: rgba(249, 240, 225, 0.06);
2139
+ --code-head-bg: rgba(249, 241, 228, 0.06);
1853
2140
  --code-head-ink: #f0e4d4;
1854
2141
  --code-head-meta: #c2ada0;
1855
- --code-head-btn-bg: rgba(249, 240, 225, 0.12);
1856
- --code-head-btn-ink: #f9f0e1;
1857
- --code-body-bg: rgba(249, 240, 225, 0.04);
2142
+ --code-head-btn-bg: rgba(249, 241, 228, 0.12);
2143
+ --code-head-btn-ink: #f9f1e4;
2144
+ --code-body-bg: rgba(249, 241, 228, 0.04);
1858
2145
  --code-sb-track: rgba(0, 0, 0, 0.25);
1859
- --code-sb-thumb: rgba(249, 240, 225, 0.3);
1860
- --code-sb-thumb-hover: rgba(249, 240, 225, 0.5);
1861
- --code-sb-firefox: rgba(249, 240, 225, 0.35);
2146
+ --code-sb-thumb: rgba(249, 241, 228, 0.3);
2147
+ --code-sb-thumb-hover: rgba(249, 241, 228, 0.5);
2148
+ --code-sb-firefox: rgba(249, 241, 228, 0.35);
1862
2149
  --code-find-hit-bg: #f7d774;
1863
2150
  --code-find-hit-ink: #4a352e;
1864
- --syntax-comment: #8f7a6e;
2151
+ --syntax-comment: #a58f83;
1865
2152
  --syntax-punctuation: #cdbfb0;
1866
2153
  --syntax-keyword: #c9b8f0;
1867
2154
  --syntax-string: #8fd6cf;
@@ -1890,6 +2177,8 @@
1890
2177
  --face-avatar-default: #917ad8;
1891
2178
  --face-avatar-gloss: #f9f0e1;
1892
2179
  --face-avatar-label-ink: #f9f0e1;
2180
+ --face-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.6), inset 1px 0 1px rgba(249, 240, 225, 0.35), inset 0 -4px 5px -2px rgba(0, 0, 0, 0.16), inset -1px 0 2px -1px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(122, 85, 64, 0.08), 0 1px 2px rgba(122, 85, 64, 0.16), 0 6px 12px -4px rgba(122, 85, 64, 0.32);
2181
+ --face-card-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.6), inset 1px 0 1px rgba(249, 240, 225, 0.35), inset 0 -4px 5px -2px rgba(0, 0, 0, 0.16), inset -1px 0 2px -1px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(122, 85, 64, 0.08), 0 1px 2px rgba(122, 85, 64, 0.16), 0 6px 12px -4px rgba(122, 85, 64, 0.32);
1893
2182
  --logo-tile-bg: #fdf7ec;
1894
2183
  --logo-tile-ink: #5a3e36;
1895
2184
  --logo-tile-badge-bg: #fdf7ec;
@@ -1900,11 +2189,20 @@
1900
2189
  --logo-tile-sm: 30px;
1901
2190
  --logo-tile-md: 36px;
1902
2191
  --logo-tile-lg: 40px;
2192
+ --logo-tile-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.95), inset 1px 0 1px rgba(249, 240, 225, 0.5), inset 0 -4px 5px -2px rgba(122, 85, 64, 0.2), inset -1px 0 2px -1px rgba(122, 85, 64, 0.08), 0 0 0 1px rgba(122, 85, 64, 0.07), 0 1px 2px rgba(122, 85, 64, 0.14), 0 6px 12px -4px rgba(122, 85, 64, 0.3);
2193
+ --logo-tile-radius: calc(8px * var(--r-scale));
2194
+ --logo-tile-radius-sm: calc(7px * var(--r-scale));
2195
+ --logo-tile-radius-lg: calc(9px * var(--r-scale));
2196
+ --logo-tile-radius-badge: calc(8px * var(--r-scale));
1903
2197
  --unseen-line-ink: #d85a8c;
1904
2198
  --unseen-line-bg: #fbe3ec;
1905
2199
  --unseen-line-line: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'><path d='M0 4 Q4 0 8 4 T16 4' fill='none' stroke='%23d85a8c' stroke-width='1.6'/></svg>") repeat-x center / 16px 8px;
1906
2200
  --unseen-line-line-h: 8px;
1907
2201
  --unseen-line-line-opacity: 0.55;
2202
+ --unseen-line-label-border: 0;
2203
+ --unseen-line-label-case: none;
2204
+ --unseen-line-label-tracking: 0px;
2205
+ --unseen-line-label-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.6), inset 1px 0 1px rgba(249, 240, 225, 0.35), inset 0 -4px 5px -2px rgba(0, 0, 0, 0.16), inset -1px 0 2px -1px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(122, 85, 64, 0.08), 0 1px 2px rgba(122, 85, 64, 0.16), 0 6px 12px -4px rgba(122, 85, 64, 0.32);
1908
2206
  --number-field-step-w: 22px;
1909
2207
  --number-field-step-ink: #8f7a6e;
1910
2208
  --number-field-step-hover-bg: #f1e4d2;
@@ -1923,6 +2221,8 @@
1923
2221
  --row-button-hover-bg: #917ad8;
1924
2222
  --row-button-hover-ink: #f9f0e1;
1925
2223
  --row-button-disabled-opacity: 0.4;
2224
+ --row-button-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.95), inset 1px 0 1px rgba(249, 240, 225, 0.5), inset 0 -4px 5px -2px rgba(122, 85, 64, 0.2), inset -1px 0 2px -1px rgba(122, 85, 64, 0.08), 0 0 0 1px rgba(122, 85, 64, 0.07), 0 1px 2px rgba(122, 85, 64, 0.14), 0 6px 12px -4px rgba(122, 85, 64, 0.3);
2225
+ --row-button-active-shadow: inset 0 3px 6px rgba(122, 85, 64, 0.18), inset 0 -1px 2px rgba(249, 240, 225, 0.8);
1926
2226
  --hub-row-ink: #8f7a6e;
1927
2227
  --hub-row-attention-ink: #8a6a1c;
1928
2228
  --hub-row-error-ink: #c2456f;
@@ -1930,6 +2230,9 @@
1930
2230
  --hub-row-action-ink: #3f7a4a;
1931
2231
  --hub-row-action-hover-bg: #b4dfae;
1932
2232
  --hub-row-face-size: 18px;
2233
+ --hub-row-prefix: none;
2234
+ --hub-row-prefix-gap: 0px;
2235
+ --hub-row-action-shadow: inset 0 1.5px 2px rgba(249, 240, 225, 0.6), inset 1px 0 1px rgba(249, 240, 225, 0.35), inset 0 -4px 5px -2px rgba(0, 0, 0, 0.16), inset -1px 0 2px -1px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(122, 85, 64, 0.08), 0 1px 2px rgba(122, 85, 64, 0.16), 0 6px 12px -4px rgba(122, 85, 64, 0.32);
1933
2236
  --hero-ink: #f9f0e1;
1934
2237
  --hero-bg: linear-gradient(120deg, #b4a2e6 0%, #917ad8 45%, #c9b8f0 100%);
1935
2238
  --hero-shadow: 0 18px 40px -22px rgba(145, 122, 216, 0.9);
@@ -1949,6 +2252,11 @@
1949
2252
  --hero-spark: #fbe07a;
1950
2253
  --feature-emoji-bg: rgba(249, 240, 225, 0.8);
1951
2254
  --feature-peach-bg: #f5cbae;
2255
+ --feature-shadow: inset 0 2px 4px rgba(249, 240, 225, 0.95), inset 0 -8px 12px -3px rgba(122, 85, 64, 0.18), inset 2px 0 3px -1px rgba(249, 240, 225, 0.5), 0 3px 6px rgba(122, 85, 64, 0.1), 0 16px 32px -8px rgba(122, 85, 64, 0.28);
2256
+ --composer-shadow: inset 0 3px 6px rgba(122, 85, 64, 0.18), inset 0 -1px 2px rgba(249, 240, 225, 0.8);
2257
+ --composer-bg: #f4e9d8;
2258
+ --composer-radius: calc(14px * var(--r-scale));
2259
+ --composer-pad-x: 12px;
1952
2260
  --step-bg: #f9f0e1;
1953
2261
  --step-num-ink: #f9f0e1;
1954
2262
  --tpl-shadow: 0 1px 3px rgba(90, 62, 54, 0.06);
@@ -2023,7 +2331,7 @@
2023
2331
  --deep-muted: #5b6f61;
2024
2332
  --deep-head: #c3d1c6;
2025
2333
  --deep-meta: #7c9282;
2026
- --lav-grey: #3a4a3e;
2334
+ --lav-grey: #5f7a67;
2027
2335
  --lilac: #7ee0ff;
2028
2336
  --seafoam: #3ddc84;
2029
2337
  --azure: #5ab0ff;
@@ -2098,6 +2406,7 @@
2098
2406
  --shadow: none;
2099
2407
  --bevel: none;
2100
2408
  --shadow-room: none;
2409
+ --bevel-pressed: none;
2101
2410
  --grad-canvas: #090c0a;
2102
2411
  --canvas-pattern: none;
2103
2412
  --canvas-pattern-size: 0 0;
@@ -2106,6 +2415,7 @@
2106
2415
  --sb-thumb: rgba(61, 220, 132, 0.22);
2107
2416
  --sb-thumb-hover: rgba(61, 220, 132, 0.45);
2108
2417
  --r-scale: 0;
2418
+ --r-ctl-min: 0px;
2109
2419
  --r-xs: calc(8px * var(--r-scale));
2110
2420
  --r-sm: calc(12px * var(--r-scale));
2111
2421
  --r-md: calc(14px * var(--r-scale));
@@ -2139,6 +2449,7 @@
2139
2449
  --btn-hover-ink: #3ddc84;
2140
2450
  --btn-on-primary: #0f1411;
2141
2451
  --btn-secondary-bg: #0f1411;
2452
+ --btn-secondary-hover-bg: #0f1411;
2142
2453
  --btn-soft-bg: #172019;
2143
2454
  --btn-soft-hover-bg: #1f2b22;
2144
2455
  --btn-ghost-ink: #7c9282;
@@ -2154,8 +2465,8 @@
2154
2465
  --btn-spinner-track-quiet: #1f2b22;
2155
2466
  --btn-spinner-head-quiet: #3ddc84;
2156
2467
  --btn-disabled-opacity: 0.45;
2157
- --btn-dark-bg: rgba(15, 20, 17, 0.12);
2158
- --btn-dark-ink: #0f1411;
2468
+ --btn-dark-bg: rgba(215, 227, 217, 0.12);
2469
+ --btn-dark-ink: #d7e3d9;
2159
2470
  --btn-dark-hover-bg: #3ddc84;
2160
2471
  --btn-warn-ink: #f5c542;
2161
2472
  --btn-warn-hover-bg: #3a2f0c;
@@ -2169,6 +2480,23 @@
2169
2480
  --btn-paper-bg: #0f1411;
2170
2481
  --btn-paper-ink: #9fb3a5;
2171
2482
  --btn-paper-hover-bg: #131a15;
2483
+ --btn-border: 1px solid currentColor;
2484
+ --btn-case: uppercase;
2485
+ --btn-tracking: 0.06em;
2486
+ --btn-link-underline: underline;
2487
+ --btn-ghost-bg: transparent;
2488
+ --btn-shadow: none;
2489
+ --btn-hover-shadow: none;
2490
+ --btn-hover-lift: 0px;
2491
+ --btn-active-shadow: none;
2492
+ --btn-primary-active-shadow: var(--shadow-primary);
2493
+ --btn-primary-hover-filter: brightness(1.05);
2494
+ --btn-secondary-hover-shadow: var(--shadow-tile);
2495
+ --btn-secondary-active-shadow: var(--shadow-tile);
2496
+ --btn-danger-solid-hover-shadow: 0 8px 18px -8px rgba(255, 107, 94, 0.8);
2497
+ --btn-danger-solid-active-shadow: 0 8px 18px -8px rgba(255, 107, 94, 0.8);
2498
+ --btn-ok-shadow: none;
2499
+ --btn-warn-shadow: none;
2172
2500
  --btn-h: 42px;
2173
2501
  --btn-h-sm: 34px;
2174
2502
  --btn-h-xs: 24px;
@@ -2195,26 +2523,48 @@
2195
2523
  --icon-button-inline-ink: #9fb3a5;
2196
2524
  --icon-button-inline-on-bg: rgba(61, 220, 132, 0.1);
2197
2525
  --icon-button-inline-on-ink: #3ddc84;
2526
+ --icon-button-ghost-bg: transparent;
2527
+ --icon-button-shadow: none;
2528
+ --icon-button-hover-shadow: none;
2529
+ --icon-button-hover-lift: 0px;
2530
+ --icon-button-active-shadow: none;
2531
+ --icon-button-primary-shadow: var(--shadow-primary);
2532
+ --icon-button-primary-hover-shadow: var(--shadow-primary);
2533
+ --icon-button-primary-active-shadow: var(--shadow-primary);
2198
2534
  --badge-bg: #172019;
2199
2535
  --badge-ink: #3ddc84;
2200
2536
  --badge-attention-bg: #3a2f0c;
2201
2537
  --badge-attention-ink: #f5c542;
2202
2538
  --badge-muted-bg: #10160f;
2203
2539
  --badge-muted-ink: #7c9282;
2204
- --badge-outline-border: #1f2b22;
2540
+ --badge-outline-border: currentColor;
2541
+ --badge-outline-w: 1px;
2205
2542
  --badge-outline-ink: #7c9282;
2206
2543
  --badge-fs-xs: calc(10px * var(--fs-scale));
2544
+ --badge-fill: 0%;
2545
+ --badge-border: 1px solid currentColor;
2546
+ --badge-case: uppercase;
2547
+ --badge-tracking: 0.04em;
2548
+ --badge-shadow: none;
2207
2549
  --chip-bg: #172019;
2208
2550
  --chip-ink: #3ddc84;
2209
2551
  --chip-hover-bg: #1f2b22;
2552
+ --chip-fill: 0%;
2553
+ --chip-border: 1px solid currentColor;
2554
+ --chip-shadow: none;
2555
+ --chip-hover-shadow: none;
2556
+ --chip-hover-lift: 0px;
2557
+ --chip-active-shadow: none;
2558
+ --chip-active-drop: 0px;
2210
2559
  --file-card-bg: #050705;
2211
2560
  --file-card-ink: #d7e3d9;
2212
- --file-card-head-bg: rgba(15, 20, 17, 0.06);
2561
+ --file-card-head-bg: rgba(215, 227, 217, 0.06);
2213
2562
  --file-card-head-ink: #c3d1c6;
2214
2563
  --file-card-head-meta: #7c9282;
2215
2564
  --file-card-note-ink: #ff6b5e;
2216
- --file-card-image-body-bg: rgba(15, 20, 17, 0.04);
2565
+ --file-card-image-body-bg: rgba(215, 227, 217, 0.04);
2217
2566
  --file-card-image-bg: #0f1411;
2567
+ --file-card-shadow: var(--edge);
2218
2568
  --tool-call-ready-bg: #123a26;
2219
2569
  --tool-call-ready-ink: #3ddc84;
2220
2570
  --tool-call-error-bg: #3a1512;
@@ -2236,6 +2586,7 @@
2236
2586
  --tool-fold-hover-ink: #3ddc84;
2237
2587
  --tool-fold-failed-ink: #ff6b5e;
2238
2588
  --tool-fold-fs: calc(11px * var(--fs-scale));
2589
+ --tool-fold-shadow: none;
2239
2590
  --ask-card-bg: #3a2f0c;
2240
2591
  --ask-card-ink: #d7e3d9;
2241
2592
  --ask-card-quiet-ink: #7c9282;
@@ -2244,6 +2595,7 @@
2244
2595
  --ask-card-kind-fs: calc(11px * var(--fs-scale));
2245
2596
  --ask-card-input-fs: calc(11px * var(--fs-scale));
2246
2597
  --ask-card-outcome-fs: calc(12px * var(--fs-scale));
2598
+ --ask-card-shadow: none;
2247
2599
  --reply-note-ink: #7c9282;
2248
2600
  --reply-note-bg: #131a15;
2249
2601
  --reply-note-attention-ink: #f5c542;
@@ -2256,13 +2608,21 @@
2256
2608
  --look-card-border: #1f2b22;
2257
2609
  --look-card-hover-border: #2f4234;
2258
2610
  --look-card-on-border: #3ddc84;
2611
+ --look-card-shadow: none;
2259
2612
  --choice-bg: #131a15;
2260
2613
  --choice-ink: #9fb3a5;
2261
2614
  --choice-hover-bg: #172019;
2262
2615
  --choice-on-ink: #3ddc84;
2263
- --choice-on-border: #3ddc84;
2616
+ --choice-on-border: currentColor;
2264
2617
  --choice-quiet-ink: #7c9282;
2265
2618
  --choice-h: 32px;
2619
+ --choice-border: currentColor;
2620
+ --choice-shadow: none;
2621
+ --choice-hover-shadow: none;
2622
+ --choice-hover-lift: 0px;
2623
+ --choice-active-shadow: none;
2624
+ --choice-active-drop: 0px;
2625
+ --choice-on-shadow: none;
2266
2626
  --control-knob: #0f1411;
2267
2627
  --control-knob-shadow: 0 1px 3px rgba(215, 227, 217, 0.25);
2268
2628
  --control-box-bg: #0f1411;
@@ -2274,6 +2634,10 @@
2274
2634
  --room-mark-grad-from: 38% 24%;
2275
2635
  --room-mark-grad-to: 34% 18%;
2276
2636
  --room-mark-emoji: 35% 20%;
2637
+ --room-mark-shadow: none;
2638
+ --room-mark-radius: calc(14px * var(--r-scale));
2639
+ --room-mark-radius-lg: calc(16px * var(--r-scale));
2640
+ --room-mark-radius-rail: calc(13px * var(--r-scale));
2277
2641
  --pop-bg: #0f1411;
2278
2642
  --pop-shadow: 0 10px 28px -12px rgba(215, 227, 217, 0.45);
2279
2643
  --pop-arrow-shadow: 3px 3px 4px -3px rgba(215, 227, 217, 0.25);
@@ -2297,12 +2661,12 @@
2297
2661
  --bubble-bg: #0f1411;
2298
2662
  --bubble-ink: #c3d1c6;
2299
2663
  --bubble-border: #1f2b22;
2300
- --bubble-shadow: none;
2664
+ --bubble-shadow: 0 0 0 0 transparent;
2301
2665
  --bubble-mine-bg: linear-gradient(135deg, #5ae69a, #2bc472);
2302
2666
  --bubble-mine-ink: #0f1411;
2303
2667
  --bubble-mine-soft-ink: rgba(15, 20, 17, 0.85);
2304
2668
  --bubble-mine-waiting-ink: rgba(15, 20, 17, 0.92);
2305
- --bubble-mine-shadow: none;
2669
+ --bubble-mine-shadow: 0 0 0 0 transparent;
2306
2670
  --bubble-mine-rule: rgba(15, 20, 17, 0.35);
2307
2671
  --bubble-mine-border: rgba(15, 20, 17, 0.35);
2308
2672
  --bubble-mine-chip-bg: rgba(15, 20, 17, 0.22);
@@ -2338,20 +2702,20 @@
2338
2702
  --code-gutter-ink: #5b6f61;
2339
2703
  --code-line-mark-ink: #f5c542;
2340
2704
  --code-line-mark-bg: rgba(245, 197, 66, 0.16);
2341
- --code-head-bg: rgba(15, 20, 17, 0.06);
2705
+ --code-head-bg: rgba(215, 227, 217, 0.06);
2342
2706
  --code-head-ink: #c3d1c6;
2343
2707
  --code-head-meta: #7c9282;
2344
- --code-head-btn-bg: rgba(15, 20, 17, 0.12);
2345
- --code-head-btn-ink: #0f1411;
2346
- --code-body-bg: rgba(15, 20, 17, 0.04);
2708
+ --code-head-btn-bg: rgba(215, 227, 217, 0.12);
2709
+ --code-head-btn-ink: #d7e3d9;
2710
+ --code-body-bg: rgba(215, 227, 217, 0.04);
2347
2711
  --code-sb-track: rgba(0, 0, 0, 0.25);
2348
- --code-sb-thumb: rgba(15, 20, 17, 0.3);
2349
- --code-sb-thumb-hover: rgba(15, 20, 17, 0.5);
2350
- --code-sb-firefox: rgba(15, 20, 17, 0.35);
2712
+ --code-sb-thumb: rgba(215, 227, 217, 0.3);
2713
+ --code-sb-thumb-hover: rgba(215, 227, 217, 0.5);
2714
+ --code-sb-firefox: rgba(215, 227, 217, 0.35);
2351
2715
  --code-find-hit-bg: #f5c542;
2352
2716
  --code-find-hit-ink: #050705;
2353
- --syntax-comment: #7c9282;
2354
- --syntax-punctuation: #3a4a3e;
2717
+ --syntax-comment: #5b6f61;
2718
+ --syntax-punctuation: #5f7a67;
2355
2719
  --syntax-keyword: #7ee0ff;
2356
2720
  --syntax-string: #3ddc84;
2357
2721
  --syntax-number: #f5c542;
@@ -2379,6 +2743,8 @@
2379
2743
  --face-avatar-default: #3ddc84;
2380
2744
  --face-avatar-gloss: #0f1411;
2381
2745
  --face-avatar-label-ink: #0f1411;
2746
+ --face-shadow: 0 0 0 0 transparent;
2747
+ --face-card-shadow: var(--shadow-pop);
2382
2748
  --logo-tile-bg: #1f2b22;
2383
2749
  --logo-tile-ink: #3ddc84;
2384
2750
  --logo-tile-badge-bg: #1f2b22;
@@ -2389,11 +2755,20 @@
2389
2755
  --logo-tile-sm: 30px;
2390
2756
  --logo-tile-md: 36px;
2391
2757
  --logo-tile-lg: 40px;
2758
+ --logo-tile-shadow: var(--shadow-tile);
2759
+ --logo-tile-radius: calc(12px * var(--r-scale));
2760
+ --logo-tile-radius-sm: calc(10px * var(--r-scale));
2761
+ --logo-tile-radius-lg: calc(13px * var(--r-scale));
2762
+ --logo-tile-radius-badge: calc(6px * var(--r-scale));
2392
2763
  --unseen-line-ink: #7c9282;
2393
- --unseen-line-bg: #131a15;
2764
+ --unseen-line-bg: transparent;
2394
2765
  --unseen-line-line: repeating-linear-gradient(90deg, #1f2b22 0 6px, transparent 6px 12px);
2395
2766
  --unseen-line-line-h: 1px;
2396
2767
  --unseen-line-line-opacity: 1;
2768
+ --unseen-line-label-border: 1px solid currentColor;
2769
+ --unseen-line-label-case: uppercase;
2770
+ --unseen-line-label-tracking: 0.04em;
2771
+ --unseen-line-label-shadow: none;
2397
2772
  --number-field-step-w: 22px;
2398
2773
  --number-field-step-ink: #7c9282;
2399
2774
  --number-field-step-hover-bg: #172019;
@@ -2406,12 +2781,14 @@
2406
2781
  --adjust-row-back-hover-bg: #172019;
2407
2782
  --row-button-size: 24px;
2408
2783
  --row-button-icon: 14px;
2409
- --row-button-radius: 8px;
2784
+ --row-button-radius: calc(8px * var(--r-scale));
2410
2785
  --row-button-bg: #10160f;
2411
2786
  --row-button-ink: #7c9282;
2412
2787
  --row-button-hover-bg: #3ddc84;
2413
2788
  --row-button-hover-ink: #0f1411;
2414
2789
  --row-button-disabled-opacity: 0.4;
2790
+ --row-button-shadow: none;
2791
+ --row-button-active-shadow: none;
2415
2792
  --hub-row-ink: #7c9282;
2416
2793
  --hub-row-attention-ink: #f5c542;
2417
2794
  --hub-row-error-ink: #ff6b5e;
@@ -2419,6 +2796,9 @@
2419
2796
  --hub-row-action-ink: #3ddc84;
2420
2797
  --hub-row-action-hover-bg: #164a30;
2421
2798
  --hub-row-face-size: 18px;
2799
+ --hub-row-prefix: ">";
2800
+ --hub-row-prefix-gap: 6px;
2801
+ --hub-row-action-shadow: var(--edge);
2422
2802
  --hero-ink: #0f1411;
2423
2803
  --hero-bg: linear-gradient(120deg, #5ae69a 0%, #3ddc84 45%, #7ee0ff 100%);
2424
2804
  --hero-shadow: 0 18px 40px -22px rgba(61, 220, 132, 0.9);
@@ -2438,6 +2818,11 @@
2438
2818
  --hero-spark: #ffd166;
2439
2819
  --feature-emoji-bg: rgba(15, 20, 17, 0.8);
2440
2820
  --feature-peach-bg: #4a2d18;
2821
+ --feature-shadow: var(--edge);
2822
+ --composer-shadow: none;
2823
+ --composer-bg: transparent;
2824
+ --composer-radius: 0px;
2825
+ --composer-pad-x: 0px;
2441
2826
  --step-bg: #0f1411;
2442
2827
  --step-num-ink: #0f1411;
2443
2828
  --tpl-shadow: 0 1px 3px rgba(215, 227, 217, 0.06);