*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;height:100%;overflow:hidden;background-color:#111;font-family:"Press Start 2P",cursive,sans-serif;color:#fff;touch-action:none}#game-container{position:relative;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}#game-canvas{max-width:100%;max-height:100%;image-rendering:pixelated;display:block}#ui-layer{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;display:flex;justify-content:center;align-items:center}.screen{display:none;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;text-align:center;pointer-events:auto;background:#0009}.screen.active{display:flex}h1{font-size:3rem;color:#0fc;text-shadow:4px 4px 0 #ff0055,0 0 20px #00ffcc;margin-bottom:1rem;line-height:1.2;display:flex;align-items:baseline;justify-content:center}h2{font-size:2.5rem;color:#f33;margin-bottom:2rem;text-shadow:3px 3px 0 #000}.subtitle{font-size:1rem;animation:blink 1.5s infinite;margin-bottom:2rem;padding:0 10px}.instructions{font-size:.8rem;line-height:1.8;margin-bottom:2rem;color:#ddd;padding:0 10px}.high-score-display{font-size:1.2rem;color:#ff0;text-shadow:2px 2px #000;margin-bottom:2rem;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.title-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}#hud-screen{background:transparent;pointer-events:none;justify-content:flex-start}.hud-top{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.5rem}#score-display{font-size:1.2rem;color:#ff0;text-shadow:2px 2px #000}#life-display{display:flex;align-items:center;gap:8px}.heart{color:#f33;font-size:1.5rem;text-shadow:2px 2px #000}.heart.empty{color:#555}.pixel-btn{font-family:inherit;font-size:1.2rem;padding:1rem 2rem;background-color:#f05;color:#fff;border:4px solid #fff;cursor:pointer;box-shadow:4px 4px #000;transition:transform .1s,box-shadow .1s}.pixel-btn:hover{background-color:#f37;transform:translate(-2px,-2px);box-shadow:6px 6px #000}.pixel-btn:active{transform:translate(2px,2px);box-shadow:2px 2px #000}.secondary-btn{background-color:#3af;font-size:1rem;padding:.8rem 1.5rem}.secondary-btn:hover{background-color:#5cf}#achievements-screen{background:#000000e6}.achievements-list{width:90%;max-width:600px;max-height:60vh;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;text-align:left}.achievement-item{background:#ffffff1a;border:2px solid #555;padding:1rem;border-radius:8px;display:flex;align-items:center;gap:1rem;opacity:.5;filter:grayscale(100%);transition:all .3s ease}.achievement-item.unlocked{opacity:1;filter:grayscale(0%);border-color:#0fc;box-shadow:0 0 10px #00ffcc4d}.achievement-icon{font-size:2rem;flex-shrink:0}.achievement-info h3{font-size:1rem;color:#0fc;margin-bottom:.5rem;text-shadow:1px 1px #000}.achievement-info p{font-size:.7rem;color:#ddd;line-height:1.4}.leaderboard-item{display:flex;justify-content:space-between;background:#ffffff1a;padding:1rem;border-bottom:1px solid #555}.leaderboard-name{color:#0fc}.leaderboard-score{color:#ff0}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@media(max-width:600px){h1{font-size:2rem;padding:0 10px;text-shadow:2px 2px 0 #ff0055,0 0 10px #00ffcc}h2{font-size:1.5rem}.pixel-btn{font-size:.9rem;padding:.8rem 1rem;min-width:150px}.hud-top{padding:.5rem 1rem}#score-display{font-size:.9rem}.heart{font-size:1rem}#combo-display{font-size:1rem!important}.shop-items-container{width:95%}.shop-item{flex-direction:column;text-align:center;gap:10px}.buy-btn{width:100%;min-height:44px}.player-name-container{display:flex;flex-direction:column;gap:5px;margin-bottom:1rem}#player-name-input{padding:8px;font-size:.8rem;text-align:center}}@media(max-height:500px){h1{font-size:1.5rem;margin-bottom:.5rem}.instructions,.high-score-display{margin-bottom:.5rem}.title-buttons{flex-direction:row;flex-wrap:wrap;justify-content:center}.shop-items-container{max-height:40vh}}.hidden{display:none!important}#combo-display{font-size:1.5rem;color:#fa0;text-shadow:2px 2px #000,0 0 10px #ff3300;animation:pop .2s ease-out;display:flex;align-items:center;justify-content:center}.combo-bonus{font-size:1rem;color:#0fc;margin-left:.5rem}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.5);color:#fff}to{transform:scale(1)}}body.fever-mode{animation:fever-bg .5s infinite alternate}@keyframes fever-bg{0%{background-color:#202}to{background-color:#404}}.shop-coin-display{font-size:1.5rem;margin-bottom:2rem;text-shadow:2px 2px #000}.shop-items-container{display:flex;flex-direction:column;gap:15px;width:80%;max-width:600px;max-height:50vh;overflow-y:auto;text-align:left}.shop-item{background:#000000b3;border:2px solid #ff9900;padding:15px;display:flex;justify-content:space-between;align-items:center}.shop-info h3{margin:0 0 5px;font-size:1.2rem;color:#f90}.shop-info p{margin:0;font-size:.8rem;color:#aaa;line-height:1.4}.buy-btn{font-size:.8rem!important;padding:10px!important;min-width:140px;background:#0a0;border-color:#070}.buy-btn:hover{background:#0f0}.buy-btn:disabled{background:#555;color:#888;cursor:not-allowed;border-color:#333}
