.tap-bpm { max-width: 560px; margin: 12px auto; padding: 12px; border: 1px solid #eee; border-radius: 12px; }
.tap-controls { display:flex; gap:8px; margin:8px 0; }
#tapVideo, #tapCanvas { width:100%; max-width:560px; border-radius:12px; display:block; margin:8px 0; background:#000; }
.tap-status { display:flex; gap:16px; font-weight:600; margin-top:4px; }
.tap-playlist { background:#f8fafc; border:1px solid #e5e7eb; border-radius:10px; padding:10px; margin-top:10px; }
.tap-instructions { margin:8px 0 4px; }
.tap-note { color:#6b7280; font-size:12px; }
