feat(pchome): close freshness and multi-market decision gaps
Some checks failed
CD Pipeline / deploy (push) Has been cancelled

This commit is contained in:
ogt
2026-07-10 21:22:42 +08:00
parent 744cd946f3
commit b8cc27e4c4
29 changed files with 1373 additions and 123 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); /* 蜂蜜黃 */