/* Landscape navigation occupies the lower center; reserve its actual height. */
@media (orientation:landscape){
 #game #interactionDock{bottom:calc(78px + env(safe-area-inset-bottom))}
 #game #navigationStatus{bottom:calc(213px + env(safe-area-inset-bottom))}
}
