I want a system to track the physical location of cards within boxes:
1. Create a box with a name.
2. Scan cards using "first in, last out" (FILO) logic so the first card scanned gets the last position number.
3. When searching, show the card's position number and box name (do not stack cards if they are in different positions).
4. Automatically refresh position numbers in both boxes when moving a card between them.
5. Support scanning dividers with ID numbers to make position counting easier.