*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Orbitron,sans-serif;line-height:1.5;font-weight:700;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;text-transform:uppercase}h1{font-size:3.2em;line-height:1.1}.primary-color{color:#d4b37f}.small-font{font-size:.8em}#root{margin:0 auto;padding:2rem;text-align:center;width:100%}button{text-transform:uppercase;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;border:2px solid transparent}button:hover{outline:none;box-shadow:0 0 0 2px}button:active{transform:scale(.95)}button:disabled{cursor:not-allowed}button:disabled:hover,button:disabled:focus,button:disabled:active{box-shadow:none;transform:none}.play-clear{background-color:#000;color:#d4b37f;border-color:#d4b37f;width:9rem;height:4rem;border-radius:3rem;box-shadow:#d4b37f}.play-clear:disabled{opacity:.5;cursor:not-allowed}.bet{display:flex;align-items:center;flex-direction:column;gap:.5em;width:180px;height:130px;justify-content:center;border-radius:8px;font-size:1.5rem}.bet span.bet-amount{background-color:#fff;border:4px solid blue;color:#000;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;visibility:hidden;font-size:1rem}.bet span.bet-amount.active{visibility:initial}.rock{background-color:#211f4f;border-color:#304371;color:#2680ea}.paper{background-color:#1a381d;border-color:#0e8f3c;color:#16b553}.scissors{background-color:#50091e;border-color:#731c31;color:#e31542}.isWinner{box-shadow:0 0 0 2px}@media (max-width: 480px){.bet{width:80%}}.game-screen__controls{display:flex;justify-content:center;align-items:center;gap:1rem;margin:0 0 70px}.game-screen__label{min-height:7vh}.label-result-versus__title{display:flex;gap:2rem;align-items:center;width:100%;justify-content:center;font-size:2.2rem}.label-result__title{color:#16c359;font-size:2.2rem}.label-result__subtitle{font-size:1.2rem}.label-result{margin-bottom:70px}@media (max-width: 480px){.game-screen{margin-top:60px}.game-screen__controls{flex-direction:column;gap:1rem;margin:40px 0}.label-result{margin-bottom:40px}.label-result-versus__title{gap:1rem;font-size:1.5rem}.label-result__title{font-size:1.5rem}.label-result__subtitle{font-size:1rem}}.header{width:100%;height:40px;background-color:#000;position:fixed;top:0;left:0;display:flex}.header-content{margin:0 auto;display:flex;align-items:center;justify-content:space-around;gap:3rem}
