*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;background:var(--theme-bg, #1a1a2e);font-family:Bungee,Arial Black,sans-serif;touch-action:none;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none}#game-container{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:radial-gradient(ellipse at 50% 50%,var(--theme-bg-mid, #252542) 0%,var(--theme-bg, #1a1a2e) 70%,var(--theme-bg-dark, #12121f) 100%)}#gameCanvas{display:block;background:var(--theme-bg, #1a1a2e);touch-action:none}.score-display{position:fixed;top:3.68%;left:20px;width:29.54%;min-width:120px;max-width:200px;min-height:6.73%;background:linear-gradient(180deg,var(--theme-score-bg-start, #c05550) 0%,var(--theme-score-bg-mid, #B34A42) 50%,var(--theme-score-bg-end, #9e3d36) 100%);padding:0;border-radius:24px;border:2px solid rgba(0,0,0,.35);box-shadow:0 4px #0000004d,0 2px 12px #0003,inset 0 1px #ffffff1f;font-family:Bungee,Arial Black,sans-serif;color:var(--theme-ui-text, #fff);z-index:100;display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;gap:0;box-sizing:border-box;overflow:hidden}.timer-display{top:3.68%;left:auto;right:20px}.timer-display.hidden{display:none!important}.score-label{font-size:.9rem;font-weight:400;text-transform:uppercase;letter-spacing:1px;padding:6px 12px;text-align:center;background:linear-gradient(180deg,var(--theme-score-label-start, #eb8585) 0%,var(--theme-score-label-mid, #E77575) 50%,var(--theme-score-label-end, #d96868) 100%)}.score-value{font-size:1.8rem;font-weight:400;line-height:1;padding:6px 12px;text-align:center;display:block}.instructions{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--theme-overlay-bg, rgba(26, 26, 46, .92));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:200;color:var(--theme-ui-text, #fff);text-align:center;padding:20px}.instructions h1{font-size:3rem;color:var(--theme-ui-accent, #E77575);text-shadow:3px 3px 0 rgba(0,0,0,.5),0 0 24px rgba(231,117,117,.25);margin-bottom:30px}.instruction-text{font-size:1.5rem;line-height:1.8;margin-bottom:40px;color:var(--theme-ui-muted, #ccc)}.start-text{font-size:1.2rem;color:var(--theme-ui-accent, #E77575);text-shadow:0 0 12px rgba(231,117,117,.4);animation:pulse 1.5s ease-in-out infinite}.game-over{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--theme-overlay-bg, rgba(26, 26, 46, .92));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:200;color:var(--theme-ui-text, #fff);text-align:center;padding:20px}.game-over h1{font-size:2.5rem;color:var(--theme-ui-accent-dark, #B34A42);text-shadow:3px 3px 0 rgba(0,0,0,.5),0 0 20px rgba(179,74,66,.2);margin-bottom:20px}.final-score{font-size:2rem;margin-bottom:40px;color:var(--theme-ui-accent, #E77575)}.restart-text{font-size:1.2rem;color:var(--theme-ui-accent, #E77575);text-shadow:0 0 12px rgba(231,117,117,.4);animation:pulse 1.5s ease-in-out infinite}.hidden{display:none!important}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.02)}}@media(max-width:600px){.score-display{top:2%;left:10px;min-width:100px;max-width:140px;border-radius:18px}.timer-display{top:2%;left:auto;right:10px}.score-label{font-size:.7rem;padding:4px 8px}.score-value{font-size:1.4rem;padding:4px 8px}.instructions h1{font-size:2rem}.instruction-text{font-size:1.1rem}.start-text,.restart-text{font-size:1rem}.game-over h1{font-size:1.8rem}.final-score{font-size:1.5rem}}@media(max-height:500px){.instructions h1,.game-over h1{font-size:1.5rem;margin-bottom:15px}.instruction-text{font-size:1rem;margin-bottom:20px}.final-score{margin-bottom:20px}}
