/* Sign-in form: show only the fields for the selected delivery channel.
   Lives here rather than in a <style> block so the pages stay CSP-friendly. */
.otp-form:has(#ch-email:checked) .channel-sms { display: none; }
.otp-form:has(#ch-sms:checked) .channel-email { display: none; }
