fix(player): unblock shortcuts FAB, add P shortcut, more translucent bar
- the full-width player container swallowed clicks in its transparent
margins, making the shortcuts help FAB unclickable — make the container
pointer-events-none and only the card interactive, and lift the FAB
above the bar while a station plays
- add a `P` keyboard shortcut to toggle the fullscreen player (Esc closes
it); listed in the shortcuts help. Fullscreen state now lives in an atom
- make the miniplayer more translucent (bg-synth-surface/40)