.LayerViewMain{width:100vw;height:100vh;background-color:rgba(var(--bg));overflow-x:hidden;overflow-y:hidden}.SidebarLayerViewPop{position:fixed;top:0;left:0;height:100vh;justify-content:center;background:rgba(0,0,0,.774);z-index:2000}.LayerViewNavBarContainer,.SidebarLayerViewPop{width:100vw;display:flex;flex-direction:column;align-items:center}.LayerViewNavBarContainer{height:6vh;justify-content:flex-start}.LayerViewNavBarFuzzyLine{width:100vw;height:.6vh;margin-bottom:1.2vh;box-shadow:0 0 5px 1px hsla(0,1%,50%,.384);background:rgba(78,76,76,.705)}.LayerViewModules{width:100vw;height:84vh;display:flex;flex-direction:row;justify-content:center}.LayerViewLeftModuleContainer{width:38vw;height:76vh;display:flex;flex-direction:column}.LayerViewMiddleModuleContainer{width:58vw;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.LayerViewMultiModuleContainer{position:fixed;top:16vh;right:0;width:32vw;height:84vh;z-index:1000;transform:translateX(100%);animation:slideIn .5s forwards}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.LayerViewMobileMiddleContainer{position:fixed;top:16vh;left:0;width:100vw;height:84vh;background:rgba(var(--bg));z-index:1001;transform:translateX(-100%);animation:slideInFromLeft .4s forwards;overflow-y:auto}@keyframes slideInFromLeft{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.LayerViewCloseMiddleModuleBtn{position:fixed;top:18vh;left:83vw;padding:.5rem;border-radius:.5rem;color:rgba(var(--fg));background-color:rgba(var(--objects));box-shadow:0 0 0 1px rgba(var(--border-low));z-index:1002}@media (max-width:768px){.LayerViewModules{height:84vh;overflow-y:none}.LayerViewLeftModuleContainer{width:100vw;min-height:20vh}.LayerViewMiddleModuleContainer{width:100vw}.LayerViewMultiModuleContainer{position:absolute;top:16vh;right:0;width:79vw;height:84vh}}