/* 屋门前的冰 — 宫崎骏乡土冬日色板 */
:root {
  --story-bg: #3a3835;
  --story-primary: #e8c878;
  --story-accent: #8b7355;
  --story-gradient: linear-gradient(180deg, #4a4a52 0%, #7a7570 50%, #b8b0a8 100%);
  --story-card-bg: rgba(139, 115, 85, 0.18);
  --story-text: #f5f0e8;
  --story-text-secondary: rgba(245, 240, 232, 0.62);
  --story-glow: 0 0 24px rgba(232, 200, 120, 0.25);
}
