/* ============================================================
   U2 — Snowfall socket
   Styles specific to the U2 build. Scoped under #u2-snow so nothing
   here can affect other sockets. Note: image path is relative to this
   file's location in styles/, hence the ../images/ prefix.
   ============================================================ */

#u2-snow {
  background: #1a2733 url('../images/branch.jpg') center / cover no-repeat;
}

#u2-snow #snow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

/* keep text legible above the image + canvas */
#u2-snow .designator,
#u2-snow .socket-label,
#u2-snow .socket-sub {
  position: relative;
  z-index: 2;
}
#u2-snow .socket-label,
#u2-snow .socket-sub { color: var(--silk); }