.screen{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(120% 90% at 50% 0%,#20305a,#131b30 55%,#0b1020);color:#eef2ff}.panel{background:#121a30eb;border:1px solid rgba(120,150,220,.25);border-radius:18px;padding:28px 32px;max-width:460px;text-align:center;box-shadow:0 24px 60px #00000080}.panel h1{margin:0 0 12px;font-size:30px;letter-spacing:.5px}.panel p{margin:8px 0;color:#c4cfe8;line-height:1.5}.error-message{color:#ff9d9d}.help{text-align:left;margin:16px auto;padding-left:18px;color:#c4cfe8;line-height:1.8;display:inline-block}.btn{cursor:pointer;border:none;border-radius:12px;padding:12px 22px;font-size:16px;font-weight:600;transition:transform .08s ease,filter .15s ease}.btn:active{transform:scale(.96)}.btn-primary{background:linear-gradient(135deg,#ffb24a,#ff7a2f);color:#2a1604}.btn-secondary{background:#ffffff1f;color:#eef2ff}.btn-primary:hover,.btn-secondary:hover{filter:brightness(1.08)}.game-actions{display:flex;gap:12px;justify-content:center;margin-top:18px;flex-wrap:wrap}.game-screen{flex-direction:column;padding:0}.hud{position:absolute;top:0;left:0;right:0;z-index:5;display:flex;align-items:center;gap:18px;padding:12px 18px}.hud-item{display:flex;flex-direction:column;line-height:1;background:#0a10208c;border:1px solid rgba(120,150,220,.25);border-radius:12px;padding:8px 16px;min-width:78px}.hud-label{font-size:11px;letter-spacing:1.5px;color:#8ea1cc}.hud-value{font-size:28px;font-weight:800;margin-top:3px}.timer.timer-low .hud-value{color:#ff6b6b;animation:pulse .6s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.18)}}.dev-badge{align-self:center;font-size:11px;font-weight:800;letter-spacing:1.5px;color:#ffd24a;border:1px solid rgba(255,210,74,.5);border-radius:8px;padding:4px 8px}.btn-exit{margin-left:auto;background:#ffffff1a;color:#eef2ff;border-radius:10px;padding:10px 14px;font-size:16px;line-height:1}.playfield-wrap{position:relative;width:100%;height:100%}.playfield{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;touch-action:none}.oval{fill:#567adc2e;stroke:#7da0ff;stroke-width:3;filter:drop-shadow(0 4px 10px rgba(0,0,0,.35))}.oval-text{fill:#eaf0ff;font-weight:700;paint-order:stroke}.hit-flash{fill:#ffd24a}.aim-line{stroke:#ffd27859;stroke-width:2;stroke-dasharray:8 10}.pistol-slide{fill:#444c61;stroke:#232a3d;stroke-width:3;filter:drop-shadow(0 4px 8px rgba(0,0,0,.45))}.pistol-grip{fill:#2b3142;stroke:#1b2030;stroke-width:3}.pistol-guard{fill:none;stroke:#2c3346;stroke-width:6}.pistol-port{fill:#11151f}.pistol-bore{fill:#0c0f17;stroke:#5d6a8c;stroke-width:2}.pistol-detail{fill:#5d6a8c}.pistol-line{stroke:#1b2030;stroke-width:3;stroke-linecap:round}.pistol-serration{stroke:#2c3346;stroke-width:2}.pistol-chamber{fill:#ffd24a}.pistol.loaded .pistol-slide{stroke:#6c7796}.pistol.reloading{opacity:.5;filter:saturate(.4);transition:opacity .15s ease}.pistol.reloading .pistol-slide{fill:#383e4c}.pistol.reloading .pistol-grip{fill:#262a36}.reload-track{fill:none;stroke:#ffffff1f;stroke-width:6}.reload-progress{fill:none;stroke:#ffd24a;stroke-width:6;stroke-linecap:round}.reload-label{position:absolute;left:50%;bottom:6%;transform:translate(-50%);z-index:4;font-size:14px;font-weight:700;letter-spacing:2px;color:#ffd24a;text-transform:uppercase;animation:blink .6s steps(2,start) infinite}.potato{fill:#c08a3e;stroke:#7c5520;stroke-width:3;filter:drop-shadow(0 3px 6px rgba(0,0,0,.4))}.potato-eye{fill:#3a2613}.target-word{position:absolute;right:22px;bottom:22px;z-index:4;display:flex;flex-direction:column;align-items:flex-end;background:#0a102099;border:1px solid rgba(255,180,90,.4);border-radius:14px;padding:12px 20px;box-shadow:0 10px 30px #0006}.target-label{font-size:12px;letter-spacing:2px;color:#ffb24a;text-transform:uppercase}.target-en{font-size:38px;font-weight:800;line-height:1.05}.target-pos{font-size:13px;color:#8ea1cc;font-style:italic}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;display:flex;align-items:center;justify-content:center}.start-overlay,.over-overlay{background:#080c18bf;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.final-score{font-size:22px}.final-score b{font-size:30px;color:#ffb24a}@keyframes blink{0%{opacity:1}to{opacity:.35}}@media (max-width: 640px){.target-en{font-size:28px}.hud-value{font-size:22px}}@media (orientation: portrait){.target-word{top:88px;bottom:auto;left:50%;right:auto;transform:translate(-50%);align-items:center;text-align:center}}:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color-scheme:dark}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;width:100%;height:100%}body{overflow:hidden;background:#0e1424;-webkit-user-select:none;user-select:none;touch-action:manipulation}
