:root{--military-green: #1e293b;--hud-cyan: #06b6d4;--hud-red: #ef4444;--hud-yellow: #f59e0b;--hud-green: #10b981}body{margin:0;padding:0;background-color:#090d16;font-family:Courier New,Courier,monospace,system-ui,-apple-system,sans-serif;color:#fff;overflow:hidden;-webkit-user-select:none;user-select:none}.game-container{display:flex;flex-direction:column;width:100vw;height:100vh;background:radial-gradient(circle at center,#111827,#030712)}.game-header{display:flex;justify-content:space-between;align-items:center;padding:10px 24px;background:#0f172ae6;border-bottom:2px solid rgba(6,182,212,.3);box-shadow:0 4px 20px #00000080;z-index:10}.logo{display:flex;align-items:center;gap:10px;font-size:1.2rem;font-weight:800;letter-spacing:2px;color:#f8fafc}.logo-icon{width:24px;height:24px}.animate-spin-slow{animation:spin 8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header-stats{display:flex;gap:20px}.stat-box{display:flex;align-items:center;gap:8px;background:#1e293bcc;padding:6px 14px;border-radius:6px;border:1px solid rgba(255,255,255,.1);font-size:.9rem}.game-viewport{position:relative;flex:1;width:100%;overflow:hidden;cursor:none}.parallax-bg{position:absolute;top:50%;left:50%;width:110%;height:110%;z-index:1;transition:transform .1s ease-out;pointer-events:none}.bg-layer{position:absolute;width:100%;height:100%;top:0;left:0}.bg-layer.mountains{background:linear-gradient(180deg,#0f172a,#1e293b 60%,#334155);clip-path:polygon(0% 60%,15% 45%,30% 55%,45% 35%,65% 50%,80% 40%,100% 60%,100% 100%,0% 100%);opacity:.5}.bg-layer.training-ground{background:#0f172a}.bunker{position:absolute;background:#1e293b;border:2px solid #475569;border-radius:4px}.left-bunker{width:150px;height:80px;bottom:10%;left:15%}.right-bunker{width:200px;height:100px;bottom:5%;right:10%}.center-tower{width:80px;height:220px;bottom:15%;left:45%;background:#0f172a;border-left:4px solid #334155;border-right:4px solid #334155}.bg-grid{position:absolute;width:100%;height:100%;background-image:linear-gradient(rgba(6,182,212,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(6,182,212,.05) 1px,transparent 1px);background-size:40px 40px;perspective:500px;transform:rotateX(45deg);transform-origin:bottom;bottom:0;height:50%;opacity:.7}.flash-red{animation:flashRedAnim .2s ease-out}@keyframes flashRedAnim{0%{box-shadow:inset 0 0 100px #ef4444cc}to{box-shadow:inset 0 0 #ef444400}}.hud-vignette{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle,transparent 50%,rgba(0,0,0,.8) 100%);pointer-events:none;z-index:5}.hud-corner{position:absolute;width:20px;height:20px;border:2px solid var(--hud-cyan);pointer-events:none;z-index:5}.top-left{top:20px;left:20px;border-right:none;border-bottom:none}.top-right{top:20px;right:20px;border-left:none;border-bottom:none}.bottom-left{bottom:20px;left:20px;border-right:none;border-top:none}.bottom-right{bottom:20px;right:20px;border-left:none;border-top:none}.hud-top-bar{position:absolute;top:20px;left:50%;transform:translate(-50%);display:flex;gap:40px;z-index:6;background:#0f172ad9;padding:10px 30px;border-radius:30px;border:1px solid rgba(6,182,212,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hud-score,.hud-health{display:flex;align-items:center;gap:10px}.hud-label{font-size:.8rem;letter-spacing:2px;color:#94a3b8}.hud-value{font-size:1.8rem;font-weight:700;font-family:monospace}.hearts-container{display:flex;gap:6px}.hud-ammo{position:absolute;bottom:30px;right:30px;background:#0f172ad9;padding:15px;border-radius:12px;border:1px solid rgba(6,182,212,.3);display:flex;flex-direction:column;gap:8px;z-index:6;width:160px}.ammo-bullets{display:flex;gap:6px;height:20px;align-items:flex-end}.bullet-bar{flex:1;height:100%;background:#334155;border-radius:2px;transition:background .2s}.bullet-bar.active{background:var(--hud-yellow);box-shadow:0 0 8px var(--hud-yellow)}.bullet-bar.reloading-anim{animation:reloadPulse .3s infinite alternate}@keyframes reloadPulse{0%{background:#334155}to{background:var(--hud-cyan)}}.ammo-text{font-size:.85rem;text-align:center}.btn-reload-hud{background:#06b6d433;border:1px solid var(--hud-cyan);color:#fff;padding:4px;border-radius:4px;font-size:.8rem;cursor:pointer;transition:all .2s}.btn-reload-hud:hover{background:var(--hud-cyan);color:#000}.targets-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.target-wrapper{transition:filter .1s}.bullseye-target{width:60px;height:60px;background:radial-gradient(circle,#ef4444 20%,#fff 20%,#fff 40%,#ef4444 40%,#ef4444 60%,#fff 60%,#fff 80%,#ef4444 80%);border-radius:50%;box-shadow:0 10px 20px #0006;border:2px solid #000;display:flex;align-items:center;justify-content:center}.drone-target{position:relative;width:70px;height:40px}.drone-core{width:40px;height:25px;background:#3b82f6;border-radius:12px;margin:8px auto 0;border:2px solid #1e3a8a;position:relative;box-shadow:0 8px 16px #0000004d}.drone-eye{position:absolute;width:8px;height:8px;background:#0ff;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 8px #0ff}.drone-propeller{position:absolute;width:24px;height:4px;background:#94a3b8;top:0;animation:spinPropeller .1s linear infinite}.drone-propeller.left{left:0}.drone-propeller.right{right:0}@keyframes spinPropeller{0%{transform:scaleX(1)}50%{transform:scaleX(-1)}to{transform:scaleX(1)}}.hostile-target{position:relative;width:60px;height:80px;background:#1e293b;border-radius:12px 12px 0 0;border:3px solid #ef4444;box-shadow:0 10px 25px #ef44444d}.hostile-helmet{width:40px;height:15px;background:#475569;margin:5px auto 0;border-radius:8px 8px 2px 2px}.hostile-mask{width:34px;height:25px;background:#0f172a;margin:2px auto 0;border-radius:4px;display:flex;justify-content:space-around;align-items:center;padding:0 4px}.glowing-eyes{width:6px;height:6px;background:#ef4444;border-radius:50%;box-shadow:0 0 10px #ef4444;animation:blink 1s infinite alternate}@keyframes blink{0%{opacity:.3}to{opacity:1}}.hostile-timer-bar{position:absolute;top:-25px;left:50%;transform:translate(-50%);width:80px;background:#000c;border:1px solid #ef4444;border-radius:4px;padding:2px;display:flex;flex-direction:column;gap:2px}.timer-fill{height:4px;background:#ef4444;border-radius:2px;transition:width .1s linear}.timer-text{font-size:.5rem;color:#ef4444;text-align:center;font-weight:700}.civilian-target{display:flex;flex-direction:column;align-items:center;gap:4px}.civilian-sign{background:#f59e0b;color:#000;font-size:.65rem;font-weight:900;padding:2px 6px;border-radius:4px;white-space:nowrap;border:1px solid #000}.civilian-body{width:50px;height:50px;background:#d97706;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #f59e0b}.sniper-scope{position:absolute;width:140px;height:140px;transform:translate(-50%,-50%);pointer-events:none;z-index:8}.scope-reticle{position:relative;width:100%;height:100%}.reticle-line{position:absolute;background:var(--hud-cyan)}.reticle-line.horizontal{top:50%;left:0;width:100%;height:1px}.reticle-line.vertical{left:50%;top:0;width:1px;height:100%}.reticle-circle{position:absolute;border:1px solid var(--hud-cyan);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.reticle-circle.outer{width:90%;height:90%;border-style:dashed}.reticle-circle.inner{width:40%;height:40%}.reticle-dot{position:absolute;width:6px;height:6px;background:var(--hud-red);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 8px var(--hud-red)}.scope-data{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#000c;border:1px solid var(--hud-cyan);padding:2px 6px;border-radius:4px;font-size:.65rem;color:var(--hud-cyan);white-space:nowrap;margin-top:5px}.floating-popup{position:absolute;font-weight:900;font-size:1.2rem;text-shadow:0 2px 4px rgba(0,0,0,.8);pointer-events:none;z-index:9}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172ae6;display:flex;align-items:center;justify-content:center;z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.start-panel,.gameover-panel{background:linear-gradient(135deg,#1e293b,#0f172a);border:2px solid var(--hud-cyan);box-shadow:0 0 30px #06b6d44d;border-radius:16px;padding:40px;width:90%;max-width:550px;text-align:center;position:relative}.military-badge,.gameover-badge{background:var(--hud-cyan);color:#000;font-weight:900;font-size:.8rem;padding:4px 12px;border-radius:4px;display:inline-block;letter-spacing:2px;margin-bottom:15px}.gameover-badge{background:var(--hud-red)}.game-title{font-size:2.8rem;margin:0;letter-spacing:4px;text-shadow:0 0 10px rgba(6,182,212,.5)}.game-subtitle{color:#64748b;font-size:.9rem;letter-spacing:3px;margin-top:5px;margin-bottom:30px}.target-legend{display:grid;grid-template-columns:1fr 1fr;gap:12px;background:#0006;padding:15px;border-radius:8px;margin-bottom:25px;text-align:left;font-size:.85rem}.legend-item{display:flex;align-items:center;gap:8px}.legend-icon{font-size:1.2rem}.high-score-show{display:flex;align-items:center;justify-content:center;gap:10px;font-size:1.1rem;margin-bottom:25px}.btn-start,.btn-restart{background:var(--hud-cyan);color:#000;font-weight:700;font-size:1.2rem;padding:12px 30px;border:none;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;gap:10px;box-shadow:0 4px 15px #06b6d466;transition:all .2s}.btn-start:hover,.btn-restart:hover{transform:translateY(-2px);box-shadow:0 6px 20px #06b6d499}.btn-restart{background:var(--hud-green);box-shadow:0 4px 15px #10b98166}.btn-restart:hover{box-shadow:0 6px 20px #10b98199}.controls-tip{margin-top:25px;font-size:.75rem;color:#64748b;line-height:1.6}.gameover-title{font-size:2.5rem;color:var(--hud-red);margin-top:0;margin-bottom:20px}.new-record-banner{background:#eab30833;border:1px solid #eab308;padding:10px;border-radius:8px;color:#fef08a;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:20px}.results-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:25px}.result-card{background:#0000004d;padding:15px;border-radius:8px;display:flex;flex-direction:column}.result-label{font-size:.8rem;color:#94a3b8}.result-value{font-size:2rem;font-weight:700}.rank-evaluation{background:#0003;padding:15px;border-radius:8px;margin-bottom:30px}.rank-evaluation h3{margin:0 0 5px;font-size:.9rem;color:#94a3b8}.rank-name{font-size:1.4rem;font-weight:700;margin:5px 0}.rank-desc{font-size:.8rem;color:#64748b;margin:0}.mobile-controls{display:none}@media (max-width: 768px){.game-viewport{cursor:default}.mobile-controls{display:flex;justify-content:space-between;align-items:flex-end;position:absolute;bottom:20px;left:20px;right:20px;pointer-events:none;z-index:7}.joystick-zone,.action-zone{pointer-events:auto}.joystick-zone{display:flex;flex-direction:column;align-items:center;gap:8px}.joystick-base{width:100px;height:100px;background:#0f172a99;border:2px solid var(--hud-cyan);border-radius:50%;position:relative;touch-action:none}.joystick-handle{width:40px;height:40px;background:var(--hud-cyan);border-radius:50%;position:absolute;top:30px;left:30px;box-shadow:0 0 10px var(--hud-cyan)}.joystick-label{font-size:.7rem;color:var(--hud-cyan)}.action-zone{display:flex;flex-direction:column;gap:10px}.btn-mobile-fire{width:80px;height:80px;background:var(--hud-red);color:#fff;font-weight:900;font-size:1.2rem;border:none;border-radius:50%;box-shadow:0 0 15px #ef444499;active-transform:scale(.9)}.btn-mobile-reload{background:var(--hud-yellow);color:#000;font-weight:700;font-size:.8rem;padding:6px 16px;border:none;border-radius:20px}}
