.christmas-lights{position:fixed;top:0;left:0;width:100%;height:60px;z-index:9999;pointer-events:none;overflow:hidden}.lights-wire{position:absolute;top:20px;left:-5%;width:110%;height:2px;background:#2d3436;box-shadow:0 2px 4px rgba(0,0,0,.2)}.light{position:absolute;top:22px;width:12px;height:16px;border-radius:50% 50% 40% 40%;box-shadow:0 0 15px currentColor,0 0 25px currentColor;animation:twinkle 1.5s ease-in-out infinite}.light::before{content:'';position:absolute;top:-4px;left:50%;transform:translateX(-50%);width:8px;height:4px;background:#2d3436;border-radius:2px}.light:nth-child(2){left:5%;background:#ff6b6b;animation-delay:0s}.light:nth-child(3){left:10%;background:#4ecdc4;animation-delay:.3s}.light:nth-child(4){left:15%;background:#ffe66d;animation-delay:.6s}.light:nth-child(5){left:20%;background:#95e1d3;animation-delay:.9s}.light:nth-child(6){left:25%;background:#ff8b94;animation-delay:.2s}.light:nth-child(7){left:30%;background:#a8e6cf;animation-delay:.5s}.light:nth-child(8){left:35%;background:#ffd3b6;animation-delay:.8s}.light:nth-child(9){left:40%;background:#ffaaa5;animation-delay:.1s}.light:nth-child(10){left:45%;background:#ff8b94;animation-delay:.4s}.light:nth-child(11){left:50%;background:#4ecdc4;animation-delay:.7s}.light:nth-child(12){left:55%;background:#ffe66d;animation-delay:0s}.light:nth-child(13){left:60%;background:#95e1d3;animation-delay:.3s}.light:nth-child(14){left:65%;background:#ff6b6b;animation-delay:.6s}.light:nth-child(15){left:70%;background:#a8e6cf;animation-delay:.9s}.light:nth-child(16){left:75%;background:#ffd3b6;animation-delay:.2s}.light:nth-child(17){left:80%;background:#ffaaa5;animation-delay:.5s}.light:nth-child(18){left:85%;background:#95e1d3;animation-delay:.8s}.light:nth-child(19){left:90%;background:#4ecdc4;animation-delay:.1s}.light:nth-child(20){left:95%;background:#ffe66d;animation-delay:.4s}@keyframes twinkle{0%,100%{opacity:1;transform:translateY(0)}50%{opacity:.3;transform:translateY(2px)}}.snowflakes{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9998;overflow:hidden}.snowflake{position:absolute;top:-10px;color:#fff;font-size:1em;font-family:Arial,sans-serif;text-shadow:0 0 5px rgba(255,255,255,.5);animation:fall linear infinite;opacity:.8}@keyframes fall{0%{transform:translateY(0) rotate(0);opacity:.8}100%{transform:translateY(100vh) rotate(360deg);opacity:.2}}.snowflake:nth-child(1){left:2%;animation-duration:10s;animation-delay:0s;font-size:.8em}.snowflake:nth-child(2){left:8%;animation-duration:12s;animation-delay:1s;font-size:1.2em}.snowflake:nth-child(3){left:15%;animation-duration:8s;animation-delay:2s;font-size:1em}.snowflake:nth-child(4){left:22%;animation-duration:14s;animation-delay:.5s;font-size:.9em}.snowflake:nth-child(5){left:28%;animation-duration:11s;animation-delay:1.5s;font-size:1.1em}.snowflake:nth-child(6){left:35%;animation-duration:9s;animation-delay:3s;font-size:.7em}.snowflake:nth-child(7){left:42%;animation-duration:13s;animation-delay:.8s;font-size:1.3em}.snowflake:nth-child(8){left:48%;animation-duration:10s;animation-delay:2.5s;font-size:.9em}.snowflake:nth-child(9){left:55%;animation-duration:12s;animation-delay:1.2s;font-size:1em}.snowflake:nth-child(10){left:62%;animation-duration:11s;animation-delay:.3s;font-size:1.1em}.snowflake:nth-child(11){left:68%;animation-duration:14s;animation-delay:2.8s;font-size:.8em}.snowflake:nth-child(12){left:75%;animation-duration:9s;animation-delay:1.8s;font-size:1.2em}.snowflake:nth-child(13){left:82%;animation-duration:10s;animation-delay:.6s;font-size:.9em}.snowflake:nth-child(14){left:88%;animation-duration:13s;animation-delay:3.2s;font-size:1em}.snowflake:nth-child(15){left:95%;animation-duration:12s;animation-delay:1.4s;font-size:1.1em}.snowflake:nth-child(16){left:5%;animation-duration:11s;animation-delay:2.2s;font-size:.7em}.snowflake:nth-child(17){left:12%;animation-duration:14s;animation-delay:.9s;font-size:1.3em}.snowflake:nth-child(18){left:38%;animation-duration:10s;animation-delay:3.5s;font-size:.8em}.snowflake:nth-child(19){left:72%;animation-duration:13s;animation-delay:1.1s;font-size:1.2em}.snowflake:nth-child(20){left:92%;animation-duration:9s;animation-delay:2.6s;font-size:.9em}.christmas-tree{position:fixed;bottom:0;z-index:9997;pointer-events:none;font-size:clamp(60px,8vw,120px);filter:drop-shadow(0 4px 8px rgba(0, 0, 0, .1));animation:gentle-sway 4s ease-in-out infinite}.christmas-tree.left{left:10px;animation-delay:0s}.christmas-tree.right{right:10px;animation-delay:2s}@keyframes gentle-sway{0%,100%{transform:rotate(0)}25%{transform:rotate(1deg)}75%{transform:rotate(-1deg)}}@media (max-width:768px){.christmas-lights{height:40px}.lights-wire{top:15px}.light{top:17px;width:8px;height:12px}.light::before{width:6px;height:3px}.christmas-tree{font-size:clamp(40px,6vw,80px)}.christmas-tree.left{left:5px}.christmas-tree.right{right:5px}.snowflake:nth-child(n+11){display:none}}@media (max-width:480px){.christmas-tree{font-size:50px}}