/* ============================================
   星河入梦工作室 — Canvas 星空背景
   ============================================ */

#starfield {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--z-stars);
  pointer-events: none;
}
