Implement an interactive 6-key piano interface (keys: C, D, E, F, G, A) using only vanilla HTML, CSS, and JavaScript — no frameworks or third-party libraries allowed. The interface must support the following: 1. Mouse interaction: When the user presses and holds the left mouse button on a piano key,…