@keyframes skeleton-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.skeleton-box{border-radius:var(--radius-xs);background:linear-gradient(90deg,var(--color-secondary)25%,var(--color-sub-header)50%,var(--color-secondary)75%);background-size:600px 100%;flex-shrink:0;animation:1.4s linear infinite skeleton-shimmer}.skeleton-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-5);gap:var(--space-4);box-shadow:var(--card-shadow);flex-direction:column;display:flex;overflow:hidden}.sk-h-xxs{height:8px}.sk-h-xs{height:10px}.sk-h-sm{height:12px}.sk-h-md{height:14px}.sk-h-lg{height:18px}.sk-h-xl{height:22px}.sk-h-2xl{height:28px}.sk-h-3xl{height:36px}.sk-h-btn{height:32px}.sk-w-full{width:100%}.sk-w-3-4{width:75%}.sk-w-2-3{width:66%}.sk-w-1-2{width:50%}.sk-w-1-3{width:33%}.sk-w-1-4{width:25%}.sk-w-40{width:40px}.sk-w-60{width:60px}.sk-w-80{width:80px}.sk-w-100{width:100px}.sk-w-120{width:120px}.sk-r-sm{border-radius:var(--radius-sm)!important}.sk-r-full{border-radius:var(--radius-full)!important}.sk-r-base{border-radius:var(--radius-base)!important}.skeleton-card__badges{gap:var(--space-2);display:flex}.skeleton-card__rating{align-items:center;gap:var(--space-2);display:flex}.skeleton-card__ytm{border-radius:var(--radius-sm);width:100%;height:42px}.skeleton-card__stat-row{justify-content:space-between;gap:var(--space-3);display:flex}.skeleton-card__stat{gap:var(--space-2);flex-direction:column;flex:1;display:flex}.skeleton-card__stat--end{align-items:flex-end}.skeleton-card__actions{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.skeleton-card__divider{background:var(--color-border);width:100%;height:1px}
