/* 初始占位背景 */
body {
  background: linear-gradient(to bottom, #f0f0f0, #e0e0e0);
  transition: background-image 0.5s ease;
}
