/* the transparency page: the wallets sheet, plus a wider history table */
.hero h1 { max-width: 24ch; }
#position .wrole { max-width: 34ch; }
#position td.num.g { color: var(--em); }
#position td.num.s { color: var(--silver); }
.stats { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.prose b { color: var(--paper); }
@media (max-width: 760px) { #position .wrole { min-width: 22ch; } }
