/* ============================================================
   黄色仓库 - 设计变量
   复古棕 + 羊皮纸主题 CSS 自定义属性
============================================================ */
:root{
  --primary:#4E342E;       /* 主色：复古深棕 - 古老书架木质 */
  --secondary:#6D4C41;     /* 辅色：柔和浅棕 - 次级层次 */
  --bg:#FFF3E0;            /* 背景：温暖羊皮纸 */
  --card-bg:#FFFFFF;       /* 卡片背景：纯白 */
  --accent:#795548;        /* 强调色：明亮棕褐 */
  --text:#1A1A1A;          /* 正文 */
  --text-muted:#5D4037;    /* 辅助文字 */
  --success:#33691E;       /* 成功 */
  --danger:#b71c1c;        /* 危险 */
  --shadow-book:0 10px 25px rgba(78,52,46,.35);
  --shadow-card:0 4px 18px rgba(78,52,46,.15);
  --font-heading:"Playfair Display","Noto Serif SC","FZSongKeBenXiuKai",Georgia,serif;
  --font-body:"Inter","Noto Sans SC","PingFang SC",system-ui,sans-serif;
  --font-accent:"Caveat","Courier New",monospace;
  --radius:6px;
  --maxw:1280px;
}
