2 Player Github.io [95% FRESH]

<div class="arena"> <div class="action-buttons" id="movesContainer"> <button class="move-btn" data-move="rock">🪨 ROCK</button> <button class="move-btn" data-move="paper">📜 PAPER</button> <button class="move-btn" data-move="scissors">✂️ SCISSORS</button> </div> <div class="action-buttons"> <button class="move-btn reset-btn" id="resetGameBtn">🔄 RESET MATCH</button> </div> </div>

.player-card background: #0f1422e0; backdrop-filter: blur(4px); border-radius: 2rem; padding: 1rem 1.6rem; width: 220px; text-align: center; transition: all 0.2s ease; border: 1px solid #2e3b4e; box-shadow: 0 8px 14px rgba(0,0,0,0.3); 2 player github.io

.reset-btn background: #2c1a2e; color: #ffb7c5; border: 1px solid #c44f6b; box-shadow: 0 4px 0 #3a1e2a; div class="action-buttons" id="movesContainer"&gt

.p1 .player-name color: #6bc9ff; text-shadow: 0 0 5px #0088ff; .p2 .player-name color: #ff8c6b; text-shadow: 0 0 5px #ff4d2e; button class="move-btn" data-move="rock"&gt