.mct2-wrapper {
    width: 100%;
    max-width: 340px;
    margin: 20px auto;
    text-align: center;
    font-family: Arial, sans-serif;
    user-select: none;
}

#tetris {
    width: 100%;
    height: auto;
    border: 3px solid #333;
    background: #111;
    touch-action: none;
}

.mct2-controls {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 12px;
}

.mct2-btn {
    font-size: 28px;
    padding: 16px 0;
    border: none;
    border-radius: 12px;
    background: #333;
    color: white;
    touch-action: manipulation;
}

.mct2-btn:active {
    transform: scale(0.96);
}

.mct2-info {
    margin-top: 12px;
}

#restart-btn {
    padding: 10px 18px;
    font-size: 16px;
}
