.loader-wrapper{background-color:#0a0a0a;height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.blob{position:relative;background:linear-gradient(135deg,#ffffff,#888888);border-radius:33% 67% 70% 30%/30% 30% 70% 70%;animation:morph 3.2s ease-in-out infinite;box-shadow:0 0 30px rgba(255,255,255,.15),inset 0 0 20px rgba(255,255,255,.05);transition:background .5s ease}.blob,.blob:after{width:130px;height:130px}.blob:after{content:"";position:absolute;border-radius:inherit;box-shadow:0 0 40px rgba(255,255,255,.1)}@keyframes morph{0%{border-radius:33% 67% 70% 30%/30% 30% 70% 70%;transform:rotate(0deg)}50%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%;transform:rotate(180deg)}to{border-radius:33% 67% 70% 30%/30% 30% 70% 70%;transform:rotate(1turn)}}