/* 森系绿 — 游戏发卡 */
body.shop-body.theme-forest {
  --primary: #16a34a; --primary-dark: #15803d; --primary-soft: #4ade80;
  --bg: #ecfdf5; --card: #fff; --trade-bg: #14532d; --trade-border: rgba(22,163,74,.35); --trade-accent: #86efac;
  background: radial-gradient(900px 400px at 0% 0%, rgba(74,222,128,.15), transparent), #ecfdf5;
}
body.shop-body.theme-forest .page-hero { background: linear-gradient(135deg, #16a34a, #059669); }
body.shop-body.theme-forest .shop-navbar .brand { background: linear-gradient(135deg, #16a34a, #4ade80); -webkit-background-clip: text; background-clip: text; }
body.shop-body.theme-forest .goods-trade-card { border-left: 4px solid #16a34a; }
body.shop-body.theme-forest .btn-trade-search { background: linear-gradient(135deg, #16a34a, #15803d); border: none; }
