:root {
  --bg: #f7f3f0;
  --bg-card: #ffffff;
  --bg-panel: #ebe5df;
  --bg-input: #eee9e4;
  --bg-sidebar: #ebe5df;
  --text-primary: #222222;
  --text-secondary: #7a6f64;
  --text-hint: #a69076;
  --text-on-dark: #f7f3f0;
  --accent: #5e503f;
  --accent-hover: #4a4136;
  --accent-light: #ede5da;
  --accent-mid: #a69076;
  --tab-active-bg: #5e503f;
  --tab-active-text: #ffffff;
  --border: rgba(94, 80, 63, 0.1);
  --border-strong: rgba(94, 80, 63, 0.18);
  --danger: #b85a46;
  --danger-hover: #934735;
  --success: #4f7d61;
  --shadow-sm: 0 1px 3px rgba(94, 80, 63, 0.08), 0 0 0 0.5px rgba(94, 80, 63, 0.06);
  --shadow-md: 0 4px 20px rgba(94, 80, 63, 0.1);
  --shadow-lg: 0 8px 32px rgba(94, 80, 63, 0.13);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 24px;
  --radius-pill: 999px;
  --font-source-serif: "Source Han Serif SC", "Noto Serif SC", "思源宋体", "Source Han Serif CN", "Songti SC", "STSong", "SimSun", serif;
  --font-serif: var(--font-source-serif);
  --font-sans: var(--font-source-serif);
  --font-handwrite: var(--font-source-serif);
  --topbar-h: 64px;
  --sidebar-w: 64px;
  --sidebar-open-w: 364px;
  --neuro-width: 345px;
  --space-card-sm: 16px;
  --space-card-md: 24px;
  --space-card-lg: 32px;
  --text-display: 36px;
  --text-title: 28px;
  --text-subtitle: 20px;
  --text-body-lg: 18px;
  --text-body-sm: 16px;
  --text-note: 16px;
  --tracking-body: -0.02em;
  --tracking-title: -0.06em;
  --tracking-caps: 0.01em;
  --leading-body: 1.6;
  --leading-title: 1.12;
  --line-length-body: 60ch;
  --btn-h-xs: 30px;
  --btn-h-sm: 28px;
  --btn-h-md: 32px;
  --btn-h-lg: 38px;
  --btn-h-xl: 44px;
  --transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
