.launch-module__CP0mGW__pageWrapper{background-color:var(--bg-primary);color:var(--text-primary);font-family:Montserrat,sans-serif;transition:background-color .3s,color .3s;overflow-x:hidden}.launch-module__CP0mGW__section{padding:100px 0;position:relative}.launch-module__CP0mGW__container{max-width:1200px;margin:0 auto;padding:0 20px}.launch-module__CP0mGW__hero{background:var(--bg-primary);text-align:center;align-items:center;min-height:90vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.launch-module__CP0mGW__heroBackground{pointer-events:none;z-index:1;opacity:.15;width:100%;height:100%;position:absolute;top:0;left:0}.launch-module__CP0mGW__heroCharacter{background:var(--accent-secondary);width:40px;height:40px;box-shadow:0 0 20px var(--accent-secondary);z-index:2;border-radius:8px;animation:12s linear infinite launch-module__CP0mGW__gamePlay;position:absolute;bottom:25%;left:-50px}.launch-module__CP0mGW__heroCharacter:before{content:"";background:#000;border-radius:50%;width:8px;height:8px;position:absolute;top:8px;right:8px}@keyframes launch-module__CP0mGW__gamePlay{0%{transform:translate(0)translateY(0)}5%{transform:translate(10vw)translateY(-80px)}10%{transform:translate(20vw)translateY(0)}15%{transform:translate(30vw)translateY(-120px)}20%{transform:translate(40vw)translateY(0)}35%{transform:translate(55vw)translateY(-100px)}50%{transform:translate(70vw)translateY(-150px)}65%{transform:translate(85vw)translateY(-50px)}80%{transform:translate(100vw)translateY(0)}to{transform:translate(120vw)translateY(0)}}.launch-module__CP0mGW__platform{background:var(--border-color);opacity:.4;border-radius:5px;height:10px;position:absolute}.launch-module__CP0mGW__plat1{width:100px;animation:4s ease-in-out infinite launch-module__CP0mGW__floatY;bottom:25%;left:15%}.launch-module__CP0mGW__plat2{width:120px;animation:5s ease-in-out 1s infinite launch-module__CP0mGW__floatY;bottom:38%;left:30%}.launch-module__CP0mGW__plat3{width:150px;animation:6s ease-in-out 2s infinite launch-module__CP0mGW__floatY;bottom:30%;left:55%}.launch-module__CP0mGW__plat4{width:200px;animation:4s ease-in-out .5s infinite launch-module__CP0mGW__floatY;bottom:50%;left:80%}@keyframes launch-module__CP0mGW__floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.launch-module__CP0mGW__heroCoin{background:#fbbf24;border-radius:50%;width:18px;height:18px;animation:2s linear infinite launch-module__CP0mGW__spinCoin;position:absolute;box-shadow:0 0 10px #fbbf24}@keyframes launch-module__CP0mGW__spinCoin{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.launch-module__CP0mGW__cloud{opacity:.1;background:#cbd5e1;border-radius:40px;width:120px;height:40px;animation:30s linear infinite launch-module__CP0mGW__cloudMove;position:absolute}@keyframes launch-module__CP0mGW__cloudMove{0%{left:-200px}to{left:100%}}.launch-module__CP0mGW__heroHUD{opacity:.3;flex-direction:column;gap:12px;display:flex;position:absolute;top:40px;left:40px}.launch-module__CP0mGW__hpBar{background:#0003;border:1px solid #ffffff1a;border-radius:6px;width:140px;height:12px;overflow:hidden}.launch-module__CP0mGW__hpFill{background:#ef4444;width:75%;height:100%;animation:2s infinite launch-module__CP0mGW__hpPulse}.launch-module__CP0mGW__scoreText{color:var(--accent-secondary);text-align:left;font-family:monospace;font-size:1.2rem;font-weight:900}@keyframes launch-module__CP0mGW__hpPulse{0%,to{opacity:1}50%{opacity:.6}}.dark-mode .launch-module__CP0mGW__hero{background:radial-gradient(circle,#1e293b 0%,#0a0a0b 100%)}.launch-module__CP0mGW__hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#3b82f60d 0%,#0000 70%);width:100%;height:100%;position:absolute;top:0;left:0}.launch-module__CP0mGW__heroContent{max-width:900px;margin:0 auto}.launch-module__CP0mGW__trustLine{background:var(--bg-secondary);text-transform:uppercase;letter-spacing:1px;color:var(--accent-secondary);border:1px solid var(--border-color);border-radius:50px;margin-bottom:30px;padding:8px 20px;font-size:14px;font-weight:700;animation:.8s ease-out launch-module__CP0mGW__fadeInDown;display:inline-block}.launch-module__CP0mGW__hero h1{background:linear-gradient(135deg,var(--text-primary)0%,var(--accent-secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:25px;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.1;animation:1s ease-out launch-module__CP0mGW__fadeInUp}.launch-module__CP0mGW__hero p{color:var(--text-secondary);margin-bottom:40px;font-size:1.25rem;line-height:1.6;animation:1.2s ease-out launch-module__CP0mGW__fadeInUp}.launch-module__CP0mGW__heroButtons{flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:30px;animation:1.4s ease-out launch-module__CP0mGW__fadeInUp;display:flex}.launch-module__CP0mGW__btnPrimary{color:#fff;text-transform:uppercase;cursor:pointer;background-color:#3b82f6;border:none;border-radius:12px;padding:18px 36px;font-size:18px;font-weight:900;transition:all .3s;box-shadow:0 10px 30px #3b82f666}.launch-module__CP0mGW__btnPrimary:hover{transform:translateY(-5px)scale(1.05);box-shadow:0 15px 40px #3b82f699}.launch-module__CP0mGW__btnGreen{color:#fff;text-transform:uppercase;cursor:pointer;background-color:#10b981;border:none;border-radius:12px;padding:18px 36px;font-size:18px;font-weight:900;transition:all .3s;box-shadow:0 10px 30px #10b98166}.launch-module__CP0mGW__btnGreen:hover{transform:translateY(-5px)scale(1.05);box-shadow:0 15px 40px #10b98199}.launch-module__CP0mGW__microText{color:#64748b;letter-spacing:.5px;font-size:14px;font-weight:600}.launch-module__CP0mGW__leadCapture{background:var(--card-bg);box-shadow:15px 15px 0 var(--accent-primary);z-index:20;text-align:center;border:4px solid #000;border-radius:30px;margin-top:-60px;padding:50px;position:relative}.launch-module__CP0mGW__leadCapture h2{color:var(--text-primary);margin-bottom:15px;font-size:2.5rem}.launch-module__CP0mGW__leadCapture p{color:var(--text-secondary);margin-bottom:30px;font-size:1.1rem}.launch-module__CP0mGW__leadForm{flex-wrap:wrap;gap:15px;max-width:600px;margin:0 auto;display:flex}.launch-module__CP0mGW__inputField{background:var(--bg-secondary);min-width:250px;color:var(--text-primary);border:3px solid #000;border-radius:15px;outline:none;flex:1;padding:18px 24px;font-size:16px;transition:all .3s}.launch-module__CP0mGW__inputField:focus{border-color:var(--accent-secondary);box-shadow:0 0 15px #3b82f64d}.launch-module__CP0mGW__ctaBtn{background:var(--accent-primary);color:#fff;cursor:pointer;border:3px solid #000;border-radius:15px;padding:18px 36px;font-size:18px;font-weight:900;transition:all .3s;box-shadow:4px 4px #000}.launch-module__CP0mGW__ctaBtn:hover{transform:translate(-2px,-2px);box-shadow:8px 8px #000}@keyframes launch-module__CP0mGW__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes launch-module__CP0mGW__fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:768px){.launch-module__CP0mGW__section{padding:60px 0}.launch-module__CP0mGW__hero h1{font-size:3rem}.launch-module__CP0mGW__leadCapture{padding:30px}.launch-module__CP0mGW__leadForm{flex-direction:column}.launch-module__CP0mGW__ctaBtn{width:100%}}.launch-module__CP0mGW__socialSection{background:var(--bg-secondary)}.launch-module__CP0mGW__subHeadline{color:var(--text-secondary);font-size:1.5rem;font-weight:700}.launch-module__CP0mGW__problemSection{background:var(--bg-primary)}.launch-module__CP0mGW__problemGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:50px;display:grid}.launch-module__CP0mGW__problemCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:20px;padding:30px;transition:all .3s;position:relative;overflow:hidden}.launch-module__CP0mGW__problemCard:hover{border-color:#ef4444;transform:translateY(-5px);box-shadow:0 10px 30px #ef44441a}.launch-module__CP0mGW__problemIcon{margin-bottom:20px;font-size:2.5rem;display:block}.launch-module__CP0mGW__moneyAnim{animation:3s linear infinite launch-module__CP0mGW__moneyFly}@keyframes launch-module__CP0mGW__moneyFly{0%{opacity:0;transform:translateY(0)rotate(0)}20%{opacity:1}80%{opacity:1}to{opacity:0;transform:translateY(-40px)rotate(20deg)}}.launch-module__CP0mGW__timeAnim{animation:4s linear infinite launch-module__CP0mGW__timeSpin}@keyframes launch-module__CP0mGW__timeSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.launch-module__CP0mGW__questionAnim{animation:2s infinite launch-module__CP0mGW__heartBeat}@keyframes launch-module__CP0mGW__heartBeat{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.launch-module__CP0mGW__growthAnim{animation:3s linear infinite launch-module__CP0mGW__chartGrowth}@keyframes launch-module__CP0mGW__chartGrowth{0%{opacity:0;transform:translate(0)}50%{opacity:1;transform:translate(10px,-15px)}to{opacity:0;transform:translate(20px,-30px)}}.launch-module__CP0mGW__problemCard h3{color:#ef4444;margin-bottom:15px;font-size:1.5rem}.launch-module__CP0mGW__solutionSection{background:linear-gradient(180deg,var(--bg-primary)0%,var(--bg-secondary)100%)}.dark-mode .launch-module__CP0mGW__solutionSection{background:linear-gradient(#0a0a0b 0%,#1e293b 100%)}.launch-module__CP0mGW__demoSection{text-align:center}.launch-module__CP0mGW__mobileImageWrapper{background:#000;border:4px solid #10b981;border-radius:30px;padding:4px;display:inline-block;box-shadow:0 20px 40px #0003}.launch-module__CP0mGW__offerSection{background:var(--bg-primary)}.dark-mode .launch-module__CP0mGW__offerSection{background:#0a0a0b}.launch-module__CP0mGW__offerGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;margin-top:60px;display:grid}.launch-module__CP0mGW__offerCard{background:var(--card-bg);transition:all .4s var(--bounce-easing);border:4px solid #000;border-radius:30px;flex-direction:column;padding:40px;display:flex;position:relative}.launch-module__CP0mGW__offerCard.launch-module__CP0mGW__popular{border-color:var(--accent-secondary);background:var(--card-bg)}.launch-module__CP0mGW__offerCard h3{margin-bottom:10px;font-size:2rem}.launch-module__CP0mGW__priceAnchor{background:linear-gradient(135deg,#b45309 0%,#f59e0b 50%,#fbbf24 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:20px;font-size:1.8rem;font-weight:900;display:inline-block}.launch-module__CP0mGW__featuresList{flex-grow:1;margin:30px 0;list-style:none}.launch-module__CP0mGW__featuresList li{color:var(--text-secondary);align-items:center;margin-bottom:15px;font-weight:600;display:flex}.launch-module__CP0mGW__featuresList li:before{content:"✅";margin-right:15px}.launch-module__CP0mGW__membershipBtn{background:var(--accent-gold);color:#000!important}.launch-module__CP0mGW__advancedDevSection{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:30px;margin-top:80px;padding:40px}.launch-module__CP0mGW__advancedCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:15px;padding:20px}.launch-module__CP0mGW__monetizationSection{background:linear-gradient(135deg,var(--bg-primary)0%,var(--bg-secondary)100%)}.dark-mode .launch-module__CP0mGW__monetizationSection{background:linear-gradient(135deg,#0a0a0b 0%,#1e1b4b 100%)}.launch-module__CP0mGW__monetizationCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:15px;padding:20px}.launch-module__CP0mGW__monetizationCard p{opacity:.8;font-size:14px}.launch-module__CP0mGW__dashboardImageWrapper{border:4px solid var(--accent-secondary);background:#000;border-radius:30px;padding:10px;box-shadow:0 20px 50px #0000004d}.launch-module__CP0mGW__finalCtaSection{text-align:center;border-top:1px solid var(--border-color)}.launch-module__CP0mGW__successMessage{color:#10b981;background:#10b9811a;border-radius:15px;padding:20px}.launch-module__CP0mGW__tabletSection{flex-direction:column;align-items:center;margin-bottom:60px;display:flex}.launch-module__CP0mGW__tabletFrame{background:#111;border:4px solid #000;border-radius:20px;width:100%;max-width:850px;padding:12px;transition:transform .3s;position:relative;box-shadow:0 20px 40px #0006,0 0 0 2px #333}.launch-module__CP0mGW__tabletHeader{justify-content:center;align-items:center;height:15px;display:flex}.launch-module__CP0mGW__camera{background:#222;border-radius:50%;width:6px;height:6px;box-shadow:inset 0 0 1px #fff}.launch-module__CP0mGW__tabletScreen{aspect-ratio:16/9;background:#000;border:4px solid #000;border-radius:10px;position:relative;overflow:hidden}.launch-module__CP0mGW__gameIframe{border:none;width:100%;height:100%}.launch-module__CP0mGW__tabletFooter{justify-content:center;align-items:center;height:35px;display:flex}.launch-module__CP0mGW__homeButton{border:2px solid #333;border-radius:50%;width:25px;height:25px;transition:background .2s}.launch-module__CP0mGW__tabletFrame:hover .launch-module__CP0mGW__homeButton{background:#222}.launch-module__CP0mGW__playingNow{color:var(--text-secondary);margin-top:20px;font-size:1.1rem}.launch-module__CP0mGW__playingNow strong{color:var(--accent-secondary)}.launch-module__CP0mGW__tabletLoading{color:#666;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.launch-module__CP0mGW__spinner{border:4px solid #333;border-top-color:var(--accent-secondary);border-radius:50%;width:40px;height:40px;margin-bottom:15px;animation:1s linear infinite launch-module__CP0mGW__spin}.launch-module__CP0mGW__stepIconBox{background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:20px;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 20px;display:flex;position:relative;overflow:hidden}.launch-module__CP0mGW__checklistAnim{width:40px;height:40px;position:relative}.launch-module__CP0mGW__checklistAnim:before,.launch-module__CP0mGW__checklistAnim:after{content:"✓";color:var(--accent-secondary);font-size:30px;font-weight:900;position:absolute}.launch-module__CP0mGW__checklistAnim:before{animation:1.5s infinite launch-module__CP0mGW__checkPop;top:-10px;left:-5px}.launch-module__CP0mGW__checklistAnim:after{animation:1.5s .75s infinite launch-module__CP0mGW__checkPop;bottom:-5px;right:-5px}@keyframes launch-module__CP0mGW__checkPop{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.launch-module__CP0mGW__gearsAnim{width:50px;height:50px;position:relative}.launch-module__CP0mGW__gearsAnim i{color:#94a3b8;font-size:30px;animation:3s linear infinite launch-module__CP0mGW__spinGear;position:absolute}.launch-module__CP0mGW__gearsAnim i:first-child{top:0;left:0}.launch-module__CP0mGW__gearsAnim i:last-child{color:var(--accent-secondary);animation:3s linear infinite launch-module__CP0mGW__spinGearRev;bottom:0;right:0}@keyframes launch-module__CP0mGW__spinGear{to{transform:rotate(360deg)}}@keyframes launch-module__CP0mGW__spinGearRev{to{transform:rotate(-360deg)}}.launch-module__CP0mGW__rocketAnim{font-size:40px;animation:2s ease-in-out infinite launch-module__CP0mGW__launchRocket}@keyframes launch-module__CP0mGW__launchRocket{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.launch-module__CP0mGW__coinPop{color:#fbbf24;font-size:14px;animation:2s linear infinite launch-module__CP0mGW__coinFly;position:absolute}@keyframes launch-module__CP0mGW__coinFly{0%{opacity:0;transform:translateY(0)scale(0)}50%{opacity:1}to{opacity:0;transform:translateY(-50px)rotate(45deg)}}.launch-module__CP0mGW__exitPopupOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#000000d9;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;display:flex;position:fixed;top:0;left:0}.launch-module__CP0mGW__exitPopupContent{max-width:600px;animation:launch-module__CP0mGW__modalPop .4s var(--bounce-easing);margin:0;position:relative;}@keyframes launch-module__CP0mGW__modalPop{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.launch-module__CP0mGW__closeBtn{background:var(--bg-secondary);border:2px solid var(--border-color);color:var(--text-primary);cursor:pointer;z-index:10;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;line-height:1;transition:all .2s;display:flex;position:absolute;top:15px;right:15px}.launch-module__CP0mGW__closeBtn:hover{background:var(--accent-primary);color:#fff;transform:rotate(90deg)}.launch-module__CP0mGW__gameDemoGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;width:100%;margin-bottom:50px;display:grid}.launch-module__CP0mGW__demoGameCard{background:var(--card-bg);transition:all .3s var(--bounce-easing);border:4px solid #000;border-radius:20px;position:relative;overflow:hidden;box-shadow:8px 8px #000}.launch-module__CP0mGW__demoGameCard:hover{box-shadow:15px 15px 0 var(--accent-secondary);border-color:var(--accent-secondary);transform:translateY(-10px)}.launch-module__CP0mGW__demoThumbnail{height:200px;position:relative;overflow:hidden}.launch-module__CP0mGW__gameImg{object-fit:cover;width:100%;height:100%;transition:transform .5s}.launch-module__CP0mGW__demoGameCard:hover .launch-module__CP0mGW__gameImg{transform:scale(1.1)}.launch-module__CP0mGW__playOverlay{opacity:0;background:#3b82f699;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.launch-module__CP0mGW__demoGameCard:hover .launch-module__CP0mGW__playOverlay{opacity:1}.launch-module__CP0mGW__playOverlay span{color:#000;background:#fff;border-radius:50px;padding:10px 20px;font-size:14px;font-weight:900}.launch-module__CP0mGW__demoGameInfo{text-align:left;padding:20px}.launch-module__CP0mGW__demoGameInfo h4{color:var(--text-primary);margin-bottom:5px;font-size:1.25rem}.launch-module__CP0mGW__demoGameInfo p{color:var(--accent-secondary);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:700}.launch-module__CP0mGW__fullLink{z-index:5;width:100%;height:100%;position:absolute;top:0;left:0}.launch-module__CP0mGW__loadingPlaceholder{text-align:center;background:var(--bg-secondary);border:4px dashed var(--border-color);color:var(--text-secondary);border-radius:20px;grid-column:1/-1;padding:100px;font-weight:700}.launch-module__CP0mGW__animContainer{aspect-ratio:16/10;background:#0f172a;border:2px solid #3b82f64d;border-radius:26px;width:100%;position:relative;overflow:hidden;box-shadow:0 0 50px #00000080}.launch-module__CP0mGW__animBg{z-index:1;background:radial-gradient(circle,#1e293b 0%,#020617 100%);width:100%;height:100%;position:absolute;top:0;left:0}.launch-module__CP0mGW__gridOverlay{z-index:2;perspective:1000px;background-image:linear-gradient(#3b82f61a 1px,#0000 1px),linear-gradient(90deg,#3b82f61a 1px,#0000 1px);background-size:40px 40px;width:100%;height:100%;position:absolute;top:0;left:0;transform:rotateX(20deg)}.launch-module__CP0mGW__floatingCards{z-index:3;grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(4,1fr);gap:15px;width:100%;height:100%;padding:25px;display:grid;position:absolute;top:0;left:0}.launch-module__CP0mGW__cardItem{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;transition:all .5s;animation:4s ease-in-out infinite launch-module__CP0mGW__floatCard;position:relative;overflow:hidden}.launch-module__CP0mGW__cardItem:nth-child(2n){animation-delay:1s}.launch-module__CP0mGW__cardItem:nth-child(3n){animation-delay:2s}.launch-module__CP0mGW__cardItem:after{content:"";background:linear-gradient(45deg,#0000,#3b82f61a,#0000);width:200%;height:200%;animation:3s infinite launch-module__CP0mGW__shine;position:absolute;top:-50%;left:-50%;transform:rotate(45deg)}.launch-module__CP0mGW__playingIcon{background:var(--accent-secondary);width:20px;height:20px;box-shadow:0 0 10px var(--accent-secondary);border-radius:50%;animation:1.5s infinite launch-module__CP0mGW__pulseNeon;position:absolute;bottom:10px;right:10px}.launch-module__CP0mGW__glowOrb{background:var(--accent-secondary);filter:blur(80px);opacity:.2;z-index:1;border-radius:50%;width:150px;height:150px;animation:10s infinite alternate launch-module__CP0mGW__moveOrb;position:absolute}.launch-module__CP0mGW__glowOrb2{filter:blur(100px);opacity:.15;z-index:1;background:#ec4899;border-radius:50%;width:200px;height:200px;animation:15s infinite alternate-reverse launch-module__CP0mGW__moveOrb;position:absolute;bottom:0;right:0}@keyframes launch-module__CP0mGW__floatCard{0%,to{transform:translateY(0)rotateX(0)rotateY(0)}50%{transform:translateY(-10px)rotateX(2deg)rotateY(2deg)}}@keyframes launch-module__CP0mGW__shine{0%{transform:translate(-100%,-100%)rotate(45deg)}to{transform:translate(100%,100%)rotate(45deg)}}@keyframes launch-module__CP0mGW__pulseNeon{0%{opacity:1;box-shadow:0 0 10px var(--accent-secondary);transform:scale(1)}50%{opacity:.8;box-shadow:0 0 25px var(--accent-secondary);transform:scale(1.2)}to{opacity:1;box-shadow:0 0 10px var(--accent-secondary);transform:scale(1)}}@keyframes launch-module__CP0mGW__moveOrb{0%{transform:translate(0)}to{transform:translate(100px,50px)}}.launch-module__CP0mGW__scanline{z-index:10;pointer-events:none;background:#3b82f666;width:100%;height:2px;animation:4s linear infinite launch-module__CP0mGW__scan;position:absolute;top:0;left:0;box-shadow:0 0 15px #3b82f6cc}@keyframes launch-module__CP0mGW__scan{0%{opacity:0;top:0}10%{opacity:1}90%{opacity:1}to{opacity:0;top:100%}}.launch-module__CP0mGW__animTitle{color:#fff;z-index:4;letter-spacing:2px;text-transform:uppercase;opacity:.8;font-size:14px;font-weight:800;position:absolute;top:15px;left:25px}.launch-module__CP0mGW__badge{background:#ef4444;border-radius:4px;margin-left:10px;padding:2px 6px;font-size:10px;animation:1s step-end infinite launch-module__CP0mGW__blink}@keyframes launch-module__CP0mGW__blink{50%{opacity:0}}.launch-module__CP0mGW__dashboardAnimContainer{aspect-ratio:16/10;background:#020617;border:1px solid #3b82f633;border-radius:20px;width:100%;font-family:sans-serif;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080}.launch-module__CP0mGW__dashSidebar{background:#0f172a;border-right:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:20px;width:60px;height:100%;padding:20px 0;display:flex}.launch-module__CP0mGW__sidebarItem{background:#ffffff1a;border-radius:10px;width:30px;height:6px}.launch-module__CP0mGW__sidebarItemAlt{background:var(--accent-secondary);box-shadow:0 0 10px var(--accent-secondary);}.launch-module__CP0mGW__dashMain{flex-direction:column;flex:1;gap:20px;padding:20px;display:flex}.launch-module__CP0mGW__dashTopRow{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.launch-module__CP0mGW__statCard{background:#1e293b;border-radius:12px;padding:15px;position:relative;overflow:hidden}.launch-module__CP0mGW__statTitle{color:#94a3b8;text-transform:uppercase;margin-bottom:5px;font-size:10px}.launch-module__CP0mGW__statValue{color:#fff;font-size:18px;font-weight:800}.launch-module__CP0mGW__statTrend{color:#10b981;margin-top:5px;font-size:10px}.launch-module__CP0mGW__dashChartArea{background:#1e293b;border-radius:12px;flex-direction:column;flex:1;padding:20px;display:flex;position:relative}.launch-module__CP0mGW__chartBars{justify-content:space-around;align-items:flex-end;gap:10px;height:100%;padding-top:20px;display:flex}.launch-module__CP0mGW__bar{background:linear-gradient(to top,var(--accent-secondary),#60a5fa);transform-origin:bottom;border-radius:4px 4px 0 0;flex:1;animation:4s ease-in-out infinite launch-module__CP0mGW__fluctuate}@keyframes launch-module__CP0mGW__fluctuate{0%,to{transform:scaleY(1)}50%{transform:scaleY(.6)}}@keyframes launch-module__CP0mGW__growBar{0%{height:0}}.launch-module__CP0mGW__liveIndicator{align-items:center;gap:8px;display:flex;position:absolute;top:15px;right:15px}.launch-module__CP0mGW__dot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:1.5s infinite launch-module__CP0mGW__pulseGreen}@keyframes launch-module__CP0mGW__pulseGreen{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}.launch-module__CP0mGW__revenueFlow{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.launch-module__CP0mGW__particle{background:var(--accent-secondary);opacity:0;border-radius:50%;width:2px;height:2px;animation:3s linear infinite launch-module__CP0mGW__dashFlow;position:absolute}.launch-module__CP0mGW__megaBuyBtn{text-transform:uppercase;letter-spacing:2px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899,#3b82f6) 0 0/300% 100%;border:1px solid #fff3;border-radius:20px;width:fit-content;margin:40px auto 0;padding:25px 50px;font-size:1.8rem;font-weight:900;transition:all .3s;animation:4s linear infinite launch-module__CP0mGW__bgShimmer,2s ease-in-out infinite launch-module__CP0mGW__megaPulse;display:block;box-shadow:0 15px 40px #8b5cf666;color:#fff!important}.launch-module__CP0mGW__megaBuyBtn:hover{transform:scale(1.1)rotate(1deg);box-shadow:0 20px 60px #8b5cf699}@keyframes launch-module__CP0mGW__bgShimmer{0%{background-position:0%}to{background-position:100%}}@keyframes launch-module__CP0mGW__megaPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.launch-module__CP0mGW__floatingSideCTA{z-index:1000;background:var(--accent-secondary);writing-mode:vertical-rl;text-orientation:mixed;text-transform:uppercase;letter-spacing:2px;cursor:pointer;border:1px solid #fff3;border-right:none;border-radius:20px 0 0 20px;padding:20px 15px;font-weight:900;transition:all .5s cubic-bezier(.16,1,.3,1);position:fixed;top:50%;right:-5px;transform:translateY(-50%)translate(100%);box-shadow:-10px 0 30px #3b82f666;color:#fff!important}.launch-module__CP0mGW__floatingSideActive{transform:translateY(-50%)translate(0)}.launch-module__CP0mGW__floatingSideCTA:hover{background:var(--accent-primary);padding-right:25px}.launch-module__CP0mGW__logoBar{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);padding:40px 0;position:relative;overflow:hidden}.launch-module__CP0mGW__logoRow{opacity:.4;filter:grayscale();align-items:center;gap:80px;width:max-content;animation:40s linear infinite launch-module__CP0mGW__logoTicker;display:flex}.launch-module__CP0mGW__logoRow:hover{animation-play-state:paused}.launch-module__CP0mGW__logoItem{letter-spacing:2px;color:var(--text-primary);white-space:nowrap;font-size:1.2rem;font-weight:900}@keyframes launch-module__CP0mGW__logoTicker{0%{transform:translate(0)}to{transform:translate(-50%)}}.launch-module__CP0mGW__macawWrapper{z-index:9999;pointer-events:none;width:200px;height:150px;transform-style:preserve-3d;transition:transform .8s cubic-bezier(.4,0,.2,1),left .8s linear,top .8s linear;position:fixed}.launch-module__CP0mGW__macawBody{width:100%;height:100%;transform-style:preserve-3d;position:relative}.launch-module__CP0mGW__wing{clip-path:polygon(100% 50%,80% 0%,50% 10%,20% 0%,0% 40%,10% 70%,30% 90%,60% 100%,80% 90%);transform-origin:100%;z-index:1;background:linear-gradient(red 0%,gold 40%,#0af 70%,#00f 100%);width:120px;height:80px;position:absolute;top:10%}.launch-module__CP0mGW__wingLeft{animation:.25s cubic-bezier(.45,0,.55,1) infinite alternate launch-module__CP0mGW__flapLeftReal;right:55%}.launch-module__CP0mGW__wingRight{transform-origin:0;animation:.25s cubic-bezier(.45,0,.55,1) infinite alternate launch-module__CP0mGW__flapRightReal;left:55%;transform:scaleX(-1)}.launch-module__CP0mGW__torso{z-index:2;background:red;border-radius:40% 40% 50% 50%;width:50px;height:90px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset -8px -8px 20px #0006,0 0 10px #ff00004d}.launch-module__CP0mGW__head{background:red;border-radius:50% 50% 30% 30%;width:38px;height:45px;position:absolute;top:-20px;left:50%;transform:translate(-50%)}.launch-module__CP0mGW__eye{background:#000;border:1px solid #fff;border-radius:50%;width:6px;height:6px;position:absolute;top:12px;right:5px}.launch-module__CP0mGW__beak{clip-path:polygon(0% 0%,100% 50%,0% 100%,20% 50%);background:#e5e7eb;border-radius:0 50% 50% 0;width:25px;height:20px;position:absolute;top:8px;left:32px;transform:rotate(-10deg)}.launch-module__CP0mGW__tail{clip-path:polygon(30% 0%,70% 0%,100% 100%,50% 80%,0% 100%);background:linear-gradient(red 0% 30%,#0af 60%,#00f 100%);width:25px;height:120px;animation:1.5s ease-in-out infinite alternate launch-module__CP0mGW__tailStream;position:absolute;bottom:-90px;left:50%;transform:translate(-50%)}@keyframes launch-module__CP0mGW__flapLeftReal{0%{transform:rotateY(0)rotate(0)skewY(0)}to{transform:rotateY(75deg)rotate(-25deg)skewY(-5deg)}}@keyframes launch-module__CP0mGW__flapRightReal{0%{transform:scaleX(-1)rotateY(0)rotate(0)skewY(0)}to{transform:scaleX(-1)rotateY(75deg)rotate(-25deg)skewY(-5deg)}}@keyframes launch-module__CP0mGW__tailStream{0%{transform:translate(-50%)rotate(-3deg)scaleY(1)}to{transform:translate(-50%)rotate(3deg)scaleY(1.1)}}.launch-module__CP0mGW__macawPerching .launch-module__CP0mGW__wing{animation-play-state:paused;transform:rotateY(85deg)rotate(10deg)}.launch-module__CP0mGW__windContainer{pointer-events:none;z-index:1;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.launch-module__CP0mGW__windStreak{background:linear-gradient(90deg,#0000,#fff3,#0000);border-radius:2px;height:2px;animation:linear infinite launch-module__CP0mGW__windMove;position:absolute}@keyframes launch-module__CP0mGW__windMove{0%{opacity:0;transform:translate(-200px)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translate(calc(100vw + 200px))}}.launch-module__CP0mGW__recommendedBadge{background:var(--accent-secondary);color:#fff;text-transform:uppercase;z-index:10;border-radius:50px;padding:8px 20px;font-size:.9rem;font-weight:900;animation:2s infinite launch-module__CP0mGW__miniPulse;position:absolute;top:-15px;right:20px;box-shadow:0 5px 15px #3b82f666}.launch-module__CP0mGW__trustBadgesRow{flex-wrap:wrap;justify-content:center;gap:40px;margin-top:60px;display:flex}.launch-module__CP0mGW__trustBadge{color:var(--text-secondary);align-items:center;gap:12px;font-size:.9rem;font-weight:700;display:flex}.launch-module__CP0mGW__trustIcon{color:#10b981;font-size:1.5rem}@keyframes launch-module__CP0mGW__miniPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}
