.PasswordScreen-module__ZBJlaq__container{background-color:var(--bg-primary);justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.PasswordScreen-module__ZBJlaq__card{text-align:center;border:1px solid var(--accent-matcha);background:#fff;border-radius:24px;width:90%;max-width:400px;padding:40px;box-shadow:0 10px 40px #00000008}.PasswordScreen-module__ZBJlaq__card h2{color:var(--text-dark);margin-bottom:15px}.PasswordScreen-module__ZBJlaq__card p{color:var(--text-muted);margin-bottom:25px;font-size:.95rem;line-height:1.5}.PasswordScreen-module__ZBJlaq__form{flex-direction:column;gap:15px;display:flex}.PasswordScreen-module__ZBJlaq__input{border:2px solid var(--accent-matcha);border-radius:12px;outline:none;padding:12px 20px;font-family:inherit;font-size:1rem;transition:all .3s}.PasswordScreen-module__ZBJlaq__input:focus{border-color:var(--highlight-tana);box-shadow:0 0 0 4px #ffd54f1a}.PasswordScreen-module__ZBJlaq__error{border-color:#ff8a80;animation:.5s ease-in-out PasswordScreen-module__ZBJlaq__shake}.PasswordScreen-module__ZBJlaq__button{background-color:var(--accent-matcha);color:var(--text-dark);border-radius:12px;padding:12px;font-weight:600;transition:background .3s}.PasswordScreen-module__ZBJlaq__button:hover{background-color:#d4e1d4}.PasswordScreen-module__ZBJlaq__errorText{color:#ff8a80;margin-top:10px;font-size:.85rem}@keyframes PasswordScreen-module__ZBJlaq__shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}
.Envelope-module__bIdl-q__container{background-color:var(--bg-primary);justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.Envelope-module__bIdl-q__envelopeWrapper{perspective:1000px;cursor:pointer}.Envelope-module__bIdl-q__envelope{width:350px;height:250px;transform-style:preserve-3d;background-color:#f2efe9;transition:transform .5s;position:relative;box-shadow:0 10px 30px #0000000d}.Envelope-module__bIdl-q__envelope:hover{transform:translateY(-5px)}.Envelope-module__bIdl-q__front{z-index:3;clip-path:polygon(0 0,100% 0,100% 100%,0 100%);background-color:#f2efe9;border:1px solid #0000000d;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}.Envelope-module__bIdl-q__back{z-index:1;background-color:#e5e2db;width:100%;height:100%;position:absolute}.Envelope-module__bIdl-q__top{z-index:4;clip-path:polygon(0 0,50% 50%,100% 0);transform-origin:top;background-color:#f2efe9;width:100%;height:100%;transition:transform .8s,z-index 0s .4s;position:absolute;top:0;left:0}.Envelope-module__bIdl-q__open .Envelope-module__bIdl-q__top{z-index:1;transform:rotateX(180deg)}.Envelope-module__bIdl-q__seal{background-color:var(--accent-white);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:20px;padding:10px;display:flex;box-shadow:0 4px 15px #0000001a}.Envelope-module__bIdl-q__puppy{object-fit:contain}.Envelope-module__bIdl-q__text{font-family:var(--font-serif);color:var(--text-muted);font-size:1.1rem;font-style:italic}.Envelope-module__bIdl-q__letter{z-index:2;background-color:#fff;width:calc(100% - 20px);height:90%;padding:20px;transition:transform 1s .5s;position:absolute;bottom:0;left:10px;box-shadow:0 0 10px #0000000d}.Envelope-module__bIdl-q__open .Envelope-module__bIdl-q__letter{transform:translateY(-100px)}.Envelope-module__bIdl-q__letterContent{text-align:center;color:var(--text-dark)}.Envelope-module__bIdl-q__letterContent h2{color:var(--text-dark);margin-bottom:10px}.Envelope-module__bIdl-q__particles{pointer-events:none;position:absolute;top:50%;left:50%}.Envelope-module__bIdl-q__petal{opacity:.8;background-color:#fff;border-radius:100% 0%;width:15px;height:15px;position:absolute}@media (max-width:480px){.Envelope-module__bIdl-q__envelope{width:280px;height:200px}.Envelope-module__bIdl-q__seal{width:100px;height:100px}}
.MusicPlayer-module__-KJxwW__wrapper{z-index:200;position:fixed;bottom:24px;right:24px}.MusicPlayer-module__-KJxwW__pill{-webkit-backdrop-filter:blur(16px);background:#ffffffbf;border:1px solid #ffffff80;border-radius:50px;align-items:center;gap:8px;padding:8px;display:flex;overflow:hidden;box-shadow:0 8px 32px #00000014,0 0 0 1px #00000008}.MusicPlayer-module__-KJxwW__vizBtn{background:var(--accent-matcha);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background .3s;display:flex}.MusicPlayer-module__-KJxwW__vizBtn:hover{background:#d4e8d5}.MusicPlayer-module__-KJxwW__visualizer{align-items:flex-end;gap:2.5px;height:18px;display:flex}.MusicPlayer-module__-KJxwW__bar{background:var(--text-dark);border-radius:2px;width:3px}.MusicPlayer-module__-KJxwW__details{white-space:nowrap;align-items:center;gap:16px;padding-right:8px;display:flex}.MusicPlayer-module__-KJxwW__trackInfo{align-items:center;gap:10px;display:flex}.MusicPlayer-module__-KJxwW__emoji{font-size:1.5rem}.MusicPlayer-module__-KJxwW__meta{flex-direction:column;display:flex}.MusicPlayer-module__-KJxwW__trackTitle{font-family:var(--font-sans);color:var(--text-dark);font-size:.82rem;font-weight:700}.MusicPlayer-module__-KJxwW__trackArtist{font-family:var(--font-sans);color:var(--text-muted);font-size:.72rem}.MusicPlayer-module__-KJxwW__controls{gap:6px;display:flex}.MusicPlayer-module__-KJxwW__ctrlBtn{border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.15rem;transition:background .2s;display:flex}.MusicPlayer-module__-KJxwW__ctrlBtn:hover{background:#0000000d}@media (max-width:480px){.MusicPlayer-module__-KJxwW__wrapper{bottom:16px;right:16px}}.MusicPlayer-module__-KJxwW__prompt{color:var(--text-dark);font-size:.8rem;font-family:var(--font-sans);white-space:nowrap;cursor:pointer;pointer-events:none;background:#fff;border-radius:20px;padding:8px 16px;animation:2s ease-in-out infinite MusicPlayer-module__-KJxwW__promptBounce;position:absolute;bottom:calc(100% + 12px);right:0;box-shadow:0 4px 16px #00000014}@keyframes MusicPlayer-module__-KJxwW__promptBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}
.Timeline-module__2BcEfa__wrapper{padding:40px 0;position:relative}.Timeline-module__2BcEfa__sectionTitle{text-align:center;justify-content:center;align-items:center;height:50vh;padding:0 20px;display:flex}.Timeline-module__2BcEfa__sectionTitle h2{font-family:var(--font-serif);color:var(--text-dark);margin-bottom:12px;font-size:clamp(2rem,6vw,3.5rem);line-height:1.15}.Timeline-module__2BcEfa__sectionTitle p{color:var(--text-muted);font-size:1rem;font-style:italic}.Timeline-module__2BcEfa__sparkle{color:var(--highlight-tana);margin-bottom:14px;font-size:2rem;animation:3s ease-in-out infinite Timeline-module__2BcEfa__sparkleFloat;display:block}@keyframes Timeline-module__2BcEfa__sparkleFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(10deg)}}.Timeline-module__2BcEfa__grid{flex-direction:column;gap:80px;max-width:700px;margin:0 auto;padding:0 20px;display:flex}.Timeline-module__2BcEfa__memoryCard{will-change:transform, opacity;max-width:500px;position:relative}.Timeline-module__2BcEfa__cardLeft{align-self:flex-start}.Timeline-module__2BcEfa__cardRight{align-self:flex-end}.Timeline-module__2BcEfa__badge{z-index:5;background:var(--highlight-tana);width:42px;height:42px;font-family:var(--font-serif);color:var(--text-dark);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex;position:absolute;top:-14px;left:20px;box-shadow:0 4px 12px #ffd54f59}.Timeline-module__2BcEfa__cardRight .Timeline-module__2BcEfa__badge{left:auto;right:20px}.Timeline-module__2BcEfa__photoFrame{background:#fff;border:1px solid #0000000a;border-radius:20px;width:100%;padding:10px;position:relative;overflow:hidden;box-shadow:0 15px 50px #00000012}.Timeline-module__2BcEfa__photo{object-fit:cover;aspect-ratio:4/5;border-radius:14px;width:100%;height:auto;transition:transform .6s;display:block}.Timeline-module__2BcEfa__memoryCard:hover .Timeline-module__2BcEfa__photo{transform:scale(1.03)}.Timeline-module__2BcEfa__caption{text-align:center;padding:18px 10px 5px}.Timeline-module__2BcEfa__caption h3{font-family:var(--font-serif);color:var(--text-dark);margin-bottom:6px;font-size:1.3rem}.Timeline-module__2BcEfa__caption p{font-family:var(--font-sans);color:var(--text-muted);font-size:.9rem;line-height:1.5}.Timeline-module__2BcEfa__outro{text-align:center;color:var(--text-muted);padding:80px 20px 40px}.Timeline-module__2BcEfa__outro p{font-family:var(--font-serif);margin-bottom:16px;font-size:1.2rem;font-style:italic}.Timeline-module__2BcEfa__arrow{font-size:1.8rem;animation:2s infinite Timeline-module__2BcEfa__bounce;display:inline-block}@keyframes Timeline-module__2BcEfa__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(12px)}}@media (max-width:768px){.Timeline-module__2BcEfa__grid{gap:50px}.Timeline-module__2BcEfa__memoryCard{max-width:100%}.Timeline-module__2BcEfa__cardLeft,.Timeline-module__2BcEfa__cardRight{align-self:center}}
.StarryNight-module__nB4EAG__container{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.StarryNight-module__nB4EAG__canvas{width:100%;height:100%;position:absolute;inset:0}.StarryNight-module__nB4EAG__content{z-index:2;text-align:center;color:#fff;padding:0 20px;position:relative}.StarryNight-module__nB4EAG__content h2{font-family:var(--font-serif);text-shadow:0 0 30px #ffffc84d;margin-bottom:16px;font-size:clamp(1.8rem,5vw,3rem)}.StarryNight-module__nB4EAG__content p{font-family:var(--font-sans);opacity:.8;font-size:1.1rem}.StarryNight-module__nB4EAG__subtitle{color:var(--highlight-tana)!important;opacity:1!important;margin-top:30px!important;font-size:.9rem!important}.StarryNight-module__nB4EAG__continueBtn{z-index:2;color:#fff;font-family:var(--font-sans);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:1px solid #ffffff4d;border-radius:30px;margin-top:40px;padding:12px 30px;font-size:.9rem;transition:background .3s;position:relative}.StarryNight-module__nB4EAG__continueBtn:hover{background:#fff3}
.PhotoPuzzle-module___olRWG__container{background:linear-gradient(180deg, #0a0a1e 0%, var(--bg-primary) 100%);justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.PhotoPuzzle-module___olRWG__title{font-family:var(--font-serif);text-align:center;color:var(--text-dark);margin-bottom:8px;font-size:2rem}.PhotoPuzzle-module___olRWG__hint{text-align:center;color:var(--text-muted);margin-bottom:30px;font-size:.9rem}.PhotoPuzzle-module___olRWG__puzzleGrid{border-radius:16px;gap:4px;max-width:360px;margin:0 auto;display:grid;overflow:hidden;box-shadow:0 20px 60px #0000001a}.PhotoPuzzle-module___olRWG__piece{aspect-ratio:1;cursor:pointer;border-radius:4px;transition:box-shadow .2s;overflow:hidden}.PhotoPuzzle-module___olRWG__piece:hover{box-shadow:0 0 0 3px var(--highlight-tana)}.PhotoPuzzle-module___olRWG__selected{z-index:2;transform:scale(1.05);box-shadow:0 0 0 3px var(--highlight-tana)!important}.PhotoPuzzle-module___olRWG__solved{pointer-events:none}.PhotoPuzzle-module___olRWG__pieceInner{background-repeat:no-repeat;width:100%;height:100%}.PhotoPuzzle-module___olRWG__info{max-width:360px;color:var(--text-muted);justify-content:space-between;align-items:center;margin-top:20px;margin-left:auto;margin-right:auto;font-size:.85rem;display:flex}.PhotoPuzzle-module___olRWG__skipBtn{background:var(--accent-matcha);color:var(--text-dark);border-radius:20px;padding:8px 20px;font-size:.85rem;font-weight:600;transition:opacity .2s}.PhotoPuzzle-module___olRWG__skipBtn:hover{opacity:.8}.PhotoPuzzle-module___olRWG__solvedOverlay{text-align:center;margin-top:20px}.PhotoPuzzle-module___olRWG__solvedEmoji{margin-bottom:10px;font-size:3rem;display:block}.PhotoPuzzle-module___olRWG__solvedOverlay p{font-family:var(--font-serif);color:var(--text-dark);font-size:1.2rem}
.BlowCandle-module__41x-_a__container{background:var(--bg-primary);justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.BlowCandle-module__41x-_a__inner{text-align:center;max-width:500px}.BlowCandle-module__41x-_a__title{font-family:var(--font-serif);margin-bottom:30px;font-size:2.2rem}.BlowCandle-module__41x-_a__cakeWrapper{cursor:pointer;margin-bottom:30px;display:inline-block;position:relative}.BlowCandle-module__41x-_a__cakeImage{filter:drop-shadow(0 15px 30px #00000014);max-width:100%;height:auto}.BlowCandle-module__41x-_a__flame{z-index:10;position:absolute;top:12%;left:50%;transform:translate(-50%)}.BlowCandle-module__41x-_a__flameInner{background:linear-gradient(#fff,#fc0,#f60);border-radius:50%/60% 60% 40% 40%;width:14px;height:28px;animation:.15s ease-in-out infinite alternate BlowCandle-module__41x-_a__flicker}.BlowCandle-module__41x-_a__flameGlow{background:radial-gradient(circle,#ffc83266 0%,#0000 70%);border-radius:50%;width:54px;height:54px;animation:1s ease-in-out infinite BlowCandle-module__41x-_a__glowPulse;position:absolute;top:-10px;left:-20px}@keyframes BlowCandle-module__41x-_a__flicker{0%{transform:skew(-2deg)scaleY(1)}to{transform:skew(2deg)scaleY(1.05)}}@keyframes BlowCandle-module__41x-_a__glowPulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.BlowCandle-module__41x-_a__smoke{filter:blur(4px);z-index:10;background:#b4b4b480;border-radius:50%;width:8px;height:30px;position:absolute;top:10%;left:50%;transform:translate(-50%)}.BlowCandle-module__41x-_a__actions{flex-direction:column;align-items:center;gap:10px;display:flex}.BlowCandle-module__41x-_a__micBtn{background:var(--accent-matcha);color:var(--text-dark);border-radius:30px;padding:14px 28px;font-size:.95rem;font-weight:600;transition:transform .2s;box-shadow:0 5px 15px #00000014}.BlowCandle-module__41x-_a__micBtn:hover{transform:scale(1.05)}.BlowCandle-module__41x-_a__tapHint{color:var(--text-muted);font-size:.8rem}.BlowCandle-module__41x-_a__listeningText{color:var(--text-muted);font-style:italic}.BlowCandle-module__41x-_a__wish h3{font-family:var(--font-serif);margin-bottom:10px;font-size:1.8rem}.BlowCandle-module__41x-_a__wish p{color:var(--text-muted);font-style:italic}
.Fireworks-module__wqCZjq__container{background:#0a0a1e;width:100%;height:100vh;position:relative;overflow:hidden}.Fireworks-module__wqCZjq__canvas{width:100%;height:100%;position:absolute;inset:0}
.TypewriterLetter-module__uR5AVa__container{background:var(--bg-primary);justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.TypewriterLetter-module__uR5AVa__paper{background:#fff;border:1px solid #0000000a;border-radius:20px;width:100%;max-width:600px;padding:10px;box-shadow:0 20px 60px #0000000f}.TypewriterLetter-module__uR5AVa__header{align-items:center;gap:12px;padding:20px 25px 15px;display:flex}.TypewriterLetter-module__uR5AVa__icon{font-size:1.5rem}.TypewriterLetter-module__uR5AVa__header h2{font-family:var(--font-serif);font-size:1.5rem}.TypewriterLetter-module__uR5AVa__content{border:1px dashed var(--accent-matcha);background:repeating-linear-gradient(#0000,#0000 31px,#c8e6c94d 31px 32px);border-radius:14px;min-height:300px;margin:0 5px 15px;padding:30px}.TypewriterLetter-module__uR5AVa__text{font-family:var(--font-sans);color:var(--text-dark);white-space:pre-wrap;word-wrap:break-word;font-size:1rem;line-height:32px}.TypewriterLetter-module__uR5AVa__cursor{color:var(--highlight-tana);font-weight:700;animation:.6s step-end infinite TypewriterLetter-module__uR5AVa__blink}@keyframes TypewriterLetter-module__uR5AVa__blink{50%{opacity:0}}.TypewriterLetter-module__uR5AVa__skipBtn{background:var(--accent-matcha);color:var(--text-dark);border-radius:20px;margin:0 auto 15px;padding:8px 20px;font-size:.82rem;font-weight:600;transition:opacity .2s;display:block}.TypewriterLetter-module__uR5AVa__skipBtn:hover{opacity:.8}.TypewriterLetter-module__uR5AVa__doneHint{text-align:center;color:var(--text-muted);font-family:var(--font-serif);padding:15px 0;font-size:.9rem;font-style:italic}@media (max-width:480px){.TypewriterLetter-module__uR5AVa__content{padding:20px}}
.VoiceMessage-module___9egqa__container{background:var(--bg-primary);flex-direction:column;justify-content:center;align-items:center;min-height:80vh;padding:40px 20px;display:flex}.VoiceMessage-module___9egqa__card{background:#fff;border:1px solid #0000000a;border-radius:24px;align-items:flex-start;gap:16px;width:100%;max-width:450px;padding:24px;display:flex;box-shadow:0 15px 50px #0000000f}.VoiceMessage-module___9egqa__avatar{flex-shrink:0;font-size:2.5rem}.VoiceMessage-module___9egqa__body{flex:1;min-width:0}.VoiceMessage-module___9egqa__label{font-family:var(--font-serif);color:var(--text-dark);margin-bottom:14px;font-size:1rem;font-weight:700}.VoiceMessage-module___9egqa__waveformWrapper{align-items:center;gap:12px;display:flex}.VoiceMessage-module___9egqa__playBtn{background:var(--accent-matcha);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;transition:transform .2s;display:flex}.VoiceMessage-module___9egqa__playBtn:hover{transform:scale(1.1)}.VoiceMessage-module___9egqa__waveform{flex:1;align-items:center;gap:2px;height:36px;display:flex}.VoiceMessage-module___9egqa__bar{background:#d5d5d5;border-radius:2px;flex-shrink:0;width:3px;transition:background .2s}.VoiceMessage-module___9egqa__active{background:var(--accent-matcha)!important}.VoiceMessage-module___9egqa__hint{color:var(--text-muted);margin-top:10px;font-size:.75rem}.VoiceMessage-module___9egqa__footer{color:var(--text-muted);font-size:.8rem;font-family:var(--font-sans);margin-top:60px}
