/* 蜻蜓低飞 — 雨后清新色板 */
:root {
  --story-bg: #546e7a;
  --story-primary: #b3e5fc;
  --story-accent: #4fc3f7;
  --story-gradient: linear-gradient(180deg, #37474f 0%, #546e7a 50%, #b3e5fc 100%);
  --story-card-bg: rgba(179, 229, 252, 0.18);
  --story-text: #e1f5fe;
  --story-text-secondary: rgba(225, 245, 254, 0.62);
  --story-glow: 0 0 24px rgba(179, 229, 252, 0.25);
}
