.home-loading{width:100%;min-height:100vh;background:#fff}.home-banner-shimmer{position:relative;width:100%;height:95svh;overflow:hidden}.banner-shimmer-image{width:100%;height:100%;background:#d8d8d8}.banner-shimmer-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,0) 55%,rgba(0,0,0,.5) 72%)}.banner-shimmer-content{position:absolute;left:50%;bottom:10%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:18px}.banner-shimmer-title{width:520px;max-width:70%;height:42px;border-radius:6px}.banner-shimmer-text{width:650px;max-width:85%;height:18px;border-radius:4px}.banner-shimmer-progress{position:absolute;left:50%;bottom:10%;transform:translateX(-50%);z-index:3;display:flex;align-items:center;justify-content:flex-end;gap:10px}.banner-shimmer-number{width:22px;height:14px;border-radius:4px}.banner-shimmer-line{width:74px;height:2px;background:rgba(255,255,255,.25);overflow:hidden}.banner-shimmer-fill{width:40%;height:100%}.shimmer{position:relative;overflow:hidden;background:rgba(0,0,0,.18)}.shimmer:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);animation:shimmerMove 1.3s linear infinite}@keyframes shimmerMove{to{transform:translateX(100%)}}@media (max-width:991px){.banner-shimmer-content{top:50%;bottom:auto;left:50%;transform:translate(-50%,-50%);align-items:center;text-align:center;gap:14px}.banner-shimmer-title{width:80%;max-width:360px;height:34px}.banner-shimmer-text{width:90%;max-width:420px;height:16px}.banner-shimmer-progress{justify-content:center;bottom:40px}.banner-shimmer-line{width:90px}}