*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}html{scroll-behavior:smooth}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #ffffff1a;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.header.scrolled{background:#fffffffa;box-shadow:0 2px 20px #0000001a}.header-content{justify-content:space-between;padding:1rem 0}.header-content,.logo a{align-items:center;display:flex}.logo a{gap:1rem;text-decoration:none}.logo-image{height:60px;object-fit:contain;width:60px}.logo h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.2rem;font-weight:700;line-height:1.2}.nav ul{gap:2rem;list-style:none;margin:0;padding:0}.nav li,.nav ul{align-items:center;display:flex}.nav a,.nav button{background:none;border:none;color:#333;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;line-height:1.5;padding:.5rem 0;text-decoration:none;transition:color .3s ease;vertical-align:top}.nav a.active,.nav a:hover,.nav button:hover{color:#667eea}.nav a.active{font-weight:600}.mobile-menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;padding:.5rem}.mobile-menu-toggle span{background:#333;border-radius:2px;height:3px;margin:3px 0;transition:.3s;width:25px}@media (max-width:768px){.logo a{gap:.5rem}.logo-image{height:48px;width:48px}.logo h2{font-size:1rem}.mobile-menu-toggle{display:flex}.nav{background:#fff;box-shadow:0 2px 10px #0000001a;left:0;opacity:0;position:absolute;top:100%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;width:100%}.nav.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav ul{flex-direction:column;gap:1rem;padding:2rem}.nav a,.nav button{border-bottom:1px solid #eee;display:block;padding:.75rem 0;text-align:left;width:100%}.nav li:last-child a,.nav li:last-child button{border-bottom:none}}@media (max-width:480px){.logo-image{height:42px;width:42px}.logo h2{font-size:.9rem}}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;min-height:100vh;overflow:hidden;position:relative}.hero-background{left:0;overflow:hidden;top:0}.hero-background,.hero-shapes{height:100%;position:absolute;width:100%}.shape{animation:float 6s ease-in-out infinite;background:#ffffff1a;border-radius:50%;position:absolute}.shape-1{animation-delay:0s;height:300px;right:-150px;top:-150px;width:300px}.shape-2{animation-delay:2s;bottom:-100px;height:200px;left:-100px;width:200px}.shape-3{animation-delay:4s;height:150px;left:10%;top:50%;width:150px}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;padding-top:100px;position:relative;z-index:2}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fff,#f0f0f0);-webkit-background-clip:text;background-clip:text}.hero-subtitle{font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9}.hero-buttons{display:flex;gap:1rem}.hero-image{align-items:center;display:flex;justify-content:center}.phone-mockup{animation:phoneFloat 3s ease-in-out infinite;background:#333;border-radius:30px;box-shadow:0 20px 40px #0000004d;height:500px;padding:20px;position:relative;width:250px}@keyframes phoneFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.phone-screen{background:linear-gradient(135deg,#1e3c72,#2a5298);border-radius:20px;flex-direction:column;overflow:hidden;position:relative}.company-logo-display,.phone-screen{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.company-logo-display{padding:2rem}.company-logo-display img{max-height:180px;max-width:180px;object-fit:contain}@media (max-width:768px){.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-buttons{flex-wrap:wrap;justify-content:center}.phone-mockup{height:400px;width:200px}.company-logo-display img{max-height:120px;max-width:120px}.shape-1,.shape-2,.shape-3{display:none}}.about{background:#f8fafc}.about-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.about-text h3{color:#1a1a1a;font-size:2rem;font-weight:600;margin-bottom:1.5rem}.about-text p{color:#666;line-height:1.7;margin-bottom:1.5rem}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.stat-item{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;padding:2rem;text-align:center;transition:transform .3s ease}.stat-item:hover{transform:translateY(-5px)}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-weight:500}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.feature-card:hover{box-shadow:0 12px 25px #0000001a;transform:translateY(-5px)}.feature-icon{display:block;font-size:3rem;margin-bottom:1.5rem}.feature-title{color:#1a1a1a;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.feature-description{color:#666;line-height:1.6}@media (max-width:768px){.about-content{gap:2rem;grid-template-columns:1fr}.stats-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.stat-item{padding:1.5rem 1rem}.stat-number{font-size:2rem}.features-grid{gap:1.5rem;grid-template-columns:1fr}.feature-card{padding:2rem 1.5rem}.about-text h3{font-size:1.5rem}}.services{background:#fff}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:4rem}.service-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;padding:2.5rem 2rem;position:relative;transition:all .3s ease}.service-card:before{background:linear-gradient(135deg,#667eea,#764ba2);content:"";height:4px;left:0;position:absolute;top:0;width:100%}.service-card:hover{background:#fff;box-shadow:0 15px 35px #667eea26;transform:translateY(-5px)}.service-icon{display:block;font-size:3rem;margin-bottom:1.5rem}.service-title{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.service-description{color:#666;line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;padding:0}.service-features li{color:#666;padding:.5rem 0 .5rem 1.5rem;position:relative}.service-features li:before{color:#667eea;content:"✓";font-weight:700;left:0;position:absolute}.platforms-section{margin-top:4rem;text-align:center}.platforms-title{color:#1a1a1a;font-size:2rem;font-weight:600;margin-bottom:2rem}.platforms-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:600px}.platform-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff;padding:2.5rem 2rem;text-align:center;transition:transform .3s ease}.platform-card:hover{transform:translateY(-5px)}.platform-logo{align-items:center;display:flex;height:80px;justify-content:center;margin-bottom:1rem}.platform-logo img{max-height:64px;max-width:64px;object-fit:contain}.platform-name{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.platform-description{line-height:1.6;opacity:.9}@media (max-width:768px){.services-grid{gap:1.5rem;grid-template-columns:1fr}.service-card{padding:2rem 1.5rem}.service-title{font-size:1.3rem}.platforms-grid{gap:1.5rem;grid-template-columns:1fr}.platform-card{padding:2rem 1.5rem}.platforms-title{font-size:1.5rem}}.games{background:#f8fafc}.games-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem}.game-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px #0000000d;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.game-card:before{background:linear-gradient(135deg,#667eea,#764ba2);content:"";height:4px;left:0;position:absolute;top:0;width:100%}.game-card:hover{box-shadow:0 15px 35px #00000026;transform:translateY(-5px)}.game-header{margin-bottom:1.5rem}.game-header,.game-icon{align-items:center;display:flex}.game-icon{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;font-size:3rem;height:60px;justify-content:center;margin-right:1rem;width:60px}.game-info{flex:1 1}.game-title{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin:0 0 .25rem}.game-category{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.game-stats{background:#f8fafc;border-radius:8px;display:flex;gap:2rem;margin-bottom:1.5rem;padding:1rem}.stat{text-align:center}.stat-value{color:#667eea;display:block;font-size:1.2rem;font-weight:600}.stat-label{color:#666;font-size:.875rem}.game-description{color:#666;line-height:1.6}.game-description,.game-features{margin-bottom:1.5rem}.game-features h4{color:#1a1a1a;font-size:1rem;font-weight:600;margin-bottom:.75rem}.game-features ul{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);list-style:none;padding:0}.game-features li{color:#666;font-size:.875rem;padding-left:1rem;position:relative}.game-features li:before{color:#667eea;content:"•";font-weight:700;left:0;position:absolute}.game-platforms{display:flex;gap:1rem}.platform-badge{align-items:center;background:#f0f0f0;border-radius:20px;color:#333;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem}.platform-badge img{height:20px;object-fit:contain;width:20px}.platform-badge span{font-size:.875rem}.games-cta{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d;padding:3rem 2rem;text-align:center}.games-cta h3{color:#1a1a1a;font-size:2rem;font-weight:600;margin-bottom:1rem}.games-cta p{color:#666;font-size:1.1rem;margin-bottom:2rem}@media (max-width:768px){.games-grid{gap:1.5rem;grid-template-columns:1fr}.game-card{padding:1.5rem}.game-header{align-items:flex-start;flex-direction:column;gap:1rem}.game-icon{align-self:center}.game-info{text-align:center;width:100%}.game-stats{justify-content:space-around}.game-features ul{grid-template-columns:1fr}.platform-badge{flex:1 1;justify-content:center}.games-cta{padding:2rem 1rem}.games-cta h3{font-size:1.5rem}}.contact{background:#f8fafc}.contact-content{align-items:start;display:flex;justify-content:center}.contact-info-grid{display:flex;flex-direction:column;gap:2rem;max-width:600px;width:100%}.contact-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px #0000000d;display:flex;gap:1.5rem;padding:2rem;transition:all .3s ease}.contact-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.contact-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;flex-shrink:0;font-size:2rem;height:60px;justify-content:center;width:60px}.contact-details h4{color:#1a1a1a;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.contact-details a,.contact-details p{color:#666;line-height:1.5;text-decoration:none;transition:color .3s ease}.contact-details a:hover{color:#667eea}@media (max-width:768px){.contact-card{flex-direction:column;padding:1.5rem;text-align:center}.contact-icon{margin-bottom:.5rem}}.privacy-policy{background:#f8fafc;min-height:100vh;padding-top:80px}.privacy-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 0}.back-link{align-items:center;color:#ffffffe6;display:inline-flex;font-weight:500;margin-bottom:1rem;text-decoration:none;transition:color .3s ease}.back-link:hover{color:#fff}.privacy-header h1{font-size:3rem;font-weight:700;margin-bottom:.5rem}.last-updated{font-size:1.1rem;opacity:.9}.privacy-content{padding:4rem 0}.content-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px #0000000d;margin:0 auto;max-width:800px;padding:3rem}.privacy-section{margin-bottom:2.5rem}.privacy-section:last-child{margin-bottom:0}.privacy-section h2{border-bottom:2px solid #667eea;color:#1a1a1a;font-size:1.5rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.privacy-section h3{color:#333;font-size:1.2rem;font-weight:600;margin:1.5rem 0 .75rem}.privacy-section p{color:#666;line-height:1.7;margin-bottom:1rem}.privacy-section ul{margin:1rem 0;padding-left:1.5rem}.privacy-section li{color:#666;line-height:1.6;margin-bottom:.5rem}.privacy-section strong{color:#333;font-weight:600}.contact-info{background:#f8fafc;border-left:4px solid #667eea;border-radius:8px;margin-top:1rem;padding:1.5rem}.contact-info p:last-child{margin-bottom:0}@media (max-width:768px){.privacy-policy{padding-top:70px}.privacy-header{padding:2rem 0}.privacy-header h1{font-size:2rem}.last-updated{font-size:1rem}.privacy-content{padding:2rem 0}.content-wrapper{margin:0 1rem;padding:2rem 1.5rem}.privacy-section h2{font-size:1.3rem}.privacy-section h3{font-size:1.1rem}}.footer{background:#1a1a1a;color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr;margin-bottom:2rem}.footer-main{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 2fr}.footer-logo h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.4rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.footer-logo p{color:#ccc;line-height:1.6;margin-bottom:.5rem}.footer-links{display:flex;justify-content:flex-start}.link-column h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.link-column ul{list-style:none;padding:0}.link-column li{margin-bottom:.5rem}.link-column a,.link-column button{background:none;border:none;color:#ccc;cursor:pointer;font-size:.9rem;padding:0;text-align:left;text-decoration:none;transition:color .3s ease}.link-column a:hover,.link-column button:hover{color:#667eea}.footer-contact h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.contact-info p{color:#ccc;font-size:.9rem;margin-bottom:.5rem}.social-links{display:flex;gap:1rem;margin-top:1.5rem}.social-link{align-items:center;background:#333;border-radius:50%;display:flex;font-size:1.2rem;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:#667eea;transform:translateY(-2px)}.footer-bottom{border-top:1px solid #333;padding-top:1.5rem}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-bottom p{color:#ccc;font-size:.9rem;margin:0}.footer-meta{align-items:center;color:#666;display:flex;font-size:.8rem;gap:.5rem}@media (max-width:768px){.footer{padding:2rem 0 1rem}.footer-logo h3{font-size:1.1rem}.footer-content,.footer-main{gap:2rem;grid-template-columns:1fr}.footer-links{justify-content:center}.footer-bottom-content{flex-direction:column;gap:.5rem;text-align:center}.footer-meta,.social-links{justify-content:center}}.App{min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{padding:80px 0}.section-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:20px;text-align:center}.section-subtitle{color:#666;font-size:1.2rem;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:12px 30px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{box-shadow:0 10px 25px #667eea4d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #667eea;color:#667eea}.btn-secondary:hover{background:#667eea;color:#fff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .8s ease-out}@media (max-width:768px){.section{padding:60px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.container{padding:0 15px}}
/*# sourceMappingURL=main.8277636a.css.map*/