:root{--game-viewport-height:100dvh}
html,body.standalone-game{width:100%;height:100%;min-height:100%;margin:0;overflow:hidden;overscroll-behavior:none;background:#050607}
body.standalone-game{position:fixed;inset:0;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}
.standalone-game .site-head,.standalone-game .title,.standalone-game .info,.standalone-game .features,.standalone-game .local-stats,.standalone-game footer{display:none!important}
.standalone-game main,.standalone-game .hero{width:100%;height:var(--game-viewport-height);min-height:0;margin:0;padding:0;overflow:hidden}
.standalone-game .hero{display:block;background:#050607}
.standalone-game .game-shell,.standalone-game .game-shell:fullscreen{position:fixed;inset:0;width:100vw;height:var(--game-viewport-height);max-width:none;max-height:none;margin:0;aspect-ratio:auto;border:0;border-radius:0;box-shadow:none;touch-action:none;overflow:hidden}
.standalone-game .game-shell>#game,.standalone-game .game-shell:fullscreen>#game{position:absolute;inset:0;width:100%!important;height:100%!important;max-width:none;max-height:none;transform:none;object-fit:fill}
.standalone-game .game-shell:fullscreen .shot-map{position:static!important;inset:auto!important;display:block;width:100%!important;height:125px!important;max-width:100%;transform:none!important;object-fit:initial}
.standalone-game #resultPanel{max-height:100%;overflow-y:auto;overscroll-behavior:contain;padding:4px 2px;scrollbar-width:thin}
.standalone-game .overlay{padding-top:max(20px,env(safe-area-inset-top));padding-right:max(20px,env(safe-area-inset-right));padding-bottom:max(20px,env(safe-area-inset-bottom));padding-left:max(20px,env(safe-area-inset-left))}
.standalone-game .hud{padding-top:max(16px,env(safe-area-inset-top));padding-left:max(10px,env(safe-area-inset-left))}
.standalone-game .top-controls{top:max(11px,env(safe-area-inset-top));right:max(9px,env(safe-area-inset-right))}
.standalone-game .power{bottom:max(18px,env(safe-area-inset-bottom))}
@media (orientation:landscape){.standalone-game .game-shell,.standalone-game .game-shell:fullscreen{width:100vw;height:var(--game-viewport-height)}}
@media (max-width:420px){.standalone-game .overlay{padding-inline:max(14px,env(safe-area-inset-left))}.standalone-game .panel h2{font-size:clamp(30px,10vw,42px)}.standalone-game #resultPanel .shot-map,.standalone-game .game-shell:fullscreen #resultPanel .shot-map{height:100px!important}.standalone-game #resultPanel .primary,.standalone-game #resultPanel .secondary{margin-top:8px;padding-block:12px}.standalone-game #resultPanel .text-btn{margin-top:10px}}
.game-policy-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 14px;margin:14px auto 8px;max-width:420px}.game-policy-links a{color:#ff8a00;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.game-policy-links+small{display:block;color:#98a2b3;font-size:10px;line-height:1.4;text-align:center}
