/* 中东轻奢暖色：奶油底 + 金铜色 + 深棕 */
.theme-east {
  --bg: #f6efe4;
  --paper: #fffaf1;
  --ink: #3d2914;
  --muted: #8a704c;
  --line: #e8d7b5;
  --fire: #b8860b;
  --fire-dark: #8a6508;
}
.theme-east .logo-mark { background: linear-gradient(145deg, #c9a227, #7a5410); }
.theme-east .hero-fallback { background: linear-gradient(135deg, #3d2914 0%, #8a6508 55%, #e8d7b5 120%); }
.theme-east .badge-save { background: #3d2914; }
