:root{--sky: #5c94fc;--grass: #00a800;--dirt: #503000;--nes-black: #000000;--nes-white: #fcfcfc;--nes-yellow: #fcb400;--nes-red: #fc7460;--panel: #000000ee;--text: #fcfcfc;--muted: #bcbcbc}*{box-sizing:border-box}html,body{margin:0;height:100%;background:var(--sky);color:var(--text);font-family:"Press Start 2P",Courier New,monospace;overflow:hidden;image-rendering:pixelated}#app{position:relative;width:100vw;height:100vh}#game{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;background:var(--sky);image-rendering:pixelated}#crosshairs{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:7}.crosshair{position:absolute;width:40px;height:40px;margin-left:-20px;margin-top:-20px;will-change:transform;left:0;top:0;color:#fcfcfc;filter:drop-shadow(0 0 1px #000) drop-shadow(0 0 1px #000)}.crosshair-outer{position:absolute;top:2px;right:2px;bottom:2px;left:2px;border:3px solid currentColor;border-radius:50%;opacity:.9}.crosshair-ring{position:absolute;top:10px;right:10px;bottom:10px;left:10px;border:2px solid currentColor;border-radius:50%}.crosshair-dot{position:absolute;left:50%;top:50%;width:4px;height:4px;margin:-2px 0 0 -2px;background:currentColor;border-radius:50%}.crosshair-h,.crosshair-v{position:absolute;background:currentColor}.crosshair-h{left:0;right:0;top:50%;height:2px;margin-top:-1px}.crosshair-v{top:0;bottom:0;left:50%;width:2px;margin-left:-1px}.crosshair.flash{color:#fcb400}.crosshair.flash .crosshair-outer{border-width:4px}.wedge{position:absolute;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:14px solid currentColor;transform-origin:50% 100%}.ghost{position:absolute;width:10px;height:10px;margin:-5px 0 0 -5px;border-radius:50%;opacity:.7;pointer-events:none}#overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;pointer-events:none}#qr-panel{position:absolute;top:20px;left:20px;padding:14px 14px 16px;background:var(--panel);border:4px solid var(--nes-white);box-shadow:0 0 0 4px #000;pointer-events:auto;max-width:260px}.nes-label{color:var(--nes-yellow);font-size:8px;letter-spacing:.12em;margin-bottom:8px}#qr-panel h1{margin:0 0 8px;font-size:14px;color:var(--nes-white);letter-spacing:.06em;line-height:1.4}#qr-panel p{margin:0 0 12px;color:var(--muted);font-size:8px;line-height:1.6}#qr{width:160px;height:160px;background:#fff;image-rendering:pixelated;border:4px solid #000}#join-url{margin-top:8px;font-size:10px;color:var(--nes-yellow);word-break:break-all;line-height:1.5;letter-spacing:.04em}#players{margin-top:10px;font-size:8px;line-height:1.8}#calib-banner{position:absolute;top:20px;left:50%;transform:translate(-50%);padding:12px 16px;background:#000;border:4px solid var(--nes-yellow);font-size:9px;line-height:1.6;max-width:min(520px,90vw);text-align:center}#scoreboard{display:none}#debug{position:absolute;right:12px;bottom:12px;width:min(360px,calc(100vw - 24px));max-height:calc(100vh - 24px);overflow:auto;z-index:20;background:#000000f2;border:4px solid #fcfcfc;padding:12px;font-size:8px;line-height:1.5;pointer-events:auto}#debug h2{margin:0 0 8px;font-size:10px;color:var(--nes-yellow)}#debug label{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;margin:8px 0}#debug input[type=range]{width:100%;grid-column:1 / -1}#debug .row{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}#debug button,#toggle-debug,#qr-panel button{pointer-events:auto;background:#0058f8;color:var(--nes-white);border:3px solid #000;box-shadow:inset -3px -3px #003888;padding:8px 10px;cursor:pointer;font-family:inherit;font-size:8px}#toggle-debug{position:absolute;left:12px;bottom:calc(23.333vh + 12px);z-index:21}#nes-hud{--hud-pad-x: clamp(12px, 4vw, 48px);--hud-pad-b: clamp(8px, 1.8vh, 20px);--hud-gap: clamp(12px, 2vw, 28px);--hud-icon-shot: clamp(22px, 5.5vh, 40px);--hud-icon-duck: clamp(14px, 3.2vh, 26px);--hud-icon-digit: clamp(18px, 4.2vh, 34px);--hud-label: clamp(10px, 2.2vh, 16px);position:absolute;left:0;right:0;bottom:0;height:23.333vh;min-height:96px;z-index:6;pointer-events:none;background:#6b6b00;display:flex;align-items:stretch;justify-content:center;padding:0 var(--hud-pad-x) var(--hud-pad-b);box-sizing:border-box;image-rendering:pixelated}.hud-inner{width:100%;max-width:1100px;display:grid;grid-template-columns:minmax(100px,.2fr) minmax(220px,.52fr) minmax(140px,.28fr);gap:var(--hud-gap);align-items:stretch;height:100%;padding-top:clamp(20px,4vh,36px);box-sizing:border-box}.hud-shot-wrap{position:relative;display:flex;flex-direction:column;min-height:0;height:100%}.hud-round{position:absolute;left:0;bottom:100%;display:flex;align-items:center;gap:4px;padding-bottom:4px;z-index:1}.hud-round img{image-rendering:pixelated;height:var(--hud-label);width:auto;display:block}.hud-box{background:#000;border:2px solid #fcfcfc;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6px 8px;min-height:0;height:100%;overflow:hidden}.hud-caption,.hud-hit-label{image-rendering:pixelated;height:var(--hud-label);width:auto;object-fit:contain;display:block;flex:0 0 auto}.hud-caption{margin:0}.hud-bullets{display:flex;justify-content:center;align-items:center;gap:clamp(8px,1.5vw,16px);flex:1 1 auto;min-height:0;width:100%}.hud-bullet{image-rendering:pixelated;height:var(--hud-icon-shot);width:auto;object-fit:contain;opacity:.2;flex:0 0 auto}.hud-bullet.on{opacity:1}.hud-hit{padding:6px 10px}.hud-hit-row{display:flex;align-items:center;justify-content:center;gap:clamp(8px,1.2vw,14px);flex:1 1 auto;min-height:0;width:100%}.hud-hit-label{flex:0 0 auto}.hud-ducks{display:flex;align-items:center;justify-content:center;flex:0 0 auto;gap:clamp(3px,.6vw,8px)}.hud-duck{image-rendering:pixelated;height:var(--hud-icon-duck);width:auto;object-fit:contain;flex:0 0 auto}.hud-bar{position:relative;width:100%;height:5px;margin-top:4px;flex:0 0 auto;background:repeating-linear-gradient(90deg,#3cbcfc 0 2px,transparent 2px 4px)}.hud-bar i{position:absolute;left:30%;top:-2px;width:2px;height:9px;background:#fcfcfc}.hud-score-digits{display:flex;justify-content:center;align-items:center;gap:2px;flex:1 1 auto;min-height:0;width:100%}.hud-score-digits img{image-rendering:pixelated;height:var(--hud-icon-digit);width:auto;object-fit:contain;flex:0 0 auto}.hidden{display:none!important}#calib-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;pointer-events:none}.calib-target{position:absolute;width:40px;height:40px;margin:-20px 0 0 -20px;border-radius:50%;background:var(--nes-red);border:4px solid #fcfcfc;box-shadow:0 0 0 3px #000;pointer-events:none;animation:pulse .8s steps(2) infinite}@keyframes pulse{50%{transform:scale(1.08)}}
