.LandingPage{position:relative;height:var(--main-height);background-color:var(--sea-blue);overflow:hidden}.LandingPage .CanvasLayer{filter:drop-shadow(0px 4px 20px rgba(0,0,0));transition:filter 5s}.LandingPage.chatSection .CanvasLayer{filter:drop-shadow(0px 0px 0px transparent)}.LandingPage .CanvasLayer canvas{opacity:0;transition:1s opacity}.LandingPage.isLoaded .CanvasLayer canvas{opacity:1}.LandingPage>.bottomNav.active{bottom:0}.LandingPage>.bottomNav{position:absolute;bottom:-100px;left:0;width:100%;height:100px;background-color:#000;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;cursor:pointer;transition:.5s;z-index:1}.LandingPage>.bottomNav:hover{height:120px}.LandingPage>.bottomNav svg{animation:bounce 1s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}
