.welcome-page{min-height:100vh;background:radial-gradient(ellipse at center,#5e0d0d,#3a0808,#1a0303);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;position:relative;overflow:hidden;font-family:Playfair Display,Georgia,serif}.welcome-page:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(45deg,transparent,transparent 40px,rgba(139,0,0,.06) 40px,rgba(139,0,0,.06) 42px),repeating-linear-gradient(-45deg,transparent,transparent 40px,rgba(139,0,0,.06) 40px,rgba(139,0,0,.06) 42px);pointer-events:none}.welcome-bg-lanterns{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.welcome-lantern-float{position:absolute;width:30px;height:40px;background:radial-gradient(ellipse,#ff44444d,#cc1a1a1a);border-radius:50%;border:1px solid rgba(218,165,32,.2);animation:floatUpLantern 15s ease-in-out infinite}.welcome-lantern-float:nth-child(1){left:5%;animation-delay:0s;animation-duration:18s}.welcome-lantern-float:nth-child(2){left:15%;animation-delay:3s;animation-duration:14s}.welcome-lantern-float:nth-child(3){left:30%;animation-delay:6s;animation-duration:20s}.welcome-lantern-float:nth-child(4){left:55%;animation-delay:2s;animation-duration:16s}.welcome-lantern-float:nth-child(5){left:70%;animation-delay:5s;animation-duration:22s}.welcome-lantern-float:nth-child(6){left:85%;animation-delay:8s;animation-duration:17s}.welcome-lantern-float:nth-child(7){left:45%;animation-delay:1s;animation-duration:19s}.welcome-lantern-float:nth-child(8){left:92%;animation-delay:4s;animation-duration:15s}@keyframes floatUpLantern{0%{transform:translateY(110vh) scale(.8);opacity:0}10%{opacity:.6}90%{opacity:.3}to{transform:translateY(-10vh) scale(1.2);opacity:0}}.welcome-header{text-align:center;margin-bottom:40px;position:relative;z-index:2;animation:fadeSlideDown 1s ease-out}.welcome-icon{font-size:3.5rem;margin-bottom:10px;display:block;animation:iconPulse 3s ease-in-out infinite}@keyframes iconPulse{0%,to{transform:scale(1);filter:drop-shadow(0 0 10px rgba(255,215,0,.3))}50%{transform:scale(1.08);filter:drop-shadow(0 0 20px rgba(255,215,0,.6))}}.welcome-title{font-family:Ma Shan Zheng,cursive;font-size:clamp(2.5rem,6vw,4.5rem);color:gold;text-shadow:0 0 20px rgba(255,215,0,.4),0 4px 8px rgba(0,0,0,.6);line-height:1.2;margin-bottom:8px}.welcome-subtitle{font-family:Cinzel Decorative,serif;font-size:clamp(.8rem,2vw,1.1rem);color:#daa520b3;letter-spacing:.3em;text-transform:uppercase}@keyframes fadeSlideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.welcome-card{background:#3c080899;border:1px solid rgba(218,165,32,.3);border-radius:20px;padding:40px;width:100%;max-width:520px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:relative;z-index:2;animation:fadeSlideUp 1s ease-out .3s both;box-shadow:0 20px 60px #00000080,inset 0 1px #ffd7001a}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.input-section{margin-bottom:35px}.input-label{display:block;font-family:Ma Shan Zheng,cursive;font-size:1.3rem;color:#ffc8c8cc;margin-bottom:12px;letter-spacing:.1em}.name-input-wrapper{position:relative}.name-input{width:100%;padding:16px 20px;font-family:Playfair Display,serif;font-size:1.1rem;color:gold;background:#1e040499;border:1.5px solid rgba(218,165,32,.3);border-radius:12px;outline:none;transition:all .3s ease;letter-spacing:.05em}.name-input::placeholder{color:#daa5204d;font-style:italic}.name-input:focus{border-color:#ffd70099;box-shadow:0 0 20px #ffd70026,inset 0 0 10px #ffd7000d;background:#1e0404cc}.theme-section{margin-bottom:35px}.theme-label{display:block;font-family:Ma Shan Zheng,cursive;font-size:1.3rem;color:#ffc8c8cc;margin-bottom:15px;letter-spacing:.1em}.theme-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.theme-card{position:relative;border:2px solid rgba(218,165,32,.2);border-radius:14px;padding:16px 10px;text-align:center;cursor:pointer;transition:all .35s ease;overflow:hidden;background:#14030380}.theme-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;opacity:0;transition:opacity .35s ease;pointer-events:none}.theme-card:hover{border-color:#daa52080;transform:translateY(-3px);box-shadow:0 8px 25px #0006}.theme-card.selected{border-color:gold;box-shadow:0 0 25px #ffd70033,0 8px 25px #0006;background:#500a0a80}.theme-card.selected:after{content:"✓";position:absolute;top:6px;right:8px;color:gold;font-size:14px;font-weight:700}.theme-card[data-theme=papercut]:before{background:linear-gradient(135deg,#cc1a1a33,#8b000026)}.theme-card[data-theme=inkwash]:before{background:linear-gradient(135deg,#64646433,#32323226)}.theme-card[data-theme=lanternglow]:before{background:linear-gradient(135deg,#3c146433,#14143c26)}.theme-card[data-theme=fireworks]:before{background:linear-gradient(135deg,#641e0a33,#320a1e26)}.theme-card:hover:before,.theme-card.selected:before{opacity:1}.theme-icon{font-size:2rem;display:block;margin-bottom:8px;position:relative;z-index:1}.theme-name{font-family:Ma Shan Zheng,cursive;font-size:1.1rem;color:#ffd700e6;display:block;margin-bottom:2px;position:relative;z-index:1}.theme-name-en{font-family:Playfair Display,serif;font-size:.65rem;color:#daa52080;letter-spacing:.1em;text-transform:uppercase;display:block;position:relative;z-index:1}.generate-btn{width:100%;padding:18px;font-family:Ma Shan Zheng,cursive;font-size:1.5rem;color:#3a0808;background:linear-gradient(135deg,gold,#daa520,gold);background-size:200% 200%;border:none;border-radius:14px;cursor:pointer;letter-spacing:.15em;transition:all .35s ease;position:relative;overflow:hidden;box-shadow:0 4px 20px #ffd7004d}.generate-btn:hover:not(:disabled){background-position:100% 0;transform:translateY(-2px);box-shadow:0 8px 30px #ffd70066}.generate-btn:active:not(:disabled){transform:translateY(0)}.generate-btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.generate-btn-sub{display:block;font-family:Playfair Display,serif;font-size:.7rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;opacity:.7;margin-top:2px}.floating-actions{position:fixed;top:20px;left:20px;right:20px;z-index:100;display:flex;justify-content:space-between;pointer-events:none}.floating-actions>*{pointer-events:auto}.back-btn{padding:10px 20px;font-family:Ma Shan Zheng,cursive;font-size:1.1rem;color:#ffd700cc;background:#3c0808b3;border:1px solid rgba(218,165,32,.3);border-radius:10px;cursor:pointer;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .3s ease;letter-spacing:.05em}.back-btn:hover{background:#500a0acc;border-color:#ffd70080;color:gold}.share-btn{padding:10px 22px;font-family:Ma Shan Zheng,cursive;font-size:1.1rem;color:#3a0808;background:linear-gradient(135deg,gold,#daa520);border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;letter-spacing:.1em;box-shadow:0 4px 15px #ffd7004d;margin-left:auto}.share-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ffd70073;background:linear-gradient(135deg,#ffe44d,#daa520)}@media(max-width:600px){.welcome-card{padding:24px 18px;border-radius:16px;max-width:100%}.welcome-header{margin-bottom:25px}.welcome-icon{font-size:2.8rem}.input-section{margin-bottom:25px}.input-label,.theme-label{font-size:1.15rem}.name-input{padding:14px 16px;font-size:1rem}.theme-section{margin-bottom:25px}.theme-grid{grid-template-columns:repeat(2,1fr);gap:8px}.theme-card{padding:12px 8px}.theme-icon{font-size:1.6rem;margin-bottom:4px}.theme-name{font-size:.95rem}.theme-name-en{font-size:.55rem}.generate-btn{padding:15px;font-size:1.3rem}.generate-btn-sub{font-size:.6rem}.floating-actions{top:12px;left:12px;right:12px;top:max(12px,env(safe-area-inset-top))}.back-btn,.share-btn{padding:8px 14px;font-size:.95rem;border-radius:8px}}.welcome-page{overflow-y:auto;overflow-x:hidden}@media(max-height:700px){.welcome-page{justify-content:flex-start;padding-top:20px}.welcome-header{margin-bottom:20px}.welcome-icon{font-size:2.2rem;margin-bottom:5px}.welcome-card{padding:20px 16px}.input-section,.theme-section{margin-bottom:20px}}.inkwash-scene{position:relative;width:100%;height:100vh;overflow:hidden;background:radial-gradient(ellipse at center,#2a2520,#1a1612,#0d0b09);font-family:Playfair Display,Georgia,serif;animation:sceneIn 1.5s ease-out forwards}.ink-bg-layer{position:absolute;top:0;left:0;width:100%;height:100%;will-change:transform;z-index:1}.ink-bg-pattern{width:100%;height:100%;background:radial-gradient(ellipse 300px 200px at 20% 30%,rgba(60,55,45,.5) 0%,transparent 70%),radial-gradient(ellipse 250px 180px at 75% 20%,rgba(50,45,38,.4) 0%,transparent 65%),radial-gradient(ellipse 350px 220px at 50% 75%,rgba(55,48,40,.45) 0%,transparent 70%),radial-gradient(ellipse 200px 150px at 85% 65%,rgba(45,40,35,.35) 0%,transparent 60%);opacity:.8}.ink-mountains-layer{position:absolute;top:0;left:0;width:100%;height:100%;will-change:transform;z-index:2}.ink-bamboo-layer{position:absolute;top:0;left:0;width:100%;height:100%;will-change:transform;z-index:5;pointer-events:none}.bamboo-left{position:absolute;left:3%;bottom:0;width:180px;opacity:.6;animation:bamboSway 8s ease-in-out infinite}.bamboo-right{position:absolute;right:2%;bottom:0;width:150px;opacity:.5;transform:scaleX(-1);animation:bamboSway 10s ease-in-out infinite reverse}@keyframes bamboSway{0%,to{transform:rotate(0);transform-origin:bottom center}50%{transform:rotate(1.5deg);transform-origin:bottom center}}.bamboo-right{animation:bamboSwayR 10s ease-in-out infinite}@keyframes bamboSwayR{0%,to{transform:scaleX(-1) rotate(0);transform-origin:bottom center}50%{transform:scaleX(-1) rotate(1.5deg);transform-origin:bottom center}}.ink-splash-layer{position:absolute;top:0;left:0;width:100%;height:100%;will-change:transform;z-index:8;pointer-events:none}.ink-splash{position:absolute;opacity:.15}.ink-splash-1{top:8%;right:10%;width:200px;animation:inkFade 12s ease-in-out infinite}.ink-splash-2{bottom:15%;left:8%;width:250px;animation:inkFade 15s ease-in-out infinite 3s}@keyframes inkFade{0%,to{opacity:.1;transform:scale(1)}50%{opacity:.2;transform:scale(1.05)}}.ink-text-layer{position:absolute;top:0;left:0;width:100%;height:100%;will-change:transform;z-index:20;display:flex;align-items:center;justify-content:center;pointer-events:none}.ink-text-content{text-align:center;position:relative;top:-5vh}.ink-deco-row{display:flex;align-items:center;justify-content:center;gap:15px;margin:12px 0}.ink-deco-line{display:inline-block;width:80px;height:1px;background:linear-gradient(to right,transparent,rgba(180,160,120,.5),transparent)}.ink-deco-dot{color:#b4a07899;font-size:10px}.ink-title{font-family:Ma Shan Zheng,cursive;font-size:clamp(3rem,8vw,7rem);color:#e6dcc8e6;text-shadow:0 0 30px rgba(180,160,120,.3),0 4px 8px rgba(0,0,0,.8);letter-spacing:.2em;line-height:1.2;animation:inkTitleGlow 5s ease-in-out infinite alternate}@keyframes inkTitleGlow{0%{text-shadow:0 0 30px rgba(180,160,120,.3),0 4px 8px rgba(0,0,0,.8)}to{text-shadow:0 0 40px rgba(180,160,120,.5),0 4px 8px rgba(0,0,0,.8),0 0 80px rgba(180,160,120,.15)}}.ink-title-en{font-family:Cinzel Decorative,Playfair Display,serif;font-size:clamp(1rem,2.5vw,1.8rem);color:#b4a07899;letter-spacing:.4em;margin-top:5px;font-weight:400}.ink-year-badge{display:inline-flex;flex-direction:column;align-items:center;margin-top:20px;padding:12px 30px;border:1px solid rgba(180,160,120,.25);border-radius:8px;background:#28231c66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ink-year-num{font-family:Cinzel Decorative,serif;font-size:clamp(2rem,4vw,3rem);color:#e6dcc8d9;font-weight:700;line-height:1}.ink-year-animal{font-family:Playfair Display,serif;font-size:clamp(.8rem,1.5vw,1.1rem);color:#b4a07899;letter-spacing:.25em;text-transform:uppercase;margin-top:4px}.ink-year-zh{font-family:Ma Shan Zheng,cursive;font-size:clamp(.9rem,1.5vw,1.2rem);color:#b4a07873;margin-top:2px}.ink-subtitle{font-family:Ma Shan Zheng,cursive;font-size:clamp(1rem,2.5vw,1.8rem);color:#c8beaa80;margin-top:15px;letter-spacing:.3em}.ink-personalized{margin-top:18px;animation:inkNameFade 2s ease-out .5s both}.ink-name-prefix{font-family:Ma Shan Zheng,cursive;font-size:clamp(1rem,2vw,1.3rem);color:#b4a07880;margin-right:8px}.ink-name-value{font-family:Ma Shan Zheng,cursive;font-size:clamp(1.4rem,3vw,2rem);color:#e6dcc8d9;text-shadow:0 0 15px rgba(180,160,120,.3)}@keyframes inkNameFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ink-horse-layer{position:absolute;top:0;left:0;width:100%;height:100%;will-change:transform;z-index:15;pointer-events:none}.ink-horse-container{position:absolute;bottom:2%;right:3%;width:clamp(250px,35vw,480px);animation:inkHorseFloat 8s ease-in-out infinite}.ink-horse-svg{width:100%;height:auto;filter:drop-shadow(0 10px 20px rgba(0,0,0,.6))}@keyframes inkHorseFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.ink-particles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:25;pointer-events:none;overflow:hidden}.ink-drop{position:absolute;width:3px;height:3px;background:radial-gradient(circle,rgba(180,160,120,.8),transparent);border-radius:50%;opacity:0;animation:inkSparkle 7s ease-in-out infinite}.ink-drop:nth-child(1){left:12%;top:18%;animation-delay:0s}.ink-drop:nth-child(2){left:28%;top:55%;animation-delay:1s;animation-duration:6s}.ink-drop:nth-child(3){left:42%;top:25%;animation-delay:2s;animation-duration:8s;width:4px;height:4px}.ink-drop:nth-child(4){left:68%;top:65%;animation-delay:3s;animation-duration:5s}.ink-drop:nth-child(5){left:82%;top:20%;animation-delay:1.5s;animation-duration:9s}.ink-drop:nth-child(6){left:18%;top:75%;animation-delay:4s;animation-duration:6.5s;width:4px;height:4px}.ink-drop:nth-child(7){left:55%;top:12%;animation-delay:2.5s;animation-duration:7.5s}.ink-drop:nth-child(8){left:75%;top:45%;animation-delay:.5s;animation-duration:8.5s}.ink-drop:nth-child(9){left:38%;top:82%;animation-delay:3.5s}.ink-drop:nth-child(10){left:90%;top:55%;animation-delay:5s;animation-duration:6s}@keyframes inkSparkle{0%{opacity:0;transform:translateY(10px) scale(0)}25%{opacity:.7;transform:translateY(0) scale(1)}50%{opacity:.4;transform:translateY(-15px) scale(.8)}75%{opacity:.6;transform:translateY(-30px) scale(1.1)}to{opacity:0;transform:translateY(-50px) scale(0)}}.ink-moon-layer{position:absolute;top:0;left:0;width:100%;height:100%;will-change:transform;z-index:3;pointer-events:none}.ink-moon{position:absolute;top:5%;right:12%;width:clamp(130px,18vw,250px);animation:moonPulse 8s ease-in-out infinite alternate}@keyframes moonPulse{0%{opacity:.7;filter:blur(0)}to{opacity:1;filter:blur(.5px)}}.ink-cranes-layer{position:absolute;top:0;left:0;width:100%;height:100%;will-change:transform;z-index:9;pointer-events:none}.ink-crane{position:absolute}.ink-crane-1{width:65px;top:12%;left:30%;animation:craneGlide1 20s ease-in-out infinite}.ink-crane-2{width:50px;top:8%;left:45%;animation:craneGlide2 25s ease-in-out infinite 5s}.ink-crane-3{width:35px;top:18%;left:55%;animation:craneGlide3 30s ease-in-out infinite 10s}@keyframes craneGlide1{0%{transform:translate(0)}25%{transform:translate(40px,-15px)}50%{transform:translate(90px,-5px)}75%{transform:translate(50px,-20px)}to{transform:translate(0)}}@keyframes craneGlide2{0%{transform:translate(0)}33%{transform:translate(-35px,-10px)}66%{transform:translate(25px,-18px)}to{transform:translate(0)}}@keyframes craneGlide3{0%{transform:translate(0)}50%{transform:translate(60px,-12px)}to{transform:translate(0)}}.ink-plum-layer{position:absolute;top:0;left:0;width:100%;height:100%;will-change:transform;z-index:7;pointer-events:none}.ink-plum-branch{position:absolute;top:-2%;left:-1%;width:clamp(150px,22vw,300px);animation:plumSway 12s ease-in-out infinite}@keyframes plumSway{0%,to{transform:rotate(0);transform-origin:top left}50%{transform:rotate(1.5deg);transform-origin:top left}}.ink-vignette{position:absolute;top:0;left:0;width:100%;height:100%;z-index:30;pointer-events:none;background:radial-gradient(ellipse 70% 65% at center,transparent 0%,rgba(0,0,0,.2) 50%,rgba(0,0,0,.6) 100%)}.ink-frame-corner{position:absolute;width:70px;height:70px;z-index:32;pointer-events:none;opacity:.35}.ink-frame-tl{top:25px;left:25px;border-top:1.5px solid rgba(180,160,120,.6);border-left:1.5px solid rgba(180,160,120,.6)}.ink-frame-tr{top:25px;right:25px;border-top:1.5px solid rgba(180,160,120,.6);border-right:1.5px solid rgba(180,160,120,.6)}.ink-frame-bl{bottom:25px;left:25px;border-bottom:1.5px solid rgba(180,160,120,.6);border-left:1.5px solid rgba(180,160,120,.6)}.ink-frame-br{bottom:25px;right:25px;border-bottom:1.5px solid rgba(180,160,120,.6);border-right:1.5px solid rgba(180,160,120,.6)}@media(max-width:768px){.ink-horse-container{width:220px;right:-3%;bottom:5%}.bamboo-left{width:120px;left:-2%}.bamboo-right{width:100px;right:-2%}.ink-deco-line{width:50px}.ink-frame-corner{width:45px;height:45px}.ink-text-content{top:-3vh;padding:0 10px}.ink-year-badge{padding:10px 20px}}@media(max-width:480px){.ink-horse-container{width:160px;right:-5%;bottom:8%}.bamboo-left{opacity:.4;width:80px;left:-3%}.bamboo-right{display:none}.ink-deco-line{width:35px}.ink-frame-corner{width:35px;height:35px}.ink-splash-1{width:120px}.ink-splash-2{width:150px}.ink-personalized{margin-top:12px}.ink-name-value{font-size:clamp(1.2rem,2.5vw,1.6rem)}.ink-crane-3{display:none}.ink-crane-1{width:45px}.ink-crane-2{width:35px}.ink-plum-branch{width:110px}.ink-moon{width:100px;top:3%;right:8%}}@media(max-width:360px){.ink-horse-container{width:130px;right:-8%}.bamboo-left{width:60px;opacity:.3}.ink-deco-row{gap:8px}}.lantern-scene{position:relative;width:100%;height:100vh;overflow:hidden;background:radial-gradient(ellipse at 50% 30%,#1a1040,#0d0820 40%,#050312);font-family:Playfair Display,Georgia,serif;animation:sceneIn 1.5s ease-out forwards}.lg-stars-layer{position:absolute;top:0;left:0;width:100%;height:100%;will-change:transform;z-index:1}.lg-star{position:absolute;width:2px;height:2px;background:#fff;border-radius:50%;animation:starTwinkle 4s ease-in-out infinite}.lg-star:nth-child(1){left:5%;top:8%;animation-delay:0s;animation-duration:3s}.lg-star:nth-child(2){left:12%;top:15%;animation-delay:1s;animation-duration:5s;width:1px;height:1px}.lg-star:nth-child(3){left:22%;top:5%;animation-delay:2s;animation-duration:4s}.lg-star:nth-child(4){left:35%;top:12%;animation-delay:.5s;animation-duration:6s;width:3px;height:3px}.lg-star:nth-child(5){left:42%;top:3%;animation-delay:3s;animation-duration:3.5s}.lg-star:nth-child(6){left:55%;top:10%;animation-delay:1.5s;animation-duration:5s;width:1px;height:1px}.lg-star:nth-child(7){left:65%;top:7%;animation-delay:2.5s;animation-duration:4s}.lg-star:nth-child(8){left:72%;top:18%;animation-delay:.8s;animation-duration:6s}.lg-star:nth-child(9){left:80%;top:4%;animation-delay:1.2s;animation-duration:3.5s;width:3px;height:3px}.lg-star:nth-child(10){left:88%;top:14%;animation-delay:3.5s;animation-duration:5s}.lg-star:nth-child(11){left:95%;top:8%;animation-delay:.3s;animation-duration:4.5s;width:1px;height:1px}.lg-star:nth-child(12){left:18%;top:22%;animation-delay:2.2s;animation-duration:3s}.lg-star:nth-child(13){left:48%;top:20%;animation-delay:4s;animation-duration:5.5s}.lg-star:nth-child(14){left:76%;top:25%;animation-delay:1.8s;animation-duration:4s;width:1px;height:1px}.lg-star:nth-child(15){left:60%;top:2%;animation-delay:.6s;animation-duration:6s}@keyframes starTwinkle{0%,to{opacity:.3}50%{opacity:1}}.lg-city-layer{position:absolute;top:0;left:0;width:100%;height:100%;will-change:transform;z-index:2}.lg-skylanterns-layer{position:absolute;top:0;left:0;width:100%;height:100%;will-change:transform;z-index:8;pointer-events:none}.sky-lantern{position:absolute;animation:skyLanternFloat 20s ease-in-out infinite}.sky-lantern-body{width:28px;height:38px;background:radial-gradient(ellipse at 50% 60%,#ff6b35,#e63232 40%,#b4141499);border-radius:50% 50% 45% 45%;position:relative;box-shadow:0 0 20px #ff6b3580,0 0 50px #ff44444d,0 0 80px #ff6b3526}.sky-lantern-flame{position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:6px;height:8px;background:radial-gradient(ellipse,gold,#ff8c00);border-radius:50%;animation:flamePulse .5s ease-in-out infinite alternate}@keyframes flamePulse{0%{opacity:.8;transform:translate(-50%) scaleY(.9)}to{opacity:1;transform:translate(-50%) scaleY(1.1)}}.sky-lantern:nth-child(1){left:8%;bottom:30%;animation-delay:0s;animation-duration:22s}.sky-lantern:nth-child(2){left:18%;bottom:45%;animation-delay:3s;animation-duration:18s}.sky-lantern:nth-child(3){left:30%;bottom:25%;animation-delay:6s;animation-duration:25s}.sky-lantern:nth-child(4){left:50%;bottom:40%;animation-delay:2s;animation-duration:20s}.sky-lantern:nth-child(5){left:65%;bottom:55%;animation-delay:8s;animation-duration:24s}.sky-lantern:nth-child(6){left:78%;bottom:35%;animation-delay:5s;animation-duration:19s}.sky-lantern:nth-child(7){left:88%;bottom:50%;animation-delay:10s;animation-duration:23s}.sky-lantern:nth-child(8){left:42%;bottom:60%;animation-delay:7s;animation-duration:21s}.sky-lantern:nth-child(1) .sky-lantern-body{width:24px;height:32px}.sky-lantern:nth-child(3) .sky-lantern-body{width:20px;height:28px;opacity:.7}.sky-lantern:nth-child(5) .sky-lantern-body{width:16px;height:22px;opacity:.5}.sky-lantern:nth-child(7) .sky-lantern-body{width:22px;height:30px;opacity:.6}@keyframes skyLanternFloat{0%{transform:translateY(0) translate(0);opacity:.8}25%{transform:translateY(-80px) translate(15px);opacity:1}50%{transform:translateY(-150px) translate(-10px);opacity:.9}75%{transform:translateY(-220px) translate(20px);opacity:.6}to{transform:translateY(-300px) translate(5px);opacity:0}}.lg-fireworks-layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:6;pointer-events:none}.firework-burst{position:absolute;opacity:0;animation:fireworkPop 4s ease-out infinite}.firework-burst:nth-child(1){left:15%;top:20%;animation-delay:1s;animation-duration:5s}.firework-burst:nth-child(2){left:40%;top:10%;animation-delay:3s;animation-duration:6s}.firework-burst:nth-child(3){left:70%;top:15%;animation-delay:5s;animation-duration:4.5s}.firework-burst:nth-child(4){left:85%;top:25%;animation-delay:2s;animation-duration:7s}.firework-burst:nth-child(5){left:55%;top:8%;animation-delay:7s;animation-duration:5.5s}@keyframes fireworkPop{0%{opacity:0;transform:scale(0)}10%{opacity:1;transform:scale(1)}30%{opacity:.8;transform:scale(1.2)}to{opacity:0;transform:scale(1.5)}}.lg-text-layer{position:absolute;top:0;left:0;width:100%;height:100%;will-change:transform;z-index:20;display:flex;align-items:center;justify-content:center;pointer-events:none}.lg-text-content{text-align:center;position:relative;top:-5vh}.lg-deco-row{display:flex;align-items:center;justify-content:center;gap:15px;margin:12px 0}.lg-deco-line{display:inline-block;width:80px;height:1px;background:linear-gradient(to right,transparent,rgba(255,107,53,.5),transparent)}.lg-deco-dot{color:#ff6b35b3;font-size:10px}.lg-title{font-family:Ma Shan Zheng,cursive;font-size:clamp(3rem,8vw,7rem);color:gold;letter-spacing:.15em;line-height:1.2;text-shadow:0 0 10px rgba(255,215,0,.6),0 0 30px rgba(255,107,53,.5),0 0 60px rgba(255,68,68,.3),0 4px 8px rgba(0,0,0,.8);animation:neonGlow 3s ease-in-out infinite alternate}@keyframes neonGlow{0%{text-shadow:0 0 10px rgba(255,215,0,.6),0 0 30px rgba(255,107,53,.5),0 0 60px rgba(255,68,68,.3),0 4px 8px rgba(0,0,0,.8)}to{text-shadow:0 0 15px rgba(255,215,0,.8),0 0 40px rgba(255,107,53,.7),0 0 80px rgba(255,68,68,.4),0 0 120px rgba(255,215,0,.2),0 4px 8px rgba(0,0,0,.8)}}.lg-title-en{font-family:Cinzel Decorative,Playfair Display,serif;font-size:clamp(1.2rem,3vw,2.2rem);color:#ff9650b3;letter-spacing:.35em;margin-top:5px;font-weight:400;text-shadow:0 0 15px rgba(255,107,53,.3)}.lg-year-badge{display:inline-flex;flex-direction:column;align-items:center;margin-top:20px;padding:12px 30px;border:1px solid rgba(255,107,53,.3);border-radius:8px;background:#140a2880;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 0 20px #ff6b351a}.lg-year-num{font-family:Cinzel Decorative,serif;font-size:clamp(2rem,4vw,3rem);color:gold;font-weight:700;line-height:1;text-shadow:0 0 15px rgba(255,215,0,.4)}.lg-year-animal{font-family:Playfair Display,serif;font-size:clamp(.8rem,1.5vw,1.1rem);color:#ff965099;letter-spacing:.25em;text-transform:uppercase;margin-top:4px}.lg-year-zh{font-family:Ma Shan Zheng,cursive;font-size:clamp(.9rem,1.5vw,1.2rem);color:#ffd70066;margin-top:2px}.lg-subtitle{font-family:Ma Shan Zheng,cursive;font-size:clamp(1rem,2.5vw,1.8rem);color:#ffb49699;margin-top:15px;letter-spacing:.3em}.lg-personalized{margin-top:18px;animation:lgNameFade 2s ease-out .5s both}.lg-name-prefix{font-family:Ma Shan Zheng,cursive;font-size:clamp(1rem,2vw,1.3rem);color:#ff965099;margin-right:8px}.lg-name-value{font-family:Ma Shan Zheng,cursive;font-size:clamp(1.4rem,3vw,2rem);color:gold;text-shadow:0 0 20px rgba(255,215,0,.4),0 0 40px rgba(255,107,53,.2)}@keyframes lgNameFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.lg-horse-layer{position:absolute;top:0;left:0;width:100%;height:100%;will-change:transform;z-index:15;pointer-events:none}.lg-horse-container{position:absolute;bottom:2%;right:3%;width:clamp(260px,38vw,520px);animation:lgHorseFloat 8s ease-in-out infinite}.lg-horse-svg{width:100%;height:auto;filter:drop-shadow(0 0 20px rgba(255,107,53,.4)) drop-shadow(0 10px 25px rgba(0,0,0,.6))}@keyframes lgHorseFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.lg-embers{position:absolute;top:0;left:0;width:100%;height:100%;z-index:25;pointer-events:none;overflow:hidden}.ember{position:absolute;width:4px;height:4px;background:radial-gradient(circle,#ffd700,#ff6b35,transparent);border-radius:50%;opacity:0;animation:emberRise 8s ease-out infinite}.ember:nth-child(1){left:8%;bottom:10%;animation-delay:0s;animation-duration:7s}.ember:nth-child(2){left:20%;bottom:15%;animation-delay:1s;animation-duration:9s;width:3px;height:3px}.ember:nth-child(3){left:35%;bottom:5%;animation-delay:2s;animation-duration:6s;width:5px;height:5px}.ember:nth-child(4){left:48%;bottom:20%;animation-delay:.5s;animation-duration:8s}.ember:nth-child(5){left:58%;bottom:8%;animation-delay:3s;animation-duration:10s;width:3px;height:3px}.ember:nth-child(6){left:70%;bottom:12%;animation-delay:1.5s;animation-duration:7.5s;width:5px;height:5px}.ember:nth-child(7){left:82%;bottom:18%;animation-delay:4s;animation-duration:6.5s}.ember:nth-child(8){left:92%;bottom:6%;animation-delay:2.5s;animation-duration:9s}.ember:nth-child(9){left:15%;bottom:25%;animation-delay:5s;animation-duration:8s;width:3px;height:3px}.ember:nth-child(10){left:45%;bottom:30%;animation-delay:3.5s;animation-duration:7s}.ember:nth-child(11){left:75%;bottom:22%;animation-delay:6s;animation-duration:9.5s;width:4px;height:4px}.ember:nth-child(12){left:55%;bottom:3%;animation-delay:1.8s;animation-duration:6s}@keyframes emberRise{0%{opacity:0;transform:translateY(0) scale(0)}15%{opacity:1;transform:translateY(-30px) scale(1)}60%{opacity:.6;transform:translateY(-200px) translate(15px) scale(.7)}to{opacity:0;transform:translateY(-400px) translate(-10px) scale(0)}}.lg-vignette{position:absolute;top:0;left:0;width:100%;height:100%;z-index:30;pointer-events:none;background:radial-gradient(ellipse 70% 65% at center,transparent 0%,rgba(0,0,0,.15) 50%,rgba(0,0,0,.6) 100%)}.lg-frame-corner{position:absolute;width:70px;height:70px;z-index:32;pointer-events:none;opacity:.4}.lg-frame-tl{top:20px;left:20px;border-top:2px solid rgba(255,107,53,.5);border-left:2px solid rgba(255,107,53,.5)}.lg-frame-tr{top:20px;right:20px;border-top:2px solid rgba(255,107,53,.5);border-right:2px solid rgba(255,107,53,.5)}.lg-frame-bl{bottom:20px;left:20px;border-bottom:2px solid rgba(255,107,53,.5);border-left:2px solid rgba(255,107,53,.5)}.lg-frame-br{bottom:20px;right:20px;border-bottom:2px solid rgba(255,107,53,.5);border-right:2px solid rgba(255,107,53,.5)}@media(max-width:768px){.lg-horse-container{width:230px;right:-3%;bottom:5%}.lg-deco-line{width:50px}.lg-frame-corner{width:45px;height:45px}.lg-text-content{top:-3vh;padding:0 10px}.lg-year-badge{padding:10px 20px}.sky-lantern:nth-child(7),.sky-lantern:nth-child(8){display:none}}@media(max-width:480px){.lg-horse-container{width:170px;right:-5%;bottom:8%}.lg-deco-line{width:35px}.lg-frame-corner{width:35px;height:35px}.sky-lantern:nth-child(5),.sky-lantern:nth-child(6){display:none}.firework-burst:nth-child(4),.firework-burst:nth-child(5){display:none}.lg-personalized{margin-top:12px}.lg-name-value{font-size:clamp(1.2rem,2.5vw,1.6rem)}}@media(max-width:360px){.lg-horse-container{width:140px;right:-8%}.lg-deco-row{gap:8px}.sky-lantern:nth-child(3),.sky-lantern:nth-child(4){display:none}}.fireworks-scene{position:relative;width:100%;height:100vh;overflow:hidden;background:radial-gradient(ellipse at 50% 60%,#0f0825,#080418 40%,#050312);font-family:Playfair Display,Georgia,serif;cursor:crosshair}.fw-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5}.fw-stars{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.fw-star{position:absolute;width:2px;height:2px;background:#fff;border-radius:50%;animation:fwStarTwinkle 4s ease-in-out infinite}.fw-star:nth-child(1){left:3%;top:5%;animation-delay:0s;animation-duration:3.5s}.fw-star:nth-child(2){left:10%;top:12%;animation-delay:1.2s;animation-duration:5s;width:1px;height:1px}.fw-star:nth-child(3){left:18%;top:3%;animation-delay:2.4s;animation-duration:4s}.fw-star:nth-child(4){left:28%;top:8%;animation-delay:.5s;animation-duration:6s;width:3px;height:3px}.fw-star:nth-child(5){left:37%;top:2%;animation-delay:3.1s;animation-duration:3s}.fw-star:nth-child(6){left:45%;top:10%;animation-delay:1.8s;animation-duration:5.5s;width:1px;height:1px}.fw-star:nth-child(7){left:53%;top:6%;animation-delay:2.8s;animation-duration:4s}.fw-star:nth-child(8){left:62%;top:14%;animation-delay:.8s;animation-duration:6s}.fw-star:nth-child(9){left:72%;top:4%;animation-delay:1.5s;animation-duration:3.5s;width:3px;height:3px}.fw-star:nth-child(10){left:80%;top:11%;animation-delay:3.8s;animation-duration:5s}.fw-star:nth-child(11){left:88%;top:7%;animation-delay:.3s;animation-duration:4.5s;width:1px;height:1px}.fw-star:nth-child(12){left:95%;top:3%;animation-delay:2.1s;animation-duration:3s}.fw-star:nth-child(13){left:15%;top:18%;animation-delay:4.2s;animation-duration:5.5s}.fw-star:nth-child(14){left:42%;top:16%;animation-delay:1s;animation-duration:4s;width:1px;height:1px}.fw-star:nth-child(15){left:67%;top:1%;animation-delay:.7s;animation-duration:6s}.fw-star:nth-child(16){left:55%;top:20%;animation-delay:3.5s;animation-duration:4.5s}.fw-star:nth-child(17){left:85%;top:18%;animation-delay:2.5s;animation-duration:3.5s;width:2px;height:2px}.fw-star:nth-child(18){left:25%;top:22%;animation-delay:1.3s;animation-duration:5s}.fw-star:nth-child(19){left:7%;top:16%;animation-delay:4s;animation-duration:6s;width:1px;height:1px}.fw-star:nth-child(20){left:76%;top:9%;animation-delay:.2s;animation-duration:4s}@keyframes fwStarTwinkle{0%,to{opacity:.2}50%{opacity:.9}}.fw-cityscape{position:absolute;bottom:0;left:0;width:100%;height:auto;z-index:3;pointer-events:none}.fw-text-layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;display:flex;align-items:center;justify-content:center;pointer-events:none}.fw-text-content{text-align:center;position:relative;top:-5vh}.fw-deco-row{display:flex;align-items:center;justify-content:center;gap:15px;margin:12px 0}.fw-deco-line{display:inline-block;width:80px;height:1px;background:linear-gradient(to right,transparent,rgba(255,215,0,.5),transparent)}.fw-deco-dot{color:#ffd700b3;font-size:12px}.fw-title{font-family:Ma Shan Zheng,cursive;font-size:clamp(3rem,8vw,7rem);color:gold;letter-spacing:.15em;line-height:1.2;text-shadow:0 0 10px rgba(255,215,0,.8),0 0 30px rgba(255,150,50,.6),0 0 60px rgba(255,68,68,.4),0 0 100px rgba(255,215,0,.2),0 4px 8px rgba(0,0,0,.9);animation:fwTitlePulse 2.5s ease-in-out infinite alternate}@keyframes fwTitlePulse{0%{text-shadow:0 0 10px rgba(255,215,0,.8),0 0 30px rgba(255,150,50,.6),0 0 60px rgba(255,68,68,.4),0 0 100px rgba(255,215,0,.2),0 4px 8px rgba(0,0,0,.9)}to{text-shadow:0 0 15px rgba(255,215,0,1),0 0 40px rgba(255,150,50,.8),0 0 80px rgba(255,68,68,.5),0 0 120px rgba(255,215,0,.3),0 0 160px rgba(255,100,50,.15),0 4px 8px rgba(0,0,0,.9)}}.fw-title-en{font-family:Cinzel Decorative,Playfair Display,serif;font-size:clamp(1.2rem,3vw,2.2rem);color:#ffc896cc;letter-spacing:.35em;margin-top:5px;font-weight:400;text-shadow:0 0 20px rgba(255,150,50,.3)}.fw-year-badge{display:inline-flex;flex-direction:column;align-items:center;margin-top:20px;padding:14px 32px;border:1.5px solid rgba(255,215,0,.35);border-radius:10px;background:#0f082599;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 0 30px #ffd70014,inset 0 0 20px #ffd70008}.fw-year-num{font-family:Cinzel Decorative,serif;font-size:clamp(2rem,4vw,3rem);color:gold;font-weight:700;line-height:1;text-shadow:0 0 20px rgba(255,215,0,.5)}.fw-year-animal{font-family:Playfair Display,serif;font-size:clamp(.8rem,1.5vw,1.1rem);color:#ffc89699;letter-spacing:.25em;text-transform:uppercase;margin-top:4px}.fw-year-zh{font-family:Ma Shan Zheng,cursive;font-size:clamp(.9rem,1.5vw,1.2rem);color:#ffd70073;margin-top:2px}.fw-subtitle{font-family:Ma Shan Zheng,cursive;font-size:clamp(1rem,2.5vw,1.8rem);color:#ffc8b499;margin-top:15px;letter-spacing:.3em}.fw-personalized{margin-top:18px;animation:fwNameFade 2s ease-out .5s both}.fw-name-prefix{font-family:Ma Shan Zheng,cursive;font-size:clamp(1rem,2vw,1.3rem);color:#ffc89699;margin-right:8px}.fw-name-value{font-family:Ma Shan Zheng,cursive;font-size:clamp(1.4rem,3vw,2rem);color:gold;text-shadow:0 0 20px rgba(255,215,0,.5),0 0 50px rgba(255,150,50,.3)}@keyframes fwNameFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fw-click-hint{position:absolute;bottom:30px;left:50%;transform:translate(-50%);z-index:15;font-family:Playfair Display,serif;font-size:.8rem;color:#ffd70066;letter-spacing:.15em;pointer-events:none;animation:fwHintPulse 3s ease-in-out infinite}@keyframes fwHintPulse{0%,to{opacity:.3}50%{opacity:.6}}.fw-vignette{position:absolute;top:0;left:0;width:100%;height:100%;z-index:8;pointer-events:none;background:radial-gradient(ellipse 75% 70% at center,transparent 0%,rgba(5,3,18,.15) 50%,rgba(5,3,18,.55) 100%)}.fw-frame-corner{position:absolute;width:70px;height:70px;z-index:12;pointer-events:none;opacity:.35}.fw-frame-tl{top:20px;left:20px;border-top:2px solid rgba(255,215,0,.4);border-left:2px solid rgba(255,215,0,.4)}.fw-frame-tr{top:20px;right:20px;border-top:2px solid rgba(255,215,0,.4);border-right:2px solid rgba(255,215,0,.4)}.fw-frame-bl{bottom:20px;left:20px;border-bottom:2px solid rgba(255,215,0,.4);border-left:2px solid rgba(255,215,0,.4)}.fw-frame-br{bottom:20px;right:20px;border-bottom:2px solid rgba(255,215,0,.4);border-right:2px solid rgba(255,215,0,.4)}@media(max-width:768px){.fw-deco-line{width:50px}.fw-frame-corner{width:45px;height:45px}.fw-click-hint{font-size:.7rem;bottom:20px}.fw-text-content{top:-3vh;padding:0 10px}.fw-year-badge{padding:10px 22px}}@media(max-width:480px){.fw-frame-corner{width:35px;height:35px}.fw-deco-line{width:35px}.fw-personalized{margin-top:12px}.fw-name-value{font-size:clamp(1.2rem,2.5vw,1.6rem)}.fw-click-hint{font-size:.6rem;bottom:15px}}@media(max-width:360px){.fw-deco-row{gap:8px}.fw-frame-corner{width:28px;height:28px}}@keyframes fwHorseFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(1deg)}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--red-deep: #3a0808;--red-dark: #5e0d0d;--red-mid: #8b0000;--red-bright: #cc1a1a;--red-vivid: #e63232;--gold-light: #ffd700;--gold-mid: #daa520;--gold-dark: #b8860b;--gold-deep: #8b6914;--shadow-dark: rgba(0, 0, 0, .6);--shadow-soft: rgba(0, 0, 0, .3)}html,body{width:100%;height:100%;overflow:auto;background:var(--red-deep);font-family:Playfair Display,Georgia,serif;cursor:default;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%}.parallax-scene{position:relative;width:100%;height:100vh;overflow:hidden;background:radial-gradient(ellipse at center,var(--red-dark) 0%,var(--red-deep) 70%,#1a0303 100%)}.parallax-layer{position:absolute;top:0;left:0;width:100%;height:100%;will-change:transform;transition:transform .1s ease-out}.layer-bg{z-index:1;transform:scale(1.15)}.bg-pattern{width:100%;height:100%;background:radial-gradient(ellipse 80px 50px at 15% 20%,rgba(139,0,0,.4) 0%,transparent 70%),radial-gradient(ellipse 60px 40px at 18% 22%,rgba(139,0,0,.3) 0%,transparent 60%),radial-gradient(ellipse 90px 55px at 75% 15%,rgba(139,0,0,.4) 0%,transparent 70%),radial-gradient(ellipse 70px 42px at 78% 18%,rgba(139,0,0,.3) 0%,transparent 60%),radial-gradient(ellipse 100px 60px at 40% 80%,rgba(139,0,0,.35) 0%,transparent 70%),radial-gradient(ellipse 75px 45px at 60% 75%,rgba(139,0,0,.3) 0%,transparent 65%),radial-gradient(ellipse 85px 50px at 90% 60%,rgba(139,0,0,.3) 0%,transparent 70%),radial-gradient(ellipse 65px 40px at 5% 70%,rgba(139,0,0,.35) 0%,transparent 65%),repeating-linear-gradient(45deg,transparent,transparent 40px,rgba(139,0,0,.08) 40px,rgba(139,0,0,.08) 42px),repeating-linear-gradient(-45deg,transparent,transparent 40px,rgba(139,0,0,.08) 40px,rgba(139,0,0,.08) 42px);opacity:.8}.layer-mountains{z-index:2;transform:scale(1.1)}.mountains-svg{position:absolute;bottom:0;left:-5%;width:110%;height:auto;opacity:.6}.layer-cloud{z-index:5;pointer-events:none}.cloud-left{position:absolute}.cloud-left .cloud-svg{position:absolute;top:5%;left:-2%;width:280px;opacity:.5;animation:floatCloud 12s ease-in-out infinite}.cloud-right .cloud-svg{position:absolute;top:10%;right:-2%;left:auto;width:240px;opacity:.4;transform:scaleX(-1);animation:floatCloud 15s ease-in-out infinite reverse}@keyframes floatCloud{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.cloud-right .cloud-svg{animation:floatCloudRight 15s ease-in-out infinite}@keyframes floatCloudRight{0%,to{transform:scaleX(-1) translateY(0)}50%{transform:scaleX(-1) translateY(-15px)}}.layer-mid{z-index:10;filter:drop-shadow(0 10px 15px rgba(0,0,0,.5));pointer-events:none}.peony-cluster{position:absolute}.peony-top-left{top:-8%;left:-5%;width:350px;opacity:.85;animation:floatPeony 10s ease-in-out infinite}.peony-bottom-right{bottom:-5%;right:-3%;width:300px;opacity:.8;animation:floatPeony 13s ease-in-out infinite reverse}.peony-top-right{top:15%;right:8%;width:150px;opacity:.6;animation:floatPeony 11s ease-in-out infinite 2s}@keyframes floatPeony{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(2deg)}}.layer-lanterns{z-index:12;pointer-events:none}.lantern{position:absolute;top:0;display:flex;flex-direction:column;align-items:center}.lantern-1{left:12%;animation:swingLantern 6s ease-in-out infinite}.lantern-2{left:50%;transform:translate(-50%);animation:swingLantern 7s ease-in-out infinite 1s}.lantern-3{right:12%;animation:swingLantern 5.5s ease-in-out infinite .5s}.lantern-string{width:2px;height:40px;background:linear-gradient(to bottom,var(--gold-dark),var(--gold-mid))}.lantern-body{position:relative;display:flex;flex-direction:column;align-items:center;filter:drop-shadow(0 8px 12px rgba(0,0,0,.5))}.lantern-top-cap{width:40px;height:8px;background:linear-gradient(to bottom,var(--gold-light),var(--gold-dark));border-radius:3px 3px 0 0}.lantern-glow{width:55px;height:70px;background:radial-gradient(ellipse at center,#ff4444 0%,var(--red-bright) 40%,var(--red-mid) 100%);border-radius:50%;border:2px solid var(--gold-mid);display:flex;align-items:center;justify-content:center;box-shadow:0 0 30px #f446,0 0 60px #f443,inset 0 0 20px #ffc86433}.lantern-char{position:absolute;top:50%;left:50%;transform:translate(-50%,-30%);font-family:Ma Shan Zheng,cursive;font-size:28px;color:var(--gold-light);text-shadow:0 0 10px rgba(255,215,0,.6);z-index:2}.lantern-bottom-cap{width:40px;height:8px;background:linear-gradient(to top,var(--gold-light),var(--gold-dark));border-radius:0 0 3px 3px}.lantern-tassel{width:3px;height:25px;background:linear-gradient(to bottom,var(--gold-mid),var(--gold-light),var(--gold-mid));border-radius:0 0 2px 2px;position:relative}.lantern-tassel:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:12px;height:12px;background:radial-gradient(circle,var(--gold-light),var(--gold-dark));border-radius:0 0 50% 50%;clip-path:polygon(0% 0%,100% 0%,85% 100%,50% 80%,15% 100%)}@keyframes swingLantern{0%,to{transform:rotate(-2deg);transform-origin:top center}50%{transform:rotate(2deg);transform-origin:top center}}.lantern-2{animation:swingLantern2 7s ease-in-out infinite 1s}@keyframes swingLantern2{0%,to{transform:translate(-50%) rotate(-1.5deg);transform-origin:top center}50%{transform:translate(-50%) rotate(1.5deg);transform-origin:top center}}.layer-text{z-index:20;display:flex;align-items:center;justify-content:center;pointer-events:none}.text-content{text-align:center;position:relative;top:-5vh}.text-top-decoration,.text-bottom-decoration{display:flex;align-items:center;justify-content:center;gap:15px;margin:12px 0}.deco-line{display:inline-block;width:80px;height:1px;background:linear-gradient(to right,transparent,var(--gold-mid),transparent)}.deco-diamond{color:var(--gold-mid);font-size:10px;opacity:.7}.title-main{font-family:Ma Shan Zheng,cursive;font-size:clamp(3rem,8vw,7rem);color:var(--gold-light);text-shadow:0 0 20px rgba(255,215,0,.5),0 4px 8px rgba(0,0,0,.7),0 0 60px rgba(255,215,0,.2);letter-spacing:.15em;line-height:1.2;animation:titleGlow 4s ease-in-out infinite alternate}@keyframes titleGlow{0%{text-shadow:0 0 20px rgba(255,215,0,.5),0 4px 8px rgba(0,0,0,.7),0 0 60px rgba(255,215,0,.2)}to{text-shadow:0 0 30px rgba(255,215,0,.7),0 4px 8px rgba(0,0,0,.7),0 0 80px rgba(255,215,0,.35)}}.title-english{font-family:Cinzel Decorative,Playfair Display,serif;font-size:clamp(1.2rem,3vw,2.2rem);color:var(--gold-mid);letter-spacing:.35em;margin-top:5px;text-shadow:0 2px 6px rgba(0,0,0,.6);font-weight:400}.year-badge{display:inline-flex;flex-direction:column;align-items:center;margin-top:20px;padding:12px 30px;border:1px solid rgba(218,165,32,.4);border-radius:8px;background:#8b00004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.year-number{font-family:Cinzel Decorative,serif;font-size:clamp(2rem,4vw,3rem);color:var(--gold-light);font-weight:700;line-height:1;text-shadow:0 0 15px rgba(255,215,0,.4)}.year-animal{font-family:Playfair Display,serif;font-size:clamp(.8rem,1.5vw,1.1rem);color:var(--gold-mid);letter-spacing:.25em;text-transform:uppercase;margin-top:4px}.year-chinese{font-family:Ma Shan Zheng,cursive;font-size:clamp(.9rem,1.5vw,1.2rem);color:#ffd70099;margin-top:2px}.subtitle{font-family:Ma Shan Zheng,cursive;font-size:clamp(1rem,2.5vw,1.8rem);color:#ffc8c8b3;margin-top:15px;letter-spacing:.3em}.personalized-name{margin-top:18px;animation:nameReveal 2s ease-out .5s both}.name-prefix{font-family:Ma Shan Zheng,cursive;font-size:clamp(1rem,2vw,1.3rem);color:#ffc8c899;margin-right:8px}.name-value{font-family:Ma Shan Zheng,cursive;font-size:clamp(1.4rem,3vw,2.2rem);color:var(--gold-light);text-shadow:0 0 20px rgba(255,215,0,.4)}@keyframes nameReveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pc-hongbao-layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:15;pointer-events:none}.pc-hongbao{position:absolute;filter:drop-shadow(0 4px 12px rgba(0,0,0,.4))}.pc-hb-1{width:55px;top:8%;left:6%;animation:hongbaoFloat 12s ease-in-out infinite;opacity:.65}.pc-hb-2{width:45px;top:15%;right:8%;animation:hongbaoFloat 15s ease-in-out infinite 3s;opacity:.55;transform:rotate(-8deg)}.pc-hb-3{width:38px;bottom:18%;left:12%;animation:hongbaoFloat 18s ease-in-out infinite 6s;opacity:.45;transform:rotate(5deg)}@keyframes hongbaoFloat{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-15px) rotate(3deg)}50%{transform:translateY(-8px) rotate(-2deg)}75%{transform:translateY(-20px) rotate(4deg)}}.pc-coins-layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:8;pointer-events:none}.pc-coin{position:absolute;animation:coinSpin 10s linear infinite}.pc-coin-1{width:30px;top:20%;left:18%;opacity:.25;animation-duration:12s}.pc-coin-2{width:22px;top:65%;left:8%;opacity:.2;animation-duration:15s;animation-delay:2s}.pc-coin-3{width:26px;top:35%;right:15%;opacity:.22;animation-duration:11s;animation-delay:4s}.pc-coin-4{width:18px;top:75%;right:12%;opacity:.18;animation-duration:14s;animation-delay:6s}.pc-coin-5{width:24px;bottom:30%;left:25%;opacity:.2;animation-duration:13s;animation-delay:1s}@keyframes coinSpin{0%{transform:rotateY(0) translateY(0)}25%{transform:rotateY(90deg) translateY(-8px)}50%{transform:rotateY(180deg) translateY(0)}75%{transform:rotateY(270deg) translateY(-5px)}to{transform:rotateY(360deg) translateY(0)}}.pc-firecracker-layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:12;pointer-events:none}.pc-firecracker{position:absolute;filter:drop-shadow(0 3px 8px rgba(0,0,0,.3))}.pc-fc-left{width:40px;top:3%;left:22%;opacity:.45;animation:firecrackerSway 8s ease-in-out infinite}.pc-fc-right{width:35px;top:5%;right:18%;opacity:.38;animation:firecrackerSway 10s ease-in-out infinite 2s}@keyframes firecrackerSway{0%,to{transform:rotate(0)}25%{transform:rotate(2deg)}75%{transform:rotate(-2deg)}}.pc-rosette-layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:6;pointer-events:none}.pc-rosette{position:absolute}.pc-rosette-1{width:120px;top:5%;right:4%;animation:rosetteRotate 30s linear infinite}.pc-rosette-2{width:90px;bottom:12%;right:20%;animation:rosetteRotate 25s linear infinite reverse}@keyframes rosetteRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:480px){.pc-hb-3,.pc-coin-4,.pc-coin-5{display:none}.pc-fc-left{width:30px;left:5%}.pc-fc-right{width:28px;right:5%}.pc-rosette-1{width:70px}.pc-rosette-2{display:none}.pc-hb-1{width:40px}.pc-hb-2{width:35px}}.layer-horse{z-index:30;pointer-events:none}.horse-container{position:absolute;bottom:2%;right:3%;width:clamp(280px,40vw,550px);animation:horseFloat 8s ease-in-out infinite}.horse-svg{width:100%;height:auto;filter:drop-shadow(0 15px 25px rgba(0,0,0,.6))}@keyframes horseFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.particles-layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:35;pointer-events:none;overflow:hidden}.particle{position:absolute;width:4px;height:4px;background:radial-gradient(circle,var(--gold-light),transparent);border-radius:50%;opacity:0;animation:sparkle 6s ease-in-out infinite}.p1{left:10%;top:20%;animation-delay:0s;animation-duration:7s}.p2{left:25%;top:60%;animation-delay:.8s;animation-duration:5s;width:3px;height:3px}.p3{left:45%;top:30%;animation-delay:1.5s;animation-duration:8s;width:5px;height:5px}.p4{left:65%;top:70%;animation-delay:2.2s;animation-duration:6s}.p5{left:80%;top:25%;animation-delay:3s;animation-duration:7s;width:3px;height:3px}.p6{left:15%;top:80%;animation-delay:3.8s;animation-duration:5.5s;width:5px;height:5px}.p7{left:55%;top:15%;animation-delay:4.5s;animation-duration:6.5s}.p8{left:35%;top:85%;animation-delay:5s;animation-duration:8s;width:3px;height:3px}.p9{left:90%;top:50%;animation-delay:1s;animation-duration:7s;width:4px;height:4px}.p10{left:70%;top:40%;animation-delay:2s;animation-duration:6s;width:5px;height:5px}.p11{left:5%;top:45%;animation-delay:3.5s;animation-duration:9s}.p12{left:50%;top:55%;animation-delay:4s;animation-duration:5s;width:3px;height:3px}@keyframes sparkle{0%{opacity:0;transform:translateY(20px) scale(0)}20%{opacity:.9;transform:translateY(0) scale(1)}50%{opacity:.5;transform:translateY(-20px) scale(.8)}80%{opacity:.8;transform:translateY(-40px) scale(1.1)}to{opacity:0;transform:translateY(-60px) scale(0)}}.vignette-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:40;pointer-events:none;background:radial-gradient(ellipse 70% 65% at center,transparent 0%,rgba(0,0,0,.15) 50%,rgba(0,0,0,.55) 100%)}.frame-corner{position:absolute;width:80px;height:80px;z-index:42;pointer-events:none;opacity:.5}.frame-tl{top:20px;left:20px;border-top:2px solid var(--gold-mid);border-left:2px solid var(--gold-mid)}.frame-tl:after{content:"◆";position:absolute;top:-6px;left:-6px;color:var(--gold-mid);font-size:8px}.frame-tr{top:20px;right:20px;border-top:2px solid var(--gold-mid);border-right:2px solid var(--gold-mid)}.frame-tr:after{content:"◆";position:absolute;top:-6px;right:-6px;color:var(--gold-mid);font-size:8px}.frame-bl{bottom:20px;left:20px;border-bottom:2px solid var(--gold-mid);border-left:2px solid var(--gold-mid)}.frame-bl:after{content:"◆";position:absolute;bottom:-6px;left:-6px;color:var(--gold-mid);font-size:8px}.frame-br{bottom:20px;right:20px;border-bottom:2px solid var(--gold-mid);border-right:2px solid var(--gold-mid)}.frame-br:after{content:"◆";position:absolute;bottom:-6px;right:-6px;color:var(--gold-mid);font-size:8px}@media(max-width:768px){.horse-container{right:-5%;bottom:5%;width:250px}.lantern-1{left:5%}.lantern-3{right:5%}.lantern-glow{width:42px;height:55px}.lantern-char{font-size:22px}.lantern-top-cap,.lantern-bottom-cap{width:32px}.peony-top-left{width:220px;top:-10%;left:-10%}.peony-bottom-right{width:200px;bottom:-8%;right:-8%}.peony-top-right{width:100px}.cloud-left .cloud-svg{width:180px}.cloud-right .cloud-svg{width:150px}.text-content{top:-8vh}.year-badge{padding:10px 20px}.frame-corner{width:50px;height:50px}.deco-line{width:50px}}@media(max-width:480px){.horse-container{width:180px;right:-8%;bottom:8%}.lantern-2,.peony-top-right{display:none}.lantern-string{height:25px}.text-content{top:-3vh;padding:0 10px}.year-badge{padding:8px 16px}.personalized-name{margin-top:12px}.name-value{font-size:clamp(1.2rem,2.5vw,1.6rem)}.peony-top-left{width:160px;top:-12%;left:-15%}.peony-bottom-right{width:150px;bottom:-10%;right:-12%}.frame-corner{width:35px;height:35px}}@media(max-width:360px){.horse-container{width:150px;right:-10%}.lantern-glow{width:35px;height:46px}.lantern-char{font-size:18px}.deco-line{width:35px}}.parallax-scene{animation:sceneIn 1.5s ease-out forwards}@keyframes sceneIn{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}
