420150a532
The mobile controls card kept its base width:100% and also got side margins, so 100%+margins overflowed the viewport → sideways scroll. Set width:auto (flex stretch fills minus margins) + box-sizing:border-box, and add overflow-x:clip on .room as a seatbelt. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>