.IndivMain{width:100vw;height:100vh;background-color:rgba(var(--bg));overflow-x:hidden;overflow-y:hidden}.SidebarIndivPop{position:fixed;top:0;left:0;height:100vh;justify-content:center;background:rgba(0,0,0,.774);z-index:2000}.IndivNavBarContainer,.SidebarIndivPop{width:100vw;display:flex;flex-direction:column;align-items:center}.IndivNavBarContainer{height:6vh;justify-content:flex-start}.IndivNavBarFuzzyLine{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)}.IndivModules{width:100vw;height:84vh;display:flex;flex-direction:row;justify-content:center}.IndivLeftModuleContainer{width:38vw;height:76vh;display:flex;flex-direction:column}.IndivMiddleModuleContainer{width:58vw;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.IndivMultiModuleContainer{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)}}.IndivMobileMiddleContainer{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)}}.IndivCloseMiddleModuleBtn{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){.IndivModules{height:84vh;overflow-y:none}.IndivLeftModuleContainer{width:100vw;min-height:20vh}.IndivMiddleModuleContainer{width:100vw}.IndivMultiModuleContainer{position:absolute;top:16vh;right:0;width:79vw;height:84vh}}