@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Press+Start+2P&display=swap";@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:"Press Start 2P",system-ui;font-weight:400;font-style:normal}body{background:radial-gradient(#1f3756,#141539);color:#fff;display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:1.125rem}header{font-size:2.375rem;position:absolute;top:2rem;left:50%;transform:translate(-50%);display:flex;justify-content:space-around;padding:1rem;width:auto;max-width:600px;align-items:center;border:3px solid hsl(217,16%,45%);border-radius:.5rem;text-transform:uppercase}.logo-text{font-family:"Press Start 2P",sans-serif;color:#fff;text-transform:uppercase;font-size:1.75rem;pointer-events:none}.score-board{color:#2a46c0;background-color:#fff;border-radius:8px;padding:.5rem 1rem;display:flex;flex-direction:column;align-items:center;margin-left:5rem;font-size:1.375rem;pointer-events:none}.result{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;pointer-events:none}.reset{background:none;border:none;color:inherit;cursor:pointer;font-size:1rem;text-transform:uppercase;letter-spacing:1px;transition:background-color .5s ease,color .5s ease;pointer-events:all}.reset:hover{background-color:#2a46c0;color:#fff}main{text-align:center}#rock{position:absolute;bottom:0;left:50%;transform:translate(-50%)}#paper{top:0;left:0;transform:translate(50%,50%)}#scissors{top:0;right:0;transform:translate(-50%,50%)}#lizard{bottom:0;right:20%;transform:translate(50%)}#spock{bottom:0;left:45%;transform:translate(-150%)}.choice-button,.computer-choice-button{position:absolute;width:11.875rem;height:11.875rem;border:solid .5rem white;border-radius:50%;padding:1rem;cursor:pointer;display:flex;justify-content:center;align-items:center;background:none;box-shadow:none;overflow:hidden;transition:opacity .5s ease,transform .5s ease}.choice-button img{width:5.75rem;height:5.75rem}.choice-button .inner,.computer-choice-button .inner{border-radius:50%;width:calc(100% - 4rem);height:calc(100% - 4rem);padding:6rem;display:flex;justify-content:center;align-items:center}.comp-choice{min-height:4.875rem;display:flex;justify-content:center;align-items:center;pointer-events:none}.computer-choice-button{position:static;width:4.875rem;height:4.875rem}.computer-choice-button img{width:2.75rem;height:2.75rem}.rock .inner,.computer-choice-button.rock .inner{background:linear-gradient(#dc2e4e,#dd405d);box-shadow:0 4px #9b2335}.paper .inner,.computer-choice-button.paper .inner{background:linear-gradient(#4865f4,#5671f5);box-shadow:0 4px #263e9b}.scissors .inner,.computer-choice-button.scissors .inner{background:linear-gradient(#ec9e0e,#eca922);box-shadow:0 4px #c76c14}.lizard .inner,.computer-choice-button.lizard .inner{background:linear-gradient(135deg,#834fe3,#8c5de5);box-shadow:0 4px #6424db}.spock .inner,.computer-choice-button.spock .inner{background:linear-gradient(135deg,#40b9ce,#52bed1);box-shadow:0 4px #36b3c9}.choices{position:relative;width:40vw;height:50vh;margin:6rem auto}footer{position:absolute;bottom:2rem;left:2rem;text-align:left}.rules{background:none;border:1px solid white;color:#fff;padding:.5rem 2rem;cursor:pointer;font-size:1rem;text-transform:uppercase;letter-spacing:1px}.attribution{position:absolute;bottom:0;right:0;font-size:.5rem;text-align:right;padding:.5rem}.attribution a{color:#fff;text-decoration:none}.game-mode-toggle{position:absolute;top:1rem;right:1rem;background-color:#f9f9f9;color:#333;padding:.5rem 1rem;border-radius:8px;border:none;cursor:pointer}.lizard,.spock{transition:opacity .5s ease,transform .5s ease}.lizard,.spock{opacity:0;transform:scale(0)}.game-mode-rpsls .lizard,.game-mode-rpsls .spock{opacity:1;transform:scale(1)}@media (max-width: 480px){header{font-size:1.2rem;padding:.5rem;flex-direction:column;gap:.5rem}.choice-button .inner img,.computer-choice-button .inner img{width:2.5rem;height:auto}.score-board{font-size:1rem;padding:.25rem .5rem;margin:0}.choices{width:80vw;height:auto;margin:12rem auto}.choice-button,.computer-choice-button{width:20vw;height:20vw;max-width:11.875rem;max-height:11.875rem}header,.logo-text,.score-board{font-size:1rem}.game-mode-toggle{padding:.25rem .5rem;font-size:.6rem;top:.5rem;right:.5rem}.result{font-size:.8rem;padding-top:10.5rem}}@media (max-height: 480px) and (orientation: landscape){.choices{flex-direction:row;flex-wrap:wrap;justify-content:center;height:auto;margin-top:10vw}.choice-button,.computer-choice-button{margin:1vw}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:1000}.modal-overlay.open{opacity:1;visibility:visible}.modal-content{background:#fff;padding:2rem;border-radius:10px;color:#000;font-size:1rem;width:auto;max-width:85vw;height:auto;max-height:85vh;overflow-y:auto;position:relative;line-height:1.5}.credits-container{width:100%;max-width:800px;margin:0 auto;padding:0 1rem}@media (min-width: 769px){.modal-content{min-width:600px}.credits-container{padding:0 2rem}.credits-container h2{font-size:2rem}.credits-container p,.credits-container ul{font-size:1.2rem}}@media (max-width: 768px){.modal-content{width:90vw;padding:1.5rem}.credits-container h2{font-size:1.1rem}.credits-container p,.credits-container ul{font-size:.7rem}}@media (max-width: 480px){.modal-content{padding:.7rem}.credits-container h2{font-size:.9rem}.credits-container p,.credits-container ul{font-size:.7rem}}.rock-text{color:#dc2e4e}.paper-text{color:#4865f4}.scissors-text{color:#ec9e0e}.lizard-text{color:#834fe3}.spock-text{color:#40b9ce}.credits-container h2{font-family:Orbitron,sans-serif;margin-bottom:1rem;font-size:1.5rem;text-transform:uppercase}.credits-container p,.credits-container ul{margin-bottom:1rem;text-align:justify}.credits-container li{margin-bottom:.5rem}.confirmation-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;transition:opacity .5s ease,visibility .5s ease;opacity:0;visibility:hidden}.confirmation-modal-overlay.open{opacity:1;visibility:visible}.confirmation-modal p{color:#333}.confirmation-modal{background:#fff;padding:20px;border-radius:5px;display:flex;flex-direction:column;gap:10px;margin:auto;max-width:600px}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
