feat(pchome): close freshness and multi-market decision gaps

This commit is contained in:
ogt
2026-07-10 21:22:42 +08:00
parent 9125afc8a7
commit 107d8ed797
19 changed files with 1179 additions and 85 deletions

View File

@@ -14,7 +14,9 @@
:root {
/* ── 暖色主軸(最常用,~30+ 處 inline 引用)── */
--momo-warm-caramel: var(--momo-page-accent); /* 焦糖橘主色 */
/* Keep the V3 base token concrete. Pointing it back to page-accent creates
a cycle because the monitor page accent is defined from warm-caramel. */
--momo-warm-caramel: #c96442; /* 焦糖橘主色 */
--momo-warm-rust: var(--momo-danger-text); /* 鐵鏽紅 */
--momo-warm-mahogany: var(--momo-tag-clay-text); /* 桃花心木 */
--momo-warm-honey: var(--momo-warning-text); /* 蜂蜜黃 */