:root{
  /* 配色 */
  --bg: #F8FAFC;
  --text: #0F172A;
  --muted: #64748B;
  --accent: #3B82F6;
  --border: #E2E8F0;
  --primary: #2563EB;
  --card-shadow: 0 1px 3px rgba(0,0,0,.08);
  /* 字体 */
  --font-body: 'Inter', 'Noto Sans SC', -apple-system, BlinkMacSystemFont, sans-serif;
  --line-height: 1.75;
  --font-heading: 'Inter', 'Noto Sans SC', -apple-system, BlinkMacSystemFont, sans-serif;
  /* 版式 */
  --container: 1200px;
  --grid-cols: 3;
  --card-radius: 8px;
}
