/* 后山和西山 — 夏山绿意色板 */
:root {
  --story-bg: #37474f;
  --story-primary: #a5d6a7;
  --story-accent: #7cb342;
  --story-gradient: linear-gradient(180deg, #37474f 0%, #558b2f 50%, #a5d6a7 100%);
  --story-card-bg: rgba(165, 214, 167, 0.18);
  --story-text: #f1f8e9;
  --story-text-secondary: rgba(241, 248, 233, 0.62);
  --story-glow: 0 0 24px rgba(165, 214, 167, 0.25);
}
