*,*:before,*:after{box-sizing:border-box}*{margin:0}html{interpolate-size:allow-keywords}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p{overflow-wrap:break-word;text-wrap:pretty}h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;text-wrap:balance}#root,#app{isolation:isolate}:root{font-family:Comic Sans MS,Chalkboard SE,cursive,system-ui,sans-serif;color-scheme:light dark;--bg-primary: #1A1A2E;--text-primary: #FFFFFF;--accent: #FF8C42;--accent-red: #E8272C}html,body{margin:0;padding:0;overflow:hidden;height:100dvh;background:var(--bg-primary);color:var(--text-primary)}#app{height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center}h1{color:var(--accent);text-shadow:2px 2px 0 var(--accent-red)}h2{color:var(--accent)}@media(prefers-color-scheme:light){:root{--bg-primary: #FFF8F0;--text-primary: #1A1A2E}}.game-container{display:flex;flex-direction:column;align-items:center;gap:.25rem;height:100dvh;width:100%;max-width:600px;padding:.25rem 0;box-sizing:border-box;overflow:hidden;user-select:none;-webkit-user-select:none}.game-header{text-align:center;flex-shrink:0}.game-header-row{display:flex;align-items:center;justify-content:center;gap:.5rem}.mute-btn{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:2px 4px;line-height:1;-webkit-tap-highlight-color:transparent}.game-title{font-family:Comic Sans MS,Chalkboard SE,cursive,sans-serif;font-size:1.4rem;color:#ff8c42;margin:0;text-shadow:2px 2px 0 #e8272c,4px 4px 0 #2b7bc0}.high-score{font-family:Comic Sans MS,Chalkboard SE,cursive,sans-serif;color:gold;margin:0;font-size:.8rem}.game-canvas{border:3px solid #e8272c;border-radius:8px;max-width:100%;max-height:55dvh;width:auto;height:auto;touch-action:none;image-rendering:pixelated;flex-shrink:1}.touch-controls{display:none;flex-shrink:0}@media(pointer:coarse){.touch-controls{display:block}}.dpad{display:grid;grid-template-areas:".    up   ." "left .    right" ".    down .";grid-template-columns:56px 56px 56px;grid-template-rows:56px 56px 56px;gap:3px}.dpad-btn{background:#e8272ccc;border:2px solid #ff8c42;border-radius:12px;color:#fff;font-size:1.4rem;display:flex;align-items:center;justify-content:center;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.dpad-btn:active{background:#ff8c42e6}.dpad-up{grid-area:up}.dpad-left{grid-area:left}.dpad-right{grid-area:right}.dpad-down{grid-area:down}@media(prefers-color-scheme:light){.game-title{color:#e8272c}.high-score{color:#d4a537}}
