:root {
  --bg: #f6f8fb;
  --surface: #ffffff;
  --surface-muted: #eef2f6;
  --surface-dark: #14213d;
  --border: #dfe5ec;
  --border-strong: #c8d1dc;
  --text-primary: #162235;
  --text-secondary: #657287;
  --text-tertiary: #8c98a8;
  --brand: #4867d9;
  --brand-strong: #304db9;
  --brand-soft: #e8edff;
  --success: #16856f;
  --success-soft: #e4f5ef;
  --warning: #b66c24;
  --warning-soft: #fff1df;
  --danger: #b64d59;
  --danger-soft: #fdebed;
  --info: #3178a9;
  --shadow-sm: 0 2px 8px rgba(23, 40, 68, .05);
  --shadow-md: 0 12px 30px rgba(23, 40, 68, .08);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 32px;
  --space-8: 40px;
  --space-9: 48px;
  --space-10: 64px;
  --content-max: 1360px;
  --reading-max: 900px;
  --chat-max: 880px;
  --font-sans: Inter, "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;
}
