@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.page-fbt-index{line-height:normal;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.feature-card,.game-card{animation:fadeInUp 0.6s ease forwards}.feature-card:nth-child(2){animation-delay:0.2s}.feature-card:nth-child(3){animation-delay:0.4s}.container{max-width:1200px;margin:0 auto;padding:0 20px}.top-download{display:flex;align-items:center;justify-content:center}.top-download img{margin:auto 8px;width:174px;height:auto}.bottom-download{display:flex;align-items:center;justify-content:center;margin-top:32px}.bottom-download img{margin:auto 8px;width:auto;height:46px}.hero{padding:120px 0 80px;text-align:center;color:white}.hero h1{font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,0.3)}.hero p{font-size:1.3rem;margin-bottom:2rem;opacity:0.9}.features{background:white;padding:80px 0}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}#games .section-title{color:white}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.feature-card{background:white;padding:2rem;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,0.1);text-align:center;transition:transform 0.3s ease,box-shadow 0.3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,0.15)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.feature-card p{color:#666;line-height:1.6}.games{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);padding:80px 0;color:white}.games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.game-card{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);padding:2rem;border-radius:15px;text-align:center;transition:transform 0.3s ease;border:1px solid rgba(255,255,255,0.2)}.game-card:hover{transform:translateY(-5px);background:rgba(255,255,255,0.15)}.game-card h3{font-size:1.3rem;margin-bottom:1rem}.stats{background:#2c3e50;padding:60px 0;color:white}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.stat-item h2{font-size:3rem;color:#3498db;margin-bottom:0.5rem}.stat-item p{font-size:1.1rem;opacity:0.9}@media (max-width:768px){.top-download{flex-direction:column}.top-download img{margin:4px auto}.logo{font-size:1.1rem}.logo > img{width:32px;height:32px}.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}.section-title{font-size:2rem}.features-grid,.games-grid{grid-template-columns:1fr}}