:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color: #667eea;--secondary-color: #764ba2;--accent-color: #ffd700;--text-dark: #333;--text-light: #666;--background-light: #f8f9fa;--white: #ffffff}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;color:var(--text-dark);background-color:var(--white)}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}a{color:inherit;text-decoration:none;transition:all .3s ease}button{font-family:inherit;cursor:pointer;border:none;outline:none}img{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#44adff;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#2196ff}.navigation{position:fixed;top:0;left:0;right:0;z-index:1000;background:#44adff;transition:all .3s ease;box-shadow:0 2px 10px #0000001a}.navigation.scrolled{background:#44adff;box-shadow:0 4px 20px #00000026}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{cursor:pointer;transition:transform .3s ease;display:flex;align-items:center;gap:.75rem}.nav-logo:hover{transform:scale(1.05)}.logo-icon,.logo-text-image{height:35px;width:auto}.logo-text{font-size:1.8rem;font-weight:800;color:#fff}.nav-menu{display:flex;list-style:none;gap:2.5rem;margin:0;padding:0;align-items:center}.nav-menu li{position:relative}.nav-menu a{color:#fff;text-decoration:none;font-weight:600;font-size:1rem;cursor:pointer;transition:color .3s ease;position:relative;padding:.5rem 0}.nav-menu a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}.nav-menu a:hover{color:#fffc}.nav-menu a:hover:after{width:100%}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.mobile-menu-toggle span{width:25px;height:3px;background:#fff;border-radius:3px;transition:all .3s ease}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media(max-width:768px){.mobile-menu-toggle{display:flex}.nav-menu{position:fixed;top:0;right:-100%;width:70%;height:100vh;background:#44adff;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:right .3s ease;box-shadow:-5px 0 20px #0000004d}.nav-menu.active{right:0}.nav-menu a{font-size:1.3rem;color:#fff}.nav-container{padding:1rem 1.5rem}.logo-icon,.logo-text-image{height:28px}.logo-text{font-size:1.5rem}}.hero{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:hidden;background:#fff}.hero-pattern{display:none}.hero-content{position:relative;z-index:1;text-align:center;max-width:900px;color:#333}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;animation:fadeInDown 1s ease-out}.title-line{display:block}.title-line.highlight{color:#44adff}.hero-subtitle{font-size:1.3rem;margin-bottom:2.5rem;opacity:.95;max-width:600px;margin-left:auto;margin-right:auto;animation:fadeInUp 1s ease-out .2s backwards}.hero-cta{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1s ease-out .4s backwards}.btn{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;text-decoration:none;transition:all .3s ease;border:2px solid transparent}.btn-primary{background:#44adff;color:#fff}.btn-primary:hover{background:#66bdff;transform:translateY(-2px);box-shadow:0 10px 25px #44adff66}.btn-secondary{background:transparent;color:#44adff;border:2px solid #44adff}.btn-secondary:hover{background:#44adff;color:#fff;transform:translateY(-2px)}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.btn{padding:.8rem 2rem;font-size:1rem}}.game-carousel-section{padding:6rem 0;background:#f8f9fa url(/images/pattern-bg.png) repeat;background-size:600px 600px}.section-header{text-align:center;margin-bottom:4rem;padding:0 2rem;animation:fadeInUp .8s ease-out forwards}.section-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1rem;animation:fadeInDown .8s ease-out forwards}.section-subtitle{font-size:1.2rem;color:#fff;max-width:600px;margin:0 auto;animation:fadeInUp .8s ease-out .2s forwards}.carousel-container{overflow-x:hidden;margin-bottom:3rem;cursor:grab;user-select:none;-webkit-user-select:none;-moz-user-select:none;width:100%}.carousel-container:active{cursor:grabbing}.carousel-track{display:flex;gap:2rem;padding:2rem 0}.game-slide{flex-shrink:0;width:150px;height:150px;transition:transform .3s ease;animation:slideInLeft .6s ease-out forwards}.game-slide:hover{transform:scale(1.1) translateY(-10px)}.game-slide img{width:100%;height:100%;object-fit:cover;border-radius:25px;box-shadow:0 8px 20px #00000026;transition:box-shadow .3s ease}.game-slide:hover img{box-shadow:0 12px 30px #00000040}.store-buttons{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:3rem;padding:0 2rem;animation:fadeInUp .8s ease-out .4s forwards}.store-button{background:linear-gradient(135deg,#44adff,#2196ff);color:#fff;padding:1.2rem 3rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.2rem;transition:all .3s ease;box-shadow:0 6px 20px #44adff66;display:inline-flex;align-items:center;gap:.75rem}.store-button:hover{background:linear-gradient(135deg,#66bdff,#44adff);transform:translateY(-3px);box-shadow:0 10px 30px #44adff80}.store-button-icon{font-size:1.5rem}@media(max-width:768px){.game-carousel-section{padding:4rem 1rem}.section-title{font-size:2.5rem}.carousel-track{gap:1.5rem}.game-slide{width:120px;height:120px}.game-slide img{border-radius:20px}.store-buttons{gap:1rem}.store-button{font-size:1rem;padding:.9rem 2rem}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.publishers-section{padding:6rem 2rem;background:#fff}.section-header{text-align:center;margin-bottom:4rem;opacity:0}.section-header.animate{animation:fadeInUp .8s ease-out forwards}.section-title{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.title-primary{font-size:2.5rem;font-weight:700;color:#333;opacity:0}.section-header.animate .title-primary{animation:fadeInDown .8s ease-out forwards}.title-secondary{font-size:2.5rem;font-weight:800;color:#44adff;opacity:0}.section-header.animate .title-secondary{animation:fadeInDown .8s ease-out .2s forwards}.section-description{font-size:1.1rem;line-height:1.8;color:#555;max-width:900px;margin:0 auto;opacity:0}.section-header.animate .section-description{animation:fadeInUp .8s ease-out .4s forwards}.publishers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;align-items:center;justify-items:center;max-width:1200px;margin:0 auto}.publisher-card{background:linear-gradient(135deg,#2d3748,#1a202c);border-radius:15px;padding:2rem;width:100%;height:180px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;opacity:0;transform:scale(.8)}.publisher-card.animate{animation:fadeInScale .6s ease-out forwards}.publisher-card.animate:nth-child(1){animation-delay:.1s}.publisher-card.animate:nth-child(2){animation-delay:.2s}.publisher-card.animate:nth-child(3){animation-delay:.3s}.publisher-card.animate:nth-child(4){animation-delay:.4s}.publisher-card.animate:nth-child(5){animation-delay:.5s}.publisher-card.animate:nth-child(6){animation-delay:.6s}.publisher-card.animate:nth-child(7){animation-delay:.7s}.publisher-card.animate:nth-child(8){animation-delay:.8s}.publisher-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #44adff4d;background:linear-gradient(135deg,#44adff,#2196ff)}.publisher-logo{max-width:150px;max-height:120px;width:auto;height:auto;object-fit:contain;filter:brightness(1.2);opacity:.9;transition:all .3s ease}.publisher-card:hover .publisher-logo{filter:brightness(1.5);opacity:1;transform:scale(1.1)}@media(max-width:768px){.publishers-section{padding:4rem 1rem}.title-primary,.title-secondary{font-size:2rem}.section-description{font-size:1rem}.publishers-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.publisher-card{height:150px;padding:1.5rem}.publisher-logo{max-width:120px;max-height:100px}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.section-header.animate,.section-header.animate .title-primary,.section-header.animate .title-secondary,.section-header.animate .section-description{opacity:1}.contact-section{padding:6rem 2rem;background:#f8f9fa url(/images/pattern-bg.png) repeat;background-size:600px 600px}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px #00000014;transition:all .3s ease;animation:fadeInLeft .8s ease-out forwards}.info-card:nth-child(1){animation-delay:.2s}.info-card:nth-child(2){animation-delay:.4s}.info-card:nth-child(3){animation-delay:.6s}.info-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001f}.info-icon{font-size:2.5rem;margin-bottom:1rem}.info-card h3{font-size:1.3rem;font-weight:700;color:#333;margin-bottom:.5rem}.info-card a{color:#44adff;text-decoration:none;font-weight:600;transition:color .3s ease}.info-card a:hover{color:#2196ff}.info-card p{color:#666;line-height:1.6}.contact-form-container{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 5px 20px #0000001a;animation:fadeInRight .8s ease-out .3s forwards}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.success-message{background:#d4edda;color:#155724;padding:1rem;border-radius:10px;border:1px solid #c3e6cb;text-align:center;font-weight:600;animation:slideDown .3s ease-out}.error-message{background:#f8d7da;color:#721c24;padding:1rem;border-radius:10px;border:1px solid #f5c6cb;text-align:center;font-weight:600;animation:slideDown .3s ease-out}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#333;font-size:.95rem}.form-group input,.form-group textarea{padding:.9rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#f8f9fa}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#44adff;background:#fff;box-shadow:0 0 0 3px #44adff1a}.form-group input.error,.form-group textarea.error{border-color:#dc3545;background:#fff5f5}.error-text{color:#dc3545;font-size:.85rem;font-weight:500}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{background:#44adff;color:#fff;border:none;padding:1.1rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.submit-btn:hover{transform:translateY(-2px);background:#66bdff;box-shadow:0 10px 25px #44adff4d}.submit-btn:active{transform:translateY(0)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media(max-width:968px){.contact-content{grid-template-columns:1fr;gap:2rem}.contact-section{padding:4rem 1rem}.contact-form-container{padding:2rem}}@media(max-width:480px){.contact-form-container,.info-card{padding:1.5rem}}.footer{background:#1a1a2e;color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section{animation:fadeInUp .8s ease-out backwards}.footer-section:nth-child(1){animation-delay:.1s}.footer-section:nth-child(2){animation-delay:.2s}.footer-section:nth-child(3){animation-delay:.3s}.footer-section:nth-child(4){animation-delay:.4s}.footer-section h3,.footer-section h4{margin-bottom:1rem}.footer-logo-container{margin-bottom:1rem;display:flex;align-items:center;gap:.75rem;animation:fadeInScale .8s ease-out}.footer-logo-icon,.footer-logo-text{height:45px;width:auto}.footer-logo{font-size:1.8rem;font-weight:800;color:#44adff;margin-bottom:.5rem}.footer-tagline{font-weight:600;color:#44adff;margin-bottom:.5rem}.footer-description{color:#b0b0b0;line-height:1.6;font-size:.95rem}.footer-section h4{font-size:1.2rem;font-weight:700;color:#fff}.footer-links,.footer-contact{list-style:none;padding:0;margin:0}.footer-links li,.footer-contact li{margin-bottom:.8rem}.footer-links a,.footer-contact a{color:#b0b0b0;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-links a:hover,.footer-contact a:hover{color:#44adff}.footer-contact li{display:flex;align-items:center;gap:.5rem}.contact-icon{font-size:1.2rem}.footer-store-buttons{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.footer-store-button{background:linear-gradient(135deg,#44adff,#2196ff);color:#fff;padding:.85rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px #44adff59}.footer-store-button:hover{background:linear-gradient(135deg,#66bdff,#44adff);transform:translateY(-2px);box-shadow:0 6px 18px #44adff73}.footer-store-button .store-button-icon{font-size:1.2rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;animation:fadeIn 1s ease-out .5s backwards}.footer-bottom p{color:#888;font-size:.9rem}@media(max-width:768px){.footer{padding:3rem 1rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-section{text-align:center}.footer-store-buttons{align-items:center}.footer-store-button{font-size:.9rem;padding:.65rem 1.3rem}.footer-contact li,.footer-logo-container{justify-content:center}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.privacy-policy-page{min-height:100vh;background:#f8f9fa;padding:8rem 2rem 4rem}.privacy-container{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:10px;box-shadow:0 2px 10px #0000001a}.privacy-title{font-size:2.5rem;font-weight:800;color:#333;margin-bottom:2rem;text-align:center}.privacy-content{color:#555;line-height:1.8}.privacy-intro{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.print-note{font-size:.9rem;font-style:italic;color:#666;margin-bottom:2rem}.privacy-section{margin-bottom:2.5rem}.privacy-section h2{font-size:1.6rem;font-weight:700;color:#44adff;margin-bottom:1rem;border-bottom:2px solid #44adff;padding-bottom:.5rem}.privacy-section p{margin-bottom:1rem}.privacy-section ul{margin:1rem 0 1rem 2rem}.privacy-section li{margin-bottom:.5rem}.partner-list{list-style:none;margin-left:0!important}.partner-list>li{margin-bottom:1rem;padding-left:1rem}.partner-list ul{list-style:circle;margin-top:.5rem}.privacy-section a{color:#44adff;text-decoration:none;transition:color .3s ease}.privacy-section a:hover{color:#2196ff;text-decoration:underline}.privacy-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #e0e0e0;text-align:center}.last-updated{font-size:.9rem;color:#888;font-style:italic}@media(max-width:768px){.privacy-policy-page{padding:6rem 1rem 2rem}.privacy-container{padding:2rem 1.5rem}.privacy-title{font-size:2rem}.privacy-section h2{font-size:1.4rem}.privacy-section ul{margin-left:1.5rem}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1;padding-top:70px}html{scroll-behavior:smooth}section{scroll-margin-top:80px}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}
