:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#172a45;--foreground:#e8e4de;--surface:#1e3355;--surface-hover:#243d62;--border:#2a4a6e;--blue:#64cdfc;--blue-soft:#64cdfc29;--blue-line:#64cdfc75;--muted:#8eaac4;--danger:#d4836c;--shadow:#040c1852;font-family:Geist,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;min-height:100%}body{background:var(--background);color:var(--foreground);margin:0;overflow:hidden}button{font:inherit}.app-shell{background:linear-gradient(#e8e4de06 1px, transparent 1px), linear-gradient(90deg, #e8e4de06 1px, transparent 1px), var(--background);background-size:44px 44px;height:100dvh;min-height:100vh;position:relative}.scorebar{z-index:3;pointer-events:none;background:0 0;justify-content:flex-end;align-items:center;gap:18px;padding:14px clamp(16px,4vw,44px);display:flex;position:absolute;top:0;left:0;right:0}.scorebar>*{pointer-events:auto}.scorebar__stats{justify-content:flex-end;align-items:center;gap:clamp(12px,3vw,28px);min-width:0;display:flex}.stat{gap:2px;min-width:72px;display:grid}.stat__label,.game-overlay__eyebrow{color:var(--muted);letter-spacing:.15em;text-transform:uppercase;font-size:10px;font-weight:700;line-height:1}.stat strong{color:var(--foreground);letter-spacing:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:clamp(16px,2vw,22px);font-weight:700;line-height:1}.game-shell{position:absolute;inset:0;overflow:hidden}#gameCanvas{cursor:crosshair;touch-action:none;outline:none;width:100%;height:100%;display:block;position:absolute;inset:0}.shoot-button{right:max(18px, env(safe-area-inset-right));bottom:max(18px, env(safe-area-inset-bottom));z-index:3;width:68px;height:68px;color:var(--blue);cursor:pointer;touch-action:manipulation;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#1e3355ad;border:1px solid #64cdfc61;border-radius:50%;place-items:center;display:none;position:absolute;box-shadow:0 14px 42px #03091247,inset 0 1px #e8e4de14}.shoot-button span{border:2px solid;border-radius:50%;width:18px;height:18px;box-shadow:0 0 0 8px #64cdfc14,0 0 22px #64cdfc47}.shoot-button:active{transform:scale(.96)}.shoot-button:focus-visible{outline:2px solid var(--blue);outline-offset:4px}.game-overlay{z-index:2;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#172a452e;place-items:center;padding:24px;display:grid;position:absolute;inset:0}.game-overlay[hidden]{display:none}.game-overlay__panel{background:#1e3355c7;border:1px solid #64cdfc3d;border-radius:8px;justify-items:center;gap:14px;width:min(100%,280px);padding:26px 24px 24px;display:grid;box-shadow:0 22px 70px #03091257,inset 0 1px #e8e4de0f}.game-overlay__panel strong{color:var(--foreground);letter-spacing:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:40px;line-height:1}.game-overlay__copy{max-width:22rem;color:var(--muted);text-align:center;margin:0;font-size:13px;font-weight:500;line-height:1.55}.game-overlay__panel button{width:100%;min-height:42px;color:var(--foreground);cursor:pointer;letter-spacing:.08em;text-transform:uppercase;background:#64cdfc1f;border:1px solid #64cdfc80;border-radius:7px;font-size:13px;font-weight:700;transition:background-color .16s,border-color .16s,transform .16s}.game-overlay__panel button:hover{border-color:var(--blue);background:#64cdfc33}.game-overlay__panel button:active{transform:translateY(1px)}.game-overlay__panel button:focus-visible{outline:2px solid var(--blue);outline-offset:3px}@media (hover:none),(pointer:coarse),(width<=760px),(height<=520px){.shoot-button{display:grid}}@media (width<=640px){.scorebar{min-height:64px}.scorebar__stats{justify-content:flex-end;width:100%}.stat{min-width:62px}.game-overlay__panel{width:min(100%,300px)}.game-overlay{padding-bottom:108px}}@media (height<=520px){.scorebar{flex-direction:row;align-items:center;gap:14px;min-height:56px;padding-block:10px}.scorebar__stats{justify-content:flex-end;width:auto}.stat{min-width:58px}.stat__label,.game-overlay__eyebrow{font-size:9px}.stat strong{font-size:16px}.game-overlay{padding:12px 24px}.game-overlay__panel{gap:8px;width:min(100%,280px);padding:16px 18px}.game-overlay__panel strong{font-size:32px}.game-overlay__copy{font-size:12px;line-height:1.35}.game-overlay__panel button{min-height:36px}.shoot-button{width:58px;height:58px}.shoot-button span{width:14px;height:14px;box-shadow:0 0 0 6px #64cdfc14,0 0 18px #64cdfc47}}
