*{margin:0;padding:0;box-sizing:border-box}:root{font-family:DM Sans,sans-serif;line-height:1.5;font-weight:400;color:#fff;background-color:#111;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;font-family:DM Sans,sans-serif}a{text-decoration:none;color:inherit}button{font-family:DM Sans,sans-serif;cursor:pointer;border:none}.app{width:100%;min-height:100vh;background-color:#111;color:#fff}@keyframes slideInRight{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.animate-on-scroll{opacity:0}.animate-on-scroll.animated{animation:slideInRight .8s ease-out forwards}.step-panel:nth-child(1) .animate-on-scroll.animated{animation-delay:.1s}.step-panel:nth-child(2) .animate-on-scroll.animated{animation-delay:.2s}.step-panel:nth-child(3) .animate-on-scroll.animated{animation-delay:.3s}.hero-description.animate-on-scroll.animated,.game-description.animate-on-scroll.animated{animation-delay:.2s}.header{position:fixed;top:0;left:0;right:0;margin:0 12px;height:88px;padding:0 4rem;display:flex;justify-content:center;align-items:center;background-color:#111;z-index:1000;transition:transform .3s ease-in-out}.header-visible{transform:translateY(0)}.header-hidden{transform:translateY(-100%)}.header-content{width:100%;max-width:1400px;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;font-family:DM Sans,sans-serif;font-size:1.5rem;font-weight:600}.logo-icon{width:2rem;height:2rem;object-fit:contain;border-radius:20%}.logo-text{color:#fff;font-weight:400}.menu-toggle{display:none}.nav{display:flex;align-items:center;gap:2rem;font-family:DM Sans,sans-serif;font-size:1rem}.nav a{color:#fff;opacity:.75;transition:opacity .2s;text-decoration:none}.nav a:hover{opacity:.7}.btn-get-lume{background-color:#b700ff;color:#fff;padding:.75rem 1.5rem;border-radius:1.5rem;font-size:1rem;font-weight:600;transition:opacity .2s;box-shadow:2px 2px #8800bd}.btn-get-lume:hover{opacity:.8}.hero{margin:88px 12px 12px;height:calc(100vh - 112px);padding:4rem;display:flex;justify-content:center;background:linear-gradient(180deg,#8800be,#c739ff);border-radius:36px;position:relative;overflow:hidden}.mission-hero{margin:88px 12px 12px;height:250px;padding:4rem;display:flex;justify-content:center;align-items:center;background:linear-gradient(180deg,#8800be,#c739ff);border-radius:36px;position:relative;overflow:hidden}.mission-hero-content{width:100%;max-width:1400px;display:flex;justify-content:center;align-items:center}.mission-title{font-family:Bowlby One,sans-serif;font-size:4rem;line-height:1.1;color:#fff;text-align:center}.mission-section{margin:12px;padding:8rem 4rem;background-color:#1b1b1b;border-radius:36px;display:flex;justify-content:center}.mission-content{width:100%;max-width:1000px;display:flex;flex-direction:column;gap:2rem}.mission-paragraph{font-family:DM Sans,sans-serif;font-size:1.25rem;line-height:1.8;color:#fff}.team-section{margin:0;padding:0px 0rem;background-color:#111;border-radius:36px;display:flex;justify-content:center}.team-content{width:100%;max-width:1400px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.team-card{background-color:#1b1b1b;border-radius:1.5rem;overflow:hidden;display:flex;flex-direction:column}.team-card-image-wrapper{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden}.team-card-image{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease-in-out}.team-card-image.loaded{opacity:1}.team-card-skeleton{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#2a2a2a,#333,#2a2a2a);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite}.team-card-info{padding:2rem;display:flex;flex-direction:column;gap:.25rem;text-align:center}.team-card-name{font-family:DM Sans,sans-serif;font-size:1.25rem;font-weight:600;color:#fff;margin:0}.team-card-position{font-family:DM Sans,sans-serif;font-size:1rem;color:#fff;opacity:.75;margin:0}.gallery-section{margin:12px;height:400px;overflow:hidden;border-radius:36px;background-color:#111}.gallery-container{width:100%;height:100%;overflow:hidden}.gallery-track{display:flex;height:100%;gap:12px;animation:scroll-left 30s linear infinite;will-change:transform}.gallery-image-wrapper{position:relative;width:400px;height:400px;flex-shrink:0}.gallery-image{width:100%;height:100%;object-fit:cover;border-radius:12px;opacity:0;transition:opacity .3s ease-in-out}.gallery-image.loaded{opacity:1}.gallery-skeleton{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#2a2a2a,#333,#2a2a2a);background-size:200% 100%;border-radius:12px;animation:skeleton-loading 1.5s ease-in-out infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes rotate-wheel{0%{transform:translate(-275px) rotate(0)}to{transform:translate(-275px) rotate(360deg)}}@keyframes rotate-wheel-mobile{0%{transform:translate(0) translateY(275px) rotate(0)}to{transform:translate(0) translateY(275px) rotate(360deg)}}.hero-content{width:100%;max-width:1400px;padding:4rem;display:flex;align-items:center;gap:4rem;position:relative;overflow:visible}.hero-text{flex:1;z-index:2}.hero-title{font-family:Bowlby One,sans-serif;font-size:4rem;line-height:1.1;color:#fff;margin-bottom:1.5rem}.hero-description{font-family:DM Sans,sans-serif;font-size:1.25rem;line-height:1.6;color:#fff;margin-bottom:2rem;max-width:500px}.btn-app-store{background-color:#fff;color:#000;padding:1rem 1.5rem;border-radius:9999px;font-size:1rem;font-weight:600;display:flex;align-items:center;gap:1.25rem;transition:all .2s ease;box-shadow:2px 2px #ccc}.btn-app-store:hover{opacity:.8}.btn-text-wrapper{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.btn-text-small{font-size:.75rem;font-weight:400;opacity:.75}.btn-text-large{font-size:1.25rem;font-weight:600}.apple-logo,.money-bag-icon{font-size:24px;width:24px;height:28px;display:flex;align-items:center;justify-content:center}.hero-phones{flex:1;position:relative;height:100%;display:flex;align-items:flex-start;justify-content:flex-end;overflow:visible;margin-right:-100px}.hero-screenshots{width:100%;height:200%;object-fit:contain;max-width:1400px;object-position:center top;transform:translateY(-5%)}.how-it-works{padding:12px;background-color:#111;border-radius:36px;display:flex;justify-content:center}.how-it-works-content{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.step-panel{background-color:#1b1b1b;border-radius:1.5rem;height:500px;padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:1.5rem;overflow:hidden;position:relative}.step-number{font-family:Bowlby One,sans-serif;font-size:14rem;color:#4a4a4a;line-height:1;opacity:.75}.step-text{font-family:DM Sans,sans-serif;font-size:1.5rem;color:#fff;line-height:1.6;margin:0}.step-screenshot{width:200%;height:auto;max-height:500px;object-fit:contain;border-radius:.75rem;position:absolute;bottom:-35%;left:50%;transform:translate(-50%)}.step-panel:nth-child(1) .step-text{animation-delay:.1s}.step-panel:nth-child(2) .step-text{animation-delay:.2s}.step-panel:nth-child(3) .step-text{animation-delay:.3s}.games{margin:12px;height:500px;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:36px;display:flex;justify-content:center;overflow:hidden;transition:background-image 1s ease-in-out,background-color 1s ease-in-out}.games-content{width:100%;max-width:1400px;display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center}.games-left{display:flex;justify-content:flex-start;align-items:center;height:100%}.game-wheel-image{height:500px;width:auto;object-fit:contain;transform:translate(-275px);animation:rotate-wheel 12s linear infinite}.games-center{display:flex;flex-direction:column;gap:1.5rem;transform:translate(-350px)}.btn-what-are-games{background-color:#b700ff;color:#fff;padding:4px 12px;border-radius:1.5rem;font-size:.875rem;font-weight:900;align-self:flex-start;transition:opacity .2s}.btn-what-are-games:hover{opacity:.8}.game-title{font-family:Bowlby One,sans-serif;font-size:4rem;color:#000;line-height:1.1;transition:opacity .5s ease-in-out}.game-description{font-family:DM Sans,sans-serif;font-size:1.5rem;color:#000;transition:opacity .5s ease-in-out}.game-text-animate{animation:slideInRight .6s ease-out}.game-description.game-text-animate{animation:slideInRight .6s ease-out .2s both}.footer{margin:1rem 12px;padding:6rem 4rem;background-color:#1b1b1b;border-radius:36px;display:flex;flex-direction:column;align-items:center;gap:2rem}.footer-text{font-family:Bowlby One,sans-serif;font-size:4rem;color:#fff;text-align:center}.footer-buttons{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.btn-app-store-footer{background-color:#b700ff;color:#fff;padding:1rem 1.5rem;border-radius:9999px;font-size:1rem;font-weight:600;display:flex;align-items:center;gap:1.25rem;transition:all .2s ease;box-shadow:2px 2px #8800bd}.btn-app-store-footer:hover{opacity:.8}.btn-instagram{background-color:#fff;color:#000;padding:1rem 1.5rem;border-radius:9999px;font-size:1rem;font-weight:600;display:flex;align-items:center;gap:1.25rem;transition:all .2s ease;box-shadow:2px 2px #ccc}.btn-instagram:hover{opacity:.8}.instagram-logo{font-size:24px;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.site-footer{margin:12px;padding:3rem 4rem;background-color:#1b1b1b;border-radius:36px}.site-footer-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.site-footer-text{font-family:DM Sans,sans-serif;font-size:.875rem;color:#fff;opacity:.6;margin:0}.site-footer-links{display:flex;gap:2rem;align-items:center}.site-footer-link{font-family:DM Sans,sans-serif;font-size:.875rem;color:#fff;text-decoration:none;opacity:.6;transition:opacity .2s ease}.site-footer-link:hover{opacity:1}@media(max-width:1200px){.hero-content{flex-direction:column;gap:3rem}.hero-phones{height:500px}.games-content{grid-template-columns:1fr;gap:3rem}.how-it-works-content,.team-content{grid-template-columns:1fr}}@media(max-width:768px){.header{padding:1.5rem 2rem}.nav{gap:1rem;font-size:.875rem}.menu-toggle{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.menu-icon{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px;position:relative}.menu-icon span{display:block;height:2px;width:100%;background-color:#fff;border-radius:2px;transition:all .3s ease}.menu-icon.open span:nth-child(1){transform:rotate(45deg) translate(5px,7px)}.menu-icon.open span:nth-child(2){opacity:0}.menu-icon.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-7px)}.nav{position:fixed;top:88px;left:0;right:0;background-color:#111;flex-direction:column;align-items:center;padding:2rem;gap:1.5rem;transform:translate(-100%);transition:transform .3s ease-in-out;z-index:1000;height:calc(100vh - 88px);overflow-y:auto}.nav.nav-open{transform:translate(0)}.nav a{display:block;width:100%;font-size:1.25rem;text-align:center}.nav .btn-get-lume{width:100%;text-align:center}.hero{padding:2rem 1rem 4rem;height:calc(100vh - 100px)}.mission-hero{padding:2rem 1rem;height:150px}.mission-title{font-size:2.5rem}.mission-section{padding:3rem 1.5rem}.team-section{padding:0rem}.team-content{grid-template-columns:repeat(2,1fr)}.gallery-section{margin:12px;height:300px}.gallery-image-wrapper{width:300px;height:300px}.mission-paragraph{font-size:1rem}.hero-content{padding:2rem 1rem;flex-direction:column;align-items:center;text-align:center}.hero-text{display:flex;flex-direction:column;align-items:center;text-align:center}.hero-description{text-align:center}.hero-phones{margin-top:3rem}.hero-screenshots{transform:translateY(-5%) translate(-10%)}.hero-title{font-size:2.5rem}.hero-description{font-size:1rem}.how-it-works{padding:12px 0;margin:12px 0}.how-it-works-content{gap:12px;padding:0 12px}.step-number{font-size:6rem}.step-panel{height:450px}.step-screenshot{width:250%;max-height:350px;bottom:-25%}.games{padding:4rem 0;height:auto;min-height:500px}.games-content{grid-template-columns:1fr;grid-template-rows:auto auto;gap:0;align-items:center;justify-items:stretch;padding:0;width:100%}.games-center{order:1;transform:translate(0);width:100%;align-items:center;text-align:center;padding:0 2rem .5rem;margin:0}.btn-what-are-games{align-self:center}.games-left{order:2;justify-content:center;width:100%;padding:0;margin:0;max-width:100%;margin-top:-12.5rem}.game-wheel-image{height:auto;width:100%;object-fit:cover;margin:0;padding:0;display:block;animation:rotate-wheel-mobile 12s linear infinite}.footer{padding:4rem 2rem}.game-title{font-size:2.5rem}.game-description{font-size:1rem}.footer-text{font-size:2.5rem}.footer-buttons{gap:1rem}.site-footer{padding:2rem 1.5rem}.site-footer-content{flex-direction:column;text-align:center;gap:1rem}.site-footer-links{gap:1.5rem}}
