/* The account gate shares the existing console's typography and controls. */
#staff-login .form-stack { display: grid; gap: .8rem; }
#staff-code-form { margin-top: 1rem; }
#staff-code { letter-spacing: .25em; }
#staff-mode-switch, #staff-recheck, #staff-gate-signout { margin-top: .6rem; width: 100%; }
#gate [hidden] { display: none !important; }
#gate .field input { max-width: 100%; min-width: 0; }
#gate-message, #staff-code-context { overflow-wrap: anywhere; }
