/* Simple Football Animation Styles */
.football-ball {
    position: absolute;
    font-size: 3rem;
    opacity: 0.15;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
    z-index: 5;
    user-select: none;
    pointer-events: none;
}
