📝 **Task:** Implement `top_pc(points, iters=100)` for 2D points. Return the unit vector `(vx, vy)` rounded to 3 decimals. Sign is up to convention — return the version where `vx >= 0`.
📋 Implement the function above. Tests run automatically.
💡 **Hint:** Re-read the theory if you get stuck.