*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(135deg,#000,#1a1a1a);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.container{width:100%;max-width:480px;display:flex;align-items:center;justify-content:center}.card{background:#fff;border-radius:24px;box-shadow:0 20px 60px #ff6b004d,0 0 40px #ff6b001a;padding:40px 30px;width:100%;text-align:center;animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.logo{margin-bottom:30px}.logo svg{width:200px;height:60px}.game-icon{display:flex;justify-content:center;margin-bottom:30px}.game-icon svg{width:120px;height:120px;filter:drop-shadow(0 8px 16px rgba(255,107,0,.3))}.title{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:12px;line-height:1.2}.subtitle{font-size:16px;font-weight:400;color:#4a4a4a;margin-bottom:30px;line-height:1.5}.offer-box{background:linear-gradient(135deg,#f5f5f5,#e8e8e8);border-radius:16px;padding:24px 20px;margin-bottom:30px;border:2px solid #FF6B00;box-shadow:0 4px 12px #ff6b0026}.offer-text{font-size:18px;font-weight:600;color:#1a1a1a;line-height:1.6}.highlight{color:#ff6b00;font-weight:700}.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,#ff6b00,#ff8c00);color:#fff;font-size:18px;font-weight:700;text-decoration:none;padding:18px 40px;border-radius:50px;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #ff6b0066;text-transform:uppercase;letter-spacing:.5px;margin-bottom:24px;width:100%;max-width:320px}.cta-button:hover{transform:translateY(-2px);box-shadow:0 12px 32px #ff6b0080;background:linear-gradient(135deg,#ff8c00,orange)}.cta-button:active{transform:translateY(0)}.gift-icon{font-size:24px}.disclaimer{font-size:12px;color:#666;font-style:italic;margin-bottom:16px;line-height:1.4}.terms-link{background:none;border:none;color:#ff6b00;font-size:14px;font-weight:600;text-decoration:underline;cursor:pointer;transition:color .3s ease;font-family:Poppins,sans-serif}.terms-link:hover{color:#ff8c00}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000c;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background-color:#fff;margin:5% auto;padding:30px;border-radius:20px;width:90%;max-width:600px;max-height:80vh;overflow-y:auto;position:relative;animation:slideDown .4s ease;box-shadow:0 20px 60px #ff6b004d}@keyframes slideDown{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.close{color:#666;float:right;font-size:32px;font-weight:300;line-height:1;cursor:pointer;transition:color .3s ease}.close:hover,.close:focus{color:#ff6b00}.modal-content h2{color:#1a1a1a;font-size:24px;font-weight:700;margin-bottom:20px;padding-bottom:15px;border-bottom:3px solid #FF6B00}.terms-text{color:#4a4a4a;line-height:1.8;text-align:left}.terms-text p{margin-bottom:16px}.terms-text strong{color:#1a1a1a;font-weight:600;display:block;margin-top:20px;margin-bottom:8px}@media (max-width: 480px){.card{padding:30px 20px;border-radius:20px}.logo svg{width:160px;height:48px}.game-icon svg{width:100px;height:100px}.title{font-size:26px}.subtitle{font-size:14px}.offer-text{font-size:16px}.cta-button{font-size:16px;padding:16px 32px}.modal-content{margin:10% auto;padding:24px;width:95%}.modal-content h2{font-size:20px}.terms-text{font-size:14px}}@media (min-width: 768px){.card:hover{transform:translateY(-4px);box-shadow:0 24px 72px #ff6b0059,0 0 50px #ff6b0026}}
