*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:linear-gradient(135deg,#fdf2f8,#fff);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;position:relative;overflow-x:hidden}.container{position:relative;z-index:2;max-width:420px;width:100%}.card{background:#fff;border-radius:24px;padding:32px 28px;box-shadow:0 20px 60px #ec489926;text-align:center;position:relative;border:1px solid rgba(236,72,153,.1);animation:slideUp .8s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.logo h1{font-size:24px;font-weight:700;color:#ec4899;letter-spacing:2px;margin-bottom:24px;text-shadow:2px 2px 4px rgba(236,72,153,.2)}.game-icon{margin-bottom:28px}.icon-placeholder{width:80px;height:80px;background:linear-gradient(135deg,#ec4899,#f472b6);border-radius:20px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px 25px #ec48994d;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 8px 25px #ec48994d}50%{transform:scale(1.05);box-shadow:0 12px 35px #ec489966}}.icon-placeholder span{font-size:28px;margin-bottom:2px}.icon-placeholder p{color:#fff;font-size:10px;font-weight:600;letter-spacing:1px}.main-title{font-size:32px;font-weight:700;color:#1f2937;margin-bottom:12px;line-height:1.2}.subtitle{font-size:16px;color:#6b7280;margin-bottom:24px;line-height:1.5;font-weight:500}.offer-box{background:linear-gradient(135deg,#fdf2f8,#fce7f3);border:2px solid #ec4899;border-radius:16px;padding:20px;margin-bottom:28px;position:relative;overflow:hidden}.offer-box:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ec4899,#f472b6,#ec4899);animation:shimmer 2s ease-in-out infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.offer-box p{color:#be185d;font-size:16px;font-weight:600;line-height:1.4;margin:0}.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:linear-gradient(135deg,#ec4899,#db2777);color:#fff;font-size:18px;font-weight:700;padding:16px 32px;border-radius:50px;text-decoration:none;margin-bottom:24px;box-shadow:0 8px 30px #ec489966;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.cta-button:hover{transform:translateY(-2px);box-shadow:0 12px 40px #ec489980;background:linear-gradient(135deg,#db2777,#be185d)}.cta-button:active{transform:translateY(0);box-shadow:0 6px 20px #ec48994d}.gift-icon{font-size:20px;animation:bounce 1s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.disclaimer{font-size:12px;color:#9ca3af;line-height:1.4;font-weight:400}.bg-effects{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.circle{position:absolute;background:linear-gradient(135deg,#ec48991a,#f472b60d);border-radius:50%;animation:float 6s ease-in-out infinite}.circle-1{width:200px;height:200px;top:10%;left:-5%;animation-delay:0s}.circle-2{width:150px;height:150px;bottom:15%;right:-3%;animation-delay:2s}.circle-3{width:100px;height:100px;top:60%;left:5%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-20px) rotate(120deg)}66%{transform:translateY(10px) rotate(240deg)}}@media (max-width: 480px){.card{padding:24px 20px;margin:10px;border-radius:20px}.main-title{font-size:28px}.subtitle,.offer-box p{font-size:15px}.cta-button{font-size:16px;padding:14px 28px}.icon-placeholder{width:70px;height:70px}.icon-placeholder span{font-size:24px}.circle-1{width:120px;height:120px}.circle-2{width:80px;height:80px}.circle-3{width:60px;height:60px}}@media (max-width: 360px){.card{padding:20px 16px}.main-title{font-size:24px}.cta-button{font-size:15px;padding:12px 24px}}.card:hover{transform:translateY(-5px);box-shadow:0 25px 70px #ec489933;transition:all .3s ease}.logo h1:after{content:"";display:block;width:60px;height:2px;background:linear-gradient(90deg,#ec4899,#f472b6);margin:8px auto 0;border-radius:1px}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.cta-button:hover:before{left:100%}.cta-button{position:relative;overflow:hidden}
