/* ===== 设计变量 ===== */
:root {
  /* 品牌色 */
  --clay: #c17817;
  --clay-light: #f0d9b5;
  --clay-bg: #fdf6e3;

  --jade: #4a7c59;
  --jade-light: #c8e6c9;
  --jade-bg: #e8f5e9;
  --jade-dark: #2e523a;

  --cinnabar: #c0392b;
  --cinnabar-light: #fce4e3;
  --cinnabar-dark: #8b241a;

  --gold: #f4a460;
  --gold-light: #fde8c8;

  --sky: #5b9bd5;
  --sky-light: #d4e8f7;

  /* 中性色 */
  --ink: #3d2b1f;
  --ink-light: #8d6e63;

  /* 间距 */
  --radius-sm: 8px;
  --radius: 16px;
  --radius-lg: 24px;

  /* 阴影 */
  --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.06);
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 30px rgba(0, 0, 0, 0.12);

  /* 字体 */
  --font-sans: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-serif: "Noto Serif SC", "STSong", "SimSun", serif;
}