@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton-base{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:8px}.skeleton-card{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid #e5e5e5;border-radius:8px;background:#fff}.skeleton-image,.skeleton-text,.skeleton-button{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:8px}.skeleton-image{width:100%;height:200px}.skeleton-text{height:16px}.skeleton-title{height:24px;width:80%}.skeleton-subtitle{height:14px;width:60%}.skeleton-line{height:14px;width:100%}.skeleton-short{width:40%}.skeleton-button{height:40px;width:100%;border-radius:6px}.skeleton-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;margin:20px 0}.skeleton-stat{padding:20px;border:1px solid #e5e5e5;border-radius:8px;background:#fff;display:flex;flex-direction:column;gap:12px}.skeleton-stat-icon{width:48px;height:48px;border-radius:6px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:1000px 100%;animation:shimmer 2s infinite}.skeleton-stat-value{height:32px;width:60%}.skeleton-stat-label{height:14px;width:50%}.skeleton-stat-foot{height:12px;width:70%;margin-top:4px}.skeleton-dashboard{display:flex;flex-direction:column;gap:24px}.skeleton-header{display:flex;flex-direction:column;gap:8px}.skeleton-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.skeleton-content{display:flex;flex-direction:column;gap:16px}.skeleton-large{height:400px}.skeleton-detail{display:flex;flex-direction:column;gap:24px;padding:20px}.skeleton-detail .skeleton-header{gap:12px}@media(max-width:768px){.skeleton-gallery{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.skeleton-stats{grid-template-columns:1fr}}
