*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-top:0}p{margin-top:0}button{font-family:inherit}.main-navigation{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;padding:0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.logo{color:#fff;text-decoration:none}.logo h1{font-size:1.5rem;font-weight:700;margin:0;text-shadow:2px 2px 4px #0003}.nav-links{align-items:center;display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-links li{position:relative}.nav-links a{border-radius:5px;color:#fff;display:block;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.nav-links a.active,.nav-links a:hover{background-color:#fff3;transform:translateY(-2px)}.dropdown-trigger{border-radius:5px;color:#fff;cursor:pointer;display:block;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.dropdown-trigger:hover{background-color:#fff3}.legal-dropdown{position:relative}.dropdown-menu{background:#fff;border-radius:5px;box-shadow:0 4px 6px #0000001a;left:0;list-style:none;margin:.5rem 0 0;min-width:200px;opacity:0;padding:.5rem 0;position:absolute;top:100%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden}.legal-dropdown:hover .dropdown-menu{opacity:1;transform:translateY(0);visibility:visible}.dropdown-menu li{margin:0}.dropdown-menu a{color:#333;display:block;padding:.75rem 1.5rem;transition:background-color .2s ease}.dropdown-menu a:hover{background-color:#f0f0f0;transform:none}@media (max-width:768px){.nav-container{flex-direction:column;padding:1rem}.nav-links{flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1rem}.logo h1{font-size:1.2rem}.nav-links a{font-size:.9rem;padding:.4rem .8rem}}.main-footer{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;margin-top:auto;padding:3rem 0 1rem}.footer-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px;padding:0 2rem}.footer-section h3,.footer-section h4{color:#fff;margin-bottom:1rem;margin-top:0}.footer-section h3{font-size:1.5rem}.footer-section h4{border-bottom:2px solid #fff3;font-size:1.1rem;padding-bottom:.5rem}.footer-section p{color:#fffc;line-height:1.6;margin:.5rem 0}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin:.5rem 0}.footer-section ul li a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fff;text-decoration:underline}.social-links{display:flex;gap:1rem;margin-top:1rem}.footer-bottom{border-top:1px solid #fff3;margin:2rem auto 0;max-width:1200px;padding:1.5rem 2rem 0;text-align:center}.footer-bottom p{color:#fff9;font-size:.9rem;margin:0}@media (max-width:768px){.footer-container{gap:1.5rem;grid-template-columns:1fr}}.home-page{min-height:calc(100vh - 200px)}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5rem 2rem;text-align:center}.hero-content{margin:0 auto;max-width:800px}.hero-section h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px #0003}.hero-subtitle{font-size:1.5rem;font-weight:300;margin-bottom:1rem}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:.95}.cta-button{background:#fff;border-radius:50px;box-shadow:0 4px 15px #0003;color:#667eea;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{box-shadow:0 6px 20px #0000004d;transform:translateY(-3px)}.features-section,.popular-games-section{background:#f8f9fa;padding:4rem 2rem}.container{margin:0 auto;max-width:1200px}.features-section h2,.popular-games-section h2{color:#333;font-size:2.5rem;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.feature-card{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 8px 15px #0003;transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#667eea;font-size:1.3rem;margin-bottom:1rem}.feature-card p{color:#666;line-height:1.6}.games-preview{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.game-card{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.game-card:hover{box-shadow:0 8px 15px #0003;transform:translateY(-5px)}.game-thumbnail{font-size:4rem;margin-bottom:1rem}.game-card h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.game-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.play-button{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:25px;color:#fff;display:inline-block;font-weight:600;padding:.75rem 2rem;text-decoration:none;transition:all .3s ease}.play-button:hover{box-shadow:0 4px 10px #667eea66;transform:translateY(-2px)}@media (max-width:768px){.hero-section h1{font-size:2rem}.hero-subtitle{font-size:1.2rem}.features-section h2,.popular-games-section h2{font-size:2rem}.features-grid,.games-preview{grid-template-columns:1fr}}.games-page{background:#f8f9fa;min-height:calc(100vh - 200px)}.games-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem;text-align:center}.games-header h1{font-size:2.5rem;margin-bottom:1rem}.games-header p{font-size:1.2rem;opacity:.95}.games-container{padding:3rem 2rem}.games-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:2rem}.game-item{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.game-item:hover{box-shadow:0 8px 15px #0003;transform:translateY(-5px)}.game-thumbnail-large{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);font-size:5rem;padding:2rem;text-align:center}.game-info{padding:1.5rem}.game-info h3{color:#333;font-size:1.5rem;margin-bottom:.5rem}.game-category{color:#667eea;font-size:.9rem;font-weight:600;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.play-game-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem;transition:all .3s ease;width:100%}.play-game-button:hover{box-shadow:0 4px 10px #667eea66;transform:translateY(-2px)}.game-player{background:#f8f9fa;display:flex;flex-direction:column;min-height:calc(100vh - 200px)}.game-player-header{align-items:center;background:#fff;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;padding:1.5rem 2rem}.game-player-header h2{color:#333;margin:0}.close-game-button{background:#667eea;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1.5rem;transition:all .3s ease}.close-game-button:hover{background:#5568d3;transform:translateY(-2px)}.game-iframe-container{align-items:center;display:flex;flex:1 1;justify-content:center;padding:2rem}.game-iframe{background:#fff;border:none;border-radius:10px;box-shadow:0 4px 15px #0003;height:80vh;max-width:1200px;min-height:600px;width:100%}@media (max-width:768px){.games-header h1{font-size:2rem}.games-grid{grid-template-columns:1fr}.game-player-header{flex-direction:column;gap:1rem;text-align:center}.game-iframe{height:70vh;min-height:500px}}.mobile-games-page{background:#f8f9fa;min-height:calc(100vh - 200px)}.mobile-games-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem;text-align:center}.mobile-games-header h1{font-size:2.5rem;margin-bottom:1rem}.mobile-games-header p{font-size:1.2rem;opacity:.95}.mobile-games-content{padding:3rem 2rem}.mobile-games-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:4rem}.mobile-game-card{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.mobile-game-card:hover{box-shadow:0 8px 15px #0003;transform:translateY(-5px)}.game-icon{font-size:4rem;margin-bottom:1rem}.game-details h3{color:#333;font-size:1.5rem;margin-bottom:.5rem}.platform-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;display:inline-block;font-size:.85rem;font-weight:600;margin-bottom:1rem;padding:.3rem 1rem}.game-description{color:#666;line-height:1.6;margin-bottom:1.5rem;min-height:60px}.download-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;color:#fff;cursor:pointer;display:inline-block;font-weight:600;padding:.75rem 2rem;text-decoration:none;transition:all .3s ease;width:100%}.download-button:hover:not(.coming-soon){box-shadow:0 4px 10px #667eea66;transform:translateY(-2px)}.download-button.coming-soon{background:#ccc;cursor:not-allowed;opacity:.7}.no-games{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;margin-bottom:4rem;padding:4rem 2rem;text-align:center}.no-games p{color:#666;font-size:1.2rem}.mobile-games-info{margin-top:4rem}.info-section{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;padding:2.5rem}.info-section h2{border-bottom:3px solid #667eea;color:#667eea;font-size:2rem;margin-bottom:1.5rem;padding-bottom:.5rem}.info-section p{color:#555;font-size:1.1rem;line-height:1.8}.info-section a{color:#667eea;font-weight:600;text-decoration:none}.info-section a:hover{text-decoration:underline}.features-list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.feature-item{align-items:flex-start;display:flex;gap:1rem}.feature-icon{flex-shrink:0;font-size:2.5rem}.feature-item h4{color:#333;font-size:1.2rem;margin-bottom:.5rem}.feature-item p{color:#666;font-size:1rem;margin:0}@media (max-width:768px){.mobile-games-header h1{font-size:2rem}.features-list,.mobile-games-grid{grid-template-columns:1fr}.info-section{padding:1.5rem}}.about-page{background:#f8f9fa;min-height:calc(100vh - 200px)}.about-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;text-align:center}.about-header h1{font-size:3rem;margin-bottom:1rem}.subtitle{font-size:1.3rem;opacity:.95}.about-content{padding:3rem 2rem}.about-section{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;padding:2.5rem}.about-section h2{border-bottom:3px solid #667eea;color:#667eea;font-size:2rem;margin-bottom:1.5rem;padding-bottom:.5rem}.about-section p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.about-section a{color:#667eea;font-weight:600;text-decoration:none}.about-section a:hover{text-decoration:underline}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.value-item{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;padding:1.5rem}.value-item h3{color:#333;font-size:1.3rem;margin-bottom:1rem}.value-item p{color:#666;font-size:1rem;line-height:1.6;margin:0}@media (max-width:768px){.about-header h1{font-size:2rem}.subtitle{font-size:1.1rem}.about-section{padding:1.5rem}.about-section h2{font-size:1.5rem}.values-grid{grid-template-columns:1fr}}.contact-page{background:#f8f9fa;min-height:calc(100vh - 200px)}.contact-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem;text-align:center}.contact-header h1{font-size:2.5rem;margin-bottom:1rem}.contact-header p{font-size:1.2rem;opacity:.95}.contact-content{padding:3rem 2rem}.contact-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1.5fr;margin:0 auto;max-width:1000px}.contact-form-container,.contact-info{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:2.5rem}.contact-form-container h2,.contact-info h2{color:#667eea;font-size:1.8rem;margin-bottom:1.5rem}.contact-info p{color:#555;line-height:1.8;margin-bottom:2rem}.info-item{border-bottom:1px solid #eee;margin-bottom:2rem;padding-bottom:1.5rem}.info-item:last-child{border-bottom:none}.info-item h3{color:#333;font-size:1.2rem;margin-bottom:.5rem}.info-item p{color:#666;margin:0}.contact-form{display:flex;flex-direction:column}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #e0e0e0;border-radius:5px;box-sizing:border-box;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.form-group textarea{resize:vertical}.submit-button{align-self:flex-start;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.submit-button:hover{box-shadow:0 4px 10px #667eea66;transform:translateY(-2px)}.success-message{background:#d4edda;border:1px solid #c3e6cb;border-radius:5px;color:#155724;padding:1.5rem;text-align:center}.success-message p{font-size:1.1rem;font-weight:600;margin:0}@media (max-width:768px){.contact-header h1{font-size:2rem}.contact-grid{gap:2rem;grid-template-columns:1fr}.contact-form-container,.contact-info{padding:1.5rem}}.legal-page{background:#f8f9fa;min-height:calc(100vh - 200px)}.legal-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem;text-align:center}.legal-header h1{font-size:2.5rem;margin-bottom:.5rem}.last-updated{font-size:.9rem;margin:0;opacity:.9}.legal-content{padding:3rem 2rem}.legal-content .container{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;margin:0 auto;max-width:900px;padding:3rem}.legal-content section{margin-bottom:3rem}.legal-content section:last-child{margin-bottom:0}.legal-content h2{border-bottom:2px solid #667eea;color:#667eea;font-size:1.8rem;margin-bottom:1rem;padding-bottom:.5rem}.legal-content h3{color:#333;font-size:1.3rem;margin-bottom:.75rem;margin-top:1.5rem}.legal-content p{font-size:1rem}.legal-content p,.legal-content ul{color:#555;line-height:1.8;margin-bottom:1rem}.legal-content ul{margin-left:2rem}.legal-content li{margin-bottom:.5rem}.legal-content a{color:#667eea;font-weight:600;text-decoration:none}.legal-content a:hover{text-decoration:underline}.cookie-table{border-collapse:collapse;box-shadow:0 2px 4px #0000001a;margin:1.5rem 0;width:100%}.cookie-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cookie-table th{font-weight:600;padding:1rem;text-align:left}.cookie-table td{border-bottom:1px solid #eee;padding:1rem}.cookie-table tbody tr:hover{background-color:#f8f9fa}.cookie-table tbody tr:last-child td{border-bottom:none}@media (max-width:768px){.legal-header h1{font-size:2rem}.legal-content .container{padding:2rem 1.5rem}.legal-content h2{font-size:1.5rem}.cookie-table{font-size:.9rem}.cookie-table td,.cookie-table th{padding:.75rem .5rem}}.not-found-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:center;min-height:calc(100vh - 200px);padding:2rem}.not-found-content{max-width:600px;text-align:center}.not-found-content h1{font-size:8rem;font-weight:700;line-height:1;margin:0;text-shadow:4px 4px 8px #0000004d}.not-found-content h2{font-size:2.5rem;font-weight:600;margin:1rem 0}.not-found-content p{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.95}.home-button{background:#fff;border-radius:50px;box-shadow:0 4px 15px #0003;color:#667eea;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.home-button:hover{box-shadow:0 6px 20px #0000004d;transform:translateY(-3px)}@media (max-width:768px){.not-found-content h1{font-size:5rem}.not-found-content h2{font-size:2rem}.not-found-content p{font-size:1rem}}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;width:100%}
/*# sourceMappingURL=main.a072a32a.css.map*/