The FTUE PIN entry dialog showed two dense instruction paragraphs (~10 lines total) before the PIN field. The proportion of instruction text to input was roughly 5:1 in vertical height, and the second paragraph (security rationale about encryption, clock-sync, PIN rotation) competed visually with the primary CTA — a user’s eye had to work through a wall of text before reaching the action they needed to take.
Both an action prompt (“how to use”) and a security rationale (“how it works”) were rendered as plain Text composables with no visual hierarchy or collapse affordance. The security rationale is relevant context but is not needed to complete the task.
Text paragraphs with a PinEntryExplainerRow composable following the ConnectExplainerRow pattern already established in ConnectNodesWizard.kt.AnimatedVisibility), primary-colored underlined link, matching the connect-wizard pattern exactly.ConnectExplainerRow shape (summary + Learn more toggle + AnimatedVisibility detail) is the established krill pattern; reuse it rather than adding parallel prose.