/* Ice Fishing — theme */
.stage { background:#1b3550; }
.ice-line { position:absolute; width:3px; height:0; background:linear-gradient(#ffffff,#cfe6f5); translate:-50% 0; z-index:12; pointer-events:none; border-radius:2px; }
.ice-flake { position:absolute; border-radius:50%; background:#fff; box-shadow:0 0 6px 2px rgba(255,255,255,.6); pointer-events:none; z-index:40; }
