/* 淘宝橙皮肤：仅覆盖品牌 token，别名仍由 theme.css 提供 */
:root {
  --theme-brand: #ff5000;
  --theme-brand-hover: #e04800;
  --theme-brand-dark: #c2410c;
  --theme-brand-soft: #fff4ed;
  --theme-brand-border: #ffc9a8;
  --theme-brand-mid: #ff7a33;
  --theme-brand-light: #ff944d;
  --theme-brand-ring: rgba(255, 80, 0, 0.16);
  --theme-brand-gradient: linear-gradient(135deg, var(--theme-brand-mid) 0%, var(--theme-brand) 100%);
  --theme-brand-gradient-strong: linear-gradient(135deg, var(--theme-brand) 0%, var(--theme-brand-dark) 100%);
}

/* 分类栏：浅灰底 + 橙色悬停（天猫红保持红底，不在此覆盖） */
.tm-cate-red.jd-home-cate {
  background: #f5f5f5;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.tm-cate-red-row {
  color: #333;
}
.tm-cate-red-row:hover {
  background: var(--theme-brand-soft);
  color: var(--theme-brand);
}
.tm-cate-red-empty {
  color: #999;
}
