def format_vnd(amount: int) -> str: return f"{amount:,.0f}đ".replace(",", ".")