@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;background:linear-gradient(180deg,#a8e063,#56ab2f);color:#213547;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.start-screen h1,h1{font-family:Poppins,sans-serif}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;width:100%;height:100vh;overflow:hidden}h1{font-size:3.2em;line-height:1.1}#root{width:100%;overflow:hidden;font-size:62.5%}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}}.start-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100dvh;text-align:center;background:linear-gradient(180deg,#a8e063,#56ab2f)}.logo{width:60%;margin-bottom:1rem}.start-screen h1{color:#333;margin-bottom:2rem;font-size:2.5rem}.monkey-svg{width:150px;max-width:400px}.monkey-container{display:flex;flex-direction:row;column-gap:20px}.total{font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:1.5rem;font-weight:900}.dialog-bubble-left{position:relative;background:#f0f0f0;border-radius:10px;padding:10px;max-width:200px;border:2px solid #000;box-shadow:5px 5px #000}h1.title{color:#fff;text-transform:uppercase}.start-screen-content{display:flex;flex-direction:row;column-gap:20px;padding:2rem;max-width:600px}.instructions{margin:2rem 0;text-align:left;font-size:1rem}.instructions h2{color:#444;margin-bottom:1rem}.instructions ul{list-style-type:disc;padding-left:2rem}.instructions li{margin:.5rem 0;color:#666}.start-button{background-color:#4caf50;color:#fff;border:none;padding:1rem 2rem;font-size:1.2rem;border-radius:8px;cursor:pointer;transition:background-color .3s}.start-button:hover{background-color:#45a049}.game-container{width:100%;height:100dvh;max-height:100dvh;margin:0 auto;padding:min(2dvh,16px) min(2vw,16px);display:flex;flex-direction:column;overflow:hidden;max-width:1200px;position:relative;box-sizing:border-box}.play-button{display:inline;width:3dvw;margin-right:5px;cursor:pointer}.sound-button{background-color:#e2f85f;border:none}.message-modal{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:1rem}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:min(2dvh,16px);padding:8px;background:#fffffff2;border-radius:12px;box-shadow:0 2px 4px #0000001a}.controls{display:flex;gap:min(1vw,8px);align-items:center}.controls>*{cursor:pointer;padding:8px;border-radius:50%;transition:background-color .2s}.controls>*:hover{background-color:#0000000d}.game-area{display:flex;gap:min(3vw,3dvh);justify-content:center;align-items:center;width:100%;height:90dvh;overflow:hidden}.left-side{display:flex;flex-direction:column;align-items:center;flex:1;width:45%;height:100%}.hand-svg{height:100%}.coin-selection{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(60px,15vw),1fr));gap:min(1vw,1dvh);padding:2dvh;background:#e2f85f;border-radius:15px;box-shadow:0 4px 8px #0000001a;width:100%;max-height:60dvh;overflow-y:auto;box-sizing:border-box;margin-top:20px}.right-side{display:flex;flex-direction:column;align-items:center;flex:1;width:45%;height:100%;max-height:90dvh}.hand-area{position:relative;width:100%;aspect-ratio:1;max-width:400px;display:flex;justify-content:center;align-items:center}.selected-coins{position:absolute;width:56%;height:66%;top:50%;left:50%;transform:translate(-50%,-50%)}.total-display{font-size:clamp(1rem,3vw,1.5rem);font-weight:700;color:#333;background-color:#fff;border-radius:20px;margin-top:10px;margin-bottom:10px;padding:5px 10px}.message{font-size:clamp(1rem,2.5vw,1.25rem);color:#fff;text-align:center;animation:fadeIn .5s ease-in;font-weight:900;margin-top:10px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px),(max-height: 600px){.logo{width:80%;margin-bottom:1rem}.start-screen-content{justify-content:center;align-items:center;width:100%;display:flex;flex-direction:column;row-gap:20px;box-sizing:border-box}.game-area{flex-direction:column;height:auto}.left-side,.right-side{width:100%;height:auto}.coin-selection{max-height:30dvh;grid-template-columns:repeat(auto-fit,minmax(min(50px,12vw),1fr))}.hand-area{max-width:90vw;max-height:35dvh;touch-action:manipulation}.selected-coins{touch-action:none}.total-display{font-size:clamp(.875rem,2.5vw,1.25rem);padding:min(1dvh,8px)}.message{font-size:clamp(.875rem,2vw,1.125rem);padding:min(1dvh,8px)}button{padding:min(1.5dvh,12px) min(3vw,24px);font-size:clamp(.875rem,2.5vw,1.125rem);touch-action:manipulation}}@media (max-width: 480px){.game-container{padding:8px}.header{margin-bottom:8px}.coin-selection{grid-template-columns:repeat(auto-fit,minmax(40px,1fr))}.hand-area{max-width:100%}}
