:root {
  --bg: #f5f6f3;
  --surface: #ffffff;
  --surface-soft: #f8f9f7;
  --text: #18211d;
  --text-secondary: #68716c;
  --text-tertiary: #969d98;
  --brand: #1f5945;
  --brand-hover: #174936;
  --brand-soft: #e7f0eb;
  --accent: #d9833b;
  --accent-soft: #fbf0e6;
  --border: #e5e8e5;
  --border-strong: #d6dbd7;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-full: 999px;
  --shadow-sm: 0 2px 8px rgba(25, 42, 34, .04);
  --shadow-md: 0 8px 30px rgba(25, 42, 34, .07);
  --font-sans: "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --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;
  --content-max: 1320px;
  --control-height: 44px;
  --motion-fast: 150ms;
  --motion-standard: 200ms;
}
