: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:9}.crosshair{position:absolute;width:52px;height:52px;margin-left:-26px;margin-top:-26px;will-change:transform;left:0;top:0;color:#101010;filter:drop-shadow(0 0 1px #fcfcfc) drop-shadow(0 0 1px #fcfcfc) drop-shadow(0 0 1px #000)}.crosshair-outer{position:absolute;top:3px;right:3px;bottom:3px;left:3px;border:3px solid currentColor;border-radius:50%;opacity:.9}.crosshair-ring{position:absolute;top:13px;right:13px;bottom:13px;left:13px;border:2px solid currentColor;border-radius:50%}.crosshair-dot{position:absolute;left:50%;top:50%;width:5px;height:5px;margin:-2.5px 0 0 -2.5px;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.lock{color:#b8f818}.crosshair.lock .crosshair-outer{border-width:4px}.crosshair.flash{color:#fcb400}.crosshair.flash .crosshair-outer{border-width:4px}.crosshair.skin-laser{color:#fc3038;filter:drop-shadow(0 0 1px #000) drop-shadow(0 0 1px #000)}.crosshair.skin-laser .crosshair-outer,.crosshair.skin-laser .crosshair-ring,.crosshair.skin-laser .crosshair-h,.crosshair.skin-laser .crosshair-v{display:none}.crosshair.skin-laser .crosshair-dot{width:6px;height:6px;margin:-3px 0 0 -3px;background:#fc3038;box-shadow:0 0 6px 2px #fc3038,0 0 12px 4px #fc1818}.crosshair.skin-laser.lock,.crosshair.skin-laser.flash{color:#fc3038}.crosshair.skin-holo{width:72px;height:72px;margin-left:-36px;margin-top:-36px;color:#b8f818;filter:drop-shadow(0 0 1px #000) drop-shadow(0 0 1px #000)}.crosshair.skin-holo .crosshair-outer{top:-18px;right:-18px;bottom:-18px;left:-18px;border:10px solid #101010;border-radius:16px 16px 4px 4px;opacity:1;box-shadow:0 0 0 2px #fcfcfc}.crosshair.skin-holo .crosshair-ring{display:block;box-sizing:border-box;top:23px;right:23px;bottom:23px;left:23px;border:2px solid currentColor}.crosshair.skin-holo .crosshair-dot{width:5px;height:5px;margin:-2.5px 0 0 -2.5px}.crosshair.skin-holo .crosshair-h{left:18px;right:18px;height:2px;background:linear-gradient(90deg,currentColor 5px,transparent 5px,transparent calc(100% - 5px),currentColor calc(100% - 5px))}.crosshair.skin-holo .crosshair-v{top:18px;bottom:18px;width:2px;background:linear-gradient(180deg,currentColor 5px,transparent 5px,transparent calc(100% - 5px),currentColor calc(100% - 5px))}.crosshair.skin-holo.lock{color:#e8fc58}.crosshair.skin-holo.lock .crosshair-outer,.crosshair.skin-holo.flash .crosshair-outer{border-color:#101010;border-width:10px}.crosshair-zoom{display:none;pointer-events:none}.crosshair.skin-scope{--scope-zoom: 2;width:160px;height:160px;min-width:160px;min-height:160px;margin-left:-80px;margin-top:-80px;overflow:hidden;border-radius:50%;aspect-ratio:1;flex-shrink:0;color:#101010;filter:drop-shadow(0 0 1px #fcfcfc) drop-shadow(0 0 1px #000)}.crosshair.skin-scope .crosshair-zoom{display:block;position:absolute;top:14px;right:14px;bottom:14px;left:14px;width:auto;height:auto;overflow:hidden;border-radius:50%;aspect-ratio:1;z-index:0}.crosshair.skin-scope .crosshair-zoom canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.crosshair.skin-scope .crosshair-outer{top:0;right:0;bottom:0;left:0;border:14px solid #101010;border-radius:50%;box-shadow:inset 0 0 0 2px #fcfcfc,inset 0 0 0 4px #101010,inset 2px 2px 0 5px #585858;z-index:1}.crosshair.skin-scope .crosshair-dot{display:none}.crosshair.skin-scope .crosshair-ring{display:block;top:14px;right:14px;bottom:14px;left:14px;border:0;border-radius:50%;z-index:1;pointer-events:none;background:radial-gradient(circle at 30% 26%,rgba(252,252,252,.2) 0 9px,transparent 20px),radial-gradient(circle,transparent 64%,rgba(0,0,0,.2) 82%,rgba(0,0,0,.7) 100%);box-shadow:inset 0 0 0 2px #000,inset 0 0 0 3px #3c3c3c}.crosshair.skin-scope .crosshair-h,.crosshair.skin-scope .crosshair-v{overflow:visible;z-index:1}.crosshair.skin-scope .crosshair-h{left:16.67%;right:16.67%;top:50%;height:4px;margin-top:0;transform:translateY(-50%);background:currentColor}.crosshair.skin-scope .crosshair-v{top:16.67%;bottom:16.67%;left:50%;width:4px;margin-left:0;transform:translate(-50%);background:currentColor}.crosshair.skin-scope .crosshair-h:before,.crosshair.skin-scope .crosshair-h:after{content:"";position:absolute;top:50%;width:18%;height:12px;transform:translateY(-50%);background:currentColor}.crosshair.skin-scope .crosshair-h:before{left:0}.crosshair.skin-scope .crosshair-h:after{right:0}.crosshair.skin-scope .crosshair-v:before,.crosshair.skin-scope .crosshair-v:after{content:"";position:absolute;left:50%;width:12px;height:18%;transform:translate(-50%);background:currentColor}.crosshair.skin-scope .crosshair-v:before{top:0}.crosshair.skin-scope .crosshair-v:after{bottom:0}.crosshair.skin-scope.lock,.crosshair.skin-scope.flash{color:#101010}.crosshair.skin-scope.lock .crosshair-outer,.crosshair.skin-scope.flash .crosshair-outer{border-color:#101010;border-width:14px}.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}#app.await-players #play-hint,#app.await-players #round-splash,#app.await-players #pause-overlay,#app.await-players #marketplace{visibility:hidden;pointer-events:none}#app.await-players #overlay{z-index:12;pointer-events:auto;background:#000000b8}#app.await-players #qr-panel{top:50%;left:50%;transform:translate(-50%,-50%);max-width:min(420px,92vw);padding:28px 32px 24px;text-align:center}#app.await-players #qr-panel h1{font-size:20px}#app.await-players #qr-panel p{font-size:10px;color:#fcfcfc}#app.await-players #qr{width:240px;height:240px;margin:0 auto}#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}#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,#app.calibrating #round-splash,#app.calibrating #pause-overlay,#app.calibrating #marketplace,#app.calibrating #game-banner{visibility:hidden}#app:has(#round-splash:not(.hidden)) #play-hint,#app:has(#pause-overlay:not(.hidden)) #play-hint,#app:has(#marketplace:not(.hidden)) #play-hint{visibility:hidden}#app:has(#marketplace:not(.hidden)) #round-splash,#app:has(#marketplace:not(.hidden)) #pause-overlay{visibility:hidden;pointer-events:none}#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:auto;cursor:pointer;background:var(--ground, #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)}#app.paused #game-hud{box-shadow:inset 0 6px #fcb400}#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-ammo-count{font-family:"Press Start 2P",monospace;font-size:clamp(8px,1.1vw,12px);color:#fcfcfc;margin-left:6px}.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)}.hud-arcade{display:none;flex-direction:column;justify-content:center;min-width:0}#game-hud[data-mode=arcade] .hud-hit{display:none}#game-hud[data-mode=arcade] .hud-arcade{display:flex}.hud-arcade-row{display:flex;align-items:center;justify-content:space-around;gap:12px;height:100%;font-family:"Press Start 2P",monospace;font-size:clamp(10px,2.2vh,16px);color:#fcfcfc;text-shadow:2px 2px 0 #000}#hud-combo{color:#fcb400}#hud-lives{color:#e40058}#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}#round-splash{--hud-icon-duck: clamp(14px, 2.8vh, 22px);position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);z-index:8;display:flex;flex-direction:column;align-items:center;gap:12px;pointer-events:auto;image-rendering:pixelated}#round-splash-card{position:relative;width:min(52vmin,400px);aspect-ratio:4 / 5;overflow:hidden;background:var(--sky);box-shadow:8px 8px #000;box-sizing:border-box;cursor:pointer;transition:box-shadow 80ms linear,transform 80ms linear}#round-splash-card:hover,#round-splash-card.hot{box-shadow:0 0 0 8px #fcb400,16px 16px #000,0 0 28px #fcb400;transform:scale(1.03)}#round-splash-scene{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;image-rendering:pixelated;pointer-events:none}#round-splash-continue{pointer-events:auto;width:min(52vmin,400px);min-height:88px;padding:24px 28px;border-radius:999px;border:5px solid #fcfcfc;background:#0058f8;color:#fcfcfc;font-family:inherit;font-size:clamp(18px,4vmin,28px);letter-spacing:.12em;cursor:pointer;box-shadow:inset -5px -5px #003888,0 8px #001848;transition:background 80ms linear,border-color 80ms linear,box-shadow 80ms linear,transform 80ms linear}#round-splash-continue:hover,#round-splash-continue.hot{background:#3cbcfc;border-color:var(--yellow);box-shadow:inset -5px -5px #0058f8,0 0 0 8px #fcb400,0 16px #001848,0 0 24px #fcb400;transform:translateY(2px) scale(1.04)}#pause-overlay{position:absolute;left:0;right:0;top:0;bottom:max(23.333%,96px);z-index:8;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:#0009;pointer-events:auto;image-rendering:pixelated}#pause-overlay.hidden{display:none}.pause-title{font-size:clamp(22px,5vw,48px);color:#fcfcfc;text-shadow:4px 4px 0 #000;letter-spacing:.12em}#pause-store{pointer-events:auto;width:min(52vmin,400px);min-height:120px;padding:22px 24px;border-radius:18px;border:5px solid #fcfcfc;background:#e40058;color:#fcfcfc;font-family:inherit;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;box-shadow:inset -5px -5px #980038,0 8px #580018;transition:background 80ms linear,border-color 80ms linear,box-shadow 80ms linear,transform 80ms linear}#pause-store:hover,#pause-store.hot{background:#fc3878;border-color:var(--yellow);box-shadow:inset -5px -5px #e40058,0 0 0 8px #fcb400,0 16px #580018,0 0 24px #fcb400;transform:translateY(2px) scale(1.04)}#pause-resume{pointer-events:auto;width:min(52vmin,400px);min-height:88px;padding:24px 28px;border-radius:999px;border:5px solid #fcfcfc;background:#0058f8;color:#fcfcfc;font-family:inherit;font-size:clamp(18px,4vmin,28px);letter-spacing:.12em;cursor:pointer;box-shadow:inset -5px -5px #003888,0 8px #001848;transition:background 80ms linear,border-color 80ms linear,box-shadow 80ms linear,transform 80ms linear}#pause-resume:hover,#pause-resume.hot{background:#3cbcfc;border-color:var(--yellow);box-shadow:inset -5px -5px #0058f8,0 0 0 8px #fcb400,0 16px #001848,0 0 24px #fcb400;transform:translateY(2px) scale(1.04)}#pause-modes{pointer-events:auto;width:min(52vmin,400px);min-height:88px;padding:24px 28px;border-radius:999px;border:5px solid #fcfcfc;background:#fcb400;color:#000;font-family:inherit;font-size:clamp(18px,4vmin,28px);letter-spacing:.12em;cursor:pointer;box-shadow:inset -5px -5px #c87c00,0 8px #503000;transition:background 80ms linear,border-color 80ms linear,box-shadow 80ms linear,transform 80ms linear}#pause-modes:hover,#pause-modes.hot{background:#fce400;border-color:#fcfcfc;box-shadow:inset -5px -5px #fcb400,0 0 0 8px #fcfcfc,0 16px #503000,0 0 24px #fcb400;transform:translateY(2px) scale(1.04)}#store-teaser{pointer-events:auto;width:min(52vmin,400px);min-height:72px;padding:16px 22px;border-radius:18px;border:5px solid #fcfcfc;background:#e40058;color:#fcfcfc;font-family:inherit;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;box-shadow:inset -5px -5px #980038,0 8px #580018;transition:background 80ms linear,border-color 80ms linear,box-shadow 80ms linear,transform 80ms linear}#store-teaser:hover,#store-teaser.hot{background:#fc3878;border-color:var(--yellow);box-shadow:inset -5px -5px #e40058,0 0 0 8px #fcb400,0 16px #580018,0 0 24px #fcb400;transform:translateY(2px) scale(1.04)}.store-teaser-title{font-size:clamp(12px,2.4vmin,18px);letter-spacing:.08em;line-height:1.2}.store-teaser-sub{font-size:clamp(7px,1.4vmin,10px);letter-spacing:.04em;line-height:1.45;color:#ffd0e0;max-width:28em}#marketplace{position:absolute;top:3.5vh;right:4vw;bottom:4.5vh;left:4vw;z-index:8;display:flex;flex-direction:column;background:#000000f2;border:6px solid #fcfcfc;box-shadow:10px 10px #000,0 0 0 2px #000;color:#fcfcfc;pointer-events:auto;image-rendering:pixelated;overflow:hidden}#marketplace.hidden{display:none}.store-head{display:flex;align-items:center;gap:14px;padding:18px 20px;background:#e40058;border-bottom:4px solid #fcfcfc;flex:0 0 auto;min-width:0}.store-title{font-size:clamp(16px,3vmin,28px);letter-spacing:.1em;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-head-actions{flex:0 0 auto;display:flex;align-items:center;gap:12px}.store-head .store-btn{flex-shrink:0}.store-head .store-btn:hover,.store-head .store-btn.hot{transform:none;box-shadow:inset -3px -3px #003888,0 0 0 3px #fcb400,0 0 12px #fcb400}.store-head .store-btn.magenta:hover,.store-head .store-btn.magenta.hot{box-shadow:inset -3px -3px #980038,0 0 0 3px #fcb400,0 0 12px #fcb400}.store-credits{flex:0 0 auto;display:flex;align-items:center;gap:1em;background:#000;justify-content:center;border:4px solid #fcb400;color:#fcb400;padding:17px 22px;min-height:4.2vmin;font-size:clamp(12px,2.1vmin,17px);line-height:1.25;letter-spacing:.06em;white-space:nowrap}.store-credits-lbl{font-size:.68em;letter-spacing:.1em;color:#ffe070}.store-credits-rule{align-self:stretch;width:2px;background:#fcb400;opacity:.5}.store-credit-amt{display:inline-flex;align-items:center;gap:.4em}.store-coin-icon{display:inline-block;width:1.25em;height:1.25em;flex:0 0 auto;position:relative;background:#fcb400;clip-path:polygon(18% 0,82% 0,100% 18%,100% 82%,82% 100%,18% 100%,0 82%,0 18%);box-shadow:inset -.22em -.22em #e48c18,inset .14em .14em #ffe070;image-rendering:pixelated}.store-coin-icon:before{content:"";position:absolute;top:18%;right:18%;bottom:18%;left:18%;border:.12em solid #c87818;clip-path:polygon(18% 0,82% 0,100% 18%,100% 82%,82% 100%,18% 100%,0 82%,0 18%)}.store-coin-icon:after{content:"";position:absolute;width:14%;height:42%;left:43%;top:29%;background:#c87818;box-shadow:.18em 0 #c87818,.08em 0 0 .08em #c87818}.store-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:.4em;border:3px solid #fcfcfc;background:#0058f8;color:#fcfcfc;font-family:inherit;font-size:clamp(12px,2.1vmin,17px);letter-spacing:.08em;line-height:1.25;padding:18px 26px;min-height:4.2vmin;cursor:pointer;box-shadow:inset -3px -3px #003888;transition:background 80ms linear,border-color 80ms linear,box-shadow 80ms linear,transform 80ms linear}.store-btn.magenta{background:#e40058;box-shadow:inset -3px -3px #980038}.store-btn:hover,.store-btn.hot{border-color:var(--yellow);box-shadow:inset -3px -3px #003888,0 0 0 5px #fcb400,0 0 18px #fcb400;transform:scale(1.05)}.store-btn.magenta:hover,.store-btn.magenta.hot{box-shadow:inset -3px -3px #980038,0 0 0 5px #fcb400,0 0 18px #fcb400}.store-body{display:flex;flex:1 1 auto;min-height:0}.store-rail{width:min(30vw,340px);flex:0 0 auto;display:flex;flex-direction:column;gap:16px;padding:18px 16px;background:#101828;border-right:4px solid #fcfcfc}.store-cat{flex:1 1 0;border:4px solid #7c7c7c;background:#000;color:#fcfcfc;font-family:inherit;font-size:clamp(15px,2.8vmin,24px);letter-spacing:.08em;padding:26px 18px;cursor:pointer;text-align:center;transition:background 80ms linear,border-color 80ms linear,box-shadow 80ms linear,transform 80ms linear}.store-cat.on{background:#0058f8;border-color:#fcfcfc}.store-cat:hover,.store-cat.hot{border-color:var(--yellow);box-shadow:0 0 0 4px #fcb400;transform:scale(1.03)}.store-main{flex:1 1 auto;min-width:0;min-height:0;display:flex;flex-direction:column;padding:16px 18px 14px;gap:12px;overflow:auto}.store-browse{gap:16px;padding:18px 22px 16px}.store-browse-top,.store-browse-more{display:flex;flex-direction:column;gap:16px;flex:0 0 auto;min-height:0}.store-browse-top{flex:1 1 auto}.store-browse-more{margin-top:auto;padding-top:12px}.store-section-head{flex:0 0 auto;font-size:clamp(14px,2.2vmin,20px);letter-spacing:.08em;color:#fcfcfc}.store-feature{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:16px;align-items:start;flex:0 0 auto}.store-feature.dense{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));flex:1 1 auto;min-height:0;align-items:stretch;justify-items:stretch}.store-feature.dense .store-feature-card{min-width:0;min-height:0;height:100%;gap:8px}.store-feature.dense .store-card-art{aspect-ratio:auto;width:100%;height:auto;max-width:none;flex:1 1 auto;min-height:0;margin-inline:0}.store-feature.dense .store-art-img{object-fit:contain;padding:6px;box-sizing:border-box}.store-feature.dense .store-caption{flex:0 0 58px;height:58px;min-height:58px;overflow:hidden}.store-feature.dense .store-card-title{font-size:18px}.store-feature.dense .store-card-sub{font-size:12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.store-feature.dense .store-mark{top:6px;right:6px;min-width:52px;height:36px;padding:0 8px;border-width:3px}.store-feature.dense .store-mark.owned{width:36px;min-width:36px;height:36px}.store-feature.dense .store-mark-price{font-size:14px}.store-feature-card{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:transform 80ms linear}.store-feature-card .store-card-art{width:100%;aspect-ratio:1 / 1;flex:0 0 auto;min-height:0;border:4px solid #fcfcfc;background:#182038;box-shadow:6px 6px #000;overflow:hidden;position:relative;transition:border-color 80ms linear,box-shadow 80ms linear}.store-feature-card:hover,.store-feature-card.hot{transform:scale(1.02)}.store-feature-card:hover .store-card-art,.store-feature-card.hot .store-card-art{border-color:var(--yellow);box-shadow:0 0 0 6px #fcb400,12px 12px #000,0 0 22px #fcb400}.store-caption{display:flex;flex-direction:column;gap:6px;min-width:0}.store-card-title{font-size:18px;letter-spacing:.04em;color:#fcfcfc;min-width:0}.store-feature-hero .store-card-title{font-size:26px}.store-card-sub{font-size:12px;line-height:1.6;letter-spacing:.04em;color:#a8a8b8;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.store-rows{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 24px;flex:0 0 auto}.store-row{display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:14px;margin:0;padding:14px 0;border:0;border-bottom:2px solid #2a3048;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:transform 80ms linear}.store-row-art{width:72px;height:72px;border:3px solid #fcfcfc;background:#182038;overflow:hidden;position:relative;box-shadow:3px 3px #000;transition:border-color 80ms linear,box-shadow 80ms linear}.store-row-copy{display:flex;flex-direction:column;gap:6px;min-width:0}.store-row-name{font-size:14px;letter-spacing:.04em}.store-row-tag{font-size:11px;color:#a8a8b8;letter-spacing:.04em;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.store-row:hover,.store-row.hot{transform:scale(1.02)}.store-row:hover .store-row-art,.store-row.hot .store-row-art{border-color:var(--yellow);box-shadow:0 0 0 4px #fcb400,6px 6px #000,0 0 16px #fcb400}.store-card{position:relative;display:flex;flex-direction:column;border:4px solid #fcfcfc;background:#182038;cursor:pointer;overflow:hidden;box-shadow:6px 6px #000;transition:border-color 80ms linear,box-shadow 80ms linear,transform 80ms linear}.store-card:hover,.store-card.hot{border-color:var(--yellow);box-shadow:0 0 0 6px #fcb400,12px 12px #000,0 0 22px #fcb400;transform:scale(1.03)}.store-card-art{flex:1 1 auto;min-height:0;position:relative;overflow:hidden}.store-card-meta{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;background:#000c;border-top:3px solid #fcfcfc}.store-card-name{font-size:clamp(11px,1.8vmin,14px);letter-spacing:.06em;min-width:0}.store-price{flex:0 0 auto;color:#fcb400;font-size:clamp(11px,1.8vmin,14px)}.store-mark{position:absolute;top:10px;right:10px;z-index:2;min-width:76px;height:64px;padding:0 14px;display:flex;align-items:center;justify-content:center;background:#000;border:4px solid #fcb400;box-shadow:4px 4px #000;color:#fcb400;pointer-events:none;image-rendering:auto}.store-mark.owned{width:72px;min-width:72px;height:72px;padding:0;border-color:#00f800;color:#00f800}.store-mark.buy{gap:8px}.store-mark-icon{width:70%;height:70%;display:block;overflow:visible}.store-mark .store-coin-icon{width:1.1em;height:1.1em}.store-mark-price{font-size:18px;letter-spacing:.04em;color:#fcb400;white-space:nowrap;line-height:1}.store-feature-hero .store-mark{min-width:88px;height:64px}.store-feature-hero .store-mark.owned{width:80px;min-width:80px;height:80px}.store-feature-hero .store-mark-price{font-size:22px}.store-row .store-mark{position:relative;top:auto;right:auto;min-width:0;height:44px;padding:0 12px;border-width:3px;box-shadow:3px 3px #000}.store-row .store-mark.owned{width:44px;min-width:44px;height:44px;padding:0}.store-row .store-credit-amt{font-size:13px}.store-detail-art .store-mark{min-width:88px;height:64px}.store-detail-art .store-mark.owned{width:72px;min-width:72px;height:72px}.store-detail-art .store-mark-price{font-size:20px}.store-detail-page{gap:24px;padding:24px 32px 22px}.store-detail{flex:0 1 auto;min-height:0;display:grid;grid-template-columns:minmax(200px,400px) minmax(0,1fr);gap:28px 40px;align-items:start}.store-detail-art{position:relative;width:100%;max-width:400px;aspect-ratio:1;justify-self:start;border:4px solid #fcfcfc;background:#182038;overflow:hidden;box-shadow:8px 8px #000}.store-detail-copy{display:flex;flex-direction:column;gap:16px;min-width:0;padding:8px 12px 4px 8px}.store-detail-name{font-size:clamp(20px,3.4vmin,32px);letter-spacing:.08em;line-height:1.2}.store-detail-tag{color:#fcb400;font-size:clamp(13px,2vmin,16px);letter-spacing:.06em;line-height:1.4}.store-detail-spec{color:#3cbcfc;font-size:clamp(11px,1.7vmin,14px);letter-spacing:.1em;line-height:1.45}.store-detail-desc{color:#dcdcdc;font-size:clamp(11px,1.7vmin,14px);line-height:1.65;letter-spacing:.04em}.store-detail-desc p{margin:0 0 .9em}.store-detail-desc p:first-child{color:#fcfcfc}.store-detail-desc p:last-child{margin-bottom:0}.store-detail-actions{display:flex;flex-wrap:wrap;gap:12px;padding-top:4px}.store-detail-more{margin-top:auto;display:flex;flex-direction:column;gap:14px;padding-top:18px;border-top:3px solid #2a3048}.store-recs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.store-rec{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:transform 80ms linear}.store-rec-art{position:relative;width:100%;aspect-ratio:16 / 10;border:3px solid #fcfcfc;background:#182038;overflow:hidden;box-shadow:4px 4px #000}.store-rec-name{font-size:clamp(11px,1.6vmin,14px);letter-spacing:.06em}.store-rec-tag{font-size:clamp(10px,1.5vmin,12px);color:#fcb400;letter-spacing:.06em;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.store-rec:hover,.store-rec.hot{transform:scale(1.03)}.store-rec:hover .store-rec-art,.store-rec.hot .store-rec-art{border-color:var(--yellow);box-shadow:0 0 0 4px #fcb400,6px 6px #000,0 0 16px #fcb400}.store-buy{min-width:240px;padding:24px 32px;font-size:clamp(14px,2.5vmin,20px)}.store-credits-main{min-height:0;justify-content:center}.store-credits-grid{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;justify-content:center;gap:22px}.store-packs{flex:0 1 auto;display:grid;grid-template-columns:repeat(3,280px);justify-content:center;align-items:stretch;gap:48px;padding:40px 48px 12px;overflow:visible}.store-pack{height:340px;overflow:visible}.store-pack .store-card-art{background:#101828}.store-pack .store-card-meta{padding:18px 20px}.store-pack .store-card-name{color:#fcfcfc;font-size:28px;letter-spacing:.04em}.store-pack .store-price{font-size:18px}.store-coins{position:absolute;top:0;right:0;bottom:0;left:0}.store-coin{position:absolute;width:44%;aspect-ratio:1;left:28%;top:24%;background:#fcb400;clip-path:polygon(18% 0,82% 0,100% 18%,100% 82%,82% 100%,18% 100%,0 82%,0 18%);box-shadow:inset -10px -10px #e48c18,inset 6px 6px #ffe070;image-rendering:pixelated}.store-coin:before{content:"";position:absolute;top:18%;right:18%;bottom:18%;left:18%;border:4px solid #c87818;clip-path:polygon(18% 0,82% 0,100% 18%,100% 82%,82% 100%,18% 100%,0 82%,0 18%)}.store-coin:after{content:"";position:absolute;width:14%;height:42%;left:43%;top:29%;background:#c87818;box-shadow:6px 0 #c87818,3px 0 0 3px #c87818}.store-coins-2 .store-coin:nth-child(1){width:38%;left:18%;top:16%}.store-coins-2 .store-coin:nth-child(2){width:38%;left:42%;top:38%}.store-coins-3 .store-coin:nth-child(1){width:34%;left:14%;top:10%}.store-coins-3 .store-coin:nth-child(2){width:34%;left:32%;top:30%}.store-coins-3 .store-coin:nth-child(3){width:34%;left:50%;top:50%}.store-pack-bonus{position:absolute;top:-56px;right:-56px;z-index:2;width:168px;height:168px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#fcfcfc;pointer-events:none;transform:rotate(-8deg);filter:drop-shadow(5px 5px 0 #000)}.store-pack-bonus-seal{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible}.store-pack-bonus-fill{fill:#e40058}.store-pack-bonus-ring{stroke:#fcfcfc;stroke-width:3}.store-pack-bonus-pct,.store-pack-bonus-lbl,.store-pack-bonus-rule{position:relative;z-index:1}.store-pack-bonus-pct{font-size:20px;letter-spacing:.04em;color:#fcfcfc}.store-pack-bonus-rule{width:54%;height:3px;background:#fcfcfc}.store-pack-bonus-lbl{font-size:12px;letter-spacing:.12em;color:#fcfcfc}.store-credits-copy{flex:0 0 auto;margin:0 auto;max-width:54em;text-align:center;color:#dcdcdc;font-size:clamp(8px,1.4vmin,12px);line-height:1.7;letter-spacing:.04em}.store-invite{flex:0 0 auto;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:24px;margin-top:clamp(24px,6vh,72px);padding:0 16px 12px}.store-invite canvas{width:140px;height:140px;flex:0 0 auto;background:#fcfcfc;image-rendering:pixelated}.store-invite-text{display:flex;flex-direction:column;gap:12px;min-width:0;max-width:36em}.store-invite-title{font-size:22px;letter-spacing:.08em;color:#fcb400}.store-invite-copy{font-size:14px;line-height:1.7;text-align:left;color:#dcdcdc}.store-art-pixel{position:absolute;top:0;right:0;bottom:0;left:0}.store-art-reticle{position:absolute;top:0;right:0;bottom:0;left:0;background:#5c94fc;container-type:size;--reticle-scale: calc(max(100cqw, 100cqh)*.2625/52px) ;--reticle-fit: min(var(--reticle-scale), calc(100cqw/176px) , calc(100cqh/176px) )}.store-art-reticle .crosshair{left:50%;top:40%;margin:0;transform:translate(-50%,-50%) scale(var(--reticle-fit));transform-origin:center;will-change:auto;z-index:1}.store-art-reticle .crosshair.skin-scope .crosshair-zoom canvas{display:none}.store-art-reticle .crosshair.skin-scope .crosshair-zoom:before{content:"";position:absolute;width:100cqw;height:100cqh;left:50%;top:50%;transform:translate(-50%,-40%) scale(calc(var(--scope-zoom) / var(--reticle-fit)));transform-origin:50% 40%;background-image:url(/sprites/sights/backdrop.png);background-size:cover;background-position:50% 40%;background-repeat:no-repeat;image-rendering:pixelated}.store-art-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;image-rendering:pixelated}.store-art-backdrop{object-fit:cover;object-position:50% 40%}.store-art-img-smooth{image-rendering:auto}.store-art-pixel:before,.store-art-pixel:after{content:"";position:absolute}.store-art-weapon{background:linear-gradient(#3cbcfc 0,#3cbcfc 42%,#00a800 42%,#00a800 72%,#503000 72%,#503000)}.store-art-weapon:before{width:54%;height:18%;left:18%;top:38%;background:#7c7c7c;box-shadow:18px 16px #503000,40px 4px #fcfcfc}.store-art-weapon:after{width:16%;height:28%;left:22%;top:48%;background:#503000}.store-art-world{background:linear-gradient(#203878 0,#203878 55%,#145014 55%,#145014 78%,#283018 78%,#283018)}.store-art-world:before{width:28%;height:18%;left:12%;top:18%;background:#fcfcfc;border-radius:50%;box-shadow:70px 10px 0 8px #dcdcdc,120px 22px 0 4px #bcbcbc}.store-art-world:after{width:22%;height:22%;right:18%;bottom:22%;background:#fcb400;clip-path:polygon(50% 0,100% 100%,0 100%)}.store-art-char{background:linear-gradient(#5c94fc 0,#5c94fc 58%,#00a800 58%,#00a800)}.store-art-char:before{width:34%;height:40%;left:33%;top:28%;background:#fcb400;box-shadow:inset 0 -18px #e48c18}.store-art-char:after{width:18%;height:14%;left:41%;top:18%;background:#503000}.store-art-mode{background:#000}.store-art-mode:before{top:18%;right:18%;bottom:18%;left:18%;border:8px solid #fcb400}.store-art-mode:after{width:18%;height:18%;left:41%;top:41%;background:#e40058}.store-art-sight{background:#101828}.store-art-sight:before{top:22%;right:22%;bottom:22%;left:22%;border:6px solid #fcfcfc;border-radius:50%}.store-art-sight:after{width:10%;height:10%;left:45%;top:45%;background:#e40058}.store-art-night{background:linear-gradient(#101838 0,#101838 58%,#0c3010 58%,#0c3010)}.store-art-night:before{width:16%;height:16%;right:18%;top:14%;background:#fcfcfc;border-radius:50%;box-shadow:-40px 18px 0 6px #7c7c7c}.store-art-night:after{width:40%;height:8%;left:12%;top:28%;background:#3cbcfc}.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}}
