.fund-skeleton{border:1px solid #e9ecef}.skeleton{position:relative;overflow:hidden;background:#ececec;border-radius:6px}.skeleton::after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgb(255 255 255 / .7),transparent);animation:skeleton-loading 1.2s infinite}@keyframes skeleton-loading{100%{transform:translateX(100%)}}.skeleton-logo{width:70px;height:70px;border-radius:50%;flex-shrink:0}.skeleton-title{width:250px;height:20px;margin-bottom:12px}.skeleton-subtitle{width:180px;height:14px}.skeleton-small{width:80px;height:14px}.skeleton-button{width:100px;height:40px;margin-left:auto;border-radius:8px}@media screen and (max-width:992px){.skeleton-logo{width:35px;height:35px}.skeleton-title{width:150px}.skeleton-subtitle{width:80px}.skeleton-small{width:30px}.skeleton-button{width:60px;height:20px}}