276c5e0929
#1: focusing a text box zoomed + stretched the whole page on iOS. Several inputs were < 16px and the existing 16px rule lived in a width-based mobile @media that misses iPad/landscape (and maximum-scale is unreliable on iOS). Added a @media (pointer: coarse) rule forcing 16px on every focusable field for ALL touch devices; desktop is untouched. #6: the image lightbox used visibility:hidden for the end arrows (invisible but still occupying space / reading as a ghost button). Switched to display toggling so there's truly no right arrow at the last image (and no left at the first). #7: play a soft two-note chime + a brief "<name> joined the call" toast when a new participant joins the meeting. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>