:root{
  /* 配色 */
  --primary: #1A3A8F;
  --bg: #F5F6FA;
  --text: #1B2A4A;
  --muted: #8E9AAF;
  --accent: #FF8C00;
  --card-shadow: 0 1px 3px rgba(0,0,0,.08);
  --border: #E5E7EB;
  /* 字体 */
  --font-heading: 'Inter','Helvetica Neue','PingFang SC','Microsoft YaHei',sans-serif;
  --font-body: 'Inter','Helvetica Neue','PingFang SC','Microsoft YaHei',sans-serif;
  --line-height: 1.75;
  /* 版式 */
  --grid-cols: 3;
  --card-radius: 6px;
  --container: 1200px;
}
