/* CRAZE-X NEW YEAR 1.0.2 */
#craze-newyear-layer{position:fixed;inset:0;pointer-events:none;z-index:999990;overflow:hidden}
.cny-snow{position:absolute;top:-30px;left:0;color:#fff;text-shadow:0 1px 3px rgba(50,90,120,.35);opacity:.9;animation:cny-fall linear infinite,cny-sway ease-in-out infinite}
.cny-garland{position:fixed;top:0;left:0;right:0;height:44px;pointer-events:none;z-index:999989;display:flex;justify-content:space-around;align-items:flex-start;padding:0 3%;box-sizing:border-box}
.cny-wire{position:absolute;left:2%;right:2%;top:8px;height:18px;border-top:2px solid rgba(40,55,70,.35);border-radius:50%}
.cny-bulb{position:relative;width:10px;height:16px;margin-top:7px;border-radius:50% 50% 45% 45%;background:#ff435e;box-shadow:0 0 12px rgba(255,67,94,.7);animation:cny-blink 1.6s ease-in-out infinite}
.cny-bulb:nth-child(3n){background:#20c997;box-shadow:0 0 12px rgba(32,201,151,.7);animation-delay:.35s}
.cny-bulb:nth-child(4n){background:#ffc83d;box-shadow:0 0 12px rgba(255,200,61,.7);animation-delay:.7s}
.cny-bulb:nth-child(5n){background:#45aaf2;box-shadow:0 0 12px rgba(69,170,242,.7);animation-delay:1s}
.cny-tree-badge{position:fixed;right:14px;bottom:92px;width:48px;height:48px;border:0;border-radius:16px;background:linear-gradient(145deg,#0ca678,#087f5b);box-shadow:0 8px 24px rgba(0,80,60,.22);display:flex;align-items:center;justify-content:center;font-size:27px;pointer-events:auto;cursor:pointer;z-index:999991;animation:cny-pop 2.8s ease-in-out infinite}
.cny-tree-badge:after{content:"";position:absolute;inset:-4px;border-radius:20px;border:1px solid rgba(255,255,255,.7)}
@keyframes cny-fall{to{transform:translate3d(20px,110vh,0) rotate(360deg)}}
@keyframes cny-sway{0%,100%{margin-left:-12px}50%{margin-left:12px}}
@keyframes cny-blink{0%,100%{opacity:.55;transform:scale(.85)}50%{opacity:1;transform:scale(1.15)}}
@keyframes cny-pop{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}
@media(max-width:767px){.cny-garland{height:34px}.cny-wire{top:5px}.cny-bulb{width:7px;height:11px;margin-top:5px}.cny-tree-badge{right:12px;bottom:88px;width:44px;height:44px;border-radius:14px;font-size:24px}}
@media(prefers-reduced-motion:reduce){.cny-snow,.cny-bulb,.cny-tree-badge{animation:none!important}}
