@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";body{margin:0;display:flex;font-family:"Press Start 2P",cursive;overflow:hidden}#game-title{position:absolute;top:2rem;left:50%;transform:translate(-50%);font-size:2.5rem;font-weight:700;color:#fff;text-shadow:4px 4px 0px #000000,8px 8px 0px rgba(0,0,0,.5),12px 12px 20px rgba(0,0,0,.8);z-index:1000;transition:transform .8s ease-in-out,opacity .8s ease-in-out;pointer-events:none;text-align:center;white-space:nowrap}@media screen and (max-width: 768px){#game-title{font-size:1.8rem;top:1.5rem;text-shadow:3px 3px 0px #000000,6px 6px 0px rgba(0,0,0,.5),9px 9px 15px rgba(0,0,0,.8)}}@media screen and (max-width: 480px){#game-title{font-size:1.2rem;top:1rem;text-shadow:2px 2px 0px #000000,4px 4px 0px rgba(0,0,0,.5),6px 6px 10px rgba(0,0,0,.8)}}@media screen and (max-height: 600px){#game-title{font-size:1.5rem;top:.5rem}}#game-title.hidden{transform:translate(-50%) translateY(-100px);opacity:0}#controls{position:absolute;bottom:1.25rem;min-width:100%;display:flex;align-items:flex-end;justify-content:center;touch-action:manipulation;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}#controls div{display:grid;grid-template-columns:3.125rem 3.125rem 3.125rem;gap:.625rem}#controls button{width:100%;height:2.5rem;background-color:#fff;border:1px solid lightgray;box-shadow:.1875rem .3125rem #000000bf;cursor:pointer;outline:none;touch-action:manipulation;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}#controls button:first-of-type{grid-column:1 / -1}#score{position:absolute;top:1.25rem;left:1.25rem;font-size:2em;font-weight:700;color:#fff}#result-container{position:absolute;min-width:100%;min-height:100%;top:0;display:flex;align-items:center;justify-content:center;visibility:hidden}#result-container #result{display:flex;flex-direction:column;align-items:center;background-color:#fff;padding:1.25rem}#result-container button{background-color:red;padding:1.25rem 3.125rem;font-family:inherit;font-size:inherit;cursor:pointer}
