#halloween-animations-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:99999;overflow:hidden;transition:top 0.3s ease,bottom 0.3s ease;}.notice-bar-top-fixed #halloween-animations-container,.notice-bar-top-sticky #halloween-animations-container{top:60px;height:calc(100% - 60px);}.notice-bar-bottom-fixed #halloween-animations-container,.notice-bar-bottom-sticky #halloween-animations-container{bottom:60px;height:calc(100% - 60px);}.notice-bar-top-static #halloween-animations-container,.notice-bar-top-relative #halloween-animations-container,.notice-bar-bottom-static #halloween-animations-container,.notice-bar-bottom-relative #halloween-animations-container{top:0;bottom:0;height:100%;}@keyframes float-up{0%{transform:translateY(110vh) rotate(0deg);opacity:0;}10%{opacity:1;}90%{opacity:1;}100%{transform:translateY(-10vh) rotate(360deg);opacity:0;}}@keyframes fall-down{0%{transform:translateY(-10vh) rotate(0deg);opacity:1;}100%{transform:translateY(110vh) rotate(360deg);opacity:0.8;}}@keyframes float-across{0%{transform:translateX(-10vw) rotate(0deg);opacity:0;}10%{opacity:1;}90%{opacity:1;}100%{transform:translateX(110vw) rotate(360deg);opacity:0;}}@keyframes pulse-glow{0%,100%{opacity:1;transform:scale(1);}50%{opacity:0.6;transform:scale(0.9);}}@keyframes bounce-in{0%{transform:scale(0) rotate(0deg);opacity:0;}50%{transform:scale(1.2) rotate(180deg);opacity:1;}100%{transform:scale(1) rotate(360deg);opacity:1;}}.seasonal-element{position:fixed;pointer-events:none;z-index:999999;user-select:none;will-change:transform,opacity;}.seasonal-sale-tag{font-size:1.2em;font-weight:bold;padding:8px 12px;border-radius:8px;background:linear-gradient(135deg,#ff0000,#cc0000);color:#ffffff;box-shadow:0 4px 15px rgba(255,0,0,0.5);animation:fade-in-out 4s ease-in-out infinite;text-shadow:2px 2px 4px rgba(0,0,0,0.8);}.seasonal-sale-tag.cyber-monday{background:linear-gradient(135deg,#0066ff,#0044cc);box-shadow:0 4px 15px rgba(0,102,255,0.5);}.seasonal-shopping-icon{font-size:2em;animation:fade-in-out 3s ease-in-out infinite;filter:drop-shadow(0 0 10px rgba(255,215,0,0.6));}@keyframes fade-in-out{0%,100%{opacity:0;transform:scale(0.8);}15%,85%{opacity:1;transform:scale(1);}}.matrix-rain{font-family:'Courier New',monospace;font-size:14px;color:#00ff41;font-weight:bold;text-shadow:0 0 5px #00ff41;animation:matrix-fall linear infinite;white-space:nowrap;line-height:1.2;}@keyframes matrix-fall{0%{transform:translateY(-100vh);opacity:0;}10%{opacity:1;}90%{opacity:1;}100%{transform:translateY(110vh);opacity:0;}}.glitch-overlay{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:999997;background:linear-gradient( 90deg,transparent 0%,rgba(0,102,255,0.15) 25%,transparent 50%,rgba(0,255,255,0.15) 75%,transparent 100% );background-size:200% 100%;animation:glitch-slide 2s linear infinite;mix-blend-mode:difference;}.glitch-overlay::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient( 0deg,rgba(0,255,255,0.2) 0px,transparent 1px,transparent 2px,rgba(255,0,255,0.2) 2px,transparent 3px );animation:glitch-lines 0.2s steps(2) infinite,glitch-distort 4s ease-in-out infinite;}.glitch-overlay::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient( 90deg,rgba(255,0,0,0.08) 0px,transparent 2px,transparent 4px,rgba(0,255,0,0.08) 4px,transparent 6px,transparent 8px,rgba(0,0,255,0.08) 8px,transparent 10px );animation:glitch-rgb 3s linear infinite;}@keyframes glitch-slide{0%{background-position:0% 0%;}100%{background-position:200% 0%;}}@keyframes glitch-lines{0%,100%{transform:translateX(0);opacity:1;}33%{transform:translateX(-3px);opacity:0.8;}66%{transform:translateX(3px);opacity:0.6;}}@keyframes glitch-distort{0%,100%{transform:translateY(0);}25%{transform:translateY(-2px);}50%{transform:translateY(2px);}75%{transform:translateY(-1px);}}@keyframes glitch-rgb{0%{transform:translateX(0);}20%{transform:translateX(2px);}40%{transform:translateX(-2px);}60%{transform:translateX(1px);}80%{transform:translateX(-1px);}100%{transform:translateX(0);}}.seasonal-price-tag{font-size:1.5em;color:#ffd700;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,0 0 20px #ffd700;animation:pulse-glow 2s ease-in-out infinite;}.seasonal-snowflake{color:#a8d8ff;font-weight:bold;top:0;text-shadow:0 0 3px rgba(255,255,255,1),0 0 8px rgba(200,230,255,0.8),0 0 12px rgba(168,216,255,0.6);animation:fall-down linear infinite;filter:drop-shadow(0 0 2px rgba(0,0,0,0.2));}.christmas-lights-container{position:fixed;top:0;left:0;right:0;height:40px;display:flex;justify-content:space-around;align-items:center;z-index:999998;pointer-events:none;}.christmas-light{width:12px;height:12px;border-radius:50%;box-shadow:0 0 15px currentColor;animation:twinkle 2s ease-in-out infinite;}.christmas-light::before{content:'';position:absolute;top:-20px;left:50%;width:2px;height:20px;background:#333;transform:translateX(-50%);}@keyframes twinkle{0%,100%{opacity:1;transform:scale(1);}50%{opacity:0.3;transform:scale(0.8);}}.christmas-light.red{background:#ff0000;}.christmas-light.green{background:#00ff00;animation-delay:0.3s;}.christmas-light.blue{background:#0000ff;animation-delay:0.6s;}.christmas-light.yellow{background:#ffff00;animation-delay:0.9s;}.christmas-light.white{background:#ffffff;animation-delay:1.2s;}.seasonal-ornament{font-size:2em;top:20px;animation:swing 3s ease-in-out infinite;transform-origin:top center;filter:drop-shadow(0 2px 4px rgba(0,0,0,0.3));line-height:1;}@keyframes swing{0%,100%{transform:rotate(-8deg);}50%{transform:rotate(8deg);}}.seasonal-firework{position:fixed;pointer-events:none;z-index:999999;}.firework-particle{position:absolute;width:12px;height:12px;border-radius:50%;animation:explode 1.8s ease-out forwards;box-shadow:0 0 10px currentColor;}@keyframes explode{0%{transform:translate(0,0) scale(1);opacity:1;}100%{transform:translate(var(--tx),var(--ty)) scale(0.3);opacity:0;}}.seasonal-confetti{width:10px;height:10px;top:0;animation:confetti-fall 5s linear infinite;}@keyframes confetti-fall{0%{transform:translateY(-10vh) rotate(0deg);}100%{transform:translateY(110vh) rotate(720deg);}}.seasonal-balloon{font-size:2em;bottom:0;animation:float-up 15s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,0.3));}.seasonal-sparkle{font-size:1em;animation:sparkle 1s ease-out forwards;}@keyframes sparkle{0%{transform:scale(0) rotate(0deg);opacity:1;}50%{transform:scale(1.5) rotate(180deg);opacity:1;}100%{transform:scale(0) rotate(360deg);opacity:0;}}.seasonal-heart{color:#ff1493;font-weight:bold;top:0;text-shadow:0 0 5px rgba(255,20,147,0.8),0 0 10px rgba(255,105,180,0.6),0 0 15px rgba(255,192,203,0.4);animation:hearts-fall linear infinite;filter:drop-shadow(0 2px 4px rgba(255,20,147,0.3));}@keyframes hearts-fall{0%{transform:translateY(-10vh) rotate(0deg) scale(1);opacity:0;}10%{opacity:1;}90%{opacity:1;}100%{transform:translateY(110vh) rotate(360deg) scale(0.8);opacity:0;}}.seasonal-heart-confetti{width:12px;height:12px;top:0;background:linear-gradient(135deg,#ff1493,#ff69b4);clip-path:polygon( 50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35% );animation:heart-confetti-fall 6s linear infinite;box-shadow:0 0 10px rgba(255,20,147,0.5);}@keyframes heart-confetti-fall{0%{transform:translateY(-10vh) rotate(0deg);opacity:1;}100%{transform:translateY(110vh) rotate(720deg);opacity:0.5;}}.seasonal-pulsating-heart{font-size:2.5em;color:#ff1493;animation:heart-pulse 1.5s ease-in-out infinite;filter:drop-shadow(0 0 15px rgba(255,20,147,0.8));text-shadow:0 0 20px rgba(255,105,180,0.6);}@keyframes heart-pulse{0%,100%{transform:scale(1);opacity:1;}25%{transform:scale(1.2);opacity:0.9;}50%{transform:scale(1);opacity:1;}75%{transform:scale(1.15);opacity:0.95;}}.seasonal-easter-egg{font-size:1.5em;animation:bounce-hop 4s ease-in-out infinite;}@keyframes bounce-hop{0%,100%{transform:translateY(0) rotate(0deg);}25%{transform:translateY(-50px) rotate(10deg);}50%{transform:translateY(0) rotate(0deg);}75%{transform:translateY(-30px) rotate(-10deg);}}.seasonal-bunny{font-size:3em;transition:transform 0.5s ease-in-out;}.seasonal-bunny.bottom{bottom:-60px;left:50%;transform:translateX(-50%);}.seasonal-bunny.top{top:-60px;left:50%;transform:translateX(-50%) rotate(180deg);}.seasonal-bunny.left{left:0;top:50%;transform:translateX(-100%) translateY(-50%) rotate(90deg);}.seasonal-bunny.right{right:0;top:50%;transform:translateX(100%) translateY(-50%) rotate(-90deg);}.seasonal-bunny.bottom.peeking{transform:translateX(-50%) translateY(-80px);}.seasonal-bunny.top.peeking{transform:translateX(-50%) rotate(180deg) translateY(-80px);}.seasonal-bunny.left.peeking{transform:translateX(20px) translateY(-50%) rotate(90deg);}.seasonal-bunny.right.peeking{transform:translateX(-20px) translateY(-50%) rotate(-90deg);}.seasonal-flag{font-size:2em;animation:wave-flag 2s ease-in-out infinite;}@keyframes wave-flag{0%,100%{transform:rotate(-5deg);}50%{transform:rotate(5deg);}}.seasonal-star-sparkle{color:#ffffff;text-shadow:0 0 10px #4169e1;animation:star-twinkle 3s ease-in-out infinite;}@keyframes star-twinkle{0%,100%{opacity:1;transform:scale(1) rotate(0deg);}50%{opacity:0.3;transform:scale(0.7) rotate(180deg);}}@media (max-width:768px){.seasonal-element,.seasonal-sale-tag,.seasonal-snowflake,.seasonal-heart,.seasonal-balloon{font-size:0.8em;}.christmas-lights-container{height:30px;}.christmas-light{width:8px;height:8px;}.firework-particle{width:4px;height:4px;}}@media (max-width:480px){.seasonal-element:nth-child(n+4){display:none;}}@media (prefers-reduced-motion:reduce){.seasonal-element,.seasonal-sale-tag,.seasonal-snowflake,.christmas-light,.seasonal-heart,.seasonal-balloon,.seasonal-confetti,.firework-particle,.fog-particle,#halloween-fog{animation:none !important;opacity:0.5;}}@media print{.seasonal-element,.christmas-lights-container,.seasonal-sale-tag,.seasonal-snowflake,.seasonal-heart,.seasonal-firework,#halloween-fog{display:none !important;}}.seasonal-element{backface-visibility:hidden;-webkit-font-smoothing:antialiased;}@media (prefers-reduced-data:reduce){.seasonal-element{animation-duration:0.01ms !important;}}#halloween-fog{position:fixed;bottom:0;left:0;width:100%;height:300px;overflow:hidden;pointer-events:none;z-index:9998;animation:fog-atmosphere 12s ease-in-out infinite;}.fog-particle{position:absolute;border-radius:50%;filter:blur(40px);opacity:0.6;animation:fog-drift 20s infinite linear;will-change:transform;mix-blend-mode:screen;}.fog-particle-1{width:300px;height:100px;background:radial-gradient(ellipse,rgba(200,200,200,0.8) 0%,transparent 70%);bottom:-20px;left:-150px;animation-duration:25s;animation-delay:0s;}.fog-particle-2{width:400px;height:120px;background:radial-gradient(ellipse,rgba(180,180,180,0.6) 0%,transparent 70%);bottom:10px;left:-200px;animation-duration:30s;animation-delay:-5s;animation-direction:reverse;}.fog-particle-3{width:250px;height:80px;background:radial-gradient(ellipse,rgba(190,190,190,0.7) 0%,transparent 70%);bottom:40px;left:-125px;animation-duration:35s;animation-delay:-10s;}.fog-particle-4{width:350px;height:110px;background:radial-gradient(ellipse,rgba(170,170,170,0.5) 0%,transparent 70%);bottom:-10px;left:-175px;animation-duration:28s;animation-delay:-15s;animation-direction:reverse;}.fog-particle-5{width:280px;height:90px;background:radial-gradient(ellipse,rgba(160,160,160,0.6) 0%,transparent 70%);bottom:60px;left:-140px;animation-duration:32s;animation-delay:-8s;}.fog-particle-6{width:320px;height:100px;background:radial-gradient(ellipse,rgba(150,150,150,0.4) 0%,transparent 70%);bottom:20px;left:-160px;animation-duration:26s;animation-delay:-12s;animation-direction:reverse;}.fog-particle-7{width:200px;height:70px;background:radial-gradient(ellipse,rgba(140,140,140,0.7) 0%,transparent 70%);bottom:80px;left:-100px;animation-duration:38s;animation-delay:-20s;}.fog-particle-8{width:450px;height:130px;background:radial-gradient(ellipse,rgba(130,130,130,0.3) 0%,transparent 70%);bottom:-30px;left:-225px;animation-duration:24s;animation-delay:-3s;animation-direction:reverse;}@keyframes fog-drift{0%{transform:translateX(0) translateY(0) scale(1);opacity:0;}10%{opacity:0.6;}90%{opacity:0.6;}100%{transform:translateX(calc(100vw + 400px)) translateY(-20px) scale(1.1);opacity:0;}}@keyframes fog-atmosphere{0%,100%{filter:brightness(1) contrast(1);}50%{filter:brightness(1.1) contrast(1.05);}}@media (prefers-color-scheme:dark){.fog-particle{filter:blur(35px);}.fog-particle-1{background:radial-gradient(ellipse,rgba(220,220,220,0.9) 0%,transparent 70%);}.fog-particle-2{background:radial-gradient(ellipse,rgba(200,200,200,0.7) 0%,transparent 70%);}.fog-particle-3{background:radial-gradient(ellipse,rgba(210,210,210,0.8) 0%,transparent 70%);}.fog-particle-4{background:radial-gradient(ellipse,rgba(190,190,190,0.6) 0%,transparent 70%);}.fog-particle-5{background:radial-gradient(ellipse,rgba(180,180,180,0.7) 0%,transparent 70%);}.fog-particle-6{background:radial-gradient(ellipse,rgba(170,170,170,0.5) 0%,transparent 70%);}.fog-particle-7{background:radial-gradient(ellipse,rgba(160,160,160,0.8) 0%,transparent 70%);}.fog-particle-8{background:radial-gradient(ellipse,rgba(150,150,150,0.4) 0%,transparent 70%);}}#halloween-bats{position:absolute;width:100%;height:100%;}.halloween-bat{position:absolute;font-size:24px;animation:flyBat 10s linear infinite;pointer-events:none;}@keyframes flyBat{0%{transform:translateX(-50px) translateY(0px) rotate(0deg);}25%{transform:translateX(25vw) translateY(-20px) rotate(5deg);}50%{transform:translateX(50vw) translateY(20px) rotate(-5deg);}75%{transform:translateX(75vw) translateY(-10px) rotate(3deg);}100%{transform:translateX(calc(100vw + 50px)) translateY(0px) rotate(0deg);}}#halloween-ghosts{position:absolute;width:100%;height:100%;}.halloween-ghost{position:absolute;font-size:32px;animation:floatGhost 8s ease-in-out infinite;pointer-events:none;}@keyframes floatGhost{0%,100%{transform:translateY(0px) rotate(0deg);opacity:0.7;}50%{transform:translateY(-30px) rotate(5deg);opacity:1;}}#halloween-pumpkin{position:absolute;bottom:0;width:100%;height:100px;}.halloween-pumpkin{position:absolute;font-size:40px;bottom:0;animation:runPumpkin 15s linear infinite;pointer-events:none;}@keyframes runPumpkin{0%{left:-60px;transform:rotate(0deg);}50%{transform:rotate(180deg);}100%{left:calc(100vw + 60px);transform:rotate(360deg);}}#halloween-leaves{position:absolute;width:100%;height:100%;}.halloween-leaf{position:absolute;font-size:20px;animation:fallLeaf 12s linear infinite;pointer-events:none;}@keyframes fallLeaf{0%{transform:translateY(-50px) rotate(0deg);opacity:1;}100%{transform:translateY(calc(100vh + 50px)) rotate(360deg);opacity:0;}}#halloween-spiders{position:absolute;width:100%;height:100%;}.halloween-spider{position:fixed;font-size:32px;z-index:9999;pointer-events:none;filter:drop-shadow(2px 2px 4px rgba(0,0,0,0.5));transform-origin:center top;animation-timing-function:cubic-bezier(0.45,0.05,0.55,0.95);}.halloween-spider:nth-child(1){top:-50px;left:10%;animation:spider-crawl-1 10s ease-in-out infinite;}.halloween-spider:nth-child(2){top:-50px;left:30%;animation:spider-crawl-2 12s ease-in-out infinite 1.5s;}.halloween-spider:nth-child(3){top:-50px;left:50%;animation:spider-crawl-3 14s ease-in-out infinite 3s;}.halloween-spider:nth-child(4){top:-50px;left:70%;animation:spider-crawl-4 11s ease-in-out infinite 2s;}.halloween-spider:nth-child(5){top:-50px;left:90%;animation:spider-crawl-5 13s ease-in-out infinite 4s;}@keyframes spider-crawl-1{0%{transform:translateY(0) rotate(0deg);opacity:0;}5%{opacity:1;}25%{transform:translateY(200px) rotate(10deg);}45%{transform:translateY(400px) rotate(-5deg);}55%{transform:translateY(400px) rotate(-5deg);}75%{transform:translateY(200px) rotate(8deg);}95%{transform:translateY(0) rotate(0deg);opacity:1;}100%{transform:translateY(0) rotate(0deg);opacity:0;}}@keyframes spider-crawl-2{0%{transform:translateY(0) rotate(0deg) scale(1);opacity:0;}5%{opacity:1;}20%{transform:translateY(150px) rotate(-8deg) scale(1.1);}42%{transform:translateY(350px) rotate(5deg) scale(1);}58%{transform:translateY(350px) rotate(5deg) scale(1);}80%{transform:translateY(150px) rotate(-10deg) scale(1.1);}95%{transform:translateY(0) rotate(0deg) scale(1);opacity:1;}100%{transform:translateY(0) rotate(0deg) scale(1);opacity:0;}}@keyframes spider-crawl-3{0%{transform:translateY(0) rotate(0deg);opacity:0;}8%{opacity:1;}28%{transform:translateY(250px) rotate(15deg);}45%{transform:translateY(450px) rotate(-10deg);}55%{transform:translateY(450px) rotate(-10deg);}72%{transform:translateY(250px) rotate(12deg);}92%{transform:translateY(0) rotate(0deg);opacity:1;}100%{transform:translateY(0) rotate(0deg);opacity:0;}}@keyframes spider-crawl-4{0%{transform:translateY(0) rotate(0deg) scale(0.9);opacity:0;}6%{opacity:1;}24%{transform:translateY(180px) rotate(-12deg) scale(1);}44%{transform:translateY(380px) rotate(8deg) scale(1.05);}56%{transform:translateY(380px) rotate(8deg) scale(1.05);}76%{transform:translateY(180px) rotate(-15deg) scale(1);}94%{transform:translateY(0) rotate(0deg) scale(0.9);opacity:1;}100%{transform:translateY(0) rotate(0deg) scale(0.9);opacity:0;}}@keyframes spider-crawl-5{0%{transform:translateY(0) rotate(0deg);opacity:0;}7%{opacity:1;}26%{transform:translateY(220px) rotate(12deg);}46%{transform:translateY(420px) rotate(-8deg);}54%{transform:translateY(420px) rotate(-8deg);}74%{transform:translateY(220px) rotate(10deg);}93%{transform:translateY(0) rotate(0deg);opacity:1;}100%{transform:translateY(0) rotate(0deg);opacity:0;}}.halloween-spider.speed-slow{animation-duration:18s !important;}.halloween-spider.speed-medium{animation-duration:12s !important;}.halloween-spider.speed-fast{animation-duration:7s !important;}@media (max-width:768px){.halloween-bat{font-size:20px;}.halloween-ghost{font-size:28px;}.halloween-pumpkin{font-size:36px;}.halloween-leaf{font-size:18px;}.halloween-spider{font-size:24px;}.halloween-spider:nth-child(1),.halloween-spider:nth-child(2),.halloween-spider:nth-child(3),.halloween-spider:nth-child(4),.halloween-spider:nth-child(5){animation-duration:8s !important;}}