.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:8px}@keyframes skeleton-loading{0%{background-position:200% 0}100%{background-position:-200% 0}}.skeleton-card{width:100%;height:360px;border-radius:20px;margin-bottom:20px}.skeleton-text{height:16px;margin-bottom:8px;border-radius:4px}.skeleton-text.title{height:24px;width:70%}.skeleton-text.subtitle{height:16px;width:50%}.skeleton-avatar{width:48px;height:48px;border-radius:50%}.skeleton-image{width:100%;height:200px;border-radius:12px}.skeleton-button{height:44px;width:120px;border-radius:12px}.skeleton-transaction{display:flex;gap:12px;padding:14px 16px;border-bottom:1px solid rgba(148,163,184,.14)}.skeleton-transaction-icon{width:44px;height:44px;border-radius:16px;flex-shrink:0}.skeleton-transaction-content{flex:1;display:flex;flex-direction:column;gap:8px}.skeleton-product-card{background:#fff;border:1px solid rgba(225,29,72,.08);border-radius:20px;overflow:hidden;height:360px}.skeleton-product-image{width:100%;height:180px}.skeleton-product-body{padding:16px}.skeleton-product-title{height:20px;width:80%;margin-bottom:12px}.skeleton-product-price{height:24px;width:50%;margin-bottom:16px}.skeleton-product-button{height:44px;width:100%;border-radius:12px}.loading-state .actual-content{display:none}.loading-state .skeleton-wrapper{display:block}.skeleton-wrapper{display:none}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .4s ease-out}img[data-src]{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite}img.loaded{animation:fadeIn .3s ease-out}