/* components/identity.css · THE ONE PERSON (polish standard S3)
   ---------------------------------------------------------------
   lib/identity.js emits this markup wherever a person appears: the name on
   the first line, the account number under it in small type. A page links
   this file and styles no .who of its own. Tokens only. */
.who{display:inline-flex;flex-direction:column;gap:1px;min-width:0;vertical-align:middle;line-height:1.25}
.who-name{color:var(--text);font-weight:var(--fw-medium,500);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.who-acct{font-family:var(--font-mono);font-size:var(--text-2xs);letter-spacing:var(--ls-wide);color:var(--text-tertiary);white-space:nowrap}
.who-unnamed .who-name{font-family:var(--font-mono);font-weight:var(--fw-regular,400);color:var(--text-secondary)}
.who-inline{flex-direction:row;align-items:baseline;gap:8px}
