.setup-result {
  padding: 16px;
  text-align: center;
  white-space: normal;
  background: #eff5f1;
  border-radius: 16px;
}
.setup-result:empty { display: none; }
.setup-result p { margin: 7px 0; color: #69756f; }
.setup-result code {
  display: block;
  padding: 9px;
  background: #fff;
  border-radius: 8px;
  word-break: break-all;
  user-select: all;
}
.totp-qr { display: grid; place-items: center; margin: 0 auto 14px; }
.totp-qr svg { max-width: 100%; height: auto; border-radius: 12px; }
