.lead { color: var(--text-2); max-width: 66ch; line-height: 1.55; }
.tp-secret { max-width: 420px; margin-top: 14px; }
.tp-secret span, .field > span { display: flex; justify-content: space-between; align-items: baseline; }
.tp-secret input { font-family: var(--mono); letter-spacing: .08em; }
.tp-row { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 12px 0; }
.tp-opt { font-size: .84rem; display: inline-flex; align-items: center; gap: 6px; }
.tp-code-box { display: flex; align-items: center; gap: 16px; margin: 10px 0; }
.tp-code { font-family: var(--mono); font-size: 2.4rem; letter-spacing: .18em; font-variant-numeric: tabular-nums; }
.tp-timer { flex: 1; max-width: 220px; height: 6px; background: var(--bar-bg); border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.tp-timer-fill { height: 100%; background: var(--accent); transition: width 1s linear; }
.tp-msg { font-size: .84rem; color: var(--text-2); min-height: 1.2em; }
.tp-msg.bad { color: var(--bad); }
.tp-uri { margin-top: 14px; }
.tp-uri textarea { font-family: var(--mono); font-size: .8rem; }
