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