/* SHARED·BACKLINK (1139) · status: todo — the ← Back button at the top of the account screens
 * (auth · access gate · invite · every onboarding step after the first).
 * Registered 2026-09-13, ported 2026-09-25 (brief 581) from app.css 1075–1086.
 * STATUS KEPT AS todo (1003 convention) — card-mirror check 16's ENFORCED allowlist at
 * _card-mirror.js:55 is ['draft', 'draft-final', 'locked'], so this row does NOT iterate check 16.
 * Self-contained: every selector declared here is rendered only with its own prefix.
 * REVERSE-PORT: if card 1139 ever moves status to draft, this file MUST be linked from web/index.html
 * and the 2 app.css rules below MUST stay deleted. */
.back-link {
  padding: 8px;
  font-size: var(--size-14);                  /* token-exception */
  color: var(--ink-600);
  cursor: pointer;
  transition: color 0.15s ease;
}
.back-link:hover {
  color: var(--ink);
}
