/* mobile-controls.css - 移動設備觸控控制樣式 */

.mobile-device #gameContainer canvas {
    touch-action: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.mobile-device #fullscreenBtnContainer { display: none; }

.mobile-device #statusBar {
    font-size: 14px;
    padding: 8px 12px;
    top: 5px;
    right: 5px;
}


.mobile-device .mobile-only { display: block; }
.mobile-device .desktop-only { display: none; }