body{touch-action:none;background-color:#222;background-image:radial-gradient(#333 1px,#0000 1px);background-size:20px 20px;justify-content:center;align-items:center;height:100vh;margin:0;padding:0;font-family:Courier New,Courier,monospace;display:flex;overflow:hidden}#app{justify-content:center;align-items:center;width:100%;height:100%;display:flex}#game-wrapper{background:radial-gradient(circle,#1a1a2e 0%,#0f0f1a 100%);width:100vw;height:100vh;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 50px #00ffff1a}.screen{z-index:10;box-sizing:border-box;background:radial-gradient(circle,#1a1a2e 0%,#0f0f1a 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:none;position:absolute;top:0;left:0}.screen.active{display:flex}.logo-container{flex-direction:column;align-items:center;margin-bottom:20px;display:flex}.game-logo-img{filter:drop-shadow(0 0 10px #0ff);width:150px;height:auto;animation:3s ease-in-out infinite float}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}h1.game-title{color:#0ff;text-shadow:0 0 10px #0ff,0 0 20px #0ff,0 0 40px #0ff,4px 4px #f0f;letter-spacing:5px;text-transform:uppercase;text-align:center;margin:10px 0 20px;font-family:Courier New,Courier,monospace;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;animation:2s infinite pulse}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.retro-input{color:#0ff;text-align:center;box-sizing:border-box;background:#000;border:2px solid #0ff;width:100%;max-width:300px;margin-bottom:15px;padding:10px;font-family:Courier New,Courier,monospace;font-size:1.2rem}.retro-input:focus{outline:none;box-shadow:0 0 10px #0ff}.weapon-selection{background:#00000080;border:2px solid #fff;flex-direction:column;gap:10px;width:100%;max-width:400px;margin-bottom:20px;padding:15px;display:flex}.game-modes-panel{flex-direction:column;gap:15px;width:100%;max-width:400px;margin-bottom:20px;display:flex}.mode-btn{color:#0ff;cursor:pointer;text-transform:uppercase;background:#000000b3;border:2px solid #0ff;padding:15px;font-family:Courier New,Courier,monospace;font-size:1.2rem;font-weight:700;transition:all .2s}.mode-btn:hover:not(:disabled){color:#000;background:#0ff;box-shadow:0 0 15px #0ff}.mode-btn:disabled{color:#555;cursor:not-allowed;border-color:#555}.stats-panel{color:#fff;box-sizing:border-box;background:#000c;border:2px solid #f0f;width:100%;max-width:400px;margin-bottom:20px;padding:20px;font-family:Courier New,Courier,monospace}.stats-panel p{margin:10px 0;font-size:1.1rem}.reward-text{color:#32cd32;text-align:center;margin-top:15px;font-size:1.2rem;font-weight:700;animation:1s infinite pulse}.weapon-selection label{color:#fff;cursor:pointer;font-size:1.2rem}.weapon-selection input{margin-right:10px;transform:scale(1.5)}.retro-text{color:#fff;text-shadow:2px 2px #000;text-align:center;margin-bottom:20px;font-size:clamp(1rem,4vw,1.5rem)}.blink{animation:1s linear infinite blinker}@keyframes blinker{50%{opacity:0}}.retro-btn{color:#fff;text-align:center;cursor:pointer;background-color:#4caf50;border:4px solid #fff;padding:15px 30px;font-family:Courier New,Courier,monospace;font-size:1.2rem;font-weight:700;text-decoration:none;transition:all .1s;display:inline-block;box-shadow:4px 4px #000}.retro-btn:active{transform:translate(4px,4px);box-shadow:0 0 #000}#game-screen{background:#111;flex-direction:column;justify-content:center;align-items:center;padding:0;display:none}#game-screen.active{display:flex}.game-layout{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1200px;height:100%;display:flex}#game-container{aspect-ratio:4/3;object-fit:contain;cursor:grab;background:#fff;width:100%;max-height:80vh;position:relative;box-shadow:0 0 0 4px #444,0 10px 30px #000c}#game-container:active{cursor:grabbing}canvas{width:100%;height:100%;image-rendering:pixelated;display:block}#desktop-hints{color:#aaa;background:#00000080;border:1px solid #333;border-radius:8px;gap:20px;margin-top:15px;padding:10px 20px;font-size:1rem;display:flex}#mobile-controls{box-sizing:border-box;justify-content:space-between;width:100%;max-width:600px;margin-top:5px;padding:10px;display:none}.d-pad{flex-direction:column;align-items:center;display:flex}.horizontal{gap:5px;display:flex}.action-pad{flex-direction:column;align-items:flex-end;gap:10px;display:flex}.control-btn{color:#fff;-webkit-user-select:none;user-select:none;cursor:pointer;background:#fff3;border:2px solid #ffffff80;border-radius:50%;justify-content:center;align-items:center;width:clamp(45px,12vw,60px);height:clamp(45px,12vw,60px);font-size:clamp(16px,5vw,24px);font-weight:700;display:flex}.control-btn:active,.control-btn:focus{background:#ffffff80;outline:none}.action-btn{border-radius:50%;font-size:clamp(.8rem,3vw,1rem)}.switch-btn{background-color:#32cd3280;width:clamp(40px,10vw,50px);height:clamp(40px,10vw,50px)}.fire-btn{background-color:#ff450080}.fire-btn:active{background:#ff0000b3}@media (width<=768px){#mobile-controls{display:flex}#desktop-hints{display:none}#game-container{max-height:60vh}}
