/* 全站轻量优化：不隐藏功能，仅做观感收敛 */
html {
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
#app {
  min-height: 100vh;
}
#app .ant-card {
  border-radius: 12px !important;
}
#app p,
#app .ant-typography {
  line-height: 1.6;
}
