.App{font-family:Inter,sans-serif;text-align:center;overflow:auto;flex-grow:1}.App,.logo-bg{height:100vh;background-color:#0b0c12;width:100vw}.logo-bg{z-index:2;position:absolute}.logo-img{width:140px;margin-top:50vh;margin-left:50vw;transform:translate(-50%,-50%)}.logo_showing{animation:logo-show .8s forwards}@keyframes logo-show{0%{opacity:0}to{opacity:1}}.logo_hiding{animation:logo-hide .8s forwards}@keyframes logo-hide{0%{opacity:1}to{opacity:0}}.page-content{display:flex;flex-direction:column;align-items:center}.person-img{width:840px;margin-top:146px}.video-container{width:100vw;height:100vh;position:absolute;top:0;left:0;object-fit:cover;animation:show-door .6s linear forwards;z-index:1}body{margin:0}::-webkit-scrollbar{display:none;width:0!important;height:0}.gradient-text{background:linear-gradient(180deg,#fff 0,#fff 37%,#c32dff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:#0000;z-index:1}.light-container{clip-path:inset(0 round 1.5rem)}.bg-light{width:400px;top:-300px;left:calc(50% - 180px);z-index:1}.bg-light,.bg-light2{height:300px;background:linear-gradient(180deg,#fff9,#fff9);filter:blur(100px);position:absolute;transform:translateZ(0)}.bg-light2{width:300px;top:-280px;left:calc(50% - 100px);z-index:0}.community-container{transform:rotate(0deg)}.fade-in{opacity:0;transform:translateY(20px);transition:opacity 1s ease,transform 1s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.door-container{width:100vw;height:100vh;position:absolute;left:0;top:0;z-index:3}.door-bg{width:100%;height:100%;background-image:url(/_next/static/media/bg_door.affdbec1.png);background-position:50%;background-repeat:no-repeat;background-size:100% auto;animation:show-door .6s linear forwards}@keyframes show-door{0%{opacity:0}80%,to{opacity:1}}.door-img{position:absolute;left:50%;top:72%;transform:translate(-50%,-60%);transform-origin:0 0;z-index:1200}.door-bigger{width:405px;height:582px;animation:door-big .6s linear forwards}@keyframes door-big{0%{scale:1}80%,to{scale:16}}.door-smaller{width:512px;height:512px;animation:door-small .7s linear forwards}@keyframes door-small{0%{scale:16;opacity:1}to{scale:16;opacity:0}}.center-user-num{position:absolute;left:50%;top:50%;transform:translate(-40%,-50%)}.text-users{color:#fff6;font-weight:500}.font-family-mono{font-family:Mono}.font-roboto{font-family:Roboto}.bg_solana_container{position:relative;overflow:hidden}.bg_solana_container:before{content:"";z-index:0;position:absolute;top:0;left:50%;transform:translate(-50%,-40%);border-radius:50%;width:50%;height:300px;background-color:#ea2efe;filter:blur(220px)}.copy-container{background-color:#000;color:#fff}.bg-line{background:linear-gradient(90deg,#0b0c12,#ea2efe,#0b0c12)}.toast-container{right:50px;top:50px;min-width:150px;padding:10px 20px;background-color:#ffffff4d;color:#fff;border-radius:20px;z-index:50}.bottom-social-bg{background-color:#1b1c23;border-radius:50px;padding:10px 18px 10px 22px;gap:8px}.bg-head-social{background-color:#1b1c23;border-radius:50%}.linear-bg-btn{background:linear-gradient(90deg,#1e9aff,#ea2efe)}.show-launch-app{animation:show-btn 2.5s forwards}@keyframes show-btn{0%{opacity:0}60%{opacity:0}to{opacity:1}}.short-borders{position:relative;height:116px}.left-gradient{left:19px;background:linear-gradient(90deg,#0b0c12,#0000)}.left-gradient,.right-gradient{z-index:1;position:absolute;height:116px;width:80px}.right-gradient{right:19px;background:linear-gradient(270deg,#0b0c12,#0000)}.short-borders .bottom-left:after,.short-borders .bottom-left:before,.short-borders .bottom-right:after,.short-borders .bottom-right:before,.short-borders .top-left:after,.short-borders .top-left:before,.short-borders .top-right:after,.short-borders .top-right:before,.short-borders:after,.short-borders:before{content:"";position:absolute;background-color:#1b1c23}.short-borders .bottom-left:before,.short-borders .bottom-right:before,.short-borders .top-left:before,.short-borders .top-right:before{width:16px;height:3px;border-radius:10px}.short-borders .bottom-left:after,.short-borders .bottom-right:after,.short-borders .top-left:after,.short-borders .top-right:after{width:3px;height:16px;border-radius:10px}.short-borders .top-left:before{top:0;left:0}.short-borders .top-right:before{top:0;right:0}.short-borders .bottom-left:before{bottom:0;left:0}.short-borders .bottom-right:before{bottom:0;right:0}.short-borders .top-left:after{top:0;left:0}.short-borders .bottom-left:after{bottom:0;left:0}.short-borders .top-right:after{top:0;right:0}.short-borders .bottom-right:after{bottom:0;right:0}.scroll-content{display:flex;animation:scroll-animation 20s linear infinite}@keyframes scroll-animation{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.ellipseWrapper{position:relative;width:100px;height:100px;margin:50px auto;transform:rotate(45deg)}.planet{position:absolute;top:50%;left:50%;width:50px;height:50px;background-color:blue;border-radius:50%;transform-origin:-200px 0;animation:ellipticalMotion 5s ease-in-out infinite}@keyframes ellipticalMotion{0%{transform:rotate(0deg) translateX(200px) translateY(100px)}to{transform:rotate(1turn) translateX(200px) translateY(100px)}}.burned{background:linear-gradient(0deg,#593ff8 74%,#593ff8);background-blend-mode:overlay;filter:blur(80px)}