:root {
  --color-bg: #f4f1e8;
  --color-surface: #fffdf8;
  --color-surface-soft: #eef7f2;
  --color-border: rgba(30, 62, 53, 0.11);
  --color-text: #17352d;
  --color-text-muted: #71837d;
  --color-primary: #176b57;
  --color-primary-hover: #105543;
  --color-accent: #ff8b62;
  --color-accent-soft: #fff0e8;
  --color-success: #39a071;
  --color-warning: #f4b553;
  --color-danger: #d9635b;
  --color-child: #6f79d8;
  --font-sans: "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 9999px;
  --shadow-sm: 0 4px 14px rgba(27, 66, 55, 0.06);
  --shadow-md: 0 12px 36px rgba(27, 66, 55, 0.11);
  --shadow-lg: 0 24px 70px rgba(27, 66, 55, 0.16);
}
