@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body{background-color:#fff;color:#343a40;font-family:neue-haas-grotesk-display-pro,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{background-color:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;width:100%;z-index:1000}.nav-container{height:70px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.logo,.nav-container{align-items:center;display:flex}.logo{text-decoration:none}.logo-text{display:flex;font-size:1.2rem;font-weight:600}.eightythree{color:#5aa17f}.labs{color:#000}.nav-menu{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-menu a{color:#000;font-weight:500;text-decoration:none;transition:color .3s ease}.nav-menu a.active,.nav-menu a:hover{color:#5aa17f}@media (max-width:768px){.nav-menu{display:none}.nav-container{padding:0 15px}}.footer{background-color:#fafafa;border-top:1px solid #f0f0f0;color:#666;padding:3rem 0;text-align:center}.footer .container{margin:0 auto;max-width:1200px;padding:0 20px}.footer p{font-size:.9rem;font-weight:400;margin-bottom:.5rem}.footer a{color:#000;font-weight:500;text-decoration:none;transition:color .2s ease}.footer a:hover{color:#666}.home{margin-top:70px}.hero{background:#fff;color:#000;padding:120px 0 100px;position:relative;text-align:center}.hero-content{position:relative;z-index:1}.hero-content h1{color:#000;font-size:4rem;font-weight:600;letter-spacing:-.025em;line-height:1.1;margin-bottom:1.5rem;max-width:800px}.hero-content h1,.hero-content p{margin-left:auto;margin-right:auto}.hero-content p{color:#666;font-size:1.25rem;font-weight:400;line-height:1.5;margin-bottom:2.5rem;max-width:600px}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-primary,.btn-secondary{border:1px solid #0000;border-radius:8px;display:inline-block;font-size:1rem;font-weight:500;padding:14px 28px;text-decoration:none;transition:all .2s ease}.btn-primary{background-color:#000;border:1px solid #000;color:#fff}.btn-primary:hover{background-color:#333;border:1px solid #333}.btn-secondary{background-color:#fff;border:1px solid #e0e0e0;color:#000}.btn-secondary:hover{background-color:#f5f5f5;border:1px solid #d0d0d0}.featured-project{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:100px 0}.featured-project h2{color:#fff;font-size:2.75rem;font-weight:600;letter-spacing:-.02em;margin-bottom:4rem;text-align:center}.project-showcase{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.project-content h3{color:#fff;font-size:2.5rem;font-weight:600;letter-spacing:-.02em;margin-bottom:1.5rem}.project-content p{color:#ffffffe6;font-size:1.25rem;line-height:1.6;margin-bottom:2rem}.platform-sections{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:2.5rem 0}.section-highlight{background:#ffffff1a;border:1px solid #fff3;border-radius:12px;padding:1.5rem}.section-highlight h4{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.section-highlight p{color:#ffffffe6;font-size:.95rem;line-height:1.4;margin:0}.project-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.feature{align-items:center;color:#fffffff2;display:flex;font-size:1.1rem;font-weight:500;gap:1rem}.feature-icon{font-size:1.5rem;text-align:center;width:2.5rem}.project-content .btn-primary{background-color:#fff;border:1px solid #fff;color:#667eea;font-weight:600}.project-content .btn-primary:hover{background-color:#fffffff2;transform:translateY(-2px)}.project-preview{display:flex;justify-content:center}.preview-card{background:#fffffff2;border-radius:16px;box-shadow:0 20px 40px #0000001a;max-width:300px;overflow:hidden;transform:rotate(3deg);transition:transform .3s ease}.preview-card:hover{transform:rotate(0deg) scale(1.05)}.preview-header{background:#4f46e5;color:#fff;font-size:.9rem;font-weight:600;padding:1rem;text-align:center}.preview-content{color:#333;padding:2rem;text-align:center}.game-icon{font-size:3rem;margin-bottom:1rem}.preview-content h4{color:#333;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.preview-content p{color:#666;font-size:.9rem;margin:0}.services{background-color:#fff;padding:100px 0}.services h2{color:#000;font-size:2.75rem;font-weight:600;letter-spacing:-.02em;margin-bottom:4rem;text-align:center}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:0 auto;max-width:1200px}.service-card{background-color:#fafafa;border:1px solid #f0f0f0;border-radius:12px;box-shadow:none;padding:2.5rem;text-align:center;transition:all .2s ease}.service-card:hover{background-color:#f5f5f5;border-color:#e0e0e0}.service-card h3{color:#000;font-size:1.5rem;font-weight:600;letter-spacing:-.01em;margin-bottom:1rem}.service-card p{color:#666;font-size:1rem;font-weight:400;line-height:1.6}.about{background-color:#fafafa;padding:100px 0}.about h2{color:#000;font-size:2.75rem;font-weight:600;letter-spacing:-.02em;margin-bottom:2rem;text-align:center}.about p{color:#666;font-size:1.25rem;font-weight:400;line-height:1.6;margin:0 auto;max-width:800px;text-align:center}@media (max-width:768px){.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.125rem}.cta-buttons{align-items:center;flex-direction:column}.btn-primary,.btn-secondary{text-align:center;width:200px}.about h2,.services h2{font-size:2rem}.hero{padding:80px 0}.about,.featured-project,.services{padding:60px 0}.service-card{padding:2rem}.project-showcase{gap:2rem;grid-template-columns:1fr;text-align:center}.platform-sections{gap:1.5rem;grid-template-columns:1fr}.project-content h3{font-size:2rem}.project-content p{font-size:1.125rem}.featured-project h2{font-size:2rem}}@media (max-width:480px){.container{padding:0 15px}.hero-content h1{font-size:2rem}}.contact{margin-top:70px}.container{margin:0 auto;max-width:1200px;padding:0 20px}.contact-hero{display:none}.contact-content{align-items:center;background-color:#fff;display:flex;justify-content:center;min-height:calc(100vh - 70px);padding:2rem 0}.contact-info{background-color:#fafafa;border:1px solid #f0f0f0;border-radius:16px;box-shadow:0 4px 20px #0000000d;max-width:500px;padding:4rem 3rem;text-align:center;width:100%}.contact-info h2{color:#000;font-size:2.5rem;font-weight:600;letter-spacing:-.025em;margin-bottom:1rem}.contact-subtitle{color:#666;font-size:1.1rem;font-weight:400;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:400px}.contact-item{background-color:initial;border:none;border-radius:0;margin-bottom:2.5rem;padding:0}.contact-item:last-child{margin-bottom:0}.contact-item h3{color:#000;font-size:1.1rem;font-size:.9rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.75rem;text-transform:uppercase}.contact-item p{color:#666;font-size:1.1rem;font-weight:400;line-height:1.5;margin-bottom:0}.contact-item a{border-bottom:2px solid #0000;color:#000;font-size:1.2rem;font-weight:500;padding-bottom:2px;text-decoration:none;transition:color .2s ease}.contact-item a:hover{border-bottom:2px solid #5aa17f;color:#5aa17f}@media (max-width:768px){.contact-content{min-height:calc(100vh - 70px);padding:1rem}.contact-info{max-width:90%;padding:3rem 2rem}.contact-info h2{font-size:2rem;margin-bottom:1rem}.contact-subtitle{font-size:1rem}.contact-item,.contact-subtitle{margin-bottom:2rem}.contact-item a,.contact-item p{font-size:1rem}}@media (max-width:480px){.contact-info{padding:2rem 1.5rem}.contact-info h2{font-size:1.75rem}.contact-subtitle{font-size:.9rem}.contact-item h3{font-size:.8rem}}.App{color:#000;font-family:neue-haas-grotesk-display-pro,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:300;line-height:1.6}main{min-height:calc(100vh - 140px)}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:neue-haas-grotesk-display-pro,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.company-name .eightythree{color:#5aa17f}.company-name .labs{color:#000}
/*# sourceMappingURL=main.8ed033e4.css.map*/