/* 红蚂蚁和黑蚂蚁 — 夏日乡土色板 */
:root {
  --story-bg: #6d4c41;
  --story-primary: #ffb74d;
  --story-accent: #e8a87c;
  --story-gradient: linear-gradient(180deg, #6d4c41 0%, #a1887f 50%, #e8a87c 100%);
  --story-card-bg: rgba(232, 168, 124, 0.18);
  --story-text: #fff8e1;
  --story-text-secondary: rgba(255, 248, 225, 0.62);
  --story-glow: 0 0 24px rgba(255, 183, 77, 0.25);
}
