:root {
  color-scheme: light;
  --font-body: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-display: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  --page-max: 1160px;
  --text-max: 720px;
  --bar-height: 64px;
  --dock-height: 92px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --radius-pill: 999px;
  --shadow-soft: 0 18px 55px rgb(31 19 12 / 12%);
  --shadow-lift: 0 22px 65px rgb(20 12 8 / 20%);
  --motion-fast: 160ms;
  --motion-base: 320ms;
  --motion-ritual: 900ms;
  --motion-scale: 1;
  --bg: #eee5d7;
  --bg-deep: #d9c8b3;
  --surface: #fffaf1;
  --surface-strong: #fffdf8;
  --surface-soft: #eadfce;
  --ink: #332824;
  --muted: #75665e;
  --line: rgb(91 67 55 / 22%);
  --accent: #a64d35;
  --accent-strong: #843725;
  --accent-soft: #f0c9b7;
  --second: #39776e;
  --focus: #e0a23f;
  --match-wood-1: #9d6231;
  --match-wood-2: #efcc8e;
  --match-wood-3: #825026;
  --match-head-1: #d76945;
  --match-head-2: #7e2d29;
  --ash: #39312e;
}

html[data-motion="fast"] { --motion-scale: .35; }
