:root{--sky: #5c94fc;--grass: #00a800;--dirt: #503000;--black: #000000;--white: #fcfcfc;--yellow: #fcb400;--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}#sky,#game{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;image-rendering:pixelated}#sky{z-index:0;background:var(--sky)}#game{z-index:2;background:transparent;pointer-events:none}#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:1;pointer-events:none}#qr-panel{position:absolute;top:20px;left:20px;padding:14px 14px 16px;background:var(--panel);border:4px solid var(--white);box-shadow:0 0 0 4px #000;pointer-events:auto;max-width:260px}.pixel-label{color:var(--yellow);font-size:8px;letter-spacing:.12em;margin-bottom:8px}#qr-panel h1{margin:0 0 8px;font-size:14px;color:var(--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(--yellow);word-break:break-all;line-height:1.5;letter-spacing:.04em}#players{margin-top:10px;font-size:8px;line-height:1.8}#calib-result{position:absolute;top:20px;left:50%;transform:translate(-50%);padding:12px 16px;background:#000;border:4px solid var(--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(--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(--white);border:3px solid #000;box-shadow:inset -3px -3px #003888;padding:8px 10px;cursor:pointer;font-family:inherit;font-size:8px}#sound-gate{position:absolute;top:0;right:0;bottom:0;left:0;z-index:80;background:#00000073;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto}#sound-gate.hidden{display:none!important}.sound-gate-cta{font-size:clamp(12px,2.4vw,22px);color:var(--white);letter-spacing:.1em;text-align:center;line-height:1.6;text-shadow:0 2px 8px #000,3px 3px 0 #000}#toggle-debug{position:absolute;left:12px;bottom:calc(23.333vh + 12px);z-index:21;display:none}#play-hint{position:absolute;left:50%;bottom:calc(23.333vh + 10px);transform:translate(-50%);z-index:6;max-width:min(92vw,720px);padding:0 12px;font-size:clamp(7px,1.15vw,11px);line-height:1.5;color:var(--yellow);text-align:center;letter-spacing:.08em;text-shadow:2px 2px 0 #000;pointer-events:none}html.debug-ui #toggle-debug{display:inline-block}html:not(.debug-ui) #debug{display:none!important}#app.calibrating #qr-panel,#app.calibrating #game-hud,#app.calibrating #play-hint,#app.calibrating #toggle-debug,#app.calibrating #crosshairs,#app.calibrating #calib-result{visibility:hidden}#game-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(26px,5.3vh,48px);box-sizing:border-box}.hud-inner.multi{grid-template-columns:minmax(150px,.24fr) minmax(200px,.44fr) minmax(190px,.32fr)}#game-hud[data-players="2"]{--hud-icon-shot: clamp(16px, 3.6vh, 28px);--hud-icon-digit: clamp(14px, 3vh, 24px)}#game-hud[data-players="3"],#game-hud[data-players="4"]{--hud-icon-shot: clamp(12px, 2.6vh, 20px);--hud-icon-digit: clamp(11px, 2.4vh, 18px);--hud-label: clamp(8px, 1.7vh, 12px)}#game-hud[data-players="5"],#game-hud[data-players="6"]{--hud-icon-shot: clamp(10px, 2vh, 16px);--hud-icon-digit: clamp(9px, 1.8vh, 14px);--hud-label: clamp(7px, 1.4vh, 10px)}.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:clamp(8px,1.7vh,16px);z-index:1}#hud-round{font-family:"Press Start 2P",Courier New,monospace;font-size:calc(var(--hud-label) * 1.05);line-height:1;color:#fcfcfc;letter-spacing:.04em;word-spacing:-.3em;white-space:nowrap}.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-players{display:flex;flex-direction:column;justify-content:center;align-items:stretch;flex:1 1 auto;min-height:0;width:100%;gap:2px}.hud-player-row{display:flex;align-items:center;justify-content:center;gap:clamp(6px,.8vw,10px);flex:1 1 auto;min-height:0;width:100%}.hud-player-tag{font-family:"Press Start 2P",Courier New,monospace;font-size:calc(var(--hud-label) * .95);line-height:1;color:#fcfcfc;letter-spacing:.04em;flex:0 0 auto;min-width:2.1em;white-space:nowrap}.hud-player-row.solo .hud-player-tag{display:none}.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-players.multi .hud-bullets{gap:clamp(4px,.8vw,10px);justify-content:flex-start}.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-hit-track{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:4px;flex:0 0 auto}.hud-ducks{display:flex;align-items:center;justify-content:flex-start;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;flex:0 0 auto;background:transparent}.hud-bar i{display:block;width:calc(var(--pass, .6) * 100%);height:5px;background:repeating-linear-gradient(90deg,#3cbcfc 0 2px,transparent 2px 4px)}#game-banner{position:absolute;left:0;right:0;top:28%;z-index:5;text-align:center;font-size:clamp(18px,4.2vw,42px);line-height:1.2;color:#fcfcfc;text-shadow:4px 4px 0 #000;pointer-events:none;letter-spacing:.06em}.hud-score-digits{display:flex;justify-content:center;align-items:center;gap:2px;flex:1 1 auto;min-height:0;width:100%}.hud-players.multi .hud-score-digits{justify-content:flex-start}.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-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:50;pointer-events:none}#calib-spotlight{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#000000f0}#calib-overlay.targeting #calib-spotlight{-webkit-mask-image:radial-gradient(circle 92px at var(--calib-x, 50%) var(--calib-y, 50%),transparent 0 34px,#000 92px);mask-image:radial-gradient(circle 92px at var(--calib-x, 50%) var(--calib-y, 50%),transparent 0 34px,#000 92px)}#calib-target{position:absolute;z-index:5;width:0;height:0;pointer-events:none}#calib-ring{position:absolute;left:0;top:0;width:96px;height:96px;margin:-48px 0 0 -48px;border-radius:50%;background:conic-gradient(var(--yellow) var(--hold, 0%),rgba(252,252,252,.18) 0);-webkit-mask-image:radial-gradient(farthest-side,transparent calc(100% - 8px),#000 calc(100% - 7px));mask-image:radial-gradient(farthest-side,transparent calc(100% - 8px),#000 calc(100% - 7px))}#calib-dot{position:absolute;left:0;top:0;width:52px;height:52px;margin:-26px 0 0 -26px;border-radius:50%;background:var(--red);border:4px solid #fcfcfc;box-shadow:0 0 0 3px #000,0 0 42px 16px #fc7460b3;pointer-events:none;animation:pulse .8s steps(2) infinite;z-index:1}#calib-dot:after{content:"";position:absolute;top:-18px;right:-18px;bottom:-18px;left:-18px;border-radius:50%;border:3px solid rgba(252,116,96,.7);animation:calib-ring 1.2s ease-out infinite}.calib-caption{position:absolute;left:0;width:max-content;min-width:160px;text-align:center;transform:translate(-50%);text-shadow:3px 3px 0 #000;z-index:2}#calib-target[data-v=top] .calib-caption{top:58px}#calib-target[data-v=bottom] .calib-caption{bottom:58px}#calib-target[data-h=left] .calib-caption{left:58px;transform:none;text-align:left}#calib-target[data-h=right] .calib-caption{left:auto;right:58px;transform:none;text-align:right}#calib-countdown{font-size:clamp(28px,6vh,52px);line-height:1;color:var(--yellow);letter-spacing:.04em}#calib-hold-label{margin-top:8px;font-size:clamp(9px,1.8vh,14px);line-height:1.4;color:var(--white);letter-spacing:.06em}#calib-card{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:min(560px,80vw);padding:20px 22px;background:#000000f2;border:4px solid var(--yellow);text-align:center;box-sizing:border-box}#calib-overlay.targeting #calib-card{width:min(340px,72vw);padding:14px 16px}#calib-overlay.targeting .calib-steps{display:none}#calib-card.park-tl{left:24px;top:24px;right:auto;bottom:auto;transform:none}#calib-card.park-tr{left:auto;right:24px;top:24px;bottom:auto;transform:none}#calib-card.park-bl{left:24px;top:auto;right:auto;bottom:24px;transform:none}#calib-card.park-br{left:auto;right:24px;top:auto;bottom:24px;transform:none}.calib-title{color:var(--yellow);font-size:14px;margin-bottom:16px;letter-spacing:.06em}.calib-steps{margin:0 0 18px;padding:0 0 0 1.4em;text-align:left;font-size:10px;line-height:1.7;color:var(--white)}.calib-steps li{margin-bottom:8px}.calib-progress{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:14px}#calib-count{font-size:10px;color:var(--yellow);letter-spacing:.04em}#calib-pips{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.calib-pip{width:12px;height:12px;border-radius:50%;background:#3a3a3a;border:2px solid #fcfcfc;box-sizing:border-box}.calib-pip.on{background:var(--red);box-shadow:0 0 8px 2px #fc746099}.calib-pip.done{background:var(--yellow);border-color:var(--yellow)}#calib-status{font-size:9px;line-height:1.6;color:var(--muted);min-height:1.6em}@keyframes pulse{50%{transform:scale(1.08)}}@keyframes calib-ring{0%{transform:scale(.85);opacity:.9}to{transform:scale(1.55);opacity:0}}
