/* Lightfall 背景 */
#lightfall-bg { position:fixed; top:0; left:0; width:100%; height:100%; z-index:-1; overflow:hidden; }

body { background:#0a0a1a !important; }

/* 移动端：纯色背景，没有任何花哨效果，避免滚动闪白 */
@media (max-width:768px) {
  #lightfall-bg { display:none !important; }
  body { background:#0a0a1a !important; }
  .fog-particle, .firefly { display:none !important; }
}
