:root{--garland-lamp-color:#828282;--garland-shadow-color:#656565;--garland-animation-duration:2s}.garland-container{position:absolute;bottom:-20px;left:0;right:0;height:25px;pointer-events:none;z-index:100;overflow:hidden}.garland-row{top:0;left:0;width:100%;height:25px;display:flex;flex-wrap:nowrap;overflow:visible;position:absolute;pointer-events:none}.garland-segment{display:flex;flex-wrap:nowrap;position:relative}.garland-lamp{z-index:1;overflow:visible;color:var(--garland-shadow-color);flex-shrink:0;transition:transform 0.3s ease}.garland-lamp-1{margin-top:-5px;margin-left:-9px}.garland-lamp-2{margin-top:-3px;margin-left:-8px}.garland-lamp-3{margin-top:-8px;margin-left:-8px}.garland-lamp-4{margin-top:-6px;margin-left:-8px}.garland-lamp-5{margin-top:-7px;margin-left:-10px}.garland-lamp-shape{color:var(--garland-lamp-color);filter:drop-shadow(0 0 3px currentColor);transition:filter 0.9s ease,opacity 0.9s ease,color 1.2s ease}.garland-lamp-shape.garland-on{filter:drop-shadow(0 0 8px currentColor);animation:garland-glow var(--garland-animation-duration) ease-in-out infinite}@keyframes garland-glow{0%,100%{filter:drop-shadow(0 0 5px currentColor)}50%{filter:drop-shadow(0 0 12px currentColor)}}.garland-row.garland-animate .garland-lamp-1 .garland-lamp-shape{animation:color-shift-1 var(--garland-animation-duration) ease-in-out infinite}.garland-row.garland-animate .garland-lamp-2 .garland-lamp-shape{animation:color-shift-2 var(--garland-animation-duration) ease-in-out infinite}.garland-row.garland-animate .garland-lamp-3 .garland-lamp-shape{animation:color-shift-3 var(--garland-animation-duration) ease-in-out infinite}.garland-row.garland-animate .garland-lamp-4 .garland-lamp-shape{animation:color-shift-4 var(--garland-animation-duration) ease-in-out infinite}.garland-row.garland-animate .garland-lamp-5 .garland-lamp-shape{animation:color-shift-5 var(--garland-animation-duration) ease-in-out infinite}@keyframes color-shift-1{0%,100%{color:#07f}25%{color:#17d685}50%{color:#ffd91d}75%{color:#f679ff}}@keyframes color-shift-2{0%,100%{color:#f679ff}25%{color:#ffd91d}50%{color:#07f}75%{color:#17d685}}@keyframes color-shift-3{0%,100%{color:#17d685}25%{color:#07f}50%{color:#f679ff}75%{color:#ffd91d}}@keyframes color-shift-4{0%,100%{color:#ffd91d}25%{color:#f679ff}50%{color:#17d685}75%{color:#ab47e9}}@keyframes color-shift-5{0%,100%{color:#ab47e9}25%{color:#07f}50%{color:#ffd91d}75%{color:#f679ff}}.garland-switch-wrapper{position:fixed;top:0;right:42px;z-index:10000;display:flex;flex-direction:column;align-items:center;pointer-events:none;transform-origin:top center}.garland-rope{width:2px;height:75px;background:linear-gradient(to bottom,rgba(140,140,140,0.25),rgba(100,100,100,0.7) 70%,rgba(80,80,80,0.9));position:relative;pointer-events:none;border-radius:1px}.garland-rope::after{content:'';position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);width:8px;height:8px;background:linear-gradient(135deg,#bbb,#777);border-radius:50%;box-shadow:0 1px 4px rgba(0,0,0,0.3);border:1px solid rgba(255,255,255,0.4)}.garland-switch{position:relative;top:auto;right:auto;width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#ff6b6b 0%,#ee5a24 100%);border:3px solid rgba(255,255,255,0.9);cursor:pointer !important;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 22px rgba(238,90,36,0.45),inset 0 2px 6px rgba(255,255,255,0.35),0 0 0 1px rgba(0,0,0,0.1);transition:all 0.4s cubic-bezier(0.68,-0.55,0.265,1.55);opacity:1;pointer-events:auto !important;margin-top:-3px}.garland-switch::before{content:'';position:absolute;top:-10px;left:50%;transform:translateX(-50%);width:12px;height:12px;background:linear-gradient(135deg,#ddd,#999);border-radius:50% 50% 40% 40%;border:2px solid #fff;box-shadow:0 2px 5px rgba(0,0,0,0.25);z-index:-1}.garland-switch:hover{transform:scale(1.12);box-shadow:0 10px 30px rgba(238,90,36,0.55),inset 0 2px 6px rgba(255,255,255,0.45),0 0 0 1px rgba(0,0,0,0.1)}.garland-switch.swinging{animation:garland-swing 1.4s cubic-bezier(0.36,0.07,0.19,0.97) both}@keyframes garland-swing{0%{transform:rotate(0deg) translateY(0)}15%{transform:rotate(10deg) translateY(6px)}30%{transform:rotate(-8deg) translateY(10px)}45%{transform:rotate(5deg) translateY(6px)}60%{transform:rotate(-3deg) translateY(3px)}75%{transform:rotate(2deg) translateY(1px)}100%{transform:rotate(0deg) translateY(0)}}.garland-switch:not(.garland-switch-on){background:linear-gradient(135deg,#95a5a6 0%,#7f8c8d 100%);box-shadow:0 4px 15px rgba(127,140,141,0.35),inset 0 2px 4px rgba(255,255,255,0.2),0 0 0 1px rgba(0,0,0,0.08)}.garland-switch-icon{font-size:22px;filter:drop-shadow(0 1px 2px rgba(0,0,0,0.25));transition:all 0.4s ease;pointer-events:none}.garland-switch:not(.garland-switch-on) .garland-switch-icon{filter:grayscale(100%) brightness(0.75) drop-shadow(0 1px 2px rgba(0,0,0,0.2));opacity:0.6;transform:scale(0.9)}.garland-row .garland-lamp-shape{transition:filter 0.9s ease,opacity 0.9s ease,color 1.2s ease}.garland-row:not(.garland-animate) .garland-lamp-shape{filter:none !important;opacity:0.35 !important;color:#666 !important;animation:none !important}.garland-row:not(.garland-animate) .garland-lamp-shape.garland-on{filter:none !important;animation:none !important}@media (max-width:992px){.garland-container{height:22px;bottom:-17px}.garland-row{height:22px}.garland-switch-wrapper{right:32px}.garland-rope{height:65px}.garland-switch{width:44px;height:44px}.garland-switch-icon{font-size:18px}}@media (max-width:768px){.garland-container{height:18px;bottom:-14px}.garland-row{height:18px}.garland-switch-wrapper{right:26px}.garland-rope{height:55px}.garland-switch{width:40px;height:40px}.garland-switch-icon{font-size:16px}}@media (max-width:480px){.garland-container{height:15px;bottom:-12px}.garland-row{height:15px}.garland-switch-wrapper{right:22px}.garland-rope{height:45px}.garland-switch{width:36px;height:36px}.garland-switch-icon{font-size:14px}}.snow-canvas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9998}.leaves-canvas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9997}.spring-leaves-canvas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9996}.rain-canvas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9995}.fog-canvas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9994}.frost-overlay{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9993;opacity:1}.frost-pattern{opacity:0.9;animation:frost-shimmer 5s ease-in-out infinite;transform-origin:center}.frost-pattern path{stroke:rgba(220,240,255,0.95) !important;stroke-width:1.2 !important;stroke-linecap:round !important;filter:drop-shadow(0 0 3px rgba(180,220,255,0.8))}.frost-pattern-1{animation-delay:0s}.frost-pattern-2{animation-delay:1.25s}.frost-pattern-3{animation-delay:2.5s}.frost-pattern-4{animation-delay:3.75s}@keyframes frost-shimmer{0%,100%{opacity:0.5}50%{opacity:0.95}}.crystal-snow-canvas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9992}.sakura-canvas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9991}.fireflies-canvas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9990}.dust-canvas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9989;opacity:0.5}.snow-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9998}.snowflake{position:absolute;color:#ffffff;-webkit-user-select:none;user-select:none;font-size:var(--snow-size,16px);opacity:var(--snow-opacity,1);top:var(--snow-top,0);left:var(--snow-left,0);transition:top 0.05s linear,left 0.05s linear}@media (prefers-reduced-motion:reduce){.snow-canvas,.leaves-canvas,.spring-leaves-canvas,.rain-canvas,.fog-canvas,.crystal-snow-canvas,.sakura-canvas,.frost-overlay,.fireflies-canvas,.dust-canvas{display:none !important}}