@keyframes shimmer{0%{background-position:-100% 0}to{background-position:100% 0}}.skeleton-header{height:75px;background:#ececec;border-radius:8px;margin-bottom:6px;position:relative;overflow:hidden}.skeleton-header:before{content:"";position:absolute;top:0;left:0;width:200%;height:100%;background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.8) 50%,hsla(0,0%,100%,0));background-size:200% 100%;animation:shimmer 1.5s linear infinite}.skeleton-content{display:flex;flex-direction:column;gap:3px;padding:0;width:100%}.skeleton-row{display:flex;gap:50px}.skeleton-label{height:14px;background-color:#e0e0e0;border-radius:4px;margin-bottom:8px;width:120px}.skeleton-field{flex:1;height:40px;width:520px;background-color:#f2f2f2;border-radius:8px;position:relative;overflow:hidden}.skeleton-field:before{content:"";position:absolute;top:0;left:0;width:200%;height:100%;background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.8) 50%,hsla(0,0%,100%,0));background-size:200% 100%;animation:shimmer 1.5s linear infinite}.skeleton-rect{height:65px;width:100%;background-color:#f0f0f0;border-radius:8px;position:relative;overflow:hidden}.skeleton-rect:before{content:"";position:absolute;top:0;left:0;width:200%;height:100%;background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.8) 50%,hsla(0,0%,100%,0));background-size:200% 100%;animation:shimmer 1.5s linear infinite}.skeleton-paragraph{height:20px;width:80%;background-color:#e0e0e0;border-radius:4px}