*,*:after,*:before{box-sizing:border-box;margin:0;padding:0}body{font-family:Georgia,Times New Roman,serif;display:flex;overflow:hidden}button{height:40px;background-color:#fff;border:1px solid lightgray;border-radius:.5rem;font-weight:700;padding:0 2rem;box-shadow:3px 5px #00000080;cursor:pointer;outline:none}button:hover{scale:1.05}#container{position:relative}#result-screen,#initial-screen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;z-index:9999;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity 1s ease-in-out,visibility 1s ease-in-out}#initial-screen{background:url(/cursed-waters/assets/pirate_kit_quaternius-PyiC2bZY.webp) no-repeat center center;background-size:cover}#result-screen.show,#initial-screen.show{visibility:visible;opacity:1}#result-screen div,#initial-screen div{background-color:#0006;color:#fff;border-radius:.5rem;box-shadow:0 4px 10px #0000004d;width:20rem;height:20rem;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;gap:1rem;text-align:center;padding:1rem}#initial-screen div{height:auto}#joystick-container{display:none;position:absolute;bottom:2rem;left:2rem;width:120px;height:120px;background:#ffffff0d;border-radius:50%;touch-action:none;z-index:10}@media (max-width: 640px){#joystick-container{display:block}}#joystick{width:40px;height:40px;background:#fff6;border-radius:50%;position:absolute;left:40px;top:40px;transition:.1s}#game-details{position:absolute;top:1rem;min-width:100%;display:flex;gap:1rem;justify-content:center}#game-details div{position:fixed;left:1rem;display:flex;flex-direction:column;gap:1rem;padding:1rem;border-radius:.5rem;background-color:#0006}#game-details span{font-weight:700;color:#fff}#game-details progress{width:10rem;height:1rem;border-radius:.5rem}#game-details progress::-webkit-progress-bar{background-color:#fff}#game-details progress::-webkit-progress-value{background-color:#4f4;transition:width .2s ease}#game-details progress::-moz-progress-bar{background-color:#4f4}
