diff --git a/app/components/LobbyScreen.tsx b/app/components/LobbyScreen.tsx
index 7210ca2..a627581 100644
--- a/app/components/LobbyScreen.tsx
+++ b/app/components/LobbyScreen.tsx
@@ -171,17 +171,14 @@ export function LobbyScreen({
Joueurs max
-
+ onChange={(e) => { const v = Math.min(100, Math.max(2, Number(e.target.value) || 2)); setMaxPlayers(v); onSetMaxPlayers(v); }}
+ className="w-full min-h-11 px-2 bg-[#0f0f0f] border border-[#2e2e2e] rounded-xl text-sm text-[#f0f0f0] outline-none focus:border-[#7c3aed] transition-colors"
+ />
Manches