.shimmer-card{background-color:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);height:100%}.shimmer-thumb{width:100%;height:248px;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200% 100%;animation:shimmer 1.5s infinite}.shimmer-content{padding:24px}.shimmer-list-item{display:flex;align-items:center;gap:16px;padding:16px;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.shimmer-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200% 100%;animation:shimmer 1.5s infinite;flex-shrink:0}.shimmer-list-content{flex:1 1}.shimmer-text{padding:20px}.shimmer-line{height:12px;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:6px;margin-bottom:12px}.shimmer-line-title{height:20px;width:70%;margin-bottom:16px}.shimmer-line-subtitle{height:16px;width:50%;margin-bottom:12px}.shimmer-line-text{height:14px;width:100%}.shimmer-line-text-short{height:14px;width:60%}.shimmer-line-table{height:16px;width:100%;margin-bottom:8px}.shimmer-table{padding:20px}.shimmer-table-row{padding:12px 0;border-bottom:1px solid #f0f0f0}.shimmer-table-row:last-child{border-bottom:none}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer-card.dark-bg{background-color:hsla(0,0%,100%,.05)}.shimmer-card.dark-bg .shimmer-line,.shimmer-card.dark-bg .shimmer-thumb{background:linear-gradient(90deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.1));background-size:200% 100%}