/* 移动端键盘布局：软降位于旋转键正下方，硬降独立成行。 */
.player .touch-controls{grid-template-columns:repeat(3,64px)}.player .touch-controls button{width:64px;min-height:58px;font-size:23px}.player .touch-controls button[data-action="down"]{grid-column:2;grid-row:2}.player .touch-controls button[data-action="drop"]{grid-row:3;min-height:62px}@media(max-width:390px){.player .touch-controls{grid-template-columns:repeat(3,58px)}.player .touch-controls button{width:58px;min-height:55px}}
