.account-panels { display: grid; gap: 18px; }
form h3 { margin: 0; font-size: 19px; text-transform: uppercase; letter-spacing: 1px; }
.profile { display: grid; gap: 12px; }
.profile strong { font-size: 25px; }
.profile code { color: var(--muted); overflow-wrap: anywhere; }
.text-button { padding: 0; border: 0; background: none; color: var(--acid); text-align: left; cursor: pointer; }
