.choices{display:flex;justify-content:space-around;margin:2rem auto;max-width:500px}.choice{display:flex;flex-direction:column;align-items:center;padding:1rem;border-radius:8px;cursor:pointer;transition:all .3s ease}.choice:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.choice span{margin-top:.5rem;font-weight:bold}.rps-icon{width:60px;height:60px;padding:10px;border-radius:50%;background-color:#f5f5f5}#rock .rps-icon{filter:invert(67%) sepia(72%) saturate(1217%) hue-rotate(173deg) brightness(96%) contrast(87%)}#paper .rps-icon{filter:invert(72%) sepia(98%) saturate(1066%) hue-rotate(359deg) brightness(103%) contrast(103%)}#scissors .rps-icon{filter:invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(87%) contrast(96%)}.result-display{margin:2rem auto;padding:1rem;border-radius:8px;background-color:#f9f9f9;box-shadow:0 2px 4px rgba(0,0,0,.1);max-width:500px;display:none}.result-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.player-choice,.computer-choice{text-align:center;flex:1}.vs{font-weight:bold;font-size:1.5rem;color:#666;margin:0 1rem}.result-icon{width:80px;height:80px;margin:0 auto;background-color:#f5f5f5;border-radius:50%;display:flex;justify-content:center;align-items:center}.result-icon img{width:60px;height:60px}.result-message{text-align:center;font-size:1.5rem;font-weight:bold;margin-top:1rem;padding:.5rem;border-radius:4px}.win{background-color:rgb(221.3769633508,240.0785340314,250.6230366492);color:#56b4e9}.lose{background-color:rgb(255,215.7956521739,128);color:#e69f00}.draw{background-color:#f0f0f0;color:#666}.nav-links{margin-top:2rem}.nav-links a{color:#666;text-decoration:none}.nav-links a:hover{text-decoration:underline}