@import "https://fonts.googleapis.com/css2?family=Pacifico&family=Poppins:wght@300;400;600;700&display=swap";body{color:#333;overscroll-behavior-y:none;background:linear-gradient(135deg,#ff9a9e 0%,#fecfef 99% 100%);font-family:Poppins,sans-serif;overflow-x:hidden}.app-container{width:100vw;min-height:100vh;position:relative}.canvas-container{z-index:-1;pointer-events:none;width:100vw;height:100vh;position:fixed;top:0;left:0}.anime-kitty-wrapper{pointer-events:none}.anime-kitty{justify-content:center;align-items:center;width:200px;height:160px;display:flex;position:relative}.head{z-index:2;background:#fff;border-radius:50% 50% 45% 45%;flex-direction:column;align-items:center;width:180px;height:140px;display:flex;position:relative;box-shadow:inset -10px -10px 20px #ffb6c14d}.ear{z-index:1;border-bottom:60px solid #fff;border-left:30px solid #0000;border-right:30px solid #0000;width:0;height:0;position:absolute;top:-20px}.ear.left{left:10px;transform:rotate(-25deg)}.ear.right{right:10px;transform:rotate(25deg)}.ear:after{content:"";border-bottom:35px solid #ffb6c1;border-left:15px solid #0000;border-right:15px solid #0000;width:0;height:0;position:absolute;top:20px;left:-15px}.blush{filter:blur(4px);background:#ff69b466;border-radius:50%;width:25px;height:12px;position:absolute;top:75px}.blush.left{left:20px}.blush.right{right:20px}.eyes-container{justify-content:space-between;width:110px;margin-top:50px;display:flex;position:relative}.eye{background:#333;border-radius:50%;width:35px;height:45px;position:relative;overflow:hidden}.eye .highlight.big{background:#fff;border-radius:50%;width:15px;height:18px;position:absolute;top:5px;right:8px}.eye .highlight.small{background:#fff;border-radius:50%;width:8px;height:8px;position:absolute;bottom:8px;left:8px}.eye.closed-sad{background:0 0;border-top:6px solid #333;border-radius:10px;height:8px;margin-top:15px}.eye.star{text-align:center;color:gold;text-shadow:0 0 10px #ffb6c1;background:0 0;width:45px;font-size:35px;line-height:45px}.waterfall{background:#a2d2ff;border-radius:10px;width:15px;height:60px;animation:.5s linear infinite waterfallFlow;position:absolute;top:30px}.waterfall.left{left:10px}.waterfall.right{right:10px}@keyframes waterfallFlow{0%{opacity:.8;transform:translateY(0)scaleY(1)}to{opacity:0;transform:translateY(15px)scaleY(1.2)}}.mouth{color:#333;margin-top:5px;font-family:Pacifico,cursive;font-size:24px;line-height:1}.mouth.crying{margin-top:15px;font-family:sans-serif;font-weight:700;transform:scaleY(.7)}.mouth-open{background:#ff758c;border:2px solid #333;border-radius:10px 10px 20px 20px;width:20px;height:25px;margin-top:5px}.scroll-content{z-index:10;flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.hero-spacer{flex-direction:column;justify-content:flex-end;align-items:center;height:100vh;padding-bottom:50px;display:flex}.exciting-text{color:#ff1493;text-shadow:2px 2px 4px #ff69b466;margin-bottom:5px;font-family:Pacifico,cursive;font-size:2.8rem;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.scroll-hint{color:#d81b60;text-transform:uppercase;letter-spacing:2px;text-shadow:1px 1px 2px #fffc;font-size:1.3rem;font-weight:700;animation:2s infinite bounce}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-15px)}60%{transform:translateY(-8px)}}.card-section{justify-content:center;align-items:center;width:100%;min-height:100vh;padding:20px;display:flex}.content-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#ffffffd9;border:2px solid #ffb6c1;border-radius:30px;width:100%;max-width:700px;padding:30px 20px;box-shadow:0 25px 50px #ff69b433}h1{color:#ff1493;text-shadow:2px 2px 4px #ff69b433;margin-bottom:5px;font-family:Pacifico,cursive;font-size:2.5rem}.name{color:#ff69b4;text-shadow:2px 2px 4px #ff69b466;margin-bottom:15px;font-family:Pacifico,cursive;font-size:3rem}.prayers{margin:15px 0}.prayer-text{color:#d81b60;margin-bottom:10px;font-size:1.1rem;font-weight:600;line-height:1.5}.poem-box{color:#ff1493;text-shadow:1px 1px 2px #ff69b433;border-top:2px dashed #ffb6c1;margin-top:20px;padding-top:20px;font-family:Pacifico,cursive;font-size:1.4rem;line-height:1.5}.poem-box p{margin-bottom:5px}.buttons-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:15px;min-height:60px;margin-top:30px;display:flex;position:relative}.btn{cursor:pointer;touch-action:manipulation;border:none;border-radius:50px;outline:none;padding:12px 30px;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:700;box-shadow:0 5px 15px #ff69b433}.btn-treat{color:#fff;z-index:50;background:linear-gradient(45deg,#ff7eb3,#ff758c);transition:all .3s}.btn-treat:hover{transform:scale(1.05)translateY(-5px);box-shadow:0 15px 35px #ff758c99}.btn-runaway{color:#ff758c;z-index:100;white-space:nowrap;background:#fff;border:2px solid #ff758c}.runaway-wrapper{opacity:1;margin:-30px;padding:30px;transition:opacity 50ms,transform 50ms;display:inline-block;position:relative;transform:scale(1)}.runaway-wrapper.ninja-hide{opacity:0;pointer-events:none;transform:scale(.5)}.popup-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;opacity:0;pointer-events:none;background:#ffc0cb99;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .3s;display:flex;position:fixed;top:0;left:0}.popup-overlay.active{opacity:1;pointer-events:all}.popup-content{text-align:center;background:#fff;border:3px solid #ffb6c1;border-radius:30px;width:500px;max-width:90%;padding:40px;animation:.4s cubic-bezier(.175,.885,.32,1.275) forwards popupScale;transform:scale(.8);box-shadow:0 25px 50px #ff69b44d}@keyframes popupScale{to{transform:scale(1)}}.popup-content h2{color:#ff1493;margin-bottom:20px;font-family:Pacifico,cursive;font-size:3rem}.popup-content p{color:#d81b60;margin-bottom:30px;font-size:1.2rem}.btn-close{color:#fff;background:#ff1493}.btn-close:hover{background:#ff69b4}@media (width<=768px){.exciting-text{font-size:2rem}h1{font-size:2.2rem}.name{margin-bottom:10px;font-size:2.5rem}.prayer-text{font-size:1rem}.poem-box{font-size:1.2rem}.content-card{padding:30px 15px}.btn{padding:10px 20px;font-size:1rem}.anime-kitty{transform:scale(.8)}}*{box-sizing:border-box;margin:0;padding:0}
